2025.03.31 17:45:08.642774 [ 417 ] {} Context: Server was built with memory sanitizer. It will work slowly. 2025.03.31 17:45:17.235893 [ 417 ] {} KeeperLogStore: No logs exists in /var/lib/clickhouse/coordination/logs. It's Ok if it's the first run of clickhouse-keeper. 2025.03.31 17:45:17.237137 [ 417 ] {} KeeperLogStore: Removing all changelogs 2025.03.31 17:45:17.238482 [ 417 ] {} KeeperServer: Got 1000000000000000 value for setting 'reserved_log_items' which is bigger than int32_t max value, lowering value to 2147483647. 2025.03.31 17:45:17.245880 [ 417 ] {} RaftInstance: invalid election timeout lower bound detected, adjusted to 0 2025.03.31 17:45:17.245942 [ 417 ] {} RaftInstance: invalid election timeout upper bound detected, adjusted to 0 2025.03.31 17:45:17.296948 [ 1025 ] {} RaftInstance: Election timeout, initiate leader election 2025.03.31 17:45:17.377054 [ 417 ] {} Access(local_directory): File /var/lib/clickhouse/access/users.list doesn't exist 2025.03.31 17:45:17.377143 [ 417 ] {} Access(local_directory): Recovering lists in directory /var/lib/clickhouse/access/ 2025.03.31 17:45:17.402644 [ 417 ] {} Context: Delay accounting is not enabled, OSIOWaitMicroseconds will not be gathered. You can enable it using `echo 1 > /proc/sys/kernel/task_delayacct` or by using sysctl. 2025.03.31 17:45:17.404013 [ 417 ] {} Context: The setting 'allow_remote_fs_zero_copy_replication' is enabled for MergeTree tables. But the feature of 'zero-copy replication' is under development and is not ready for production. The usage of this feature can lead to data corruption and loss. The setting should be disabled in production. 2025.03.31 17:45:29.420898 [ 1375 ] {a0d61e00-6d33-48c8-ab7c-146c1012e030} executeQuery: Code: 36. DB::Exception: Expected two string literal arguments: zookeeper_path and replica_name. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56476) (comment: 01512_create_replicate_merge_tree_one_arg.sql) (in query: CREATE TABLE mt (`v` UInt8) ENGINE = ReplicatedMergeTree('/clickhouse/tables/{database}/test_01497/mt') ORDER BY tuple() SETTINGS index_granularity = 35942, min_bytes_for_wide_part = 70138225, ratio_of_defaults_for_sparse_serialization = 0., replace_long_file_name_to_hash = true, max_file_name_length = 0, min_bytes_for_full_part_storage = 536870912, compact_parts_max_bytes_to_buffer = 466480978, compact_parts_max_granules_to_buffer = 54, compact_parts_merge_max_bytes_to_prefetch_part = 20696512, merge_max_block_size = 12391, old_parts_lifetime = 373., prefer_fetch_merged_part_size_threshold = 4024433634, vertical_merge_algorithm_min_rows_to_activate = 1000000, vertical_merge_algorithm_min_columns_to_activate = 55, min_merge_bytes_to_use_direct_io = 10737418240, index_granularity_bytes = 25763348, use_const_adaptive_granularity = false, enable_index_granularity_compression = true, concurrent_part_removal_threshold = 0, allow_vertical_merges_from_compact_to_wide_parts = true, cache_populated_by_fetch = false, marks_compress_block_size = 67202, primary_key_compress_block_size = 78664, use_primary_key_cache = false, prewarm_primary_key_cache = true, prewarm_mark_cache = true), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/MergeTree/registerStorageMergeTree.cpp:306: DB::extractZooKeeperPathAndReplicaNameFromEngineArgs(DB::ASTCreateQuery const&, DB::StorageID const&, String const&, absl::InlinedVector, 7ul, std::allocator>>&, DB::LoadingStrictnessLevel, std::shared_ptr const&) @ 0x000000003ea8330f 5. ./build_docker/./src/Storages/MergeTree/registerStorageMergeTree.cpp:516: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea89afb 6. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 9. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 17:45:29.422829 [ 1375 ] {} TCPHandler: Code: 36. DB::Exception: Expected two string literal arguments: zookeeper_path and replica_name. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/MergeTree/registerStorageMergeTree.cpp:306: DB::extractZooKeeperPathAndReplicaNameFromEngineArgs(DB::ASTCreateQuery const&, DB::StorageID const&, String const&, absl::InlinedVector, 7ul, std::allocator>>&, DB::LoadingStrictnessLevel, std::shared_ptr const&) @ 0x000000003ea8330f 5. ./build_docker/./src/Storages/MergeTree/registerStorageMergeTree.cpp:516: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea89afb 6. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 9. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 17:45:30.780523 [ 424 ] {d853e471-1e67-4122-89e8-331cc92b3ca6} executeQuery: Code: 206. DB::Exception: No alias for subquery or table function in JOIN (set joined_subquery_requires_alias=0 to disable restriction). While processing ' view(SELECT dummy AS d1, dummy AS d2 FROM system.one)'. (ALIAS_REQUIRED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56536) (comment: 02341_global_join_cte.sql) (in query: -- { echo } with rhs as (select * from remote('127.{1,2}', view(select dummy d1, dummy d2 from system.one))) select lhs.d2 from remote('127.{1,2}', view(select dummy d1, dummy d2 from system.one)) lhs global join rhs using (d1) order by rhs.d2 settings enable_analyzer=0;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/JoinedTables.cpp:264: DB::JoinedTables::resolveTables() @ 0x000000003882eea1 5. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:577: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003852ad2b 6. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:302: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x0000000038527331 7. ./build_docker/./src/Processors/QueryPlan/DistributedCreateLocalPlan.cpp:53: DB::createLocalPlan(std::shared_ptr const&, DB::Block const&, std::shared_ptr, DB::QueryProcessingStage::Enum, unsigned long, unsigned long, bool) @ 0x000000004073fb30 8. ./build_docker/./src/Interpreters/ClusterProxy/SelectStreamFactory.cpp:168: DB::ClusterProxy::SelectStreamFactory::createForShardImpl(DB::Cluster::ShardInfo const&, std::shared_ptr const&, std::shared_ptr const&, DB::StorageID const&, std::shared_ptr const&, std::shared_ptr, std::vector>, std::allocator>>>&, std::vector>&, unsigned int, bool, std::function (unsigned long)>, bool)::$_0::operator()() const @ 0x000000003b4eefbd 9. ./build_docker/./src/Interpreters/ClusterProxy/SelectStreamFactory.cpp:241: DB::ClusterProxy::SelectStreamFactory::createForShardImpl(DB::Cluster::ShardInfo const&, std::shared_ptr const&, std::shared_ptr const&, DB::StorageID const&, std::shared_ptr const&, std::shared_ptr, std::vector>, std::allocator>>>&, std::vector>&, unsigned int, bool, std::function (unsigned long)>, bool) @ 0x000000003b4ea164 10. ./build_docker/./src/Interpreters/ClusterProxy/SelectStreamFactory.cpp:138: DB::ClusterProxy::SelectStreamFactory::createForShard(DB::Cluster::ShardInfo const&, std::shared_ptr const&, DB::StorageID const&, std::shared_ptr const&, std::shared_ptr, std::vector>, std::allocator>>>&, std::vector>&, unsigned int, bool, std::function (unsigned long)>) @ 0x000000003b4e891a 11. ./build_docker/./src/Interpreters/ClusterProxy/executeQuery.cpp:407: DB::ClusterProxy::executeQuery(DB::QueryPlan&, DB::Block const&, DB::QueryProcessingStage::Enum, DB::StorageID const&, std::shared_ptr const&, DB::ClusterProxy::SelectStreamFactory&, std::shared_ptr, std::shared_ptr, DB::SelectQueryInfo const&, std::shared_ptr const&, String const&, DB::DistributedSettings const&, std::function (unsigned long)>, bool) @ 0x000000003b4b2119 12. ./build_docker/./src/Storages/StorageDistributed.cpp:902: DB::StorageDistributed::read(DB::QueryPlan&, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo&, std::shared_ptr, DB::QueryProcessingStage::Enum, unsigned long, unsigned long) @ 0x000000003c8b9f16 13. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:2695: DB::InterpreterSelectQuery::executeFetchColumns(DB::QueryProcessingStage::Enum, DB::QueryPlan&) @ 0x000000003857c5ba 14. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:1674: DB::InterpreterSelectQuery::executeImpl(DB::QueryPlan&, std::optional) @ 0x0000000038561554 15. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:1097: DB::InterpreterSelectQuery::buildQueryPlan(DB::QueryPlan&) @ 0x000000003855eded 16. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:314: DB::InterpreterSelectWithUnionQuery::buildQueryPlan(DB::QueryPlan&) @ 0x00000000387acd10 17. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:388: DB::InterpreterSelectWithUnionQuery::execute() @ 0x00000000387afa3d 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:45:30.785612 [ 424 ] {} TCPHandler: Code: 206. DB::Exception: No alias for subquery or table function in JOIN (set joined_subquery_requires_alias=0 to disable restriction). While processing ' view(SELECT dummy AS d1, dummy AS d2 FROM system.one)'. (ALIAS_REQUIRED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/JoinedTables.cpp:264: DB::JoinedTables::resolveTables() @ 0x000000003882eea1 5. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:577: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003852ad2b 6. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:302: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x0000000038527331 7. ./build_docker/./src/Processors/QueryPlan/DistributedCreateLocalPlan.cpp:53: DB::createLocalPlan(std::shared_ptr const&, DB::Block const&, std::shared_ptr, DB::QueryProcessingStage::Enum, unsigned long, unsigned long, bool) @ 0x000000004073fb30 8. ./build_docker/./src/Interpreters/ClusterProxy/SelectStreamFactory.cpp:168: DB::ClusterProxy::SelectStreamFactory::createForShardImpl(DB::Cluster::ShardInfo const&, std::shared_ptr const&, std::shared_ptr const&, DB::StorageID const&, std::shared_ptr const&, std::shared_ptr, std::vector>, std::allocator>>>&, std::vector>&, unsigned int, bool, std::function (unsigned long)>, bool)::$_0::operator()() const @ 0x000000003b4eefbd 9. ./build_docker/./src/Interpreters/ClusterProxy/SelectStreamFactory.cpp:241: DB::ClusterProxy::SelectStreamFactory::createForShardImpl(DB::Cluster::ShardInfo const&, std::shared_ptr const&, std::shared_ptr const&, DB::StorageID const&, std::shared_ptr const&, std::shared_ptr, std::vector>, std::allocator>>>&, std::vector>&, unsigned int, bool, std::function (unsigned long)>, bool) @ 0x000000003b4ea164 10. ./build_docker/./src/Interpreters/ClusterProxy/SelectStreamFactory.cpp:138: DB::ClusterProxy::SelectStreamFactory::createForShard(DB::Cluster::ShardInfo const&, std::shared_ptr const&, DB::StorageID const&, std::shared_ptr const&, std::shared_ptr, std::vector>, std::allocator>>>&, std::vector>&, unsigned int, bool, std::function (unsigned long)>) @ 0x000000003b4e891a 11. ./build_docker/./src/Interpreters/ClusterProxy/executeQuery.cpp:407: DB::ClusterProxy::executeQuery(DB::QueryPlan&, DB::Block const&, DB::QueryProcessingStage::Enum, DB::StorageID const&, std::shared_ptr const&, DB::ClusterProxy::SelectStreamFactory&, std::shared_ptr, std::shared_ptr, DB::SelectQueryInfo const&, std::shared_ptr const&, String const&, DB::DistributedSettings const&, std::function (unsigned long)>, bool) @ 0x000000003b4b2119 12. ./build_docker/./src/Storages/StorageDistributed.cpp:902: DB::StorageDistributed::read(DB::QueryPlan&, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo&, std::shared_ptr, DB::QueryProcessingStage::Enum, unsigned long, unsigned long) @ 0x000000003c8b9f16 13. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:2695: DB::InterpreterSelectQuery::executeFetchColumns(DB::QueryProcessingStage::Enum, DB::QueryPlan&) @ 0x000000003857c5ba 14. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:1674: DB::InterpreterSelectQuery::executeImpl(DB::QueryPlan&, std::optional) @ 0x0000000038561554 15. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:1097: DB::InterpreterSelectQuery::buildQueryPlan(DB::QueryPlan&) @ 0x000000003855eded 16. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:314: DB::InterpreterSelectWithUnionQuery::buildQueryPlan(DB::QueryPlan&) @ 0x00000000387acd10 17. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:388: DB::InterpreterSelectWithUnionQuery::execute() @ 0x00000000387afa3d 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:45:31.450031 [ 1430 ] {92d35ed8-d708-4ba3-b3be-fe7c779f98fa} executeQuery: Code: 386. DB::Exception: There is no supertype for types Float64, String because some of them are String/FixedString/Enum and some of them are not. (NO_COMMON_TYPE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56530) (comment: 03224_arrayUnion.sql) (in query: --mix of types SELECT arrayUnion([1], [-2], [1.1, 'hi'], [NULL, 'hello', []]);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: std::shared_ptr DB::(anonymous namespace)::throwOrReturn<(DB::LeastSupertypeOnError)0, std::vector, std::allocator>>>(std::vector, std::allocator>> const&, std::basic_string_view>, int) @ 0x0000000034dd8e62 4. ./build_docker/./src/DataTypes/getLeastSupertype.cpp:547: std::shared_ptr DB::getLeastSupertype<(DB::LeastSupertypeOnError)0>(std::vector, std::allocator>> const&) @ 0x0000000034de8b0d 5. ./build_docker/./src/DataTypes/FieldToDataType.cpp:142: DB::FieldToDataType<(DB::LeastSupertypeOnError)0>::operator()(DB::Array const&) const @ 0x0000000034d3632c 6. auto DB::Field::dispatch, DB::Field&>(DB::FieldToDataType<(DB::LeastSupertypeOnError)0>&&, DB::Field&) @ 0x000000000f74b190 7. ./src/Common/FieldVisitors.h:24: DB::ConstantNode::ConstantNode(DB::Field) @ 0x00000000359e5d7e 8. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::Field const&, void>(std::allocator const&, DB::Field const&) @ 0x0000000035cb434b 9. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::(anonymous namespace)::QueryTreeBuilder::buildExpression(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6e248 10. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:699: DB::(anonymous namespace)::QueryTreeBuilder::buildExpression(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c70a83 11. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:588: DB::(anonymous namespace)::QueryTreeBuilder::buildExpressionList(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6bc35 12. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:339: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c7ef95 13. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:164: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6984a 14. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:182: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectWithUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c74ba1 15. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:160: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c69545 16. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:144: DB::buildQueryTree(std::shared_ptr, std::shared_ptr) @ 0x0000000035c67ea8 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:138: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000038638231 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:45:31.451531 [ 1430 ] {} TCPHandler: Code: 386. DB::Exception: There is no supertype for types Float64, String because some of them are String/FixedString/Enum and some of them are not. (NO_COMMON_TYPE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: std::shared_ptr DB::(anonymous namespace)::throwOrReturn<(DB::LeastSupertypeOnError)0, std::vector, std::allocator>>>(std::vector, std::allocator>> const&, std::basic_string_view>, int) @ 0x0000000034dd8e62 4. ./build_docker/./src/DataTypes/getLeastSupertype.cpp:547: std::shared_ptr DB::getLeastSupertype<(DB::LeastSupertypeOnError)0>(std::vector, std::allocator>> const&) @ 0x0000000034de8b0d 5. ./build_docker/./src/DataTypes/FieldToDataType.cpp:142: DB::FieldToDataType<(DB::LeastSupertypeOnError)0>::operator()(DB::Array const&) const @ 0x0000000034d3632c 6. auto DB::Field::dispatch, DB::Field&>(DB::FieldToDataType<(DB::LeastSupertypeOnError)0>&&, DB::Field&) @ 0x000000000f74b190 7. ./src/Common/FieldVisitors.h:24: DB::ConstantNode::ConstantNode(DB::Field) @ 0x00000000359e5d7e 8. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::Field const&, void>(std::allocator const&, DB::Field const&) @ 0x0000000035cb434b 9. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::(anonymous namespace)::QueryTreeBuilder::buildExpression(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6e248 10. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:699: DB::(anonymous namespace)::QueryTreeBuilder::buildExpression(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c70a83 11. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:588: DB::(anonymous namespace)::QueryTreeBuilder::buildExpressionList(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6bc35 12. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:339: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c7ef95 13. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:164: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6984a 14. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:182: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectWithUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c74ba1 15. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:160: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c69545 16. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:144: DB::buildQueryTree(std::shared_ptr, std::shared_ptr) @ 0x0000000035c67ea8 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:138: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000038638231 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:45:32.112570 [ 1428 ] {f9ddd1e6-0a4d-406d-93b3-32af97305430} executeQuery: Code: 42. DB::Exception: Function 'in' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56602) (comment: 02918_analyzer_to_ast_crash.sql) (in query: WITH x AS (SELECT in((SELECT * FROM y))), y AS (SELECT 1) SELECT * FROM x;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2931: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d99bca 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5290: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd45a0 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 14. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:45:32.114107 [ 1428 ] {} TCPHandler: Code: 42. DB::Exception: Function 'in' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2931: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d99bca 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5290: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd45a0 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 14. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:45:32.243204 [ 1430 ] {d2d04644-ae07-44d7-84d6-87ab4826e569} executeQuery: Code: 42. DB::Exception: Function arrayUnion requires at least one argument.: In scope SELECT arrayUnion(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56530) (comment: 03224_arrayUnion.sql) (in query: SELECT arrayUnion();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionArrayIntersect::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001f5067f8 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:45:32.244350 [ 1430 ] {} TCPHandler: Code: 42. DB::Exception: Function arrayUnion requires at least one argument.: In scope SELECT arrayUnion(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionArrayIntersect::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001f5067f8 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:45:33.319448 [ 1425 ] {5895d74c-2f13-4b96-b58c-b96460120e08} executeQuery: Code: 497. DB::Exception: without_on_cluster_02250_ON_CLUSTER_grant_test_m231pab4: Not enough privileges. To execute this query, it's necessary to have the grant CLUSTER ON *.*. (ACCESS_DENIED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56674) (comment: 02250_ON_CLUSTER_grant.sh) (in query: CREATE DATABASE IF NOT EXISTS db_without_on_cluster_02250_ON_CLUSTER_grant_test_m231pab4 ON CLUSTER test_shard_localhost), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: auto bool DB::ContextAccess::checkAccessImplHelper(std::shared_ptr const&, DB::AccessFlags) const::'lambda'(int, FormatStringHelperImpl::type...>, $T&&...)::operator()(int, FormatStringHelperImpl::type...>, $T&&...) const @ 0x0000000033b90adf 4. ./build_docker/./src/Access/ContextAccess.cpp:664: auto bool DB::ContextAccess::checkAccessImplHelper(std::shared_ptr const&, DB::AccessFlags) const::'lambda'(DB::AccessFlags, $T&&...)::operator()<>(DB::AccessFlags, $T&&...) const @ 0x0000000033b8e1f1 5. ./build_docker/./src/Access/ContextAccess.cpp:702: bool DB::ContextAccess::checkAccessImplHelper(std::shared_ptr const&, DB::AccessFlags) const @ 0x0000000033b8cd9a 6. ./build_docker/./src/Access/ContextAccess.cpp:766: DB::ContextAccess::checkAccess(std::shared_ptr const&, DB::AccessFlags const&) const @ 0x0000000033b0e0c6 7. ./src/Access/ContextAccess.h:256: DB::Context::checkAccess(DB::AccessFlags const&) const @ 0x000000003651ff9b 8. ./build_docker/./src/Interpreters/executeDDLQueryOnCluster.cpp:114: DB::executeDDLQueryOnCluster(std::shared_ptr const&, std::shared_ptr, DB::DDLQueryOnClusterParams const&) @ 0x000000003922ff1d 9. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2294: DB::InterpreterCreateQuery::executeQueryOnCluster(DB::ASTCreateQuery&) @ 0x00000000377c986e 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2314: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef41b 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 17:45:33.321500 [ 1425 ] {} TCPHandler: Code: 497. DB::Exception: without_on_cluster_02250_ON_CLUSTER_grant_test_m231pab4: Not enough privileges. To execute this query, it's necessary to have the grant CLUSTER ON *.*. (ACCESS_DENIED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: auto bool DB::ContextAccess::checkAccessImplHelper(std::shared_ptr const&, DB::AccessFlags) const::'lambda'(int, FormatStringHelperImpl::type...>, $T&&...)::operator()(int, FormatStringHelperImpl::type...>, $T&&...) const @ 0x0000000033b90adf 4. ./build_docker/./src/Access/ContextAccess.cpp:664: auto bool DB::ContextAccess::checkAccessImplHelper(std::shared_ptr const&, DB::AccessFlags) const::'lambda'(DB::AccessFlags, $T&&...)::operator()<>(DB::AccessFlags, $T&&...) const @ 0x0000000033b8e1f1 5. ./build_docker/./src/Access/ContextAccess.cpp:702: bool DB::ContextAccess::checkAccessImplHelper(std::shared_ptr const&, DB::AccessFlags) const @ 0x0000000033b8cd9a 6. ./build_docker/./src/Access/ContextAccess.cpp:766: DB::ContextAccess::checkAccess(std::shared_ptr const&, DB::AccessFlags const&) const @ 0x0000000033b0e0c6 7. ./src/Access/ContextAccess.h:256: DB::Context::checkAccess(DB::AccessFlags const&) const @ 0x000000003651ff9b 8. ./build_docker/./src/Interpreters/executeDDLQueryOnCluster.cpp:114: DB::executeDDLQueryOnCluster(std::shared_ptr const&, std::shared_ptr, DB::DDLQueryOnClusterParams const&) @ 0x000000003922ff1d 9. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2294: DB::InterpreterCreateQuery::executeQueryOnCluster(DB::ASTCreateQuery&) @ 0x00000000377c986e 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2314: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef41b 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 17:45:34.195402 [ 1427 ] {26cb311e-467d-4862-9058-6e63f7468604} executeQuery: Code: 47. DB::Exception: Identifier 'a.column2' cannot be resolved from subquery with name a. In scope SELECT * FROM (SELECT column1 FROM table1 GROUP BY column1) AS a ANY LEFT JOIN (SELECT * FROM table2) AS b ON (b.column1 = a.column1) AND (b.column2 = a.column2) ANY LEFT JOIN (SELECT * FROM table3) AS c ON c.column3 = b.column3. Maybe you meant: ['a.column1']. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56690) (comment: 02493_do_not_assume_that_the_original_query_was_valid_when_transforming_joins.sql) (in query: SELECT * FROM ( SELECT column1 FROM table1 GROUP BY column1 ) AS a ANY LEFT JOIN ( SELECT * FROM table2 ) AS b ON (b.column1 = a.column1) AND (b.column2 = a.column2) ANY LEFT JOIN ( SELECT * FROM table3 ) AS c ON c.column3 = b.column3;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String const&, String&, String&&, String&&) @ 0x0000000035ec2f7f 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:867: DB::IdentifierResolver::tryResolveIdentifierFromStorage(DB::Identifier const&, std::shared_ptr const&, DB::AnalysisTableExpressionData const&, DB::IdentifierResolveScope&, unsigned long, bool) @ 0x0000000035ea9f07 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:971: DB::IdentifierResolver::tryResolveIdentifierFromTableExpression(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eae07d 6. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1510: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb49f8 7. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1029: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eaff24 8. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 9. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1029: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eaff24 10. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 11. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:0: DB::IdentifierResolver::tryResolveIdentifierFromJoinTree(DB::IdentifierLookup const&, DB::IdentifierResolveScope&) @ 0x0000000035ebb9db 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1468: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d67b69 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3671: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d32d46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5120: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035ddea2d 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5107: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd9a14 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 27. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 29. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 30. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 31. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 2025.03.31 17:45:34.197019 [ 1427 ] {} TCPHandler: Code: 47. DB::Exception: Identifier 'a.column2' cannot be resolved from subquery with name a. In scope SELECT * FROM (SELECT column1 FROM table1 GROUP BY column1) AS a ANY LEFT JOIN (SELECT * FROM table2) AS b ON (b.column1 = a.column1) AND (b.column2 = a.column2) ANY LEFT JOIN (SELECT * FROM table3) AS c ON c.column3 = b.column3. Maybe you meant: ['a.column1']. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String const&, String&, String&&, String&&) @ 0x0000000035ec2f7f 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:867: DB::IdentifierResolver::tryResolveIdentifierFromStorage(DB::Identifier const&, std::shared_ptr const&, DB::AnalysisTableExpressionData const&, DB::IdentifierResolveScope&, unsigned long, bool) @ 0x0000000035ea9f07 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:971: DB::IdentifierResolver::tryResolveIdentifierFromTableExpression(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eae07d 6. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1510: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb49f8 7. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1029: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eaff24 8. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 9. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1029: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eaff24 10. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 11. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:0: DB::IdentifierResolver::tryResolveIdentifierFromJoinTree(DB::IdentifierLookup const&, DB::IdentifierResolveScope&) @ 0x0000000035ebb9db 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1468: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d67b69 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3671: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d32d46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5120: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035ddea2d 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5107: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd9a14 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 27. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 29. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 30. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 31. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 2025.03.31 17:45:34.198988 [ 424 ] {d7eeeb44-9750-4ab7-8d23-8b81cb478671} executeQuery: Code: 36. DB::Exception: Dictionary (`test_m16msebh.dict1`) not found: In scope SELECT dictGetUInt8(concat('test_m16msebh', '.dict1'), 'second_column', toUInt64(11)). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56676) (comment: 01018_ddl_dictionaries_select.sql) (in query: SELECT dictGetUInt8(concat('test_m16msebh', '.dict1'), 'second_column', toUInt64(11))), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/ExternalDictionariesLoader.cpp:168: DB::ExternalDictionariesLoader::resolveDictionaryName(String const&, String const&) const @ 0x000000003767bfde 5. ./build_docker/./src/Interpreters/ExternalDictionariesLoader.cpp:113: DB::ExternalDictionariesLoader::getDictionaryStructure(String const&, std::shared_ptr) const @ 0x000000003767d773 6. DB::FunctionDictHelper::getDictionaryStructure(String const&) const @ 0x0000000008e6d247 7. DB::FunctionDictGetNoType<(DB::DictionaryGetFunctionType)0>::getReturnTypeImpl(std::vector> const&) const @ 0x0000000008e5b2c7 8. DB::FunctionDictGetImpl, DB::NameDictGetUInt8, (DB::DictionaryGetFunctionType)0>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008ea257a 9. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 12. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 14. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 15. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 17:45:34.200869 [ 424 ] {} TCPHandler: Code: 36. DB::Exception: Dictionary (`test_m16msebh.dict1`) not found: In scope SELECT dictGetUInt8(concat('test_m16msebh', '.dict1'), 'second_column', toUInt64(11)). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/ExternalDictionariesLoader.cpp:168: DB::ExternalDictionariesLoader::resolveDictionaryName(String const&, String const&) const @ 0x000000003767bfde 5. ./build_docker/./src/Interpreters/ExternalDictionariesLoader.cpp:113: DB::ExternalDictionariesLoader::getDictionaryStructure(String const&, std::shared_ptr) const @ 0x000000003767d773 6. DB::FunctionDictHelper::getDictionaryStructure(String const&) const @ 0x0000000008e6d247 7. DB::FunctionDictGetNoType<(DB::DictionaryGetFunctionType)0>::getReturnTypeImpl(std::vector> const&) const @ 0x0000000008e5b2c7 8. DB::FunctionDictGetImpl, DB::NameDictGetUInt8, (DB::DictionaryGetFunctionType)0>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008ea257a 9. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 12. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 14. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 15. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 17:45:34.291109 [ 424 ] {50890140-6983-46eb-aab5-8766e4bdf6fc} executeQuery: Code: 36. DB::Exception: Dictionary (`test_m16msebh.dict1`) not found: In scope SELECT dictGetUInt8(concat('test_m16msebh', '.dict1'), 'second_column', toUInt64(11)). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56676) (comment: 01018_ddl_dictionaries_select.sql) (in query: SELECT dictGetUInt8(concat('test_m16msebh', '.dict1'), 'second_column', toUInt64(11))), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/ExternalDictionariesLoader.cpp:168: DB::ExternalDictionariesLoader::resolveDictionaryName(String const&, String const&) const @ 0x000000003767bfde 5. ./build_docker/./src/Interpreters/ExternalDictionariesLoader.cpp:113: DB::ExternalDictionariesLoader::getDictionaryStructure(String const&, std::shared_ptr) const @ 0x000000003767d773 6. DB::FunctionDictHelper::getDictionaryStructure(String const&) const @ 0x0000000008e6d247 7. DB::FunctionDictGetNoType<(DB::DictionaryGetFunctionType)0>::getReturnTypeImpl(std::vector> const&) const @ 0x0000000008e5b2c7 8. DB::FunctionDictGetImpl, DB::NameDictGetUInt8, (DB::DictionaryGetFunctionType)0>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008ea257a 9. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 12. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 14. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 15. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 17:45:34.292400 [ 424 ] {} TCPHandler: Code: 36. DB::Exception: Dictionary (`test_m16msebh.dict1`) not found: In scope SELECT dictGetUInt8(concat('test_m16msebh', '.dict1'), 'second_column', toUInt64(11)). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/ExternalDictionariesLoader.cpp:168: DB::ExternalDictionariesLoader::resolveDictionaryName(String const&, String const&) const @ 0x000000003767bfde 5. ./build_docker/./src/Interpreters/ExternalDictionariesLoader.cpp:113: DB::ExternalDictionariesLoader::getDictionaryStructure(String const&, std::shared_ptr) const @ 0x000000003767d773 6. DB::FunctionDictHelper::getDictionaryStructure(String const&) const @ 0x0000000008e6d247 7. DB::FunctionDictGetNoType<(DB::DictionaryGetFunctionType)0>::getReturnTypeImpl(std::vector> const&) const @ 0x0000000008e5b2c7 8. DB::FunctionDictGetImpl, DB::NameDictGetUInt8, (DB::DictionaryGetFunctionType)0>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008ea257a 9. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 12. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 14. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 15. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 17:45:34.556584 [ 424 ] {c892c087-be6e-45b1-8d87-d4995a87e763} executeQuery: Code: 36. DB::Exception: Dictionary (`test_m16msebh.dict1`) not found: In scope SELECT dictGetUInt8(concat('test_m16msebh', '.dict1'), 'second_column', (toUInt64(11), '121')). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56676) (comment: 01018_ddl_dictionaries_select.sql) (in query: SELECT dictGetUInt8(concat('test_m16msebh', '.dict1'), 'second_column', (toUInt64(11), '121'))), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/ExternalDictionariesLoader.cpp:168: DB::ExternalDictionariesLoader::resolveDictionaryName(String const&, String const&) const @ 0x000000003767bfde 5. ./build_docker/./src/Interpreters/ExternalDictionariesLoader.cpp:113: DB::ExternalDictionariesLoader::getDictionaryStructure(String const&, std::shared_ptr) const @ 0x000000003767d773 6. DB::FunctionDictHelper::getDictionaryStructure(String const&) const @ 0x0000000008e6d247 7. DB::FunctionDictGetNoType<(DB::DictionaryGetFunctionType)0>::getReturnTypeImpl(std::vector> const&) const @ 0x0000000008e5b2c7 8. DB::FunctionDictGetImpl, DB::NameDictGetUInt8, (DB::DictionaryGetFunctionType)0>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008ea257a 9. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 12. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 14. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 15. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 17:45:34.557839 [ 424 ] {} TCPHandler: Code: 36. DB::Exception: Dictionary (`test_m16msebh.dict1`) not found: In scope SELECT dictGetUInt8(concat('test_m16msebh', '.dict1'), 'second_column', (toUInt64(11), '121')). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/ExternalDictionariesLoader.cpp:168: DB::ExternalDictionariesLoader::resolveDictionaryName(String const&, String const&) const @ 0x000000003767bfde 5. ./build_docker/./src/Interpreters/ExternalDictionariesLoader.cpp:113: DB::ExternalDictionariesLoader::getDictionaryStructure(String const&, std::shared_ptr) const @ 0x000000003767d773 6. DB::FunctionDictHelper::getDictionaryStructure(String const&) const @ 0x0000000008e6d247 7. DB::FunctionDictGetNoType<(DB::DictionaryGetFunctionType)0>::getReturnTypeImpl(std::vector> const&) const @ 0x0000000008e5b2c7 8. DB::FunctionDictGetImpl, DB::NameDictGetUInt8, (DB::DictionaryGetFunctionType)0>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008ea257a 9. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 12. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 14. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 15. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 17:45:35.494075 [ 424 ] {3cbd3dad-dfba-47b7-8d9c-87eff98ae272} executeQuery: Code: 36. DB::Exception: Dictionary (`default.dict3`) not found. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56676) (comment: 01018_ddl_dictionaries_select.sql) (in query: SELECT dictGetString(default.dict3, 'some_column', toUInt64(12));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/ExternalDictionariesLoader.cpp:168: DB::ExternalDictionariesLoader::resolveDictionaryName(String const&, String const&) const @ 0x000000003767bfde 5. ./build_docker/./src/Interpreters/ExternalDictionariesLoader.cpp:113: DB::ExternalDictionariesLoader::getDictionaryStructure(String const&, std::shared_ptr) const @ 0x000000003767d773 6. ./build_docker/./src/Interpreters/ExternalDictionariesLoader.cpp:131: DB::ExternalDictionariesLoader::assertDictionaryStructureExists(String const&, std::shared_ptr) const @ 0x000000003767e475 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2776: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d7eace 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 14. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:45:35.495592 [ 424 ] {} TCPHandler: Code: 36. DB::Exception: Dictionary (`default.dict3`) not found. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/ExternalDictionariesLoader.cpp:168: DB::ExternalDictionariesLoader::resolveDictionaryName(String const&, String const&) const @ 0x000000003767bfde 5. ./build_docker/./src/Interpreters/ExternalDictionariesLoader.cpp:113: DB::ExternalDictionariesLoader::getDictionaryStructure(String const&, std::shared_ptr) const @ 0x000000003767d773 6. ./build_docker/./src/Interpreters/ExternalDictionariesLoader.cpp:131: DB::ExternalDictionariesLoader::assertDictionaryStructureExists(String const&, std::shared_ptr) const @ 0x000000003767e475 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2776: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d7eace 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 14. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:45:35.552910 [ 424 ] {69400858-e1b9-4356-aeef-3454f4842b90} executeQuery: Code: 36. DB::Exception: Dictionary (`default.dict3`) not found. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56676) (comment: 01018_ddl_dictionaries_select.sql) (in query: SELECT dictGet(default.dict3, 'some_column', toUInt64(12));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/ExternalDictionariesLoader.cpp:168: DB::ExternalDictionariesLoader::resolveDictionaryName(String const&, String const&) const @ 0x000000003767bfde 5. ./build_docker/./src/Interpreters/ExternalDictionariesLoader.cpp:113: DB::ExternalDictionariesLoader::getDictionaryStructure(String const&, std::shared_ptr) const @ 0x000000003767d773 6. ./build_docker/./src/Interpreters/ExternalDictionariesLoader.cpp:131: DB::ExternalDictionariesLoader::assertDictionaryStructureExists(String const&, std::shared_ptr) const @ 0x000000003767e475 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2776: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d7eace 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 14. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:45:35.554565 [ 424 ] {} TCPHandler: Code: 36. DB::Exception: Dictionary (`default.dict3`) not found. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/ExternalDictionariesLoader.cpp:168: DB::ExternalDictionariesLoader::resolveDictionaryName(String const&, String const&) const @ 0x000000003767bfde 5. ./build_docker/./src/Interpreters/ExternalDictionariesLoader.cpp:113: DB::ExternalDictionariesLoader::getDictionaryStructure(String const&, std::shared_ptr) const @ 0x000000003767d773 6. ./build_docker/./src/Interpreters/ExternalDictionariesLoader.cpp:131: DB::ExternalDictionariesLoader::assertDictionaryStructureExists(String const&, std::shared_ptr) const @ 0x000000003767e475 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2776: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d7eace 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 14. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:45:36.221459 [ 1253 ] {46a5daeb-dbf0-46eb-a92d-7e99050fff7a} ExternalDictionariesLoader: Could not update external dictionary '986259ec-12b1-4181-9a04-b6963702d446', leaving the previous version: Code: 60. DB::Exception: Unknown table expression identifier 'test_m16msebh.table_for_dict' in scope SELECT key_column, toString(fourth_column) AS some_column, fourth_column FROM test_m16msebh.table_for_dict. (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4370: DB::QueryAnalyzer::initializeQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dd184f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5549: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19ac7 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 8. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Dictionaries/ClickHouseDictionarySource.cpp:183: DB::ClickHouseDictionarySource::createStreamForQuery(String const&) @ 0x0000000027d46a58 17. ./build_docker/./src/Dictionaries/ClickHouseDictionarySource.cpp:117: DB::ClickHouseDictionarySource::loadAll() @ 0x0000000027d463b5 18. DB::HashedDictionary<(DB::DictionaryKeyType)0, false, false>::loadData() @ 0x000000002903d939 19. DB::HashedDictionary<(DB::DictionaryKeyType)0, false, false>::HashedDictionary(DB::StorageID const&, DB::DictionaryStructure const&, std::shared_ptr, DB::HashedDictionaryConfiguration const&, std::shared_ptr) @ 0x000000002903c5fe 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::registerDictionaryHashed(DB::DictionaryFactory&)::$_4::operator()(String const&, DB::DictionaryStructure const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr, std::shared_ptr, DB::DictionaryKeyType, bool) const @ 0x00000000287ecbba 21. ./build_docker/./src/Dictionaries/registerHashedDictionary.cpp:125: std::unique_ptr> std::__function::__policy_invoker> (String const&, DB::DictionaryStructure const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr, std::shared_ptr, bool)>::__call_impl> (String const&, DB::DictionaryStructure const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr, std::shared_ptr, bool)>>(std::__function::__policy_storage const*, String const&, DB::DictionaryStructure const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr&&, std::shared_ptr&&, bool) @ 0x00000000287e837f 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000031bcba71 23. ./build_docker/./src/Dictionaries/DictionaryFactory.cpp:58: DB::DictionaryFactory::create(String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr, bool) const @ 0x0000000031bc9acb 24. ./build_docker/./src/Interpreters/ExternalDictionariesLoader.cpp:47: DB::ExternalDictionariesLoader::createObject(String const&, Poco::Util::AbstractConfiguration const&, String const&, String const&) const @ 0x0000000037678620 25. ./build_docker/./src/Interpreters/ExternalLoader.cpp:1518: DB::ExternalLoader::LoadingDispatcher::loadSingleObject(String const&, DB::ExternalLoader::ObjectConfig const&, std::shared_ptr) @ 0x00000000376a7a4a 26. ./build_docker/./src/Interpreters/ExternalLoader.cpp:1004: DB::ExternalLoader::LoadingDispatcher::doLoading(String const&, unsigned long, bool, unsigned long, bool, std::shared_ptr) @ 0x00000000376a37e6 27. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x00000000376b3209 28. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x00000000376b2c9f 29. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 30. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 31. ? @ 0x00007fc708d31ac3 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:45:36.223106 [ 424 ] {46a5daeb-dbf0-46eb-a92d-7e99050fff7a} executeQuery: Code: 60. DB::Exception: Unknown table expression identifier 'test_m16msebh.table_for_dict' in scope SELECT key_column, toString(fourth_column) AS some_column, fourth_column FROM test_m16msebh.table_for_dict. (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56676) (comment: 01018_ddl_dictionaries_select.sql) (in query: SYSTEM RELOAD DICTIONARY test_m16msebh.dict3), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4370: DB::QueryAnalyzer::initializeQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dd184f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5549: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19ac7 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 8. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Dictionaries/ClickHouseDictionarySource.cpp:183: DB::ClickHouseDictionarySource::createStreamForQuery(String const&) @ 0x0000000027d46a58 17. ./build_docker/./src/Dictionaries/ClickHouseDictionarySource.cpp:117: DB::ClickHouseDictionarySource::loadAll() @ 0x0000000027d463b5 18. DB::HashedDictionary<(DB::DictionaryKeyType)0, false, false>::loadData() @ 0x000000002903d939 19. DB::HashedDictionary<(DB::DictionaryKeyType)0, false, false>::HashedDictionary(DB::StorageID const&, DB::DictionaryStructure const&, std::shared_ptr, DB::HashedDictionaryConfiguration const&, std::shared_ptr) @ 0x000000002903c5fe 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::registerDictionaryHashed(DB::DictionaryFactory&)::$_4::operator()(String const&, DB::DictionaryStructure const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr, std::shared_ptr, DB::DictionaryKeyType, bool) const @ 0x00000000287ecbba 21. ./build_docker/./src/Dictionaries/registerHashedDictionary.cpp:125: std::unique_ptr> std::__function::__policy_invoker> (String const&, DB::DictionaryStructure const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr, std::shared_ptr, bool)>::__call_impl> (String const&, DB::DictionaryStructure const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr, std::shared_ptr, bool)>>(std::__function::__policy_storage const*, String const&, DB::DictionaryStructure const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr&&, std::shared_ptr&&, bool) @ 0x00000000287e837f 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000031bcba71 23. ./build_docker/./src/Dictionaries/DictionaryFactory.cpp:58: DB::DictionaryFactory::create(String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr, bool) const @ 0x0000000031bc9acb 24. ./build_docker/./src/Interpreters/ExternalDictionariesLoader.cpp:47: DB::ExternalDictionariesLoader::createObject(String const&, Poco::Util::AbstractConfiguration const&, String const&, String const&) const @ 0x0000000037678620 25. ./build_docker/./src/Interpreters/ExternalLoader.cpp:1518: DB::ExternalLoader::LoadingDispatcher::loadSingleObject(String const&, DB::ExternalLoader::ObjectConfig const&, std::shared_ptr) @ 0x00000000376a7a4a 26. ./build_docker/./src/Interpreters/ExternalLoader.cpp:1004: DB::ExternalLoader::LoadingDispatcher::doLoading(String const&, unsigned long, bool, unsigned long, bool, std::shared_ptr) @ 0x00000000376a37e6 27. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x00000000376b3209 28. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x00000000376b2c9f 29. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 30. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:45:36.224616 [ 424 ] {} TCPHandler: Code: 60. DB::Exception: Unknown table expression identifier 'test_m16msebh.table_for_dict' in scope SELECT key_column, toString(fourth_column) AS some_column, fourth_column FROM test_m16msebh.table_for_dict. (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4370: DB::QueryAnalyzer::initializeQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dd184f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5549: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19ac7 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 8. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Dictionaries/ClickHouseDictionarySource.cpp:183: DB::ClickHouseDictionarySource::createStreamForQuery(String const&) @ 0x0000000027d46a58 17. ./build_docker/./src/Dictionaries/ClickHouseDictionarySource.cpp:117: DB::ClickHouseDictionarySource::loadAll() @ 0x0000000027d463b5 18. DB::HashedDictionary<(DB::DictionaryKeyType)0, false, false>::loadData() @ 0x000000002903d939 19. DB::HashedDictionary<(DB::DictionaryKeyType)0, false, false>::HashedDictionary(DB::StorageID const&, DB::DictionaryStructure const&, std::shared_ptr, DB::HashedDictionaryConfiguration const&, std::shared_ptr) @ 0x000000002903c5fe 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::registerDictionaryHashed(DB::DictionaryFactory&)::$_4::operator()(String const&, DB::DictionaryStructure const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr, std::shared_ptr, DB::DictionaryKeyType, bool) const @ 0x00000000287ecbba 21. ./build_docker/./src/Dictionaries/registerHashedDictionary.cpp:125: std::unique_ptr> std::__function::__policy_invoker> (String const&, DB::DictionaryStructure const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr, std::shared_ptr, bool)>::__call_impl> (String const&, DB::DictionaryStructure const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr, std::shared_ptr, bool)>>(std::__function::__policy_storage const*, String const&, DB::DictionaryStructure const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr&&, std::shared_ptr&&, bool) @ 0x00000000287e837f 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000031bcba71 23. ./build_docker/./src/Dictionaries/DictionaryFactory.cpp:58: DB::DictionaryFactory::create(String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr, bool) const @ 0x0000000031bc9acb 24. ./build_docker/./src/Interpreters/ExternalDictionariesLoader.cpp:47: DB::ExternalDictionariesLoader::createObject(String const&, Poco::Util::AbstractConfiguration const&, String const&, String const&) const @ 0x0000000037678620 25. ./build_docker/./src/Interpreters/ExternalLoader.cpp:1518: DB::ExternalLoader::LoadingDispatcher::loadSingleObject(String const&, DB::ExternalLoader::ObjectConfig const&, std::shared_ptr) @ 0x00000000376a7a4a 26. ./build_docker/./src/Interpreters/ExternalLoader.cpp:1004: DB::ExternalLoader::LoadingDispatcher::doLoading(String const&, unsigned long, bool, unsigned long, bool, std::shared_ptr) @ 0x00000000376a37e6 27. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x00000000376b3209 28. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x00000000376b2c9f 29. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 30. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:45:37.847132 [ 1425 ] {85b3a4c9-9261-4a13-b52e-8d6e082c1721} executeQuery: Code: 69. DB::Exception: The number of shift positions needs to be a non-negative value: In scope SELECT bitShiftRight(1, -1). (ARGUMENT_OUT_OF_BOUND) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57176) (comment: 03198_bit_shift_throws_error_for_out_of_bounds.sql) (in query: SELECT bitShiftRight(1, -1);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. _ZN2DBL16castTypeToEitherIJNS_14DataTypeNumberIDuEENS1_ItEENS1_IjEENS1_ImEENS1_IN4wide7integerILm128EjEEEENS1_INS7_ILm256EjEEEENS1_IDB8_EENS1_IsEENS1_IiEENS1_IlEENS1_INS7_ILm128EiEEEENS1_INS7_ILm256EiEEEENS_15DataTypeDecimalINS_7DecimalIiEEEENSL_INSM_IlEEEENSL_INSM_ISH_EEEENSL_INSM_ISJ_EEEENS_12DataTypeDateENS_16DataTypeDateTimeENS_19DataTypeFixedStringENS_14DataTypeStringENS_16DataTypeIntervalEENS_9IDataTypeEZZNS_24FunctionBinaryArithmeticINS_12_GLOBAL__N_117BitShiftRightImplENS12_17NameBitShiftRightELb1ELb0ELb0EE13castBothTypesIZNKS15_12executeImpl2ERKNSt3__16vectorINS_21ColumnWithTypeAndNameENS17_9allocatorIS19_EEEERKNS17_10shared_ptrIKS10_EEmPKNS_8PODArrayIDuLm4096E9AllocatorILb0ELb0EELm63ELm64EEEEUlRKT_RKT0_E_EEbPS1G_S1X_OS1Q_ENKUlS1S_E_clIS2_EEDaS1S_EUlS1S_E_EEb8TypeListIJDpT_EEPS1U_OT1_ @ 0x000000000cc02c4c 5. bool DB::FunctionBinaryArithmetic::castType::castBothTypes::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const::'lambda'(auto const&, auto const&)>(DB::IDataType const*, DB::IDataType const*, auto&&)::'lambda'(auto const&)>(DB::IDataType const*, auto&&) @ 0x000000000cbd7ca2 6. DB::FunctionBinaryArithmetic::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const @ 0x000000000cbc85f9 7. DB::FunctionBinaryArithmetic::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000cbc46f1 8. DB::FunctionBinaryArithmeticWithConstants::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000cbc0e79 9. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 17:45:37.848713 [ 1425 ] {} TCPHandler: Code: 69. DB::Exception: The number of shift positions needs to be a non-negative value: In scope SELECT bitShiftRight(1, -1). (ARGUMENT_OUT_OF_BOUND), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. _ZN2DBL16castTypeToEitherIJNS_14DataTypeNumberIDuEENS1_ItEENS1_IjEENS1_ImEENS1_IN4wide7integerILm128EjEEEENS1_INS7_ILm256EjEEEENS1_IDB8_EENS1_IsEENS1_IiEENS1_IlEENS1_INS7_ILm128EiEEEENS1_INS7_ILm256EiEEEENS_15DataTypeDecimalINS_7DecimalIiEEEENSL_INSM_IlEEEENSL_INSM_ISH_EEEENSL_INSM_ISJ_EEEENS_12DataTypeDateENS_16DataTypeDateTimeENS_19DataTypeFixedStringENS_14DataTypeStringENS_16DataTypeIntervalEENS_9IDataTypeEZZNS_24FunctionBinaryArithmeticINS_12_GLOBAL__N_117BitShiftRightImplENS12_17NameBitShiftRightELb1ELb0ELb0EE13castBothTypesIZNKS15_12executeImpl2ERKNSt3__16vectorINS_21ColumnWithTypeAndNameENS17_9allocatorIS19_EEEERKNS17_10shared_ptrIKS10_EEmPKNS_8PODArrayIDuLm4096E9AllocatorILb0ELb0EELm63ELm64EEEEUlRKT_RKT0_E_EEbPS1G_S1X_OS1Q_ENKUlS1S_E_clIS2_EEDaS1S_EUlS1S_E_EEb8TypeListIJDpT_EEPS1U_OT1_ @ 0x000000000cc02c4c 5. bool DB::FunctionBinaryArithmetic::castType::castBothTypes::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const::'lambda'(auto const&, auto const&)>(DB::IDataType const*, DB::IDataType const*, auto&&)::'lambda'(auto const&)>(DB::IDataType const*, auto&&) @ 0x000000000cbd7ca2 6. DB::FunctionBinaryArithmetic::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const @ 0x000000000cbc85f9 7. DB::FunctionBinaryArithmetic::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000cbc46f1 8. DB::FunctionBinaryArithmeticWithConstants::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000cbc0e79 9. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 17:45:38.362617 [ 1429 ] {70d3e382-37a0-43e3-aa2e-055b3445afe6} executeQuery: Code: 70. DB::Exception: Unexpected inf or nan to integer conversion: while executing 'FUNCTION toUInt64(val :: 0) -> toUInt64(__table1.val) LowCardinality(UInt64) : 2'. (CANNOT_CONVERT_TYPE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57196) (comment: 02480_suspicious_lowcard_in_key.sql) (in query: select count() from test where toUInt64(val) = -1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./src/Functions/FunctionsConversion.h:1841: COW::immutable_ptr DB::detail::ConvertImpl, DB::DataTypeNumber, DB::detail::NameToUInt64, (DB::FormatSettings::DateTimeOverflowBehavior)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, DB::detail::BehaviourOnErrorFromString, void*) @ 0x0000000032625d95 5. ./src/Functions/FunctionsConversion.h:2451: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a8be2 6. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003252be89 7. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt64, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003252aa82 8. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf88e7 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 13. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 15. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 16. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:45:38.366063 [ 1429 ] {} TCPHandler: Code: 70. DB::Exception: Unexpected inf or nan to integer conversion: while executing 'FUNCTION toUInt64(val :: 0) -> toUInt64(__table1.val) LowCardinality(UInt64) : 2'. (CANNOT_CONVERT_TYPE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./src/Functions/FunctionsConversion.h:1841: COW::immutable_ptr DB::detail::ConvertImpl, DB::DataTypeNumber, DB::detail::NameToUInt64, (DB::FormatSettings::DateTimeOverflowBehavior)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, DB::detail::BehaviourOnErrorFromString, void*) @ 0x0000000032625d95 5. ./src/Functions/FunctionsConversion.h:2451: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a8be2 6. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003252be89 7. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt64, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003252aa82 8. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf88e7 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 13. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 15. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 16. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:45:38.543060 [ 424 ] {950576dc-9458-4d0f-af97-a009fe3f546b} executeQuery: Code: 35. DB::Exception: Number of arguments for function parseTimeDelta doesn't match: passed 0, should be 1.: In scope SELECT parseTimeDelta(). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57198) (comment: 02354_parse_timedelta.sql) (in query: -- invalid expressions SELECT parseTimeDelta();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&&) @ 0x00000000088dcead 4. DB::(anonymous namespace)::FunctionParseTimeDelta::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x00000000193120cf 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:45:38.544571 [ 424 ] {} TCPHandler: Code: 35. DB::Exception: Number of arguments for function parseTimeDelta doesn't match: passed 0, should be 1.: In scope SELECT parseTimeDelta(). (TOO_FEW_ARGUMENTS_FOR_FUNCTION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&&) @ 0x00000000088dcead 4. DB::(anonymous namespace)::FunctionParseTimeDelta::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x00000000193120cf 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:45:38.636858 [ 1426 ] {sleep_query_id_02932_kill_query_sleep_test_4hczkow0_29163} executeQuery: Code: 394. DB::Exception: Query was cancelled. (QUERY_WAS_CANCELLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57190) (comment: 02932_kill_query_sleep.sh) (in query: SELECT sleep(1000)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/ProcessList.cpp:560: DB::QueryStatus::throwQueryWasCancelled() const @ 0x0000000038971ab9 5. ./build_docker/./src/Interpreters/ProcessList.cpp:513: DB::QueryStatus::throwProperExceptionIfNeeded(unsigned long const&, unsigned long const&) @ 0x00000000389717d8 6. ./build_docker/./src/Interpreters/ProcessList.cpp:550: DB::QueryStatus::checkTimeLimit() @ 0x0000000038972c83 7. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:200: DB::PipelineExecutor::finalizeExecution() @ 0x000000003f717f87 8. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:147: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7177f7 9. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 10. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 12. ? @ 0x00007fc708d31ac3 13. ? @ 0x00007fc708dc3850 2025.03.31 17:45:38.638884 [ 1426 ] {} TCPHandler: Code: 394. DB::Exception: Query was cancelled. (QUERY_WAS_CANCELLED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/ProcessList.cpp:560: DB::QueryStatus::throwQueryWasCancelled() const @ 0x0000000038971ab9 5. ./build_docker/./src/Interpreters/ProcessList.cpp:513: DB::QueryStatus::throwProperExceptionIfNeeded(unsigned long const&, unsigned long const&) @ 0x00000000389717d8 6. ./build_docker/./src/Interpreters/ProcessList.cpp:550: DB::QueryStatus::checkTimeLimit() @ 0x0000000038972c83 7. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:200: DB::PipelineExecutor::finalizeExecution() @ 0x000000003f717f87 8. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:147: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7177f7 9. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 10. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 12. ? @ 0x00007fc708d31ac3 13. ? @ 0x00007fc708dc3850 2025.03.31 17:45:38.647884 [ 1425 ] {520c842c-84f2-4891-bb6b-bb54623802db} executeQuery: Code: 69. DB::Exception: The number of shift positions needs to be a non-negative value: In scope SELECT bitShiftRight('hola', -1). (ARGUMENT_OUT_OF_BOUND) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57176) (comment: 03198_bit_shift_throws_error_for_out_of_bounds.sql) (in query: SELECT bitShiftRight('hola', -1);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. void DB::impl_::StringIntegerOperationImpl<_BitInt(8), DB::(anonymous namespace)::BitShiftRightImpl>::processString<(DB::impl_::OpCase)0>(char8_t const*, unsigned long const*, DB::(anonymous namespace) const*, DB::PODArray, 63ul, 64ul>&, Allocator, 63ul, 64ul>, 63ul, 64ul>&, unsigned long) @ 0x000000000cbb78f5 5. _ZN2DBL16castTypeToEitherIJNS_14DataTypeNumberIDuEENS1_ItEENS1_IjEENS1_ImEENS1_IN4wide7integerILm128EjEEEENS1_INS7_ILm256EjEEEENS1_IDB8_EENS1_IsEENS1_IiEENS1_IlEENS1_INS7_ILm128EiEEEENS1_INS7_ILm256EiEEEENS_15DataTypeDecimalINS_7DecimalIiEEEENSL_INSM_IlEEEENSL_INSM_ISH_EEEENSL_INSM_ISJ_EEEENS_12DataTypeDateENS_16DataTypeDateTimeENS_19DataTypeFixedStringENS_14DataTypeStringENS_16DataTypeIntervalEENS_9IDataTypeEZZNS_24FunctionBinaryArithmeticINS_12_GLOBAL__N_117BitShiftRightImplENS12_17NameBitShiftRightELb1ELb0ELb0EE13castBothTypesIZNKS15_12executeImpl2ERKNSt3__16vectorINS_21ColumnWithTypeAndNameENS17_9allocatorIS19_EEEERKNS17_10shared_ptrIKS10_EEmPKNS_8PODArrayIDuLm4096E9AllocatorILb0ELb0EELm63ELm64EEEEUlRKT_RKT0_E_EEbPS1G_S1X_OS1Q_ENKUlS1S_E_clISY_EEDaS1S_EUlS1S_E_EEb8TypeListIJDpT_EEPS1U_OT1_ @ 0x000000000cd7f1d3 6. bool DB::FunctionBinaryArithmetic::castType::castBothTypes::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const::'lambda'(auto const&, auto const&)>(DB::IDataType const*, DB::IDataType const*, auto&&)::'lambda'(auto const&)>(DB::IDataType const*, auto&&) @ 0x000000000cbdfa21 7. DB::FunctionBinaryArithmetic::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const @ 0x000000000cbc85f9 8. DB::FunctionBinaryArithmetic::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000cbc46f1 9. DB::FunctionBinaryArithmeticWithConstants::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000cbc0e79 10. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:45:38.649783 [ 1425 ] {} TCPHandler: Code: 69. DB::Exception: The number of shift positions needs to be a non-negative value: In scope SELECT bitShiftRight('hola', -1). (ARGUMENT_OUT_OF_BOUND), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. void DB::impl_::StringIntegerOperationImpl<_BitInt(8), DB::(anonymous namespace)::BitShiftRightImpl>::processString<(DB::impl_::OpCase)0>(char8_t const*, unsigned long const*, DB::(anonymous namespace) const*, DB::PODArray, 63ul, 64ul>&, Allocator, 63ul, 64ul>, 63ul, 64ul>&, unsigned long) @ 0x000000000cbb78f5 5. _ZN2DBL16castTypeToEitherIJNS_14DataTypeNumberIDuEENS1_ItEENS1_IjEENS1_ImEENS1_IN4wide7integerILm128EjEEEENS1_INS7_ILm256EjEEEENS1_IDB8_EENS1_IsEENS1_IiEENS1_IlEENS1_INS7_ILm128EiEEEENS1_INS7_ILm256EiEEEENS_15DataTypeDecimalINS_7DecimalIiEEEENSL_INSM_IlEEEENSL_INSM_ISH_EEEENSL_INSM_ISJ_EEEENS_12DataTypeDateENS_16DataTypeDateTimeENS_19DataTypeFixedStringENS_14DataTypeStringENS_16DataTypeIntervalEENS_9IDataTypeEZZNS_24FunctionBinaryArithmeticINS_12_GLOBAL__N_117BitShiftRightImplENS12_17NameBitShiftRightELb1ELb0ELb0EE13castBothTypesIZNKS15_12executeImpl2ERKNSt3__16vectorINS_21ColumnWithTypeAndNameENS17_9allocatorIS19_EEEERKNS17_10shared_ptrIKS10_EEmPKNS_8PODArrayIDuLm4096E9AllocatorILb0ELb0EELm63ELm64EEEEUlRKT_RKT0_E_EEbPS1G_S1X_OS1Q_ENKUlS1S_E_clISY_EEDaS1S_EUlS1S_E_EEb8TypeListIJDpT_EEPS1U_OT1_ @ 0x000000000cd7f1d3 6. bool DB::FunctionBinaryArithmetic::castType::castBothTypes::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const::'lambda'(auto const&, auto const&)>(DB::IDataType const*, DB::IDataType const*, auto&&)::'lambda'(auto const&)>(DB::IDataType const*, auto&&) @ 0x000000000cbdfa21 7. DB::FunctionBinaryArithmetic::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const @ 0x000000000cbc85f9 8. DB::FunctionBinaryArithmetic::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000cbc46f1 9. DB::FunctionBinaryArithmeticWithConstants::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000cbc0e79 10. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:45:39.311250 [ 424 ] {2b596fb0-564e-49d2-82cb-6025e207b46d} executeQuery: Code: 34. DB::Exception: Number of arguments for function parseTimeDelta doesn't match: passed 2, should be 1.: In scope SELECT parseTimeDelta('1yr', 1). (TOO_MANY_ARGUMENTS_FOR_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57198) (comment: 02354_parse_timedelta.sql) (in query: SELECT parseTimeDelta('1yr', 1);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&&) @ 0x00000000088dcead 4. DB::(anonymous namespace)::FunctionParseTimeDelta::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x0000000019312343 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:45:39.312804 [ 424 ] {} TCPHandler: Code: 34. DB::Exception: Number of arguments for function parseTimeDelta doesn't match: passed 2, should be 1.: In scope SELECT parseTimeDelta('1yr', 1). (TOO_MANY_ARGUMENTS_FOR_FUNCTION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&&) @ 0x00000000088dcead 4. DB::(anonymous namespace)::FunctionParseTimeDelta::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x0000000019312343 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:45:39.447850 [ 1425 ] {80a72452-2ce3-416e-9295-d9067977a9c0} executeQuery: Code: 69. DB::Exception: The number of shift positions needs to be a non-negative value: In scope SELECT bitShiftRight(toFixedString('hola', 8), -1). (ARGUMENT_OUT_OF_BOUND) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57176) (comment: 03198_bit_shift_throws_error_for_out_of_bounds.sql) (in query: SELECT bitShiftRight(toFixedString('hola', 8), -1);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. void DB::impl_::StringIntegerOperationImpl<_BitInt(8), DB::(anonymous namespace)::BitShiftRightImpl>::processFixedString<(DB::impl_::OpCase)0>(char8_t const*, unsigned long, DB::(anonymous namespace) const*, DB::PODArray, 63ul, 64ul>&, unsigned long) @ 0x000000000cba6852 5. _ZN2DBL16castTypeToEitherIJNS_14DataTypeNumberIDuEENS1_ItEENS1_IjEENS1_ImEENS1_IN4wide7integerILm128EjEEEENS1_INS7_ILm256EjEEEENS1_IDB8_EENS1_IsEENS1_IiEENS1_IlEENS1_INS7_ILm128EiEEEENS1_INS7_ILm256EiEEEENS_15DataTypeDecimalINS_7DecimalIiEEEENSL_INSM_IlEEEENSL_INSM_ISH_EEEENSL_INSM_ISJ_EEEENS_12DataTypeDateENS_16DataTypeDateTimeENS_19DataTypeFixedStringENS_14DataTypeStringENS_16DataTypeIntervalEENS_9IDataTypeEZZNS_24FunctionBinaryArithmeticINS_12_GLOBAL__N_117BitShiftRightImplENS12_17NameBitShiftRightELb1ELb0ELb0EE13castBothTypesIZNKS15_12executeImpl2ERKNSt3__16vectorINS_21ColumnWithTypeAndNameENS17_9allocatorIS19_EEEERKNS17_10shared_ptrIKS10_EEmPKNS_8PODArrayIDuLm4096E9AllocatorILb0ELb0EELm63ELm64EEEEUlRKT_RKT0_E_EEbPS1G_S1X_OS1Q_ENKUlS1S_E_clISX_EEDaS1S_EUlS1S_E_EEb8TypeListIJDpT_EEPS1U_OT1_ @ 0x000000000cd6ee28 6. bool DB::FunctionBinaryArithmetic::castType::castBothTypes::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const::'lambda'(auto const&, auto const&)>(DB::IDataType const*, DB::IDataType const*, auto&&)::'lambda'(auto const&)>(DB::IDataType const*, auto&&) @ 0x000000000cbdf8a1 7. DB::FunctionBinaryArithmetic::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const @ 0x000000000cbc85f9 8. DB::FunctionBinaryArithmetic::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000cbc46f1 9. DB::FunctionBinaryArithmeticWithConstants::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000cbc0e79 10. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:45:39.449440 [ 1425 ] {} TCPHandler: Code: 69. DB::Exception: The number of shift positions needs to be a non-negative value: In scope SELECT bitShiftRight(toFixedString('hola', 8), -1). (ARGUMENT_OUT_OF_BOUND), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. void DB::impl_::StringIntegerOperationImpl<_BitInt(8), DB::(anonymous namespace)::BitShiftRightImpl>::processFixedString<(DB::impl_::OpCase)0>(char8_t const*, unsigned long, DB::(anonymous namespace) const*, DB::PODArray, 63ul, 64ul>&, unsigned long) @ 0x000000000cba6852 5. _ZN2DBL16castTypeToEitherIJNS_14DataTypeNumberIDuEENS1_ItEENS1_IjEENS1_ImEENS1_IN4wide7integerILm128EjEEEENS1_INS7_ILm256EjEEEENS1_IDB8_EENS1_IsEENS1_IiEENS1_IlEENS1_INS7_ILm128EiEEEENS1_INS7_ILm256EiEEEENS_15DataTypeDecimalINS_7DecimalIiEEEENSL_INSM_IlEEEENSL_INSM_ISH_EEEENSL_INSM_ISJ_EEEENS_12DataTypeDateENS_16DataTypeDateTimeENS_19DataTypeFixedStringENS_14DataTypeStringENS_16DataTypeIntervalEENS_9IDataTypeEZZNS_24FunctionBinaryArithmeticINS_12_GLOBAL__N_117BitShiftRightImplENS12_17NameBitShiftRightELb1ELb0ELb0EE13castBothTypesIZNKS15_12executeImpl2ERKNSt3__16vectorINS_21ColumnWithTypeAndNameENS17_9allocatorIS19_EEEERKNS17_10shared_ptrIKS10_EEmPKNS_8PODArrayIDuLm4096E9AllocatorILb0ELb0EELm63ELm64EEEEUlRKT_RKT0_E_EEbPS1G_S1X_OS1Q_ENKUlS1S_E_clISX_EEDaS1S_EUlS1S_E_EEb8TypeListIJDpT_EEPS1U_OT1_ @ 0x000000000cd6ee28 6. bool DB::FunctionBinaryArithmetic::castType::castBothTypes::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const::'lambda'(auto const&, auto const&)>(DB::IDataType const*, DB::IDataType const*, auto&&)::'lambda'(auto const&)>(DB::IDataType const*, auto&&) @ 0x000000000cbdf8a1 7. DB::FunctionBinaryArithmetic::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const @ 0x000000000cbc85f9 8. DB::FunctionBinaryArithmetic::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000cbc46f1 9. DB::FunctionBinaryArithmeticWithConstants::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000cbc0e79 10. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:45:40.046915 [ 1428 ] {01e152e2-b2ea-4b4a-8284-943f6b8390a6} executeQuery: Code: 450. DB::Exception: TTL expression result column should have DateTime or Date type, but has Int32. (BAD_TTL_EXPRESSION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57234) (comment: 00933_alter_ttl.sql) (in query: alter table ttl modify ttl a;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/TTLDescription.cpp:93: DB::TTLDescription::getTTLFromAST(std::shared_ptr const&, DB::ColumnsDescription const&, std::shared_ptr, DB::KeyDescription const&, bool) @ 0x000000003d38d76b 5. ./build_docker/./src/Storages/TTLDescription.cpp:405: DB::TTLTableDescription::getTTLForTableFromAST(std::shared_ptr const&, DB::ColumnsDescription const&, std::shared_ptr, DB::KeyDescription const&, bool) @ 0x000000003d390ea6 6. ./build_docker/./src/Storages/AlterCommands.cpp:809: DB::AlterCommand::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6b7b55 7. ./build_docker/./src/Storages/AlterCommands.cpp:1180: DB::AlterCommands::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6cc870 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3469: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea34a0 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 10. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 17:45:40.071381 [ 1428 ] {} TCPHandler: Code: 450. DB::Exception: TTL expression result column should have DateTime or Date type, but has Int32. (BAD_TTL_EXPRESSION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/TTLDescription.cpp:93: DB::TTLDescription::getTTLFromAST(std::shared_ptr const&, DB::ColumnsDescription const&, std::shared_ptr, DB::KeyDescription const&, bool) @ 0x000000003d38d76b 5. ./build_docker/./src/Storages/TTLDescription.cpp:405: DB::TTLTableDescription::getTTLForTableFromAST(std::shared_ptr const&, DB::ColumnsDescription const&, std::shared_ptr, DB::KeyDescription const&, bool) @ 0x000000003d390ea6 6. ./build_docker/./src/Storages/AlterCommands.cpp:809: DB::AlterCommand::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6b7b55 7. ./build_docker/./src/Storages/AlterCommands.cpp:1180: DB::AlterCommands::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6cc870 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3469: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea34a0 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 10. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 17:45:40.098079 [ 424 ] {5c073950-92a8-40db-b9ff-33d4fba1c704} executeQuery: Code: 43. DB::Exception: Cannot format UInt8 as time string.: In scope SELECT parseTimeDelta(1). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57198) (comment: 02354_parse_timedelta.sql) (in query: SELECT parseTimeDelta(1);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionParseTimeDelta::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x00000000193125a1 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:45:40.102934 [ 424 ] {} TCPHandler: Code: 43. DB::Exception: Cannot format UInt8 as time string.: In scope SELECT parseTimeDelta(1). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionParseTimeDelta::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x00000000193125a1 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:45:40.246439 [ 1425 ] {a6b03c21-0639-418c-9b73-bdf8870f9058} executeQuery: Code: 69. DB::Exception: The number of shift positions needs to be a non-negative value: In scope SELECT bitShiftLeft(1, -1). (ARGUMENT_OUT_OF_BOUND) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57176) (comment: 03198_bit_shift_throws_error_for_out_of_bounds.sql) (in query: SELECT bitShiftLeft(1, -1);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. _ZN2DBL16castTypeToEitherIJNS_14DataTypeNumberIDuEENS1_ItEENS1_IjEENS1_ImEENS1_IN4wide7integerILm128EjEEEENS1_INS7_ILm256EjEEEENS1_IDB8_EENS1_IsEENS1_IiEENS1_IlEENS1_INS7_ILm128EiEEEENS1_INS7_ILm256EiEEEENS_15DataTypeDecimalINS_7DecimalIiEEEENSL_INSM_IlEEEENSL_INSM_ISH_EEEENSL_INSM_ISJ_EEEENS_12DataTypeDateENS_16DataTypeDateTimeENS_19DataTypeFixedStringENS_14DataTypeStringENS_16DataTypeIntervalEENS_9IDataTypeEZZNS_24FunctionBinaryArithmeticINS_12_GLOBAL__N_116BitShiftLeftImplENS12_16NameBitShiftLeftELb1ELb0ELb0EE13castBothTypesIZNKS15_12executeImpl2ERKNSt3__16vectorINS_21ColumnWithTypeAndNameENS17_9allocatorIS19_EEEERKNS17_10shared_ptrIKS10_EEmPKNS_8PODArrayIDuLm4096E9AllocatorILb0ELb0EELm63ELm64EEEEUlRKT_RKT0_E_EEbPS1G_S1X_OS1Q_ENKUlS1S_E_clIS2_EEDaS1S_EUlS1S_E_EEb8TypeListIJDpT_EEPS1U_OT1_ @ 0x000000000c901dec 5. bool DB::FunctionBinaryArithmetic::castType::castBothTypes::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const::'lambda'(auto const&, auto const&)>(DB::IDataType const*, DB::IDataType const*, auto&&)::'lambda'(auto const&)>(DB::IDataType const*, auto&&) @ 0x000000000c8d6e22 6. DB::FunctionBinaryArithmetic::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const @ 0x000000000c8c7779 7. DB::FunctionBinaryArithmetic::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000c8c3871 8. DB::FunctionBinaryArithmeticWithConstants::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000c8bfff9 9. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 17:45:40.248394 [ 1425 ] {} TCPHandler: Code: 69. DB::Exception: The number of shift positions needs to be a non-negative value: In scope SELECT bitShiftLeft(1, -1). (ARGUMENT_OUT_OF_BOUND), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. _ZN2DBL16castTypeToEitherIJNS_14DataTypeNumberIDuEENS1_ItEENS1_IjEENS1_ImEENS1_IN4wide7integerILm128EjEEEENS1_INS7_ILm256EjEEEENS1_IDB8_EENS1_IsEENS1_IiEENS1_IlEENS1_INS7_ILm128EiEEEENS1_INS7_ILm256EiEEEENS_15DataTypeDecimalINS_7DecimalIiEEEENSL_INSM_IlEEEENSL_INSM_ISH_EEEENSL_INSM_ISJ_EEEENS_12DataTypeDateENS_16DataTypeDateTimeENS_19DataTypeFixedStringENS_14DataTypeStringENS_16DataTypeIntervalEENS_9IDataTypeEZZNS_24FunctionBinaryArithmeticINS_12_GLOBAL__N_116BitShiftLeftImplENS12_16NameBitShiftLeftELb1ELb0ELb0EE13castBothTypesIZNKS15_12executeImpl2ERKNSt3__16vectorINS_21ColumnWithTypeAndNameENS17_9allocatorIS19_EEEERKNS17_10shared_ptrIKS10_EEmPKNS_8PODArrayIDuLm4096E9AllocatorILb0ELb0EELm63ELm64EEEEUlRKT_RKT0_E_EEbPS1G_S1X_OS1Q_ENKUlS1S_E_clIS2_EEDaS1S_EUlS1S_E_EEb8TypeListIJDpT_EEPS1U_OT1_ @ 0x000000000c901dec 5. bool DB::FunctionBinaryArithmetic::castType::castBothTypes::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const::'lambda'(auto const&, auto const&)>(DB::IDataType const*, DB::IDataType const*, auto&&)::'lambda'(auto const&)>(DB::IDataType const*, auto&&) @ 0x000000000c8d6e22 6. DB::FunctionBinaryArithmetic::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const @ 0x000000000c8c7779 7. DB::FunctionBinaryArithmetic::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000c8c3871 8. DB::FunctionBinaryArithmeticWithConstants::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000c8bfff9 9. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 17:45:40.881248 [ 424 ] {9d231457-1a53-4582-b4c9-b38982c786d6} executeQuery: Code: 36. DB::Exception: Invalid expression for function parseTimeDelta, don't find valid characters, str: " ".: In scope SELECT parseTimeDelta(' '). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57198) (comment: 02354_parse_timedelta.sql) (in query: SELECT parseTimeDelta(' ');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::(anonymous namespace)::FunctionParseTimeDelta::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000193105bf 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:45:40.882933 [ 424 ] {} TCPHandler: Code: 36. DB::Exception: Invalid expression for function parseTimeDelta, don't find valid characters, str: " ".: In scope SELECT parseTimeDelta(' '). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::(anonymous namespace)::FunctionParseTimeDelta::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000193105bf 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:45:41.087695 [ 1425 ] {3f7f375b-6c06-44ab-9e52-11979daeac1f} executeQuery: Code: 69. DB::Exception: The number of shift positions needs to be a non-negative value: In scope SELECT bitShiftLeft('hola', -1). (ARGUMENT_OUT_OF_BOUND) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57176) (comment: 03198_bit_shift_throws_error_for_out_of_bounds.sql) (in query: SELECT bitShiftLeft('hola', -1);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. void DB::impl_::StringIntegerOperationImpl<_BitInt(8), DB::(anonymous namespace)::BitShiftLeftImpl>::processString<(DB::impl_::OpCase)0>(char8_t const*, unsigned long const*, DB::(anonymous namespace) const*, DB::PODArray, 63ul, 64ul>&, Allocator, 63ul, 64ul>, 63ul, 64ul>&, unsigned long) @ 0x000000000c8b10a9 5. _ZN2DBL16castTypeToEitherIJNS_14DataTypeNumberIDuEENS1_ItEENS1_IjEENS1_ImEENS1_IN4wide7integerILm128EjEEEENS1_INS7_ILm256EjEEEENS1_IDB8_EENS1_IsEENS1_IiEENS1_IlEENS1_INS7_ILm128EiEEEENS1_INS7_ILm256EiEEEENS_15DataTypeDecimalINS_7DecimalIiEEEENSL_INSM_IlEEEENSL_INSM_ISH_EEEENSL_INSM_ISJ_EEEENS_12DataTypeDateENS_16DataTypeDateTimeENS_19DataTypeFixedStringENS_14DataTypeStringENS_16DataTypeIntervalEENS_9IDataTypeEZZNS_24FunctionBinaryArithmeticINS_12_GLOBAL__N_116BitShiftLeftImplENS12_16NameBitShiftLeftELb1ELb0ELb0EE13castBothTypesIZNKS15_12executeImpl2ERKNSt3__16vectorINS_21ColumnWithTypeAndNameENS17_9allocatorIS19_EEEERKNS17_10shared_ptrIKS10_EEmPKNS_8PODArrayIDuLm4096E9AllocatorILb0ELb0EELm63ELm64EEEEUlRKT_RKT0_E_EEbPS1G_S1X_OS1Q_ENKUlS1S_E_clISY_EEDaS1S_EUlS1S_E_EEb8TypeListIJDpT_EEPS1U_OT1_ @ 0x000000000ca7ecb3 6. bool DB::FunctionBinaryArithmetic::castType::castBothTypes::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const::'lambda'(auto const&, auto const&)>(DB::IDataType const*, DB::IDataType const*, auto&&)::'lambda'(auto const&)>(DB::IDataType const*, auto&&) @ 0x000000000c8deba1 7. DB::FunctionBinaryArithmetic::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const @ 0x000000000c8c7779 8. DB::FunctionBinaryArithmetic::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000c8c3871 9. DB::FunctionBinaryArithmeticWithConstants::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000c8bfff9 10. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:45:41.089298 [ 1425 ] {} TCPHandler: Code: 69. DB::Exception: The number of shift positions needs to be a non-negative value: In scope SELECT bitShiftLeft('hola', -1). (ARGUMENT_OUT_OF_BOUND), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. void DB::impl_::StringIntegerOperationImpl<_BitInt(8), DB::(anonymous namespace)::BitShiftLeftImpl>::processString<(DB::impl_::OpCase)0>(char8_t const*, unsigned long const*, DB::(anonymous namespace) const*, DB::PODArray, 63ul, 64ul>&, Allocator, 63ul, 64ul>, 63ul, 64ul>&, unsigned long) @ 0x000000000c8b10a9 5. _ZN2DBL16castTypeToEitherIJNS_14DataTypeNumberIDuEENS1_ItEENS1_IjEENS1_ImEENS1_IN4wide7integerILm128EjEEEENS1_INS7_ILm256EjEEEENS1_IDB8_EENS1_IsEENS1_IiEENS1_IlEENS1_INS7_ILm128EiEEEENS1_INS7_ILm256EiEEEENS_15DataTypeDecimalINS_7DecimalIiEEEENSL_INSM_IlEEEENSL_INSM_ISH_EEEENSL_INSM_ISJ_EEEENS_12DataTypeDateENS_16DataTypeDateTimeENS_19DataTypeFixedStringENS_14DataTypeStringENS_16DataTypeIntervalEENS_9IDataTypeEZZNS_24FunctionBinaryArithmeticINS_12_GLOBAL__N_116BitShiftLeftImplENS12_16NameBitShiftLeftELb1ELb0ELb0EE13castBothTypesIZNKS15_12executeImpl2ERKNSt3__16vectorINS_21ColumnWithTypeAndNameENS17_9allocatorIS19_EEEERKNS17_10shared_ptrIKS10_EEmPKNS_8PODArrayIDuLm4096E9AllocatorILb0ELb0EELm63ELm64EEEEUlRKT_RKT0_E_EEbPS1G_S1X_OS1Q_ENKUlS1S_E_clISY_EEDaS1S_EUlS1S_E_EEb8TypeListIJDpT_EEPS1U_OT1_ @ 0x000000000ca7ecb3 6. bool DB::FunctionBinaryArithmetic::castType::castBothTypes::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const::'lambda'(auto const&, auto const&)>(DB::IDataType const*, DB::IDataType const*, auto&&)::'lambda'(auto const&)>(DB::IDataType const*, auto&&) @ 0x000000000c8deba1 7. DB::FunctionBinaryArithmetic::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const @ 0x000000000c8c7779 8. DB::FunctionBinaryArithmetic::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000c8c3871 9. DB::FunctionBinaryArithmeticWithConstants::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000c8bfff9 10. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:45:41.214903 [ 1428 ] {c17fe613-2583-44ae-9931-356759965c61} executeQuery: Code: 43. DB::Exception: Illegal type Int32 of argument of function toDayOfMonth. Should be Date, Date32, DateTime or DateTime64: While processing toDayOfMonth(d). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57234) (comment: 00933_alter_ttl.sql) (in query: alter table ttl modify column d Int ttl d + interval 1 day;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionDateOrDateTimeBase::checkArguments(std::vector> const&, bool) const @ 0x000000001bcbf493 5. DB::FunctionDateOrDateTimeToSomething, DB::ToDayOfMonthImpl>::getReturnTypeImpl(std::vector> const&) const @ 0x000000001bd13478 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Interpreters/ActionsDAG.cpp:261: DB::ActionsDAG::addFunction(std::shared_ptr const&, std::vector>, String) @ 0x0000000035adea36 11. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:673: DB::ScopeStack::addFunction(std::shared_ptr const&, std::vector> const&, String) @ 0x0000000036a10683 12. ./src/Interpreters/ActionsVisitor.h:178: DB::ActionsMatcher::Data::addFunction(std::shared_ptr const&, std::vector> const&, String) @ 0x0000000036a3acd3 13. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:1342: DB::ActionsMatcher::visit(DB::ASTFunction const&, std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a16e75 14. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:732: DB::ActionsMatcher::visit(std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a122b5 15. ./src/Interpreters/InDepthNodeVisitor.h:71: DB::InDepthNodeVisitor const>::doVisit(std::shared_ptr const&) @ 0x00000000369ecfd5 16. ./src/Interpreters/InDepthNodeVisitor.h:61: DB::ExpressionAnalyzer::getRootActions(std::shared_ptr const&, bool, DB::ActionsDAG&, bool) @ 0x0000000036967af7 17. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:1859: DB::ExpressionAnalyzer::getActionsDAG(bool, bool) @ 0x000000003699dab3 18. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:1894: DB::ExpressionAnalyzer::getActions(bool, bool, DB::CompileExpressions) @ 0x000000003699e752 19. ./build_docker/./src/Storages/KeyDescription.cpp:164: DB::KeyDescription::getSortingKeyFromAST(std::shared_ptr const&, DB::ColumnsDescription const&, std::shared_ptr, std::optional const&) @ 0x000000003c7da0ce 20. ./build_docker/./src/Storages/KeyDescription.cpp:77: DB::KeyDescription::recalculateWithNewAST(std::shared_ptr const&, DB::ColumnsDescription const&, std::shared_ptr) @ 0x000000003c7d72c7 21. ./build_docker/./src/Storages/AlterCommands.cpp:1197: DB::AlterCommands::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6cce06 22. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3469: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea34a0 23. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 24. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:45:41.216575 [ 1428 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Int32 of argument of function toDayOfMonth. Should be Date, Date32, DateTime or DateTime64: While processing toDayOfMonth(d). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionDateOrDateTimeBase::checkArguments(std::vector> const&, bool) const @ 0x000000001bcbf493 5. DB::FunctionDateOrDateTimeToSomething, DB::ToDayOfMonthImpl>::getReturnTypeImpl(std::vector> const&) const @ 0x000000001bd13478 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Interpreters/ActionsDAG.cpp:261: DB::ActionsDAG::addFunction(std::shared_ptr const&, std::vector>, String) @ 0x0000000035adea36 11. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:673: DB::ScopeStack::addFunction(std::shared_ptr const&, std::vector> const&, String) @ 0x0000000036a10683 12. ./src/Interpreters/ActionsVisitor.h:178: DB::ActionsMatcher::Data::addFunction(std::shared_ptr const&, std::vector> const&, String) @ 0x0000000036a3acd3 13. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:1342: DB::ActionsMatcher::visit(DB::ASTFunction const&, std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a16e75 14. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:732: DB::ActionsMatcher::visit(std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a122b5 15. ./src/Interpreters/InDepthNodeVisitor.h:71: DB::InDepthNodeVisitor const>::doVisit(std::shared_ptr const&) @ 0x00000000369ecfd5 16. ./src/Interpreters/InDepthNodeVisitor.h:61: DB::ExpressionAnalyzer::getRootActions(std::shared_ptr const&, bool, DB::ActionsDAG&, bool) @ 0x0000000036967af7 17. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:1859: DB::ExpressionAnalyzer::getActionsDAG(bool, bool) @ 0x000000003699dab3 18. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:1894: DB::ExpressionAnalyzer::getActions(bool, bool, DB::CompileExpressions) @ 0x000000003699e752 19. ./build_docker/./src/Storages/KeyDescription.cpp:164: DB::KeyDescription::getSortingKeyFromAST(std::shared_ptr const&, DB::ColumnsDescription const&, std::shared_ptr, std::optional const&) @ 0x000000003c7da0ce 20. ./build_docker/./src/Storages/KeyDescription.cpp:77: DB::KeyDescription::recalculateWithNewAST(std::shared_ptr const&, DB::ColumnsDescription const&, std::shared_ptr) @ 0x000000003c7d72c7 21. ./build_docker/./src/Storages/AlterCommands.cpp:1197: DB::AlterCommands::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6cce06 22. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3469: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea34a0 23. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 24. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:45:41.630633 [ 1428 ] {d98bf50a-1638-4963-9415-ee960f68cb85} executeQuery: Code: 524. DB::Exception: ALTER of key column d is forbidden. (ALTER_OF_COLUMN_IS_FORBIDDEN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57234) (comment: 00933_alter_ttl.sql) (in query: alter table ttl modify column d DateTime ttl d + interval 1 day;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3727: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003deacc23 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:45:41.632235 [ 1428 ] {} TCPHandler: Code: 524. DB::Exception: ALTER of key column d is forbidden. (ALTER_OF_COLUMN_IS_FORBIDDEN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3727: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003deacc23 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:45:41.646004 [ 424 ] {ea937cd2-fb0b-42a5-99fe-10f3d571adc4} executeQuery: Code: 36. DB::Exception: Invalid expression for function parseTimeDelta, find number failed, str: "-1yr".: In scope SELECT parseTimeDelta('-1yr'). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57198) (comment: 02354_parse_timedelta.sql) (in query: SELECT parseTimeDelta('-1yr');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::(anonymous namespace)::FunctionParseTimeDelta::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000019310c91 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:45:41.647683 [ 424 ] {} TCPHandler: Code: 36. DB::Exception: Invalid expression for function parseTimeDelta, find number failed, str: "-1yr".: In scope SELECT parseTimeDelta('-1yr'). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::(anonymous namespace)::FunctionParseTimeDelta::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000019310c91 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:45:41.891829 [ 1425 ] {2abbf4fa-fd93-4e93-8a61-0b792b4006d2} executeQuery: Code: 69. DB::Exception: The number of shift positions needs to be a non-negative value: In scope SELECT bitShiftLeft(toFixedString('hola', 8), -1). (ARGUMENT_OUT_OF_BOUND) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57176) (comment: 03198_bit_shift_throws_error_for_out_of_bounds.sql) (in query: SELECT bitShiftLeft(toFixedString('hola', 8), -1);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. void DB::impl_::StringIntegerOperationImpl<_BitInt(8), DB::(anonymous namespace)::BitShiftLeftImpl>::processFixedString<(DB::impl_::OpCase)0>(char8_t const*, unsigned long, DB::(anonymous namespace) const*, DB::PODArray, 63ul, 64ul>&, unsigned long) @ 0x000000000c8981c9 5. _ZN2DBL16castTypeToEitherIJNS_14DataTypeNumberIDuEENS1_ItEENS1_IjEENS1_ImEENS1_IN4wide7integerILm128EjEEEENS1_INS7_ILm256EjEEEENS1_IDB8_EENS1_IsEENS1_IiEENS1_IlEENS1_INS7_ILm128EiEEEENS1_INS7_ILm256EiEEEENS_15DataTypeDecimalINS_7DecimalIiEEEENSL_INSM_IlEEEENSL_INSM_ISH_EEEENSL_INSM_ISJ_EEEENS_12DataTypeDateENS_16DataTypeDateTimeENS_19DataTypeFixedStringENS_14DataTypeStringENS_16DataTypeIntervalEENS_9IDataTypeEZZNS_24FunctionBinaryArithmeticINS_12_GLOBAL__N_116BitShiftLeftImplENS12_16NameBitShiftLeftELb1ELb0ELb0EE13castBothTypesIZNKS15_12executeImpl2ERKNSt3__16vectorINS_21ColumnWithTypeAndNameENS17_9allocatorIS19_EEEERKNS17_10shared_ptrIKS10_EEmPKNS_8PODArrayIDuLm4096E9AllocatorILb0ELb0EELm63ELm64EEEEUlRKT_RKT0_E_EEbPS1G_S1X_OS1Q_ENKUlS1S_E_clISX_EEDaS1S_EUlS1S_E_EEb8TypeListIJDpT_EEPS1U_OT1_ @ 0x000000000ca6e908 6. bool DB::FunctionBinaryArithmetic::castType::castBothTypes::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const::'lambda'(auto const&, auto const&)>(DB::IDataType const*, DB::IDataType const*, auto&&)::'lambda'(auto const&)>(DB::IDataType const*, auto&&) @ 0x000000000c8dea21 7. DB::FunctionBinaryArithmetic::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const @ 0x000000000c8c7779 8. DB::FunctionBinaryArithmetic::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000c8c3871 9. DB::FunctionBinaryArithmeticWithConstants::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000c8bfff9 10. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:45:41.893370 [ 1425 ] {} TCPHandler: Code: 69. DB::Exception: The number of shift positions needs to be a non-negative value: In scope SELECT bitShiftLeft(toFixedString('hola', 8), -1). (ARGUMENT_OUT_OF_BOUND), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. void DB::impl_::StringIntegerOperationImpl<_BitInt(8), DB::(anonymous namespace)::BitShiftLeftImpl>::processFixedString<(DB::impl_::OpCase)0>(char8_t const*, unsigned long, DB::(anonymous namespace) const*, DB::PODArray, 63ul, 64ul>&, unsigned long) @ 0x000000000c8981c9 5. _ZN2DBL16castTypeToEitherIJNS_14DataTypeNumberIDuEENS1_ItEENS1_IjEENS1_ImEENS1_IN4wide7integerILm128EjEEEENS1_INS7_ILm256EjEEEENS1_IDB8_EENS1_IsEENS1_IiEENS1_IlEENS1_INS7_ILm128EiEEEENS1_INS7_ILm256EiEEEENS_15DataTypeDecimalINS_7DecimalIiEEEENSL_INSM_IlEEEENSL_INSM_ISH_EEEENSL_INSM_ISJ_EEEENS_12DataTypeDateENS_16DataTypeDateTimeENS_19DataTypeFixedStringENS_14DataTypeStringENS_16DataTypeIntervalEENS_9IDataTypeEZZNS_24FunctionBinaryArithmeticINS_12_GLOBAL__N_116BitShiftLeftImplENS12_16NameBitShiftLeftELb1ELb0ELb0EE13castBothTypesIZNKS15_12executeImpl2ERKNSt3__16vectorINS_21ColumnWithTypeAndNameENS17_9allocatorIS19_EEEERKNS17_10shared_ptrIKS10_EEmPKNS_8PODArrayIDuLm4096E9AllocatorILb0ELb0EELm63ELm64EEEEUlRKT_RKT0_E_EEbPS1G_S1X_OS1Q_ENKUlS1S_E_clISX_EEDaS1S_EUlS1S_E_EEb8TypeListIJDpT_EEPS1U_OT1_ @ 0x000000000ca6e908 6. bool DB::FunctionBinaryArithmetic::castType::castBothTypes::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const::'lambda'(auto const&, auto const&)>(DB::IDataType const*, DB::IDataType const*, auto&&)::'lambda'(auto const&)>(DB::IDataType const*, auto&&) @ 0x000000000c8dea21 7. DB::FunctionBinaryArithmetic::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const @ 0x000000000c8c7779 8. DB::FunctionBinaryArithmetic::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000c8c3871 9. DB::FunctionBinaryArithmeticWithConstants::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000c8bfff9 10. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:45:42.414709 [ 424 ] {9b6659c4-3e1c-40f3-8914-d580d8d7a3f4} executeQuery: Code: 36. DB::Exception: Invalid expression for function parseTimeDelta, str: "1yr-".: In scope SELECT parseTimeDelta('1yr-'). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57198) (comment: 02354_parse_timedelta.sql) (in query: SELECT parseTimeDelta('1yr-');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::(anonymous namespace)::FunctionParseTimeDelta::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001931113f 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:45:42.416607 [ 424 ] {} TCPHandler: Code: 36. DB::Exception: Invalid expression for function parseTimeDelta, str: "1yr-".: In scope SELECT parseTimeDelta('1yr-'). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::(anonymous namespace)::FunctionParseTimeDelta::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001931113f 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:45:42.426482 [ 424 ] {6b3570b4-4596-4856-9892-8540694c2db2} executeQuery: Code: 36. DB::Exception: Invalid expression for function parseTimeDelta, find number failed, str: "yr2mo".: In scope SELECT parseTimeDelta('yr2mo'). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57198) (comment: 02354_parse_timedelta.sql) (in query: SELECT parseTimeDelta('yr2mo');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::(anonymous namespace)::FunctionParseTimeDelta::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000019310c91 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:45:42.428209 [ 424 ] {} TCPHandler: Code: 36. DB::Exception: Invalid expression for function parseTimeDelta, find number failed, str: "yr2mo".: In scope SELECT parseTimeDelta('yr2mo'). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::(anonymous namespace)::FunctionParseTimeDelta::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000019310c91 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:45:42.676704 [ 1431 ] {1d5c8763-beee-425e-8d9c-73891df3b96a} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 512.79 MiB (attempt to allocate chunk of 134479872 bytes), current RSS 384.54 MiB, maximum: 476.84 MiB.: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56756) (comment: 01513_optimize_aggregation_in_order_memory_long.sql) (in query: select key, groupArray(repeat('a', 200)), count() from data_01513 group by key format Null settings optimize_aggregation_in_order=0;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. DB::Arena::addMemoryChunk(unsigned long) @ 0x000000000afdcb38 9. DB::Arena::alignedAlloc(unsigned long, unsigned long) @ 0x000000000afdc5a5 10. ./build_docker/./src/AggregateFunctions/AggregateFunctionGroupArray.cpp:439: DB::IAggregateFunctionHelper>>::addBatch(unsigned long, unsigned long, char**, unsigned long, DB::IColumn const**, DB::Arena*, long) const @ 0x0000000021af6841 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: DB::Aggregator::executeAggregateInstructions(DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, std::unique_ptr> const&, unsigned long, bool, bool, bool) const @ 0x0000000036a64843 12. ./build_docker/./src/Interpreters/Aggregator.cpp:1178: void DB::Aggregator::executeImplBatch>, false>, DB::ColumnsHashing::HashMethodString, char*, true, false, false, false>>(DB::AggregationMethodStringNoCache>, false>&, DB::ColumnsHashing::HashMethodString, char*, true, false, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f1fe39 13. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl>, false>, DB::ColumnsHashing::HashMethodString, char*, true, false, false, false>>(DB::AggregationMethodStringNoCache>, false>&, DB::ColumnsHashing::HashMethodString, char*, true, false, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f19c88 14. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl>, false>>(DB::AggregationMethodStringNoCache>, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c46e10 15. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fa5e 16. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 17. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 18. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 19. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 21. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 22. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 23. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:45:42.732037 [ 1431 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 512.79 MiB (attempt to allocate chunk of 134479872 bytes), current RSS 384.54 MiB, maximum: 476.84 MiB.: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. DB::Arena::addMemoryChunk(unsigned long) @ 0x000000000afdcb38 9. DB::Arena::alignedAlloc(unsigned long, unsigned long) @ 0x000000000afdc5a5 10. ./build_docker/./src/AggregateFunctions/AggregateFunctionGroupArray.cpp:439: DB::IAggregateFunctionHelper>>::addBatch(unsigned long, unsigned long, char**, unsigned long, DB::IColumn const**, DB::Arena*, long) const @ 0x0000000021af6841 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: DB::Aggregator::executeAggregateInstructions(DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, std::unique_ptr> const&, unsigned long, bool, bool, bool) const @ 0x0000000036a64843 12. ./build_docker/./src/Interpreters/Aggregator.cpp:1178: void DB::Aggregator::executeImplBatch>, false>, DB::ColumnsHashing::HashMethodString, char*, true, false, false, false>>(DB::AggregationMethodStringNoCache>, false>&, DB::ColumnsHashing::HashMethodString, char*, true, false, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f1fe39 13. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl>, false>, DB::ColumnsHashing::HashMethodString, char*, true, false, false, false>>(DB::AggregationMethodStringNoCache>, false>&, DB::ColumnsHashing::HashMethodString, char*, true, false, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f19c88 14. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl>, false>>(DB::AggregationMethodStringNoCache>, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c46e10 15. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fa5e 16. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 17. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 18. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 19. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 21. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 22. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 23. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:45:43.011527 [ 425 ] {9b892bbc-5adf-4f81-9a0c-e8f806391104} executeQuery: Code: 36. DB::Exception: Cannot rename column from nested struct to normal column and vice versa. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57334) (comment: 01213_alter_rename_nested.sql) (in query: ALTER TABLE table_for_rename_nested RENAME COLUMN n.renamed_x TO not_nested_x;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/AlterCommands.cpp:1618: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6ddf3d 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:45:43.013397 [ 425 ] {} TCPHandler: Code: 36. DB::Exception: Cannot rename column from nested struct to normal column and vice versa. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/AlterCommands.cpp:1618: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6ddf3d 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:45:43.185753 [ 424 ] {541d7a6f-09c9-4fdf-b9cb-953104ee9db9} executeQuery: Code: 36. DB::Exception: Invalid expression for function parseTimeDelta, find number after '.' failed, str: "1.yr2mo".: In scope SELECT parseTimeDelta('1.yr2mo'). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57198) (comment: 02354_parse_timedelta.sql) (in query: SELECT parseTimeDelta('1.yr2mo');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::(anonymous namespace)::FunctionParseTimeDelta::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000019310eee 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:45:43.187387 [ 424 ] {} TCPHandler: Code: 36. DB::Exception: Invalid expression for function parseTimeDelta, find number after '.' failed, str: "1.yr2mo".: In scope SELECT parseTimeDelta('1.yr2mo'). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::(anonymous namespace)::FunctionParseTimeDelta::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000019310eee 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:45:43.383626 [ 425 ] {728a5af9-195b-4e0d-b180-f4802eacaae1} executeQuery: Code: 48. DB::Exception: Cannot rename whole Nested struct. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57334) (comment: 01213_alter_rename_nested.sql) (in query: -- Currently not implemented ALTER TABLE table_for_rename_nested RENAME COLUMN n TO renamed_n;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/AlterCommands.cpp:1573: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6dc4d3 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:45:43.385399 [ 425 ] {} TCPHandler: Code: 48. DB::Exception: Cannot rename whole Nested struct. (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/AlterCommands.cpp:1573: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6dc4d3 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:45:43.396599 [ 1425 ] {3b6b063e-f439-424f-8095-8040b30c1b4f} executeQuery: Code: 69. DB::Exception: The argument 'resolution' (100) of function h3ToChildren is out of bounds because the maximum resolution in H3 library is 15: In scope SELECT h3ToChildren(599405990164561919, 100). (ARGUMENT_OUT_OF_BOUND) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57390) (comment: 01428_h3_range_check.sql) (in query: SELECT h3ToChildren(599405990164561919, 100);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. DB::(anonymous namespace)::FunctionH3ToChildren::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000011cf9552 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:45:43.398144 [ 1425 ] {} TCPHandler: Code: 69. DB::Exception: The argument 'resolution' (100) of function h3ToChildren is out of bounds because the maximum resolution in H3 library is 15: In scope SELECT h3ToChildren(599405990164561919, 100). (ARGUMENT_OUT_OF_BOUND), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. DB::(anonymous namespace)::FunctionH3ToChildren::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000011cf9552 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:45:43.941585 [ 424 ] {c43c5a4f-3a7c-4fd3-af0d-830359eb332e} executeQuery: Code: 36. DB::Exception: Invalid expression for function parseTimeDelta, find unit failed, str: "1-yr".: In scope SELECT parseTimeDelta('1-yr'). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57198) (comment: 02354_parse_timedelta.sql) (in query: SELECT parseTimeDelta('1-yr');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::(anonymous namespace)::FunctionParseTimeDelta::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000019310a45 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:45:43.943272 [ 424 ] {} TCPHandler: Code: 36. DB::Exception: Invalid expression for function parseTimeDelta, find unit failed, str: "1-yr".: In scope SELECT parseTimeDelta('1-yr'). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::(anonymous namespace)::FunctionParseTimeDelta::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000019310a45 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:45:43.954209 [ 424 ] {1da65d0e-745e-4822-ac89-326894b3e563} executeQuery: Code: 36. DB::Exception: Invalid expression for function parseTimeDelta, find unit failed, str: "1 1yr".: In scope SELECT parseTimeDelta('1 1yr'). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57198) (comment: 02354_parse_timedelta.sql) (in query: SELECT parseTimeDelta('1 1yr');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::(anonymous namespace)::FunctionParseTimeDelta::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000019310a45 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:45:43.955603 [ 424 ] {} TCPHandler: Code: 36. DB::Exception: Invalid expression for function parseTimeDelta, find unit failed, str: "1 1yr".: In scope SELECT parseTimeDelta('1 1yr'). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::(anonymous namespace)::FunctionParseTimeDelta::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000019310a45 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:45:44.163537 [ 1425 ] {4997e75f-b310-40f3-aba9-14e616573e4e} executeQuery: Code: 69. DB::Exception: The argument 'resolution' (100) of function h3ToParent is out of bounds because the maximum resolution in H3 library is 15: In scope SELECT h3ToParent(599405990164561919, 100). (ARGUMENT_OUT_OF_BOUND) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57390) (comment: 01428_h3_range_check.sql) (in query: SELECT h3ToParent(599405990164561919, 100);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. DB::(anonymous namespace)::FunctionH3ToParent::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000011d04068 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:45:44.165237 [ 1425 ] {} TCPHandler: Code: 69. DB::Exception: The argument 'resolution' (100) of function h3ToParent is out of bounds because the maximum resolution in H3 library is 15: In scope SELECT h3ToParent(599405990164561919, 100). (ARGUMENT_OUT_OF_BOUND), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. DB::(anonymous namespace)::FunctionH3ToParent::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000011d04068 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:45:44.173138 [ 1430 ] {138f2119-717a-41a9-990f-f364ee4647bc} executeQuery: Code: 44. DB::Exception: Cannot create column with type 'Variant(Int64, UInt32)' because Variant type is not allowed. Set setting enable_variant_type = 1 in order to allow it: In scope SELECT CAST('42', 'Variant(UInt32, Int64)'). (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57420) (comment: 02999_variant_suspicious_types.sql) (in query: select 42::Variant(UInt32, Int64);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/parseColumnsListForTableFunction.cpp:102: DB::validateDataType(std::shared_ptr const&, DB::DataTypeValidationSettings const&)::$_0::operator()(DB::IDataType const&) const @ 0x0000000039371aaa 5. ./build_docker/./src/Interpreters/parseColumnsListForTableFunction.cpp:180: DB::validateDataType(std::shared_ptr const&, DB::DataTypeValidationSettings const&) @ 0x000000003936eb3b 6. DB::CastOverloadResolverImpl::getReturnTypeImpl(std::vector> const&) const @ 0x0000000031d9f695 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:45:44.174456 [ 1430 ] {} TCPHandler: Code: 44. DB::Exception: Cannot create column with type 'Variant(Int64, UInt32)' because Variant type is not allowed. Set setting enable_variant_type = 1 in order to allow it: In scope SELECT CAST('42', 'Variant(UInt32, Int64)'). (ILLEGAL_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/parseColumnsListForTableFunction.cpp:102: DB::validateDataType(std::shared_ptr const&, DB::DataTypeValidationSettings const&)::$_0::operator()(DB::IDataType const&) const @ 0x0000000039371aaa 5. ./build_docker/./src/Interpreters/parseColumnsListForTableFunction.cpp:180: DB::validateDataType(std::shared_ptr const&, DB::DataTypeValidationSettings const&) @ 0x000000003936eb3b 6. DB::CastOverloadResolverImpl::getReturnTypeImpl(std::vector> const&) const @ 0x0000000031d9f695 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:45:44.184199 [ 1430 ] {a2b9dfac-7602-4275-b1ab-8ccee98900e9} executeQuery: Code: 44. DB::Exception: Cannot create column with type 'Variant(Array(Int64), Array(UInt32))' because Variant type is not allowed. Set setting enable_variant_type = 1 in order to allow it: In scope SELECT CAST('[42]', 'Variant(Array(UInt32), Array(Int64))'). (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57420) (comment: 02999_variant_suspicious_types.sql) (in query: select [42]::Variant(Array(UInt32), Array(Int64));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/parseColumnsListForTableFunction.cpp:102: DB::validateDataType(std::shared_ptr const&, DB::DataTypeValidationSettings const&)::$_0::operator()(DB::IDataType const&) const @ 0x0000000039371aaa 5. ./build_docker/./src/Interpreters/parseColumnsListForTableFunction.cpp:180: DB::validateDataType(std::shared_ptr const&, DB::DataTypeValidationSettings const&) @ 0x000000003936eb3b 6. DB::CastOverloadResolverImpl::getReturnTypeImpl(std::vector> const&) const @ 0x0000000031d9f695 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:45:44.185378 [ 1430 ] {} TCPHandler: Code: 44. DB::Exception: Cannot create column with type 'Variant(Array(Int64), Array(UInt32))' because Variant type is not allowed. Set setting enable_variant_type = 1 in order to allow it: In scope SELECT CAST('[42]', 'Variant(Array(UInt32), Array(Int64))'). (ILLEGAL_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/parseColumnsListForTableFunction.cpp:102: DB::validateDataType(std::shared_ptr const&, DB::DataTypeValidationSettings const&)::$_0::operator()(DB::IDataType const&) const @ 0x0000000039371aaa 5. ./build_docker/./src/Interpreters/parseColumnsListForTableFunction.cpp:180: DB::validateDataType(std::shared_ptr const&, DB::DataTypeValidationSettings const&) @ 0x000000003936eb3b 6. DB::CastOverloadResolverImpl::getReturnTypeImpl(std::vector> const&) const @ 0x0000000031d9f695 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:45:44.194491 [ 1430 ] {690ab3e5-ff34-46d4-8d31-8a5325656945} executeQuery: Code: 44. DB::Exception: Cannot create column with type 'Variant(LowCardinality(String), String)' because Variant type is not allowed. Set setting enable_variant_type = 1 in order to allow it: In scope SELECT CAST('Hello', 'Variant(String, LowCardinality(String))'). (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57420) (comment: 02999_variant_suspicious_types.sql) (in query: select 'Hello'::Variant(String, LowCardinality(String));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/parseColumnsListForTableFunction.cpp:102: DB::validateDataType(std::shared_ptr const&, DB::DataTypeValidationSettings const&)::$_0::operator()(DB::IDataType const&) const @ 0x0000000039371aaa 5. ./build_docker/./src/Interpreters/parseColumnsListForTableFunction.cpp:180: DB::validateDataType(std::shared_ptr const&, DB::DataTypeValidationSettings const&) @ 0x000000003936eb3b 6. DB::CastOverloadResolverImpl::getReturnTypeImpl(std::vector> const&) const @ 0x0000000031d9f695 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:45:44.195921 [ 1430 ] {} TCPHandler: Code: 44. DB::Exception: Cannot create column with type 'Variant(LowCardinality(String), String)' because Variant type is not allowed. Set setting enable_variant_type = 1 in order to allow it: In scope SELECT CAST('Hello', 'Variant(String, LowCardinality(String))'). (ILLEGAL_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/parseColumnsListForTableFunction.cpp:102: DB::validateDataType(std::shared_ptr const&, DB::DataTypeValidationSettings const&)::$_0::operator()(DB::IDataType const&) const @ 0x0000000039371aaa 5. ./build_docker/./src/Interpreters/parseColumnsListForTableFunction.cpp:180: DB::validateDataType(std::shared_ptr const&, DB::DataTypeValidationSettings const&) @ 0x000000003936eb3b 6. DB::CastOverloadResolverImpl::getReturnTypeImpl(std::vector> const&) const @ 0x0000000031d9f695 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:45:44.204845 [ 1430 ] {2ae5a2d8-5e20-4d0d-b41f-a7dba41d91df} executeQuery: Code: 44. DB::Exception: Cannot create column with type 'Variant(Tuple(Int64, String), Tuple(UInt32, String))' because Variant type is not allowed. Set setting enable_variant_type = 1 in order to allow it: In scope SELECT CAST('(1, \'Hello\')', 'Variant(Tuple(UInt32, String), Tuple(Int64, String))'). (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57420) (comment: 02999_variant_suspicious_types.sql) (in query: select (1, 'Hello')::Variant(Tuple(UInt32, String), Tuple(Int64, String));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/parseColumnsListForTableFunction.cpp:102: DB::validateDataType(std::shared_ptr const&, DB::DataTypeValidationSettings const&)::$_0::operator()(DB::IDataType const&) const @ 0x0000000039371aaa 5. ./build_docker/./src/Interpreters/parseColumnsListForTableFunction.cpp:180: DB::validateDataType(std::shared_ptr const&, DB::DataTypeValidationSettings const&) @ 0x000000003936eb3b 6. DB::CastOverloadResolverImpl::getReturnTypeImpl(std::vector> const&) const @ 0x0000000031d9f695 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:45:44.206115 [ 1430 ] {} TCPHandler: Code: 44. DB::Exception: Cannot create column with type 'Variant(Tuple(Int64, String), Tuple(UInt32, String))' because Variant type is not allowed. Set setting enable_variant_type = 1 in order to allow it: In scope SELECT CAST('(1, \'Hello\')', 'Variant(Tuple(UInt32, String), Tuple(Int64, String))'). (ILLEGAL_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/parseColumnsListForTableFunction.cpp:102: DB::validateDataType(std::shared_ptr const&, DB::DataTypeValidationSettings const&)::$_0::operator()(DB::IDataType const&) const @ 0x0000000039371aaa 5. ./build_docker/./src/Interpreters/parseColumnsListForTableFunction.cpp:180: DB::validateDataType(std::shared_ptr const&, DB::DataTypeValidationSettings const&) @ 0x000000003936eb3b 6. DB::CastOverloadResolverImpl::getReturnTypeImpl(std::vector> const&) const @ 0x0000000031d9f695 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:45:44.217465 [ 1430 ] {0712bf01-7c4c-4c84-9892-6ad78f5fd26f} executeQuery: Code: 44. DB::Exception: Cannot create column with type 'Variant(Map(UInt64, Int64), Map(UInt64, UInt32))' because Variant type is not allowed. Set setting enable_variant_type = 1 in order to allow it: In scope SELECT CAST(map(42, 42), 'Variant(Map(UInt64, UInt32), Map(UInt64, Int64))'). (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57420) (comment: 02999_variant_suspicious_types.sql) (in query: select map(42, 42)::Variant(Map(UInt64, UInt32), Map(UInt64, Int64));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/parseColumnsListForTableFunction.cpp:102: DB::validateDataType(std::shared_ptr const&, DB::DataTypeValidationSettings const&)::$_0::operator()(DB::IDataType const&) const @ 0x0000000039371aaa 5. ./build_docker/./src/Interpreters/parseColumnsListForTableFunction.cpp:180: DB::validateDataType(std::shared_ptr const&, DB::DataTypeValidationSettings const&) @ 0x000000003936eb3b 6. DB::CastOverloadResolverImpl::getReturnTypeImpl(std::vector> const&) const @ 0x0000000031d9f695 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:45:44.218705 [ 1430 ] {} TCPHandler: Code: 44. DB::Exception: Cannot create column with type 'Variant(Map(UInt64, Int64), Map(UInt64, UInt32))' because Variant type is not allowed. Set setting enable_variant_type = 1 in order to allow it: In scope SELECT CAST(map(42, 42), 'Variant(Map(UInt64, UInt32), Map(UInt64, Int64))'). (ILLEGAL_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/parseColumnsListForTableFunction.cpp:102: DB::validateDataType(std::shared_ptr const&, DB::DataTypeValidationSettings const&)::$_0::operator()(DB::IDataType const&) const @ 0x0000000039371aaa 5. ./build_docker/./src/Interpreters/parseColumnsListForTableFunction.cpp:180: DB::validateDataType(std::shared_ptr const&, DB::DataTypeValidationSettings const&) @ 0x000000003936eb3b 6. DB::CastOverloadResolverImpl::getReturnTypeImpl(std::vector> const&) const @ 0x0000000031d9f695 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:45:44.725328 [ 424 ] {8f01aec6-9361-4484-ae08-519448dbb278} executeQuery: Code: 36. DB::Exception: Invalid expression for function parseTimeDelta, parse unit failed: "yyr".: In scope SELECT parseTimeDelta('1yyr'). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57198) (comment: 02354_parse_timedelta.sql) (in query: SELECT parseTimeDelta('1yyr');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception>&>(int, FormatStringHelperImpl::type, std::type_identity>&>::type>, String&&, std::basic_string_view>&) @ 0x000000001931498d 4. DB::(anonymous namespace)::FunctionParseTimeDelta::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001931036e 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:45:44.726909 [ 424 ] {} TCPHandler: Code: 36. DB::Exception: Invalid expression for function parseTimeDelta, parse unit failed: "yyr".: In scope SELECT parseTimeDelta('1yyr'). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception>&>(int, FormatStringHelperImpl::type, std::type_identity>&>::type>, String&&, std::basic_string_view>&) @ 0x000000001931498d 4. DB::(anonymous namespace)::FunctionParseTimeDelta::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001931036e 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:45:44.736375 [ 424 ] {53a1fce9-a957-4d16-b60a-6f061e3c92fd} executeQuery: Code: 36. DB::Exception: Invalid expression for function parseTimeDelta, find number failed, str: "1yr-2mo-4w + 12 days, 3 hours : 1 minute ;. 33 seconds".: In scope SELECT parseTimeDelta('1yr-2mo-4w + 12 days, 3 hours : 1 minute ;. 33 seconds'). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57198) (comment: 02354_parse_timedelta.sql) (in query: SELECT parseTimeDelta('1yr-2mo-4w + 12 days, 3 hours : 1 minute ;. 33 seconds');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::(anonymous namespace)::FunctionParseTimeDelta::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000019310c91 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:45:44.737780 [ 424 ] {} TCPHandler: Code: 36. DB::Exception: Invalid expression for function parseTimeDelta, find number failed, str: "1yr-2mo-4w + 12 days, 3 hours : 1 minute ;. 33 seconds".: In scope SELECT parseTimeDelta('1yr-2mo-4w + 12 days, 3 hours : 1 minute ;. 33 seconds'). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::(anonymous namespace)::FunctionParseTimeDelta::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000019310c91 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:45:45.144755 [ 1428 ] {104ddcff-7d81-46ec-b31e-95a084a32767} executeQuery: Code: 42. DB::Exception: Number of arguments for function fromDaysSinceYearZero doesn't match: passed 0, should be 1: In scope SELECT fromDaysSinceYearZero(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57430) (comment: 02907_fromDaysSinceYearZero.sql) (in query: SELECT fromDaysSinceYearZero();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:45:45.146520 [ 1428 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function fromDaysSinceYearZero doesn't match: passed 0, should be 1: In scope SELECT fromDaysSinceYearZero(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:45:45.156285 [ 1428 ] {58edaf7c-297a-4029-819b-13752069fc64} executeQuery: Code: 42. DB::Exception: Number of arguments for function fromDaysSinceYearZero32 doesn't match: passed 0, should be 1: In scope SELECT fromDaysSinceYearZero32(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57430) (comment: 02907_fromDaysSinceYearZero.sql) (in query: SELECT fromDaysSinceYearZero32();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:45:45.157577 [ 1428 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function fromDaysSinceYearZero32 doesn't match: passed 0, should be 1: In scope SELECT fromDaysSinceYearZero32(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:45:45.165585 [ 1428 ] {71125cdb-c56b-466d-a954-cf203f6c11a9} executeQuery: Code: 42. DB::Exception: Number of arguments for function fromDaysSinceYearZero doesn't match: passed 2, should be 1: In scope SELECT fromDaysSinceYearZero(1, 2). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57430) (comment: 02907_fromDaysSinceYearZero.sql) (in query: SELECT fromDaysSinceYearZero(1, 2);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:45:45.166660 [ 1428 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function fromDaysSinceYearZero doesn't match: passed 2, should be 1: In scope SELECT fromDaysSinceYearZero(1, 2). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:45:45.176228 [ 1428 ] {a8f798ac-3caa-4f1e-b27f-8e3bec84becc} executeQuery: Code: 42. DB::Exception: Number of arguments for function fromDaysSinceYearZero32 doesn't match: passed 2, should be 1: In scope SELECT fromDaysSinceYearZero32(1, 2). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57430) (comment: 02907_fromDaysSinceYearZero.sql) (in query: SELECT fromDaysSinceYearZero32(1, 2);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:45:45.177689 [ 1428 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function fromDaysSinceYearZero32 doesn't match: passed 2, should be 1: In scope SELECT fromDaysSinceYearZero32(1, 2). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:45:45.968466 [ 1428 ] {8aac69ae-a70f-4ca7-9401-c2f6ff4dde12} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'days' to function 'fromDaysSinceYearZero'. Expected: Integer, got: String: In scope SELECT fromDaysSinceYearZero('needs a number'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57430) (comment: 02907_fromDaysSinceYearZero.sql) (in query: SELECT fromDaysSinceYearZero('needs a number');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::(anonymous namespace)::FunctionFromDaysSinceYearZero::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f3b34e7 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:45:45.970114 [ 1428 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'days' to function 'fromDaysSinceYearZero'. Expected: Integer, got: String: In scope SELECT fromDaysSinceYearZero('needs a number'). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::(anonymous namespace)::FunctionFromDaysSinceYearZero::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f3b34e7 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:45:46.239993 [ 2273 ] {e22a8e02-39ba-4728-a416-500514fe1b04} executeQuery: Code: 159. DB::Exception: Timeout exceeded: elapsed 1.100299054 seconds, maximum: 1.1 seconds. (TIMEOUT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57476) (comment: 02294_floating_point_second_in_settings.sh) (in query: SELECT count() FROM system.numbers), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, double&&, double&&) @ 0x0000000034b00e2d 4. ./build_docker/./src/QueryPipeline/ExecutionSpeedLimits.cpp:113: DB::ExecutionSpeedLimits::checkTimeLimit(unsigned long const&, DB::OverflowMode) const @ 0x0000000034afe0e9 5. ./build_docker/./src/Interpreters/ProcessList.cpp:552: DB::QueryStatus::checkTimeLimit() @ 0x0000000038972cb0 6. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:200: DB::PipelineExecutor::finalizeExecution() @ 0x000000003f717f87 7. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:147: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7177f7 8. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 10. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 11. ? @ 0x00007fc708d31ac3 12. ? @ 0x00007fc708dc3850 2025.03.31 17:45:46.242569 [ 2273 ] {} TCPHandler: Code: 159. DB::Exception: Timeout exceeded: elapsed 1.100299054 seconds, maximum: 1.1 seconds. (TIMEOUT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, double&&, double&&) @ 0x0000000034b00e2d 4. ./build_docker/./src/QueryPipeline/ExecutionSpeedLimits.cpp:113: DB::ExecutionSpeedLimits::checkTimeLimit(unsigned long const&, DB::OverflowMode) const @ 0x0000000034afe0e9 5. ./build_docker/./src/Interpreters/ProcessList.cpp:552: DB::QueryStatus::checkTimeLimit() @ 0x0000000038972cb0 6. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:200: DB::PipelineExecutor::finalizeExecution() @ 0x000000003f717f87 7. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:147: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7177f7 8. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 10. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 11. ? @ 0x00007fc708d31ac3 12. ? @ 0x00007fc708dc3850 2025.03.31 17:45:46.736922 [ 1428 ] {0137cb3f-f3c4-4bc4-9bcf-4a8a36cbbf1f} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'days' to function 'fromDaysSinceYearZero32'. Expected: Integer, got: String: In scope SELECT fromDaysSinceYearZero32('needs a number'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57430) (comment: 02907_fromDaysSinceYearZero.sql) (in query: SELECT fromDaysSinceYearZero32('needs a number');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::(anonymous namespace)::FunctionFromDaysSinceYearZero::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f3b7187 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:45:46.738597 [ 1428 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'days' to function 'fromDaysSinceYearZero32'. Expected: Integer, got: String: In scope SELECT fromDaysSinceYearZero32('needs a number'). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::(anonymous namespace)::FunctionFromDaysSinceYearZero::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f3b7187 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:45:47.499580 [ 1428 ] {f68812c3-9155-411c-88b4-1b9a948cfa3c} executeQuery: Code: 69. DB::Exception: Expected a non-negative integer, got: -3: In scope SELECT fromDaysSinceYearZero(-3). (ARGUMENT_OUT_OF_BOUND) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57430) (comment: 02907_fromDaysSinceYearZero.sql) (in query: SELECT fromDaysSinceYearZero(-3);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionFromDaysSinceYearZero::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000f3b2bba 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:45:47.501236 [ 1428 ] {} TCPHandler: Code: 69. DB::Exception: Expected a non-negative integer, got: -3: In scope SELECT fromDaysSinceYearZero(-3). (ARGUMENT_OUT_OF_BOUND), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionFromDaysSinceYearZero::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000f3b2bba 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:45:47.983354 [ 1425 ] {6882d7a6-cbdd-4e77-bdc3-0d6ac32f83b1} executeQuery: Code: 159. DB::Exception: Timeout exceeded: elapsed 1.100315636 seconds, maximum: 1.1 seconds. (TIMEOUT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56006) (comment: 02294_floating_point_second_in_settings.sh) (in query: SELECT count() FROM system.numbers SETTINGS max_execution_time=1.1), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, double&&, double&&) @ 0x0000000034b00e2d 4. ./build_docker/./src/QueryPipeline/ExecutionSpeedLimits.cpp:113: DB::ExecutionSpeedLimits::checkTimeLimit(unsigned long const&, DB::OverflowMode) const @ 0x0000000034afe0e9 5. ./build_docker/./src/Interpreters/ProcessList.cpp:552: DB::QueryStatus::checkTimeLimit() @ 0x0000000038972cb0 6. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:200: DB::PipelineExecutor::finalizeExecution() @ 0x000000003f717f87 7. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:147: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7177f7 8. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 10. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 11. ? @ 0x00007fc708d31ac3 12. ? @ 0x00007fc708dc3850 2025.03.31 17:45:47.986058 [ 1425 ] {} TCPHandler: Code: 159. DB::Exception: Timeout exceeded: elapsed 1.100315636 seconds, maximum: 1.1 seconds. (TIMEOUT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, double&&, double&&) @ 0x0000000034b00e2d 4. ./build_docker/./src/QueryPipeline/ExecutionSpeedLimits.cpp:113: DB::ExecutionSpeedLimits::checkTimeLimit(unsigned long const&, DB::OverflowMode) const @ 0x0000000034afe0e9 5. ./build_docker/./src/Interpreters/ProcessList.cpp:552: DB::QueryStatus::checkTimeLimit() @ 0x0000000038972cb0 6. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:200: DB::PipelineExecutor::finalizeExecution() @ 0x000000003f717f87 7. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:147: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7177f7 8. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 10. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 11. ? @ 0x00007fc708d31ac3 12. ? @ 0x00007fc708dc3850 2025.03.31 17:45:48.272308 [ 1428 ] {ef80f1d8-d6fd-40c9-aba3-fe98d0a76285} executeQuery: Code: 69. DB::Exception: Expected a non-negative integer, got: -3: In scope SELECT fromDaysSinceYearZero32(-3). (ARGUMENT_OUT_OF_BOUND) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57430) (comment: 02907_fromDaysSinceYearZero.sql) (in query: SELECT fromDaysSinceYearZero32(-3);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionFromDaysSinceYearZero::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000f3b6867 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:45:48.274091 [ 1428 ] {} TCPHandler: Code: 69. DB::Exception: Expected a non-negative integer, got: -3: In scope SELECT fromDaysSinceYearZero32(-3). (ARGUMENT_OUT_OF_BOUND), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionFromDaysSinceYearZero::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000f3b6867 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:45:48.780062 [ 1375 ] {2283686b-916b-4365-9f39-7001de325bcf} executeQuery: Code: 691. DB::Exception: Unknown element 'Helo' for enum, maybe you meant: ['Hello']: In scope SELECT CAST('Helo', 'Enum(\'Hello\' = 1, \'World\' = 2)'). (UNKNOWN_ELEMENT_OF_ENUM) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56036) (comment: 01852_hints_enum_name.sh) (in query: SELECT CAST('Helo' AS Enum('Hello' = 1, 'World' = 2))), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&) @ 0x000000000d6e7ccd 4. ./build_docker/./src/DataTypes/EnumValues.cpp:72: DB::EnumValues<_BitInt(8)>::getValue(StringRef) const @ 0x0000000034d111ec 5. std::function::immutable_ptr> (std::function::vector>&, std::function::shared_ptr const&, DB::ColumnNullable const*, unsigned long)> DB::detail::FunctionCast::createStringToEnumWrapper>() const::'lambda'(std::function::shared_ptr, DB::ColumnNullable, COW::immutable_ptr> (std::function::vector>&, std::function::shared_ptr const&, DB::ColumnNullable const*, unsigned long), unsigned long)::operator()(std::function::shared_ptr, DB::ColumnNullable, COW::immutable_ptr> (std::function::vector>&, std::function::shared_ptr const&, DB::ColumnNullable const*, unsigned long), unsigned long) const @ 0x000000003244576c 6. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)> DB::detail::FunctionCast::createStringToEnumWrapper>() const::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000032444f84 7. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 8. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 10. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 17:45:48.782531 [ 1375 ] {} TCPHandler: Code: 691. DB::Exception: Unknown element 'Helo' for enum, maybe you meant: ['Hello']: In scope SELECT CAST('Helo', 'Enum(\'Hello\' = 1, \'World\' = 2)'). (UNKNOWN_ELEMENT_OF_ENUM), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&) @ 0x000000000d6e7ccd 4. ./build_docker/./src/DataTypes/EnumValues.cpp:72: DB::EnumValues<_BitInt(8)>::getValue(StringRef) const @ 0x0000000034d111ec 5. std::function::immutable_ptr> (std::function::vector>&, std::function::shared_ptr const&, DB::ColumnNullable const*, unsigned long)> DB::detail::FunctionCast::createStringToEnumWrapper>() const::'lambda'(std::function::shared_ptr, DB::ColumnNullable, COW::immutable_ptr> (std::function::vector>&, std::function::shared_ptr const&, DB::ColumnNullable const*, unsigned long), unsigned long)::operator()(std::function::shared_ptr, DB::ColumnNullable, COW::immutable_ptr> (std::function::vector>&, std::function::shared_ptr const&, DB::ColumnNullable const*, unsigned long), unsigned long) const @ 0x000000003244576c 6. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)> DB::detail::FunctionCast::createStringToEnumWrapper>() const::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000032444f84 7. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 8. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 10. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 17:45:49.519838 [ 425 ] {c18241f5-3f7b-4af1-bdd0-15d568ea0927} executeQuery: Code: 159. DB::Exception: Timeout exceeded: elapsed 1.10048494 seconds, maximum: 1.1 seconds. (TIMEOUT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:39214) (comment: 02294_floating_point_second_in_settings.sh) (in query: SELECT count() FROM system.numbers), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, double&&, double&&) @ 0x0000000034b00e2d 4. ./build_docker/./src/QueryPipeline/ExecutionSpeedLimits.cpp:113: DB::ExecutionSpeedLimits::checkTimeLimit(unsigned long const&, DB::OverflowMode) const @ 0x0000000034afe0e9 5. ./build_docker/./src/Interpreters/ProcessList.cpp:552: DB::QueryStatus::checkTimeLimit() @ 0x0000000038972cb0 6. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:200: DB::PipelineExecutor::finalizeExecution() @ 0x000000003f717f87 7. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:147: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7177f7 8. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:112: DB::CompletedPipelineExecutor::execute() @ 0x000000003f7140d3 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1798: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003928176b 10. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 11. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 12. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 17:45:49.524165 [ 425 ] {c18241f5-3f7b-4af1-bdd0-15d568ea0927} DynamicQueryHandler: Code: 159. DB::Exception: Timeout exceeded: elapsed 1.10048494 seconds, maximum: 1.1 seconds. (TIMEOUT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, double&&, double&&) @ 0x0000000034b00e2d 4. ./build_docker/./src/QueryPipeline/ExecutionSpeedLimits.cpp:113: DB::ExecutionSpeedLimits::checkTimeLimit(unsigned long const&, DB::OverflowMode) const @ 0x0000000034afe0e9 5. ./build_docker/./src/Interpreters/ProcessList.cpp:552: DB::QueryStatus::checkTimeLimit() @ 0x0000000038972cb0 6. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:200: DB::PipelineExecutor::finalizeExecution() @ 0x000000003f717f87 7. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:147: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7177f7 8. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:112: DB::CompletedPipelineExecutor::execute() @ 0x000000003f7140d3 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1798: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003928176b 10. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 11. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 12. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:45:50.469947 [ 1425 ] {cf80f945-0f24-4ce8-a466-eacb7345a53f} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 2nd argument 'input' to function 'encrypt'. Expected: plaintext, got: Array(Nullable(Int16)): In scope SELECT encrypt('aes-128-ecb', '[HIDDEN]'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56070) (comment: 01667_aes_args_check.sql) (in query: SELECT encrypt('aes-128-ecb', '[HIDDEN]')), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::FunctionEncrypt::getReturnTypeImpl(std::vector> const&) const @ 0x000000000e36d293 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:45:50.471826 [ 1425 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 2nd argument 'input' to function 'encrypt'. Expected: plaintext, got: Array(Nullable(Int16)): In scope SELECT encrypt('aes-128-ecb', '[HIDDEN]'). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::FunctionEncrypt::getReturnTypeImpl(std::vector> const&) const @ 0x000000000e36d293 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:45:54.910610 [ 1425 ] {3c979a9b-e5ae-4205-88c1-91e7e39a0015} executeQuery: Code: 6. DB::Exception: Cannot parse string '0.Aa234' as Float64: syntax error at position 2 (parsed just '0.'). Note: there are toFloat64OrZero and toFloat64OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toFloat64(__table1.a :: 2) -> toFloat64(__table1.a) Float64 : 1': while pushing to view test_v1w7emmy.matview_exception_a_to_b (fdc209be-3768-4fdc-b209-b729cf05f30c). (CANNOT_PARSE_TEXT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56266) (comment: 01927_query_views_log_matview_exceptions.sh) (in query: INSERT INTO table_exception_a VALUES ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToFloat64, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000327bbf6f 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToFloat64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000327a55c7 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToFloat64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToFloat64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324efb19 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToFloat64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032559ea9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToFloat64, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032558aa2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 15. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 16. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 20. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 21. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:833: DB::ExecutingInnerQueryFromViewTransform::onGenerate() @ 0x00000000403869cb 22. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:165: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dcd9b 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 24. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:165: DB::ExceptionKeepingTransform::work() @ 0x00000000400db5ac 25. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 26. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 27. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 28. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 29. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 30. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:45:54.917208 [ 1425 ] {} TCPHandler: Code: 6. DB::Exception: Cannot parse string '0.Aa234' as Float64: syntax error at position 2 (parsed just '0.'). Note: there are toFloat64OrZero and toFloat64OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toFloat64(__table1.a :: 2) -> toFloat64(__table1.a) Float64 : 1': while pushing to view test_v1w7emmy.matview_exception_a_to_b (fdc209be-3768-4fdc-b209-b729cf05f30c). (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToFloat64, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000327bbf6f 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToFloat64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000327a55c7 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToFloat64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToFloat64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324efb19 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToFloat64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032559ea9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToFloat64, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032558aa2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 15. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 16. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 20. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 21. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:833: DB::ExecutingInnerQueryFromViewTransform::onGenerate() @ 0x00000000403869cb 22. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:165: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dcd9b 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 24. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:165: DB::ExceptionKeepingTransform::work() @ 0x00000000400db5ac 25. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 26. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 27. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 28. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 29. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 30. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:45:56.514819 [ 1431 ] {b3191f29-1833-402c-99aa-f4b7b3c17ed9} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 544.99 MiB (attempt to allocate chunk of 133698400 bytes), current RSS 2.64 GiB, maximum: 476.84 MiB. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56756) (comment: 01513_optimize_aggregation_in_order_memory_long.sql) (in query: -- for WITH TOTALS previous groups should be kept. select key, groupArray(repeat('a', 200)), count() from data_01513 group by key with totals format Null settings optimize_aggregation_in_order=1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. DB::Arena::addMemoryChunk(unsigned long) @ 0x000000000afdcb38 9. DB::Arena::alignedAlloc(unsigned long, unsigned long) @ 0x000000000afdc5a5 10. ./src/Common/Arena.h:340: DB::(anonymous namespace)::GroupArrayGeneralImpl>::merge(char*, char const*, DB::Arena*) const @ 0x0000000021af3e30 11. ./build_docker/./src/Columns/ColumnAggregateFunction.cpp:514: DB::ColumnAggregateFunction::insertMergeFrom(char const*) @ 0x000000003b518ef2 12. ./build_docker/./src/Processors/Transforms/TotalsHavingTransform.cpp:271: DB::TotalsHavingTransform::addToTotals(DB::Chunk const&, DB::PODArray, 63ul, 64ul> const*) @ 0x00000000402dd662 13. ./build_docker/./src/Processors/Transforms/TotalsHavingTransform.cpp:176: DB::TotalsHavingTransform::transform(DB::Chunk&) @ 0x00000000402da0c4 14. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 15. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 16. ./build_docker/./src/Processors/Transforms/TotalsHavingTransform.cpp:146: DB::TotalsHavingTransform::work() @ 0x00000000402d762e 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 21. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:45:56.586255 [ 1431 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 544.99 MiB (attempt to allocate chunk of 133698400 bytes), current RSS 2.64 GiB, maximum: 476.84 MiB. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. DB::Arena::addMemoryChunk(unsigned long) @ 0x000000000afdcb38 9. DB::Arena::alignedAlloc(unsigned long, unsigned long) @ 0x000000000afdc5a5 10. ./src/Common/Arena.h:340: DB::(anonymous namespace)::GroupArrayGeneralImpl>::merge(char*, char const*, DB::Arena*) const @ 0x0000000021af3e30 11. ./build_docker/./src/Columns/ColumnAggregateFunction.cpp:514: DB::ColumnAggregateFunction::insertMergeFrom(char const*) @ 0x000000003b518ef2 12. ./build_docker/./src/Processors/Transforms/TotalsHavingTransform.cpp:271: DB::TotalsHavingTransform::addToTotals(DB::Chunk const&, DB::PODArray, 63ul, 64ul> const*) @ 0x00000000402dd662 13. ./build_docker/./src/Processors/Transforms/TotalsHavingTransform.cpp:176: DB::TotalsHavingTransform::transform(DB::Chunk&) @ 0x00000000402da0c4 14. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 15. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 16. ./build_docker/./src/Processors/Transforms/TotalsHavingTransform.cpp:146: DB::TotalsHavingTransform::work() @ 0x00000000402d762e 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 21. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:46:01.311511 [ 1426 ] {36915ed5-6ce1-4a5d-80f0-67e44d5a2095} executeQuery: Code: 6. DB::Exception: Cannot parse string '0.Aa234' as Float64: syntax error at position 2 (parsed just '0.'). Note: there are toFloat64OrZero and toFloat64OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toFloat64(__table1.a :: 2) -> toFloat64(__table1.a) Float64 : 1': while pushing to view test_v1w7emmy.matview_exception_a_to_b (fdc209be-3768-4fdc-b209-b729cf05f30c). (CANNOT_PARSE_TEXT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50650) (comment: 01927_query_views_log_matview_exceptions.sh) (in query: INSERT INTO table_exception_a VALUES ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToFloat64, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000327bbf6f 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToFloat64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000327a55c7 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToFloat64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToFloat64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324efb19 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToFloat64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032559ea9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToFloat64, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032558aa2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 15. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 16. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 20. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 21. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:833: DB::ExecutingInnerQueryFromViewTransform::onGenerate() @ 0x00000000403869cb 22. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:165: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dcd9b 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 24. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:165: DB::ExceptionKeepingTransform::work() @ 0x00000000400db5ac 25. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 26. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 27. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 29. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 30. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 31. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 2025.03.31 17:46:01.316217 [ 1426 ] {} TCPHandler: Code: 6. DB::Exception: Cannot parse string '0.Aa234' as Float64: syntax error at position 2 (parsed just '0.'). Note: there are toFloat64OrZero and toFloat64OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toFloat64(__table1.a :: 2) -> toFloat64(__table1.a) Float64 : 1': while pushing to view test_v1w7emmy.matview_exception_a_to_b (fdc209be-3768-4fdc-b209-b729cf05f30c). (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToFloat64, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000327bbf6f 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToFloat64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000327a55c7 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToFloat64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToFloat64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324efb19 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToFloat64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032559ea9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToFloat64, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032558aa2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 15. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 16. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 20. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 21. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:833: DB::ExecutingInnerQueryFromViewTransform::onGenerate() @ 0x00000000403869cb 22. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:165: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dcd9b 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 24. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:165: DB::ExceptionKeepingTransform::work() @ 0x00000000400db5ac 25. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 26. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 27. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 29. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 30. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 31. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 2025.03.31 17:46:02.418401 [ 1428 ] {2b88e496-0404-407d-a6ee-7c95b0d10656} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `x` in scope SELECT 1 WINDOW x AS (PARTITION BY x). (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50728) (comment: 02901_analyzer_recursive_window.sql) (in query: SELECT 1 WINDOW x AS (PARTITION BY x);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2467: DB::QueryAnalyzer::resolveWindow(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dbafa4 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4294: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1b6fc 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:46:02.420283 [ 1428 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `x` in scope SELECT 1 WINDOW x AS (PARTITION BY x). (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2467: DB::QueryAnalyzer::resolveWindow(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dbafa4 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4294: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1b6fc 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:46:03.840151 [ 3176 ] {2cb9773a-e2a2-4e8b-bdbf-142e0e1f545f} executeQuery: Code: 395. DB::Exception: Value passed to 'throwIf' function is non-zero: while executing 'FUNCTION throwIf(plus(1_UInt8, __table1.dummy) :: 0) -> throwIf(plus(1_UInt8, __table1.dummy)) UInt8 : 2'. (FUNCTION_THROW_IF_VALUE_IS_NON_ZERO) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50760) (comment: 00205_scalar_subqueries.sql) (in query: -- SELECT (SELECT uniqState('')); SELECT ( SELECT throwIf(1 + dummy) );), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionThrowIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001bcadc31 5. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 6. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 7. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 8. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 9. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 10. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 11. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 12. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 13. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 17. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 19. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 17:46:03.841996 [ 3176 ] {} TCPHandler: Code: 395. DB::Exception: Value passed to 'throwIf' function is non-zero: while executing 'FUNCTION throwIf(plus(1_UInt8, __table1.dummy) :: 0) -> throwIf(plus(1_UInt8, __table1.dummy)) UInt8 : 2'. (FUNCTION_THROW_IF_VALUE_IS_NON_ZERO), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionThrowIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001bcadc31 5. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 6. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 7. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 8. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 9. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 10. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 11. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 12. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 13. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 17. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 19. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 17:46:04.438973 [ 3176 ] {ccb40f4a-b596-4596-adff-5bd216db9c80} executeQuery: Code: 125. DB::Exception: Scalar subquery returned empty result of type Tuple(UInt8, UInt8) which cannot be Nullable. (INCORRECT_RESULT_OF_SCALAR_SUBQUERY) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50760) (comment: 00205_scalar_subqueries.sql) (in query: -- But tuple and array can't be inside nullable SELECT (SELECT 1, 2 WHERE 0);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:626: DB::QueryAnalyzer::evaluateScalarSubqueryIfNeeded(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d50651 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3854: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d34fa1 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:46:04.440898 [ 3176 ] {} TCPHandler: Code: 125. DB::Exception: Scalar subquery returned empty result of type Tuple(UInt8, UInt8) which cannot be Nullable. (INCORRECT_RESULT_OF_SCALAR_SUBQUERY), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:626: DB::QueryAnalyzer::evaluateScalarSubqueryIfNeeded(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d50651 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3854: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d34fa1 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:46:04.459105 [ 3176 ] {f287ce96-ec67-41c4-b414-a8f5cd0412b8} executeQuery: Code: 125. DB::Exception: Scalar subquery returned empty result of type Array(UInt8) which cannot be Nullable. (INCORRECT_RESULT_OF_SCALAR_SUBQUERY) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50760) (comment: 00205_scalar_subqueries.sql) (in query: SELECT (SELECT [1] WHERE 0);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:626: DB::QueryAnalyzer::evaluateScalarSubqueryIfNeeded(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d50651 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3854: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d34fa1 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:46:04.460794 [ 3176 ] {} TCPHandler: Code: 125. DB::Exception: Scalar subquery returned empty result of type Array(UInt8) which cannot be Nullable. (INCORRECT_RESULT_OF_SCALAR_SUBQUERY), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:626: DB::QueryAnalyzer::evaluateScalarSubqueryIfNeeded(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d50651 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3854: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d34fa1 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:46:05.093785 [ 3176 ] {5b5994f2-ef17-4614-b5e3-72eae375ddd2} executeQuery: Code: 125. DB::Exception: Scalar subquery returned more than one row. (INCORRECT_RESULT_OF_SCALAR_SUBQUERY) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50760) (comment: 00205_scalar_subqueries.sql) (in query: -- Several rows SELECT (SELECT number FROM numbers(2));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:640: DB::QueryAnalyzer::evaluateScalarSubqueryIfNeeded(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d4f7d3 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3854: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d34fa1 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:46:05.096003 [ 3176 ] {} TCPHandler: Code: 125. DB::Exception: Scalar subquery returned more than one row. (INCORRECT_RESULT_OF_SCALAR_SUBQUERY), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:640: DB::QueryAnalyzer::evaluateScalarSubqueryIfNeeded(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d4f7d3 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3854: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d34fa1 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:46:05.358544 [ 3197 ] {4bd13dcb-9a56-4b11-bb9b-8d452c2d8088} executeQuery: Code: 69. DB::Exception: Too large offset: -9223372036854775808 in function neighbor. (ARGUMENT_OUT_OF_BOUND) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50788) (comment: 01353_neighbor_overflow.sql) (in query: SELECT neighbor(toString(number), -9223372036854775808) FROM numbers(100);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, long&, String&&) @ 0x000000001826f78d 4. DB::(anonymous namespace)::FunctionNeighbor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001826cb48 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 11. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 13. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 15. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 16. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:46:05.360504 [ 3197 ] {} TCPHandler: Code: 69. DB::Exception: Too large offset: -9223372036854775808 in function neighbor. (ARGUMENT_OUT_OF_BOUND), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, long&, String&&) @ 0x000000001826f78d 4. DB::(anonymous namespace)::FunctionNeighbor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001826cb48 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 11. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 13. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 15. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 16. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:46:05.812199 [ 3197 ] {d04e075d-21a0-4207-9574-cb22210383cf} executeQuery: Code: 69. DB::Exception: Too large offset: 3131063979230226834 in function neighbor: while executing 'FUNCTION neighbor(toString(__table1.number) :: 3, toInt64(rand64()) :: 0) -> neighbor(toString(__table1.number), toInt64(rand64())) String : 1'. (ARGUMENT_OUT_OF_BOUND) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50788) (comment: 01353_neighbor_overflow.sql) (in query: WITH neighbor(toString(number), toInt64(rand64())) AS x SELECT * FROM system.numbers WHERE NOT ignore(x);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, long&, String&&) @ 0x000000001826f78d 4. DB::(anonymous namespace)::FunctionNeighbor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001826c968 5. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 6. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 7. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 8. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 9. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 10. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 11. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 12. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 13. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 18. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 17:46:05.814784 [ 3197 ] {} TCPHandler: Code: 69. DB::Exception: Too large offset: 3131063979230226834 in function neighbor: while executing 'FUNCTION neighbor(toString(__table1.number) :: 3, toInt64(rand64()) :: 0) -> neighbor(toString(__table1.number), toInt64(rand64())) String : 1'. (ARGUMENT_OUT_OF_BOUND), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, long&, String&&) @ 0x000000001826f78d 4. DB::(anonymous namespace)::FunctionNeighbor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001826c968 5. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 6. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 7. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 8. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 9. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 10. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 11. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 12. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 13. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 18. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 17:46:09.695052 [ 1431 ] {70786fc5-11f9-4383-b262-47349e0a88ab} executeQuery: Code: 191. DB::Exception: Limit for JOIN exceeded, max rows: 1.00 thousand, current rows: 4.00 thousand: While executing FillingRightJoinSide. (SET_SIZE_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56738) (comment: 01010_pmj_on_disk.sql) (in query: SELECT n, j FROM (SELECT number AS n FROM numbers(4)) nums ANY LEFT JOIN ( SELECT number * 2 AS n, number + 10 AS j FROM numbers(4000) ) js2 USING n ORDER BY n;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, char const*&, String&&, String&&) @ 0x0000000034b947d7 4. ./build_docker/./src/QueryPipeline/SizeLimits.cpp:32: DB::SizeLimits::check(unsigned long, unsigned long, char const*, int, int) const @ 0x0000000034b9346e 5. ./build_docker/./src/QueryPipeline/SizeLimits.cpp:72: DB::SizeLimits::check(unsigned long, unsigned long, char const*, int) const @ 0x0000000034b938ac 6. ./build_docker/./src/Interpreters/HashJoin/HashJoin.cpp:728: DB::HashJoin::addBlockToJoin(DB::ScatteredBlock&, bool) @ 0x000000003961f8e6 7. ./build_docker/./src/Interpreters/HashJoin/HashJoin.cpp:511: DB::HashJoin::addBlockToJoin(DB::Block const&, bool) @ 0x0000000039611c8b 8. ./build_docker/./src/Processors/Transforms/JoiningTransform.cpp:351: DB::FillingRightJoinSideTransform::work() @ 0x0000000040108842 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 12. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 13. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 15. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:46:09.699316 [ 1431 ] {} TCPHandler: Code: 191. DB::Exception: Limit for JOIN exceeded, max rows: 1.00 thousand, current rows: 4.00 thousand: While executing FillingRightJoinSide. (SET_SIZE_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, char const*&, String&&, String&&) @ 0x0000000034b947d7 4. ./build_docker/./src/QueryPipeline/SizeLimits.cpp:32: DB::SizeLimits::check(unsigned long, unsigned long, char const*, int, int) const @ 0x0000000034b9346e 5. ./build_docker/./src/QueryPipeline/SizeLimits.cpp:72: DB::SizeLimits::check(unsigned long, unsigned long, char const*, int) const @ 0x0000000034b938ac 6. ./build_docker/./src/Interpreters/HashJoin/HashJoin.cpp:728: DB::HashJoin::addBlockToJoin(DB::ScatteredBlock&, bool) @ 0x000000003961f8e6 7. ./build_docker/./src/Interpreters/HashJoin/HashJoin.cpp:511: DB::HashJoin::addBlockToJoin(DB::Block const&, bool) @ 0x0000000039611c8b 8. ./build_docker/./src/Processors/Transforms/JoiningTransform.cpp:351: DB::FillingRightJoinSideTransform::work() @ 0x0000000040108842 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 12. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 13. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 15. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:46:11.151452 [ 1254 ] {35b1841f-d18a-4841-a189-c3514f0c71ee} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 866b6ef0-70a7-4174-9d39-fd23f7ff2259. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:11.151861 [ 1254 ] {35b1841f-d18a-4841-a189-c3514f0c71ee} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 77ab4a41-02c9-4287-828f-56ae03530257. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:11.180081 [ 424 ] {f3e6b0ce-8997-4fc2-9df0-c6fd79d31532} executeQuery: Code: 47. DB::Exception: Unknown expression or function identifier `toUInt64(sum(id))` in scope SELECT * FROM (SELECT toUInt64(b), sum(id) AS b FROM test) WHERE `toUInt64(sum(id))` = 3. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56798) (comment: 01076_predicate_optimizer_with_view.sql) (in query: SELECT * FROM (SELECT toUInt64(b), sum(id) AS b FROM test) WHERE `toUInt64(sum(id))` = 3;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5588: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1a7cb 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:46:11.182578 [ 424 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression or function identifier `toUInt64(sum(id))` in scope SELECT * FROM (SELECT toUInt64(b), sum(id) AS b FROM test) WHERE `toUInt64(sum(id))` = 3. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5588: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1a7cb 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:46:11.905913 [ 1254 ] {7e31fe6a-7ae5-4c4e-98cc-c89591d019bb} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 1cb6121b-8174-4f97-af1a-d4ae60d27459. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:12.656202 [ 3655 ] {a9479943-2186-4692-9101-f1c9f8cf3218} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 72cacce2-4812-4136-a2af-b2ac97f0a76c. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:12.875290 [ 3176 ] {6ca8d724-9e7e-4308-928c-f15bfd586234} executeQuery: Code: 42. DB::Exception: Number of arguments for function equals doesn't match: passed 1, should be 2: In scope SELECT 1 FROM (SELECT 1 AS c0) AS tx FULL OUTER JOIN t AS t2 ON equals(t2.a.Float32). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56858) (comment: 03252_check_number_of_arguments_for_dynamic.sql) (in query: SELECT 1 FROM ( SELECT 1 AS c0 ) AS tx FULL OUTER JOIN t AS t2 ON equals(t2.a.Float32);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5120: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035ddea2d 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:46:12.877430 [ 3176 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function equals doesn't match: passed 1, should be 2: In scope SELECT 1 FROM (SELECT 1 AS c0) AS tx FULL OUTER JOIN t AS t2 ON equals(t2.a.Float32). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5120: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035ddea2d 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:46:12.982200 [ 1254 ] {9bd4ec6b-a853-4325-b6f9-144915e43187} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 8c600883-f978-4084-811f-d382bdb850b8. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:13.106599 [ 1247 ] {dbde45ea-3556-4e3e-9dbf-dc44b67eccde} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id d77aafc1-a80c-4123-a318-eccdc5dac60f. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:13.963675 [ 1254 ] {ee485108-4465-4e4f-8461-1551ace7b969} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id e7414672-5622-4110-8242-c50e1c2e8717. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:14.068912 [ 1196 ] {9619e4fe-58eb-4958-81e7-3ca14c0b3add} executeQuery: Code: 60. DB::Exception: Table test_2rqmokpu.ddl_test_for_opentelemetry_non_exist does not exist. (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from 0.0.0.0:0) (comment: 02423_ddl_for_opentelemetry.sh) (in query: /* ddl_entry=query-0000000003 */ DROP TABLE test_2rqmokpu.ddl_test_for_opentelemetry_non_exist), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Databases/IDatabase.cpp:37: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339948 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:984: DB::DatabaseCatalog::getDatabaseAndTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893974 7. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:150: DB::InterpreterDropQuery::executeToTableImpl(std::shared_ptr const&, DB::ASTDropQuery&, std::shared_ptr&, StrongTypedef, DB::UUIDTag>&) @ 0x00000000378300eb 8. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:122: DB::InterpreterDropQuery::executeToTable(DB::ASTDropQuery&) @ 0x000000003782df9f 9. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:95: DB::InterpreterDropQuery::executeSingleDropQuery(std::shared_ptr const&) @ 0x000000003782acf9 10. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:76: DB::InterpreterDropQuery::execute() @ 0x000000003782a553 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 13. ./build_docker/./src/Interpreters/DDLWorker.cpp:508: DB::DDLWorker::tryExecuteQuery(DB::DDLTaskBase&, std::shared_ptr const&) @ 0x000000003682fcef 14. ./build_docker/./src/Interpreters/DDLWorker.cpp:672: DB::DDLWorker::processTask(DB::DDLTaskBase&, std::shared_ptr const&) @ 0x000000003682900e 15. ./build_docker/./src/Interpreters/DDLWorker.cpp:451: DB::DDLWorker::scheduleTasks(bool) @ 0x000000003681fcd6 16. ./build_docker/./src/Interpreters/DDLWorker.cpp:1199: DB::DDLWorker::runMainThread() @ 0x0000000036809b18 17. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000036864ce6 18. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x0000000036864a9f 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 17:46:14.071550 [ 1196 ] {9619e4fe-58eb-4958-81e7-3ca14c0b3add} DDLWorker: Query /* ddl_entry=query-0000000003 */ DROP TABLE test_2rqmokpu.ddl_test_for_opentelemetry_non_exist wasn't finished successfully: Code: 60. DB::Exception: Table test_2rqmokpu.ddl_test_for_opentelemetry_non_exist does not exist. (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Databases/IDatabase.cpp:37: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339948 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:984: DB::DatabaseCatalog::getDatabaseAndTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893974 7. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:150: DB::InterpreterDropQuery::executeToTableImpl(std::shared_ptr const&, DB::ASTDropQuery&, std::shared_ptr&, StrongTypedef, DB::UUIDTag>&) @ 0x00000000378300eb 8. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:122: DB::InterpreterDropQuery::executeToTable(DB::ASTDropQuery&) @ 0x000000003782df9f 9. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:95: DB::InterpreterDropQuery::executeSingleDropQuery(std::shared_ptr const&) @ 0x000000003782acf9 10. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:76: DB::InterpreterDropQuery::execute() @ 0x000000003782a553 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 13. ./build_docker/./src/Interpreters/DDLWorker.cpp:508: DB::DDLWorker::tryExecuteQuery(DB::DDLTaskBase&, std::shared_ptr const&) @ 0x000000003682fcef 14. ./build_docker/./src/Interpreters/DDLWorker.cpp:672: DB::DDLWorker::processTask(DB::DDLTaskBase&, std::shared_ptr const&) @ 0x000000003682900e 15. ./build_docker/./src/Interpreters/DDLWorker.cpp:451: DB::DDLWorker::scheduleTasks(bool) @ 0x000000003681fcd6 16. ./build_docker/./src/Interpreters/DDLWorker.cpp:1199: DB::DDLWorker::runMainThread() @ 0x0000000036809b18 17. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000036864ce6 18. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x0000000036864a9f 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:46:14.076394 [ 1247 ] {204bcba4-d92b-4a69-b2f7-8ceb6125a256} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 817da9ec-d8a6-4dcf-8000-4b3fa5a43fb4. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:14.229922 [ 3655 ] {6fd6cebf-e590-454d-a0a7-22279e4bf092} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 4171bb03-4550-47b1-ada7-4d4ddec0bb1b. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:14.380227 [ 424 ] {f39acbe1-48c2-4fcf-a599-cfabfea47e1f} executeQuery: Code: 60. DB::Exception: There was an error on [localhost:9000]: Code: 60. DB::Exception: Table test_2rqmokpu.ddl_test_for_opentelemetry_non_exist does not exist. (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)). (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56964) (comment: 02423_ddl_for_opentelemetry.sh) (in query: DROP TABLE test_2rqmokpu.ddl_test_for_opentelemetry_non_exist ON CLUSTER test_shard_localhost), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::DDLOnClusterQueryStatusSource::handleNonZeroStatusCode(DB::ExecutionStatus const&, String const&) @ 0x00000000392470d1 4. ./build_docker/./src/Interpreters/DistributedQueryStatusSource.cpp:258: DB::DistributedQueryStatusSource::generate() @ 0x00000000368f13af 5. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 6. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 7. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 8. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 11. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:49: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f7151e5 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 2025.03.31 17:46:14.383405 [ 424 ] {} TCPHandler: Code: 60. DB::Exception: There was an error on [localhost:9000]: Code: 60. DB::Exception: Table test_2rqmokpu.ddl_test_for_opentelemetry_non_exist does not exist. (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)). (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::DDLOnClusterQueryStatusSource::handleNonZeroStatusCode(DB::ExecutionStatus const&, String const&) @ 0x00000000392470d1 4. ./build_docker/./src/Interpreters/DistributedQueryStatusSource.cpp:258: DB::DistributedQueryStatusSource::generate() @ 0x00000000368f13af 5. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 6. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 7. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 8. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 11. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:49: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f7151e5 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 2025.03.31 17:46:14.662462 [ 1431 ] {cad0aa72-b799-4d05-9534-004bacf4bb5a} executeQuery: Code: 43. DB::Exception: Unsupported types for IN. First argument type Tuple(UInt8, UInt8). Second argument type UInt8. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56970) (comment: 02370_analyzer_in_function.sql) (in query: SELECT (1, 2) IN 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Analyzer/SetUtils.cpp:198: DB::getSetElementsForConstantValue(std::shared_ptr const&, DB::Field const&, std::shared_ptr const&, bool) @ 0x0000000035edd510 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3466: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d92872 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:46:14.664386 [ 1431 ] {} TCPHandler: Code: 43. DB::Exception: Unsupported types for IN. First argument type Tuple(UInt8, UInt8). Second argument type UInt8. (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Analyzer/SetUtils.cpp:198: DB::getSetElementsForConstantValue(std::shared_ptr const&, DB::Field const&, std::shared_ptr const&, bool) @ 0x0000000035edd510 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3466: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d92872 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:46:15.271015 [ 1431 ] {befaefca-5c6e-4a1a-9351-16f4d4bca6ec} executeQuery: Code: 124. DB::Exception: Invalid type in set. Expected tuple, got Array. (INCORRECT_ELEMENT_OF_SET) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56970) (comment: 02370_analyzer_in_function.sql) (in query: SELECT (1, 2) IN [1];), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception>>(int, FormatStringHelperImpl>>::type>, std::basic_string_view>&&) @ 0x0000000008b80faa 4. ./build_docker/./src/Analyzer/SetUtils.cpp:98: std::vector> DB::(anonymous namespace)::createBlockFromCollection(DB::Array const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, bool) @ 0x0000000035ee2202 5. ./build_docker/./src/Analyzer/SetUtils.cpp:171: DB::getSetElementsForConstantValue(std::shared_ptr const&, DB::Field const&, std::shared_ptr const&, bool) @ 0x0000000035ed7e57 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3466: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d92872 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:46:15.272962 [ 1431 ] {} TCPHandler: Code: 124. DB::Exception: Invalid type in set. Expected tuple, got Array. (INCORRECT_ELEMENT_OF_SET), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception>>(int, FormatStringHelperImpl>>::type>, std::basic_string_view>&&) @ 0x0000000008b80faa 4. ./build_docker/./src/Analyzer/SetUtils.cpp:98: std::vector> DB::(anonymous namespace)::createBlockFromCollection(DB::Array const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, bool) @ 0x0000000035ee2202 5. ./build_docker/./src/Analyzer/SetUtils.cpp:171: DB::getSetElementsForConstantValue(std::shared_ptr const&, DB::Field const&, std::shared_ptr const&, bool) @ 0x0000000035ed7e57 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3466: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d92872 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:46:15.285277 [ 1431 ] {d1c55c26-e61c-4d7e-964f-b13ee6d03843} executeQuery: Code: 43. DB::Exception: Unsupported types for IN. First argument type Tuple(UInt8, UInt8). Second argument type Tuple(Tuple(Tuple(UInt8, UInt8), Tuple(UInt8, UInt8)), Tuple(Tuple(UInt8, UInt8), Tuple(UInt8, UInt8))). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56970) (comment: 02370_analyzer_in_function.sql) (in query: SELECT (1, 2) IN (((1, 2), (1, 2)), ((1, 2), (1, 2)));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Analyzer/SetUtils.cpp:198: DB::getSetElementsForConstantValue(std::shared_ptr const&, DB::Field const&, std::shared_ptr const&, bool) @ 0x0000000035edd510 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3466: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d92872 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:46:15.287071 [ 1431 ] {} TCPHandler: Code: 43. DB::Exception: Unsupported types for IN. First argument type Tuple(UInt8, UInt8). Second argument type Tuple(Tuple(Tuple(UInt8, UInt8), Tuple(UInt8, UInt8)), Tuple(Tuple(UInt8, UInt8), Tuple(UInt8, UInt8))). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Analyzer/SetUtils.cpp:198: DB::getSetElementsForConstantValue(std::shared_ptr const&, DB::Field const&, std::shared_ptr const&, bool) @ 0x0000000035edd510 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3466: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d92872 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:46:15.299660 [ 1431 ] {784f0acd-be68-4aa5-8db7-aeb8a4641771} executeQuery: Code: 43. DB::Exception: Unsupported types for IN. First argument type Tuple(UInt8, UInt8). Second argument type Array(Tuple(Tuple(UInt8, UInt8), Tuple(UInt8, UInt8))). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56970) (comment: 02370_analyzer_in_function.sql) (in query: SELECT (1, 2) IN [((1, 2), (1, 2)), ((1, 2), (1, 2))];), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Analyzer/SetUtils.cpp:198: DB::getSetElementsForConstantValue(std::shared_ptr const&, DB::Field const&, std::shared_ptr const&, bool) @ 0x0000000035edd510 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3466: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d92872 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:46:15.301326 [ 1431 ] {} TCPHandler: Code: 43. DB::Exception: Unsupported types for IN. First argument type Tuple(UInt8, UInt8). Second argument type Array(Tuple(Tuple(UInt8, UInt8), Tuple(UInt8, UInt8))). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Analyzer/SetUtils.cpp:198: DB::getSetElementsForConstantValue(std::shared_ptr const&, DB::Field const&, std::shared_ptr const&, bool) @ 0x0000000035edd510 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3466: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d92872 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:46:16.384575 [ 1247 ] {6c5e9325-ecba-4305-a8cd-e17bab07cacb} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 809800c4-fe39-41cb-8b07-c55ccbe98ae7. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:16.384841 [ 1247 ] {6c5e9325-ecba-4305-a8cd-e17bab07cacb} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 93ec0ebb-f7ec-49d0-bf39-c1c05ff49427. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:16.543853 [ 1375 ] {5a17c4b9-1466-4d7d-8751-f780ff1a6c9f} executeQuery: Code: 344. DB::Exception: The experimental vector similarity index feature is disabled. Enable the setting 'allow_experimental_vector_similarity_index' to use it. (SUPPORT_IS_DISABLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57066) (comment: 02354_vector_search_experimental_setting.sql) (in query: CREATE TABLE tab (`id` UInt32, `vec` Array(Float32), INDEX idx vec TYPE vector_similarity('hnsw', 'L2Distance') GRANULARITY 100000000) ENGINE = MergeTree ORDER BY tuple() SETTINGS index_granularity = 8987, min_bytes_for_wide_part = 202250725, ratio_of_defaults_for_sparse_serialization = 1., replace_long_file_name_to_hash = false, max_file_name_length = 10, min_bytes_for_full_part_storage = 0, compact_parts_max_bytes_to_buffer = 491077307, compact_parts_max_granules_to_buffer = 176, compact_parts_merge_max_bytes_to_prefetch_part = 20780210, merge_max_block_size = 18045, old_parts_lifetime = 425., prefer_fetch_merged_part_size_threshold = 1, vertical_merge_algorithm_min_rows_to_activate = 1000000, vertical_merge_algorithm_min_columns_to_activate = 1, min_merge_bytes_to_use_direct_io = 1066667290, index_granularity_bytes = 3046085, use_const_adaptive_granularity = true, enable_index_granularity_compression = false, concurrent_part_removal_threshold = 74, allow_vertical_merges_from_compact_to_wide_parts = false, cache_populated_by_fetch = false, marks_compress_block_size = 78439, primary_key_compress_block_size = 14222, use_primary_key_cache = false, prewarm_primary_key_cache = true, prewarm_mark_cache = false), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:833: DB::InterpreterCreateQuery::getTablePropertiesAndNormalizeCreateQuery(DB::ASTCreateQuery&, DB::LoadingStrictnessLevel) const @ 0x00000000377a1a80 5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1668: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377bfcea 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:46:16.546377 [ 1375 ] {} TCPHandler: Code: 344. DB::Exception: The experimental vector similarity index feature is disabled. Enable the setting 'allow_experimental_vector_similarity_index' to use it. (SUPPORT_IS_DISABLED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:833: DB::InterpreterCreateQuery::getTablePropertiesAndNormalizeCreateQuery(DB::ASTCreateQuery&, DB::LoadingStrictnessLevel) const @ 0x00000000377a1a80 5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1668: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377bfcea 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:46:16.843112 [ 1254 ] {1ebcd5ea-6a23-4afd-b4b1-e23cb9416995} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 6ecb165d-7275-476b-ab65-fe1f4e9a5cb2. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:17.082888 [ 1375 ] {8c0c92d1-154a-4c83-a062-86ceddae9e5c} executeQuery: Code: 344. DB::Exception: Experimental vector similarity index is disabled (turn on setting 'allow_experimental_vector_similarity_index'). (SUPPORT_IS_DISABLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57066) (comment: 02354_vector_search_experimental_setting.sql) (in query: ALTER TABLE tab ADD INDEX idx vec TYPE vector_similarity('hnsw', 'L2Distance');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3480: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003deb0a73 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:46:17.085026 [ 1375 ] {} TCPHandler: Code: 344. DB::Exception: Experimental vector similarity index is disabled (turn on setting 'allow_experimental_vector_similarity_index'). (SUPPORT_IS_DISABLED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3480: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003deb0a73 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:46:17.182236 [ 1254 ] {8acb2f29-1771-4c4c-bbba-5910bb8b483e} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 8ac6e624-5021-4747-9f1d-1318bb00ce1d. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:17.652003 [ 1254 ] {d68010a7-7cf7-459a-8877-13905e1f17af} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 3cc715d5-ac9e-42c9-879d-0b90a032a6db. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:18.750589 [ 3197 ] {be542943-aa0c-4c4f-96b9-d24617e83957} executeQuery: Code: 43. DB::Exception: Illegal type String of second argument of function timeSlots. Must be UInt32 when first argument is DateTime.: In scope SELECT timeSlots(toDateTime('2000-01-02 03:04:05', 'UTC'), 'wrong argument'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46062) (comment: 00734_timeslot.sql) (in query: SELECT timeSlots(toDateTime('2000-01-02 03:04:05', 'UTC'), 'wrong argument');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::(anonymous namespace)::FunctionTimeSlots::getReturnTypeImpl(std::vector> const&) const @ 0x000000001bcc9970 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:46:18.752597 [ 3197 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of second argument of function timeSlots. Must be UInt32 when first argument is DateTime.: In scope SELECT timeSlots(toDateTime('2000-01-02 03:04:05', 'UTC'), 'wrong argument'). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::(anonymous namespace)::FunctionTimeSlots::getReturnTypeImpl(std::vector> const&) const @ 0x000000001bcc9970 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:46:18.783759 [ 1254 ] {93556219-b48f-4639-93f2-c9614478a599} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 4d9d13df-a68a-406e-9eb5-252398170476. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:19.495637 [ 3197 ] {5030f5fa-6ceb-44b1-bf04-236850516ae3} executeQuery: Code: 43. DB::Exception: Illegal type String of third argument of function timeSlots. Must be UInt32 when first argument is DateTime.: In scope SELECT timeSlots(toDateTime('2000-01-02 03:04:05', 'UTC'), toUInt32(600), 'wrong argument'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46062) (comment: 00734_timeslot.sql) (in query: SELECT timeSlots(toDateTime('2000-01-02 03:04:05', 'UTC'), toUInt32(600), 'wrong argument');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::(anonymous namespace)::FunctionTimeSlots::getReturnTypeImpl(std::vector> const&) const @ 0x000000001bcc9f09 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:46:19.497905 [ 3197 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of third argument of function timeSlots. Must be UInt32 when first argument is DateTime.: In scope SELECT timeSlots(toDateTime('2000-01-02 03:04:05', 'UTC'), toUInt32(600), 'wrong argument'). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::(anonymous namespace)::FunctionTimeSlots::getReturnTypeImpl(std::vector> const&) const @ 0x000000001bcc9f09 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:46:20.264840 [ 3197 ] {4b042f94-5ae6-4b28-a607-8295edf98c34} executeQuery: Code: 44. DB::Exception: Third argument for function timeSlots must be greater than zero: In scope SELECT timeSlots(toDateTime('2000-01-02 03:04:05', 'UTC'), toUInt32(600), 0). (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46062) (comment: 00734_timeslot.sql) (in query: SELECT timeSlots(toDateTime('2000-01-02 03:04:05', 'UTC'), toUInt32(600), 0);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionTimeSlots::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001bcc5c37 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:46:20.266913 [ 3197 ] {} TCPHandler: Code: 44. DB::Exception: Third argument for function timeSlots must be greater than zero: In scope SELECT timeSlots(toDateTime('2000-01-02 03:04:05', 'UTC'), toUInt32(600), 0). (ILLEGAL_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionTimeSlots::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001bcc5c37 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:46:21.311414 [ 1247 ] {e000d54d-0e16-47aa-bd0b-8c31246e6d30} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 41dc1b3c-f42b-4aa8-9142-3a67ca22fb49. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:21.516119 [ 3655 ] {5913e904-766b-46d4-8140-c7db23f00dad} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 41e8c954-1bfa-419e-b98d-10017c01fe33. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:21.616386 [ 1254 ] {cabc1f3f-b12c-4b44-b86b-e6df56597b24} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 0279637b-a00c-47ba-8e68-6aa782e56317. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:22.017007 [ 1254 ] {405d4e6e-9bdc-4a76-8b9b-f72b0b0dd6ab} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 4aca2ae3-58c0-4ac1-ab18-3b389c00da35. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:22.850648 [ 3655 ] {227df3cd-f6b1-409c-b29f-d9cdd38b31bc} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id e864340d-121d-484f-bb64-cddb63ef99a2. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:22.850988 [ 3655 ] {227df3cd-f6b1-409c-b29f-d9cdd38b31bc} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id a92b7512-938c-41d5-aef8-1664f7bea128. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:23.078853 [ 1247 ] {034e3005-689b-4ac7-afd7-b00d5a6ae646} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id f380ebdc-7be3-4d39-8ae3-6fc1b46cb171. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:24.249985 [ 1254 ] {312b1ee1-be91-462c-97c5-6f37cc271672} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id d66f3b94-c574-4d96-b5d8-f9c386a71f5b. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:24.422103 [ 1425 ] {22fe9fa7-4609-415a-a9e2-d90055e4a51e} executeQuery: Code: 407. DB::Exception: Decimal math overflow: In scope SELECT arrayDifference([toDecimal32(100.0000991821289, 0), -2147483647]) AS x. (DECIMAL_OVERFLOW) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46270) (comment: 01851_array_difference_decimal_overflow_ubsan.sql) (in query: SELECT arrayDifference([toDecimal32(100.0000991821289, 0), -2147483647]) AS x;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. bool DB::ArrayDifferenceImpl::executeType, DB::Decimal>(COW::immutable_ptr const&, DB::ColumnArray const&, COW::immutable_ptr&) @ 0x000000001c75e58f 5. DB::ArrayDifferenceImpl::execute(DB::ColumnArray const&, COW::immutable_ptr) @ 0x000000001c74e586 6. DB::FunctionArrayMapped::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001c746751 7. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 8. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 10. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 17:46:24.424880 [ 1425 ] {} TCPHandler: Code: 407. DB::Exception: Decimal math overflow: In scope SELECT arrayDifference([toDecimal32(100.0000991821289, 0), -2147483647]) AS x. (DECIMAL_OVERFLOW), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. bool DB::ArrayDifferenceImpl::executeType, DB::Decimal>(COW::immutable_ptr const&, DB::ColumnArray const&, COW::immutable_ptr&) @ 0x000000001c75e58f 5. DB::ArrayDifferenceImpl::execute(DB::ColumnArray const&, COW::immutable_ptr) @ 0x000000001c74e586 6. DB::FunctionArrayMapped::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001c746751 7. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 8. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 10. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 17:46:24.643322 [ 3655 ] {3a4c28f8-01ae-4fe4-ae01-661d121d3fe1} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id d632c235-4453-4f7a-b592-faf010203ed4. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:25.361206 [ 1247 ] {aa0fcb2c-2864-4d44-b567-886f3a6aaea2} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id d9bbf22c-d9a2-46c8-8aa1-54ecf23bcf32. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:25.550634 [ 3655 ] {496536e0-e1a8-4a5b-929a-4621efbbfb13} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 458793e4-44af-4052-9999-f4a43b1694aa. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:26.019728 [ 1254 ] {def9d474-483c-417a-9e52-9dbbeb86a00a} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 090da455-fca9-4df0-931d-652a26b60ffd. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:27.075303 [ 3179 ] {46a0fe8e-2d9e-447a-9a42-ccbfa714084f} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 11234f32-9499-4d18-b154-5cfdf4c5d934. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:27.577021 [ 1247 ] {0f71a742-9047-4bc3-844a-0eb45bebd605} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 0346cf9a-c44d-4865-aef8-4df518175997. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:28.058187 [ 1247 ] {4a14e36f-4732-48fc-a3f1-f104d77eb077} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id bea9bcf2-7821-475c-aac6-71a86a49301f. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:28.625606 [ 3179 ] {c921f238-448b-4091-a1cf-a0b8325cc084} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 8bc3622a-719f-42df-a1a3-72dda132d04e. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:29.507219 [ 3179 ] {7086a19f-d6ac-48e8-a70c-93132c3960aa} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id f343764e-32a9-4ba9-8082-6bc4c09e2261. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:29.568426 [ 1254 ] {31397cae-a880-49ef-b20f-9450ff662cfc} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id a995d2d6-484d-460a-985c-c6ccb450d8a8. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:29.791665 [ 1247 ] {68541200-45c4-4f3e-b644-0776857f2fc8} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 203132a6-1db4-44e1-9b02-a2bd046cba37. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:29.818040 [ 4232 ] {c5a4d787-4016-464b-ad8d-824eb13f2241} executeQuery: Code: 407. DB::Exception: Intermediate result overflow (signed a = 9223372036854775807, signed b = -9223372036854775808, min = -9223372036854775808, max = 9223372036854775807): In scope SELECT gcd(9223372036854775807, -9223372036854775808). (DECIMAL_OVERFLOW) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45942) (comment: 01666_gcd_ubsan.sql) (in query: -- { echo } SELECT gcd(9223372036854775807, -9223372036854775808);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, long&, long&, long&, long&) @ 0x000000000f68b6ff 4. long DB::GCDLCMImpl, DB::(anonymous namespace)::NameGCD>::apply(unsigned long, long) @ 0x000000000f4243ef 5. _ZN2DBL16castTypeToEitherIJNS_14DataTypeNumberIDuEENS1_ItEENS1_IjEENS1_ImEENS1_IN4wide7integerILm128EjEEEENS1_INS7_ILm256EjEEEENS1_IDB8_EENS1_IsEENS1_IiEENS1_IlEENS1_INS7_ILm128EiEEEENS1_INS7_ILm256EiEEEENS_15DataTypeDecimalINS_7DecimalIiEEEENSL_INSM_IlEEEENSL_INSM_ISH_EEEENSL_INSM_ISJ_EEEENS_12DataTypeDateENS_16DataTypeDateTimeENS_19DataTypeFixedStringENS_14DataTypeStringENS_16DataTypeIntervalEENS_9IDataTypeEZZNS_24FunctionBinaryArithmeticINS_12_GLOBAL__N_17GCDImplENS12_7NameGCDELb0ELb0ELb0EE13castBothTypesIZNKS15_12executeImpl2ERKNSt3__16vectorINS_21ColumnWithTypeAndNameENS17_9allocatorIS19_EEEERKNS17_10shared_ptrIKS10_EEmPKNS_8PODArrayIDuLm4096E9AllocatorILb0ELb0EELm63ELm64EEEEUlRKT_RKT0_E_EEbPS1G_S1X_OS1Q_ENKUlS1S_E_clIS5_EEDaS1S_EUlS1S_E_EEb8TypeListIJDpT_EEPS1U_OT1_ @ 0x000000000f523f95 6. bool DB::FunctionBinaryArithmetic::castType::castBothTypes::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const::'lambda'(auto const&, auto const&)>(DB::IDataType const*, DB::IDataType const*, auto&&)::'lambda'(auto const&)>(DB::IDataType const*, auto&&) @ 0x000000000f4a07ad 7. DB::FunctionBinaryArithmetic::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const @ 0x000000000f490c59 8. DB::FunctionBinaryArithmetic::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000f48cd51 9. DB::FunctionBinaryArithmeticWithConstants::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000f4894d9 10. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:46:29.822119 [ 4232 ] {} TCPHandler: Code: 407. DB::Exception: Intermediate result overflow (signed a = 9223372036854775807, signed b = -9223372036854775808, min = -9223372036854775808, max = 9223372036854775807): In scope SELECT gcd(9223372036854775807, -9223372036854775808). (DECIMAL_OVERFLOW), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, long&, long&, long&, long&) @ 0x000000000f68b6ff 4. long DB::GCDLCMImpl, DB::(anonymous namespace)::NameGCD>::apply(unsigned long, long) @ 0x000000000f4243ef 5. _ZN2DBL16castTypeToEitherIJNS_14DataTypeNumberIDuEENS1_ItEENS1_IjEENS1_ImEENS1_IN4wide7integerILm128EjEEEENS1_INS7_ILm256EjEEEENS1_IDB8_EENS1_IsEENS1_IiEENS1_IlEENS1_INS7_ILm128EiEEEENS1_INS7_ILm256EiEEEENS_15DataTypeDecimalINS_7DecimalIiEEEENSL_INSM_IlEEEENSL_INSM_ISH_EEEENSL_INSM_ISJ_EEEENS_12DataTypeDateENS_16DataTypeDateTimeENS_19DataTypeFixedStringENS_14DataTypeStringENS_16DataTypeIntervalEENS_9IDataTypeEZZNS_24FunctionBinaryArithmeticINS_12_GLOBAL__N_17GCDImplENS12_7NameGCDELb0ELb0ELb0EE13castBothTypesIZNKS15_12executeImpl2ERKNSt3__16vectorINS_21ColumnWithTypeAndNameENS17_9allocatorIS19_EEEERKNS17_10shared_ptrIKS10_EEmPKNS_8PODArrayIDuLm4096E9AllocatorILb0ELb0EELm63ELm64EEEEUlRKT_RKT0_E_EEbPS1G_S1X_OS1Q_ENKUlS1S_E_clIS5_EEDaS1S_EUlS1S_E_EEb8TypeListIJDpT_EEPS1U_OT1_ @ 0x000000000f523f95 6. bool DB::FunctionBinaryArithmetic::castType::castBothTypes::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const::'lambda'(auto const&, auto const&)>(DB::IDataType const*, DB::IDataType const*, auto&&)::'lambda'(auto const&)>(DB::IDataType const*, auto&&) @ 0x000000000f4a07ad 7. DB::FunctionBinaryArithmetic::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const @ 0x000000000f490c59 8. DB::FunctionBinaryArithmetic::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000f48cd51 9. DB::FunctionBinaryArithmeticWithConstants::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000f4894d9 10. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:46:29.834427 [ 4232 ] {d1a37ecc-b668-4645-ab3a-793e7d6a918e} executeQuery: Code: 407. DB::Exception: Intermediate result overflow (signed a = -9223372036854775808, signed b = -9223372036854775807, min = -9223372036854775808, max = 9223372036854775807): In scope SELECT gcd(9223372036854775808, -9223372036854775807). (DECIMAL_OVERFLOW) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45942) (comment: 01666_gcd_ubsan.sql) (in query: SELECT gcd(9223372036854775808, -9223372036854775807);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, long&, long&, long&, long&) @ 0x000000000f68b6ff 4. long DB::GCDLCMImpl, DB::(anonymous namespace)::NameGCD>::apply(unsigned long, long) @ 0x000000000f4243ef 5. _ZN2DBL16castTypeToEitherIJNS_14DataTypeNumberIDuEENS1_ItEENS1_IjEENS1_ImEENS1_IN4wide7integerILm128EjEEEENS1_INS7_ILm256EjEEEENS1_IDB8_EENS1_IsEENS1_IiEENS1_IlEENS1_INS7_ILm128EiEEEENS1_INS7_ILm256EiEEEENS_15DataTypeDecimalINS_7DecimalIiEEEENSL_INSM_IlEEEENSL_INSM_ISH_EEEENSL_INSM_ISJ_EEEENS_12DataTypeDateENS_16DataTypeDateTimeENS_19DataTypeFixedStringENS_14DataTypeStringENS_16DataTypeIntervalEENS_9IDataTypeEZZNS_24FunctionBinaryArithmeticINS_12_GLOBAL__N_17GCDImplENS12_7NameGCDELb0ELb0ELb0EE13castBothTypesIZNKS15_12executeImpl2ERKNSt3__16vectorINS_21ColumnWithTypeAndNameENS17_9allocatorIS19_EEEERKNS17_10shared_ptrIKS10_EEmPKNS_8PODArrayIDuLm4096E9AllocatorILb0ELb0EELm63ELm64EEEEUlRKT_RKT0_E_EEbPS1G_S1X_OS1Q_ENKUlS1S_E_clIS5_EEDaS1S_EUlS1S_E_EEb8TypeListIJDpT_EEPS1U_OT1_ @ 0x000000000f523f95 6. bool DB::FunctionBinaryArithmetic::castType::castBothTypes::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const::'lambda'(auto const&, auto const&)>(DB::IDataType const*, DB::IDataType const*, auto&&)::'lambda'(auto const&)>(DB::IDataType const*, auto&&) @ 0x000000000f4a07ad 7. DB::FunctionBinaryArithmetic::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const @ 0x000000000f490c59 8. DB::FunctionBinaryArithmetic::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000f48cd51 9. DB::FunctionBinaryArithmeticWithConstants::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000f4894d9 10. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:46:29.839205 [ 4232 ] {} TCPHandler: Code: 407. DB::Exception: Intermediate result overflow (signed a = -9223372036854775808, signed b = -9223372036854775807, min = -9223372036854775808, max = 9223372036854775807): In scope SELECT gcd(9223372036854775808, -9223372036854775807). (DECIMAL_OVERFLOW), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, long&, long&, long&, long&) @ 0x000000000f68b6ff 4. long DB::GCDLCMImpl, DB::(anonymous namespace)::NameGCD>::apply(unsigned long, long) @ 0x000000000f4243ef 5. _ZN2DBL16castTypeToEitherIJNS_14DataTypeNumberIDuEENS1_ItEENS1_IjEENS1_ImEENS1_IN4wide7integerILm128EjEEEENS1_INS7_ILm256EjEEEENS1_IDB8_EENS1_IsEENS1_IiEENS1_IlEENS1_INS7_ILm128EiEEEENS1_INS7_ILm256EiEEEENS_15DataTypeDecimalINS_7DecimalIiEEEENSL_INSM_IlEEEENSL_INSM_ISH_EEEENSL_INSM_ISJ_EEEENS_12DataTypeDateENS_16DataTypeDateTimeENS_19DataTypeFixedStringENS_14DataTypeStringENS_16DataTypeIntervalEENS_9IDataTypeEZZNS_24FunctionBinaryArithmeticINS_12_GLOBAL__N_17GCDImplENS12_7NameGCDELb0ELb0ELb0EE13castBothTypesIZNKS15_12executeImpl2ERKNSt3__16vectorINS_21ColumnWithTypeAndNameENS17_9allocatorIS19_EEEERKNS17_10shared_ptrIKS10_EEmPKNS_8PODArrayIDuLm4096E9AllocatorILb0ELb0EELm63ELm64EEEEUlRKT_RKT0_E_EEbPS1G_S1X_OS1Q_ENKUlS1S_E_clIS5_EEDaS1S_EUlS1S_E_EEb8TypeListIJDpT_EEPS1U_OT1_ @ 0x000000000f523f95 6. bool DB::FunctionBinaryArithmetic::castType::castBothTypes::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const::'lambda'(auto const&, auto const&)>(DB::IDataType const*, DB::IDataType const*, auto&&)::'lambda'(auto const&)>(DB::IDataType const*, auto&&) @ 0x000000000f4a07ad 7. DB::FunctionBinaryArithmetic::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const @ 0x000000000f490c59 8. DB::FunctionBinaryArithmetic::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000f48cd51 9. DB::FunctionBinaryArithmeticWithConstants::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000f4894d9 10. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:46:30.685833 [ 1254 ] {031b22c5-5629-4851-bd1e-0b8c6a749073} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 3921702c-19f7-4f4e-83a2-d36211a9b8b7. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:30.711234 [ 4229 ] {62ebab80-efe7-4e67-af07-2e8c3d6d9363} executeQuery: Code: 36. DB::Exception: The absolute data path should be inside `user_files_path`(/var/lib/clickhouse/user_files/). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46088) (comment: 02125_fix_storage_filelog.sql) (in query: CREATE TABLE log (A String) ENGINE= FileLog('/tmp/aaa.csv', 'CSV');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/FileLog/StorageFileLog.cpp:181: DB::StorageFileLog::StorageFileLog(DB::StorageID const&, std::shared_ptr, DB::ColumnsDescription const&, String const&, String const&, String const&, std::unique_ptr>, String const&, DB::LoadingStrictnessLevel) @ 0x000000003d4a960d 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, std::shared_ptr, DB::ColumnsDescription const&, String&, String const&, String&, std::unique_ptr>, String const&, DB::LoadingStrictnessLevel const&, void>(std::allocator const&, DB::StorageID const&, std::shared_ptr&&, DB::ColumnsDescription const&, String&, String const&, String&, std::unique_ptr>&&, String const&, DB::LoadingStrictnessLevel const&) @ 0x000000003d4e89a9 6. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: std::shared_ptr std::__function::__policy_invoker (DB::StorageFactory::Arguments const&)>::__call_impl (DB::StorageFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::StorageFactory::Arguments const&) @ 0x000000003d4d49f5 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 9. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 17:46:30.727154 [ 4229 ] {} TCPHandler: Code: 36. DB::Exception: The absolute data path should be inside `user_files_path`(/var/lib/clickhouse/user_files/). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/FileLog/StorageFileLog.cpp:181: DB::StorageFileLog::StorageFileLog(DB::StorageID const&, std::shared_ptr, DB::ColumnsDescription const&, String const&, String const&, String const&, std::unique_ptr>, String const&, DB::LoadingStrictnessLevel) @ 0x000000003d4a960d 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, std::shared_ptr, DB::ColumnsDescription const&, String&, String const&, String&, std::unique_ptr>, String const&, DB::LoadingStrictnessLevel const&, void>(std::allocator const&, DB::StorageID const&, std::shared_ptr&&, DB::ColumnsDescription const&, String&, String const&, String&, std::unique_ptr>&&, String const&, DB::LoadingStrictnessLevel const&) @ 0x000000003d4e89a9 6. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: std::shared_ptr std::__function::__policy_invoker (DB::StorageFactory::Arguments const&)>::__call_impl (DB::StorageFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::StorageFactory::Arguments const&) @ 0x000000003d4d49f5 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 9. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 17:46:30.738242 [ 4229 ] {25589533-1bb0-487c-ae8e-43449a10a41c} executeQuery: Code: 36. DB::Exception: The absolute data path should be inside `user_files_path`(/var/lib/clickhouse/user_files/). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46088) (comment: 02125_fix_storage_filelog.sql) (in query: CREATE TABLE log (A String) ENGINE= FileLog('/tmp/aaa.csv', 'CSV');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/FileLog/StorageFileLog.cpp:181: DB::StorageFileLog::StorageFileLog(DB::StorageID const&, std::shared_ptr, DB::ColumnsDescription const&, String const&, String const&, String const&, std::unique_ptr>, String const&, DB::LoadingStrictnessLevel) @ 0x000000003d4a960d 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, std::shared_ptr, DB::ColumnsDescription const&, String&, String const&, String&, std::unique_ptr>, String const&, DB::LoadingStrictnessLevel const&, void>(std::allocator const&, DB::StorageID const&, std::shared_ptr&&, DB::ColumnsDescription const&, String&, String const&, String&, std::unique_ptr>&&, String const&, DB::LoadingStrictnessLevel const&) @ 0x000000003d4e89a9 6. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: std::shared_ptr std::__function::__policy_invoker (DB::StorageFactory::Arguments const&)>::__call_impl (DB::StorageFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::StorageFactory::Arguments const&) @ 0x000000003d4d49f5 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 9. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 17:46:30.755862 [ 4229 ] {} TCPHandler: Code: 36. DB::Exception: The absolute data path should be inside `user_files_path`(/var/lib/clickhouse/user_files/). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/FileLog/StorageFileLog.cpp:181: DB::StorageFileLog::StorageFileLog(DB::StorageID const&, std::shared_ptr, DB::ColumnsDescription const&, String const&, String const&, String const&, std::unique_ptr>, String const&, DB::LoadingStrictnessLevel) @ 0x000000003d4a960d 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, std::shared_ptr, DB::ColumnsDescription const&, String&, String const&, String&, std::unique_ptr>, String const&, DB::LoadingStrictnessLevel const&, void>(std::allocator const&, DB::StorageID const&, std::shared_ptr&&, DB::ColumnsDescription const&, String&, String const&, String&, std::unique_ptr>&&, String const&, DB::LoadingStrictnessLevel const&) @ 0x000000003d4e89a9 6. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: std::shared_ptr std::__function::__policy_invoker (DB::StorageFactory::Arguments const&)>::__call_impl (DB::StorageFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::StorageFactory::Arguments const&) @ 0x000000003d4d49f5 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 9. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 17:46:30.790592 [ 4229 ] {effa83c9-9888-4776-a99d-14d7cc1dd968} executeQuery: Code: 36. DB::Exception: The absolute data path should be inside `user_files_path`(/var/lib/clickhouse/user_files/). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46088) (comment: 02125_fix_storage_filelog.sql) (in query: CREATE TABLE log (A String) ENGINE= FileLog('/tmp/aaa.csv', 'CSV');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/FileLog/StorageFileLog.cpp:181: DB::StorageFileLog::StorageFileLog(DB::StorageID const&, std::shared_ptr, DB::ColumnsDescription const&, String const&, String const&, String const&, std::unique_ptr>, String const&, DB::LoadingStrictnessLevel) @ 0x000000003d4a960d 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, std::shared_ptr, DB::ColumnsDescription const&, String&, String const&, String&, std::unique_ptr>, String const&, DB::LoadingStrictnessLevel const&, void>(std::allocator const&, DB::StorageID const&, std::shared_ptr&&, DB::ColumnsDescription const&, String&, String const&, String&, std::unique_ptr>&&, String const&, DB::LoadingStrictnessLevel const&) @ 0x000000003d4e89a9 6. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: std::shared_ptr std::__function::__policy_invoker (DB::StorageFactory::Arguments const&)>::__call_impl (DB::StorageFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::StorageFactory::Arguments const&) @ 0x000000003d4d49f5 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 9. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 17:46:30.792956 [ 4229 ] {} TCPHandler: Code: 36. DB::Exception: The absolute data path should be inside `user_files_path`(/var/lib/clickhouse/user_files/). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/FileLog/StorageFileLog.cpp:181: DB::StorageFileLog::StorageFileLog(DB::StorageID const&, std::shared_ptr, DB::ColumnsDescription const&, String const&, String const&, String const&, std::unique_ptr>, String const&, DB::LoadingStrictnessLevel) @ 0x000000003d4a960d 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, std::shared_ptr, DB::ColumnsDescription const&, String&, String const&, String&, std::unique_ptr>, String const&, DB::LoadingStrictnessLevel const&, void>(std::allocator const&, DB::StorageID const&, std::shared_ptr&&, DB::ColumnsDescription const&, String&, String const&, String&, std::unique_ptr>&&, String const&, DB::LoadingStrictnessLevel const&) @ 0x000000003d4e89a9 6. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: std::shared_ptr std::__function::__policy_invoker (DB::StorageFactory::Arguments const&)>::__call_impl (DB::StorageFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::StorageFactory::Arguments const&) @ 0x000000003d4d49f5 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 9. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 17:46:31.020305 [ 4232 ] {55ee83ae-c707-469b-8e74-ef230752e9f3} executeQuery: Code: 407. DB::Exception: Intermediate result overflow (signed a = -9223372036854775808, signed b = 9223372036854775807, min = -9223372036854775808, max = 9223372036854775807): In scope SELECT gcd(-9223372036854775808, 9223372036854775807). (DECIMAL_OVERFLOW) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45942) (comment: 01666_gcd_ubsan.sql) (in query: SELECT gcd(-9223372036854775808, 9223372036854775807);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, long&, long&, long&, long&) @ 0x000000000f68b6ff 4. long DB::GCDLCMImpl, DB::(anonymous namespace)::NameGCD>::apply(long, unsigned long) @ 0x000000000f463a6f 5. _ZN2DBL16castTypeToEitherIJNS_14DataTypeNumberIDuEENS1_ItEENS1_IjEENS1_ImEENS1_IN4wide7integerILm128EjEEEENS1_INS7_ILm256EjEEEENS1_IDB8_EENS1_IsEENS1_IiEENS1_IlEENS1_INS7_ILm128EiEEEENS1_INS7_ILm256EiEEEENS_15DataTypeDecimalINS_7DecimalIiEEEENSL_INSM_IlEEEENSL_INSM_ISH_EEEENSL_INSM_ISJ_EEEENS_12DataTypeDateENS_16DataTypeDateTimeENS_19DataTypeFixedStringENS_14DataTypeStringENS_16DataTypeIntervalEENS_9IDataTypeEZZNS_24FunctionBinaryArithmeticINS_12_GLOBAL__N_17GCDImplENS12_7NameGCDELb0ELb0ELb0EE13castBothTypesIZNKS15_12executeImpl2ERKNSt3__16vectorINS_21ColumnWithTypeAndNameENS17_9allocatorIS19_EEEERKNS17_10shared_ptrIKS10_EEmPKNS_8PODArrayIDuLm4096E9AllocatorILb0ELb0EELm63ELm64EEEEUlRKT_RKT0_E_EEbPS1G_S1X_OS1Q_ENKUlS1S_E_clISG_EEDaS1S_EUlS1S_E_EEb8TypeListIJDpT_EEPS1U_OT1_ @ 0x000000000f5d0355 6. bool DB::FunctionBinaryArithmetic::castType::castBothTypes::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const::'lambda'(auto const&, auto const&)>(DB::IDataType const*, DB::IDataType const*, auto&&)::'lambda'(auto const&)>(DB::IDataType const*, auto&&) @ 0x000000000f4a110d 7. DB::FunctionBinaryArithmetic::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const @ 0x000000000f490c59 8. DB::FunctionBinaryArithmetic::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000f48cd51 9. DB::FunctionBinaryArithmeticWithConstants::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000f4894d9 10. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:46:31.023803 [ 4232 ] {} TCPHandler: Code: 407. DB::Exception: Intermediate result overflow (signed a = -9223372036854775808, signed b = 9223372036854775807, min = -9223372036854775808, max = 9223372036854775807): In scope SELECT gcd(-9223372036854775808, 9223372036854775807). (DECIMAL_OVERFLOW), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, long&, long&, long&, long&) @ 0x000000000f68b6ff 4. long DB::GCDLCMImpl, DB::(anonymous namespace)::NameGCD>::apply(long, unsigned long) @ 0x000000000f463a6f 5. _ZN2DBL16castTypeToEitherIJNS_14DataTypeNumberIDuEENS1_ItEENS1_IjEENS1_ImEENS1_IN4wide7integerILm128EjEEEENS1_INS7_ILm256EjEEEENS1_IDB8_EENS1_IsEENS1_IiEENS1_IlEENS1_INS7_ILm128EiEEEENS1_INS7_ILm256EiEEEENS_15DataTypeDecimalINS_7DecimalIiEEEENSL_INSM_IlEEEENSL_INSM_ISH_EEEENSL_INSM_ISJ_EEEENS_12DataTypeDateENS_16DataTypeDateTimeENS_19DataTypeFixedStringENS_14DataTypeStringENS_16DataTypeIntervalEENS_9IDataTypeEZZNS_24FunctionBinaryArithmeticINS_12_GLOBAL__N_17GCDImplENS12_7NameGCDELb0ELb0ELb0EE13castBothTypesIZNKS15_12executeImpl2ERKNSt3__16vectorINS_21ColumnWithTypeAndNameENS17_9allocatorIS19_EEEERKNS17_10shared_ptrIKS10_EEmPKNS_8PODArrayIDuLm4096E9AllocatorILb0ELb0EELm63ELm64EEEEUlRKT_RKT0_E_EEbPS1G_S1X_OS1Q_ENKUlS1S_E_clISG_EEDaS1S_EUlS1S_E_EEb8TypeListIJDpT_EEPS1U_OT1_ @ 0x000000000f5d0355 6. bool DB::FunctionBinaryArithmetic::castType::castBothTypes::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const::'lambda'(auto const&, auto const&)>(DB::IDataType const*, DB::IDataType const*, auto&&)::'lambda'(auto const&)>(DB::IDataType const*, auto&&) @ 0x000000000f4a110d 7. DB::FunctionBinaryArithmetic::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const @ 0x000000000f490c59 8. DB::FunctionBinaryArithmetic::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000f48cd51 9. DB::FunctionBinaryArithmeticWithConstants::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000f4894d9 10. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:46:31.043788 [ 4232 ] {fc193512-9799-445d-8573-bad398ee2ffd} executeQuery: Code: 407. DB::Exception: Intermediate result overflow (signed a = -9223372036854775807, signed b = -9223372036854775808, min = -9223372036854775808, max = 9223372036854775807): In scope SELECT gcd(-9223372036854775807, 9223372036854775808). (DECIMAL_OVERFLOW) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45942) (comment: 01666_gcd_ubsan.sql) (in query: SELECT gcd(-9223372036854775807, 9223372036854775808);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, long&, long&, long&, long&) @ 0x000000000f68b6ff 4. long DB::GCDLCMImpl, DB::(anonymous namespace)::NameGCD>::apply(long, unsigned long) @ 0x000000000f463a6f 5. _ZN2DBL16castTypeToEitherIJNS_14DataTypeNumberIDuEENS1_ItEENS1_IjEENS1_ImEENS1_IN4wide7integerILm128EjEEEENS1_INS7_ILm256EjEEEENS1_IDB8_EENS1_IsEENS1_IiEENS1_IlEENS1_INS7_ILm128EiEEEENS1_INS7_ILm256EiEEEENS_15DataTypeDecimalINS_7DecimalIiEEEENSL_INSM_IlEEEENSL_INSM_ISH_EEEENSL_INSM_ISJ_EEEENS_12DataTypeDateENS_16DataTypeDateTimeENS_19DataTypeFixedStringENS_14DataTypeStringENS_16DataTypeIntervalEENS_9IDataTypeEZZNS_24FunctionBinaryArithmeticINS_12_GLOBAL__N_17GCDImplENS12_7NameGCDELb0ELb0ELb0EE13castBothTypesIZNKS15_12executeImpl2ERKNSt3__16vectorINS_21ColumnWithTypeAndNameENS17_9allocatorIS19_EEEERKNS17_10shared_ptrIKS10_EEmPKNS_8PODArrayIDuLm4096E9AllocatorILb0ELb0EELm63ELm64EEEEUlRKT_RKT0_E_EEbPS1G_S1X_OS1Q_ENKUlS1S_E_clISG_EEDaS1S_EUlS1S_E_EEb8TypeListIJDpT_EEPS1U_OT1_ @ 0x000000000f5d0355 6. bool DB::FunctionBinaryArithmetic::castType::castBothTypes::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const::'lambda'(auto const&, auto const&)>(DB::IDataType const*, DB::IDataType const*, auto&&)::'lambda'(auto const&)>(DB::IDataType const*, auto&&) @ 0x000000000f4a110d 7. DB::FunctionBinaryArithmetic::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const @ 0x000000000f490c59 8. DB::FunctionBinaryArithmetic::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000f48cd51 9. DB::FunctionBinaryArithmeticWithConstants::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000f4894d9 10. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:46:31.047912 [ 4232 ] {} TCPHandler: Code: 407. DB::Exception: Intermediate result overflow (signed a = -9223372036854775807, signed b = -9223372036854775808, min = -9223372036854775808, max = 9223372036854775807): In scope SELECT gcd(-9223372036854775807, 9223372036854775808). (DECIMAL_OVERFLOW), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, long&, long&, long&, long&) @ 0x000000000f68b6ff 4. long DB::GCDLCMImpl, DB::(anonymous namespace)::NameGCD>::apply(long, unsigned long) @ 0x000000000f463a6f 5. _ZN2DBL16castTypeToEitherIJNS_14DataTypeNumberIDuEENS1_ItEENS1_IjEENS1_ImEENS1_IN4wide7integerILm128EjEEEENS1_INS7_ILm256EjEEEENS1_IDB8_EENS1_IsEENS1_IiEENS1_IlEENS1_INS7_ILm128EiEEEENS1_INS7_ILm256EiEEEENS_15DataTypeDecimalINS_7DecimalIiEEEENSL_INSM_IlEEEENSL_INSM_ISH_EEEENSL_INSM_ISJ_EEEENS_12DataTypeDateENS_16DataTypeDateTimeENS_19DataTypeFixedStringENS_14DataTypeStringENS_16DataTypeIntervalEENS_9IDataTypeEZZNS_24FunctionBinaryArithmeticINS_12_GLOBAL__N_17GCDImplENS12_7NameGCDELb0ELb0ELb0EE13castBothTypesIZNKS15_12executeImpl2ERKNSt3__16vectorINS_21ColumnWithTypeAndNameENS17_9allocatorIS19_EEEERKNS17_10shared_ptrIKS10_EEmPKNS_8PODArrayIDuLm4096E9AllocatorILb0ELb0EELm63ELm64EEEEUlRKT_RKT0_E_EEbPS1G_S1X_OS1Q_ENKUlS1S_E_clISG_EEDaS1S_EUlS1S_E_EEb8TypeListIJDpT_EEPS1U_OT1_ @ 0x000000000f5d0355 6. bool DB::FunctionBinaryArithmetic::castType::castBothTypes::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const::'lambda'(auto const&, auto const&)>(DB::IDataType const*, DB::IDataType const*, auto&&)::'lambda'(auto const&)>(DB::IDataType const*, auto&&) @ 0x000000000f4a110d 7. DB::FunctionBinaryArithmetic::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const @ 0x000000000f490c59 8. DB::FunctionBinaryArithmetic::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000f48cd51 9. DB::FunctionBinaryArithmeticWithConstants::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000f4894d9 10. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:46:31.437472 [ 1375 ] {015ad049-e6b0-4cce-9a78-2da1a852528e} executeQuery: Code: 42. DB::Exception: Number of arguments for function seriesPeriodDetectFFT doesn't match: passed 0, should be 1: In scope SELECT seriesPeriodDetectFFT(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46132) (comment: 02813_series_period_detect.sql) (in query: SELECT seriesPeriodDetectFFT();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:46:31.439676 [ 1375 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function seriesPeriodDetectFFT doesn't match: passed 0, should be 1: In scope SELECT seriesPeriodDetectFFT(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:46:31.564673 [ 1247 ] {3705e763-bbec-45de-8408-05df8f13a154} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id fe5036d2-e6b1-4f69-8a33-5d736741ea4e. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:32.051538 [ 4232 ] {77e3a4ae-cc6a-4aa5-8337-5ae126f24df3} executeQuery: Code: 407. DB::Exception: Intermediate result overflow (signed a = -9223372036854775808, signed b = -1, min = -9223372036854775808, max = 9223372036854775807): In scope SELECT gcd(9223372036854775808, -1). (DECIMAL_OVERFLOW) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45942) (comment: 01666_gcd_ubsan.sql) (in query: SELECT gcd(9223372036854775808, -1);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, long&, long&, long&, long&) @ 0x000000000f68b6ff 4. long DB::GCDLCMImpl, DB::(anonymous namespace)::GCDImpl::NameGCD>::apply(unsigned long, DB::(anonymous namespace)) @ 0x000000000f421f8d 5. _ZN2DBL16castTypeToEitherIJNS_14DataTypeNumberIDuEENS1_ItEENS1_IjEENS1_ImEENS1_IN4wide7integerILm128EjEEEENS1_INS7_ILm256EjEEEENS1_IDB8_EENS1_IsEENS1_IiEENS1_IlEENS1_INS7_ILm128EiEEEENS1_INS7_ILm256EiEEEENS_15DataTypeDecimalINS_7DecimalIiEEEENSL_INSM_IlEEEENSL_INSM_ISH_EEEENSL_INSM_ISJ_EEEENS_12DataTypeDateENS_16DataTypeDateTimeENS_19DataTypeFixedStringENS_14DataTypeStringENS_16DataTypeIntervalEENS_9IDataTypeEZZNS_24FunctionBinaryArithmeticINS_12_GLOBAL__N_17GCDImplENS12_7NameGCDELb0ELb0ELb0EE13castBothTypesIZNKS15_12executeImpl2ERKNSt3__16vectorINS_21ColumnWithTypeAndNameENS17_9allocatorIS19_EEEERKNS17_10shared_ptrIKS10_EEmPKNS_8PODArrayIDuLm4096E9AllocatorILb0ELb0EELm63ELm64EEEEUlRKT_RKT0_E_EEbPS1G_S1X_OS1Q_ENKUlS1S_E_clIS5_EEDaS1S_EUlS1S_E_EEb8TypeListIJDpT_EEPS1U_OT1_ @ 0x000000000f51e7b6 6. bool DB::FunctionBinaryArithmetic::castType::castBothTypes::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const::'lambda'(auto const&, auto const&)>(DB::IDataType const*, DB::IDataType const*, auto&&)::'lambda'(auto const&)>(DB::IDataType const*, auto&&) @ 0x000000000f4a07ad 7. DB::FunctionBinaryArithmetic::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const @ 0x000000000f490c59 8. DB::FunctionBinaryArithmetic::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000f48cd51 9. DB::FunctionBinaryArithmeticWithConstants::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000f4894d9 10. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:46:32.054154 [ 4232 ] {} TCPHandler: Code: 407. DB::Exception: Intermediate result overflow (signed a = -9223372036854775808, signed b = -1, min = -9223372036854775808, max = 9223372036854775807): In scope SELECT gcd(9223372036854775808, -1). (DECIMAL_OVERFLOW), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, long&, long&, long&, long&) @ 0x000000000f68b6ff 4. long DB::GCDLCMImpl, DB::(anonymous namespace)::GCDImpl::NameGCD>::apply(unsigned long, DB::(anonymous namespace)) @ 0x000000000f421f8d 5. _ZN2DBL16castTypeToEitherIJNS_14DataTypeNumberIDuEENS1_ItEENS1_IjEENS1_ImEENS1_IN4wide7integerILm128EjEEEENS1_INS7_ILm256EjEEEENS1_IDB8_EENS1_IsEENS1_IiEENS1_IlEENS1_INS7_ILm128EiEEEENS1_INS7_ILm256EiEEEENS_15DataTypeDecimalINS_7DecimalIiEEEENSL_INSM_IlEEEENSL_INSM_ISH_EEEENSL_INSM_ISJ_EEEENS_12DataTypeDateENS_16DataTypeDateTimeENS_19DataTypeFixedStringENS_14DataTypeStringENS_16DataTypeIntervalEENS_9IDataTypeEZZNS_24FunctionBinaryArithmeticINS_12_GLOBAL__N_17GCDImplENS12_7NameGCDELb0ELb0ELb0EE13castBothTypesIZNKS15_12executeImpl2ERKNSt3__16vectorINS_21ColumnWithTypeAndNameENS17_9allocatorIS19_EEEERKNS17_10shared_ptrIKS10_EEmPKNS_8PODArrayIDuLm4096E9AllocatorILb0ELb0EELm63ELm64EEEEUlRKT_RKT0_E_EEbPS1G_S1X_OS1Q_ENKUlS1S_E_clIS5_EEDaS1S_EUlS1S_E_EEb8TypeListIJDpT_EEPS1U_OT1_ @ 0x000000000f51e7b6 6. bool DB::FunctionBinaryArithmetic::castType::castBothTypes::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const::'lambda'(auto const&, auto const&)>(DB::IDataType const*, DB::IDataType const*, auto&&)::'lambda'(auto const&)>(DB::IDataType const*, auto&&) @ 0x000000000f4a07ad 7. DB::FunctionBinaryArithmetic::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const @ 0x000000000f490c59 8. DB::FunctionBinaryArithmetic::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000f48cd51 9. DB::FunctionBinaryArithmeticWithConstants::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000f4894d9 10. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:46:32.918953 [ 1375 ] {818ca259-9d53-48c4-8b47-453b90d51b96} executeQuery: Code: 44. DB::Exception: Illegal column Array(Nothing) of first argument of function seriesPeriodDetectFFT: In scope SELECT seriesPeriodDetectFFT([]). (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46132) (comment: 02813_series_period_detect.sql) (in query: SELECT seriesPeriodDetectFFT([]);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionSeriesPeriodDetectFFT::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b691744 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:46:32.936183 [ 1375 ] {} TCPHandler: Code: 44. DB::Exception: Illegal column Array(Nothing) of first argument of function seriesPeriodDetectFFT: In scope SELECT seriesPeriodDetectFFT([]). (ILLEGAL_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionSeriesPeriodDetectFFT::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b691744 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:46:32.952250 [ 1375 ] {7a1c6ec6-58f1-485e-98a6-74290be0265c} executeQuery: Code: 44. DB::Exception: Illegal column Array(Nullable(Nothing)) of first argument of function seriesPeriodDetectFFT: In scope SELECT seriesPeriodDetectFFT([NULL, NULL, NULL]). (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46132) (comment: 02813_series_period_detect.sql) (in query: SELECT seriesPeriodDetectFFT([NULL, NULL, NULL]);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionSeriesPeriodDetectFFT::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b691744 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:46:32.954494 [ 1375 ] {} TCPHandler: Code: 44. DB::Exception: Illegal column Array(Nullable(Nothing)) of first argument of function seriesPeriodDetectFFT: In scope SELECT seriesPeriodDetectFFT([NULL, NULL, NULL]). (ILLEGAL_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionSeriesPeriodDetectFFT::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b691744 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:46:32.979043 [ 1375 ] {46effa7f-243f-44bd-820b-887c2de9ed54} executeQuery: Code: 44. DB::Exception: Illegal column Array(Nullable(UInt8)) of first argument of function seriesPeriodDetectFFT: In scope SELECT seriesPeriodDetectFFT([10, 20, 30, 10, 202, 30, NULL]). (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46132) (comment: 02813_series_period_detect.sql) (in query: SELECT seriesPeriodDetectFFT([10, 20, 30, 10, 202, 30, NULL]);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionSeriesPeriodDetectFFT::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b691744 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:46:33.000533 [ 1375 ] {} TCPHandler: Code: 44. DB::Exception: Illegal column Array(Nullable(UInt8)) of first argument of function seriesPeriodDetectFFT: In scope SELECT seriesPeriodDetectFFT([10, 20, 30, 10, 202, 30, NULL]). (ILLEGAL_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionSeriesPeriodDetectFFT::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b691744 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:46:33.012444 [ 4232 ] {adf5ad70-236e-4118-a99a-84f555f55658} executeQuery: Code: 43. DB::Exception: Illegal types Float64 and Float64 of arguments of function lcm: In scope SELECT lcm(-1.7014118346046923e38, -1.7014118346046923e38). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45942) (comment: 01666_gcd_ubsan.sql) (in query: SELECT lcm(-170141183460469231731687303715884105728, -170141183460469231731687303715884105728);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. DB::FunctionBinaryArithmetic::getReturnTypeImplStatic(std::vector, std::allocator>> const&, std::shared_ptr) @ 0x00000000134d1887 5. DB::BinaryArithmeticOverloadResolver::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001326e939 6. DB::IFunctionOverloadResolver::getReturnTypeImpl(std::vector> const&) const @ 0x0000000009f857c6 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:46:33.022878 [ 4232 ] {} TCPHandler: Code: 43. DB::Exception: Illegal types Float64 and Float64 of arguments of function lcm: In scope SELECT lcm(-1.7014118346046923e38, -1.7014118346046923e38). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. DB::FunctionBinaryArithmetic::getReturnTypeImplStatic(std::vector, std::allocator>> const&, std::shared_ptr) @ 0x00000000134d1887 5. DB::BinaryArithmeticOverloadResolver::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001326e939 6. DB::IFunctionOverloadResolver::getReturnTypeImpl(std::vector> const&) const @ 0x0000000009f857c6 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:46:33.056234 [ 424 ] {3cc55457-f1aa-4cf6-9cee-50d7e4f720db} executeQuery: Code: 47. DB::Exception: Missing columns: 'String' while processing query: 'String AS b', required columns: 'String' 'String': default expression and column type are incompatible. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46286) (comment: 02287_ephemeral_format_crash.sql) (in query: CREATE TABLE test(a UInt8, b EPHEMERAL String) Engine=Memory();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./build_docker/./src/Interpreters/TreeRewriter.cpp:1305: DB::TreeRewriterResult::collectUsedColumns(std::shared_ptr const&, bool, bool) @ 0x000000003901c445 4. ./build_docker/./src/Interpreters/TreeRewriter.cpp:1563: DB::TreeRewriter::analyze(std::shared_ptr&, DB::NamesAndTypesList const&, std::shared_ptr, std::shared_ptr const&, bool, bool, bool, bool) const @ 0x000000003903f862 5. ./build_docker/./src/Storages/ColumnsDescription.cpp:1016: DB::(anonymous namespace)::validateColumnsDefaultsAndGetSampleBlockImpl(std::shared_ptr, DB::NamesAndTypesList const&, std::shared_ptr, bool) @ 0x000000003c72a3bf 6. ./build_docker/./src/Storages/ColumnsDescription.cpp:1043: DB::validateColumnsDefaultsAndGetSampleBlock(std::shared_ptr, DB::NamesAndTypesList const&, std::shared_ptr) @ 0x000000003c72bb13 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:670: DB::InterpreterCreateQuery::getColumnsDescription(DB::ASTExpressionList const&, std::shared_ptr, DB::LoadingStrictnessLevel, bool) @ 0x000000003778fced 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:814: DB::InterpreterCreateQuery::getTablePropertiesAndNormalizeCreateQuery(DB::ASTCreateQuery&, DB::LoadingStrictnessLevel) const @ 0x0000000037797465 9. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1668: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377bfcea 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 17:46:33.072218 [ 424 ] {} TCPHandler: Code: 47. DB::Exception: Missing columns: 'String' while processing query: 'String AS b', required columns: 'String' 'String': default expression and column type are incompatible. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./build_docker/./src/Interpreters/TreeRewriter.cpp:1305: DB::TreeRewriterResult::collectUsedColumns(std::shared_ptr const&, bool, bool) @ 0x000000003901c445 4. ./build_docker/./src/Interpreters/TreeRewriter.cpp:1563: DB::TreeRewriter::analyze(std::shared_ptr&, DB::NamesAndTypesList const&, std::shared_ptr, std::shared_ptr const&, bool, bool, bool, bool) const @ 0x000000003903f862 5. ./build_docker/./src/Storages/ColumnsDescription.cpp:1016: DB::(anonymous namespace)::validateColumnsDefaultsAndGetSampleBlockImpl(std::shared_ptr, DB::NamesAndTypesList const&, std::shared_ptr, bool) @ 0x000000003c72a3bf 6. ./build_docker/./src/Storages/ColumnsDescription.cpp:1043: DB::validateColumnsDefaultsAndGetSampleBlock(std::shared_ptr, DB::NamesAndTypesList const&, std::shared_ptr) @ 0x000000003c72bb13 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:670: DB::InterpreterCreateQuery::getColumnsDescription(DB::ASTExpressionList const&, std::shared_ptr, DB::LoadingStrictnessLevel, bool) @ 0x000000003778fced 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:814: DB::InterpreterCreateQuery::getTablePropertiesAndNormalizeCreateQuery(DB::ASTCreateQuery&, DB::LoadingStrictnessLevel) const @ 0x0000000037797465 9. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1668: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377bfcea 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 17:46:33.123755 [ 424 ] {0a76eb96-89ce-4f2c-8812-b6438467d8d4} executeQuery: Code: 47. DB::Exception: Missing columns: 'test' while processing query: '_CAST(test AS b_tmp_alter17586249803752925576, 'String') AS b, b_tmp_alter17586249803752925576', required columns: 'test' 'test': default expression and column type are incompatible. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46286) (comment: 02287_ephemeral_format_crash.sql) (in query: CREATE TABLE test(a UInt8, b String EPHEMERAL test) Engine=Memory();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./build_docker/./src/Interpreters/TreeRewriter.cpp:1305: DB::TreeRewriterResult::collectUsedColumns(std::shared_ptr const&, bool, bool) @ 0x000000003901c445 4. ./build_docker/./src/Interpreters/TreeRewriter.cpp:1563: DB::TreeRewriter::analyze(std::shared_ptr&, DB::NamesAndTypesList const&, std::shared_ptr, std::shared_ptr const&, bool, bool, bool, bool) const @ 0x000000003903f862 5. ./build_docker/./src/Storages/ColumnsDescription.cpp:1016: DB::(anonymous namespace)::validateColumnsDefaultsAndGetSampleBlockImpl(std::shared_ptr, DB::NamesAndTypesList const&, std::shared_ptr, bool) @ 0x000000003c72a3bf 6. ./build_docker/./src/Storages/ColumnsDescription.cpp:1043: DB::validateColumnsDefaultsAndGetSampleBlock(std::shared_ptr, DB::NamesAndTypesList const&, std::shared_ptr) @ 0x000000003c72bb13 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:670: DB::InterpreterCreateQuery::getColumnsDescription(DB::ASTExpressionList const&, std::shared_ptr, DB::LoadingStrictnessLevel, bool) @ 0x000000003778fced 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:814: DB::InterpreterCreateQuery::getTablePropertiesAndNormalizeCreateQuery(DB::ASTCreateQuery&, DB::LoadingStrictnessLevel) const @ 0x0000000037797465 9. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1668: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377bfcea 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 17:46:33.127369 [ 424 ] {} TCPHandler: Code: 47. DB::Exception: Missing columns: 'test' while processing query: '_CAST(test AS b_tmp_alter17586249803752925576, 'String') AS b, b_tmp_alter17586249803752925576', required columns: 'test' 'test': default expression and column type are incompatible. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./build_docker/./src/Interpreters/TreeRewriter.cpp:1305: DB::TreeRewriterResult::collectUsedColumns(std::shared_ptr const&, bool, bool) @ 0x000000003901c445 4. ./build_docker/./src/Interpreters/TreeRewriter.cpp:1563: DB::TreeRewriter::analyze(std::shared_ptr&, DB::NamesAndTypesList const&, std::shared_ptr, std::shared_ptr const&, bool, bool, bool, bool) const @ 0x000000003903f862 5. ./build_docker/./src/Storages/ColumnsDescription.cpp:1016: DB::(anonymous namespace)::validateColumnsDefaultsAndGetSampleBlockImpl(std::shared_ptr, DB::NamesAndTypesList const&, std::shared_ptr, bool) @ 0x000000003c72a3bf 6. ./build_docker/./src/Storages/ColumnsDescription.cpp:1043: DB::validateColumnsDefaultsAndGetSampleBlock(std::shared_ptr, DB::NamesAndTypesList const&, std::shared_ptr) @ 0x000000003c72bb13 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:670: DB::InterpreterCreateQuery::getColumnsDescription(DB::ASTExpressionList const&, std::shared_ptr, DB::LoadingStrictnessLevel, bool) @ 0x000000003778fced 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:814: DB::InterpreterCreateQuery::getTablePropertiesAndNormalizeCreateQuery(DB::ASTCreateQuery&, DB::LoadingStrictnessLevel) const @ 0x0000000037797465 9. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1668: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377bfcea 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 17:46:33.213731 [ 1247 ] {730589a6-7178-4d43-ac3b-ee1605ff90ef} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 00a5af96-b517-4564-96c9-c1f2fbd7882e. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:34.033697 [ 1247 ] {9b12d623-dd52-41d8-b9ef-5d3beef7c7c1} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id de2d7347-3a16-4b8d-98a6-3f713337fab0. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:34.704983 [ 3655 ] {c6cb26fe-2dfe-471a-b411-455595d46707} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id a4dc1ba2-6b3b-4a80-aa9d-71b994936998. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:34.851513 [ 1254 ] {4cb901fc-b925-4b10-829f-1fe90ac8cfd3} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id b83b1d87-a772-4b84-86f3-5b022ef5392b. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:35.079248 [ 3655 ] {1af5b66a-6643-4afd-a326-6914a1e7e79f} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 592123f2-1588-465a-b5d9-a44017dab83b. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:35.470478 [ 3655 ] {345a1d5d-8b09-441c-b2b2-3f51a9f99b8b} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id e0fec4c8-4f65-4fdb-98ca-2a0a597e4fa0. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:36.004108 [ 3655 ] {72ecc595-293e-4235-be30-24190cda8950} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id c458ad65-a450-4375-817f-e02f84c4948b. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:36.513174 [ 3179 ] {c7b2117b-6900-49fe-b65c-581e1cb17f06} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id e6fc22cb-67e3-4325-ac2e-1f0b947b4e75. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:36.562739 [ 4140 ] {b0722dc1-bef6-454c-9ad3-f0450de1fa01} executeQuery: Code: 36. DB::Exception: Expression in arrayJoin cannot depend on lambda argument: array(x, 1_UInt8) . (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46898) (comment: 01330_array_join_in_higher_order_function.sql) (in query: SELECT arrayMap(x -> arrayJoin([x, 1]), [1, 2]);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Planner/PlannerActionsVisitor.cpp:1003: DB::(anonymous namespace)::PlannerActionsVisitorImpl::visitImpl(std::shared_ptr) @ 0x0000000035c28df6 5. ./build_docker/./src/Planner/PlannerActionsVisitor.cpp:778: DB::(anonymous namespace)::PlannerActionsVisitorImpl::visitImpl(std::shared_ptr) @ 0x0000000035c2206d 6. ./build_docker/./src/Planner/PlannerActionsVisitor.cpp:635: DB::PlannerActionsVisitor::visit(DB::ActionsDAG&, std::shared_ptr) @ 0x0000000035c0cbaa 7. ./build_docker/./src/Planner/Utils.cpp:252: DB::buildActionsDAGFromExpressionNode(std::shared_ptr const&, std::vector> const&, std::shared_ptr const&) @ 0x0000000035c509da 8. ./build_docker/./src/Planner/PlannerExpressionAnalysis.cpp:377: DB::buildExpressionAnalysisResult(std::shared_ptr const&, std::vector> const&, std::shared_ptr const&, DB::PlannerQueryProcessingInfo const&) @ 0x0000000038750d77 9. ./build_docker/./src/Planner/Planner.cpp:1586: DB::Planner::buildPlanForQueryNode() @ 0x00000000386556d4 10. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 14. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 17:46:36.567091 [ 4140 ] {} TCPHandler: Code: 36. DB::Exception: Expression in arrayJoin cannot depend on lambda argument: array(x, 1_UInt8) . (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Planner/PlannerActionsVisitor.cpp:1003: DB::(anonymous namespace)::PlannerActionsVisitorImpl::visitImpl(std::shared_ptr) @ 0x0000000035c28df6 5. ./build_docker/./src/Planner/PlannerActionsVisitor.cpp:778: DB::(anonymous namespace)::PlannerActionsVisitorImpl::visitImpl(std::shared_ptr) @ 0x0000000035c2206d 6. ./build_docker/./src/Planner/PlannerActionsVisitor.cpp:635: DB::PlannerActionsVisitor::visit(DB::ActionsDAG&, std::shared_ptr) @ 0x0000000035c0cbaa 7. ./build_docker/./src/Planner/Utils.cpp:252: DB::buildActionsDAGFromExpressionNode(std::shared_ptr const&, std::vector> const&, std::shared_ptr const&) @ 0x0000000035c509da 8. ./build_docker/./src/Planner/PlannerExpressionAnalysis.cpp:377: DB::buildExpressionAnalysisResult(std::shared_ptr const&, std::vector> const&, std::shared_ptr const&, DB::PlannerQueryProcessingInfo const&) @ 0x0000000038750d77 9. ./build_docker/./src/Planner/Planner.cpp:1586: DB::Planner::buildPlanForQueryNode() @ 0x00000000386556d4 10. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 14. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 17:46:37.325523 [ 3176 ] {f150cc2f-9ff1-4b64-bbaa-f133cc78d6e5} executeQuery: Code: 159. DB::Exception: Timeout exceeded: elapsed 3.011972386 seconds, maximum: 3 seconds. (TIMEOUT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46660) (comment: 00976_max_execution_speed.sql) (in query: SELECT count() FROM system.numbers;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, double&&, double&&) @ 0x0000000034b00e2d 4. ./build_docker/./src/QueryPipeline/ExecutionSpeedLimits.cpp:113: DB::ExecutionSpeedLimits::checkTimeLimit(unsigned long const&, DB::OverflowMode) const @ 0x0000000034afe0e9 5. ./build_docker/./src/Interpreters/ProcessList.cpp:552: DB::QueryStatus::checkTimeLimit() @ 0x0000000038972cb0 6. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:200: DB::PipelineExecutor::finalizeExecution() @ 0x000000003f717f87 7. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:147: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7177f7 8. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 10. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 11. ? @ 0x00007fc708d31ac3 12. ? @ 0x00007fc708dc3850 2025.03.31 17:46:37.328439 [ 3176 ] {} TCPHandler: Code: 159. DB::Exception: Timeout exceeded: elapsed 3.011972386 seconds, maximum: 3 seconds. (TIMEOUT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, double&&, double&&) @ 0x0000000034b00e2d 4. ./build_docker/./src/QueryPipeline/ExecutionSpeedLimits.cpp:113: DB::ExecutionSpeedLimits::checkTimeLimit(unsigned long const&, DB::OverflowMode) const @ 0x0000000034afe0e9 5. ./build_docker/./src/Interpreters/ProcessList.cpp:552: DB::QueryStatus::checkTimeLimit() @ 0x0000000038972cb0 6. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:200: DB::PipelineExecutor::finalizeExecution() @ 0x000000003f717f87 7. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:147: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7177f7 8. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 10. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 11. ? @ 0x00007fc708d31ac3 12. ? @ 0x00007fc708dc3850 2025.03.31 17:46:37.425368 [ 1247 ] {ee1abd4f-988b-4e73-8bbb-97b19c8b9c76} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 6b3549fb-a19a-4d9b-ab15-89647f1e87c5. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:37.432891 [ 1247 ] {ee1abd4f-988b-4e73-8bbb-97b19c8b9c76} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 2fc4093c-2985-4bef-bdc3-6c9567b13515. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:38.880154 [ 3655 ] {9b80f11f-b881-4b7c-8715-90d9cf8b5912} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 6be20554-6a41-4a46-b9f8-83cfa5949ec9. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:39.457750 [ 1247 ] {4af8cd45-5a50-4986-ac69-3eeedf190d9e} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 7f805283-b1a8-43dc-8ee5-9f0b311af699. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:39.458040 [ 1247 ] {4af8cd45-5a50-4986-ac69-3eeedf190d9e} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 1d37e47e-da5c-41b6-ac4b-96983f8943de. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:40.175111 [ 1247 ] {ce9e7297-e745-4e45-ba5e-8a7852849219} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 054a171a-9baf-4c58-b4ee-664a054799db. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:40.592110 [ 4229 ] {366e4734-2611-4246-8080-ae5637d438d2} executeQuery: Code: 499. DB::Exception: Failed to get object info: No response body.. HTTP response code: 404: while reading test: The table structure cannot be extracted from a CSV format file. You can specify the structure manually. (S3_ERROR) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44224) (comment: 03215_parsing_archive_name_s3.sql) (in query: SELECT _file, _path FROM s3(s3_conn, filename='test :: 03215_archive.csv') ORDER BY (_file, _path);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/IO/S3Common.h:36: DB::S3Exception::S3Exception(Aws::S3::S3Errors, FormatStringHelperImpl::type, std::type_identity::type>, String const&, unsigned long&&) @ 0x0000000033566c8a 4. ./build_docker/./src/IO/S3/getObjectInfo.cpp:88: DB::S3::getObjectInfo(DB::S3::Client const&, String const&, String const&, String const&, bool, bool) @ 0x00000000335652f3 5. ./build_docker/./src/Disks/ObjectStorages/S3/S3ObjectStorage.cpp:363: DB::S3ObjectStorage::getObjectMetadata(String const&) const @ 0x0000000033546838 6. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorageSource.cpp:795: DB::StorageObjectStorageSource::KeysIterator::nextImpl(unsigned long) @ 0x0000000033236c45 7. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorageSource.cpp:593: DB::StorageObjectStorageSource::IIterator::next(unsigned long) @ 0x0000000033220c34 8. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorageSource.cpp:951: DB::StorageObjectStorageSource::ArchiveIterator::nextImpl(unsigned long) @ 0x000000003323c216 9. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorageSource.cpp:593: DB::StorageObjectStorageSource::IIterator::next(unsigned long) @ 0x0000000033220c34 10. ./build_docker/./src/Storages/ObjectStorage/ReadBufferIterator.cpp:193: DB::ReadBufferIterator::next() @ 0x0000000033101aba 11. ./build_docker/./src/Formats/ReadSchemaUtils.cpp:152: DB::readSchemaFromFormatImpl(std::optional, std::optional const&, DB::IReadBufferIterator&, std::shared_ptr const&) @ 0x000000003f62130a 12. ./build_docker/./src/Formats/ReadSchemaUtils.cpp:549: DB::readSchemaFromFormat(String const&, std::optional const&, DB::IReadBufferIterator&, std::shared_ptr const&) @ 0x000000003f632f62 13. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:488: DB::StorageObjectStorage::resolveSchemaFromData(std::shared_ptr const&, std::shared_ptr const&, std::optional const&, String&, std::shared_ptr const&) @ 0x00000000330e9650 14. ./build_docker/./src/Storages/ObjectStorage/Utils.cpp:61: DB::resolveSchemaAndFormat(DB::ColumnsDescription&, String&, std::shared_ptr, std::shared_ptr const&, std::optional, String&, std::shared_ptr const&) @ 0x00000000332de9ce 15. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:129: DB::StorageObjectStorage::StorageObjectStorage(std::shared_ptr, std::shared_ptr, std::shared_ptr, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, String const&, std::optional, DB::LoadingStrictnessLevel, bool, std::shared_ptr, bool) @ 0x00000000330ddba1 16. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageObjectStorage* std::construct_at[abi:v15007]&, std::shared_ptr, std::shared_ptr&, DB::StorageID, DB::ColumnsDescription&, DB::ConstraintsDescription, String, std::nullopt_t const&, DB::LoadingStrictnessLevel, bool, std::nullptr_t, DB::StorageObjectStorage*>(DB::StorageObjectStorage*, std::shared_ptr&, std::shared_ptr&&, std::shared_ptr&, DB::StorageID&&, DB::ColumnsDescription&, DB::ConstraintsDescription&&, String&&, std::nullopt_t const&, DB::LoadingStrictnessLevel&&, bool&&, std::nullptr_t&&) @ 0x000000002754771e 17. ./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298: std::shared_ptr std::allocate_shared[abi:v15007], std::shared_ptr&, std::shared_ptr, std::shared_ptr&, DB::StorageID, DB::ColumnsDescription&, DB::ConstraintsDescription, String, std::nullopt_t const&, DB::LoadingStrictnessLevel, bool, std::nullptr_t, void>(std::allocator const&, std::shared_ptr&, std::shared_ptr&&, std::shared_ptr&, DB::StorageID&&, DB::ColumnsDescription&, DB::ConstraintsDescription&&, String&&, std::nullopt_t const&, DB::LoadingStrictnessLevel&&, bool&&, std::nullptr_t&&) @ 0x0000000027546fdd 18. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::TableFunctionObjectStorage::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000274e9537 19. ./build_docker/./src/TableFunctions/TableFunctionObjectStorageClusterFallback.cpp:117: DB::TableFunctionObjectStorageClusterFallback>::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000275eaa25 20. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 21. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 27. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 29. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 30. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 31. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 2025.03.31 17:46:40.594769 [ 4229 ] {} TCPHandler: Code: 499. DB::Exception: Failed to get object info: No response body.. HTTP response code: 404: while reading test: The table structure cannot be extracted from a CSV format file. You can specify the structure manually. (S3_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/IO/S3Common.h:36: DB::S3Exception::S3Exception(Aws::S3::S3Errors, FormatStringHelperImpl::type, std::type_identity::type>, String const&, unsigned long&&) @ 0x0000000033566c8a 4. ./build_docker/./src/IO/S3/getObjectInfo.cpp:88: DB::S3::getObjectInfo(DB::S3::Client const&, String const&, String const&, String const&, bool, bool) @ 0x00000000335652f3 5. ./build_docker/./src/Disks/ObjectStorages/S3/S3ObjectStorage.cpp:363: DB::S3ObjectStorage::getObjectMetadata(String const&) const @ 0x0000000033546838 6. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorageSource.cpp:795: DB::StorageObjectStorageSource::KeysIterator::nextImpl(unsigned long) @ 0x0000000033236c45 7. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorageSource.cpp:593: DB::StorageObjectStorageSource::IIterator::next(unsigned long) @ 0x0000000033220c34 8. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorageSource.cpp:951: DB::StorageObjectStorageSource::ArchiveIterator::nextImpl(unsigned long) @ 0x000000003323c216 9. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorageSource.cpp:593: DB::StorageObjectStorageSource::IIterator::next(unsigned long) @ 0x0000000033220c34 10. ./build_docker/./src/Storages/ObjectStorage/ReadBufferIterator.cpp:193: DB::ReadBufferIterator::next() @ 0x0000000033101aba 11. ./build_docker/./src/Formats/ReadSchemaUtils.cpp:152: DB::readSchemaFromFormatImpl(std::optional, std::optional const&, DB::IReadBufferIterator&, std::shared_ptr const&) @ 0x000000003f62130a 12. ./build_docker/./src/Formats/ReadSchemaUtils.cpp:549: DB::readSchemaFromFormat(String const&, std::optional const&, DB::IReadBufferIterator&, std::shared_ptr const&) @ 0x000000003f632f62 13. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:488: DB::StorageObjectStorage::resolveSchemaFromData(std::shared_ptr const&, std::shared_ptr const&, std::optional const&, String&, std::shared_ptr const&) @ 0x00000000330e9650 14. ./build_docker/./src/Storages/ObjectStorage/Utils.cpp:61: DB::resolveSchemaAndFormat(DB::ColumnsDescription&, String&, std::shared_ptr, std::shared_ptr const&, std::optional, String&, std::shared_ptr const&) @ 0x00000000332de9ce 15. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:129: DB::StorageObjectStorage::StorageObjectStorage(std::shared_ptr, std::shared_ptr, std::shared_ptr, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, String const&, std::optional, DB::LoadingStrictnessLevel, bool, std::shared_ptr, bool) @ 0x00000000330ddba1 16. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageObjectStorage* std::construct_at[abi:v15007]&, std::shared_ptr, std::shared_ptr&, DB::StorageID, DB::ColumnsDescription&, DB::ConstraintsDescription, String, std::nullopt_t const&, DB::LoadingStrictnessLevel, bool, std::nullptr_t, DB::StorageObjectStorage*>(DB::StorageObjectStorage*, std::shared_ptr&, std::shared_ptr&&, std::shared_ptr&, DB::StorageID&&, DB::ColumnsDescription&, DB::ConstraintsDescription&&, String&&, std::nullopt_t const&, DB::LoadingStrictnessLevel&&, bool&&, std::nullptr_t&&) @ 0x000000002754771e 17. ./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298: std::shared_ptr std::allocate_shared[abi:v15007], std::shared_ptr&, std::shared_ptr, std::shared_ptr&, DB::StorageID, DB::ColumnsDescription&, DB::ConstraintsDescription, String, std::nullopt_t const&, DB::LoadingStrictnessLevel, bool, std::nullptr_t, void>(std::allocator const&, std::shared_ptr&, std::shared_ptr&&, std::shared_ptr&, DB::StorageID&&, DB::ColumnsDescription&, DB::ConstraintsDescription&&, String&&, std::nullopt_t const&, DB::LoadingStrictnessLevel&&, bool&&, std::nullptr_t&&) @ 0x0000000027546fdd 18. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::TableFunctionObjectStorage::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000274e9537 19. ./build_docker/./src/TableFunctions/TableFunctionObjectStorageClusterFallback.cpp:117: DB::TableFunctionObjectStorageClusterFallback>::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000275eaa25 20. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 21. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 27. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 29. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 30. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 31. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 2025.03.31 17:46:41.243615 [ 3655 ] {065d4b2b-e3b6-45bc-9d46-8030b4b209ce} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 1d8e094f-7953-4d71-a84f-efc08b4f03e8. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:41.545351 [ 4148 ] {29dbc71e-bc86-4929-ac74-af5a448273ae} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 10.78 MiB (attempt to allocate chunk of 1567434 bytes), current RSS 10.28 MiB, maximum: 9.54 MiB.: While executing MergeTreeSelect(pool: ReadPool, algorithm: Thread). (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46658) (comment: 03214_count_distinct_null_key_memory_leak.sql) (in query: SELECT count(distinct b) FROM testnull GROUP BY a SETTINGS max_memory_usage = 10000000;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x0000000020615543 8. ./src/Common/PODArray.h:152: DB::ColumnString::shrinkToFit() @ 0x000000003bb4e7c0 9. ./build_docker/./src/Columns/ColumnNullable.cpp:746: DB::ColumnNullable::shrinkToFit() @ 0x000000003ba6956f 10. ./build_docker/./src/Storages/MergeTree/MergeTreeReadTask.cpp:194: DB::MergeTreeReadTask::read() @ 0x000000003e50dc6f 11. ./src/Storages/MergeTree/MergeTreeSelectAlgorithms.h:38: DB::MergeTreeThreadSelectAlgorithm::readFromTask(DB::MergeTreeReadTask&) @ 0x00000000408e7831 12. ./build_docker/./src/Storages/MergeTree/MergeTreeSelectProcessor.cpp:192: DB::MergeTreeSelectProcessor::read() @ 0x000000003e4ff457 13. ./build_docker/./src/Storages/MergeTree/MergeTreeSource.cpp:225: DB::MergeTreeSource::tryGenerate() @ 0x00000000408f16b2 14. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 19. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 17:46:41.593898 [ 3178 ] {6ab6b56b-120a-4399-909f-f7d583da0837} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 6bba0ff9-3438-44ac-b3c7-44b0981f9496. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:41.630041 [ 4148 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 10.78 MiB (attempt to allocate chunk of 1567434 bytes), current RSS 10.28 MiB, maximum: 9.54 MiB.: While executing MergeTreeSelect(pool: ReadPool, algorithm: Thread). (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x0000000020615543 8. ./src/Common/PODArray.h:152: DB::ColumnString::shrinkToFit() @ 0x000000003bb4e7c0 9. ./build_docker/./src/Columns/ColumnNullable.cpp:746: DB::ColumnNullable::shrinkToFit() @ 0x000000003ba6956f 10. ./build_docker/./src/Storages/MergeTree/MergeTreeReadTask.cpp:194: DB::MergeTreeReadTask::read() @ 0x000000003e50dc6f 11. ./src/Storages/MergeTree/MergeTreeSelectAlgorithms.h:38: DB::MergeTreeThreadSelectAlgorithm::readFromTask(DB::MergeTreeReadTask&) @ 0x00000000408e7831 12. ./build_docker/./src/Storages/MergeTree/MergeTreeSelectProcessor.cpp:192: DB::MergeTreeSelectProcessor::read() @ 0x000000003e4ff457 13. ./build_docker/./src/Storages/MergeTree/MergeTreeSource.cpp:225: DB::MergeTreeSource::tryGenerate() @ 0x00000000408f16b2 14. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 19. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 17:46:41.790460 [ 1254 ] {75be94e8-254f-4b31-95de-f779930a6d54} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 20be2e9e-47a7-4cfa-9b58-6f8e9bcaf797. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:42.357608 [ 1254 ] {34f8c71a-7163-4aba-8bcd-4cc33b09671e} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 050a2d48-c232-45c9-a93b-14c8173e72cd. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:42.731098 [ 1247 ] {c885dfc9-b473-4808-869f-ae95116dea4e} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id a7d053c5-8539-414e-a4ad-0ace977a7f0d. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:42.824941 [ 3655 ] {03796597-a5bb-446b-b05a-ceca7ad2ca9c} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 06cbf3ec-8ee1-419e-b096-d2e9e42f6851. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:42.916884 [ 3178 ] {320e49e4-e302-4128-b2cf-feb2850bb130} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 951d7302-414c-450e-8f12-85d876bb81a2. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:43.401196 [ 3178 ] {874b520a-8200-489d-ac07-dc0bc32da768} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 10398bbc-e2c9-4f65-bec5-cf9ab7f96f23. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:43.577778 [ 1254 ] {a8f93f1b-e407-484e-87df-9bab55716f3c} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id a8d9b1ac-3e47-4d62-9b7f-2a9860d65660. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:43.871667 [ 4297 ] {9393a3bd-564d-491e-b165-07e59ece609c} executeQuery: Code: 47. DB::Exception: Unknown expression or function identifier `number` in scope SELECT arrayFilter(x -> notEmpty(concat(x, 'hello')), ['']) FROM system.one ARRAY JOIN [0] AS elem, arrayMap(x -> concat(x, ignore(ignore(toLowCardinality('03147_parquet_memory_tracking.parquet'), 37, 37, toUInt128(37), 37, 37, toLowCardinality(37), 37), 8, ignore(ignore(1., 36, 8, 8)), *), 'hello'), ['']) AS unused WHERE NOT ignore(elem) GROUP BY sum(ignore(ignore(ignore(1., 1, 36, 8, 8), ignore(52, 37, 37, '03147_parquet_memory_tracking.parquet', 37, 37, toUInt256(37), 37, 37, toNullable(37), 37, 37), 1., 1, 36, 8, 8), emptyArrayToSingle(arrayMap(x -> toString(x), arrayMap(x -> nullIf(x, 2), arrayJoin([[1]])))))) IGNORE NULLS, modulo(toLowCardinality('03147_parquet_memory_tracking.parquet'), number, toLowCardinality(3)). (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44724) (comment: 02374_analyzer_array_join.sql) (in query: SELECT arrayFilter(x -> notEmpty(concat(x, 'hello')), ['']) FROM system.one ARRAY JOIN [0] AS elem, arrayMap(x -> concat(x, ignore(ignore(toLowCardinality('03147_parquet_memory_tracking.parquet'), 37, 37, toUInt128(37), 37, 37, toLowCardinality(37), 37), 8, ignore(ignore(1., 36, 8, 8)), *), 'hello'), ['']) AS unused WHERE NOT ignore(elem) GROUP BY sum(ignore(ignore(ignore(1., 1, 36, 8, 8), ignore(52, 37, 37, '03147_parquet_memory_tracking.parquet', 37, 37, toUInt256(37), 37, 37, toNullable(37), 37, 37), 1., 1, 36, 8, 8), emptyArrayToSingle(arrayMap(x -> toString(x), arrayMap(x -> nullIf(x, 2), arrayJoin([[1]])))))) IGNORE NULLS, modulo(toLowCardinality('03147_parquet_memory_tracking.parquet'), number, toLowCardinality(3));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4223: DB::QueryAnalyzer::resolveGroupByNode(DB::QueryNode&, DB::IdentifierResolveScope&) @ 0x0000000035dc826f 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5591: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1aa60 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:46:43.874724 [ 4297 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression or function identifier `number` in scope SELECT arrayFilter(x -> notEmpty(concat(x, 'hello')), ['']) FROM system.one ARRAY JOIN [0] AS elem, arrayMap(x -> concat(x, ignore(ignore(toLowCardinality('03147_parquet_memory_tracking.parquet'), 37, 37, toUInt128(37), 37, 37, toLowCardinality(37), 37), 8, ignore(ignore(1., 36, 8, 8)), *), 'hello'), ['']) AS unused WHERE NOT ignore(elem) GROUP BY sum(ignore(ignore(ignore(1., 1, 36, 8, 8), ignore(52, 37, 37, '03147_parquet_memory_tracking.parquet', 37, 37, toUInt256(37), 37, 37, toNullable(37), 37, 37), 1., 1, 36, 8, 8), emptyArrayToSingle(arrayMap(x -> toString(x), arrayMap(x -> nullIf(x, 2), arrayJoin([[1]])))))) IGNORE NULLS, modulo(toLowCardinality('03147_parquet_memory_tracking.parquet'), number, toLowCardinality(3)). (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4223: DB::QueryAnalyzer::resolveGroupByNode(DB::QueryNode&, DB::IdentifierResolveScope&) @ 0x0000000035dc826f 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5591: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1aa60 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:46:44.539965 [ 1247 ] {d376f832-db12-4db8-9390-770c80badde8} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 178a6029-705e-4a11-98e0-21ce36048cd9. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:44.682712 [ 4514 ] {6940c4cf-77fe-40ca-893e-607e5b10fd6c} executeQuery: Code: 1. DB::Exception: Qualified matcher arr.* found a non-compound expression [1, 2, 3] AS arr with type Array(UInt8). Expected a tuple or an array of tuples. In scope WITH [1, 2, 3] AS arr SELECT arr.*. (UNSUPPORTED_METHOD) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44778) (comment: 02677_analyzer_compound_expressions.sql) (in query: WITH [1, 2, 3] AS arr SELECT arr.*;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&) @ 0x0000000008b24cbf 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1816: DB::QueryAnalyzer::resolveQualifiedMatcher(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d7ade4 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2159: DB::QueryAnalyzer::resolveMatcher(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dae3cc 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3780: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d31f58 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:46:44.685184 [ 4514 ] {} TCPHandler: Code: 1. DB::Exception: Qualified matcher arr.* found a non-compound expression [1, 2, 3] AS arr with type Array(UInt8). Expected a tuple or an array of tuples. In scope WITH [1, 2, 3] AS arr SELECT arr.*. (UNSUPPORTED_METHOD), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&) @ 0x0000000008b24cbf 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1816: DB::QueryAnalyzer::resolveQualifiedMatcher(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d7ade4 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2159: DB::QueryAnalyzer::resolveMatcher(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dae3cc 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3780: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d31f58 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:46:45.082445 [ 1254 ] {f89de1aa-4478-4ab0-bd07-0a2ae736c5cf} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 3a57ae32-f69e-4713-8155-293beac1509c. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:45.477323 [ 4514 ] {97e6fc52-95cd-4c13-a50c-3d78bcabb722} executeQuery: Code: 44. DB::Exception: The second argument of function getSubcolumn should be a constant string with the name of a subcolumn: In scope SELECT getSubcolumn([1, 2, 3], materialize('size0')). (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44778) (comment: 02677_analyzer_compound_expressions.sql) (in query: SELECT getSubcolumn([1, 2, 3], materialize('size0'));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const* const&) @ 0x0000000008961e4a 4. DB::(anonymous namespace)::FunctionGetSubcolumn::getSubcolumnName(std::vector> const&) @ 0x000000000f74f496 5. DB::(anonymous namespace)::FunctionGetSubcolumn::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f74f160 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:46:45.479259 [ 4514 ] {} TCPHandler: Code: 44. DB::Exception: The second argument of function getSubcolumn should be a constant string with the name of a subcolumn: In scope SELECT getSubcolumn([1, 2, 3], materialize('size0')). (ILLEGAL_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const* const&) @ 0x0000000008961e4a 4. DB::(anonymous namespace)::FunctionGetSubcolumn::getSubcolumnName(std::vector> const&) @ 0x000000000f74f496 5. DB::(anonymous namespace)::FunctionGetSubcolumn::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f74f160 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:46:45.849784 [ 4128 ] {329df1ca-27c3-45ea-8dd5-2bb56ea93cf9} executeQuery: Code: 43. DB::Exception: Illegal argument of type Date32 for function toHour: while executing 'FUNCTION toHour(__table1.x1 :: 1) -> toHour(__table1.x1) UInt8 : 0'. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44856) (comment: 01921_datatype_date32.sql) (in query: select toHour(x1) from t1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const*&) @ 0x00000000088d484a 4. DB::throwDate32IsNotSupported(char const*) @ 0x00000000088d450b 5. COW::immutable_ptr DB::DateTimeTransformImpl, DB::ToHourImpl, false>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, DB::ToHourImpl const&) @ 0x000000001bd71b30 6. DB::FunctionDateOrDateTimeToSomething, DB::ToHourImpl>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001bd6eeab 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 9. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 10. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 11. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 13. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 14. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 19. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:46:45.852709 [ 4128 ] {} TCPHandler: Code: 43. DB::Exception: Illegal argument of type Date32 for function toHour: while executing 'FUNCTION toHour(__table1.x1 :: 1) -> toHour(__table1.x1) UInt8 : 0'. (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const*&) @ 0x00000000088d484a 4. DB::throwDate32IsNotSupported(char const*) @ 0x00000000088d450b 5. COW::immutable_ptr DB::DateTimeTransformImpl, DB::ToHourImpl, false>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, DB::ToHourImpl const&) @ 0x000000001bd71b30 6. DB::FunctionDateOrDateTimeToSomething, DB::ToHourImpl>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001bd6eeab 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 9. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 10. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 11. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 13. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 14. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 19. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:46:46.192065 [ 4514 ] {f1588726-431d-4cf2-93bb-65cb63eb0f69} executeQuery: Code: 44. DB::Exception: There is no subcolumn aaa in type Array(UInt8): In scope SELECT getSubcolumn([1, 2, 3], 'aaa'). (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44778) (comment: 02677_analyzer_compound_expressions.sql) (in query: SELECT getSubcolumn([1, 2, 3], 'aaa');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>&, String>(int, FormatStringHelperImpl>&>::type, std::type_identity::type>, std::basic_string_view>&, String&&) @ 0x0000000033ecdd6d 4. ./build_docker/./src/DataTypes/IDataType.cpp:160: DB::IDataType::getSubcolumnData(std::basic_string_view>, DB::ISerialization::SubstreamData const&, bool) @ 0x0000000034d45a1e 5. ./build_docker/./src/DataTypes/IDataType.cpp:195: DB::IDataType::getSubcolumnType(std::basic_string_view>) const @ 0x0000000034d480b7 6. DB::(anonymous namespace)::FunctionGetSubcolumn::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f74f1c2 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:46:46.194535 [ 4514 ] {} TCPHandler: Code: 44. DB::Exception: There is no subcolumn aaa in type Array(UInt8): In scope SELECT getSubcolumn([1, 2, 3], 'aaa'). (ILLEGAL_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>&, String>(int, FormatStringHelperImpl>&>::type, std::type_identity::type>, std::basic_string_view>&, String&&) @ 0x0000000033ecdd6d 4. ./build_docker/./src/DataTypes/IDataType.cpp:160: DB::IDataType::getSubcolumnData(std::basic_string_view>, DB::ISerialization::SubstreamData const&, bool) @ 0x0000000034d45a1e 5. ./build_docker/./src/DataTypes/IDataType.cpp:195: DB::IDataType::getSubcolumnType(std::basic_string_view>) const @ 0x0000000034d480b7 6. DB::(anonymous namespace)::FunctionGetSubcolumn::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f74f1c2 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:46:46.349147 [ 4128 ] {cf821c62-a5bd-4003-945b-3db678c09d06} executeQuery: Code: 43. DB::Exception: Illegal argument of type Date32 for function toMinute: while executing 'FUNCTION toMinute(__table1.x1 :: 1) -> toMinute(__table1.x1) UInt8 : 0'. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44856) (comment: 01921_datatype_date32.sql) (in query: select toMinute(x1) from t1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const*&) @ 0x00000000088d484a 4. DB::throwDate32IsNotSupported(char const*) @ 0x00000000088d450b 5. COW::immutable_ptr DB::DateTimeTransformImpl, DB::ToMinuteImpl, false>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, DB::ToMinuteImpl const&) @ 0x000000001bd97f10 6. DB::FunctionDateOrDateTimeToSomething, DB::ToMinuteImpl>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001bd9516b 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 9. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 10. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 11. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 13. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 14. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 19. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:46:46.351977 [ 4128 ] {} TCPHandler: Code: 43. DB::Exception: Illegal argument of type Date32 for function toMinute: while executing 'FUNCTION toMinute(__table1.x1 :: 1) -> toMinute(__table1.x1) UInt8 : 0'. (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const*&) @ 0x00000000088d484a 4. DB::throwDate32IsNotSupported(char const*) @ 0x00000000088d450b 5. COW::immutable_ptr DB::DateTimeTransformImpl, DB::ToMinuteImpl, false>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, DB::ToMinuteImpl const&) @ 0x000000001bd97f10 6. DB::FunctionDateOrDateTimeToSomething, DB::ToMinuteImpl>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001bd9516b 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 9. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 10. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 11. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 13. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 14. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 19. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:46:46.854426 [ 4128 ] {e134d9a5-14fc-4203-887f-6fd66229b73c} executeQuery: Code: 43. DB::Exception: Illegal argument of type Date32 for function toSecond: while executing 'FUNCTION toSecond(__table1.x1 :: 1) -> toSecond(__table1.x1) UInt8 : 0'. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44856) (comment: 01921_datatype_date32.sql) (in query: select toSecond(x1) from t1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const*&) @ 0x00000000088d484a 4. DB::throwDate32IsNotSupported(char const*) @ 0x00000000088d450b 5. COW::immutable_ptr DB::DateTimeTransformImpl, DB::ToSecondImpl, false>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, DB::ToSecondImpl const&) @ 0x000000001bdf4250 6. DB::FunctionDateOrDateTimeToSomething, DB::ToSecondImpl>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001bdf148b 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 9. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 10. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 11. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 13. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 14. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 19. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:46:46.856867 [ 4128 ] {} TCPHandler: Code: 43. DB::Exception: Illegal argument of type Date32 for function toSecond: while executing 'FUNCTION toSecond(__table1.x1 :: 1) -> toSecond(__table1.x1) UInt8 : 0'. (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const*&) @ 0x00000000088d484a 4. DB::throwDate32IsNotSupported(char const*) @ 0x00000000088d450b 5. COW::immutable_ptr DB::DateTimeTransformImpl, DB::ToSecondImpl, false>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, DB::ToSecondImpl const&) @ 0x000000001bdf4250 6. DB::FunctionDateOrDateTimeToSomething, DB::ToSecondImpl>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001bdf148b 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 9. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 10. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 11. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 13. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 14. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 19. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:46:46.936747 [ 3179 ] {e4f35528-0c14-43e2-b646-4194af6e51c3} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 3de390ed-2e3c-47d9-b5ff-0d3d5c070f8e. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:46.937089 [ 3179 ] {e4f35528-0c14-43e2-b646-4194af6e51c3} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id edb94876-fffc-4fff-a0f4-14c6c5c4e878. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:47.869786 [ 3655 ] {e7004d1b-7554-466d-b84b-193fa34eab3d} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 833c62a6-9fa7-4545-a6ef-ce368ade7df8. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:48.157242 [ 4128 ] {6272a4f4-6214-495d-8eec-f3e5f77b3328} executeQuery: Code: 43. DB::Exception: Illegal argument of type Date32 for function toStartOfSecond: while executing 'FUNCTION toStartOfSecond(__table1.x1 :: 1) -> toStartOfSecond(__table1.x1) DateTime64(3) : 0'. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44856) (comment: 01921_datatype_date32.sql) (in query: select toStartOfSecond(x1) from t1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const*&) @ 0x00000000088d484a 4. DB::throwDate32IsNotSupported(char const*) @ 0x00000000088d450b 5. COW::immutable_ptr DB::DateTimeTransformImpl::execute(std::vector> const&, std::shared_ptr const&, unsigned long, DB::ToStartOfSecondImpl const&) @ 0x000000001bef9c1e 6. DB::FunctionDateOrDateTimeToSomething::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001bef810b 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 9. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 10. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 11. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 13. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 14. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 19. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:46:48.159901 [ 4128 ] {} TCPHandler: Code: 43. DB::Exception: Illegal argument of type Date32 for function toStartOfSecond: while executing 'FUNCTION toStartOfSecond(__table1.x1 :: 1) -> toStartOfSecond(__table1.x1) DateTime64(3) : 0'. (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const*&) @ 0x00000000088d484a 4. DB::throwDate32IsNotSupported(char const*) @ 0x00000000088d450b 5. COW::immutable_ptr DB::DateTimeTransformImpl::execute(std::vector> const&, std::shared_ptr const&, unsigned long, DB::ToStartOfSecondImpl const&) @ 0x000000001bef9c1e 6. DB::FunctionDateOrDateTimeToSomething::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001bef810b 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 9. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 10. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 11. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 13. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 14. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 19. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:46:48.200135 [ 1254 ] {9e178283-0615-450c-b889-ec343d07d899} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 8c61f1a3-0299-4c49-8dd1-32ee07fa04cc. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:48.302015 [ 1247 ] {3c50c0e7-a9ec-46f9-a2cf-dae9a9175d90} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id cdf08b20-bbe4-439a-b924-a2a0af4edcbb. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:48.495025 [ 3178 ] {2218ff98-7b39-4167-9d26-7b75823b33b4} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 436590ac-9854-452d-8743-2a9dc2171e82. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:48.656767 [ 4128 ] {3cf01eb5-3cc5-43d7-93a8-ba26d4e3e44f} executeQuery: Code: 43. DB::Exception: Illegal argument of type Date32 for function toStartOfMinute: while executing 'FUNCTION toStartOfMinute(__table1.x1 :: 1) -> toStartOfMinute(__table1.x1) DateTime : 0'. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44856) (comment: 01921_datatype_date32.sql) (in query: select toStartOfMinute(x1) from t1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const*&) @ 0x00000000088d484a 4. DB::throwDate32IsNotSupported(char const*) @ 0x00000000088d450b 5. COW::immutable_ptr DB::DateTimeTransformImpl::execute(std::vector> const&, std::shared_ptr const&, unsigned long, DB::ToStartOfMinuteImpl const&) @ 0x000000001bedfefe 6. DB::FunctionDateOrDateTimeToDateTimeOrDateTime64::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001bedd718 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 9. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 10. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 11. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 13. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 14. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 19. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:46:48.659405 [ 4128 ] {} TCPHandler: Code: 43. DB::Exception: Illegal argument of type Date32 for function toStartOfMinute: while executing 'FUNCTION toStartOfMinute(__table1.x1 :: 1) -> toStartOfMinute(__table1.x1) DateTime : 0'. (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const*&) @ 0x00000000088d484a 4. DB::throwDate32IsNotSupported(char const*) @ 0x00000000088d450b 5. COW::immutable_ptr DB::DateTimeTransformImpl::execute(std::vector> const&, std::shared_ptr const&, unsigned long, DB::ToStartOfMinuteImpl const&) @ 0x000000001bedfefe 6. DB::FunctionDateOrDateTimeToDateTimeOrDateTime64::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001bedd718 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 9. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 10. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 11. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 13. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 14. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 19. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:46:48.839267 [ 3655 ] {c877034f-4175-4679-8992-92d103443698} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id f808c586-691f-4c19-b624-8f9731cfc43c. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:48.839621 [ 3655 ] {c877034f-4175-4679-8992-92d103443698} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id b3158be5-d623-4fc8-bd27-5b0b249373d8. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:49.119963 [ 3914 ] {5cdae7b4-6ac8-4a31-b09f-9e1d3166fef6} executeQuery: Code: 69. DB::Exception: Decimal value is too big: 1 digits were read: -1e9. Expected to read decimal with scale 0 and precision 9: In scope SELECT '-1E9-1E9-1E9-1E9' AS x, toDecimal32(x, 0). (ARGUMENT_OUT_OF_BOUND) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37888) (comment: 01425_decimal_parse_big_negative_exponent.sql) (in query: SELECT '-1E9-1E9-1E9-1E9' AS x, toDecimal32(x, 0);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception&, int&, unsigned int&, unsigned int&>(int, FormatStringHelperImpl::type, std::type_identity&>::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, unsigned int&, DB::Decimal&, int&, unsigned int&, unsigned int&) @ 0x0000000034cf57e7 4. ./src/IO/readDecimalText.h:171: void DB::readDecimalText, void>(DB::ReadBuffer&, DB::Decimal&, unsigned int, unsigned int&, bool) @ 0x0000000034cf0706 5. ./build_docker/./src/DataTypes/Serializations/SerializationDecimal.cpp:46: DB::SerializationDecimal>::readText(DB::Decimal&, DB::ReadBuffer&, unsigned int, unsigned int, bool) @ 0x0000000034e7b89e 6. ./src/Functions/FunctionsConversion.h:1012: COW::immutable_ptr DB::detail::ConvertThroughParsing>, DB::detail::NameToDecimal32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, unsigned int) @ 0x0000000032a983d9 7. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert>, DB::detail::NameToDecimal32, DB::detail::UnknownMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x0000000032a5c367 8. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType>, DB::detail::FunctionConvert>, DB::detail::NameToDecimal32, DB::detail::UnknownMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert>, DB::detail::NameToDecimal32, DB::detail::UnknownMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x0000000032519763 9. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert>, DB::detail::NameToDecimal32, DB::detail::UnknownMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003258f1a9 10. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert>, DB::detail::NameToDecimal32, DB::detail::UnknownMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003258dda2 11. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 12. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 14. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 15. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 16. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 17. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 25. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 28. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 29. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 30. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 31. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 2025.03.31 17:46:49.123318 [ 3914 ] {} TCPHandler: Code: 69. DB::Exception: Decimal value is too big: 1 digits were read: -1e9. Expected to read decimal with scale 0 and precision 9: In scope SELECT '-1E9-1E9-1E9-1E9' AS x, toDecimal32(x, 0). (ARGUMENT_OUT_OF_BOUND), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception&, int&, unsigned int&, unsigned int&>(int, FormatStringHelperImpl::type, std::type_identity&>::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, unsigned int&, DB::Decimal&, int&, unsigned int&, unsigned int&) @ 0x0000000034cf57e7 4. ./src/IO/readDecimalText.h:171: void DB::readDecimalText, void>(DB::ReadBuffer&, DB::Decimal&, unsigned int, unsigned int&, bool) @ 0x0000000034cf0706 5. ./build_docker/./src/DataTypes/Serializations/SerializationDecimal.cpp:46: DB::SerializationDecimal>::readText(DB::Decimal&, DB::ReadBuffer&, unsigned int, unsigned int, bool) @ 0x0000000034e7b89e 6. ./src/Functions/FunctionsConversion.h:1012: COW::immutable_ptr DB::detail::ConvertThroughParsing>, DB::detail::NameToDecimal32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, unsigned int) @ 0x0000000032a983d9 7. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert>, DB::detail::NameToDecimal32, DB::detail::UnknownMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x0000000032a5c367 8. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType>, DB::detail::FunctionConvert>, DB::detail::NameToDecimal32, DB::detail::UnknownMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert>, DB::detail::NameToDecimal32, DB::detail::UnknownMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x0000000032519763 9. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert>, DB::detail::NameToDecimal32, DB::detail::UnknownMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003258f1a9 10. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert>, DB::detail::NameToDecimal32, DB::detail::UnknownMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003258dda2 11. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 12. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 14. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 15. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 16. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 17. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 25. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 28. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 29. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 30. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 31. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 2025.03.31 17:46:49.140490 [ 3914 ] {73ab922d-7d2d-4f5f-87d4-4c96cf344bbf} executeQuery: Code: 69. DB::Exception: Decimal value is too big: 1 digits were read: -1e9. Expected to read decimal with scale 0 and precision 9: In scope SELECT '-1E9' AS x, toDecimal32(x, 0). (ARGUMENT_OUT_OF_BOUND) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37888) (comment: 01425_decimal_parse_big_negative_exponent.sql) (in query: SELECT '-1E9' AS x, toDecimal32(x, 0);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception&, int&, unsigned int&, unsigned int&>(int, FormatStringHelperImpl::type, std::type_identity&>::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, unsigned int&, DB::Decimal&, int&, unsigned int&, unsigned int&) @ 0x0000000034cf57e7 4. ./src/IO/readDecimalText.h:171: void DB::readDecimalText, void>(DB::ReadBuffer&, DB::Decimal&, unsigned int, unsigned int&, bool) @ 0x0000000034cf0706 5. ./build_docker/./src/DataTypes/Serializations/SerializationDecimal.cpp:46: DB::SerializationDecimal>::readText(DB::Decimal&, DB::ReadBuffer&, unsigned int, unsigned int, bool) @ 0x0000000034e7b89e 6. ./src/Functions/FunctionsConversion.h:1012: COW::immutable_ptr DB::detail::ConvertThroughParsing>, DB::detail::NameToDecimal32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, unsigned int) @ 0x0000000032a983d9 7. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert>, DB::detail::NameToDecimal32, DB::detail::UnknownMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x0000000032a5c367 8. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType>, DB::detail::FunctionConvert>, DB::detail::NameToDecimal32, DB::detail::UnknownMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert>, DB::detail::NameToDecimal32, DB::detail::UnknownMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x0000000032519763 9. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert>, DB::detail::NameToDecimal32, DB::detail::UnknownMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003258f1a9 10. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert>, DB::detail::NameToDecimal32, DB::detail::UnknownMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003258dda2 11. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 12. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 14. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 15. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 16. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 17. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 25. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 28. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 29. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 30. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 31. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 2025.03.31 17:46:49.143066 [ 3914 ] {} TCPHandler: Code: 69. DB::Exception: Decimal value is too big: 1 digits were read: -1e9. Expected to read decimal with scale 0 and precision 9: In scope SELECT '-1E9' AS x, toDecimal32(x, 0). (ARGUMENT_OUT_OF_BOUND), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception&, int&, unsigned int&, unsigned int&>(int, FormatStringHelperImpl::type, std::type_identity&>::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, unsigned int&, DB::Decimal&, int&, unsigned int&, unsigned int&) @ 0x0000000034cf57e7 4. ./src/IO/readDecimalText.h:171: void DB::readDecimalText, void>(DB::ReadBuffer&, DB::Decimal&, unsigned int, unsigned int&, bool) @ 0x0000000034cf0706 5. ./build_docker/./src/DataTypes/Serializations/SerializationDecimal.cpp:46: DB::SerializationDecimal>::readText(DB::Decimal&, DB::ReadBuffer&, unsigned int, unsigned int, bool) @ 0x0000000034e7b89e 6. ./src/Functions/FunctionsConversion.h:1012: COW::immutable_ptr DB::detail::ConvertThroughParsing>, DB::detail::NameToDecimal32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, unsigned int) @ 0x0000000032a983d9 7. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert>, DB::detail::NameToDecimal32, DB::detail::UnknownMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x0000000032a5c367 8. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType>, DB::detail::FunctionConvert>, DB::detail::NameToDecimal32, DB::detail::UnknownMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert>, DB::detail::NameToDecimal32, DB::detail::UnknownMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x0000000032519763 9. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert>, DB::detail::NameToDecimal32, DB::detail::UnknownMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003258f1a9 10. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert>, DB::detail::NameToDecimal32, DB::detail::UnknownMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003258dda2 11. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 12. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 14. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 15. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 16. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 17. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 25. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 28. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 29. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 30. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 31. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 2025.03.31 17:46:49.159467 [ 4128 ] {5559670a-12b1-48f6-b7f9-bd5dd1c468d8} executeQuery: Code: 43. DB::Exception: Illegal argument of type Date32 for function toStartOfFiveMinutes: while executing 'FUNCTION toStartOfFiveMinutes(__table1.x1 :: 1) -> toStartOfFiveMinutes(__table1.x1) DateTime : 0'. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44856) (comment: 01921_datatype_date32.sql) (in query: select toStartOfFiveMinutes(x1) from t1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const*&) @ 0x00000000088d484a 4. DB::throwDate32IsNotSupported(char const*) @ 0x00000000088d450b 5. COW::immutable_ptr DB::DateTimeTransformImpl::execute(std::vector> const&, std::shared_ptr const&, unsigned long, DB::ToStartOfFiveMinutesImpl const&) @ 0x000000001be0cc5e 6. DB::FunctionDateOrDateTimeToDateTimeOrDateTime64::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001be0a478 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 9. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 10. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 11. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 13. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 14. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 19. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:46:49.162643 [ 4128 ] {} TCPHandler: Code: 43. DB::Exception: Illegal argument of type Date32 for function toStartOfFiveMinutes: while executing 'FUNCTION toStartOfFiveMinutes(__table1.x1 :: 1) -> toStartOfFiveMinutes(__table1.x1) DateTime : 0'. (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const*&) @ 0x00000000088d484a 4. DB::throwDate32IsNotSupported(char const*) @ 0x00000000088d450b 5. COW::immutable_ptr DB::DateTimeTransformImpl::execute(std::vector> const&, std::shared_ptr const&, unsigned long, DB::ToStartOfFiveMinutesImpl const&) @ 0x000000001be0cc5e 6. DB::FunctionDateOrDateTimeToDateTimeOrDateTime64::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001be0a478 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 9. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 10. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 11. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 13. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 14. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 19. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:46:49.664972 [ 4128 ] {042ea428-3a39-4962-88f5-12c876330531} executeQuery: Code: 43. DB::Exception: Illegal argument of type Date32 for function toStartOfTenMinutes: while executing 'FUNCTION toStartOfTenMinutes(__table1.x1 :: 1) -> toStartOfTenMinutes(__table1.x1) DateTime : 0'. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44856) (comment: 01921_datatype_date32.sql) (in query: select toStartOfTenMinutes(x1) from t1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const*&) @ 0x00000000088d484a 4. DB::throwDate32IsNotSupported(char const*) @ 0x00000000088d450b 5. COW::immutable_ptr DB::DateTimeTransformImpl::execute(std::vector> const&, std::shared_ptr const&, unsigned long, DB::ToStartOfTenMinutesImpl const&) @ 0x000000001bf0fdbe 6. DB::FunctionDateOrDateTimeToDateTimeOrDateTime64::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001bf0d5d8 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 9. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 10. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 11. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 13. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 14. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 19. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:46:49.667904 [ 4128 ] {} TCPHandler: Code: 43. DB::Exception: Illegal argument of type Date32 for function toStartOfTenMinutes: while executing 'FUNCTION toStartOfTenMinutes(__table1.x1 :: 1) -> toStartOfTenMinutes(__table1.x1) DateTime : 0'. (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const*&) @ 0x00000000088d484a 4. DB::throwDate32IsNotSupported(char const*) @ 0x00000000088d450b 5. COW::immutable_ptr DB::DateTimeTransformImpl::execute(std::vector> const&, std::shared_ptr const&, unsigned long, DB::ToStartOfTenMinutesImpl const&) @ 0x000000001bf0fdbe 6. DB::FunctionDateOrDateTimeToDateTimeOrDateTime64::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001bf0d5d8 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 9. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 10. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 11. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 13. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 14. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 19. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:46:50.092026 [ 1254 ] {52db520a-7b3d-4243-bd5b-8a678387e7ff} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 246c793e-f779-458d-88c4-a93965d6a660. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:50.169632 [ 4128 ] {8d0890c2-09a0-4de4-9fb7-a9e60b2c03ec} executeQuery: Code: 43. DB::Exception: Illegal argument of type Date32 for function toStartOfFifteenMinutes: while executing 'FUNCTION toStartOfFifteenMinutes(__table1.x1 :: 1) -> toStartOfFifteenMinutes(__table1.x1) DateTime : 0'. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44856) (comment: 01921_datatype_date32.sql) (in query: select toStartOfFifteenMinutes(x1) from t1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const*&) @ 0x00000000088d484a 4. DB::throwDate32IsNotSupported(char const*) @ 0x00000000088d450b 5. COW::immutable_ptr DB::DateTimeTransformImpl::execute(std::vector> const&, std::shared_ptr const&, unsigned long, DB::ToStartOfFifteenMinutesImpl const&) @ 0x000000001be03f5e 6. DB::FunctionDateOrDateTimeToDateTimeOrDateTime64::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001be01778 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 9. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 10. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 11. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 13. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 14. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 19. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:46:50.172656 [ 4128 ] {} TCPHandler: Code: 43. DB::Exception: Illegal argument of type Date32 for function toStartOfFifteenMinutes: while executing 'FUNCTION toStartOfFifteenMinutes(__table1.x1 :: 1) -> toStartOfFifteenMinutes(__table1.x1) DateTime : 0'. (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const*&) @ 0x00000000088d484a 4. DB::throwDate32IsNotSupported(char const*) @ 0x00000000088d450b 5. COW::immutable_ptr DB::DateTimeTransformImpl::execute(std::vector> const&, std::shared_ptr const&, unsigned long, DB::ToStartOfFifteenMinutesImpl const&) @ 0x000000001be03f5e 6. DB::FunctionDateOrDateTimeToDateTimeOrDateTime64::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001be01778 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 9. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 10. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 11. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 13. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 14. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 19. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:46:50.425122 [ 3655 ] {49cd767a-223e-469b-8aa1-fdb63a9a376c} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 7b5c8669-200e-46d3-abcf-fa586d46ccc9. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:50.673517 [ 4128 ] {3c7c9e48-a7f8-4d29-94f3-f2dd6537eedc} executeQuery: Code: 43. DB::Exception: Illegal argument of type Date32 for function toStartOfHour: while executing 'FUNCTION toStartOfHour(__table1.x1 :: 1) -> toStartOfHour(__table1.x1) DateTime : 0'. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44856) (comment: 01921_datatype_date32.sql) (in query: select toStartOfHour(x1) from t1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const*&) @ 0x00000000088d484a 4. DB::throwDate32IsNotSupported(char const*) @ 0x00000000088d450b 5. COW::immutable_ptr DB::DateTimeTransformImpl::execute(std::vector> const&, std::shared_ptr const&, unsigned long, DB::ToStartOfHourImpl const&) @ 0x000000001be156fe 6. DB::FunctionDateOrDateTimeToDateTimeOrDateTime64::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001be12f18 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 9. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 10. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 11. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 13. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 14. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 19. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:46:50.673888 [ 3914 ] {2e6ebae7-a7e7-477b-bd1d-70bc9aeb191c} executeQuery: Code: 69. DB::Exception: Scale 10 is out of bounds (max scale: 9): In scope SELECT '1E-9' AS x, toDecimal32(x, 10). (ARGUMENT_OUT_OF_BOUND) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37888) (comment: 01425_decimal_parse_big_negative_exponent.sql) (in query: SELECT '1E-9' AS x, toDecimal32(x, 10);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&&) @ 0x00000000088dcead 4. ./src/DataTypes/DataTypeDecimalBase.h:77: DB::DataTypeDecimalBase>::DataTypeDecimalBase(unsigned int, unsigned int) @ 0x0000000034bb6bd1 5. ./src/DataTypes/DataTypesDecimal.h:39: std::shared_ptr>> std::allocate_shared[abi:v15007]>, std::allocator>>, unsigned long const&, unsigned long&, void>(std::allocator>> const&, unsigned long const&, unsigned long&) @ 0x0000000034cf476d 6. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: std::shared_ptr DB::createDecimalMaxPrecision>(unsigned long) @ 0x0000000034cef44d 7. ./src/Functions/FunctionsConversion.h:2230: DB::detail::FunctionConvert>, DB::detail::NameToDecimal32, DB::detail::UnknownMonotonicity>::getReturnTypeImplRemovedNullable(std::vector> const&) const @ 0x000000003258d81e 8. ./src/Functions/FunctionsConversion.h:2181: std::shared_ptr std::__function::__policy_invoker (std::vector> const&)>::__call_impl>, DB::detail::NameToDecimal32, DB::detail::UnknownMonotonicity>::getReturnTypeImpl(std::vector> const&) const::'lambda'(auto const&), std::shared_ptr (std::vector> const&)>>(std::__function::__policy_storage const*, std::vector> const&) @ 0x0000000032a48e3d 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003258c59d 10. ./src/Functions/FunctionsConversion.h:2182: DB::detail::FunctionConvert>, DB::detail::NameToDecimal32, DB::detail::UnknownMonotonicity>::getReturnTypeImpl(std::vector> const&) const @ 0x000000003258d15e 11. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 12. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 13. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 14. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:46:50.676128 [ 3914 ] {} TCPHandler: Code: 69. DB::Exception: Scale 10 is out of bounds (max scale: 9): In scope SELECT '1E-9' AS x, toDecimal32(x, 10). (ARGUMENT_OUT_OF_BOUND), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&&) @ 0x00000000088dcead 4. ./src/DataTypes/DataTypeDecimalBase.h:77: DB::DataTypeDecimalBase>::DataTypeDecimalBase(unsigned int, unsigned int) @ 0x0000000034bb6bd1 5. ./src/DataTypes/DataTypesDecimal.h:39: std::shared_ptr>> std::allocate_shared[abi:v15007]>, std::allocator>>, unsigned long const&, unsigned long&, void>(std::allocator>> const&, unsigned long const&, unsigned long&) @ 0x0000000034cf476d 6. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: std::shared_ptr DB::createDecimalMaxPrecision>(unsigned long) @ 0x0000000034cef44d 7. ./src/Functions/FunctionsConversion.h:2230: DB::detail::FunctionConvert>, DB::detail::NameToDecimal32, DB::detail::UnknownMonotonicity>::getReturnTypeImplRemovedNullable(std::vector> const&) const @ 0x000000003258d81e 8. ./src/Functions/FunctionsConversion.h:2181: std::shared_ptr std::__function::__policy_invoker (std::vector> const&)>::__call_impl>, DB::detail::NameToDecimal32, DB::detail::UnknownMonotonicity>::getReturnTypeImpl(std::vector> const&) const::'lambda'(auto const&), std::shared_ptr (std::vector> const&)>>(std::__function::__policy_storage const*, std::vector> const&) @ 0x0000000032a48e3d 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003258c59d 10. ./src/Functions/FunctionsConversion.h:2182: DB::detail::FunctionConvert>, DB::detail::NameToDecimal32, DB::detail::UnknownMonotonicity>::getReturnTypeImpl(std::vector> const&) const @ 0x000000003258d15e 11. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 12. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 13. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 14. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:46:50.676377 [ 4128 ] {} TCPHandler: Code: 43. DB::Exception: Illegal argument of type Date32 for function toStartOfHour: while executing 'FUNCTION toStartOfHour(__table1.x1 :: 1) -> toStartOfHour(__table1.x1) DateTime : 0'. (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const*&) @ 0x00000000088d484a 4. DB::throwDate32IsNotSupported(char const*) @ 0x00000000088d450b 5. COW::immutable_ptr DB::DateTimeTransformImpl::execute(std::vector> const&, std::shared_ptr const&, unsigned long, DB::ToStartOfHourImpl const&) @ 0x000000001be156fe 6. DB::FunctionDateOrDateTimeToDateTimeOrDateTime64::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001be12f18 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 9. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 10. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 11. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 13. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 14. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 19. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:46:50.691624 [ 3914 ] {b968051c-f4a0-46c3-8376-b3c1c123afbd} executeQuery: Code: 69. DB::Exception: Scale 10 is out of bounds (max scale: 9): In scope SELECT '1E-10' AS x, toDecimal32(x, 10). (ARGUMENT_OUT_OF_BOUND) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37888) (comment: 01425_decimal_parse_big_negative_exponent.sql) (in query: SELECT '1E-10' AS x, toDecimal32(x, 10);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&&) @ 0x00000000088dcead 4. ./src/DataTypes/DataTypeDecimalBase.h:77: DB::DataTypeDecimalBase>::DataTypeDecimalBase(unsigned int, unsigned int) @ 0x0000000034bb6bd1 5. ./src/DataTypes/DataTypesDecimal.h:39: std::shared_ptr>> std::allocate_shared[abi:v15007]>, std::allocator>>, unsigned long const&, unsigned long&, void>(std::allocator>> const&, unsigned long const&, unsigned long&) @ 0x0000000034cf476d 6. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: std::shared_ptr DB::createDecimalMaxPrecision>(unsigned long) @ 0x0000000034cef44d 7. ./src/Functions/FunctionsConversion.h:2230: DB::detail::FunctionConvert>, DB::detail::NameToDecimal32, DB::detail::UnknownMonotonicity>::getReturnTypeImplRemovedNullable(std::vector> const&) const @ 0x000000003258d81e 8. ./src/Functions/FunctionsConversion.h:2181: std::shared_ptr std::__function::__policy_invoker (std::vector> const&)>::__call_impl>, DB::detail::NameToDecimal32, DB::detail::UnknownMonotonicity>::getReturnTypeImpl(std::vector> const&) const::'lambda'(auto const&), std::shared_ptr (std::vector> const&)>>(std::__function::__policy_storage const*, std::vector> const&) @ 0x0000000032a48e3d 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003258c59d 10. ./src/Functions/FunctionsConversion.h:2182: DB::detail::FunctionConvert>, DB::detail::NameToDecimal32, DB::detail::UnknownMonotonicity>::getReturnTypeImpl(std::vector> const&) const @ 0x000000003258d15e 11. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 12. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 13. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 14. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:46:50.693914 [ 3914 ] {} TCPHandler: Code: 69. DB::Exception: Scale 10 is out of bounds (max scale: 9): In scope SELECT '1E-10' AS x, toDecimal32(x, 10). (ARGUMENT_OUT_OF_BOUND), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&&) @ 0x00000000088dcead 4. ./src/DataTypes/DataTypeDecimalBase.h:77: DB::DataTypeDecimalBase>::DataTypeDecimalBase(unsigned int, unsigned int) @ 0x0000000034bb6bd1 5. ./src/DataTypes/DataTypesDecimal.h:39: std::shared_ptr>> std::allocate_shared[abi:v15007]>, std::allocator>>, unsigned long const&, unsigned long&, void>(std::allocator>> const&, unsigned long const&, unsigned long&) @ 0x0000000034cf476d 6. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: std::shared_ptr DB::createDecimalMaxPrecision>(unsigned long) @ 0x0000000034cef44d 7. ./src/Functions/FunctionsConversion.h:2230: DB::detail::FunctionConvert>, DB::detail::NameToDecimal32, DB::detail::UnknownMonotonicity>::getReturnTypeImplRemovedNullable(std::vector> const&) const @ 0x000000003258d81e 8. ./src/Functions/FunctionsConversion.h:2181: std::shared_ptr std::__function::__policy_invoker (std::vector> const&)>::__call_impl>, DB::detail::NameToDecimal32, DB::detail::UnknownMonotonicity>::getReturnTypeImpl(std::vector> const&) const::'lambda'(auto const&), std::shared_ptr (std::vector> const&)>>(std::__function::__policy_storage const*, std::vector> const&) @ 0x0000000032a48e3d 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003258c59d 10. ./src/Functions/FunctionsConversion.h:2182: DB::detail::FunctionConvert>, DB::detail::NameToDecimal32, DB::detail::UnknownMonotonicity>::getReturnTypeImpl(std::vector> const&) const @ 0x000000003258d15e 11. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 12. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 13. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 14. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:46:50.827338 [ 1247 ] {05992b24-68b5-490d-8a9a-1dcc923dc6cb} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 3239ee2f-5256-4ca7-ba1e-6795c4504d1d. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:50.930352 [ 3655 ] {6b78fba0-eb2e-4ee0-8c7d-9369f2c1d299} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 89dd4970-83d1-4a5f-9f2e-57d51f30039e. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:51.495696 [ 1247 ] {135ddc80-6a46-44a3-bf83-b560e3a62eb3} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 987aa86e-3718-4f6b-9409-19940dc0519b. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:51.496066 [ 1247 ] {135ddc80-6a46-44a3-bf83-b560e3a62eb3} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 95ae99d5-aa98-4d29-8875-a8442d0e1f2e. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:51.670346 [ 4128 ] {c150b725-0483-4a61-81b6-e19abf68c778} executeQuery: Code: 43. DB::Exception: Illegal argument of type Date32 for function toTime: while executing 'FUNCTION toTime(__table1.x1 :: 1) -> toTime(__table1.x1) DateTime : 0'. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44856) (comment: 01921_datatype_date32.sql) (in query: select toTime(x1) from t1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const*&) @ 0x00000000088d484a 4. DB::throwDate32IsNotSupported(char const*) @ 0x00000000088d450b 5. COW::immutable_ptr DB::DateTimeTransformImpl::execute(std::vector> const&, std::shared_ptr const&, unsigned long, DB::ToTimeImpl const&) @ 0x000000001bf2193e 6. DB::FunctionDateOrDateTimeToSomething::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001bf1ef8b 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 9. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 10. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 11. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 13. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 14. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 19. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:46:51.673204 [ 4128 ] {} TCPHandler: Code: 43. DB::Exception: Illegal argument of type Date32 for function toTime: while executing 'FUNCTION toTime(__table1.x1 :: 1) -> toTime(__table1.x1) DateTime : 0'. (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const*&) @ 0x00000000088d484a 4. DB::throwDate32IsNotSupported(char const*) @ 0x00000000088d450b 5. COW::immutable_ptr DB::DateTimeTransformImpl::execute(std::vector> const&, std::shared_ptr const&, unsigned long, DB::ToTimeImpl const&) @ 0x000000001bf2193e 6. DB::FunctionDateOrDateTimeToSomething::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001bf1ef8b 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 9. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 10. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 11. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 13. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 14. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 19. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:46:52.329946 [ 3178 ] {dcf5ca21-c17a-41e5-9bf2-478ec4392b65} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 114d899b-cabd-450a-b75d-67a98938d0ce. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:52.650580 [ 4297 ] {970373b4-a01c-4855-b588-d04466bc8e57} executeQuery: Code: 524. DB::Exception: ALTER of key column enum_key from type Enum8('y' = 1, 'x' = 2, 'z' = 3) to type Enum16('y' = 1, 'x' = 2, 'z' = 3) is not safe because it can change the representation of primary key. (ALTER_OF_COLUMN_IS_FORBIDDEN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38006) (comment: 01611_string_to_low_cardinality_key_alter.sql) (in query: ALTER TABLE table_with_lc_key MODIFY COLUMN enum_key Enum16('x' = 2, 'y' = 1, 'z' = 3);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3762: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003deb164f 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:46:52.653132 [ 4297 ] {} TCPHandler: Code: 524. DB::Exception: ALTER of key column enum_key from type Enum8('y' = 1, 'x' = 2, 'z' = 3) to type Enum16('y' = 1, 'x' = 2, 'z' = 3) is not safe because it can change the representation of primary key. (ALTER_OF_COLUMN_IS_FORBIDDEN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3762: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003deb164f 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:46:52.744583 [ 3178 ] {76574a9d-c20b-4a69-b2a8-af849910dbd8} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id b94a0211-5184-42fe-a43c-98fcfaad1023. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:52.938832 [ 4140 ] {ff0939c9-805e-4770-be3a-2bac6db84e79} executeQuery: Code: 159. DB::Exception: Timeout exceeded: maximum: 1 ms. (TIMEOUT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37992) (comment: 01039_mergetree_exec_time.sql) (in query: select sum(sleep(0.1)) from tab settings max_block_size = 1, max_execution_time=1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&, double&&) @ 0x000000003897be6d 4. ./build_docker/./src/Interpreters/ProcessList.cpp:512: DB::QueryStatus::throwProperExceptionIfNeeded(unsigned long const&, unsigned long const&) @ 0x0000000038971799 5. ./build_docker/./src/Interpreters/ProcessList.cpp:550: DB::QueryStatus::checkTimeLimit() @ 0x0000000038972c83 6. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:200: DB::PipelineExecutor::finalizeExecution() @ 0x000000003f717f87 7. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:147: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7177f7 8. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 10. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 11. ? @ 0x00007fc708d31ac3 12. ? @ 0x00007fc708dc3850 2025.03.31 17:46:52.942243 [ 4140 ] {} TCPHandler: Code: 159. DB::Exception: Timeout exceeded: maximum: 1 ms. (TIMEOUT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&, double&&) @ 0x000000003897be6d 4. ./build_docker/./src/Interpreters/ProcessList.cpp:512: DB::QueryStatus::throwProperExceptionIfNeeded(unsigned long const&, unsigned long const&) @ 0x0000000038971799 5. ./build_docker/./src/Interpreters/ProcessList.cpp:550: DB::QueryStatus::checkTimeLimit() @ 0x0000000038972c83 6. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:200: DB::PipelineExecutor::finalizeExecution() @ 0x000000003f717f87 7. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:147: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7177f7 8. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 10. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 11. ? @ 0x00007fc708d31ac3 12. ? @ 0x00007fc708dc3850 2025.03.31 17:46:53.278878 [ 4297 ] {67f270e7-3861-4af5-a8c8-35b49e0f8cab} executeQuery: Code: 524. DB::Exception: ALTER of key column int_key from type Int8 to type Enum8('y' = 1, 'x' = 2) is not safe because it can change the representation of primary key. (ALTER_OF_COLUMN_IS_FORBIDDEN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38006) (comment: 01611_string_to_low_cardinality_key_alter.sql) (in query: ALTER TABLE table_with_string_key MODIFY COLUMN int_key Enum8('y' = 1, 'x' = 2);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3762: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003deb164f 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:46:53.281489 [ 4297 ] {} TCPHandler: Code: 524. DB::Exception: ALTER of key column int_key from type Int8 to type Enum8('y' = 1, 'x' = 2) is not safe because it can change the representation of primary key. (ALTER_OF_COLUMN_IS_FORBIDDEN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3762: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003deb164f 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:46:53.912158 [ 1254 ] {9c24e646-be80-497a-a57b-025364d8e39a} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id c9d531b6-ee83-4a2a-8e06-46a8f86bbdcc. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:54.379077 [ 3655 ] {87b3c8aa-81a9-4a98-9ed4-2941e21dea16} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 9fc31e57-aa19-47ce-b80c-4e7bb1386bb8. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:54.685648 [ 1254 ] {52f5a2ce-8923-4ff3-ab04-d4db0980881a} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id a310819d-d07f-4388-bd6f-cc11224570d3. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:55.129242 [ 3179 ] {8a886aa6-3afb-45e5-86d1-35d14ab9a1e8} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id c8f345ea-22f3-4768-bbd6-4dabbc6d61c8. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:55.406422 [ 1247 ] {a0f0758c-f95d-40d8-8657-35a947dd7bb9} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 8bbe7555-df89-4682-9f02-a5835eb3d2a1. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:55.439484 [ 4229 ] {a56a359c-9d76-4d08-81d7-ec021434727d} executeQuery: Code: 36. DB::Exception: Pattern 'a1c' failed with error 'Approximate matching patterns that reduce to vacuous patterns are disallowed.': In scope SELECT multiFuzzyMatchAny('abc', 3, ['a1c']) FROM system.numbers LIMIT 3. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38126) (comment: 00929_multi_match_edit_distance.sql) (in query: select multiFuzzyMatchAny('abc', 3, ['a1c']) from system.numbers limit 3;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. DB::MultiRegexps::Regexps DB::MultiRegexps::constructRegexps(std::vector> const&, std::optional) @ 0x00000000179e54bc 5. DB::MultiRegexps::Regexps std::__function::__policy_invoker::__call_impl DB::MultiRegexps::getOrSet(std::vector>, std::allocator>>> const&, std::optional)::'lambda'(), DB::MultiRegexps::Regexps ()>>(std::__function::__policy_storage const*) @ 0x00000000179e3e42 6. DB::MultiRegexps::DeferredConstructedRegexps::get() @ 0x00000000179ceabb 7. DB::FunctionsMultiStringFuzzySearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179dc994 8. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 11. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:46:55.442678 [ 4229 ] {} TCPHandler: Code: 36. DB::Exception: Pattern 'a1c' failed with error 'Approximate matching patterns that reduce to vacuous patterns are disallowed.': In scope SELECT multiFuzzyMatchAny('abc', 3, ['a1c']) FROM system.numbers LIMIT 3. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. DB::MultiRegexps::Regexps DB::MultiRegexps::constructRegexps(std::vector> const&, std::optional) @ 0x00000000179e54bc 5. DB::MultiRegexps::Regexps std::__function::__policy_invoker::__call_impl DB::MultiRegexps::getOrSet(std::vector>, std::allocator>>> const&, std::optional)::'lambda'(), DB::MultiRegexps::Regexps ()>>(std::__function::__policy_storage const*) @ 0x00000000179e3e42 6. DB::MultiRegexps::DeferredConstructedRegexps::get() @ 0x00000000179ceabb 7. DB::FunctionsMultiStringFuzzySearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179dc994 8. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 11. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:46:55.460095 [ 4229 ] {32287771-8c44-4889-bbbf-e5316b270144} executeQuery: Code: 36. DB::Exception: Pattern 'a1c' failed with error 'Approximate matching patterns that reduce to vacuous patterns are disallowed.': In scope SELECT multiFuzzyMatchAny('abc', 4, ['a1c']) FROM system.numbers LIMIT 3. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38126) (comment: 00929_multi_match_edit_distance.sql) (in query: select multiFuzzyMatchAny('abc', 4, ['a1c']) from system.numbers limit 3;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. DB::MultiRegexps::Regexps DB::MultiRegexps::constructRegexps(std::vector> const&, std::optional) @ 0x00000000179e54bc 5. DB::MultiRegexps::Regexps std::__function::__policy_invoker::__call_impl DB::MultiRegexps::getOrSet(std::vector>, std::allocator>>> const&, std::optional)::'lambda'(), DB::MultiRegexps::Regexps ()>>(std::__function::__policy_storage const*) @ 0x00000000179e3e42 6. DB::MultiRegexps::DeferredConstructedRegexps::get() @ 0x00000000179ceabb 7. DB::FunctionsMultiStringFuzzySearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179dc994 8. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 11. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:46:55.463141 [ 4229 ] {} TCPHandler: Code: 36. DB::Exception: Pattern 'a1c' failed with error 'Approximate matching patterns that reduce to vacuous patterns are disallowed.': In scope SELECT multiFuzzyMatchAny('abc', 4, ['a1c']) FROM system.numbers LIMIT 3. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. DB::MultiRegexps::Regexps DB::MultiRegexps::constructRegexps(std::vector> const&, std::optional) @ 0x00000000179e54bc 5. DB::MultiRegexps::Regexps std::__function::__policy_invoker::__call_impl DB::MultiRegexps::getOrSet(std::vector>, std::allocator>>> const&, std::optional)::'lambda'(), DB::MultiRegexps::Regexps ()>>(std::__function::__policy_storage const*) @ 0x00000000179e3e42 6. DB::MultiRegexps::DeferredConstructedRegexps::get() @ 0x00000000179ceabb 7. DB::FunctionsMultiStringFuzzySearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179dc994 8. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 11. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:46:55.693619 [ 3178 ] {d02b8449-292f-466c-a29b-4fee20f2bc55} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 4f185cfe-1724-4620-ae88-85c6c8fb6529. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:55.867916 [ 3179 ] {90a1b3ed-70f8-4d5b-a7de-546c371a94b8} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 70b7ba15-954d-4841-9f3c-c200f5b622aa. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:56.100133 [ 1247 ] {3a85ceb5-4f0a-4730-9bf7-d2dacaec3466} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 95855ddb-8a1e-4f70-9660-34119143b069. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:56.530197 [ 3178 ] {2cb61e3c-c0da-4fc8-9008-c10bd7d1a68e} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 59bf8b9c-1f97-4f9a-a3ba-a057cb50def3. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:56.946357 [ 4229 ] {59ce0f63-ef60-45c0-89ab-228c474b7eea} executeQuery: Code: 36. DB::Exception: Pattern '^hello.*world$' failed with error 'Approximate matching patterns that reduce to vacuous patterns are disallowed.': In scope SELECT multiFuzzyMatchAny('hello some world', 10, ['^hello.*world$']). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38126) (comment: 00929_multi_match_edit_distance.sql) (in query: select multiFuzzyMatchAny('hello some world', 10, ['^hello.*world$']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. DB::MultiRegexps::Regexps DB::MultiRegexps::constructRegexps(std::vector> const&, std::optional) @ 0x00000000179e54bc 5. DB::MultiRegexps::Regexps std::__function::__policy_invoker::__call_impl DB::MultiRegexps::getOrSet(std::vector>, std::allocator>>> const&, std::optional)::'lambda'(), DB::MultiRegexps::Regexps ()>>(std::__function::__policy_storage const*) @ 0x00000000179e3e42 6. DB::MultiRegexps::DeferredConstructedRegexps::get() @ 0x00000000179ceabb 7. DB::FunctionsMultiStringFuzzySearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179dc994 8. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 11. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:46:56.948358 [ 4229 ] {} TCPHandler: Code: 36. DB::Exception: Pattern '^hello.*world$' failed with error 'Approximate matching patterns that reduce to vacuous patterns are disallowed.': In scope SELECT multiFuzzyMatchAny('hello some world', 10, ['^hello.*world$']). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. DB::MultiRegexps::Regexps DB::MultiRegexps::constructRegexps(std::vector> const&, std::optional) @ 0x00000000179e54bc 5. DB::MultiRegexps::Regexps std::__function::__policy_invoker::__call_impl DB::MultiRegexps::getOrSet(std::vector>, std::allocator>>> const&, std::optional)::'lambda'(), DB::MultiRegexps::Regexps ()>>(std::__function::__policy_storage const*) @ 0x00000000179e3e42 6. DB::MultiRegexps::DeferredConstructedRegexps::get() @ 0x00000000179ceabb 7. DB::FunctionsMultiStringFuzzySearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179dc994 8. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 11. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:46:57.012294 [ 3914 ] {57fe45fa-eac7-497b-8255-1026c5561f49} executeQuery: Code: 43. DB::Exception: The type Array(Nothing) of argument for aggregate function groupBitAnd is illegal, because it cannot be used in bitwise operations. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT BIT_AND([]);) 2025.03.31 17:46:57.015314 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The type Array(Nothing) of argument for aggregate function groupBitAnd is illegal, because it cannot be used in bitwise operations. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:57.221138 [ 3914 ] {634d80f3-f52f-43eb-b2c2-46549471ac90} executeQuery: Code: 43. DB::Exception: The type Array(Nothing) of argument for aggregate function groupBitOr is illegal, because it cannot be used in bitwise operations. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT BIT_OR([]);) 2025.03.31 17:46:57.224284 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The type Array(Nothing) of argument for aggregate function groupBitOr is illegal, because it cannot be used in bitwise operations. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:57.244349 [ 3914 ] {df38c8aa-9b47-4278-9cef-1efe25095995} executeQuery: Code: 43. DB::Exception: The type Array(Nothing) of argument for aggregate function groupBitXor is illegal, because it cannot be used in bitwise operations. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT BIT_XOR([]);) 2025.03.31 17:46:57.247200 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The type Array(Nothing) of argument for aggregate function groupBitXor is illegal, because it cannot be used in bitwise operations. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:57.267444 [ 3914 ] {56940b68-d180-4787-9e57-ab5fc036d0ed} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function BLAKE3: In scope SELECT BLAKE3([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT BLAKE3([]);) 2025.03.31 17:46:57.270341 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function BLAKE3: In scope SELECT BLAKE3([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:57.299643 [ 3914 ] {1195c91c-9038-4307-8441-967a56dc447f} executeQuery: Code: 43. DB::Exception: Cannot apply function lengthUTF8 to Array argument: In scope SELECT CHARACTER_LENGTH([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT CHARACTER_LENGTH([]);) 2025.03.31 17:46:57.302466 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Cannot apply function lengthUTF8 to Array argument: In scope SELECT CHARACTER_LENGTH([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:57.321588 [ 3914 ] {db75594a-969f-483b-a2eb-378de1ea9c83} executeQuery: Code: 43. DB::Exception: Cannot apply function lengthUTF8 to Array argument: In scope SELECT CHAR_LENGTH([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT CHAR_LENGTH([]);) 2025.03.31 17:46:57.324265 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Cannot apply function lengthUTF8 to Array argument: In scope SELECT CHAR_LENGTH([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:57.343170 [ 3914 ] {1ea9f508-52d8-4492-8a94-712eca15314d} executeQuery: Code: 42. DB::Exception: Aggregate function covarPop requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT COVAR_POP([]);) 2025.03.31 17:46:57.345791 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function covarPop requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:46:57.364839 [ 3914 ] {189af3d9-d4d3-4ce3-bf4a-24c076e0b9e6} executeQuery: Code: 42. DB::Exception: Aggregate function covarSamp requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT COVAR_SAMP([]);) 2025.03.31 17:46:57.367490 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function covarSamp requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:46:57.386713 [ 3914 ] {4fecc13e-329f-45bb-b1b1-7af27926619b} executeQuery: Code: 43. DB::Exception: Cannot apply function CRC32 to Array argument: In scope SELECT CRC32([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT CRC32([]);) 2025.03.31 17:46:57.389703 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Cannot apply function CRC32 to Array argument: In scope SELECT CRC32([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:57.409497 [ 3914 ] {ac36fcca-af67-4231-ba83-ce61933c19f2} executeQuery: Code: 43. DB::Exception: Cannot apply function CRC32IEEE to Array argument: In scope SELECT CRC32IEEE([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT CRC32IEEE([]);) 2025.03.31 17:46:57.412356 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Cannot apply function CRC32IEEE to Array argument: In scope SELECT CRC32IEEE([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:57.436989 [ 3914 ] {48441ba2-5963-4ed3-be97-762e961638d6} executeQuery: Code: 43. DB::Exception: Cannot apply function CRC64 to Array argument: In scope SELECT CRC64([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT CRC64([]);) 2025.03.31 17:46:57.439820 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Cannot apply function CRC64 to Array argument: In scope SELECT CRC64([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:57.462415 [ 3914 ] {45d325d1-7fda-42a3-b720-4f186db42e5b} executeQuery: Code: 42. DB::Exception: Number of arguments for function currentDatabase doesn't match: passed 1, should be 0: In scope SELECT DATABASE([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT DATABASE([]);) 2025.03.31 17:46:57.465357 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function currentDatabase doesn't match: passed 1, should be 0: In scope SELECT DATABASE([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:46:57.485708 [ 3914 ] {541dd657-e9d5-4945-8102-294166b94dc3} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toDate: In scope SELECT DATE([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT DATE([]);) 2025.03.31 17:46:57.488552 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toDate: In scope SELECT DATE([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:57.513197 [ 3914 ] {f3385ef2-14f6-44d0-9a0d-6feea1e93d0a} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'dateDiff'. Expected 3 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT dateDiff([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT DATE_DIFF([]);) 2025.03.31 17:46:57.516080 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'dateDiff'. Expected 3 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT dateDiff([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:46:57.538675 [ 3914 ] {f369999d-fe32-4cb7-913a-58c09da9fb92} executeQuery: Code: 42. DB::Exception: Number of arguments for function formatDateTime doesn't match: passed 1, should be 2 or 3: In scope SELECT DATE_FORMAT([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT DATE_FORMAT([]);) 2025.03.31 17:46:57.541795 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function formatDateTime doesn't match: passed 1, should be 2 or 3: In scope SELECT DATE_FORMAT([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:46:57.563645 [ 3914 ] {faa4d7ae-2148-4f3e-8905-39afa8eddf46} executeQuery: Code: 42. DB::Exception: Number of arguments for function dateTrunc doesn't match: passed 1, should be 2 or 3: In scope SELECT DATE_TRUNC([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT DATE_TRUNC([]);) 2025.03.31 17:46:57.566445 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dateTrunc doesn't match: passed 1, should be 2 or 3: In scope SELECT DATE_TRUNC([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:46:57.590441 [ 3914 ] {3f0c809a-1b4c-448e-8eee-21d23b928b5c} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toDayOfMonth. Should be Date, Date32, DateTime or DateTime64: In scope SELECT DAY([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT DAY([]);) 2025.03.31 17:46:57.593840 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toDayOfMonth. Should be Date, Date32, DateTime or DateTime64: In scope SELECT DAY([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:57.616521 [ 3914 ] {b354ca01-666a-4a07-a3b4-b77810e4d0f1} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toDayOfMonth. Should be Date, Date32, DateTime or DateTime64: In scope SELECT DAYOFMONTH([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT DAYOFMONTH([]);) 2025.03.31 17:46:57.619706 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toDayOfMonth. Should be Date, Date32, DateTime or DateTime64: In scope SELECT DAYOFMONTH([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:57.641269 [ 3914 ] {d3b1662b-43ad-4f5c-861e-bc0cdadd4a05} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toDayOfWeek. Must be Date, Date32, DateTime or DateTime64.: In scope SELECT DAYOFWEEK([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT DAYOFWEEK([]);) 2025.03.31 17:46:57.644293 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toDayOfWeek. Must be Date, Date32, DateTime or DateTime64.: In scope SELECT DAYOFWEEK([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:57.665653 [ 3914 ] {136dc7ef-18dc-4189-af8c-8d87a562d017} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toDayOfYear. Should be Date, Date32, DateTime or DateTime64: In scope SELECT DAYOFYEAR([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT DAYOFYEAR([]);) 2025.03.31 17:46:57.668559 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toDayOfYear. Should be Date, Date32, DateTime or DateTime64: In scope SELECT DAYOFYEAR([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:57.688639 [ 3914 ] {8ecf0e07-7bb2-4a66-8668-75fc5e7a5c79} executeQuery: Code: 43. DB::Exception: Cannot format Array(Nothing) because it's not a native numeric type: In scope SELECT FORMAT_BYTES([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT FORMAT_BYTES([]);) 2025.03.31 17:46:57.691821 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Cannot format Array(Nothing) because it's not a native numeric type: In scope SELECT FORMAT_BYTES([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:57.711006 [ 4229 ] {ff2a1c08-b9fd-47b8-8b13-f6d7a460cbc6} executeQuery: Code: 43. DB::Exception: Illegal type Int8 of argument of function multiFuzzyMatchAny: In scope SELECT multiFuzzyMatchAny('hello some world', -1, ['^hello.*world$']). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38126) (comment: 00929_multi_match_edit_distance.sql) (in query: select multiFuzzyMatchAny('hello some world', -1, ['^hello.*world$']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionsMultiStringFuzzySearch>::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x00000000179e0714 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:46:57.711211 [ 3914 ] {a7a08789-2fb1-4b73-a037-18494ed195cf} executeQuery: Code: 42. DB::Exception: Number of arguments for function FQDN doesn't match: passed 1, should be 0: In scope SELECT FQDN([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT FQDN([]);) 2025.03.31 17:46:57.713299 [ 4229 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Int8 of argument of function multiFuzzyMatchAny: In scope SELECT multiFuzzyMatchAny('hello some world', -1, ['^hello.*world$']). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionsMultiStringFuzzySearch>::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x00000000179e0714 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:46:57.714005 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function FQDN doesn't match: passed 1, should be 0: In scope SELECT FQDN([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:46:57.732771 [ 3914 ] {3292c48b-2880-48cf-8908-60d659a6991f} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'base64Decode'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT FROM_BASE64([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT FROM_BASE64([]);) 2025.03.31 17:46:57.735391 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'base64Decode'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT FROM_BASE64([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:57.753829 [ 3914 ] {6eb35ca0-72e8-4644-9c22-e7023d5f9c28} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'days' to function 'fromDaysSinceYearZero'. Expected: Integer, got: Array(Nothing): In scope SELECT FROM_DAYS([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT FROM_DAYS([]);) 2025.03.31 17:46:57.756311 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'days' to function 'fromDaysSinceYearZero'. Expected: Integer, got: Array(Nothing): In scope SELECT FROM_DAYS([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:57.774690 [ 3914 ] {cd92fffa-ddde-43ef-abf1-b52f6f12ebce} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function fromUnixTimestamp when arguments size is 1. Should be integer: In scope SELECT FROM_UNIXTIME([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT FROM_UNIXTIME([]);) 2025.03.31 17:46:57.777220 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function fromUnixTimestamp when arguments size is 1. Should be integer: In scope SELECT FROM_UNIXTIME([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:57.797715 [ 3914 ] {4c7199f8-3f20-4bc5-a076-74aface1a5fd} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toHour. Should be Date, Date32, DateTime or DateTime64: In scope SELECT HOUR([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT HOUR([]);) 2025.03.31 17:46:57.800753 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toHour. Should be Date, Date32, DateTime or DateTime64: In scope SELECT HOUR([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:57.823645 [ 3914 ] {908520cd-7c61-482b-89a5-00f7094e8538} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function IPv6StringToNum: In scope SELECT INET6_ATON([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT INET6_ATON([]);) 2025.03.31 17:46:57.826498 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function IPv6StringToNum: In scope SELECT INET6_ATON([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:57.846643 [ 3914 ] {d6d8ed79-c535-4e1e-b2bb-fad394a51276} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function IPv6NumToString, expected IPv6 or FixedString(16): In scope SELECT INET6_NTOA([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT INET6_NTOA([]);) 2025.03.31 17:46:57.849503 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function IPv6NumToString, expected IPv6 or FixedString(16): In scope SELECT INET6_NTOA([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:57.868451 [ 3914 ] {82acf73f-370d-4f0f-99f6-a416b6f581f5} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function IPv4StringToNum: In scope SELECT INET_ATON([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT INET_ATON([]);) 2025.03.31 17:46:57.871113 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function IPv4StringToNum: In scope SELECT INET_ATON([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:57.893529 [ 3914 ] {84d9e22c-948d-4646-87eb-311069bdec94} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function IPv4NumToString, expected IPv4 or UInt8 or UInt16 or UInt32: In scope SELECT INET_NTOA([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT INET_NTOA([]);) 2025.03.31 17:46:57.896503 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function IPv4NumToString, expected IPv4 or UInt8 or UInt16 or UInt32: In scope SELECT INET_NTOA([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:57.918289 [ 3914 ] {24407962-e504-44f9-a14b-816ce4936c25} executeQuery: Code: 42. DB::Exception: Number of arguments for function IPv4CIDRToRange doesn't match: passed 1, should be 2: In scope SELECT IPv4CIDRToRange([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT IPv4CIDRToRange([]);) 2025.03.31 17:46:57.920948 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function IPv4CIDRToRange doesn't match: passed 1, should be 2: In scope SELECT IPv4CIDRToRange([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:46:57.942231 [ 3914 ] {5e740058-882d-4910-9d27-e7b39d7e5f97} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function IPv4NumToString, expected IPv4 or UInt8 or UInt16 or UInt32: In scope SELECT IPv4NumToString([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT IPv4NumToString([]);) 2025.03.31 17:46:57.944720 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function IPv4NumToString, expected IPv4 or UInt8 or UInt16 or UInt32: In scope SELECT IPv4NumToString([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:57.966284 [ 3914 ] {3d0f6c6b-aefa-4661-8583-7be1861ad866} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function IPv4NumToStringClassC, expected IPv4 or UInt8 or UInt16 or UInt32: In scope SELECT IPv4NumToStringClassC([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT IPv4NumToStringClassC([]);) 2025.03.31 17:46:57.969357 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function IPv4NumToStringClassC, expected IPv4 or UInt8 or UInt16 or UInt32: In scope SELECT IPv4NumToStringClassC([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:57.990833 [ 3914 ] {fa4030ef-39c6-4a38-bf62-5337580774ad} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function IPv4StringToNum: In scope SELECT IPv4StringToNum([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT IPv4StringToNum([]);) 2025.03.31 17:46:57.993582 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function IPv4StringToNum: In scope SELECT IPv4StringToNum([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:58.014890 [ 3914 ] {fc107052-ebf0-4163-9a28-e878ac6804e5} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function IPv4StringToNumOrDefault: In scope SELECT IPv4StringToNumOrDefault([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT IPv4StringToNumOrDefault([]);) 2025.03.31 17:46:58.017555 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function IPv4StringToNumOrDefault: In scope SELECT IPv4StringToNumOrDefault([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:58.038908 [ 3914 ] {695688e8-679a-4b4f-84bc-ba99f53cb6aa} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function IPv4StringToNumOrNull: In scope SELECT IPv4StringToNumOrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT IPv4StringToNumOrNull([]);) 2025.03.31 17:46:58.041604 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function IPv4StringToNumOrNull: In scope SELECT IPv4StringToNumOrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:58.062656 [ 3914 ] {6a7e7d86-bfb1-473d-8ad5-62b9f44bd3f0} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function IPv4ToIPv6: In scope SELECT IPv4ToIPv6([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT IPv4ToIPv6([]);) 2025.03.31 17:46:58.065457 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function IPv4ToIPv6: In scope SELECT IPv4ToIPv6([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:58.085663 [ 3914 ] {f4d77b16-fb6b-491d-bfd1-35022301dbc5} executeQuery: Code: 42. DB::Exception: Number of arguments for function IPv6CIDRToRange doesn't match: passed 1, should be 2: In scope SELECT IPv6CIDRToRange([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT IPv6CIDRToRange([]);) 2025.03.31 17:46:58.088256 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function IPv6CIDRToRange doesn't match: passed 1, should be 2: In scope SELECT IPv6CIDRToRange([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:46:58.112942 [ 3914 ] {2bc4a8e7-f68b-494e-911f-a64ff23026f4} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function IPv6NumToString, expected IPv6 or FixedString(16): In scope SELECT IPv6NumToString([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT IPv6NumToString([]);) 2025.03.31 17:46:58.117373 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function IPv6NumToString, expected IPv6 or FixedString(16): In scope SELECT IPv6NumToString([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:58.147498 [ 3914 ] {08e81256-b5f3-4364-a343-74468457e6c6} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function IPv6StringToNum: In scope SELECT IPv6StringToNum([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT IPv6StringToNum([]);) 2025.03.31 17:46:58.151712 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function IPv6StringToNum: In scope SELECT IPv6StringToNum([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:58.173489 [ 3914 ] {646cacfd-c760-4bb4-b890-1e649c8ce24b} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function IPv6StringToNumOrDefault: In scope SELECT IPv6StringToNumOrDefault([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT IPv6StringToNumOrDefault([]);) 2025.03.31 17:46:58.176798 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function IPv6StringToNumOrDefault: In scope SELECT IPv6StringToNumOrDefault([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:58.197980 [ 3914 ] {f4dbb326-ed5c-48f6-84a4-7d57a94d6385} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function IPv6StringToNumOrNull: In scope SELECT IPv6StringToNumOrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT IPv6StringToNumOrNull([]);) 2025.03.31 17:46:58.200760 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function IPv6StringToNumOrNull: In scope SELECT IPv6StringToNumOrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:58.220139 [ 3914 ] {63b275f1-e9fc-454b-9d9c-3cec4ad1f085} executeQuery: Code: 42. DB::Exception: Function JSONAllPaths requires argument with type JSON, got: Array(Nothing): In scope SELECT JSONAllPaths([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT JSONAllPaths([]);) 2025.03.31 17:46:58.222661 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function JSONAllPaths requires argument with type JSON, got: Array(Nothing): In scope SELECT JSONAllPaths([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:46:58.242258 [ 3914 ] {38b75a6d-8002-4c90-915b-b6456a176cf9} executeQuery: Code: 42. DB::Exception: Function JSONAllPathsWithTypes requires argument with type JSON, got: Array(Nothing): In scope SELECT JSONAllPathsWithTypes([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT JSONAllPathsWithTypes([]);) 2025.03.31 17:46:58.244945 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function JSONAllPathsWithTypes requires argument with type JSON, got: Array(Nothing): In scope SELECT JSONAllPathsWithTypes([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:46:58.264432 [ 3914 ] {fdc39612-7afb-4be5-b6f2-e7f09309c4e1} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'json' to function 'JSONArrayLength'. Expected: String, got: Array(Nothing): In scope SELECT JSONArrayLength([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT JSONArrayLength([]);) 2025.03.31 17:46:58.267195 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'json' to function 'JSONArrayLength'. Expected: String, got: Array(Nothing): In scope SELECT JSONArrayLength([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:58.289292 [ 3914 ] {b89840f4-aeaa-4a1c-aafc-6da0bbc0e0a3} executeQuery: Code: 42. DB::Exception: Function JSONDynamicPaths requires argument with type JSON, got: Array(Nothing): In scope SELECT JSONDynamicPaths([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT JSONDynamicPaths([]);) 2025.03.31 17:46:58.292496 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function JSONDynamicPaths requires argument with type JSON, got: Array(Nothing): In scope SELECT JSONDynamicPaths([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:46:58.314135 [ 3914 ] {899fca98-bb9e-4501-a7ae-96ff3459d8b4} executeQuery: Code: 42. DB::Exception: Function JSONDynamicPathsWithTypes requires argument with type JSON, got: Array(Nothing): In scope SELECT JSONDynamicPathsWithTypes([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT JSONDynamicPathsWithTypes([]);) 2025.03.31 17:46:58.317040 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function JSONDynamicPathsWithTypes requires argument with type JSON, got: Array(Nothing): In scope SELECT JSONDynamicPathsWithTypes([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:46:58.337392 [ 3914 ] {567e11cf-53d0-4cbb-837a-ca4e2fa6b3a7} executeQuery: Code: 42. DB::Exception: Function JSONExtract requires at least two arguments: In scope SELECT JSONExtract([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT JSONExtract([]);) 2025.03.31 17:46:58.340366 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function JSONExtract requires at least two arguments: In scope SELECT JSONExtract([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:46:58.346582 [ 1254 ] {847bf829-6dbe-424f-8484-1f1d3d79a017} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id e402e4ce-73a6-4238-be30-d5affd5a8047. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:58.360862 [ 3914 ] {5697b7b4-50f3-4b24-9fb4-d6beb5d66ac6} executeQuery: Code: 43. DB::Exception: The first argument of function JSONExtractArrayRaw should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT JSONExtractArrayRaw([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT JSONExtractArrayRaw([]);) 2025.03.31 17:46:58.363569 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The first argument of function JSONExtractArrayRaw should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT JSONExtractArrayRaw([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:58.383841 [ 3914 ] {7d57b002-47ca-46e8-8d43-ca826ccc5997} executeQuery: Code: 43. DB::Exception: The first argument of function JSONExtractBool should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT JSONExtractBool([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT JSONExtractBool([]);) 2025.03.31 17:46:58.386636 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The first argument of function JSONExtractBool should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT JSONExtractBool([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:58.407275 [ 3914 ] {c4dd63a9-ec36-4a5f-8a43-de1389b1fb7d} executeQuery: Code: 43. DB::Exception: The first argument of function JSONExtractFloat should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT JSONExtractFloat([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT JSONExtractFloat([]);) 2025.03.31 17:46:58.409868 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The first argument of function JSONExtractFloat should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT JSONExtractFloat([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:58.431699 [ 3914 ] {b61370fa-6d7f-41a9-ace4-6b51788c5182} executeQuery: Code: 43. DB::Exception: The first argument of function JSONExtractInt should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT JSONExtractInt([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT JSONExtractInt([]);) 2025.03.31 17:46:58.434803 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The first argument of function JSONExtractInt should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT JSONExtractInt([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:58.454413 [ 3914 ] {4fa5b321-e01b-4aab-ab01-01619ae438d2} executeQuery: Code: 43. DB::Exception: The first argument of function JSONExtractKeys should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT JSONExtractKeys([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT JSONExtractKeys([]);) 2025.03.31 17:46:58.457099 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The first argument of function JSONExtractKeys should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT JSONExtractKeys([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:58.468892 [ 4229 ] {0f4baa10-3c13-4f0e-b253-f5f8923fb92a} executeQuery: Code: 44. DB::Exception: Illegal column Const(UInt64). The number is not const or does not fit in UInt32: In scope SELECT multiFuzzyMatchAny('hello some world', 10000000000, ['^hello.*world$']). (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38126) (comment: 00929_multi_match_edit_distance.sql) (in query: select multiFuzzyMatchAny('hello some world', 10000000000, ['^hello.*world$']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionsMultiStringFuzzySearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179de0e3 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:46:58.471243 [ 4229 ] {} TCPHandler: Code: 44. DB::Exception: Illegal column Const(UInt64). The number is not const or does not fit in UInt32: In scope SELECT multiFuzzyMatchAny('hello some world', 10000000000, ['^hello.*world$']). (ILLEGAL_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionsMultiStringFuzzySearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179de0e3 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:46:58.476237 [ 3914 ] {2e1e2b00-fbf2-4c88-968e-d93f4f464df2} executeQuery: Code: 42. DB::Exception: Function JSONExtractKeysAndValues requires at least two arguments: In scope SELECT JSONExtractKeysAndValues([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT JSONExtractKeysAndValues([]);) 2025.03.31 17:46:58.478451 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function JSONExtractKeysAndValues requires at least two arguments: In scope SELECT JSONExtractKeysAndValues([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:46:58.496216 [ 3914 ] {0cd86b4b-8580-4eba-9bb5-1e9becfc70d0} executeQuery: Code: 43. DB::Exception: The first argument of function JSONExtractKeysAndValuesRaw should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT JSONExtractKeysAndValuesRaw([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT JSONExtractKeysAndValuesRaw([]);) 2025.03.31 17:46:58.498426 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The first argument of function JSONExtractKeysAndValuesRaw should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT JSONExtractKeysAndValuesRaw([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:58.515083 [ 3914 ] {866cf120-a7f3-421b-aa48-b6dff9a9fbd8} executeQuery: Code: 43. DB::Exception: The first argument of function JSONExtractRaw should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT JSONExtractRaw([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT JSONExtractRaw([]);) 2025.03.31 17:46:58.517158 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The first argument of function JSONExtractRaw should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT JSONExtractRaw([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:58.537453 [ 3914 ] {956c0a63-566d-44ee-8216-dc65c523e2b7} executeQuery: Code: 43. DB::Exception: The first argument of function JSONExtractString should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT JSONExtractString([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT JSONExtractString([]);) 2025.03.31 17:46:58.540007 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The first argument of function JSONExtractString should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT JSONExtractString([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:58.561796 [ 3914 ] {185b098d-4816-4c5b-ab98-c05aff0dceef} executeQuery: Code: 43. DB::Exception: The first argument of function JSONExtractUInt should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT JSONExtractUInt([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT JSONExtractUInt([]);) 2025.03.31 17:46:58.564575 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The first argument of function JSONExtractUInt should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT JSONExtractUInt([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:58.586372 [ 3914 ] {abb1f582-1b57-400e-9cca-0865adb4f805} executeQuery: Code: 43. DB::Exception: The first argument of function JSONHas should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT JSONHas([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT JSONHas([]);) 2025.03.31 17:46:58.589207 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The first argument of function JSONHas should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT JSONHas([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:58.610965 [ 3914 ] {1de40ac4-e475-439d-9078-4e50ad0e6f15} executeQuery: Code: 43. DB::Exception: The first argument of function JSONKey should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT JSONKey([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT JSONKey([]);) 2025.03.31 17:46:58.613697 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The first argument of function JSONKey should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT JSONKey([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:58.634140 [ 3914 ] {384edd96-aa45-4152-ad55-af1ad21ced0a} executeQuery: Code: 43. DB::Exception: The first argument of function JSONLength should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT JSONLength([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT JSONLength([]);) 2025.03.31 17:46:58.636761 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The first argument of function JSONLength should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT JSONLength([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:58.659384 [ 3914 ] {01c0b1cb-60ee-4e69-8d2c-e4668efb0953} executeQuery: Code: 43. DB::Exception: Function JSONMergePatch requires string arguments: In scope SELECT JSONMergePatch([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT JSONMergePatch([]);) 2025.03.31 17:46:58.662239 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Function JSONMergePatch requires string arguments: In scope SELECT JSONMergePatch([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:58.682405 [ 3914 ] {17c33cf7-5d26-41bb-92aa-274a8e128cd9} executeQuery: Code: 42. DB::Exception: Function JSONSharedDataPaths requires argument with type JSON, got: Array(Nothing): In scope SELECT JSONSharedDataPaths([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT JSONSharedDataPaths([]);) 2025.03.31 17:46:58.684592 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function JSONSharedDataPaths requires argument with type JSON, got: Array(Nothing): In scope SELECT JSONSharedDataPaths([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:46:58.704061 [ 3914 ] {378af955-97fc-40a5-ac98-59d82c1ab0c0} executeQuery: Code: 42. DB::Exception: Function JSONSharedDataPathsWithTypes requires argument with type JSON, got: Array(Nothing): In scope SELECT JSONSharedDataPathsWithTypes([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT JSONSharedDataPathsWithTypes([]);) 2025.03.31 17:46:58.706136 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function JSONSharedDataPathsWithTypes requires argument with type JSON, got: Array(Nothing): In scope SELECT JSONSharedDataPathsWithTypes([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:46:58.723210 [ 3914 ] {f7170b39-d80b-4e85-bff7-aacb6aee9f2b} executeQuery: Code: 43. DB::Exception: The first argument of function JSONType should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT JSONType([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT JSONType([]);) 2025.03.31 17:46:58.724932 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The first argument of function JSONType should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT JSONType([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:58.743344 [ 3914 ] {a8dfef3d-8a8c-4d25-b4e4-72ee714aaf9d} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'json' to function 'JSONArrayLength'. Expected: String, got: Array(Nothing): In scope SELECT JSON_ARRAY_LENGTH([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT JSON_ARRAY_LENGTH([]);) 2025.03.31 17:46:58.744950 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'json' to function 'JSONArrayLength'. Expected: String, got: Array(Nothing): In scope SELECT JSON_ARRAY_LENGTH([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:58.761805 [ 3914 ] {40c9d27e-a4fc-4bfd-ab7f-83efc9c22c83} executeQuery: Code: 35. DB::Exception: JSONPath functions require at least 2 arguments: In scope SELECT JSON_EXISTS([]). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT JSON_EXISTS([]);) 2025.03.31 17:46:58.763631 [ 3914 ] {} TCPHandler: Code: 35. DB::Exception: JSONPath functions require at least 2 arguments: In scope SELECT JSON_EXISTS([]). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) 2025.03.31 17:46:58.782265 [ 3914 ] {1f586beb-1808-454d-aad5-54802a24958e} executeQuery: Code: 35. DB::Exception: JSONPath functions require at least 2 arguments: In scope SELECT JSON_QUERY([]). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT JSON_QUERY([]);) 2025.03.31 17:46:58.784634 [ 3914 ] {} TCPHandler: Code: 35. DB::Exception: JSONPath functions require at least 2 arguments: In scope SELECT JSON_QUERY([]). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) 2025.03.31 17:46:58.803517 [ 3914 ] {e7aca161-9f45-4f5f-b9ca-7b843042fb9f} executeQuery: Code: 35. DB::Exception: JSONPath functions require at least 2 arguments: In scope SELECT JSON_VALUE([]). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT JSON_VALUE([]);) 2025.03.31 17:46:58.806123 [ 3914 ] {} TCPHandler: Code: 35. DB::Exception: JSONPath functions require at least 2 arguments: In scope SELECT JSON_VALUE([]). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) 2025.03.31 17:46:58.825240 [ 3914 ] {69d3fc2a-0c64-409b-b8b8-b0311da62c15} executeQuery: Code: 42. DB::Exception: Number of arguments for function L1Distance doesn't match: passed 1, should be 2: In scope SELECT L1Distance([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT L1Distance([]);) 2025.03.31 17:46:58.827742 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function L1Distance doesn't match: passed 1, should be 2: In scope SELECT L1Distance([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:46:58.846185 [ 3914 ] {92720524-0238-4230-b8c1-1b6a7daff1dd} executeQuery: Code: 43. DB::Exception: Arguments of function arrayL1Norm has nested type Nothing. Support: UInt8, UInt16, UInt32, UInt64, Int8, Int16, Int32, Int64, Float32, Float64.: In scope SELECT L1Norm([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT L1Norm([]);) 2025.03.31 17:46:58.848437 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Arguments of function arrayL1Norm has nested type Nothing. Support: UInt8, UInt16, UInt32, UInt64, Int8, Int16, Int32, Int64, Float32, Float64.: In scope SELECT L1Norm([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:58.866501 [ 3914 ] {d5436bd4-9e3a-407d-86f7-9d7188e9b8ef} executeQuery: Code: 43. DB::Exception: Argument 0 of function L1Norm should be tuple, got Array(Nothing): In scope SELECT L1Normalize([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT L1Normalize([]);) 2025.03.31 17:46:58.868908 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Argument 0 of function L1Norm should be tuple, got Array(Nothing): In scope SELECT L1Normalize([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:58.881732 [ 3179 ] {a9d42620-c702-4652-b466-bd7b46f6e7b8} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 666a79d4-1305-4759-80c4-718ec1831a47. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:58.886305 [ 3914 ] {0b378e36-b7ca-451b-a118-fb0f150af776} executeQuery: Code: 42. DB::Exception: Number of arguments for function L2Distance doesn't match: passed 1, should be 2: In scope SELECT L2Distance([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT L2Distance([]);) 2025.03.31 17:46:58.888425 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function L2Distance doesn't match: passed 1, should be 2: In scope SELECT L2Distance([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:46:58.906001 [ 3914 ] {0ca00703-f026-4c0b-9e79-89486a5cce4f} executeQuery: Code: 43. DB::Exception: Arguments of function arrayL2Norm has nested type Nothing. Support: UInt8, UInt16, UInt32, UInt64, Int8, Int16, Int32, Int64, Float32, Float64.: In scope SELECT L2Norm([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT L2Norm([]);) 2025.03.31 17:46:58.908117 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Arguments of function arrayL2Norm has nested type Nothing. Support: UInt8, UInt16, UInt32, UInt64, Int8, Int16, Int32, Int64, Float32, Float64.: In scope SELECT L2Norm([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:58.925810 [ 3914 ] {57196a6f-7420-4ad1-a307-2d361e13187b} executeQuery: Code: 43. DB::Exception: Argument 0 of function L2Norm should be tuple, got Array(Nothing): In scope SELECT L2Normalize([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT L2Normalize([]);) 2025.03.31 17:46:58.927915 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Argument 0 of function L2Norm should be tuple, got Array(Nothing): In scope SELECT L2Normalize([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:58.945081 [ 3914 ] {87b44f75-699e-4393-8061-2f8ec75f8212} executeQuery: Code: 42. DB::Exception: Number of arguments for function L2SquaredDistance doesn't match: passed 1, should be 2: In scope SELECT L2SquaredDistance([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT L2SquaredDistance([]);) 2025.03.31 17:46:58.947533 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function L2SquaredDistance doesn't match: passed 1, should be 2: In scope SELECT L2SquaredDistance([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:46:58.968477 [ 3914 ] {0fbbe0df-9148-4c7f-b120-0d36ba992af3} executeQuery: Code: 43. DB::Exception: Arguments of function arrayL2SquaredNorm has nested type Nothing. Support: UInt8, UInt16, UInt32, UInt64, Int8, Int16, Int32, Int64, Float32, Float64.: In scope SELECT L2SquaredNorm([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT L2SquaredNorm([]);) 2025.03.31 17:46:58.971259 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Arguments of function arrayL2SquaredNorm has nested type Nothing. Support: UInt8, UInt16, UInt32, UInt64, Int8, Int16, Int32, Int64, Float32, Float64.: In scope SELECT L2SquaredNorm([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:58.991367 [ 3914 ] {4f885a56-4422-45be-8ff9-83020cdac604} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toLastDayOfMonth. Should be Date, Date32, DateTime or DateTime64: In scope SELECT LAST_DAY([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT LAST_DAY([]);) 2025.03.31 17:46:58.994110 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toLastDayOfMonth. Should be Date, Date32, DateTime or DateTime64: In scope SELECT LAST_DAY([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:59.016187 [ 3914 ] {f13bef48-02b1-476e-93a6-b4b0181c0fd6} executeQuery: Code: 42. DB::Exception: Number of arguments for function LinfDistance doesn't match: passed 1, should be 2: In scope SELECT LinfDistance([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT LinfDistance([]);) 2025.03.31 17:46:59.019491 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function LinfDistance doesn't match: passed 1, should be 2: In scope SELECT LinfDistance([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:46:59.041555 [ 3914 ] {a2875783-9d69-4623-87b4-44e7f5eced92} executeQuery: Code: 43. DB::Exception: Arguments of function arrayLinfNorm has nested type Nothing. Support: UInt8, UInt16, UInt32, UInt64, Int8, Int16, Int32, Int64, Float32, Float64.: In scope SELECT LinfNorm([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT LinfNorm([]);) 2025.03.31 17:46:59.045030 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Arguments of function arrayLinfNorm has nested type Nothing. Support: UInt8, UInt16, UInt32, UInt64, Int8, Int16, Int32, Int64, Float32, Float64.: In scope SELECT LinfNorm([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:59.066078 [ 3914 ] {e0ae2748-5565-4e8b-9d6a-bfe613edd2bc} executeQuery: Code: 43. DB::Exception: Argument 0 of function LinfNorm should be tuple, got Array(Nothing): In scope SELECT LinfNormalize([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT LinfNormalize([]);) 2025.03.31 17:46:59.068836 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Argument 0 of function LinfNorm should be tuple, got Array(Nothing): In scope SELECT LinfNormalize([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:59.087626 [ 3914 ] {f45ea3c0-63cb-4939-b964-1eac31ef205d} executeQuery: Code: 42. DB::Exception: Number of arguments for function LpDistance doesn't match: passed 1, should be 3: In scope SELECT LpDistance([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT LpDistance([]);) 2025.03.31 17:46:59.090152 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function LpDistance doesn't match: passed 1, should be 3: In scope SELECT LpDistance([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:46:59.108582 [ 3914 ] {8a18d940-c53e-4080-84f1-d6fa05ce9357} executeQuery: Code: 42. DB::Exception: Number of arguments for function LpNorm doesn't match: passed 1, should be 2: In scope SELECT LpNorm([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT LpNorm([]);) 2025.03.31 17:46:59.111106 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function LpNorm doesn't match: passed 1, should be 2: In scope SELECT LpNorm([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:46:59.129968 [ 3914 ] {b4cb19bb-f5f5-431a-9c14-107f9246f784} executeQuery: Code: 42. DB::Exception: Number of arguments for function LpNormalize doesn't match: passed 1, should be 2: In scope SELECT LpNormalize([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT LpNormalize([]);) 2025.03.31 17:46:59.132424 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function LpNormalize doesn't match: passed 1, should be 2: In scope SELECT LpNormalize([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:46:59.150465 [ 3914 ] {f6dfdecb-5346-44ee-8d16-d8b7f23552f3} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function MACNumToString, expected UInt64: In scope SELECT MACNumToString([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT MACNumToString([]);) 2025.03.31 17:46:59.152766 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function MACNumToString, expected UInt64: In scope SELECT MACNumToString([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:59.170711 [ 3914 ] {08f294b1-c7e5-40ad-8cf1-670377481ea5} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function MACStringToNum: In scope SELECT MACStringToNum([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT MACStringToNum([]);) 2025.03.31 17:46:59.173133 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function MACStringToNum: In scope SELECT MACStringToNum([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:59.190604 [ 3914 ] {1f063dfb-79ca-4363-b405-18e7ae4a30ae} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function MACStringToOUI: In scope SELECT MACStringToOUI([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT MACStringToOUI([]);) 2025.03.31 17:46:59.191105 [ 3655 ] {26aec40e-deeb-40c5-bf5a-5b09a3eeac33} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id e49fb344-6bbf-456a-8542-af12b428f05f. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:59.192784 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function MACStringToOUI: In scope SELECT MACStringToOUI([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:59.209071 [ 3914 ] {1fb0bc50-3755-472a-b10c-f10ca9ad6a86} executeQuery: Code: 42. DB::Exception: Number of arguments for function mapFromArrays doesn't match: passed 1, should be 2: In scope SELECT MAP_FROM_ARRAYS([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT MAP_FROM_ARRAYS([]);) 2025.03.31 17:46:59.211051 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function mapFromArrays doesn't match: passed 1, should be 2: In scope SELECT MAP_FROM_ARRAYS([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:46:59.232143 [ 3914 ] {f549264d-1bc5-426d-b151-65a876860647} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function MD4: In scope SELECT MD4([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT MD4([]);) 2025.03.31 17:46:59.235232 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function MD4: In scope SELECT MD4([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:59.257985 [ 3914 ] {ee7a71e2-5f21-43e7-bd92-838f9733bda9} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function MD5: In scope SELECT MD5([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT MD5([]);) 2025.03.31 17:46:59.261196 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function MD5: In scope SELECT MD5([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:59.282472 [ 3914 ] {ea927be3-1ad4-4285-b950-e662d3e19420} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toMillisecond. Should be Date, Date32, DateTime or DateTime64: In scope SELECT MILLISECOND([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT MILLISECOND([]);) 2025.03.31 17:46:59.285022 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toMillisecond. Should be Date, Date32, DateTime or DateTime64: In scope SELECT MILLISECOND([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:59.304133 [ 3914 ] {69acf482-36ae-4c10-ae44-91b19d015782} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toMinute. Should be Date, Date32, DateTime or DateTime64: In scope SELECT MINUTE([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT MINUTE([]);) 2025.03.31 17:46:59.306364 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toMinute. Should be Date, Date32, DateTime or DateTime64: In scope SELECT MINUTE([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:59.324186 [ 3914 ] {82c4480c-c4ed-497e-b918-269c97d3f083} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toMonth. Should be Date, Date32, DateTime or DateTime64: In scope SELECT MONTH([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT MONTH([]);) 2025.03.31 17:46:59.326399 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toMonth. Should be Date, Date32, DateTime or DateTime64: In scope SELECT MONTH([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:59.381054 [ 3914 ] {92d802eb-93ff-4ac1-abb5-b62f66188927} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toQuarter. Should be Date, Date32, DateTime or DateTime64: In scope SELECT QUARTER([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT QUARTER([]);) 2025.03.31 17:46:59.383854 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toQuarter. Should be Date, Date32, DateTime or DateTime64: In scope SELECT QUARTER([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:59.407036 [ 3914 ] {7fad2382-cb45-469d-8dd4-384430277a0d} executeQuery: Code: 42. DB::Exception: Number of arguments for function regexpExtract doesn't match: passed 1: In scope SELECT REGEXP_EXTRACT([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT REGEXP_EXTRACT([]);) 2025.03.31 17:46:59.410566 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function regexpExtract doesn't match: passed 1: In scope SELECT REGEXP_EXTRACT([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:46:59.432989 [ 3914 ] {1a6450e9-d9b2-4760-9eff-85d6e135c30c} executeQuery: Code: 42. DB::Exception: Number of arguments for function match doesn't match: passed 1, should be 2: In scope SELECT REGEXP_MATCHES([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT REGEXP_MATCHES([]);) 2025.03.31 17:46:59.436082 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function match doesn't match: passed 1, should be 2: In scope SELECT REGEXP_MATCHES([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:46:59.457755 [ 3914 ] {5eff4808-87dc-4b8a-bc7c-74b836f112c8} executeQuery: Code: 42. DB::Exception: Number of arguments for function replaceRegexpAll doesn't match: passed 1, should be 3: In scope SELECT REGEXP_REPLACE([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT REGEXP_REPLACE([]);) 2025.03.31 17:46:59.460799 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function replaceRegexpAll doesn't match: passed 1, should be 3: In scope SELECT REGEXP_REPLACE([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:46:59.481807 [ 3914 ] {f8f3b2e5-939c-4e1c-86a1-8dc28fd45424} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function RIPEMD160: In scope SELECT RIPEMD160([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT RIPEMD160([]);) 2025.03.31 17:46:59.484441 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function RIPEMD160: In scope SELECT RIPEMD160([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:59.510799 [ 3914 ] {afc20e2b-ce6c-4e0f-8190-efa112c3e891} executeQuery: Code: 42. DB::Exception: Number of arguments for function currentDatabase doesn't match: passed 1, should be 0: In scope SELECT SCHEMA([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT SCHEMA([]);) 2025.03.31 17:46:59.514280 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function currentDatabase doesn't match: passed 1, should be 0: In scope SELECT SCHEMA([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:46:59.540005 [ 3914 ] {adfd0c65-5641-4965-bef0-cfd97bb26d67} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toSecond. Should be Date, Date32, DateTime or DateTime64: In scope SELECT SECOND([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT SECOND([]);) 2025.03.31 17:46:59.543106 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toSecond. Should be Date, Date32, DateTime or DateTime64: In scope SELECT SECOND([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:59.568025 [ 3914 ] {d1560749-3b3b-4e27-a2cd-2f67a64df630} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function SHA1: In scope SELECT SHA1([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT SHA1([]);) 2025.03.31 17:46:59.570794 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function SHA1: In scope SELECT SHA1([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:59.593778 [ 3914 ] {bcb63fe1-1ead-4bbd-8309-c6d1787633e1} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function SHA224: In scope SELECT SHA224([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT SHA224([]);) 2025.03.31 17:46:59.596585 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function SHA224: In scope SELECT SHA224([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:59.617278 [ 3914 ] {19f36c0b-e41e-469c-a1f1-ff016f4b99a1} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function SHA256: In scope SELECT SHA256([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT SHA256([]);) 2025.03.31 17:46:59.620054 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function SHA256: In scope SELECT SHA256([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:59.639603 [ 3914 ] {1990b412-1070-4fdf-88b3-22b68b13ea54} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function SHA384: In scope SELECT SHA384([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT SHA384([]);) 2025.03.31 17:46:59.642383 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function SHA384: In scope SELECT SHA384([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:59.661516 [ 3914 ] {c89597d1-c306-41e1-83a3-f6c188df991b} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function SHA512: In scope SELECT SHA512([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT SHA512([]);) 2025.03.31 17:46:59.664102 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function SHA512: In scope SELECT SHA512([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:59.682285 [ 3914 ] {95074256-311a-47be-861d-0a35005e7f81} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function SHA512_256: In scope SELECT SHA512_256([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT SHA512_256([]);) 2025.03.31 17:46:59.684748 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function SHA512_256: In scope SELECT SHA512_256([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:59.702763 [ 3914 ] {50241157-7c13-40ae-844e-0de82e8cf7f3} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function stddevPop. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT STD([]);) 2025.03.31 17:46:59.705449 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function stddevPop. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:59.722699 [ 3914 ] {2508c0b1-039b-40d0-9285-b11db8de1354} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function stddevPop. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT STDDEV_POP([]);) 2025.03.31 17:46:59.724917 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function stddevPop. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:59.742778 [ 3914 ] {86d61663-1c16-4731-bdf5-418fb78178b1} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function stddevSamp. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT STDDEV_SAMP([]);) 2025.03.31 17:46:59.745246 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function stddevSamp. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:59.762810 [ 3914 ] {531956ec-5578-40f7-83ad-abb931f3b541} executeQuery: Code: 42. DB::Exception: Number of arguments for function substringIndex doesn't match: passed 1, should be 3: In scope SELECT SUBSTRING_INDEX([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT SUBSTRING_INDEX([]);) 2025.03.31 17:46:59.764841 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function substringIndex doesn't match: passed 1, should be 3: In scope SELECT SUBSTRING_INDEX([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:46:59.773454 [ 1254 ] {c19ea3ff-da81-44b1-8d93-10a419a2d9b6} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 21c1df87-0693-4556-88a0-d1db7b4e836b. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:46:59.793513 [ 3914 ] {cd8558af-8562-4437-894d-8fcb68d16a42} executeQuery: Code: 36. DB::Exception: Unknown geometry type Array(Nothing): In scope SELECT SVG([]). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT SVG([]);) 2025.03.31 17:46:59.796825 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: Unknown geometry type Array(Nothing): In scope SELECT SVG([]). (BAD_ARGUMENTS) 2025.03.31 17:46:59.819457 [ 3914 ] {09a5a6a4-8d8e-46d1-b246-37e0e21d3cb5} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'dateDiff'. Expected 3 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT dateDiff([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT TIMESTAMP_DIFF([]);) 2025.03.31 17:46:59.822438 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'dateDiff'. Expected 3 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT dateDiff([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:46:59.845908 [ 3914 ] {2b6b6efd-e5d9-4b80-a173-03089b74181b} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'base64Encode'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT TO_BASE64([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT TO_BASE64([]);) 2025.03.31 17:46:59.849028 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'base64Encode'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT TO_BASE64([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:59.871367 [ 3914 ] {b35ad77a-363f-4049-b80a-093b0f383673} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toDaysSinceYearZero. Should be Date, Date32, DateTime or DateTime64: In scope SELECT TO_DAYS([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT TO_DAYS([]);) 2025.03.31 17:46:59.874371 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toDaysSinceYearZero. Should be Date, Date32, DateTime or DateTime64: In scope SELECT TO_DAYS([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:59.895122 [ 3914 ] {d31e8976-b090-48fb-938d-a35038681622} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTime'. Expected: String, got: Array(Nothing): In scope SELECT TO_UNIXTIME([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT TO_UNIXTIME([]);) 2025.03.31 17:46:59.898248 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTime'. Expected: String, got: Array(Nothing): In scope SELECT TO_UNIXTIME([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:59.918778 [ 3914 ] {7133dd58-de85-4e4c-bc49-6973db394b2f} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function ULIDStringToDateTime. Must be String or FixedString(26).: In scope SELECT ULIDStringToDateTime([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT ULIDStringToDateTime([]);) 2025.03.31 17:46:59.921863 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function ULIDStringToDateTime. Must be String or FixedString(26).: In scope SELECT ULIDStringToDateTime([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:59.942461 [ 3914 ] {e37c16f1-f574-429a-ac8e-7d2f515eaefb} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function URLHash: In scope SELECT URLHash([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT URLHash([]);) 2025.03.31 17:46:59.945428 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function URLHash: In scope SELECT URLHash([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:59.965796 [ 3914 ] {4746efd5-f7b6-46e1-be21-02c8b0584c0f} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'URL' to function 'URLHierarchy'. Expected: String, got: Array(Nothing): In scope SELECT URLHierarchy([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT URLHierarchy([]);) 2025.03.31 17:46:59.968849 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'URL' to function 'URLHierarchy'. Expected: String, got: Array(Nothing): In scope SELECT URLHierarchy([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:46:59.988465 [ 3914 ] {57dfc794-98de-4e8a-95b4-d008ef389913} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'URL' to function 'URLPathHierarchy'. Expected: String, got: Array(Nothing): In scope SELECT URLPathHierarchy([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT URLPathHierarchy([]);) 2025.03.31 17:46:59.991201 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'URL' to function 'URLPathHierarchy'. Expected: String, got: Array(Nothing): In scope SELECT URLPathHierarchy([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:00.010969 [ 3914 ] {7d53d946-4457-4efc-b7ad-a4c6dfcc0d39} executeQuery: Code: 42. DB::Exception: Number of arguments for function UTCTimestamp doesn't match: passed 1, should be 0: In scope SELECT UTCTimestamp([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT UTCTimestamp([]);) 2025.03.31 17:47:00.013806 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function UTCTimestamp doesn't match: passed 1, should be 0: In scope SELECT UTCTimestamp([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:00.034217 [ 3914 ] {2981af0e-ba44-4b11-b212-5e7f7e003aad} executeQuery: Code: 42. DB::Exception: Number of arguments for function UTCTimestamp doesn't match: passed 1, should be 0: In scope SELECT UTC_timestamp([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT UTC_timestamp([]);) 2025.03.31 17:47:00.037069 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function UTCTimestamp doesn't match: passed 1, should be 0: In scope SELECT UTC_timestamp([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:00.059020 [ 3914 ] {62f5fb92-8640-4f46-9373-e98e6f3a8261} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function UUIDNumToString, expected FixedString(16): In scope SELECT UUIDNumToString([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT UUIDNumToString([]);) 2025.03.31 17:47:00.061906 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function UUIDNumToString, expected FixedString(16): In scope SELECT UUIDNumToString([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:00.082181 [ 3914 ] {b1749f06-48e2-46ad-9d6c-acafb55bbc30} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function UUIDStringToNum, expected FixedString(36): In scope SELECT UUIDStringToNum([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT UUIDStringToNum([]);) 2025.03.31 17:47:00.085156 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function UUIDStringToNum, expected FixedString(36): In scope SELECT UUIDStringToNum([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:00.105141 [ 3914 ] {5c0bdaa8-351f-4bc1-a352-7b00570357a1} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function UUIDToNum, expected UUID: In scope SELECT UUIDToNum([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT UUIDToNum([]);) 2025.03.31 17:47:00.108385 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function UUIDToNum, expected UUID: In scope SELECT UUIDToNum([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:00.128004 [ 3914 ] {0b30bf37-94a5-4814-915b-d819f89321bc} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function UUIDv7ToDateTime, expected UUID: In scope SELECT UUIDv7ToDateTime([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT UUIDv7ToDateTime([]);) 2025.03.31 17:47:00.131198 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function UUIDv7ToDateTime, expected UUID: In scope SELECT UUIDv7ToDateTime([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:00.153201 [ 3914 ] {f08f6079-b0c3-47ce-828c-48c080ecc83d} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function varPop. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT VAR_POP([]);) 2025.03.31 17:47:00.156292 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function varPop. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:00.178190 [ 3914 ] {61ccc336-92b2-43ff-aec9-f7a40def5e25} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function varSamp. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT VAR_SAMP([]);) 2025.03.31 17:47:00.181274 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function varSamp. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:00.204098 [ 3914 ] {59ab9d7d-b409-4e5c-9338-d6c46eea8301} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toYear. Should be Date, Date32, DateTime or DateTime64: In scope SELECT YEAR([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT YEAR([]);) 2025.03.31 17:47:00.207675 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toYear. Should be Date, Date32, DateTime or DateTime64: In scope SELECT YEAR([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:00.229459 [ 3914 ] {d5d2cd78-6351-4a01-a1bb-c063b6948377} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'YYYYMMDD' to function 'YYYYMMDDToDate'. Expected: Number, got: Array(Nothing): In scope SELECT YYYYMMDDToDate([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT YYYYMMDDToDate([]);) 2025.03.31 17:47:00.232411 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'YYYYMMDD' to function 'YYYYMMDDToDate'. Expected: Number, got: Array(Nothing): In scope SELECT YYYYMMDDToDate([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:00.253258 [ 3914 ] {2483ea59-dfff-41ec-8200-b6f05c3af5a5} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'YYYYMMDD' to function 'YYYYMMDDToDate32'. Expected: Number, got: Array(Nothing): In scope SELECT YYYYMMDDToDate32([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT YYYYMMDDToDate32([]);) 2025.03.31 17:47:00.256253 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'YYYYMMDD' to function 'YYYYMMDDToDate32'. Expected: Number, got: Array(Nothing): In scope SELECT YYYYMMDDToDate32([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:00.277292 [ 3914 ] {f0af3bff-6579-4054-9e9c-21027408760d} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'YYYYMMDDhhmmss' to function 'YYYYMMDDhhmmssToDateTime'. Expected: Number, got: Array(Nothing): In scope SELECT YYYYMMDDhhmmssToDateTime([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT YYYYMMDDhhmmssToDateTime([]);) 2025.03.31 17:47:00.280414 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'YYYYMMDDhhmmss' to function 'YYYYMMDDhhmmssToDateTime'. Expected: Number, got: Array(Nothing): In scope SELECT YYYYMMDDhhmmssToDateTime([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:00.280889 [ 3197 ] {41843231-a3a9-4ec1-af11-0f37dacec33f} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'parseDateTime64BestEffort'. Expected 1 mandatory argument and 2 optional arguments, got 0 arguments: In scope SELECT parseDateTime64BestEffort(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:32850) (comment: 01281_parseDateTime64BestEffort.sql) (in query: -- Error cases SELECT parseDateTime64BestEffort();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&, String&&) @ 0x0000000031c3fcf7 4. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3b1b3 5. ./src/Functions/FunctionsConversion.h:2574: DB::detail::FunctionConvertFromString::getReturnTypeImpl(std::vector> const&) const @ 0x0000000032d05ae9 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:47:00.283218 [ 3197 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'parseDateTime64BestEffort'. Expected 1 mandatory argument and 2 optional arguments, got 0 arguments: In scope SELECT parseDateTime64BestEffort(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&, String&&) @ 0x0000000031c3fcf7 4. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3b1b3 5. ./src/Functions/FunctionsConversion.h:2574: DB::detail::FunctionConvertFromString::getReturnTypeImpl(std::vector> const&) const @ 0x0000000032d05ae9 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:47:00.300994 [ 3914 ] {47ca5367-2bf5-438b-9777-91a0b04d08c8} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'YYYYMMDDhhmmss' to function 'YYYYMMDDhhmmssToDateTime64'. Expected: Number, got: Array(Nothing): In scope SELECT YYYYMMDDhhmmssToDateTime64([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT YYYYMMDDhhmmssToDateTime64([]);) 2025.03.31 17:47:00.304034 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'YYYYMMDDhhmmss' to function 'YYYYMMDDhhmmssToDateTime64'. Expected: Number, got: Array(Nothing): In scope SELECT YYYYMMDDhhmmssToDateTime64([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:00.324381 [ 3914 ] {c471636f-8641-4b44-859f-7baad53037df} executeQuery: Code: 42. DB::Exception: Number of arguments for function _CAST doesn't match: passed 1, should be 2: In scope SELECT _CAST([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT _CAST([]);) 2025.03.31 17:47:00.327530 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function _CAST doesn't match: passed 1, should be 2: In scope SELECT _CAST([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:00.347409 [ 3914 ] {5c3e80e9-d53a-444b-b5d0-63076d5b7775} executeQuery: Code: 42. DB::Exception: Number of arguments for function __actionName doesn't match: passed 1, should be 2: In scope SELECT __actionName([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT __actionName([]);) 2025.03.31 17:47:00.350373 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function __actionName doesn't match: passed 1, should be 2: In scope SELECT __actionName([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:00.370131 [ 3914 ] {3277d65f-ba93-4626-800c-03a9f6f1a759} executeQuery: Code: 42. DB::Exception: Number of arguments for function __bitBoolMaskAnd doesn't match: passed 1, should be 2: In scope SELECT __bitBoolMaskAnd([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT __bitBoolMaskAnd([]);) 2025.03.31 17:47:00.373046 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function __bitBoolMaskAnd doesn't match: passed 1, should be 2: In scope SELECT __bitBoolMaskAnd([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:00.392891 [ 3914 ] {f8346005-b068-46fd-bb57-df369adb9404} executeQuery: Code: 42. DB::Exception: Number of arguments for function __bitBoolMaskOr doesn't match: passed 1, should be 2: In scope SELECT __bitBoolMaskOr([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT __bitBoolMaskOr([]);) 2025.03.31 17:47:00.395722 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function __bitBoolMaskOr doesn't match: passed 1, should be 2: In scope SELECT __bitBoolMaskOr([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:00.416053 [ 3914 ] {ebcafd48-6a70-461c-b5f7-22b1132facf0} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function __bitSwapLastTwo: In scope SELECT __bitSwapLastTwo([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT __bitSwapLastTwo([]);) 2025.03.31 17:47:00.418976 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function __bitSwapLastTwo: In scope SELECT __bitSwapLastTwo([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:00.439689 [ 3914 ] {592d6b41-b4e7-4a16-80f7-045661358322} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function __bitWrapperFunc: In scope SELECT __bitWrapperFunc([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT __bitWrapperFunc([]);) 2025.03.31 17:47:00.443129 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function __bitWrapperFunc: In scope SELECT __bitWrapperFunc([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:00.464913 [ 3914 ] {ce02195c-a81e-4ba4-a900-95cfcd07cc9e} executeQuery: Code: 43. DB::Exception: Function __getScalar accepts one const string argument: In scope SELECT __getScalar([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT __getScalar([]);) 2025.03.31 17:47:00.468084 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Function __getScalar accepts one const string argument: In scope SELECT __getScalar([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:00.531768 [ 3914 ] {a0a258c8-4f35-4e75-b6b8-2720b44a0708} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function abs: In scope SELECT abs([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT abs([]);) 2025.03.31 17:47:00.534641 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function abs: In scope SELECT abs([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:00.556758 [ 3914 ] {766c02c4-e9bd-4ef6-95cf-58205a55eda8} executeQuery: Code: 42. DB::Exception: Number of arguments for function accurateCast doesn't match: passed 1, should be 2: In scope SELECT accurateCast([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT accurateCast([]);) 2025.03.31 17:47:00.559601 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function accurateCast doesn't match: passed 1, should be 2: In scope SELECT accurateCast([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:00.583876 [ 3914 ] {b2a3d20f-ec45-4c26-a476-7d88c7509173} executeQuery: Code: 42. DB::Exception: Function accurateCastOrDefault expected 2 or 3 arguments. Actual 1: In scope SELECT accurateCastOrDefault([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT accurateCastOrDefault([]);) 2025.03.31 17:47:00.587078 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function accurateCastOrDefault expected 2 or 3 arguments. Actual 1: In scope SELECT accurateCastOrDefault([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:00.609819 [ 3914 ] {d67095d2-7197-4a50-83f6-26f7a902edcd} executeQuery: Code: 42. DB::Exception: Number of arguments for function accurateCastOrNull doesn't match: passed 1, should be 2: In scope SELECT accurateCastOrNull([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT accurateCastOrNull([]);) 2025.03.31 17:47:00.613118 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function accurateCastOrNull doesn't match: passed 1, should be 2: In scope SELECT accurateCastOrNull([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:00.616698 [ 1247 ] {a30875b7-c7d6-49dd-93d4-01fb21b2c324} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 91259877-bdb0-4638-8158-de107399e23f. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:00.635678 [ 3914 ] {d485ee69-e1ea-4d0c-8783-ee3a7f1e18a6} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function acos: In scope SELECT acos([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT acos([]);) 2025.03.31 17:47:00.638543 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function acos: In scope SELECT acos([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:00.660287 [ 3914 ] {66f23aa7-4d84-4872-9f00-eaf81a1d2663} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function acosh: In scope SELECT acosh([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT acosh([]);) 2025.03.31 17:47:00.663084 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function acosh: In scope SELECT acosh([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:00.686219 [ 3914 ] {6ddb71ea-e108-4541-bf76-b7d3842a8c47} executeQuery: Code: 42. DB::Exception: Number of arguments for function addDate doesn't match: passed 1, should be 2: In scope SELECT addDate([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT addDate([]);) 2025.03.31 17:47:00.689401 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function addDate doesn't match: passed 1, should be 2: In scope SELECT addDate([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:00.711799 [ 3914 ] {35a4da23-a150-4381-a239-873f7a6b9646} executeQuery: Code: 42. DB::Exception: Number of arguments for function addDays doesn't match: passed 1, should be 2 or 3: In scope SELECT addDays([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT addDays([]);) 2025.03.31 17:47:00.715057 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function addDays doesn't match: passed 1, should be 2 or 3: In scope SELECT addDays([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:00.737603 [ 3914 ] {b83b8532-4427-404b-b1d9-05299955ee93} executeQuery: Code: 42. DB::Exception: Number of arguments for function addHours doesn't match: passed 1, should be 2 or 3: In scope SELECT addHours([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT addHours([]);) 2025.03.31 17:47:00.741786 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function addHours doesn't match: passed 1, should be 2 or 3: In scope SELECT addHours([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:00.762533 [ 3914 ] {89ff67f0-dff8-4a93-bdc1-55a1fb106bb0} executeQuery: Code: 42. DB::Exception: Number of arguments for function addInterval doesn't match: passed 1, should be 2: In scope SELECT addInterval([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT addInterval([]);) 2025.03.31 17:47:00.765536 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function addInterval doesn't match: passed 1, should be 2: In scope SELECT addInterval([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:00.787773 [ 3914 ] {031aa603-8e59-4fe5-a28d-0061c18d5270} executeQuery: Code: 42. DB::Exception: Number of arguments for function addMicroseconds doesn't match: passed 1, should be 2 or 3: In scope SELECT addMicroseconds([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT addMicroseconds([]);) 2025.03.31 17:47:00.790860 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function addMicroseconds doesn't match: passed 1, should be 2 or 3: In scope SELECT addMicroseconds([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:00.812733 [ 3914 ] {501f359f-2b99-4ae0-9d7e-44cd5a72af61} executeQuery: Code: 42. DB::Exception: Number of arguments for function addMilliseconds doesn't match: passed 1, should be 2 or 3: In scope SELECT addMilliseconds([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT addMilliseconds([]);) 2025.03.31 17:47:00.815828 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function addMilliseconds doesn't match: passed 1, should be 2 or 3: In scope SELECT addMilliseconds([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:00.838720 [ 3914 ] {41294c2a-d46c-4091-8e3f-93bdc77b9238} executeQuery: Code: 42. DB::Exception: Number of arguments for function addMinutes doesn't match: passed 1, should be 2 or 3: In scope SELECT addMinutes([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT addMinutes([]);) 2025.03.31 17:47:00.841744 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function addMinutes doesn't match: passed 1, should be 2 or 3: In scope SELECT addMinutes([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:00.863824 [ 3914 ] {22bbcbdb-9ce0-4d1b-bb2d-eb5e2fd6bfa1} executeQuery: Code: 42. DB::Exception: Number of arguments for function addMonths doesn't match: passed 1, should be 2 or 3: In scope SELECT addMonths([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT addMonths([]);) 2025.03.31 17:47:00.866793 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function addMonths doesn't match: passed 1, should be 2 or 3: In scope SELECT addMonths([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:00.889460 [ 3914 ] {71d358c7-e2cd-471a-8ab0-7746959243d9} executeQuery: Code: 42. DB::Exception: Number of arguments for function addNanoseconds doesn't match: passed 1, should be 2 or 3: In scope SELECT addNanoseconds([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT addNanoseconds([]);) 2025.03.31 17:47:00.892547 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function addNanoseconds doesn't match: passed 1, should be 2 or 3: In scope SELECT addNanoseconds([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:00.915014 [ 3914 ] {66b6b710-31b3-4961-b30a-ff193b9b814c} executeQuery: Code: 42. DB::Exception: Number of arguments for function addQuarters doesn't match: passed 1, should be 2 or 3: In scope SELECT addQuarters([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT addQuarters([]);) 2025.03.31 17:47:00.918057 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function addQuarters doesn't match: passed 1, should be 2 or 3: In scope SELECT addQuarters([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:00.941119 [ 3914 ] {f5c81857-2045-49c9-beb8-d1d03458c7f5} executeQuery: Code: 42. DB::Exception: Number of arguments for function addSeconds doesn't match: passed 1, should be 2 or 3: In scope SELECT addSeconds([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT addSeconds([]);) 2025.03.31 17:47:00.944265 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function addSeconds doesn't match: passed 1, should be 2 or 3: In scope SELECT addSeconds([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:00.968657 [ 3914 ] {6cc16eda-db4f-4e1f-81ee-f07260a963a6} executeQuery: Code: 42. DB::Exception: Number of arguments for function addTupleOfIntervals doesn't match: passed 1, should be 2: In scope SELECT addTupleOfIntervals([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT addTupleOfIntervals([]);) 2025.03.31 17:47:00.972196 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function addTupleOfIntervals doesn't match: passed 1, should be 2: In scope SELECT addTupleOfIntervals([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:00.994089 [ 3914 ] {17699110-bf88-4d8e-bf5f-f39af220ec05} executeQuery: Code: 42. DB::Exception: Number of arguments for function addWeeks doesn't match: passed 1, should be 2 or 3: In scope SELECT addWeeks([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT addWeeks([]);) 2025.03.31 17:47:00.997204 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function addWeeks doesn't match: passed 1, should be 2 or 3: In scope SELECT addWeeks([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:01.017416 [ 3914 ] {11a8e205-4252-4a7f-9762-1a6571c6e680} executeQuery: Code: 42. DB::Exception: Number of arguments for function addYears doesn't match: passed 1, should be 2 or 3: In scope SELECT addYears([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT addYears([]);) 2025.03.31 17:47:01.020185 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function addYears doesn't match: passed 1, should be 2 or 3: In scope SELECT addYears([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:01.036178 [ 3914 ] {62836b2a-d5c5-40e0-8888-2167a93c08a1} executeQuery: Code: 43. DB::Exception: The only argument for function addressToLine must be UInt64. Found Array(Nothing) instead.: In scope SELECT addressToLine([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT addressToLine([]);) 2025.03.31 17:47:01.038010 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The only argument for function addressToLine must be UInt64. Found Array(Nothing) instead.: In scope SELECT addressToLine([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:01.044113 [ 3197 ] {c71314a0-fe64-4c61-beff-89e90372ab84} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'string' to function 'parseDateTime64BestEffort'. Expected: String or FixedString, got: UInt8: In scope SELECT parseDateTime64BestEffort(123). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:32850) (comment: 01281_parseDateTime64BestEffort.sql) (in query: SELECT parseDateTime64BestEffort(123);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. ./src/Functions/FunctionsConversion.h:2574: DB::detail::FunctionConvertFromString::getReturnTypeImpl(std::vector> const&) const @ 0x0000000032d05ae9 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:47:01.046823 [ 3197 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'string' to function 'parseDateTime64BestEffort'. Expected: String or FixedString, got: UInt8: In scope SELECT parseDateTime64BestEffort(123). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. ./src/Functions/FunctionsConversion.h:2574: DB::detail::FunctionConvertFromString::getReturnTypeImpl(std::vector> const&) const @ 0x0000000032d05ae9 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:47:01.053955 [ 3914 ] {5f644a86-864e-4dd9-b13e-a4bfffb691df} executeQuery: Code: 43. DB::Exception: The only argument for function addressToLineWithInlines must be UInt64. Found Array(Nothing) instead.: In scope SELECT addressToLineWithInlines([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT addressToLineWithInlines([]);) 2025.03.31 17:47:01.055895 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The only argument for function addressToLineWithInlines must be UInt64. Found Array(Nothing) instead.: In scope SELECT addressToLineWithInlines([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:01.073111 [ 3914 ] {989b10a7-bb77-4276-9926-f1720acde7a8} executeQuery: Code: 43. DB::Exception: The only argument for function addressToSymbol must be UInt64. Found Array(Nothing) instead.: In scope SELECT addressToSymbol([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT addressToSymbol([]);) 2025.03.31 17:47:01.075492 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The only argument for function addressToSymbol must be UInt64. Found Array(Nothing) instead.: In scope SELECT addressToSymbol([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:01.097555 [ 3914 ] {2a970e33-5849-4fff-a30a-34a4bf22611b} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'aes_decrypt_mysql'. Expected 3 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT aes_decrypt_mysql([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT aes_decrypt_mysql([]);) 2025.03.31 17:47:01.100927 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'aes_decrypt_mysql'. Expected 3 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT aes_decrypt_mysql([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:01.121696 [ 3914 ] {b3f68d68-b8dd-4f8b-adbc-05ce06f7ceff} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'aes_encrypt_mysql'. Expected 3 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT aes_encrypt_mysql([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT aes_encrypt_mysql([]);) 2025.03.31 17:47:01.124988 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'aes_encrypt_mysql'. Expected 3 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT aes_encrypt_mysql([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:01.148547 [ 3914 ] {5f6acb6a-9914-41c8-aee4-a7d34c7d0974} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'age'. Expected 3 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT age([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT age([]);) 2025.03.31 17:47:01.151811 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'age'. Expected 3 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT age([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:01.188437 [ 3914 ] {8278c16c-ada2-42bb-8e12-91e605545bc5} executeQuery: Code: 503. DB::Exception: Aggregate function aggThrow has thrown exception successfully: While executing AggregatingTransform. (AGGREGATE_FUNCTION_THROW) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT aggThrow([]);) 2025.03.31 17:47:01.192525 [ 3914 ] {} TCPHandler: Code: 503. DB::Exception: Aggregate function aggThrow has thrown exception successfully: While executing AggregatingTransform. (AGGREGATE_FUNCTION_THROW) 2025.03.31 17:47:01.215059 [ 3914 ] {92ac7240-3dbf-44e2-a5a7-2c38ea71517d} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 's' to function 'alphaTokens'. Expected: String, got: Array(Nothing): In scope SELECT alphaTokens([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT alphaTokens([]);) 2025.03.31 17:47:01.217929 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 's' to function 'alphaTokens'. Expected: String, got: Array(Nothing): In scope SELECT alphaTokens([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:01.237472 [ 3914 ] {9b8841a5-008b-4918-a5f0-6dd38be34f4f} executeQuery: Code: 42. DB::Exception: Aggregate function analysisOfVariance requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT analysisOfVariance([]);) 2025.03.31 17:47:01.240374 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function analysisOfVariance requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:01.262630 [ 3914 ] {d62dbce7-8e75-4bb2-82b0-34b7565c134a} executeQuery: Code: 35. DB::Exception: Number of arguments for function "and" should be at least 2: passed 1: In scope SELECT and([]). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT and([]);) 2025.03.31 17:47:01.265656 [ 3914 ] {} TCPHandler: Code: 35. DB::Exception: Number of arguments for function "and" should be at least 2: passed 1: In scope SELECT and([]). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) 2025.03.31 17:47:01.267044 [ 1247 ] {a5e6ce17-7524-40f9-8c9c-c83c8c6864ae} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id c58e46fa-60d3-4674-b794-b8a39584a3b7. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:01.287709 [ 3914 ] {d2dd772d-8ca3-4985-aa5e-fa879b8f47ab} executeQuery: Code: 42. DB::Exception: Aggregate function analysisOfVariance requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT anova([]);) 2025.03.31 17:47:01.290711 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function analysisOfVariance requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:01.450174 [ 3178 ] {c2d9b93e-887b-44f6-a862-92a9de6b4421} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 8de4b4ed-fd3b-4633-889e-6c2787fdb115. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:01.739638 [ 3914 ] {a27cc97a-477c-422c-9e06-9d423db81079} executeQuery: Code: 42. DB::Exception: Number of arguments for function appendTrailingCharIfAbsent doesn't match: passed 1, should be 2: In scope SELECT appendTrailingCharIfAbsent([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT appendTrailingCharIfAbsent([]);) 2025.03.31 17:47:01.742413 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function appendTrailingCharIfAbsent doesn't match: passed 1, should be 2: In scope SELECT appendTrailingCharIfAbsent([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:01.775587 [ 3197 ] {87446b1b-249a-4713-8e31-9291f2072a2d} executeQuery: Code: 41. DB::Exception: Cannot read DateTime: unexpected word: In scope SELECT parseDateTime64BestEffort('foo'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:32850) (comment: 01281_parseDateTime64BestEffort.sql) (in query: SELECT parseDateTime64BestEffort('foo');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/IO/parseDateTimeBestEffort.cpp:99: auto void DB::(anonymous namespace)::parseDateTimeBestEffortImpl(long&, DB::ReadBuffer&, DateLUTImpl const&, DateLUTImpl const&, DB::(anonymous namespace)::DateTimeSubsecondPart*, char const*)::'lambda'(int, FormatStringHelperImpl::type...>, $T&&...)::operator()<>(int, FormatStringHelperImpl::type...>, $T&&...) const @ 0x0000000020913f34 5. ./build_docker/./src/IO/parseDateTimeBestEffort.cpp:0: DB::parseDateTime64BestEffort(DB::DateTime64&, unsigned int, DB::ReadBuffer&, DateLUTImpl const&, DateLUTImpl const&) @ 0x00000000208e6456 6. ./src/Functions/FunctionsConversion.h:977: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, unsigned int) @ 0x0000000032d436a5 7. ./src/Functions/FunctionsConversion.h:2661: DB::detail::FunctionConvertFromString::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032d06b07 8. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 11. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:47:01.777952 [ 3197 ] {} TCPHandler: Code: 41. DB::Exception: Cannot read DateTime: unexpected word: In scope SELECT parseDateTime64BestEffort('foo'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/IO/parseDateTimeBestEffort.cpp:99: auto void DB::(anonymous namespace)::parseDateTimeBestEffortImpl(long&, DB::ReadBuffer&, DateLUTImpl const&, DateLUTImpl const&, DB::(anonymous namespace)::DateTimeSubsecondPart*, char const*)::'lambda'(int, FormatStringHelperImpl::type...>, $T&&...)::operator()<>(int, FormatStringHelperImpl::type...>, $T&&...) const @ 0x0000000020913f34 5. ./build_docker/./src/IO/parseDateTimeBestEffort.cpp:0: DB::parseDateTime64BestEffort(DB::DateTime64&, unsigned int, DB::ReadBuffer&, DateLUTImpl const&, DateLUTImpl const&) @ 0x00000000208e6456 6. ./src/Functions/FunctionsConversion.h:977: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, unsigned int) @ 0x0000000032d436a5 7. ./src/Functions/FunctionsConversion.h:2661: DB::detail::FunctionConvertFromString::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032d06b07 8. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 11. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:47:01.858196 [ 3914 ] {37cb843e-880d-412c-82ad-d1a5576c5154} executeQuery: Code: 42. DB::Exception: Aggregate function approx_top_sum requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT approx_top_sum([]);) 2025.03.31 17:47:01.861179 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function approx_top_sum requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:01.882621 [ 3914 ] {a1e04b33-fb80-4443-814e-9057dd133daa} executeQuery: Code: 42. DB::Exception: Aggregate function argMax requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT argMax([]);) 2025.03.31 17:47:01.885544 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function argMax requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:01.891706 [ 3655 ] {0e728baf-f2b8-4861-93ad-afc39ca4b2cc} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 83cb8345-b013-46e1-96e1-fdde6d614e4e. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:01.906621 [ 3914 ] {a00f3ac7-4a15-4230-9712-ea995be34e0f} executeQuery: Code: 42. DB::Exception: Aggregate function argMin requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT argMin([]);) 2025.03.31 17:47:01.909568 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function argMin requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:01.967635 [ 3914 ] {2623f987-bb0b-4bd2-92e5-6017d1d8e491} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayROCAUC doesn't match: passed 1, should be 2 or 3: In scope SELECT arrayAUC([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT arrayAUC([]);) 2025.03.31 17:47:01.970624 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayROCAUC doesn't match: passed 1, should be 2 or 3: In scope SELECT arrayAUC([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:01.992518 [ 3914 ] {ce7dbb38-7fce-4976-9bad-8656bc59c3be} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayAUCPR doesn't match: passed 1, should be 2: In scope SELECT arrayAUCPR([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT arrayAUCPR([]);) 2025.03.31 17:47:01.995607 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayAUCPR doesn't match: passed 1, should be 2: In scope SELECT arrayAUCPR([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:02.018297 [ 3914 ] {0988b7dc-e692-4cd0-ba77-c09c0ef29926} executeQuery: Code: 43. DB::Exception: The 1st and only argument for function arrayAll must be array of UInt8. Found Array(Nothing) instead: In scope SELECT arrayAll([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT arrayAll([]);) 2025.03.31 17:47:02.021336 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The 1st and only argument for function arrayAll must be array of UInt8. Found Array(Nothing) instead: In scope SELECT arrayAll([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:02.044133 [ 3914 ] {be5e2751-094a-4758-8761-bccc346e3b9c} executeQuery: Code: 43. DB::Exception: array aggregation function cannot be performed on type Nothing: In scope SELECT arrayAvg([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT arrayAvg([]);) 2025.03.31 17:47:02.047162 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: array aggregation function cannot be performed on type Nothing: In scope SELECT arrayAvg([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:02.146752 [ 3914 ] {bc6eb762-05e3-4f0b-aebf-13428c1b9173} executeQuery: Code: 43. DB::Exception: The 1st and only argument for function arrayCount must be array of UInt8. Found Array(Nothing) instead: In scope SELECT arrayCount([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT arrayCount([]);) 2025.03.31 17:47:02.149924 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The 1st and only argument for function arrayCount must be array of UInt8. Found Array(Nothing) instead: In scope SELECT arrayCount([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:02.170796 [ 3914 ] {7c2e5c5f-ac83-4d7b-a878-13adc0460717} executeQuery: Code: 43. DB::Exception: arrayCumSum cannot add values of type Nothing: In scope SELECT arrayCumSum([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT arrayCumSum([]);) 2025.03.31 17:47:02.173952 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: arrayCumSum cannot add values of type Nothing: In scope SELECT arrayCumSum([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:02.196248 [ 3914 ] {e846f53a-83a2-4f41-b0c0-43a3176e5682} executeQuery: Code: 43. DB::Exception: arrayCumSumNonNegativeImpl cannot add values of type Nothing: In scope SELECT arrayCumSumNonNegative([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT arrayCumSumNonNegative([]);) 2025.03.31 17:47:02.199344 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: arrayCumSumNonNegativeImpl cannot add values of type Nothing: In scope SELECT arrayCumSumNonNegative([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:02.222698 [ 3914 ] {87ef6689-f4b2-400e-8d7e-5f9d5939504b} executeQuery: Code: 43. DB::Exception: arrayDifference cannot process values of type Nothing: In scope SELECT arrayDifference([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT arrayDifference([]);) 2025.03.31 17:47:02.228906 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: arrayDifference cannot process values of type Nothing: In scope SELECT arrayDifference([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:02.278683 [ 3914 ] {2ae10981-363a-4d26-b78d-021f5c76290b} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayDotProduct doesn't match: passed 1, should be 2: In scope SELECT arrayDotProduct([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT arrayDotProduct([]);) 2025.03.31 17:47:02.281645 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayDotProduct doesn't match: passed 1, should be 2: In scope SELECT arrayDotProduct([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:02.300056 [ 3914 ] {aad3167a-aeae-4578-88ed-d79f45462e5e} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayElement doesn't match: passed 1, should be 2: In scope SELECT arrayElement([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT arrayElement([]);) 2025.03.31 17:47:02.302758 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayElement doesn't match: passed 1, should be 2: In scope SELECT arrayElement([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:02.321440 [ 3914 ] {00199831-8695-472b-b57e-b47e04033367} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayElementOrNull doesn't match: passed 1, should be 2: In scope SELECT arrayElementOrNull([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT arrayElementOrNull([]);) 2025.03.31 17:47:02.324221 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayElementOrNull doesn't match: passed 1, should be 2: In scope SELECT arrayElementOrNull([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:02.522838 [ 3914 ] {19390cf5-44e1-4232-95c3-63a14ca7a3c2} executeQuery: Code: 43. DB::Exception: The 1st and only argument for function arrayExists must be array of UInt8. Found Array(Nothing) instead: In scope SELECT arrayExists([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT arrayExists([]);) 2025.03.31 17:47:02.525969 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The 1st and only argument for function arrayExists must be array of UInt8. Found Array(Nothing) instead: In scope SELECT arrayExists([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:02.535608 [ 3197 ] {8bd0bb5d-2803-484f-9638-1e4b0eb653ce} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 2nd argument 'precision' to function 'parseDateTime64BestEffort'. Expected: const UInt8, got: String: In scope SELECT parseDateTime64BestEffort('2020-05-14T03:37:03.253184Z', 'bar'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:32850) (comment: 01281_parseDateTime64BestEffort.sql) (in query: SELECT parseDateTime64BestEffort('2020-05-14T03:37:03.253184Z', 'bar');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a46f 6. ./src/Functions/FunctionsConversion.h:2574: DB::detail::FunctionConvertFromString::getReturnTypeImpl(std::vector> const&) const @ 0x0000000032d05ae9 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:47:02.538404 [ 3197 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 2nd argument 'precision' to function 'parseDateTime64BestEffort'. Expected: const UInt8, got: String: In scope SELECT parseDateTime64BestEffort('2020-05-14T03:37:03.253184Z', 'bar'). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a46f 6. ./src/Functions/FunctionsConversion.h:2574: DB::detail::FunctionConvertFromString::getReturnTypeImpl(std::vector> const&) const @ 0x0000000032d05ae9 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:47:02.548334 [ 3914 ] {554fc00d-7588-484b-ad4b-d8217af86794} executeQuery: Code: 42. DB::Exception: Function arrayFill needs at least 2 arguments, passed 1: In scope SELECT arrayFill([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT arrayFill([]);) 2025.03.31 17:47:02.551672 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function arrayFill needs at least 2 arguments, passed 1: In scope SELECT arrayFill([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:02.552971 [ 3197 ] {8b050f91-e7f5-4545-a6c2-c4a624b59c36} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 3rd argument 'timezone' to function 'parseDateTime64BestEffort'. Expected: const String or FixedString, got: UInt8: In scope SELECT parseDateTime64BestEffort('2020-05-14T03:37:03.253184Z', 3, 4). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:32850) (comment: 01281_parseDateTime64BestEffort.sql) (in query: SELECT parseDateTime64BestEffort('2020-05-14T03:37:03.253184Z', 3, 4);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a46f 6. ./src/Functions/FunctionsConversion.h:2574: DB::detail::FunctionConvertFromString::getReturnTypeImpl(std::vector> const&) const @ 0x0000000032d05ae9 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:47:02.555264 [ 3197 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 3rd argument 'timezone' to function 'parseDateTime64BestEffort'. Expected: const String or FixedString, got: UInt8: In scope SELECT parseDateTime64BestEffort('2020-05-14T03:37:03.253184Z', 3, 4). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a46f 6. ./src/Functions/FunctionsConversion.h:2574: DB::detail::FunctionConvertFromString::getReturnTypeImpl(std::vector> const&) const @ 0x0000000032d05ae9 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:47:02.574978 [ 3914 ] {72e53a2b-5751-4e79-b5dc-1128162d0e95} executeQuery: Code: 42. DB::Exception: Function arrayFilter needs at least 2 arguments, passed 1: In scope SELECT arrayFilter([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT arrayFilter([]);) 2025.03.31 17:47:02.578109 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function arrayFilter needs at least 2 arguments, passed 1: In scope SELECT arrayFilter([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:02.601554 [ 3914 ] {1caa0473-cae7-4b64-b426-7997eba7519a} executeQuery: Code: 42. DB::Exception: Function arrayFirst needs at least 2 arguments, passed 1: In scope SELECT arrayFirst([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT arrayFirst([]);) 2025.03.31 17:47:02.604563 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function arrayFirst needs at least 2 arguments, passed 1: In scope SELECT arrayFirst([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:02.623961 [ 1247 ] {a999f8fd-5814-4d41-b739-2489b1881606} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 914d014f-9f6f-4f59-9cd3-351310ac0ef5. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:02.626390 [ 3914 ] {c37252bd-11f6-4bde-b67a-3ffe8bec0531} executeQuery: Code: 42. DB::Exception: Function arrayFirstIndex needs at least 2 arguments, passed 1: In scope SELECT arrayFirstIndex([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT arrayFirstIndex([]);) 2025.03.31 17:47:02.629844 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function arrayFirstIndex needs at least 2 arguments, passed 1: In scope SELECT arrayFirstIndex([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:02.650916 [ 3914 ] {9b208a09-1a52-466b-a849-9fd3ba689240} executeQuery: Code: 42. DB::Exception: Function arrayFirstOrNull needs at least 2 arguments, passed 1: In scope SELECT arrayFirstOrNull([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT arrayFirstOrNull([]);) 2025.03.31 17:47:02.654630 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function arrayFirstOrNull needs at least 2 arguments, passed 1: In scope SELECT arrayFirstOrNull([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:02.710925 [ 3914 ] {63e7925d-a955-4ecc-ae1e-1702512a8243} executeQuery: Code: 35. DB::Exception: Function arrayFold requires as arguments a lambda function, at least one array and an accumulator: In scope SELECT arrayFold([]). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT arrayFold([]);) 2025.03.31 17:47:02.713885 [ 3914 ] {} TCPHandler: Code: 35. DB::Exception: Function arrayFold requires as arguments a lambda function, at least one array and an accumulator: In scope SELECT arrayFold([]). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) 2025.03.31 17:47:02.730580 [ 4229 ] {98cc146a-013e-4a40-9525-49abe412589c} executeQuery: Code: 36. DB::Exception: Pattern 'a1c' failed with error 'Approximate matching patterns that reduce to vacuous patterns are disallowed.': while executing 'FUNCTION multiFuzzyMatchAny(materialize('abc'_String) :: 4, 3_UInt8 :: 2, materialize(_CAST(['a1c']_Array(String), 'Array(String)'_String)) :: 1) -> multiFuzzyMatchAny(materialize('abc'_String), 3_UInt8, materialize(_CAST(['a1c']_Array(String), 'Array(String)'_String))) UInt8 : 3'. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38126) (comment: 00929_multi_match_edit_distance.sql) (in query: select multiFuzzyMatchAny(materialize('abc'), 3, materialize(['a1c'])) from system.numbers limit 3;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. DB::MultiRegexps::Regexps DB::MultiRegexps::constructRegexps(std::vector> const&, std::optional) @ 0x00000000179e54bc 5. DB::MultiRegexps::Regexps std::__function::__policy_invoker::__call_impl DB::MultiRegexps::getOrSet(std::vector>, std::allocator>>> const&, std::optional)::'lambda'(), DB::MultiRegexps::Regexps ()>>(std::__function::__policy_storage const*) @ 0x00000000179e3e42 6. DB::MultiRegexps::DeferredConstructedRegexps::get() @ 0x00000000179ceabb 7. DB::FunctionsMultiStringFuzzySearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179dc994 8. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 13. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 14. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 15. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 16. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 20. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 17:47:02.733755 [ 4229 ] {} TCPHandler: Code: 36. DB::Exception: Pattern 'a1c' failed with error 'Approximate matching patterns that reduce to vacuous patterns are disallowed.': while executing 'FUNCTION multiFuzzyMatchAny(materialize('abc'_String) :: 4, 3_UInt8 :: 2, materialize(_CAST(['a1c']_Array(String), 'Array(String)'_String)) :: 1) -> multiFuzzyMatchAny(materialize('abc'_String), 3_UInt8, materialize(_CAST(['a1c']_Array(String), 'Array(String)'_String))) UInt8 : 3'. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. DB::MultiRegexps::Regexps DB::MultiRegexps::constructRegexps(std::vector> const&, std::optional) @ 0x00000000179e54bc 5. DB::MultiRegexps::Regexps std::__function::__policy_invoker::__call_impl DB::MultiRegexps::getOrSet(std::vector>, std::allocator>>> const&, std::optional)::'lambda'(), DB::MultiRegexps::Regexps ()>>(std::__function::__policy_storage const*) @ 0x00000000179e3e42 6. DB::MultiRegexps::DeferredConstructedRegexps::get() @ 0x00000000179ceabb 7. DB::FunctionsMultiStringFuzzySearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179dc994 8. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 13. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 14. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 15. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 16. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 20. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 17:47:02.771401 [ 3914 ] {98465ab9-0aa5-4d68-99bd-4aa813ab51ee} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayJaccardIndex doesn't match: passed 1, should be 2: In scope SELECT arrayJaccardIndex([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT arrayJaccardIndex([]);) 2025.03.31 17:47:02.771819 [ 4229 ] {e316ed6f-b7ee-451c-b15b-1d5587668822} executeQuery: Code: 36. DB::Exception: Pattern 'a1c' failed with error 'Approximate matching patterns that reduce to vacuous patterns are disallowed.': while executing 'FUNCTION multiFuzzyMatchAny(materialize('abc'_String) :: 4, 4_UInt8 :: 2, materialize(_CAST(['a1c']_Array(String), 'Array(String)'_String)) :: 1) -> multiFuzzyMatchAny(materialize('abc'_String), 4_UInt8, materialize(_CAST(['a1c']_Array(String), 'Array(String)'_String))) UInt8 : 3'. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38126) (comment: 00929_multi_match_edit_distance.sql) (in query: select multiFuzzyMatchAny(materialize('abc'), 4, materialize(['a1c'])) from system.numbers limit 3;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. DB::MultiRegexps::Regexps DB::MultiRegexps::constructRegexps(std::vector> const&, std::optional) @ 0x00000000179e54bc 5. DB::MultiRegexps::Regexps std::__function::__policy_invoker::__call_impl DB::MultiRegexps::getOrSet(std::vector>, std::allocator>>> const&, std::optional)::'lambda'(), DB::MultiRegexps::Regexps ()>>(std::__function::__policy_storage const*) @ 0x00000000179e3e42 6. DB::MultiRegexps::DeferredConstructedRegexps::get() @ 0x00000000179ceabb 7. DB::FunctionsMultiStringFuzzySearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179dc994 8. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 13. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 14. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 15. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 16. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 20. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 17:47:02.774659 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayJaccardIndex doesn't match: passed 1, should be 2: In scope SELECT arrayJaccardIndex([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:02.774678 [ 4229 ] {} TCPHandler: Code: 36. DB::Exception: Pattern 'a1c' failed with error 'Approximate matching patterns that reduce to vacuous patterns are disallowed.': while executing 'FUNCTION multiFuzzyMatchAny(materialize('abc'_String) :: 4, 4_UInt8 :: 2, materialize(_CAST(['a1c']_Array(String), 'Array(String)'_String)) :: 1) -> multiFuzzyMatchAny(materialize('abc'_String), 4_UInt8, materialize(_CAST(['a1c']_Array(String), 'Array(String)'_String))) UInt8 : 3'. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. DB::MultiRegexps::Regexps DB::MultiRegexps::constructRegexps(std::vector> const&, std::optional) @ 0x00000000179e54bc 5. DB::MultiRegexps::Regexps std::__function::__policy_invoker::__call_impl DB::MultiRegexps::getOrSet(std::vector>, std::allocator>>> const&, std::optional)::'lambda'(), DB::MultiRegexps::Regexps ()>>(std::__function::__policy_storage const*) @ 0x00000000179e3e42 6. DB::MultiRegexps::DeferredConstructedRegexps::get() @ 0x00000000179ceabb 7. DB::FunctionsMultiStringFuzzySearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179dc994 8. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 13. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 14. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 15. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 16. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 20. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 17:47:02.795866 [ 3914 ] {99ba5e11-1e30-4772-af75-3869c8db39aa} executeQuery: Code: 43. DB::Exception: Invalid projection column with type Nothing. In scope SELECT arrayJoin([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT arrayJoin([]);) 2025.03.31 17:47:02.799122 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Invalid projection column with type Nothing. In scope SELECT arrayJoin([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:02.820528 [ 3914 ] {052e1bbd-a2dc-4813-87d0-0c78da9ead8a} executeQuery: Code: 42. DB::Exception: Function arrayLast needs at least 2 arguments, passed 1: In scope SELECT arrayLast([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT arrayLast([]);) 2025.03.31 17:47:02.823448 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function arrayLast needs at least 2 arguments, passed 1: In scope SELECT arrayLast([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:02.845057 [ 3914 ] {83e2ddc9-1d94-423d-82ee-dd54ea621b97} executeQuery: Code: 42. DB::Exception: Function arrayLastIndex needs at least 2 arguments, passed 1: In scope SELECT arrayLastIndex([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT arrayLastIndex([]);) 2025.03.31 17:47:02.847710 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function arrayLastIndex needs at least 2 arguments, passed 1: In scope SELECT arrayLastIndex([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:02.869042 [ 3914 ] {6fa6c7aa-dc07-4c31-b46c-84c3abe604f3} executeQuery: Code: 42. DB::Exception: Function arrayLastOrNull needs at least 2 arguments, passed 1: In scope SELECT arrayLastOrNull([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT arrayLastOrNull([]);) 2025.03.31 17:47:02.871839 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function arrayLastOrNull needs at least 2 arguments, passed 1: In scope SELECT arrayLastOrNull([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:02.891309 [ 3914 ] {d0a934ad-d13b-4e69-8f87-8974e5cf99a4} executeQuery: Code: 42. DB::Exception: Function arrayMap needs at least 2 arguments, passed 1: In scope SELECT arrayMap([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT arrayMap([]);) 2025.03.31 17:47:02.894360 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function arrayMap needs at least 2 arguments, passed 1: In scope SELECT arrayMap([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:02.899465 [ 1062 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:02.899530 [ 1063 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:02.899478 [ 1049 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:02.899464 [ 1055 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:02.900380 [ 1062 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:02.900380 [ 1055 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:02.900468 [ 1063 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:02.900529 [ 1049 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:02.920539 [ 3914 ] {045c93c7-d95b-4133-8793-eb53b9acf5f0} executeQuery: Code: 43. DB::Exception: Invalid projection column with type Nothing. In scope SELECT arrayMax([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT arrayMax([]);) 2025.03.31 17:47:02.924437 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Invalid projection column with type Nothing. In scope SELECT arrayMax([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:02.946348 [ 3914 ] {4917deb0-f581-467c-8430-2a33d65470ba} executeQuery: Code: 43. DB::Exception: Invalid projection column with type Nothing. In scope SELECT arrayMin([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT arrayMin([]);) 2025.03.31 17:47:02.949847 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Invalid projection column with type Nothing. In scope SELECT arrayMin([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:02.974753 [ 3914 ] {b21afc2d-a8be-4f73-93b6-18265a9f537a} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayAUCPR doesn't match: passed 1, should be 2: In scope SELECT arrayPRAUC([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT arrayPRAUC([]);) 2025.03.31 17:47:02.977694 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayAUCPR doesn't match: passed 1, should be 2: In scope SELECT arrayPRAUC([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:02.999117 [ 3914 ] {f1d04b3f-c0f8-4c96-8f29-d8abaa72e5d4} executeQuery: Code: 42. DB::Exception: Function arrayPartialReverseSort needs at least 2 arguments, passed 1: In scope SELECT arrayPartialReverseSort([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT arrayPartialReverseSort([]);) 2025.03.31 17:47:03.002012 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function arrayPartialReverseSort needs at least 2 arguments, passed 1: In scope SELECT arrayPartialReverseSort([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:03.044699 [ 4229 ] {9c569671-ae4e-4be5-827e-c62a48af69b4} executeQuery: Code: 36. DB::Exception: Pattern '^hello.*world$' failed with error 'Approximate matching patterns that reduce to vacuous patterns are disallowed.': while executing 'FUNCTION multiFuzzyMatchAny(materialize('hello some world'_String) :: 4, 10_UInt8 :: 2, materialize(_CAST(['^hello.*world$']_Array(String), 'Array(String)'_String)) :: 1) -> multiFuzzyMatchAny(materialize('hello some world'_String), 10_UInt8, materialize(_CAST(['^hello.*world$']_Array(String), 'Array(String)'_String))) UInt8 : 3'. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38126) (comment: 00929_multi_match_edit_distance.sql) (in query: select multiFuzzyMatchAny(materialize('hello some world'), 10, materialize(['^hello.*world$']));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. DB::MultiRegexps::Regexps DB::MultiRegexps::constructRegexps(std::vector> const&, std::optional) @ 0x00000000179e54bc 5. DB::MultiRegexps::Regexps std::__function::__policy_invoker::__call_impl DB::MultiRegexps::getOrSet(std::vector>, std::allocator>>> const&, std::optional)::'lambda'(), DB::MultiRegexps::Regexps ()>>(std::__function::__policy_storage const*) @ 0x00000000179e3e42 6. DB::MultiRegexps::DeferredConstructedRegexps::get() @ 0x00000000179ceabb 7. DB::FunctionsMultiStringFuzzySearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179dc994 8. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 13. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 14. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 15. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 16. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 20. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 17:47:03.047691 [ 4229 ] {} TCPHandler: Code: 36. DB::Exception: Pattern '^hello.*world$' failed with error 'Approximate matching patterns that reduce to vacuous patterns are disallowed.': while executing 'FUNCTION multiFuzzyMatchAny(materialize('hello some world'_String) :: 4, 10_UInt8 :: 2, materialize(_CAST(['^hello.*world$']_Array(String), 'Array(String)'_String)) :: 1) -> multiFuzzyMatchAny(materialize('hello some world'_String), 10_UInt8, materialize(_CAST(['^hello.*world$']_Array(String), 'Array(String)'_String))) UInt8 : 3'. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. DB::MultiRegexps::Regexps DB::MultiRegexps::constructRegexps(std::vector> const&, std::optional) @ 0x00000000179e54bc 5. DB::MultiRegexps::Regexps std::__function::__policy_invoker::__call_impl DB::MultiRegexps::getOrSet(std::vector>, std::allocator>>> const&, std::optional)::'lambda'(), DB::MultiRegexps::Regexps ()>>(std::__function::__policy_storage const*) @ 0x00000000179e3e42 6. DB::MultiRegexps::DeferredConstructedRegexps::get() @ 0x00000000179ceabb 7. DB::FunctionsMultiStringFuzzySearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179dc994 8. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 13. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 14. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 15. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 16. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 20. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 17:47:03.059737 [ 3914 ] {01d6e54d-b602-4607-89f7-cc9fa05a48f2} executeQuery: Code: 42. DB::Exception: Function arrayPartialSort needs at least 2 arguments, passed 1: In scope SELECT arrayPartialSort([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT arrayPartialSort([]);) 2025.03.31 17:47:03.062816 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function arrayPartialSort needs at least 2 arguments, passed 1: In scope SELECT arrayPartialSort([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:03.066218 [ 4229 ] {ead18945-d551-428d-8943-ca4f12b4c339} executeQuery: Code: 43. DB::Exception: Illegal type Int8 of argument of function multiFuzzyMatchAny: In scope SELECT multiFuzzyMatchAny(materialize('hello some world'), -1, materialize(['^hello.*world$'])). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38126) (comment: 00929_multi_match_edit_distance.sql) (in query: select multiFuzzyMatchAny(materialize('hello some world'), -1, materialize(['^hello.*world$']));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionsMultiStringFuzzySearch>::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x00000000179e0714 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:47:03.068733 [ 4229 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Int8 of argument of function multiFuzzyMatchAny: In scope SELECT multiFuzzyMatchAny(materialize('hello some world'), -1, materialize(['^hello.*world$'])). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionsMultiStringFuzzySearch>::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x00000000179e0714 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:47:03.156281 [ 3914 ] {67863fcc-8186-4f92-a1e7-3a2ae3ab317d} executeQuery: Code: 43. DB::Exception: array aggregation function cannot be performed on type Nothing: In scope SELECT arrayProduct([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT arrayProduct([]);) 2025.03.31 17:47:03.159641 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: array aggregation function cannot be performed on type Nothing: In scope SELECT arrayProduct([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:03.182862 [ 3914 ] {320b8793-2548-4395-a1cc-25ffdedb82a7} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayPushBack doesn't match: passed 1, should be 2: In scope SELECT arrayPushBack([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT arrayPushBack([]);) 2025.03.31 17:47:03.186239 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayPushBack doesn't match: passed 1, should be 2: In scope SELECT arrayPushBack([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:03.208126 [ 3914 ] {0c3d2832-1a45-40fd-8379-e5d0016e0232} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayPushFront doesn't match: passed 1, should be 2: In scope SELECT arrayPushFront([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT arrayPushFront([]);) 2025.03.31 17:47:03.211002 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayPushFront doesn't match: passed 1, should be 2: In scope SELECT arrayPushFront([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:03.225756 [ 3197 ] {3d6bd0aa-6881-4db0-ba22-e391e5444890} executeQuery: Code: 36. DB::Exception: Cannot load time zone baz: In scope SELECT parseDateTime64BestEffort('2020-05-14T03:37:03.253184Z', 3, 'baz'). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:32850) (comment: 01281_parseDateTime64BestEffort.sql) (in query: SELECT parseDateTime64BestEffort('2020-05-14T03:37:03.253184Z', 3, 'baz');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Common/DateLUTImpl.cpp:77: DateLUTImpl::DateLUTImpl(String const&) @ 0x000000002068723b 5. ./build_docker/./src/Common/DateLUT.cpp:200: DateLUT::getImplementation(String const&) const @ 0x0000000020678576 6. ./src/Common/DateLUT.h:37: TimezoneMixin::TimezoneMixin(String const&) @ 0x0000000034bb2b9e 7. ./build_docker/./src/DataTypes/DataTypeDateTime64.cpp:22: DB::DataTypeDateTime64::DataTypeDateTime64(unsigned int, String const&) @ 0x0000000034bb37b2 8. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], unsigned long&, String const&, void>(std::allocator const&, unsigned long&, String const&) @ 0x0000000032bf427c 9. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::detail::FunctionConvertFromString::getReturnTypeImpl(std::vector> const&) const @ 0x0000000032d05dd6 10. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 11. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 12. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 13. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 17:47:03.228563 [ 3197 ] {} TCPHandler: Code: 36. DB::Exception: Cannot load time zone baz: In scope SELECT parseDateTime64BestEffort('2020-05-14T03:37:03.253184Z', 3, 'baz'). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Common/DateLUTImpl.cpp:77: DateLUTImpl::DateLUTImpl(String const&) @ 0x000000002068723b 5. ./build_docker/./src/Common/DateLUT.cpp:200: DateLUT::getImplementation(String const&) const @ 0x0000000020678576 6. ./src/Common/DateLUT.h:37: TimezoneMixin::TimezoneMixin(String const&) @ 0x0000000034bb2b9e 7. ./build_docker/./src/DataTypes/DataTypeDateTime64.cpp:22: DB::DataTypeDateTime64::DataTypeDateTime64(unsigned int, String const&) @ 0x0000000034bb37b2 8. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], unsigned long&, String const&, void>(std::allocator const&, unsigned long&, String const&) @ 0x0000000032bf427c 9. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::detail::FunctionConvertFromString::getReturnTypeImpl(std::vector> const&) const @ 0x0000000032d05dd6 10. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 11. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 12. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 13. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 17:47:03.232362 [ 3914 ] {bcf67df0-6ba8-4a61-85bb-eb970d0b9531} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayROCAUC doesn't match: passed 1, should be 2 or 3: In scope SELECT arrayROCAUC([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT arrayROCAUC([]);) 2025.03.31 17:47:03.235720 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayROCAUC doesn't match: passed 1, should be 2 or 3: In scope SELECT arrayROCAUC([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:03.244829 [ 3197 ] {99c7149a-153f-4e75-832d-e6660c9736c1} executeQuery: Code: 44. DB::Exception: A value of illegal type was provided as 2nd argument 'precision' to function 'parseDateTime64BestEffort'. Expected: const UInt8, got: UInt8: In scope SELECT parseDateTime64BestEffort('2020-05-14T03:37:03.253184Z', materialize(3), 4). (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:32850) (comment: 01281_parseDateTime64BestEffort.sql) (in query: SELECT parseDateTime64BestEffort('2020-05-14T03:37:03.253184Z', materialize(3), 4);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a46f 6. ./src/Functions/FunctionsConversion.h:2574: DB::detail::FunctionConvertFromString::getReturnTypeImpl(std::vector> const&) const @ 0x0000000032d05ae9 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:47:03.247219 [ 3197 ] {} TCPHandler: Code: 44. DB::Exception: A value of illegal type was provided as 2nd argument 'precision' to function 'parseDateTime64BestEffort'. Expected: const UInt8, got: UInt8: In scope SELECT parseDateTime64BestEffort('2020-05-14T03:37:03.253184Z', materialize(3), 4). (ILLEGAL_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a46f 6. ./src/Functions/FunctionsConversion.h:2574: DB::detail::FunctionConvertFromString::getReturnTypeImpl(std::vector> const&) const @ 0x0000000032d05ae9 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:47:03.256900 [ 3914 ] {38631db8-ff68-40e9-8b2c-302cb21cf910} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayRandomSample doesn't match: passed 1, should be 2: In scope SELECT arrayRandomSample([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT arrayRandomSample([]);) 2025.03.31 17:47:03.259852 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayRandomSample doesn't match: passed 1, should be 2: In scope SELECT arrayRandomSample([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:03.262332 [ 3197 ] {e1676c31-f7ce-42fd-acde-aa5ea7fa580e} executeQuery: Code: 44. DB::Exception: A value of illegal type was provided as 3rd argument 'timezone' to function 'parseDateTime64BestEffort'. Expected: const String or FixedString, got: String: In scope SELECT parseDateTime64BestEffort('2020-05-14T03:37:03.253184Z', 3, materialize('UTC')). (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:32850) (comment: 01281_parseDateTime64BestEffort.sql) (in query: SELECT parseDateTime64BestEffort('2020-05-14T03:37:03.253184Z', 3, materialize('UTC'));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a46f 6. ./src/Functions/FunctionsConversion.h:2574: DB::detail::FunctionConvertFromString::getReturnTypeImpl(std::vector> const&) const @ 0x0000000032d05ae9 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:47:03.264845 [ 3197 ] {} TCPHandler: Code: 44. DB::Exception: A value of illegal type was provided as 3rd argument 'timezone' to function 'parseDateTime64BestEffort'. Expected: const String or FixedString, got: String: In scope SELECT parseDateTime64BestEffort('2020-05-14T03:37:03.253184Z', 3, materialize('UTC')). (ILLEGAL_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a46f 6. ./src/Functions/FunctionsConversion.h:2574: DB::detail::FunctionConvertFromString::getReturnTypeImpl(std::vector> const&) const @ 0x0000000032d05ae9 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:47:03.281045 [ 3914 ] {4495e4e6-6bcc-4a96-a40c-409b6654879b} executeQuery: Code: 35. DB::Exception: Number of arguments for function arrayReduce doesn't match: passed 1, should be at least 2.: In scope SELECT arrayReduce([]). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT arrayReduce([]);) 2025.03.31 17:47:03.284013 [ 3914 ] {} TCPHandler: Code: 35. DB::Exception: Number of arguments for function arrayReduce doesn't match: passed 1, should be at least 2.: In scope SELECT arrayReduce([]). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) 2025.03.31 17:47:03.305603 [ 3914 ] {b061ca3a-c64e-47d6-bed9-b0acf12e11ee} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayReduceInRanges doesn't match: passed 1, should be at least 3.: In scope SELECT arrayReduceInRanges([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT arrayReduceInRanges([]);) 2025.03.31 17:47:03.308609 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayReduceInRanges doesn't match: passed 1, should be at least 3.: In scope SELECT arrayReduceInRanges([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:03.327770 [ 1058 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:03.328258 [ 1058 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:03.329630 [ 3914 ] {38e136a0-be45-469c-b6b0-4e3372ad0b70} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayResize doesn't match: passed 1, should be 2 or 3: In scope SELECT arrayResize([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT arrayResize([]);) 2025.03.31 17:47:03.330912 [ 1060 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:03.331394 [ 1060 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:03.332987 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayResize doesn't match: passed 1, should be 2 or 3: In scope SELECT arrayResize([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:03.394161 [ 3914 ] {25cfb56f-cd6d-4eac-a30a-e71601473114} executeQuery: Code: 42. DB::Exception: Function arrayReverseFill needs at least 2 arguments, passed 1: In scope SELECT arrayReverseFill([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT arrayReverseFill([]);) 2025.03.31 17:47:03.397754 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function arrayReverseFill needs at least 2 arguments, passed 1: In scope SELECT arrayReverseFill([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:03.446546 [ 1062 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:03.447122 [ 1062 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:03.447318 [ 1055 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:03.447866 [ 1055 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:03.456094 [ 3914 ] {3459c36d-51aa-4204-98cf-7665f76501d2} executeQuery: Code: 42. DB::Exception: Function arrayReverseSplit needs at least 2 arguments, passed 1: In scope SELECT arrayReverseSplit([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT arrayReverseSplit([]);) 2025.03.31 17:47:03.459306 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function arrayReverseSplit needs at least 2 arguments, passed 1: In scope SELECT arrayReverseSplit([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:03.480869 [ 3914 ] {c1b91458-f202-4922-82a0-b60c0a7b8f5c} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayRotateLeft doesn't match: passed 1, should be 2: In scope SELECT arrayRotateLeft([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT arrayRotateLeft([]);) 2025.03.31 17:47:03.484081 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayRotateLeft doesn't match: passed 1, should be 2: In scope SELECT arrayRotateLeft([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:03.505352 [ 3914 ] {d97ca535-85af-4d71-b8e0-901040aec48f} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayRotateRight doesn't match: passed 1, should be 2: In scope SELECT arrayRotateRight([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT arrayRotateRight([]);) 2025.03.31 17:47:03.508321 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayRotateRight doesn't match: passed 1, should be 2: In scope SELECT arrayRotateRight([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:03.528368 [ 3914 ] {24374a48-dddd-4c08-9ce7-a86ddc414c0d} executeQuery: Code: 42. DB::Exception: Function arrayShiftLeft requires at least two arguments.: In scope SELECT arrayShiftLeft([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT arrayShiftLeft([]);) 2025.03.31 17:47:03.531422 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function arrayShiftLeft requires at least two arguments.: In scope SELECT arrayShiftLeft([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:03.552593 [ 3914 ] {07f16059-6028-45e3-9351-191817f49f98} executeQuery: Code: 42. DB::Exception: Function arrayShiftRight requires at least two arguments.: In scope SELECT arrayShiftRight([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT arrayShiftRight([]);) 2025.03.31 17:47:03.555623 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function arrayShiftRight requires at least two arguments.: In scope SELECT arrayShiftRight([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:03.574607 [ 1063 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:03.575017 [ 1063 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:03.575434 [ 3914 ] {4fd1deac-cccd-4d44-968a-e05ddde4a6b7} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayShingles doesn't match: passed 1, should be 2: In scope SELECT arrayShingles([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT arrayShingles([]);) 2025.03.31 17:47:03.576601 [ 1062 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:03.577050 [ 1062 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:03.578319 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayShingles doesn't match: passed 1, should be 2: In scope SELECT arrayShingles([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:03.603225 [ 3655 ] {2205ad69-a35b-42dc-8328-92ff038f6ded} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id ed436973-b3bb-45b1-9e2c-d415cc0733a3. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:03.632440 [ 3914 ] {f3bd28e7-2a44-4146-b05b-161185db6e7d} executeQuery: Code: 42. DB::Exception: Number of arguments for function arraySlice doesn't match: passed 1, should be 2 or 3: In scope SELECT arraySlice([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT arraySlice([]);) 2025.03.31 17:47:03.635512 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arraySlice doesn't match: passed 1, should be 2 or 3: In scope SELECT arraySlice([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:03.690938 [ 3914 ] {02c778ee-f967-4225-9383-9c3b94206698} executeQuery: Code: 42. DB::Exception: Function arraySplit needs at least 2 arguments, passed 1: In scope SELECT arraySplit([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT arraySplit([]);) 2025.03.31 17:47:03.693784 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function arraySplit needs at least 2 arguments, passed 1: In scope SELECT arraySplit([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:03.722247 [ 4229 ] {fefb111d-1d5c-4d93-88e5-955dfb841538} executeQuery: Code: 44. DB::Exception: Illegal column Const(UInt64). The number is not const or does not fit in UInt32. (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38126) (comment: 00929_multi_match_edit_distance.sql) (in query: select multiFuzzyMatchAny(materialize('hello some world'), 10000000000, materialize(['^hello.*world$']));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionsMultiStringFuzzySearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179de0e3 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 11. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 13. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 15. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 16. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:47:03.724740 [ 4229 ] {} TCPHandler: Code: 44. DB::Exception: Illegal column Const(UInt64). The number is not const or does not fit in UInt32. (ILLEGAL_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionsMultiStringFuzzySearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179de0e3 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 11. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 13. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 15. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 16. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:47:03.726907 [ 1247 ] {d6d69173-1a78-4a33-8acb-09914c86eb82} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id e776a2b2-85fc-47f3-b278-21f515fd9670. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:03.746862 [ 3914 ] {fb3bb588-e8ef-4450-88ae-28ad27f4fc5c} executeQuery: Code: 43. DB::Exception: array aggregation function cannot be performed on type Nothing: In scope SELECT arraySum([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT arraySum([]);) 2025.03.31 17:47:03.749643 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: array aggregation function cannot be performed on type Nothing: In scope SELECT arraySum([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:03.846024 [ 3914 ] {0da9213b-8326-430a-9dbd-01fd20193129} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayWithConstant doesn't match: passed 1, should be 2: In scope SELECT arrayWithConstant([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT arrayWithConstant([]);) 2025.03.31 17:47:03.849032 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayWithConstant doesn't match: passed 1, should be 2: In scope SELECT arrayWithConstant([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:04.018204 [ 3197 ] {caded0d9-260a-418d-a3b0-db2d8326ad25} executeQuery: Code: 6. DB::Exception: Cannot parse string '2020-05-14T03:37:03.253184012345678910111213141516171819Z' as DateTime64(3, 'UTC'): syntax error at position 39 (parsed just '2020-05-14T03:37:03.2531840123456789101'): In scope SELECT parseDateTime64BestEffort('2020-05-14T03:37:03.253184012345678910111213141516171819Z', 3, 'UTC'). (CANNOT_PARSE_TEXT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:32850) (comment: 01281_parseDateTime64BestEffort.sql) (in query: SELECT parseDateTime64BestEffort('2020-05-14T03:37:03.253184012345678910111213141516171819Z', 3, 'UTC');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, unsigned int) @ 0x0000000032d43a1c 5. ./src/Functions/FunctionsConversion.h:2661: DB::detail::FunctionConvertFromString::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032d06b07 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:47:04.021211 [ 3197 ] {} TCPHandler: Code: 6. DB::Exception: Cannot parse string '2020-05-14T03:37:03.253184012345678910111213141516171819Z' as DateTime64(3, 'UTC'): syntax error at position 39 (parsed just '2020-05-14T03:37:03.2531840123456789101'): In scope SELECT parseDateTime64BestEffort('2020-05-14T03:37:03.253184012345678910111213141516171819Z', 3, 'UTC'). (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, unsigned int) @ 0x0000000032d43a1c 5. ./src/Functions/FunctionsConversion.h:2661: DB::detail::FunctionConvertFromString::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032d06b07 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:47:04.022383 [ 3914 ] {d0c9c891-680c-4dae-a8ef-7b855630c162} executeQuery: Code: 43. DB::Exception: Cannot apply function ascii to Array argument: In scope SELECT ascii([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT ascii([]);) 2025.03.31 17:47:04.025305 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Cannot apply function ascii to Array argument: In scope SELECT ascii([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:04.031646 [ 3178 ] {7a5d75bf-9217-41ea-9f8e-8b6d3f15b6db} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 43ac3010-33e2-4866-bd5d-62cb5d81aec4. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:04.044459 [ 3914 ] {beec6cc0-07b8-4edd-aef1-95a338394985} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function asin: In scope SELECT asin([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT asin([]);) 2025.03.31 17:47:04.047554 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function asin: In scope SELECT asin([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:04.066876 [ 3914 ] {75177e70-afa2-4601-8ea0-7ebb17e386f1} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function asinh: In scope SELECT asinh([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT asinh([]);) 2025.03.31 17:47:04.069849 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function asinh: In scope SELECT asinh([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:04.112753 [ 1062 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:04.112817 [ 1048 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:04.113308 [ 1062 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:04.113392 [ 1048 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:04.124582 [ 3914 ] {596685d7-e9e1-4e21-85bf-73c45ed23e49} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function atan: In scope SELECT atan([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT atan([]);) 2025.03.31 17:47:04.127555 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function atan: In scope SELECT atan([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:04.148186 [ 3914 ] {fa245cdc-6929-4c5d-8841-c762b96fdeec} executeQuery: Code: 42. DB::Exception: Number of arguments for function atan2 doesn't match: passed 1, should be 2: In scope SELECT atan2([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT atan2([]);) 2025.03.31 17:47:04.151323 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function atan2 doesn't match: passed 1, should be 2: In scope SELECT atan2([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:04.161748 [ 1052 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:04.162206 [ 1052 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:04.162525 [ 1053 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:04.163039 [ 1053 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:04.174295 [ 3914 ] {4a2a0630-6584-4218-8e74-1ff200c9005f} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function atanh: In scope SELECT atanh([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT atanh([]);) 2025.03.31 17:47:04.177411 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function atanh: In scope SELECT atanh([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:04.198934 [ 3914 ] {80d30003-c10d-44cd-950a-f295e1158313} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function avg. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT avg([]);) 2025.03.31 17:47:04.201612 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function avg. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:04.219990 [ 3914 ] {c55840c1-49a3-4d84-acd1-d1d5af010c57} executeQuery: Code: 42. DB::Exception: Aggregate function avgWeighted requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT avgWeighted([]);) 2025.03.31 17:47:04.221771 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function avgWeighted requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:04.240350 [ 3914 ] {5997c5f5-f86c-4fca-ba00-b448e577ea39} executeQuery: Code: 42. DB::Exception: Function bar requires from 3 or 4 parameters: value, min_value, max_value, [max_width_of_bar = 80]. Passed 1.: In scope SELECT bar([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT bar([]);) 2025.03.31 17:47:04.242773 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function bar requires from 3 or 4 parameters: value, min_value, max_value, [max_width_of_bar = 80]. Passed 1.: In scope SELECT bar([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:04.260476 [ 3914 ] {20480372-60cd-4115-882a-f77694022209} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'arg' to function 'base58Decode'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT base58Decode([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT base58Decode([]);) 2025.03.31 17:47:04.262366 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'arg' to function 'base58Decode'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT base58Decode([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:04.278636 [ 3914 ] {7d6f81d8-d758-41cb-bf1a-90d15be30970} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'arg' to function 'base58Encode'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT base58Encode([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT base58Encode([]);) 2025.03.31 17:47:04.280241 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'arg' to function 'base58Encode'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT base58Encode([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:04.296397 [ 3914 ] {67d4bc24-4ca6-4d94-a852-17e24e87449b} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'base64Decode'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT base64Decode([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT base64Decode([]);) 2025.03.31 17:47:04.298273 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'base64Decode'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT base64Decode([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:04.314703 [ 3914 ] {fd2a35a1-519a-460d-8f00-1ce01a723456} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'base64Encode'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT base64Encode([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT base64Encode([]);) 2025.03.31 17:47:04.316679 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'base64Encode'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT base64Encode([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:04.332438 [ 3914 ] {bc65abcd-ca76-4bc3-ae66-b2632b34c9ec} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'base64URLDecode'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT base64URLDecode([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT base64URLDecode([]);) 2025.03.31 17:47:04.334409 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'base64URLDecode'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT base64URLDecode([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:04.346469 [ 1061 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:04.346906 [ 1061 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:04.347181 [ 1063 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:04.347619 [ 1063 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:04.354300 [ 3914 ] {2c7c6bbe-c1c8-454d-adad-91ba3ec32a3d} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'base64URLEncode'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT base64URLEncode([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT base64URLEncode([]);) 2025.03.31 17:47:04.357380 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'base64URLEncode'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT base64URLEncode([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:04.374864 [ 3655 ] {418a145e-5f79-4960-84fa-6fa362fe69cc} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id b2b97315-6cd2-49b9-9c8d-43cf34d472f0. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:04.377016 [ 3914 ] {2e5a81c4-f173-42f4-9b69-6b2dafbe7f95} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function basename: In scope SELECT basename([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT basename([]);) 2025.03.31 17:47:04.379998 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function basename: In scope SELECT basename([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:04.399098 [ 3914 ] {d7f0f213-4367-413c-8c23-7cbf496783e2} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function bin: In scope SELECT bin([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT bin([]);) 2025.03.31 17:47:04.402049 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function bin: In scope SELECT bin([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:04.420566 [ 3914 ] {346aaee9-62b3-471a-99ca-a1828c1a92a0} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitAnd doesn't match: passed 1, should be 2: In scope SELECT bitAnd([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT bitAnd([]);) 2025.03.31 17:47:04.423380 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitAnd doesn't match: passed 1, should be 2: In scope SELECT bitAnd([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:04.445537 [ 3914 ] {32d684ae-e80c-4f9b-a490-38edf78f9bce} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function bitCount: In scope SELECT bitCount([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT bitCount([]);) 2025.03.31 17:47:04.448983 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function bitCount: In scope SELECT bitCount([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:04.469041 [ 3914 ] {26807164-8c82-435e-9b47-dc4d05b98ef5} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitHammingDistance doesn't match: passed 1, should be 2: In scope SELECT bitHammingDistance([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT bitHammingDistance([]);) 2025.03.31 17:47:04.472329 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitHammingDistance doesn't match: passed 1, should be 2: In scope SELECT bitHammingDistance([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:04.481024 [ 1061 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:04.481024 [ 1048 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:04.481477 [ 1061 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:04.481531 [ 1048 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:04.492020 [ 3914 ] {aaddcbdf-fbb7-4fa1-a664-39cfa7f1cecc} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function bitNot: In scope SELECT bitNot([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT bitNot([]);) 2025.03.31 17:47:04.494988 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function bitNot: In scope SELECT bitNot([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:04.513008 [ 3914 ] {276c6407-2f89-44b4-9af8-a94f0c075e8c} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitOr doesn't match: passed 1, should be 2: In scope SELECT bitOr([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT bitOr([]);) 2025.03.31 17:47:04.582725 [ 1052 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:04.583177 [ 1052 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:04.584650 [ 1059 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:04.585191 [ 1059 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:04.601186 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitOr doesn't match: passed 1, should be 2: In scope SELECT bitOr([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:04.622891 [ 3914 ] {904e30c6-1d20-4196-8392-4b205aa36c72} executeQuery: Code: 43. DB::Exception: Illegal type bitPositionsToArray of argument of function Array(Nothing): In scope SELECT bitPositionsToArray([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT bitPositionsToArray([]);) 2025.03.31 17:47:04.625853 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type bitPositionsToArray of argument of function Array(Nothing): In scope SELECT bitPositionsToArray([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:04.645705 [ 3914 ] {113286b9-89bc-4b3f-8cb7-df5451988b1f} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitRotateLeft doesn't match: passed 1, should be 2: In scope SELECT bitRotateLeft([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT bitRotateLeft([]);) 2025.03.31 17:47:04.648926 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitRotateLeft doesn't match: passed 1, should be 2: In scope SELECT bitRotateLeft([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:04.669063 [ 3914 ] {62b17bcf-c1c7-437c-928e-f4417a3e3a47} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitRotateRight doesn't match: passed 1, should be 2: In scope SELECT bitRotateRight([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT bitRotateRight([]);) 2025.03.31 17:47:04.672007 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitRotateRight doesn't match: passed 1, should be 2: In scope SELECT bitRotateRight([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:04.690413 [ 3914 ] {505851aa-4d8e-477a-a6cb-abf2f6cdac4b} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitShiftLeft doesn't match: passed 1, should be 2: In scope SELECT bitShiftLeft([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT bitShiftLeft([]);) 2025.03.31 17:47:04.693297 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitShiftLeft doesn't match: passed 1, should be 2: In scope SELECT bitShiftLeft([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:04.712256 [ 3914 ] {72b396c3-e551-4c50-85e7-7fcda44232dd} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitShiftRight doesn't match: passed 1, should be 2: In scope SELECT bitShiftRight([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT bitShiftRight([]);) 2025.03.31 17:47:04.715202 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitShiftRight doesn't match: passed 1, should be 2: In scope SELECT bitShiftRight([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:04.735769 [ 3914 ] {d5bb3e57-8ab8-4f4b-8b91-8da3b6b3c2be} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'bitSlice'. Expected 2 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT bitSlice([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT bitSlice([]);) 2025.03.31 17:47:04.738783 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'bitSlice'. Expected 2 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT bitSlice([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:04.760744 [ 3914 ] {d6e9c1d6-dc60-465b-8af7-f2112f021e2d} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitTest doesn't match: passed 1, should be 2: In scope SELECT bitTest([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT bitTest([]);) 2025.03.31 17:47:04.763831 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitTest doesn't match: passed 1, should be 2: In scope SELECT bitTest([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:04.779839 [ 1254 ] {26d4c035-487c-42bd-a257-3cda312bced7} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 49533ad1-9bfd-4207-a5f8-97cb8f1f511d. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:04.782899 [ 3914 ] {45f0c32c-6f21-4513-8f54-f2e115539318} executeQuery: Code: 35. DB::Exception: Number of arguments for function bitTestAll doesn't match: passed 1, should be at least 2.: In scope SELECT bitTestAll([]). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT bitTestAll([]);) 2025.03.31 17:47:04.785910 [ 3914 ] {} TCPHandler: Code: 35. DB::Exception: Number of arguments for function bitTestAll doesn't match: passed 1, should be at least 2.: In scope SELECT bitTestAll([]). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) 2025.03.31 17:47:04.803969 [ 3914 ] {e5cd2d0d-16a3-4eb3-8e30-cf4bc6564dd7} executeQuery: Code: 35. DB::Exception: Number of arguments for function bitTestAny doesn't match: passed 1, should be at least 2.: In scope SELECT bitTestAny([]). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT bitTestAny([]);) 2025.03.31 17:47:04.806585 [ 3914 ] {} TCPHandler: Code: 35. DB::Exception: Number of arguments for function bitTestAny doesn't match: passed 1, should be at least 2.: In scope SELECT bitTestAny([]). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) 2025.03.31 17:47:04.824826 [ 3914 ] {95b46a8d-f510-4feb-9747-0d52db290079} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitXor doesn't match: passed 1, should be 2: In scope SELECT bitXor([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT bitXor([]);) 2025.03.31 17:47:04.827594 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitXor doesn't match: passed 1, should be 2: In scope SELECT bitXor([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:04.847268 [ 3914 ] {4ff2bc3b-b4b9-46cc-8666-1e7a6a2cb9c6} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitmapAnd doesn't match: passed 1, should be 2: In scope SELECT bitmapAnd([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT bitmapAnd([]);) 2025.03.31 17:47:04.850556 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitmapAnd doesn't match: passed 1, should be 2: In scope SELECT bitmapAnd([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:04.872649 [ 3914 ] {ce996a9a-9fdb-4a13-a33c-36624f444440} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitmapAndCardinality doesn't match: passed 1, should be 2: In scope SELECT bitmapAndCardinality([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT bitmapAndCardinality([]);) 2025.03.31 17:47:04.876032 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitmapAndCardinality doesn't match: passed 1, should be 2: In scope SELECT bitmapAndCardinality([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:04.894831 [ 3914 ] {2af64e0e-ea6d-45cb-84f1-8bd9e117dcd8} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitmapAndnot doesn't match: passed 1, should be 2: In scope SELECT bitmapAndnot([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT bitmapAndnot([]);) 2025.03.31 17:47:04.897866 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitmapAndnot doesn't match: passed 1, should be 2: In scope SELECT bitmapAndnot([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:04.918792 [ 3914 ] {8c1a8f93-2268-412e-a7ee-a1733139bd6c} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitmapAndnotCardinality doesn't match: passed 1, should be 2: In scope SELECT bitmapAndnotCardinality([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT bitmapAndnotCardinality([]);) 2025.03.31 17:47:04.921853 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitmapAndnotCardinality doesn't match: passed 1, should be 2: In scope SELECT bitmapAndnotCardinality([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:04.944287 [ 3914 ] {5bd5c143-e422-4f6c-8932-9214672a40c2} executeQuery: Code: 43. DB::Exception: Unexpected type Array(Nothing) of argument of function bitmapBuild: In scope SELECT bitmapBuild([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT bitmapBuild([]);) 2025.03.31 17:47:04.947119 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Unexpected type Array(Nothing) of argument of function bitmapBuild: In scope SELECT bitmapBuild([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:04.967519 [ 3914 ] {92e8e8fb-54a7-45b5-b76f-722ba64f1974} executeQuery: Code: 43. DB::Exception: First argument for function bitmapCardinality must be a bitmap but it has type Array(Nothing).: In scope SELECT bitmapCardinality([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT bitmapCardinality([]);) 2025.03.31 17:47:04.970787 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function bitmapCardinality must be a bitmap but it has type Array(Nothing).: In scope SELECT bitmapCardinality([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:04.990257 [ 3914 ] {b1bc2c58-24dd-4349-9ac1-454eadd91a73} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitmapContains doesn't match: passed 1, should be 2: In scope SELECT bitmapContains([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT bitmapContains([]);) 2025.03.31 17:47:04.993212 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitmapContains doesn't match: passed 1, should be 2: In scope SELECT bitmapContains([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:05.012860 [ 3914 ] {7ef2e463-cd27-451f-bde9-c40113df4527} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitmapHasAll doesn't match: passed 1, should be 2: In scope SELECT bitmapHasAll([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT bitmapHasAll([]);) 2025.03.31 17:47:05.015952 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitmapHasAll doesn't match: passed 1, should be 2: In scope SELECT bitmapHasAll([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:05.036929 [ 3914 ] {50f78dce-1e2f-468c-a1ae-0d0e530d9c7f} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitmapHasAny doesn't match: passed 1, should be 2: In scope SELECT bitmapHasAny([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT bitmapHasAny([]);) 2025.03.31 17:47:05.040046 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitmapHasAny doesn't match: passed 1, should be 2: In scope SELECT bitmapHasAny([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:05.061313 [ 3914 ] {ab231027-f6d1-4c14-981d-6f529d40e7c2} executeQuery: Code: 43. DB::Exception: First argument for function bitmapMax must be a bitmap but it has type Array(Nothing).: In scope SELECT bitmapMax([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT bitmapMax([]);) 2025.03.31 17:47:05.064381 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function bitmapMax must be a bitmap but it has type Array(Nothing).: In scope SELECT bitmapMax([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:05.085818 [ 3914 ] {51a7e5b3-7bd5-4891-bc44-18a49250e2c7} executeQuery: Code: 43. DB::Exception: First argument for function bitmapMin must be a bitmap but it has type Array(Nothing).: In scope SELECT bitmapMin([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT bitmapMin([]);) 2025.03.31 17:47:05.088973 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function bitmapMin must be a bitmap but it has type Array(Nothing).: In scope SELECT bitmapMin([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:05.099315 [ 1051 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:05.099980 [ 1051 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:05.100210 [ 1053 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:05.100652 [ 1053 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:05.110906 [ 3914 ] {5756eedf-1665-4d73-a2be-6bff5c811ded} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitmapOr doesn't match: passed 1, should be 2: In scope SELECT bitmapOr([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT bitmapOr([]);) 2025.03.31 17:47:05.113890 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitmapOr doesn't match: passed 1, should be 2: In scope SELECT bitmapOr([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:05.132266 [ 3914 ] {dc056e01-d350-483b-86c8-794fc3b0a778} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitmapOrCardinality doesn't match: passed 1, should be 2: In scope SELECT bitmapOrCardinality([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT bitmapOrCardinality([]);) 2025.03.31 17:47:05.135061 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitmapOrCardinality doesn't match: passed 1, should be 2: In scope SELECT bitmapOrCardinality([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:05.153783 [ 3914 ] {93d8496d-3210-478a-a661-780a77251968} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitmapSubsetInRange doesn't match: passed 1, should be 3: In scope SELECT bitmapSubsetInRange([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT bitmapSubsetInRange([]);) 2025.03.31 17:47:05.156365 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitmapSubsetInRange doesn't match: passed 1, should be 3: In scope SELECT bitmapSubsetInRange([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:05.173777 [ 3914 ] {b2184570-98ae-4838-9983-a280ec6df959} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitmapSubsetLimit doesn't match: passed 1, should be 3: In scope SELECT bitmapSubsetLimit([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT bitmapSubsetLimit([]);) 2025.03.31 17:47:05.176529 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitmapSubsetLimit doesn't match: passed 1, should be 3: In scope SELECT bitmapSubsetLimit([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:05.192623 [ 3914 ] {d6f40511-5761-4ab2-a3a9-c5432ac42c8e} executeQuery: Code: 43. DB::Exception: First argument for function bitmapToArray must be a bitmap but it has type Array(Nothing).: In scope SELECT bitmapToArray([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT bitmapToArray([]);) 2025.03.31 17:47:05.194946 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function bitmapToArray must be a bitmap but it has type Array(Nothing).: In scope SELECT bitmapToArray([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:05.215654 [ 3914 ] {8b2fca55-0d04-475b-92f4-6a91e7120897} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitmapTransform doesn't match: passed 1, should be 3: In scope SELECT bitmapTransform([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT bitmapTransform([]);) 2025.03.31 17:47:05.219020 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitmapTransform doesn't match: passed 1, should be 3: In scope SELECT bitmapTransform([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:05.237271 [ 3914 ] {f2c10324-fddf-4320-97c6-f8f531ef326a} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitmapXor doesn't match: passed 1, should be 2: In scope SELECT bitmapXor([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT bitmapXor([]);) 2025.03.31 17:47:05.239928 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitmapXor doesn't match: passed 1, should be 2: In scope SELECT bitmapXor([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:05.255998 [ 3914 ] {7ac73e1b-9802-455d-bf7d-678c7bb1bad0} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitmapXorCardinality doesn't match: passed 1, should be 2: In scope SELECT bitmapXorCardinality([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT bitmapXorCardinality([]);) 2025.03.31 17:47:05.258627 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitmapXorCardinality doesn't match: passed 1, should be 2: In scope SELECT bitmapXorCardinality([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:05.275335 [ 3914 ] {cd075340-ed73-4871-84d7-d403b2b95621} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function bitmaskToArray: In scope SELECT bitmaskToArray([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT bitmaskToArray([]);) 2025.03.31 17:47:05.277837 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function bitmaskToArray: In scope SELECT bitmaskToArray([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:05.299029 [ 3914 ] {864e41eb-8454-470f-8ce0-163a8d7d215a} executeQuery: Code: 43. DB::Exception: Cannot format Array(Nothing) as bitmask string: In scope SELECT bitmaskToList([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT bitmaskToList([]);) 2025.03.31 17:47:05.302817 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Cannot format Array(Nothing) as bitmask string: In scope SELECT bitmaskToList([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:05.322640 [ 3914 ] {0142c854-9c79-4ef1-8dc7-b8c8f9245bff} executeQuery: Code: 42. DB::Exception: Number of arguments for function blockNumber doesn't match: passed 1, should be 0: In scope SELECT blockNumber([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT blockNumber([]);) 2025.03.31 17:47:05.325720 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function blockNumber doesn't match: passed 1, should be 0: In scope SELECT blockNumber([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:05.391625 [ 3914 ] {9c2dda15-1344-44ef-940d-ebb245349628} executeQuery: Code: 42. DB::Exception: Number of arguments for function blockSize doesn't match: passed 1, should be 0: In scope SELECT blockSize([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT blockSize([]);) 2025.03.31 17:47:05.395286 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function blockSize doesn't match: passed 1, should be 0: In scope SELECT blockSize([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:05.413902 [ 3914 ] {f0b6a0ce-87c7-4088-97d6-ec5e6bb6f90e} executeQuery: Code: 42. DB::Exception: Aggregate function boundingRatio requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT boundingRatio([]);) 2025.03.31 17:47:05.416245 [ 1049 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:05.416685 [ 1049 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:05.417010 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function boundingRatio requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:05.417094 [ 1056 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:05.417546 [ 1056 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:05.434305 [ 3914 ] {144a9cc0-ea24-4c58-aa74-dbb324c3049f} executeQuery: Code: 42. DB::Exception: Number of arguments for function buildId doesn't match: passed 1, should be 0: In scope SELECT buildId([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT buildId([]);) 2025.03.31 17:47:05.437108 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function buildId doesn't match: passed 1, should be 0: In scope SELECT buildId([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:05.454433 [ 3914 ] {bed5c629-88ff-4539-86c2-545943ebeb51} executeQuery: Code: 42. DB::Exception: Number of arguments for function byteHammingDistance doesn't match: passed 1, should be 2: In scope SELECT byteHammingDistance([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT byteHammingDistance([]);) 2025.03.31 17:47:05.457194 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function byteHammingDistance doesn't match: passed 1, should be 2: In scope SELECT byteHammingDistance([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:05.514473 [ 3914 ] {d88e613b-886d-4c04-b9e5-bce011404943} executeQuery: Code: 42. DB::Exception: Number of arguments for function substring doesn't match: passed 1, should be 2 or 3: In scope SELECT byteSlice([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT byteSlice([]);) 2025.03.31 17:47:05.517434 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function substring doesn't match: passed 1, should be 2 or 3: In scope SELECT byteSlice([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:05.536241 [ 3914 ] {f5356945-4630-4df9-b8a9-a3c4de46c672} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function byteSwap: In scope SELECT byteSwap([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT byteSwap([]);) 2025.03.31 17:47:05.539119 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function byteSwap: In scope SELECT byteSwap([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:05.558810 [ 3914 ] {55427e06-7a78-4c67-aa2d-4b78b33e8206} executeQuery: Code: 36. DB::Exception: Unexpected type Array(Nothing) in function 'transform': In scope SELECT caseWithExpr([]). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT caseWithExpr([]);) 2025.03.31 17:47:05.559329 [ 1050 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:05.559759 [ 1050 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:05.561007 [ 1057 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:05.561514 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: Unexpected type Array(Nothing) in function 'transform': In scope SELECT caseWithExpr([]). (BAD_ARGUMENTS) 2025.03.31 17:47:05.561550 [ 1057 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:05.579472 [ 3914 ] {675c3a7e-c8d2-4c91-9ace-2bf1e0087600} executeQuery: Code: 36. DB::Exception: Unexpected type Array(Nothing) in function 'transform': In scope SELECT caseWithExpression([]). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT caseWithExpression([]);) 2025.03.31 17:47:05.582341 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: Unexpected type Array(Nothing) in function 'transform': In scope SELECT caseWithExpression([]). (BAD_ARGUMENTS) 2025.03.31 17:47:05.599250 [ 3914 ] {783f6b7e-d141-49f2-a6ed-274bf57cbc35} executeQuery: Code: 42. DB::Exception: Invalid number of arguments for function multiIf: In scope SELECT caseWithoutExpr([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT caseWithoutExpr([]);) 2025.03.31 17:47:05.601616 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Invalid number of arguments for function multiIf: In scope SELECT caseWithoutExpr([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:05.617557 [ 3914 ] {ad45e651-f4d2-4521-9a97-0b49aef079e0} executeQuery: Code: 42. DB::Exception: Invalid number of arguments for function multiIf: In scope SELECT caseWithoutExpression([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT caseWithoutExpression([]);) 2025.03.31 17:47:05.619726 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Invalid number of arguments for function multiIf: In scope SELECT caseWithoutExpression([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:05.635154 [ 3914 ] {b378177f-ac60-469b-8f4d-7562879f5aa0} executeQuery: Code: 35. DB::Exception: Function catboostEvaluate expects at least 2 arguments: In scope SELECT catboostEvaluate([]). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT catboostEvaluate([]);) 2025.03.31 17:47:05.637324 [ 3914 ] {} TCPHandler: Code: 35. DB::Exception: Function catboostEvaluate expects at least 2 arguments: In scope SELECT catboostEvaluate([]). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) 2025.03.31 17:47:05.657284 [ 3914 ] {27d16d3d-c72f-41db-a4c8-ee9ea5efc6aa} executeQuery: Code: 42. DB::Exception: Aggregate function categoricalInformationValue requires two or more arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT categoricalInformationValue([]);) 2025.03.31 17:47:05.660606 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function categoricalInformationValue requires two or more arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:05.679347 [ 3914 ] {d6c3d29c-e9ba-4ec6-9ac0-d8d1ea2f4b41} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function cbrt: In scope SELECT cbrt([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT cbrt([]);) 2025.03.31 17:47:05.682325 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function cbrt: In scope SELECT cbrt([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:05.702116 [ 3914 ] {c6716f4b-244f-4cba-b06a-618d75db245f} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'x' to function 'ceil'. Expected: A number to round, got: Array(Nothing): In scope SELECT ceil([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT ceil([]);) 2025.03.31 17:47:05.705508 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'x' to function 'ceil'. Expected: A number to round, got: Array(Nothing): In scope SELECT ceil([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:05.725863 [ 3914 ] {02edcf83-b555-4cc6-aa63-4c962f248145} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'x' to function 'ceil'. Expected: A number to round, got: Array(Nothing): In scope SELECT ceiling([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT ceiling([]);) 2025.03.31 17:47:05.728905 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'x' to function 'ceil'. Expected: A number to round, got: Array(Nothing): In scope SELECT ceiling([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:05.748489 [ 3914 ] {b8f98a84-cb93-4b3c-8232-e3ce560ceee2} executeQuery: Code: 42. DB::Exception: Number of arguments for function changeDay doesn't match: passed 1, should be 2: In scope SELECT changeDay([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT changeDay([]);) 2025.03.31 17:47:05.751432 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function changeDay doesn't match: passed 1, should be 2: In scope SELECT changeDay([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:05.772690 [ 3914 ] {14df2c13-3425-4522-a67f-5e3431a783ed} executeQuery: Code: 42. DB::Exception: Number of arguments for function changeHour doesn't match: passed 1, should be 2: In scope SELECT changeHour([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT changeHour([]);) 2025.03.31 17:47:05.776001 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function changeHour doesn't match: passed 1, should be 2: In scope SELECT changeHour([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:05.798173 [ 3914 ] {0fbfc027-de10-4631-8a2c-40f6a73a23d2} executeQuery: Code: 42. DB::Exception: Number of arguments for function changeMinute doesn't match: passed 1, should be 2: In scope SELECT changeMinute([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT changeMinute([]);) 2025.03.31 17:47:05.801657 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function changeMinute doesn't match: passed 1, should be 2: In scope SELECT changeMinute([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:05.823632 [ 3914 ] {552ccc2e-2a0e-46d2-84fc-3400ce52f167} executeQuery: Code: 42. DB::Exception: Number of arguments for function changeMonth doesn't match: passed 1, should be 2: In scope SELECT changeMonth([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT changeMonth([]);) 2025.03.31 17:47:05.826593 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function changeMonth doesn't match: passed 1, should be 2: In scope SELECT changeMonth([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:05.846279 [ 3914 ] {07e1c622-d876-42ab-a411-311be02180a1} executeQuery: Code: 42. DB::Exception: Number of arguments for function changeSecond doesn't match: passed 1, should be 2: In scope SELECT changeSecond([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT changeSecond([]);) 2025.03.31 17:47:05.849536 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function changeSecond doesn't match: passed 1, should be 2: In scope SELECT changeSecond([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:05.871957 [ 3914 ] {0a4f0c12-fe8d-4439-9c19-7c1959e23fe8} executeQuery: Code: 42. DB::Exception: Number of arguments for function changeYear doesn't match: passed 1, should be 2: In scope SELECT changeYear([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT changeYear([]);) 2025.03.31 17:47:05.875411 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function changeYear doesn't match: passed 1, should be 2: In scope SELECT changeYear([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:05.898757 [ 3914 ] {f39cd255-2ded-4cde-81cb-c351e8a907ad} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function char, must be Int, UInt or Float number: In scope SELECT char([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT char([]);) 2025.03.31 17:47:05.902158 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function char, must be Int, UInt or Float number: In scope SELECT char([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:05.961915 [ 3914 ] {d131fbff-1a91-4c54-a5e0-cd45da92e5ff} executeQuery: Code: 42. DB::Exception: Number of arguments for function clamp doesn't match: passed 1, should be 3: In scope SELECT clamp([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT clamp([]);) 2025.03.31 17:47:05.965000 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function clamp doesn't match: passed 1, should be 3: In scope SELECT clamp([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:05.972317 [ 1051 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:05.972747 [ 1051 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:05.974421 [ 1059 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:05.974844 [ 1059 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:06.053548 [ 3914 ] {bac935b4-4579-4d50-8c48-0c6535a1e071} executeQuery: Code: 35. DB::Exception: Number of arguments for function concatAssumeInjective should not be 1: In scope SELECT concatAssumeInjective([]). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT concatAssumeInjective([]);) 2025.03.31 17:47:06.056627 [ 3914 ] {} TCPHandler: Code: 35. DB::Exception: Number of arguments for function concatAssumeInjective should not be 1: In scope SELECT concatAssumeInjective([]). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) 2025.03.31 17:47:06.076329 [ 3914 ] {ebc24c77-baef-4f49-9db1-fc92e2fd2b9a} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function concatWithSeparator: In scope SELECT concatWithSeparator([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT concatWithSeparator([]);) 2025.03.31 17:47:06.079652 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function concatWithSeparator: In scope SELECT concatWithSeparator([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:06.097490 [ 3914 ] {36f74c22-2a08-4bbd-8e73-4e2efe5896b0} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function concatWithSeparatorAssumeInjective: In scope SELECT concatWithSeparatorAssumeInjective([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT concatWithSeparatorAssumeInjective([]);) 2025.03.31 17:47:06.100051 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function concatWithSeparatorAssumeInjective: In scope SELECT concatWithSeparatorAssumeInjective([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:06.119854 [ 3914 ] {2692b034-de32-4efe-bd58-0b9c9bbd3894} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function concatWithSeparator: In scope SELECT concat_ws([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT concat_ws([]);) 2025.03.31 17:47:06.122533 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function concatWithSeparator: In scope SELECT concat_ws([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:06.142347 [ 3914 ] {25e8e562-02aa-4a4d-b9b6-1b1a3bb345a1} executeQuery: Code: 42. DB::Exception: Number of arguments for function connectionId doesn't match: passed 1, should be 0: In scope SELECT connectionId([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT connectionId([]);) 2025.03.31 17:47:06.145156 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function connectionId doesn't match: passed 1, should be 0: In scope SELECT connectionId([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:06.163635 [ 3914 ] {397f9b1a-4f72-4a3b-a6c9-ab31b3d774d5} executeQuery: Code: 42. DB::Exception: Number of arguments for function connectionId doesn't match: passed 1, should be 0: In scope SELECT connection_id([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT connection_id([]);) 2025.03.31 17:47:06.166670 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function connectionId doesn't match: passed 1, should be 0: In scope SELECT connection_id([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:06.183695 [ 3914 ] {5ff45f5f-e5c4-4e9f-9da2-1d78edb5e46e} executeQuery: Code: 42. DB::Exception: Aggregate function contingency requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT contingency([]);) 2025.03.31 17:47:06.186318 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function contingency requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:06.203094 [ 3914 ] {d47cd76d-a1b1-4fc5-ab86-7deb18597216} executeQuery: Code: 42. DB::Exception: Number of arguments for function convertCharset doesn't match: passed 1, should be 3: In scope SELECT convertCharset([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT convertCharset([]);) 2025.03.31 17:47:06.205652 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function convertCharset doesn't match: passed 1, should be 3: In scope SELECT convertCharset([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:06.221812 [ 3914 ] {f6e132ea-c706-44df-958f-181e487f0dd3} executeQuery: Code: 42. DB::Exception: Aggregate function corr requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT corr([]);) 2025.03.31 17:47:06.224070 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function corr requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:06.239379 [ 3914 ] {fbd27fbb-e43a-4430-b2a7-dc1b6fcbb946} executeQuery: Code: 43. DB::Exception: Aggregate function corrMatrix only supports numerical types. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT corrMatrix([]);) 2025.03.31 17:47:06.241860 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Aggregate function corrMatrix only supports numerical types. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:06.257512 [ 3914 ] {40e3e045-7b4f-47aa-b7f8-039102f1ed13} executeQuery: Code: 42. DB::Exception: Aggregate function corrStable requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT corrStable([]);) 2025.03.31 17:47:06.259674 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function corrStable requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:06.276405 [ 3914 ] {55a563bc-66b5-4194-ae4a-c7099e57f3b1} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function cos: In scope SELECT cos([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT cos([]);) 2025.03.31 17:47:06.276955 [ 1052 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:06.276975 [ 1054 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:06.277479 [ 1052 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:06.277615 [ 1054 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:06.278993 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function cos: In scope SELECT cos([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:06.295406 [ 3914 ] {76def2c9-38cd-44a8-8818-6b7980ba8a51} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function cosh: In scope SELECT cosh([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT cosh([]);) 2025.03.31 17:47:06.297756 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function cosh: In scope SELECT cosh([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:06.311514 [ 1247 ] {81fcb0ac-fdb3-40e3-a58e-e6f29b27bc22} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 81001148-6739-4eb0-82ca-20e6ac55fffc. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:06.312931 [ 3914 ] {7d54e201-aa0d-42ec-8a26-5c7a70dbc5a1} executeQuery: Code: 42. DB::Exception: Number of arguments for function cosineDistance doesn't match: passed 1, should be 2: In scope SELECT cosineDistance([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT cosineDistance([]);) 2025.03.31 17:47:06.315348 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function cosineDistance doesn't match: passed 1, should be 2: In scope SELECT cosineDistance([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:06.367223 [ 3914 ] {c27dc00d-7f00-4017-918f-cbdbb65d2322} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function countDigits: In scope SELECT countDigits([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT countDigits([]);) 2025.03.31 17:47:06.369843 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function countDigits: In scope SELECT countDigits([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:06.386196 [ 3914 ] {c345499f-9284-4055-bb80-7a814c1e516d} executeQuery: Code: 42. DB::Exception: Number of arguments for function countEqual doesn't match: passed 1, should be 2: In scope SELECT countEqual([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT countEqual([]);) 2025.03.31 17:47:06.387821 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function countEqual doesn't match: passed 1, should be 2: In scope SELECT countEqual([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:06.403414 [ 3914 ] {bb1e1f40-b240-4ba0-9d01-f8404b6aa075} executeQuery: Code: 42. DB::Exception: Number of arguments for function countMatches doesn't match: passed 1, should be 2: In scope SELECT countMatches([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT countMatches([]);) 2025.03.31 17:47:06.404991 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function countMatches doesn't match: passed 1, should be 2: In scope SELECT countMatches([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:06.420491 [ 3914 ] {2db5efcc-c031-4da1-8cc7-f7d5682af1c2} executeQuery: Code: 42. DB::Exception: Number of arguments for function countMatchesCaseInsensitive doesn't match: passed 1, should be 2: In scope SELECT countMatchesCaseInsensitive([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT countMatchesCaseInsensitive([]);) 2025.03.31 17:47:06.422160 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function countMatchesCaseInsensitive doesn't match: passed 1, should be 2: In scope SELECT countMatchesCaseInsensitive([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:06.438176 [ 3914 ] {5fef3370-2cdd-4a31-8b06-53ef34064f19} executeQuery: Code: 42. DB::Exception: Number of arguments for function countSubstrings doesn't match: passed 1, should be 2 or 3: In scope SELECT countSubstrings([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT countSubstrings([]);) 2025.03.31 17:47:06.440515 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function countSubstrings doesn't match: passed 1, should be 2 or 3: In scope SELECT countSubstrings([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:06.457325 [ 3914 ] {3668fef3-2deb-4aa8-9ad6-ca777f3e1e08} executeQuery: Code: 42. DB::Exception: Number of arguments for function countSubstringsCaseInsensitive doesn't match: passed 1, should be 2 or 3: In scope SELECT countSubstringsCaseInsensitive([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT countSubstringsCaseInsensitive([]);) 2025.03.31 17:47:06.459768 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function countSubstringsCaseInsensitive doesn't match: passed 1, should be 2 or 3: In scope SELECT countSubstringsCaseInsensitive([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:06.473456 [ 1061 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:06.473891 [ 1061 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:06.474345 [ 1062 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:06.474799 [ 1062 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:06.476021 [ 3914 ] {770cf1e4-3970-444b-b0b2-e8d98d57deca} executeQuery: Code: 42. DB::Exception: Number of arguments for function countSubstringsCaseInsensitiveUTF8 doesn't match: passed 1, should be 2 or 3: In scope SELECT countSubstringsCaseInsensitiveUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT countSubstringsCaseInsensitiveUTF8([]);) 2025.03.31 17:47:06.478311 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function countSubstringsCaseInsensitiveUTF8 doesn't match: passed 1, should be 2 or 3: In scope SELECT countSubstringsCaseInsensitiveUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:06.493254 [ 3914 ] {5f1432a1-e565-4ea4-96de-fe814f1f5597} executeQuery: Code: 42. DB::Exception: Aggregate function covarPop requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT covarPop([]);) 2025.03.31 17:47:06.495289 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function covarPop requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:06.515162 [ 3914 ] {529639ce-f406-4e86-952f-0e79ceab0a26} executeQuery: Code: 43. DB::Exception: Aggregate function covarPopMatrix only supports numerical types. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT covarPopMatrix([]);) 2025.03.31 17:47:06.515393 [ 1048 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:06.515820 [ 1048 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:06.516254 [ 1057 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:06.516688 [ 1057 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:06.517812 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Aggregate function covarPopMatrix only supports numerical types. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:06.537026 [ 3914 ] {b9c18ec8-cb66-421d-8a60-a8bc0fe88e0d} executeQuery: Code: 42. DB::Exception: Aggregate function covarPopStable requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT covarPopStable([]);) 2025.03.31 17:47:06.540950 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function covarPopStable requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:06.560700 [ 3914 ] {66f16682-bd14-48cd-bce9-40b5d5c5ee91} executeQuery: Code: 42. DB::Exception: Aggregate function covarSamp requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT covarSamp([]);) 2025.03.31 17:47:06.562820 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function covarSamp requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:06.577289 [ 3914 ] {c8fd94fc-9eb2-4fb8-a49a-6b1fbfc40b24} executeQuery: Code: 43. DB::Exception: Aggregate function covarSampMatrix only supports numerical types. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT covarSampMatrix([]);) 2025.03.31 17:47:06.579306 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Aggregate function covarSampMatrix only supports numerical types. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:06.593360 [ 3914 ] {1f7e38c2-c64f-4ca0-85ca-e84e3962dd34} executeQuery: Code: 42. DB::Exception: Aggregate function covarSampStable requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT covarSampStable([]);) 2025.03.31 17:47:06.594887 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function covarSampStable requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:06.608673 [ 3914 ] {16c89dbf-0504-47cc-9a44-3bb36930540b} executeQuery: Code: 42. DB::Exception: Aggregate function cramersV requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT cramersV([]);) 2025.03.31 17:47:06.610112 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function cramersV requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:06.623781 [ 3914 ] {386c3f8b-3645-4e8e-a85c-c62829be40e0} executeQuery: Code: 42. DB::Exception: Aggregate function cramersVBiasCorrected requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT cramersVBiasCorrected([]);) 2025.03.31 17:47:06.625242 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function cramersVBiasCorrected requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:06.639259 [ 3914 ] {75475292-d5ea-4df1-bfe2-a1d1c08c2fc8} executeQuery: Code: 42. DB::Exception: Number of arguments for function today doesn't match: passed 1, should be 0: In scope SELECT curdate([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT curdate([]);) 2025.03.31 17:47:06.641067 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function today doesn't match: passed 1, should be 0: In scope SELECT curdate([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:06.655462 [ 3914 ] {38a46a4c-f808-45a8-9bc9-2868d3dc6634} executeQuery: Code: 42. DB::Exception: Number of arguments for function currentDatabase doesn't match: passed 1, should be 0: In scope SELECT currentDatabase([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT currentDatabase([]);) 2025.03.31 17:47:06.657306 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function currentDatabase doesn't match: passed 1, should be 0: In scope SELECT currentDatabase([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:06.671446 [ 3914 ] {ec99ce4f-e009-4d8e-aa27-d0ff26410e00} executeQuery: Code: 42. DB::Exception: Number of arguments for function currentProfiles doesn't match: passed 1, should be 0: In scope SELECT currentProfiles([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT currentProfiles([]);) 2025.03.31 17:47:06.672926 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function currentProfiles doesn't match: passed 1, should be 0: In scope SELECT currentProfiles([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:06.687192 [ 3914 ] {eec1a989-6044-4ee1-9612-59e9e365a302} executeQuery: Code: 42. DB::Exception: Number of arguments for function currentRoles doesn't match: passed 1, should be 0: In scope SELECT currentRoles([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT currentRoles([]);) 2025.03.31 17:47:06.688771 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function currentRoles doesn't match: passed 1, should be 0: In scope SELECT currentRoles([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:06.702489 [ 3914 ] {b83655d3-f10c-454a-9499-406a8ef61d8c} executeQuery: Code: 43. DB::Exception: Argument for function currentSchemas must be bool: In scope SELECT currentSchemas([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT currentSchemas([]);) 2025.03.31 17:47:06.703978 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Argument for function currentSchemas must be bool: In scope SELECT currentSchemas([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:06.717596 [ 3914 ] {0d0144e8-5e40-43d6-9bd7-fbeeccc31690} executeQuery: Code: 42. DB::Exception: Number of arguments for function currentUser doesn't match: passed 1, should be 0: In scope SELECT currentUser([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT currentUser([]);) 2025.03.31 17:47:06.719065 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function currentUser doesn't match: passed 1, should be 0: In scope SELECT currentUser([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:06.733081 [ 3914 ] {205c5c05-3bd4-48ef-b7e0-506c9078cca9} executeQuery: Code: 42. DB::Exception: Number of arguments for function currentDatabase doesn't match: passed 1, should be 0: In scope SELECT current_database([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT current_database([]);) 2025.03.31 17:47:06.734690 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function currentDatabase doesn't match: passed 1, should be 0: In scope SELECT current_database([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:06.748295 [ 3914 ] {549c4fae-8275-4b94-b511-bf894bd7f07b} executeQuery: Code: 42. DB::Exception: Number of arguments for function today doesn't match: passed 1, should be 0: In scope SELECT current_date([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT current_date([]);) 2025.03.31 17:47:06.749795 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function today doesn't match: passed 1, should be 0: In scope SELECT current_date([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:06.764630 [ 3914 ] {ec1296b7-0f25-4d3a-9ffa-674e94c5fdfb} executeQuery: Code: 43. DB::Exception: Argument for function currentSchemas must be bool: In scope SELECT current_schemas([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT current_schemas([]);) 2025.03.31 17:47:06.766162 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Argument for function currentSchemas must be bool: In scope SELECT current_schemas([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:06.786749 [ 3914 ] {6873396c-9cbe-4382-b14c-be6186b6328f} executeQuery: Code: 43. DB::Exception: Arguments of function now should be String or FixedString: In scope SELECT current_timestamp([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT current_timestamp([]);) 2025.03.31 17:47:06.788365 [ 1247 ] {f4608f11-934b-45db-85e5-576aa0e8c882} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id b692f553-9e22-4e5a-8753-e07ac8cc3c4b. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:06.789984 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Arguments of function now should be String or FixedString: In scope SELECT current_timestamp([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:06.809130 [ 3914 ] {a5b4717b-6d1d-44aa-82d7-49aa881076d5} executeQuery: Code: 42. DB::Exception: Number of arguments for function currentUser doesn't match: passed 1, should be 0: In scope SELECT current_user([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT current_user([]);) 2025.03.31 17:47:06.812159 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function currentUser doesn't match: passed 1, should be 0: In scope SELECT current_user([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:06.814838 [ 1056 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:06.815398 [ 1056 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:06.819774 [ 1063 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:06.820401 [ 1063 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:06.834026 [ 3914 ] {e7ebc306-dda4-4fd5-9fd0-27d47e6c719b} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function cutFragment: In scope SELECT cutFragment([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT cutFragment([]);) 2025.03.31 17:47:06.837019 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function cutFragment: In scope SELECT cutFragment([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:06.847508 [ 1054 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:06.847959 [ 1059 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:06.848048 [ 1054 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:06.848418 [ 1059 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:06.856361 [ 3914 ] {4b36ef91-26f2-4551-ad0a-cb9162dc799d} executeQuery: Code: 42. DB::Exception: Number of arguments for function cutIPv6 doesn't match: passed 1, should be 3: In scope SELECT cutIPv6([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT cutIPv6([]);) 2025.03.31 17:47:06.859226 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function cutIPv6 doesn't match: passed 1, should be 3: In scope SELECT cutIPv6([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:06.877546 [ 3914 ] {c1605b99-e1a5-45ff-bdcc-4b50e1a06bda} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function cutQueryString: In scope SELECT cutQueryString([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT cutQueryString([]);) 2025.03.31 17:47:06.880542 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function cutQueryString: In scope SELECT cutQueryString([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:06.907056 [ 3914 ] {daff1b7e-8d3d-4d4c-bfd0-d4b390b58d0d} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function cutQueryStringAndFragment: In scope SELECT cutQueryStringAndFragment([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT cutQueryStringAndFragment([]);) 2025.03.31 17:47:06.911071 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function cutQueryStringAndFragment: In scope SELECT cutQueryStringAndFragment([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:06.929483 [ 3914 ] {42501650-e894-45b8-9dd8-8c29ce3845b9} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function cutToFirstSignificantSubdomain: In scope SELECT cutToFirstSignificantSubdomain([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT cutToFirstSignificantSubdomain([]);) 2025.03.31 17:47:06.932380 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function cutToFirstSignificantSubdomain: In scope SELECT cutToFirstSignificantSubdomain([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:06.950770 [ 3914 ] {b02fedbf-9eb4-4c81-9302-23a504c1c1cf} executeQuery: Code: 42. DB::Exception: Number of arguments for function cutToFirstSignificantSubdomainCustom doesn't match: passed 1, should be 2: In scope SELECT cutToFirstSignificantSubdomainCustom([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT cutToFirstSignificantSubdomainCustom([]);) 2025.03.31 17:47:06.953573 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function cutToFirstSignificantSubdomainCustom doesn't match: passed 1, should be 2: In scope SELECT cutToFirstSignificantSubdomainCustom([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:06.970796 [ 3914 ] {a2ecfc0a-519b-400c-8b60-a1043eaf656f} executeQuery: Code: 42. DB::Exception: Number of arguments for function cutToFirstSignificantSubdomainCustomRFC doesn't match: passed 1, should be 2: In scope SELECT cutToFirstSignificantSubdomainCustomRFC([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT cutToFirstSignificantSubdomainCustomRFC([]);) 2025.03.31 17:47:06.973358 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function cutToFirstSignificantSubdomainCustomRFC doesn't match: passed 1, should be 2: In scope SELECT cutToFirstSignificantSubdomainCustomRFC([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:06.989749 [ 3914 ] {55828a47-e275-48ed-9cbb-8f7aa0ce10be} executeQuery: Code: 42. DB::Exception: Number of arguments for function cutToFirstSignificantSubdomainCustomWithWWW doesn't match: passed 1, should be 2: In scope SELECT cutToFirstSignificantSubdomainCustomWithWWW([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT cutToFirstSignificantSubdomainCustomWithWWW([]);) 2025.03.31 17:47:06.992011 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function cutToFirstSignificantSubdomainCustomWithWWW doesn't match: passed 1, should be 2: In scope SELECT cutToFirstSignificantSubdomainCustomWithWWW([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:07.012168 [ 3914 ] {e71431aa-1445-4dba-9e71-6910faab57ec} executeQuery: Code: 42. DB::Exception: Number of arguments for function cutToFirstSignificantSubdomainCustomWithWWWRFC doesn't match: passed 1, should be 2: In scope SELECT cutToFirstSignificantSubdomainCustomWithWWWRFC([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT cutToFirstSignificantSubdomainCustomWithWWWRFC([]);) 2025.03.31 17:47:07.015480 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function cutToFirstSignificantSubdomainCustomWithWWWRFC doesn't match: passed 1, should be 2: In scope SELECT cutToFirstSignificantSubdomainCustomWithWWWRFC([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:07.022284 [ 3178 ] {34248b4f-744b-4770-8666-deba6e7dc5b2} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 3426550a-1a60-4df6-8159-aa7e8ca53e8e. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:07.033909 [ 3914 ] {8a3439bc-ebd7-4f57-95aa-f4664534d852} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function cutToFirstSignificantSubdomainRFC: In scope SELECT cutToFirstSignificantSubdomainRFC([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT cutToFirstSignificantSubdomainRFC([]);) 2025.03.31 17:47:07.036661 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function cutToFirstSignificantSubdomainRFC: In scope SELECT cutToFirstSignificantSubdomainRFC([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:07.060312 [ 3914 ] {c42cc394-ed1f-445c-ae42-42378883fa68} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function cutToFirstSignificantSubdomainWithWWW: In scope SELECT cutToFirstSignificantSubdomainWithWWW([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT cutToFirstSignificantSubdomainWithWWW([]);) 2025.03.31 17:47:07.063317 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function cutToFirstSignificantSubdomainWithWWW: In scope SELECT cutToFirstSignificantSubdomainWithWWW([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:07.089162 [ 3914 ] {2ea3a1de-6587-461e-8f52-0050510382c3} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function cutToFirstSignificantSubdomainWithWWWRFC: In scope SELECT cutToFirstSignificantSubdomainWithWWWRFC([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT cutToFirstSignificantSubdomainWithWWWRFC([]);) 2025.03.31 17:47:07.091923 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function cutToFirstSignificantSubdomainWithWWWRFC: In scope SELECT cutToFirstSignificantSubdomainWithWWWRFC([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:07.106205 [ 3179 ] {c3574b6a-aace-4d19-8d85-a41d2ffcbcd4} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id faa1c3cf-e38c-4b2e-bd59-552e597b3314. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:07.116973 [ 3914 ] {ce89ab26-0464-4409-908e-599993d339a9} executeQuery: Code: 42. DB::Exception: Number of arguments for function cutURLParameter doesn't match: passed 1, should be 2: In scope SELECT cutURLParameter([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT cutURLParameter([]);) 2025.03.31 17:47:07.119480 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function cutURLParameter doesn't match: passed 1, should be 2: In scope SELECT cutURLParameter([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:07.151867 [ 3914 ] {aeaa513e-1687-421d-98a5-272c4a4dac8f} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function cutWWW: In scope SELECT cutWWW([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT cutWWW([]);) 2025.03.31 17:47:07.156327 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function cutWWW: In scope SELECT cutWWW([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:07.187216 [ 3914 ] {5c50272d-dcbd-4269-84d1-fc7472210d50} executeQuery: Code: 42. DB::Exception: Number of arguments for function damerauLevenshteinDistance doesn't match: passed 1, should be 2: In scope SELECT damerauLevenshteinDistance([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT damerauLevenshteinDistance([]);) 2025.03.31 17:47:07.191317 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function damerauLevenshteinDistance doesn't match: passed 1, should be 2: In scope SELECT damerauLevenshteinDistance([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:07.197619 [ 1062 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:07.197920 [ 1055 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:07.198196 [ 1062 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:07.198506 [ 1055 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:07.215266 [ 3914 ] {626102f6-1761-4330-b7b5-e7c868115e2c} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'dateDiff'. Expected 3 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT dateDiff([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT dateDiff([]);) 2025.03.31 17:47:07.218262 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'dateDiff'. Expected 3 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT dateDiff([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:07.240004 [ 3914 ] {a6479cdc-b37b-41ed-8866-1a2fda72c89f} executeQuery: Code: 42. DB::Exception: Number of arguments for function dateName doesn't match: passed 1: In scope SELECT dateName([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT dateName([]);) 2025.03.31 17:47:07.243398 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dateName doesn't match: passed 1: In scope SELECT dateName([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:07.266021 [ 3914 ] {492519ed-ae10-4678-b23f-4584b4a66d25} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'dateTime64ToSnowflake'. Expected: DateTime64, got: Array(Nothing): In scope SELECT dateTime64ToSnowflake([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT dateTime64ToSnowflake([]);) 2025.03.31 17:47:07.269622 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'dateTime64ToSnowflake'. Expected: DateTime64, got: Array(Nothing): In scope SELECT dateTime64ToSnowflake([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:07.291600 [ 3914 ] {ffbabe49-c30a-4de5-8cd5-e66d4592f327} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'dateTime64ToSnowflakeID'. Expected: DateTime64, got: Array(Nothing): In scope SELECT dateTime64ToSnowflakeID([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT dateTime64ToSnowflakeID([]);) 2025.03.31 17:47:07.294820 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'dateTime64ToSnowflakeID'. Expected: DateTime64, got: Array(Nothing): In scope SELECT dateTime64ToSnowflakeID([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:07.302742 [ 1254 ] {ed3f3dd4-8951-48b4-af1c-762fafb7655d} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id be055f9f-8de9-4a9a-aa98-16486adbee44. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:07.307278 [ 1057 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:07.307499 [ 1056 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:07.307731 [ 1057 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:07.308038 [ 1056 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:07.315034 [ 3914 ] {27c76e33-01e2-4738-984b-dec93b11c4ad} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'dateTimeToSnowflake'. Expected: DateTime, got: Array(Nothing): In scope SELECT dateTimeToSnowflake([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT dateTimeToSnowflake([]);) 2025.03.31 17:47:07.318231 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'dateTimeToSnowflake'. Expected: DateTime, got: Array(Nothing): In scope SELECT dateTimeToSnowflake([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:07.341771 [ 3914 ] {e36d3b25-66eb-4651-a783-d9deefbd50f5} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'dateTimeToSnowflakeID'. Expected: DateTime, got: Array(Nothing): In scope SELECT dateTimeToSnowflakeID([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT dateTimeToSnowflakeID([]);) 2025.03.31 17:47:07.345079 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'dateTimeToSnowflakeID'. Expected: DateTime, got: Array(Nothing): In scope SELECT dateTimeToSnowflakeID([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:07.368104 [ 3914 ] {a422304b-83f9-4411-ba58-a5345c6c5541} executeQuery: Code: 42. DB::Exception: Number of arguments for function dateTrunc doesn't match: passed 1, should be 2 or 3: In scope SELECT dateTrunc([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT dateTrunc([]);) 2025.03.31 17:47:07.371197 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dateTrunc doesn't match: passed 1, should be 2 or 3: In scope SELECT dateTrunc([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:07.394336 [ 3914 ] {ab3bc7eb-c951-4ad2-aec4-adc7d609f60a} executeQuery: Code: 42. DB::Exception: Number of arguments for function toStartOfInterval doesn't match: passed 1, must be 2, 3 or 4: In scope SELECT date_bin([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT date_bin([]);) 2025.03.31 17:47:07.397126 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toStartOfInterval doesn't match: passed 1, must be 2, 3 or 4: In scope SELECT date_bin([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:07.419013 [ 3914 ] {37723565-e28a-484f-ac1f-277eeac45f94} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'dateDiff'. Expected 3 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT dateDiff([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT date_diff([]);) 2025.03.31 17:47:07.421798 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'dateDiff'. Expected 3 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT dateDiff([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:07.442843 [ 3914 ] {d74329ec-149b-4484-83d3-d27ef9d7e7ff} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function decodeHTMLComponent: In scope SELECT decodeHTMLComponent([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT decodeHTMLComponent([]);) 2025.03.31 17:47:07.445622 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function decodeHTMLComponent: In scope SELECT decodeHTMLComponent([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:07.467168 [ 3914 ] {4a38b58b-fae1-4923-999e-25fc17f6c30e} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function decodeURLComponent: In scope SELECT decodeURLComponent([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT decodeURLComponent([]);) 2025.03.31 17:47:07.470148 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function decodeURLComponent: In scope SELECT decodeURLComponent([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:07.491142 [ 3914 ] {222c2d49-77ad-4303-8b6d-01bc134e5120} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function decodeURLFormComponent: In scope SELECT decodeURLFormComponent([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT decodeURLFormComponent([]);) 2025.03.31 17:47:07.493522 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function decodeURLFormComponent: In scope SELECT decodeURLFormComponent([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:07.511827 [ 3914 ] {a9112adb-dc15-4a7a-ad43-2e2508c9aa72} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function decodeXMLComponent: In scope SELECT decodeXMLComponent([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT decodeXMLComponent([]);) 2025.03.31 17:47:07.511863 [ 3655 ] {701d5216-45e1-4daa-b8e2-85e5ec2c55de} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 803097cb-3e34-4a76-b689-8f000b7c4521. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:07.512488 [ 3655 ] {701d5216-45e1-4daa-b8e2-85e5ec2c55de} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id c9629fce-fb1a-43b1-a1bf-a80a65b470fd. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:07.514222 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function decodeXMLComponent: In scope SELECT decodeXMLComponent([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:07.539880 [ 1054 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:07.540350 [ 1054 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:07.541528 [ 3914 ] {7362daef-59a9-40ef-95b8-8d54c7c50811} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'decrypt'. Expected 3 mandatory arguments and 2 optional arguments, got 1 argument: In scope SELECT decrypt([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT decrypt([]);) 2025.03.31 17:47:07.541573 [ 1061 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:07.542058 [ 1061 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:07.546305 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'decrypt'. Expected 3 mandatory arguments and 2 optional arguments, got 1 argument: In scope SELECT decrypt([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:07.572862 [ 3914 ] {0fe002e9-ac9b-434c-8383-e9fda369a788} executeQuery: Code: 42. DB::Exception: Number of arguments for function defaultProfiles doesn't match: passed 1, should be 0: In scope SELECT defaultProfiles([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT defaultProfiles([]);) 2025.03.31 17:47:07.576848 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function defaultProfiles doesn't match: passed 1, should be 0: In scope SELECT defaultProfiles([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:07.603828 [ 3914 ] {628915e2-b388-4736-8445-a0f39168e0cc} executeQuery: Code: 42. DB::Exception: Number of arguments for function defaultRoles doesn't match: passed 1, should be 0: In scope SELECT defaultRoles([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT defaultRoles([]);) 2025.03.31 17:47:07.607576 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function defaultRoles doesn't match: passed 1, should be 0: In scope SELECT defaultRoles([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:07.678457 [ 3914 ] {7bbdc330-f912-4ee8-831c-79b6065e5433} executeQuery: Code: 44. DB::Exception: The argument of function defaultValueOfTypeName must be a constant string describing type.: In scope SELECT defaultValueOfTypeName([]). (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT defaultValueOfTypeName([]);) 2025.03.31 17:47:07.682407 [ 3914 ] {} TCPHandler: Code: 44. DB::Exception: The argument of function defaultValueOfTypeName must be a constant string describing type.: In scope SELECT defaultValueOfTypeName([]). (ILLEGAL_COLUMN) 2025.03.31 17:47:07.708500 [ 3914 ] {0212f036-4961-417a-b4b4-69177cc711fa} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function degrees: In scope SELECT degrees([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT degrees([]);) 2025.03.31 17:47:07.712144 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function degrees: In scope SELECT degrees([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:07.735917 [ 3914 ] {b2282c1b-267f-4db3-a47d-ca8d36e4de62} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function deltaSum. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT deltaSum([]);) 2025.03.31 17:47:07.740651 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function deltaSum. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:07.764248 [ 3914 ] {2505219d-e9be-47a2-9935-eae1d5274355} executeQuery: Code: 42. DB::Exception: Aggregate function deltaSumTimestamp requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT deltaSumTimestamp([]);) 2025.03.31 17:47:07.767095 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function deltaSumTimestamp requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:07.789046 [ 3914 ] {9e10dac2-d89d-42d7-8a10-4b836a038ac8} executeQuery: Code: 43. DB::Exception: The only argument for function demangle must be String. Found Array(Nothing) instead.: In scope SELECT demangle([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT demangle([]);) 2025.03.31 17:47:07.791476 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The only argument for function demangle must be String. Found Array(Nothing) instead.: In scope SELECT demangle([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:07.822233 [ 3914 ] {6c84322b-9304-4baf-9a95-10351cc10a1f} executeQuery: Code: 36. DB::Exception: The function 'denseRank' can only be used as a window function, not as an aggregate function: While executing AggregatingTransform. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT denseRank([]);) 2025.03.31 17:47:07.825693 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: The function 'denseRank' can only be used as a window function, not as an aggregate function: While executing AggregatingTransform. (BAD_ARGUMENTS) 2025.03.31 17:47:07.858306 [ 3914 ] {1e9a7829-27eb-4bc9-9f2a-5a221b7a8020} executeQuery: Code: 36. DB::Exception: The function 'denseRank' can only be used as a window function, not as an aggregate function: While executing AggregatingTransform. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT dense_rank([]);) 2025.03.31 17:47:07.862004 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: The function 'denseRank' can only be used as a window function, not as an aggregate function: While executing AggregatingTransform. (BAD_ARGUMENTS) 2025.03.31 17:47:07.883492 [ 3914 ] {15cdab1e-0b52-471c-8d99-6d3f116b7ccb} executeQuery: Code: 344. DB::Exception: Natural language processing function 'detectCharset' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT detectCharset([]);) 2025.03.31 17:47:07.886216 [ 3914 ] {} TCPHandler: Code: 344. DB::Exception: Natural language processing function 'detectCharset' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) 2025.03.31 17:47:07.905006 [ 3914 ] {524eed7c-5dc4-468b-92f7-500916e813ee} executeQuery: Code: 344. DB::Exception: Natural language processing function 'detectLanguage' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT detectLanguage([]);) 2025.03.31 17:47:07.907541 [ 3914 ] {} TCPHandler: Code: 344. DB::Exception: Natural language processing function 'detectLanguage' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) 2025.03.31 17:47:07.925597 [ 3914 ] {594c81b1-c421-47df-9117-d0188d5a2145} executeQuery: Code: 344. DB::Exception: Natural language processing function 'detectLanguageMixed' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT detectLanguageMixed([]);) 2025.03.31 17:47:07.928241 [ 3914 ] {} TCPHandler: Code: 344. DB::Exception: Natural language processing function 'detectLanguageMixed' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) 2025.03.31 17:47:07.946137 [ 3914 ] {27fe6cde-a239-48ac-b482-a077ab36d163} executeQuery: Code: 344. DB::Exception: Natural language processing function 'detectLanguageUnknown' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT detectLanguageUnknown([]);) 2025.03.31 17:47:07.948640 [ 3914 ] {} TCPHandler: Code: 344. DB::Exception: Natural language processing function 'detectLanguageUnknown' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) 2025.03.31 17:47:07.968484 [ 3914 ] {207ed2cc-329a-4b0d-9cc6-f23f7497a19a} executeQuery: Code: 344. DB::Exception: Natural language processing function 'detectProgrammingLanguage' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT detectProgrammingLanguage([]);) 2025.03.31 17:47:07.971545 [ 3914 ] {} TCPHandler: Code: 344. DB::Exception: Natural language processing function 'detectProgrammingLanguage' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) 2025.03.31 17:47:07.991279 [ 3914 ] {06517bc3-ae5b-4c3f-9832-fc7aecb01017} executeQuery: Code: 344. DB::Exception: Natural language processing function 'detectTonality' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT detectTonality([]);) 2025.03.31 17:47:07.993977 [ 3914 ] {} TCPHandler: Code: 344. DB::Exception: Natural language processing function 'detectTonality' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) 2025.03.31 17:47:08.014261 [ 3914 ] {80317140-b24e-410a-aa2c-63bf808f3506} executeQuery: Code: 42. DB::Exception: Wrong argument count for function dictGet: In scope SELECT dictGet([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT dictGet([]);) 2025.03.31 17:47:08.016765 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Wrong argument count for function dictGet: In scope SELECT dictGet([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:08.039562 [ 3914 ] {87e85a8c-ccd1-4ee3-a037-a52c9acf597a} executeQuery: Code: 42. DB::Exception: Wrong argument count for function dictGetAll: In scope SELECT dictGetAll([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT dictGetAll([]);) 2025.03.31 17:47:08.042903 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Wrong argument count for function dictGetAll: In scope SELECT dictGetAll([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:08.064269 [ 3914 ] {b27fe45e-8454-4681-835b-b9fc8ee28d82} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetChildren doesn't match: passed 1, should be 2: In scope SELECT dictGetChildren([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT dictGetChildren([]);) 2025.03.31 17:47:08.067718 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetChildren doesn't match: passed 1, should be 2: In scope SELECT dictGetChildren([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:08.087691 [ 3914 ] {6eec5565-5230-46b8-bbb6-8f188dd343b1} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetDate doesn't match: the function requires more arguments: In scope SELECT dictGetDate([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT dictGetDate([]);) 2025.03.31 17:47:08.090609 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetDate doesn't match: the function requires more arguments: In scope SELECT dictGetDate([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:08.114531 [ 3914 ] {17aff42a-1ba6-48fd-9beb-42781ab05bba} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetDateOrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetDateOrDefault([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT dictGetDateOrDefault([]);) 2025.03.31 17:47:08.118948 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetDateOrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetDateOrDefault([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:08.141694 [ 3914 ] {38927f9d-7baf-4817-b76f-046d6e68dd17} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetDateTime doesn't match: the function requires more arguments: In scope SELECT dictGetDateTime([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT dictGetDateTime([]);) 2025.03.31 17:47:08.144798 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetDateTime doesn't match: the function requires more arguments: In scope SELECT dictGetDateTime([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:08.158563 [ 1055 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:08.159010 [ 1055 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:08.159811 [ 1062 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:08.160360 [ 1062 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:08.166136 [ 3914 ] {e59d1bac-ddce-4450-bc55-1081e3bd9cdc} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetDateTimeOrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetDateTimeOrDefault([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT dictGetDateTimeOrDefault([]);) 2025.03.31 17:47:08.169499 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetDateTimeOrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetDateTimeOrDefault([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:08.190678 [ 3914 ] {588feafc-2d00-4c7a-9fa9-a5149189838c} executeQuery: Code: 42. DB::Exception: Illegal arguments size of function dictGetDescendants. Expects 2 or 3 arguments size. Actual size 1: In scope SELECT dictGetDescendants([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT dictGetDescendants([]);) 2025.03.31 17:47:08.193756 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Illegal arguments size of function dictGetDescendants. Expects 2 or 3 arguments size. Actual size 1: In scope SELECT dictGetDescendants([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:08.213309 [ 3914 ] {ee1cc19b-0ce2-48e0-a533-4edf375c9b01} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetFloat32 doesn't match: the function requires more arguments: In scope SELECT dictGetFloat32([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT dictGetFloat32([]);) 2025.03.31 17:47:08.215967 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetFloat32 doesn't match: the function requires more arguments: In scope SELECT dictGetFloat32([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:08.241992 [ 3914 ] {e6a29798-5042-4f61-9250-7246c4b86336} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetFloat32OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetFloat32OrDefault([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT dictGetFloat32OrDefault([]);) 2025.03.31 17:47:08.244692 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetFloat32OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetFloat32OrDefault([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:08.250896 [ 1059 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:08.251318 [ 3655 ] {9b067331-388f-428e-b50c-19219e0cdb15} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 16fabbee-2164-414d-baec-88bad9b9efb4. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:08.251353 [ 1059 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:08.251726 [ 1060 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:08.252268 [ 1060 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:08.263965 [ 3914 ] {cdf8f5eb-56d2-478f-89fd-582bebe2456f} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetFloat64 doesn't match: the function requires more arguments: In scope SELECT dictGetFloat64([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT dictGetFloat64([]);) 2025.03.31 17:47:08.266573 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetFloat64 doesn't match: the function requires more arguments: In scope SELECT dictGetFloat64([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:08.284229 [ 3914 ] {51108c89-825f-451f-96f0-1911b4568d69} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetFloat64OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetFloat64OrDefault([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT dictGetFloat64OrDefault([]);) 2025.03.31 17:47:08.286746 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetFloat64OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetFloat64OrDefault([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:08.304388 [ 3914 ] {3a027c40-a1e8-4526-bd39-ab16de66c15d} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetHierarchy doesn't match: passed 1, should be 2: In scope SELECT dictGetHierarchy([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT dictGetHierarchy([]);) 2025.03.31 17:47:08.306962 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetHierarchy doesn't match: passed 1, should be 2: In scope SELECT dictGetHierarchy([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:08.323407 [ 3914 ] {cc5908bd-bc0a-4ee3-94c4-2df7b7a2d69b} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetIPv4 doesn't match: the function requires more arguments: In scope SELECT dictGetIPv4([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT dictGetIPv4([]);) 2025.03.31 17:47:08.325740 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetIPv4 doesn't match: the function requires more arguments: In scope SELECT dictGetIPv4([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:08.331507 [ 1247 ] {696a868f-8400-4d03-8633-3a5d0323e86e} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 1a477c02-a6d8-41fc-9b82-9292739149be. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:08.342474 [ 3914 ] {840bb01d-4546-4d43-a1ec-bc82c11531d9} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetIPv4OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetIPv4OrDefault([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT dictGetIPv4OrDefault([]);) 2025.03.31 17:47:08.344835 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetIPv4OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetIPv4OrDefault([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:08.366494 [ 3914 ] {d4f953d0-1fb0-4e3d-af1e-11932e533c2d} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetIPv6 doesn't match: the function requires more arguments: In scope SELECT dictGetIPv6([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT dictGetIPv6([]);) 2025.03.31 17:47:08.370314 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetIPv6 doesn't match: the function requires more arguments: In scope SELECT dictGetIPv6([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:08.389330 [ 3914 ] {c4e5e87e-ce3e-44b9-ab75-aecf6ff343d8} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetIPv6OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetIPv6OrDefault([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT dictGetIPv6OrDefault([]);) 2025.03.31 17:47:08.392741 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetIPv6OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetIPv6OrDefault([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:08.411038 [ 3914 ] {040abcf6-bf1f-43b8-bf02-0f1614e37542} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetInt16 doesn't match: the function requires more arguments: In scope SELECT dictGetInt16([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT dictGetInt16([]);) 2025.03.31 17:47:08.414184 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetInt16 doesn't match: the function requires more arguments: In scope SELECT dictGetInt16([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:08.432486 [ 3914 ] {5eecdfe7-4233-4eae-9a7c-c3c6541a4159} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetInt16OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetInt16OrDefault([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT dictGetInt16OrDefault([]);) 2025.03.31 17:47:08.435347 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetInt16OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetInt16OrDefault([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:08.453578 [ 3914 ] {a18cfce5-b27c-47b9-9db1-edf67c778789} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetInt32 doesn't match: the function requires more arguments: In scope SELECT dictGetInt32([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT dictGetInt32([]);) 2025.03.31 17:47:08.456471 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetInt32 doesn't match: the function requires more arguments: In scope SELECT dictGetInt32([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:08.474348 [ 3914 ] {9f92dd7b-a6d3-4121-9a00-71f8fe26bdec} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetInt32OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetInt32OrDefault([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT dictGetInt32OrDefault([]);) 2025.03.31 17:47:08.477007 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetInt32OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetInt32OrDefault([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:08.493840 [ 3914 ] {1431e8e0-8f80-45e6-bb40-760b8786f3f4} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetInt64 doesn't match: the function requires more arguments: In scope SELECT dictGetInt64([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT dictGetInt64([]);) 2025.03.31 17:47:08.496695 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetInt64 doesn't match: the function requires more arguments: In scope SELECT dictGetInt64([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:08.517003 [ 3914 ] {b4b7afd8-e1e1-4b2b-b253-18b9d0d665fc} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetInt64OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetInt64OrDefault([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT dictGetInt64OrDefault([]);) 2025.03.31 17:47:08.519847 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetInt64OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetInt64OrDefault([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:08.540017 [ 3914 ] {49b02e82-daf7-4179-be73-d2ee706a74cc} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetInt8 doesn't match: the function requires more arguments: In scope SELECT dictGetInt8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT dictGetInt8([]);) 2025.03.31 17:47:08.542711 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetInt8 doesn't match: the function requires more arguments: In scope SELECT dictGetInt8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:08.562867 [ 3914 ] {8b1682b3-f93b-4228-99f3-1e49d65d68eb} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetInt8OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetInt8OrDefault([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT dictGetInt8OrDefault([]);) 2025.03.31 17:47:08.565735 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetInt8OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetInt8OrDefault([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:08.587854 [ 3914 ] {d8a56881-54d9-449d-9fbf-34b65bedd590} executeQuery: Code: 42. DB::Exception: Wrong argument count for function dictGetOrDefault: In scope SELECT dictGetOrDefault([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT dictGetOrDefault([]);) 2025.03.31 17:47:08.590870 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Wrong argument count for function dictGetOrDefault: In scope SELECT dictGetOrDefault([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:08.611155 [ 3914 ] {b94da20d-a225-430a-9281-ede3b1491ab7} executeQuery: Code: 42. DB::Exception: Wrong argument count for function dictGet: In scope SELECT dictGetOrNull([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT dictGetOrNull([]);) 2025.03.31 17:47:08.613836 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Wrong argument count for function dictGet: In scope SELECT dictGetOrNull([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:08.632544 [ 3914 ] {81c6239a-d4f6-40d0-8d5c-82bb88902823} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetString doesn't match: the function requires more arguments: In scope SELECT dictGetString([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT dictGetString([]);) 2025.03.31 17:47:08.635277 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetString doesn't match: the function requires more arguments: In scope SELECT dictGetString([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:08.653790 [ 3914 ] {1c59daa7-6f0c-4d83-ba41-3102d3aa38d3} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetStringOrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetStringOrDefault([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT dictGetStringOrDefault([]);) 2025.03.31 17:47:08.656813 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetStringOrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetStringOrDefault([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:08.669915 [ 3179 ] {3ae3a599-03f0-4799-9e41-151019f235fd} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 67272866-3167-43e4-a244-b2484cd877d5. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:08.670290 [ 3179 ] {3ae3a599-03f0-4799-9e41-151019f235fd} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 9b57fcab-e7b8-4104-a851-39b5169dd231. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:08.676024 [ 3914 ] {cce93230-bf8e-49be-9acb-a80d67c675b3} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetUInt16 doesn't match: the function requires more arguments: In scope SELECT dictGetUInt16([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT dictGetUInt16([]);) 2025.03.31 17:47:08.679190 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetUInt16 doesn't match: the function requires more arguments: In scope SELECT dictGetUInt16([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:08.698810 [ 3914 ] {5daf6ee1-1ff2-4f3e-9194-11c91b28bede} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetUInt16OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetUInt16OrDefault([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT dictGetUInt16OrDefault([]);) 2025.03.31 17:47:08.702515 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetUInt16OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetUInt16OrDefault([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:08.709782 [ 1054 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:08.710347 [ 1054 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:08.715090 [ 1048 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:08.715970 [ 1048 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:08.730511 [ 3914 ] {8a6e1ca5-c489-421a-b5dd-1a5fdf78ac70} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetUInt32 doesn't match: the function requires more arguments: In scope SELECT dictGetUInt32([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT dictGetUInt32([]);) 2025.03.31 17:47:08.733928 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetUInt32 doesn't match: the function requires more arguments: In scope SELECT dictGetUInt32([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:08.754967 [ 3914 ] {e1e437fb-97f3-4644-a70d-2dd8491e378e} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetUInt32OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetUInt32OrDefault([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT dictGetUInt32OrDefault([]);) 2025.03.31 17:47:08.758294 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetUInt32OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetUInt32OrDefault([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:08.779746 [ 3914 ] {27fcc9ef-5bf5-4b47-897c-9e3c3dc38b1d} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetUInt64 doesn't match: the function requires more arguments: In scope SELECT dictGetUInt64([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT dictGetUInt64([]);) 2025.03.31 17:47:08.782744 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetUInt64 doesn't match: the function requires more arguments: In scope SELECT dictGetUInt64([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:08.802657 [ 3914 ] {88e573ab-d55c-4ba9-affe-a1c0d239bbbc} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetUInt64OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetUInt64OrDefault([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT dictGetUInt64OrDefault([]);) 2025.03.31 17:47:08.805841 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetUInt64OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetUInt64OrDefault([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:08.826163 [ 3914 ] {894acd86-9682-4304-97a5-a1d4ab8cfd80} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetUInt8 doesn't match: the function requires more arguments: In scope SELECT dictGetUInt8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT dictGetUInt8([]);) 2025.03.31 17:47:08.829355 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetUInt8 doesn't match: the function requires more arguments: In scope SELECT dictGetUInt8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:08.849158 [ 3914 ] {fb692a4e-faef-4d25-bc44-c476a792fa90} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetUInt8OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetUInt8OrDefault([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT dictGetUInt8OrDefault([]);) 2025.03.31 17:47:08.852155 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetUInt8OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetUInt8OrDefault([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:08.872024 [ 3914 ] {52a6483d-2bcb-477f-b36e-6d2353714a68} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetUUID doesn't match: the function requires more arguments: In scope SELECT dictGetUUID([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT dictGetUUID([]);) 2025.03.31 17:47:08.875028 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetUUID doesn't match: the function requires more arguments: In scope SELECT dictGetUUID([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:08.895154 [ 3914 ] {d5e631d4-63e9-4667-8728-4d33134ec369} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetUUIDOrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetUUIDOrDefault([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT dictGetUUIDOrDefault([]);) 2025.03.31 17:47:08.898517 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetUUIDOrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetUUIDOrDefault([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:08.920362 [ 3914 ] {1e8247e9-48c5-49ab-96ce-89f984b979df} executeQuery: Code: 42. DB::Exception: Wrong argument count for function dictHas: In scope SELECT dictHas([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT dictHas([]);) 2025.03.31 17:47:08.924276 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Wrong argument count for function dictHas: In scope SELECT dictHas([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:08.944701 [ 3914 ] {e7e9a3e7-ce99-49c3-b262-a6831d9a46c1} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictIsIn doesn't match: passed 1, should be 3: In scope SELECT dictIsIn([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT dictIsIn([]);) 2025.03.31 17:47:08.947465 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictIsIn doesn't match: passed 1, should be 3: In scope SELECT dictIsIn([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:08.966993 [ 3914 ] {6eb2ceac-ad54-4ca0-bc7f-b315be344256} executeQuery: Code: 42. DB::Exception: Number of arguments for function displayName doesn't match: passed 1, should be 0: In scope SELECT displayName([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT displayName([]);) 2025.03.31 17:47:08.969618 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function displayName doesn't match: passed 1, should be 0: In scope SELECT displayName([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:08.990109 [ 3914 ] {74ca9acb-5e0c-402b-b3a4-3b42f7c82522} executeQuery: Code: 42. DB::Exception: Number of arguments for function L1Distance doesn't match: passed 1, should be 2: In scope SELECT distanceL1([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT distanceL1([]);) 2025.03.31 17:47:08.993283 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function L1Distance doesn't match: passed 1, should be 2: In scope SELECT distanceL1([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:09.013152 [ 3914 ] {3fd41e13-0cee-4fcf-b71e-89d5fdc97b44} executeQuery: Code: 42. DB::Exception: Number of arguments for function L2Distance doesn't match: passed 1, should be 2: In scope SELECT distanceL2([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT distanceL2([]);) 2025.03.31 17:47:09.016372 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function L2Distance doesn't match: passed 1, should be 2: In scope SELECT distanceL2([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:09.037119 [ 3914 ] {1403c9ac-d9e8-4e6f-9865-d47d5fe32503} executeQuery: Code: 42. DB::Exception: Number of arguments for function L2SquaredDistance doesn't match: passed 1, should be 2: In scope SELECT distanceL2Squared([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT distanceL2Squared([]);) 2025.03.31 17:47:09.040276 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function L2SquaredDistance doesn't match: passed 1, should be 2: In scope SELECT distanceL2Squared([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:09.060202 [ 3914 ] {f7b0fb5e-62d5-44d3-a2bb-535429449570} executeQuery: Code: 42. DB::Exception: Number of arguments for function LinfDistance doesn't match: passed 1, should be 2: In scope SELECT distanceLinf([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT distanceLinf([]);) 2025.03.31 17:47:09.063502 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function LinfDistance doesn't match: passed 1, should be 2: In scope SELECT distanceLinf([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:09.085663 [ 3914 ] {a8d7a4c5-ee1f-4a4d-9120-c8c9ae5d84df} executeQuery: Code: 42. DB::Exception: Number of arguments for function LpDistance doesn't match: passed 1, should be 3: In scope SELECT distanceLp([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT distanceLp([]);) 2025.03.31 17:47:09.089072 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function LpDistance doesn't match: passed 1, should be 3: In scope SELECT distanceLp([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:09.092230 [ 1056 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:09.092418 [ 1063 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:09.092666 [ 1056 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:09.092890 [ 1063 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:09.111642 [ 3914 ] {a56e0912-b4f6-4818-b388-72a9a6b7c72e} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function distinctDynamicTypes. Expected type Dynamic. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT distinctDynamicTypes([]);) 2025.03.31 17:47:09.114575 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function distinctDynamicTypes. Expected type Dynamic. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:09.133574 [ 3914 ] {70cec1c0-906f-4ccf-96c3-34b57bbe5791} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function distinctJSONPaths. Expected type JSON. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT distinctJSONPaths([]);) 2025.03.31 17:47:09.136434 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function distinctJSONPaths. Expected type JSON. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:09.155445 [ 3914 ] {07aea1bb-4464-4521-92f5-f75489332c38} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function distinctJSONPathsAndTypes. Expected type JSON. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT distinctJSONPathsAndTypes([]);) 2025.03.31 17:47:09.158307 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function distinctJSONPathsAndTypes. Expected type JSON. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:09.176385 [ 3914 ] {9b9e3843-321a-4bfe-8482-82deff1d4762} executeQuery: Code: 42. DB::Exception: Number of arguments for function divide doesn't match: passed 1, should be 2: In scope SELECT divide([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT divide([]);) 2025.03.31 17:47:09.179111 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function divide doesn't match: passed 1, should be 2: In scope SELECT divide([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:09.198181 [ 3914 ] {ec57844c-ca71-4a41-9bac-bd0ff8940e2b} executeQuery: Code: 42. DB::Exception: Number of arguments for function divideDecimal does not match: 2 or 3 expected: In scope SELECT divideDecimal([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT divideDecimal([]);) 2025.03.31 17:47:09.201055 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function divideDecimal does not match: 2 or 3 expected: In scope SELECT divideDecimal([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:09.220597 [ 3914 ] {f8f8d898-72e9-4a26-a27f-683c210306cb} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function domain: In scope SELECT domain([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT domain([]);) 2025.03.31 17:47:09.224159 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function domain: In scope SELECT domain([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:09.246322 [ 3914 ] {87b14ec6-822e-46a7-934b-164626fa5d45} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function domainRFC: In scope SELECT domainRFC([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT domainRFC([]);) 2025.03.31 17:47:09.249827 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function domainRFC: In scope SELECT domainRFC([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:09.270274 [ 3914 ] {7a930dd3-a2f5-4832-85a1-c826f3bd2594} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function domainWithoutWWW: In scope SELECT domainWithoutWWW([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT domainWithoutWWW([]);) 2025.03.31 17:47:09.273615 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function domainWithoutWWW: In scope SELECT domainWithoutWWW([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:09.293426 [ 3914 ] {761fea04-4028-4ab8-bdb2-6a1de66c90a9} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function domainWithoutWWWRFC: In scope SELECT domainWithoutWWWRFC([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT domainWithoutWWWRFC([]);) 2025.03.31 17:47:09.296322 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function domainWithoutWWWRFC: In scope SELECT domainWithoutWWWRFC([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:09.315034 [ 3914 ] {b2b33f4c-8b15-45ec-81d5-474797ae5533} executeQuery: Code: 42. DB::Exception: Number of arguments for function dotProduct doesn't match: passed 1, should be 2: In scope SELECT dotProduct([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT dotProduct([]);) 2025.03.31 17:47:09.317848 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dotProduct doesn't match: passed 1, should be 2: In scope SELECT dotProduct([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:09.367707 [ 3914 ] {3179ddff-06e3-4db9-9329-e81d96285ccb} executeQuery: Code: 42. DB::Exception: Number of arguments for function dynamicElement doesn't match: passed 1, should be 2: In scope SELECT dynamicElement([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT dynamicElement([]);) 2025.03.31 17:47:09.370846 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dynamicElement doesn't match: passed 1, should be 2: In scope SELECT dynamicElement([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:09.388121 [ 3914 ] {6eff6173-402d-447b-b75b-a35643793fb6} executeQuery: Code: 43. DB::Exception: First argument for function dynamicType must be Dynamic, got Array(Nothing) instead: In scope SELECT dynamicType([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT dynamicType([]);) 2025.03.31 17:47:09.390845 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function dynamicType must be Dynamic, got Array(Nothing) instead: In scope SELECT dynamicType([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:09.407366 [ 3914 ] {74424d36-d754-47dd-97ff-6e81d94f45f5} executeQuery: Code: 42. DB::Exception: Number of arguments for function e doesn't match: passed 1, should be 0: In scope SELECT e([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT e([]);) 2025.03.31 17:47:09.410047 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function e doesn't match: passed 1, should be 0: In scope SELECT e([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:09.426324 [ 3914 ] {8235f62f-5706-4467-8b6c-b649d8ac452d} executeQuery: Code: 42. DB::Exception: Number of arguments for function editDistance doesn't match: passed 1, should be 2: In scope SELECT editDistance([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT editDistance([]);) 2025.03.31 17:47:09.429272 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function editDistance doesn't match: passed 1, should be 2: In scope SELECT editDistance([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:09.445808 [ 3914 ] {e02f93c2-0e0a-4072-8de3-8a0143dd6484} executeQuery: Code: 42. DB::Exception: Number of arguments for function editDistanceUTF8 doesn't match: passed 1, should be 2: In scope SELECT editDistanceUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT editDistanceUTF8([]);) 2025.03.31 17:47:09.448436 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function editDistanceUTF8 doesn't match: passed 1, should be 2: In scope SELECT editDistanceUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:09.474468 [ 1254 ] {f9eac9f0-135e-4a1a-939b-1b7dd26c2ad3} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id cad34943-360d-4d45-a4c3-06cea50a5479. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:09.499977 [ 3914 ] {e25fa21a-d9a1-499c-8cf6-3bdd905c9ca1} executeQuery: Code: 42. DB::Exception: Number of arguments for function emptyArrayDate doesn't match: passed 1, should be 0: In scope SELECT emptyArrayDate([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT emptyArrayDate([]);) 2025.03.31 17:47:09.500725 [ 1062 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:09.500847 [ 1060 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:09.501307 [ 1060 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:09.501307 [ 1062 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:09.572002 [ 1054 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:09.572168 [ 1059 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:09.572561 [ 1054 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:09.572763 [ 1059 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:09.584511 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function emptyArrayDate doesn't match: passed 1, should be 0: In scope SELECT emptyArrayDate([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:09.607007 [ 3914 ] {79d4cc61-0018-4f3a-bc50-3a7f2942f5ce} executeQuery: Code: 42. DB::Exception: Number of arguments for function emptyArrayDateTime doesn't match: passed 1, should be 0: In scope SELECT emptyArrayDateTime([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT emptyArrayDateTime([]);) 2025.03.31 17:47:09.609624 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function emptyArrayDateTime doesn't match: passed 1, should be 0: In scope SELECT emptyArrayDateTime([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:09.627840 [ 3914 ] {51a80b78-8215-4404-a070-51298cde32c0} executeQuery: Code: 42. DB::Exception: Number of arguments for function emptyArrayFloat32 doesn't match: passed 1, should be 0: In scope SELECT emptyArrayFloat32([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT emptyArrayFloat32([]);) 2025.03.31 17:47:09.630429 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function emptyArrayFloat32 doesn't match: passed 1, should be 0: In scope SELECT emptyArrayFloat32([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:09.646827 [ 3914 ] {e6c573d1-6fb7-4304-8a9a-58073dd0e78c} executeQuery: Code: 42. DB::Exception: Number of arguments for function emptyArrayFloat64 doesn't match: passed 1, should be 0: In scope SELECT emptyArrayFloat64([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT emptyArrayFloat64([]);) 2025.03.31 17:47:09.648922 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function emptyArrayFloat64 doesn't match: passed 1, should be 0: In scope SELECT emptyArrayFloat64([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:09.663976 [ 3914 ] {39302f73-59ec-456b-96d8-500a1591818c} executeQuery: Code: 42. DB::Exception: Number of arguments for function emptyArrayInt16 doesn't match: passed 1, should be 0: In scope SELECT emptyArrayInt16([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT emptyArrayInt16([]);) 2025.03.31 17:47:09.665514 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function emptyArrayInt16 doesn't match: passed 1, should be 0: In scope SELECT emptyArrayInt16([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:09.679993 [ 3914 ] {ba832d01-d6d1-426c-b8e3-f2624178a7a3} executeQuery: Code: 42. DB::Exception: Number of arguments for function emptyArrayInt32 doesn't match: passed 1, should be 0: In scope SELECT emptyArrayInt32([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT emptyArrayInt32([]);) 2025.03.31 17:47:09.681597 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function emptyArrayInt32 doesn't match: passed 1, should be 0: In scope SELECT emptyArrayInt32([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:09.696119 [ 3914 ] {39708249-9f6f-45cf-8b66-f6f675b9f32f} executeQuery: Code: 42. DB::Exception: Number of arguments for function emptyArrayInt64 doesn't match: passed 1, should be 0: In scope SELECT emptyArrayInt64([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT emptyArrayInt64([]);) 2025.03.31 17:47:09.697603 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function emptyArrayInt64 doesn't match: passed 1, should be 0: In scope SELECT emptyArrayInt64([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:09.710701 [ 3914 ] {59e52d14-dddf-431b-8410-4092215285cb} executeQuery: Code: 42. DB::Exception: Number of arguments for function emptyArrayInt8 doesn't match: passed 1, should be 0: In scope SELECT emptyArrayInt8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT emptyArrayInt8([]);) 2025.03.31 17:47:09.712325 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function emptyArrayInt8 doesn't match: passed 1, should be 0: In scope SELECT emptyArrayInt8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:09.726127 [ 3914 ] {f8e68916-88c2-4122-af78-8df553fe73de} executeQuery: Code: 42. DB::Exception: Number of arguments for function emptyArrayString doesn't match: passed 1, should be 0: In scope SELECT emptyArrayString([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT emptyArrayString([]);) 2025.03.31 17:47:09.727704 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function emptyArrayString doesn't match: passed 1, should be 0: In scope SELECT emptyArrayString([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:09.741678 [ 3914 ] {ae063587-328e-4c8d-ab11-60fc0b6be480} executeQuery: Code: 48. DB::Exception: Cannot get value from Nothing: In scope SELECT emptyArrayToSingle([]). (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT emptyArrayToSingle([]);) 2025.03.31 17:47:09.743342 [ 3914 ] {} TCPHandler: Code: 48. DB::Exception: Cannot get value from Nothing: In scope SELECT emptyArrayToSingle([]). (NOT_IMPLEMENTED) 2025.03.31 17:47:09.756394 [ 1053 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:09.756871 [ 1053 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:09.757550 [ 1062 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:09.757996 [ 1062 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:09.758401 [ 3914 ] {8d9b64bb-6fb3-442b-b987-9888c0831355} executeQuery: Code: 42. DB::Exception: Number of arguments for function emptyArrayUInt16 doesn't match: passed 1, should be 0: In scope SELECT emptyArrayUInt16([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT emptyArrayUInt16([]);) 2025.03.31 17:47:09.760346 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function emptyArrayUInt16 doesn't match: passed 1, should be 0: In scope SELECT emptyArrayUInt16([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:09.774620 [ 3914 ] {31bfe186-20fd-4309-80f2-e1fc059550a4} executeQuery: Code: 42. DB::Exception: Number of arguments for function emptyArrayUInt32 doesn't match: passed 1, should be 0: In scope SELECT emptyArrayUInt32([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT emptyArrayUInt32([]);) 2025.03.31 17:47:09.776695 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function emptyArrayUInt32 doesn't match: passed 1, should be 0: In scope SELECT emptyArrayUInt32([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:09.790822 [ 3914 ] {bdd97dbe-edfd-45f4-86d6-81dc47c06a3a} executeQuery: Code: 42. DB::Exception: Number of arguments for function emptyArrayUInt64 doesn't match: passed 1, should be 0: In scope SELECT emptyArrayUInt64([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT emptyArrayUInt64([]);) 2025.03.31 17:47:09.792768 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function emptyArrayUInt64 doesn't match: passed 1, should be 0: In scope SELECT emptyArrayUInt64([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:09.807334 [ 3914 ] {94083e91-13f7-4b5d-95ec-b0e5a52f8349} executeQuery: Code: 42. DB::Exception: Number of arguments for function emptyArrayUInt8 doesn't match: passed 1, should be 0: In scope SELECT emptyArrayUInt8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT emptyArrayUInt8([]);) 2025.03.31 17:47:09.809276 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function emptyArrayUInt8 doesn't match: passed 1, should be 0: In scope SELECT emptyArrayUInt8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:09.823790 [ 3914 ] {85ecfa9c-8b37-40ab-bf00-1487507adc23} executeQuery: Code: 42. DB::Exception: Number of arguments for function enabledProfiles doesn't match: passed 1, should be 0: In scope SELECT enabledProfiles([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT enabledProfiles([]);) 2025.03.31 17:47:09.825755 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function enabledProfiles doesn't match: passed 1, should be 0: In scope SELECT enabledProfiles([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:09.839692 [ 3914 ] {329048fe-683f-4ca0-8ff8-f7eba89e71fb} executeQuery: Code: 42. DB::Exception: Number of arguments for function enabledRoles doesn't match: passed 1, should be 0: In scope SELECT enabledRoles([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT enabledRoles([]);) 2025.03.31 17:47:09.841538 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function enabledRoles doesn't match: passed 1, should be 0: In scope SELECT enabledRoles([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:09.856103 [ 3914 ] {fcc0b17c-993e-4354-8c1a-ff07de964323} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function encodeURLComponent: In scope SELECT encodeURLComponent([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT encodeURLComponent([]);) 2025.03.31 17:47:09.857906 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function encodeURLComponent: In scope SELECT encodeURLComponent([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:09.871426 [ 3914 ] {e8a722c2-d30e-41fb-ba00-f0a91dcecd5c} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function encodeURLFormComponent: In scope SELECT encodeURLFormComponent([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT encodeURLFormComponent([]);) 2025.03.31 17:47:09.873276 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function encodeURLFormComponent: In scope SELECT encodeURLFormComponent([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:09.887729 [ 3914 ] {12005aae-f47c-4cce-bd93-0caf984dbc99} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function encodeXMLComponent: In scope SELECT encodeXMLComponent([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT encodeXMLComponent([]);) 2025.03.31 17:47:09.889741 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function encodeXMLComponent: In scope SELECT encodeXMLComponent([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:09.903729 [ 3914 ] {a3cd6475-c3ca-4cbf-833c-84a79f3885a8} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'encrypt'. Expected 3 mandatory arguments and 2 optional arguments, got 1 argument: In scope SELECT encrypt([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT encrypt([]);) 2025.03.31 17:47:09.905622 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'encrypt'. Expected 3 mandatory arguments and 2 optional arguments, got 1 argument: In scope SELECT encrypt([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:09.919631 [ 3914 ] {1cca7658-50bc-4a23-b4ea-1e53d0a03191} executeQuery: Code: 42. DB::Exception: Number of arguments for function endsWith doesn't match: passed 1, should be 2: In scope SELECT endsWith([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT endsWith([]);) 2025.03.31 17:47:09.921555 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function endsWith doesn't match: passed 1, should be 2: In scope SELECT endsWith([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:09.935822 [ 3914 ] {b020642c-0a41-493a-940a-754cb76da0e9} executeQuery: Code: 42. DB::Exception: Number of arguments for function endsWithUTF8 doesn't match: passed 1, should be 2: In scope SELECT endsWithUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT endsWithUTF8([]);) 2025.03.31 17:47:09.937635 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function endsWithUTF8 doesn't match: passed 1, should be 2: In scope SELECT endsWithUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:09.975389 [ 3178 ] {6a91f8fd-b492-46bb-b1e8-510bb582c334} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id fbe13e5e-0d90-4704-8779-a68259847990. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:09.992865 [ 3914 ] {afd5bee8-1d31-456c-aa3a-14f91fb1d9cb} executeQuery: Code: 42. DB::Exception: Number of arguments for function equals doesn't match: passed 1, should be 2: In scope SELECT equals([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT equals([]);) 2025.03.31 17:47:09.996334 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function equals doesn't match: passed 1, should be 2: In scope SELECT equals([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:10.017728 [ 3914 ] {e55745c4-3579-420f-bb59-cbdc7132efe0} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function erf: In scope SELECT erf([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT erf([]);) 2025.03.31 17:47:10.020952 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function erf: In scope SELECT erf([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:10.041545 [ 3914 ] {2d842330-22eb-4394-a8c6-72bcb53b413b} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function erfc: In scope SELECT erfc([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT erfc([]);) 2025.03.31 17:47:10.044475 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function erfc: In scope SELECT erfc([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:10.064507 [ 3914 ] {404941e5-986c-4e91-9645-459247288a71} executeQuery: Code: 36. DB::Exception: The argument of function errorCodeToName must have simple numeric type, possibly Nullable: In scope SELECT errorCodeToName([]). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT errorCodeToName([]);) 2025.03.31 17:47:10.067430 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: The argument of function errorCodeToName must have simple numeric type, possibly Nullable: In scope SELECT errorCodeToName([]). (BAD_ARGUMENTS) 2025.03.31 17:47:10.089700 [ 3914 ] {51acc9ca-5823-441e-9dc4-863a352a86bc} executeQuery: Code: 43. DB::Exception: Argument for function evalMLMethod must have type AggregateFunction - state of aggregate function.: In scope SELECT evalMLMethod([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT evalMLMethod([]);) 2025.03.31 17:47:10.093243 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Argument for function evalMLMethod must have type AggregateFunction - state of aggregate function.: In scope SELECT evalMLMethod([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:10.112960 [ 3914 ] {25b7358a-d1ca-4bae-b02a-0d1875141a73} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function exp: In scope SELECT exp([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT exp([]);) 2025.03.31 17:47:10.116130 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function exp: In scope SELECT exp([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:10.134311 [ 3914 ] {6bc73bb1-f96c-4612-90bd-b29aef9f9cc0} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function exp10: In scope SELECT exp10([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT exp10([]);) 2025.03.31 17:47:10.137356 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function exp10: In scope SELECT exp10([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:10.155682 [ 3914 ] {f80e6c97-e563-4a23-84b2-7a299cd43f41} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function exp2: In scope SELECT exp2([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT exp2([]);) 2025.03.31 17:47:10.158717 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function exp2: In scope SELECT exp2([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:10.176795 [ 3914 ] {e150fcc6-ae31-4521-9d96-51e8e5a4f35a} executeQuery: Code: 42. DB::Exception: Aggregate function exponentialMovingAverage requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT exponentialMovingAverage([]);) 2025.03.31 17:47:10.179859 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function exponentialMovingAverage requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:10.198747 [ 3914 ] {616868a1-f494-417a-93dc-d01dc1f6399f} executeQuery: Code: 42. DB::Exception: Function exponentialTimeDecayedAvg takes exactly one parameter. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT exponentialTimeDecayedAvg([]);) 2025.03.31 17:47:10.201769 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function exponentialTimeDecayedAvg takes exactly one parameter. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:10.221404 [ 3914 ] {5803714e-5821-40a5-a11c-d71a5a87885b} executeQuery: Code: 42. DB::Exception: Function exponentialTimeDecayedCount takes exactly one parameter. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT exponentialTimeDecayedCount([]);) 2025.03.31 17:47:10.224520 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function exponentialTimeDecayedCount takes exactly one parameter. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:10.243701 [ 3914 ] {6a41b5d8-6f69-43a5-8bdd-75425e42ebf2} executeQuery: Code: 42. DB::Exception: Function exponentialTimeDecayedMax takes exactly one parameter. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT exponentialTimeDecayedMax([]);) 2025.03.31 17:47:10.247196 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function exponentialTimeDecayedMax takes exactly one parameter. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:10.267225 [ 3914 ] {dc73ff9c-fc55-43fe-8b97-6b087852e70c} executeQuery: Code: 42. DB::Exception: Function exponentialTimeDecayedSum takes exactly one parameter. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT exponentialTimeDecayedSum([]);) 2025.03.31 17:47:10.270625 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function exponentialTimeDecayedSum takes exactly one parameter. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:10.292761 [ 3914 ] {70fdd1f0-af8f-4bb6-b960-5bdafa350150} executeQuery: Code: 42. DB::Exception: Number of arguments for function extract doesn't match: passed 1, should be 2: In scope SELECT extract([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT extract([]);) 2025.03.31 17:47:10.296192 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function extract doesn't match: passed 1, should be 2: In scope SELECT extract([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:10.305900 [ 1048 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:10.305896 [ 1061 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:10.306498 [ 1048 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:10.306603 [ 1061 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:10.315564 [ 3914 ] {174d6cd8-7e5c-4ac3-8b66-29be46cc1c2e} executeQuery: Code: 42. DB::Exception: Number of arguments for function extractAll doesn't match: passed 1, should be 2: In scope SELECT extractAll([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT extractAll([]);) 2025.03.31 17:47:10.318543 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function extractAll doesn't match: passed 1, should be 2: In scope SELECT extractAll([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:10.334614 [ 3914 ] {a573834b-7d9a-4c65-a097-140a792eadf7} executeQuery: Code: 42. DB::Exception: Number of arguments for function extractAllGroupsVertical doesn't match: passed 1, should be 2: In scope SELECT extractAllGroups([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT extractAllGroups([]);) 2025.03.31 17:47:10.336669 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function extractAllGroupsVertical doesn't match: passed 1, should be 2: In scope SELECT extractAllGroups([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:10.357876 [ 3914 ] {175616a6-2001-4cff-9cf8-aeef2407efa7} executeQuery: Code: 42. DB::Exception: Number of arguments for function extractAllGroupsHorizontal doesn't match: passed 1, should be 2: In scope SELECT extractAllGroupsHorizontal([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT extractAllGroupsHorizontal([]);) 2025.03.31 17:47:10.361254 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function extractAllGroupsHorizontal doesn't match: passed 1, should be 2: In scope SELECT extractAllGroupsHorizontal([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:10.380445 [ 3914 ] {6e4337d1-0595-497a-b7f6-8c758ff10270} executeQuery: Code: 42. DB::Exception: Number of arguments for function extractAllGroupsVertical doesn't match: passed 1, should be 2: In scope SELECT extractAllGroupsVertical([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT extractAllGroupsVertical([]);) 2025.03.31 17:47:10.383259 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function extractAllGroupsVertical doesn't match: passed 1, should be 2: In scope SELECT extractAllGroupsVertical([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:10.399822 [ 3914 ] {75f74c61-b07d-4610-979d-b81b51d1ab80} executeQuery: Code: 42. DB::Exception: Number of arguments for function extractGroups doesn't match: passed 1, should be 2: In scope SELECT extractGroups([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT extractGroups([]);) 2025.03.31 17:47:10.402333 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function extractGroups doesn't match: passed 1, should be 2: In scope SELECT extractGroups([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:10.418113 [ 3914 ] {b4de4ec1-f0ec-4dca-b24f-26528b489bd7} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument data_column. Must be String.: In scope SELECT extractKeyValuePairs([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT extractKeyValuePairs([]);) 2025.03.31 17:47:10.420145 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument data_column. Must be String.: In scope SELECT extractKeyValuePairs([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:10.434545 [ 3914 ] {a54efd75-2226-4e2c-ac19-11159183501f} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument data_column. Must be String.: In scope SELECT extractKeyValuePairsWithEscaping([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT extractKeyValuePairsWithEscaping([]);) 2025.03.31 17:47:10.436376 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument data_column. Must be String.: In scope SELECT extractKeyValuePairsWithEscaping([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:10.452142 [ 3914 ] {4f68fe72-7c0b-4f01-8df7-b3146af9e1b5} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function extractTextFromHTML: In scope SELECT extractTextFromHTML([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT extractTextFromHTML([]);) 2025.03.31 17:47:10.455284 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function extractTextFromHTML: In scope SELECT extractTextFromHTML([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:10.473160 [ 3914 ] {398a517d-ce13-4a4c-b356-dbabe37cb1ee} executeQuery: Code: 42. DB::Exception: Number of arguments for function extractURLParameter doesn't match: passed 1, should be 2: In scope SELECT extractURLParameter([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT extractURLParameter([]);) 2025.03.31 17:47:10.476018 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function extractURLParameter doesn't match: passed 1, should be 2: In scope SELECT extractURLParameter([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:10.493937 [ 3914 ] {f65e9381-f257-43a0-b583-1fa64e43d316} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'URL' to function 'extractURLParameterNames'. Expected: String, got: Array(Nothing): In scope SELECT extractURLParameterNames([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT extractURLParameterNames([]);) 2025.03.31 17:47:10.496821 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'URL' to function 'extractURLParameterNames'. Expected: String, got: Array(Nothing): In scope SELECT extractURLParameterNames([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:10.515408 [ 3914 ] {193bdc60-b354-4fd2-86e2-a4bd213761ab} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'URL' to function 'extractURLParameters'. Expected: String, got: Array(Nothing): In scope SELECT extractURLParameters([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT extractURLParameters([]);) 2025.03.31 17:47:10.518274 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'URL' to function 'extractURLParameters'. Expected: String, got: Array(Nothing): In scope SELECT extractURLParameters([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:10.537703 [ 3914 ] {a191700b-99a3-4b5e-bb0c-2d4471daea0a} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function factorial: In scope SELECT factorial([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT factorial([]);) 2025.03.31 17:47:10.540626 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function factorial: In scope SELECT factorial([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:10.550367 [ 3655 ] {a5ade421-630c-4a82-a373-58057a5703e2} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id bdbf464c-35f4-4d89-9976-3fa4fd87b2a4. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:10.636692 [ 3914 ] {d1cfd321-f7d7-452a-bfaf-a38935aaf75c} executeQuery: Code: 48. DB::Exception: file is only implemented for type String: In scope SELECT file([]). (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT file([]);) 2025.03.31 17:47:10.639974 [ 3914 ] {} TCPHandler: Code: 48. DB::Exception: file is only implemented for type String: In scope SELECT file([]). (NOT_IMPLEMENTED) 2025.03.31 17:47:10.663373 [ 3914 ] {cc44202e-6696-4cfe-bdb1-4ddf0f9daf5d} executeQuery: Code: 43. DB::Exception: Arguments of function filesystemAvailable should be String or FixedString: In scope SELECT filesystemAvailable([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT filesystemAvailable([]);) 2025.03.31 17:47:10.666633 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Arguments of function filesystemAvailable should be String or FixedString: In scope SELECT filesystemAvailable([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:10.688187 [ 3914 ] {bc6fdd81-d224-4ec3-8706-c918f9eefef8} executeQuery: Code: 43. DB::Exception: Arguments of function filesystemCapacity should be String or FixedString: In scope SELECT filesystemCapacity([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT filesystemCapacity([]);) 2025.03.31 17:47:10.691477 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Arguments of function filesystemCapacity should be String or FixedString: In scope SELECT filesystemCapacity([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:10.712066 [ 3914 ] {67c852d6-ab23-4fc0-8daf-0cdec298ff18} executeQuery: Code: 43. DB::Exception: Arguments of function filesystemUnreserved should be String or FixedString: In scope SELECT filesystemUnreserved([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT filesystemUnreserved([]);) 2025.03.31 17:47:10.715361 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Arguments of function filesystemUnreserved should be String or FixedString: In scope SELECT filesystemUnreserved([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:10.735464 [ 3914 ] {f5937a59-8971-41e1-9aca-f86faa44b5df} executeQuery: Code: 43. DB::Exception: Argument for function 'finalizeAggregation' must have type AggregateFunction - state of aggregate function. Got 'Array(Nothing)' instead: In scope SELECT finalizeAggregation([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT finalizeAggregation([]);) 2025.03.31 17:47:10.738674 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Argument for function 'finalizeAggregation' must have type AggregateFunction - state of aggregate function. Got 'Array(Nothing)' instead: In scope SELECT finalizeAggregation([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:10.758224 [ 3914 ] {ae96e5ec-77e8-4715-9876-2a7ff0a83a39} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function firstLine: In scope SELECT firstLine([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT firstLine([]);) 2025.03.31 17:47:10.761438 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function firstLine: In scope SELECT firstLine([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:10.781563 [ 3914 ] {8098bb6b-7fa0-46fd-93f4-c57891abe314} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function firstSignificantSubdomain: In scope SELECT firstSignificantSubdomain([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT firstSignificantSubdomain([]);) 2025.03.31 17:47:10.784739 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function firstSignificantSubdomain: In scope SELECT firstSignificantSubdomain([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:10.804602 [ 3914 ] {3c4bfbfb-7c32-4dfc-8be8-3e57873a4db7} executeQuery: Code: 42. DB::Exception: Number of arguments for function firstSignificantSubdomainCustom doesn't match: passed 1, should be 2: In scope SELECT firstSignificantSubdomainCustom([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT firstSignificantSubdomainCustom([]);) 2025.03.31 17:47:10.807983 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function firstSignificantSubdomainCustom doesn't match: passed 1, should be 2: In scope SELECT firstSignificantSubdomainCustom([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:10.827962 [ 3914 ] {9e50fc10-c9ec-4387-a2d9-f783a4fc9e85} executeQuery: Code: 42. DB::Exception: Number of arguments for function firstSignificantSubdomainCustomRFC doesn't match: passed 1, should be 2: In scope SELECT firstSignificantSubdomainCustomRFC([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT firstSignificantSubdomainCustomRFC([]);) 2025.03.31 17:47:10.831415 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function firstSignificantSubdomainCustomRFC doesn't match: passed 1, should be 2: In scope SELECT firstSignificantSubdomainCustomRFC([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:10.851599 [ 3914 ] {b4da01ec-689f-43d8-8ddd-fe4057c0cc85} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function firstSignificantSubdomainRFC: In scope SELECT firstSignificantSubdomainRFC([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT firstSignificantSubdomainRFC([]);) 2025.03.31 17:47:10.854838 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function firstSignificantSubdomainRFC: In scope SELECT firstSignificantSubdomainRFC([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:10.960582 [ 1049 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:10.961147 [ 1049 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:10.962376 [ 1054 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:10.962910 [ 1054 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:11.005328 [ 3914 ] {f621d6d1-e39b-42b9-bf96-f27279d858a7} executeQuery: Code: 43. DB::Exception: First argument (trace) for function flameGraph must be Array(UInt64), but it has type Array(Nothing). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT flameGraph([]);) 2025.03.31 17:47:11.008568 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument (trace) for function flameGraph must be Array(UInt64), but it has type Array(Nothing). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:11.010029 [ 1057 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:11.010495 [ 1057 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:11.010887 [ 1058 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:11.011431 [ 1058 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:11.055529 [ 3914 ] {10a05186-d54d-4621-a0f6-bb7bec93cd5e} executeQuery: Code: 43. DB::Exception: Argument for function 'flattenTuple' must be Named Tuple. Got 'Array(Nothing)': In scope SELECT flattenTuple([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT flattenTuple([]);) 2025.03.31 17:47:11.058027 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Argument for function 'flattenTuple' must be Named Tuple. Got 'Array(Nothing)': In scope SELECT flattenTuple([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:11.075488 [ 3914 ] {03f4405e-32ba-4d20-abf9-9b391884b278} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'x' to function 'floor'. Expected: A number to round, got: Array(Nothing): In scope SELECT floor([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT floor([]);) 2025.03.31 17:47:11.077926 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'x' to function 'floor'. Expected: A number to round, got: Array(Nothing): In scope SELECT floor([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:11.095431 [ 3914 ] {dd0687c6-25d5-4bac-8ee2-4322fe5568a1} executeQuery: Code: 42. DB::Exception: Number of arguments for function format doesn't match: passed 1, should be at least 2: In scope SELECT format([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT format([]);) 2025.03.31 17:47:11.098165 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function format doesn't match: passed 1, should be at least 2: In scope SELECT format([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:11.121403 [ 3914 ] {1e992467-b1f9-41be-a15a-753a1b95829a} executeQuery: Code: 42. DB::Exception: Number of arguments for function formatDateTime doesn't match: passed 1, should be 2 or 3: In scope SELECT formatDateTime([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT formatDateTime([]);) 2025.03.31 17:47:11.123596 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function formatDateTime doesn't match: passed 1, should be 2 or 3: In scope SELECT formatDateTime([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:11.146973 [ 3914 ] {ff5e3000-2e7c-4cca-8b76-d2deb6d79d0d} executeQuery: Code: 42. DB::Exception: Number of arguments for function formatDateTimeInJodaSyntax doesn't match: passed 1, should be 2 or 3: In scope SELECT formatDateTimeInJodaSyntax([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT formatDateTimeInJodaSyntax([]);) 2025.03.31 17:47:11.149503 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function formatDateTimeInJodaSyntax doesn't match: passed 1, should be 2 or 3: In scope SELECT formatDateTimeInJodaSyntax([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:11.172142 [ 3914 ] {733df84a-3ad8-461e-a10d-59b6d21c2dce} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'query' to function 'formatQuery'. Expected: String, got: Array(Nothing): In scope SELECT formatQuery([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT formatQuery([]);) 2025.03.31 17:47:11.174554 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'query' to function 'formatQuery'. Expected: String, got: Array(Nothing): In scope SELECT formatQuery([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:11.197598 [ 3914 ] {5a846f67-f3e6-4f38-8feb-96afae56dd83} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'query' to function 'formatQueryOrNull'. Expected: String, got: Array(Nothing): In scope SELECT formatQueryOrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT formatQueryOrNull([]);) 2025.03.31 17:47:11.200336 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'query' to function 'formatQueryOrNull'. Expected: String, got: Array(Nothing): In scope SELECT formatQueryOrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:11.223130 [ 3914 ] {f3a93307-91d4-49dc-bf13-7668f61b5c96} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'query' to function 'formatQuerySingleLine'. Expected: String, got: Array(Nothing): In scope SELECT formatQuerySingleLine([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT formatQuerySingleLine([]);) 2025.03.31 17:47:11.225875 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'query' to function 'formatQuerySingleLine'. Expected: String, got: Array(Nothing): In scope SELECT formatQuerySingleLine([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:11.248783 [ 3914 ] {a172db1e-4492-4974-b9b0-40ab1e96848b} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'query' to function 'formatQuerySingleLineOrNull'. Expected: String, got: Array(Nothing): In scope SELECT formatQuerySingleLineOrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT formatQuerySingleLineOrNull([]);) 2025.03.31 17:47:11.251407 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'query' to function 'formatQuerySingleLineOrNull'. Expected: String, got: Array(Nothing): In scope SELECT formatQuerySingleLineOrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:11.274179 [ 3914 ] {16905563-a692-4abf-b52a-3a1f5d827587} executeQuery: Code: 43. DB::Exception: Cannot format Array(Nothing) because it's not a native numeric type: In scope SELECT formatReadableDecimalSize([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT formatReadableDecimalSize([]);) 2025.03.31 17:47:11.276754 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Cannot format Array(Nothing) because it's not a native numeric type: In scope SELECT formatReadableDecimalSize([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:11.300022 [ 3914 ] {206bf3f7-7139-46c5-8a77-e1152fef5b3a} executeQuery: Code: 43. DB::Exception: Cannot format Array(Nothing) because it's not a native numeric type: In scope SELECT formatReadableQuantity([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT formatReadableQuantity([]);) 2025.03.31 17:47:11.302850 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Cannot format Array(Nothing) because it's not a native numeric type: In scope SELECT formatReadableQuantity([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:11.321053 [ 3914 ] {64915a5b-d504-4ed5-9e4c-2fe80401ad14} executeQuery: Code: 43. DB::Exception: Cannot format Array(Nothing) because it's not a native numeric type: In scope SELECT formatReadableSize([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT formatReadableSize([]);) 2025.03.31 17:47:11.323972 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Cannot format Array(Nothing) because it's not a native numeric type: In scope SELECT formatReadableSize([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:11.331209 [ 1062 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:11.331747 [ 1062 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:11.332134 [ 1063 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:11.332746 [ 1063 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:11.350552 [ 3914 ] {c9e53384-b2ed-4539-bd0b-80770cf3f56c} executeQuery: Code: 43. DB::Exception: Cannot format Array(Nothing) as time delta: In scope SELECT formatReadableTimeDelta([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT formatReadableTimeDelta([]);) 2025.03.31 17:47:11.353102 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Cannot format Array(Nothing) as time delta: In scope SELECT formatReadableTimeDelta([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:11.375075 [ 3914 ] {92c478a6-0d5a-40da-a40e-1f7311737399} executeQuery: Code: 42. DB::Exception: Function formatRow requires at least two arguments: the format name and its output expression(s): In scope SELECT formatRow([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT formatRow([]);) 2025.03.31 17:47:11.377725 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function formatRow requires at least two arguments: the format name and its output expression(s): In scope SELECT formatRow([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:11.402343 [ 3914 ] {dcb41427-bf02-4f3b-bf43-59dd7a5b703b} executeQuery: Code: 42. DB::Exception: Function formatRowNoNewline requires at least two arguments: the format name and its output expression(s): In scope SELECT formatRowNoNewline([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT formatRowNoNewline([]);) 2025.03.31 17:47:11.405145 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function formatRowNoNewline requires at least two arguments: the format name and its output expression(s): In scope SELECT formatRowNoNewline([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:11.432918 [ 3914 ] {dcd0fad5-d3e7-408a-821f-bbfc016ed96b} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function fragment: In scope SELECT fragment([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT fragment([]);) 2025.03.31 17:47:11.436724 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function fragment: In scope SELECT fragment([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:11.464150 [ 3914 ] {15198110-a8da-4d15-b787-55157e7f2321} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'days' to function 'fromDaysSinceYearZero'. Expected: Integer, got: Array(Nothing): In scope SELECT fromDaysSinceYearZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT fromDaysSinceYearZero([]);) 2025.03.31 17:47:11.467545 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'days' to function 'fromDaysSinceYearZero'. Expected: Integer, got: Array(Nothing): In scope SELECT fromDaysSinceYearZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:11.488846 [ 3914 ] {81ae31b0-1826-4e6a-886f-270d9ce9cf55} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'days' to function 'fromDaysSinceYearZero32'. Expected: Integer, got: Array(Nothing): In scope SELECT fromDaysSinceYearZero32([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT fromDaysSinceYearZero32([]);) 2025.03.31 17:47:11.492251 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'days' to function 'fromDaysSinceYearZero32'. Expected: Integer, got: Array(Nothing): In scope SELECT fromDaysSinceYearZero32([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:11.514053 [ 3914 ] {8e1a6f71-71ba-4298-9bcf-444657ca49c6} executeQuery: Code: 43. DB::Exception: The argument of function fromModifiedJulianDay must be integral: In scope SELECT fromModifiedJulianDay([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT fromModifiedJulianDay([]);) 2025.03.31 17:47:11.517317 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The argument of function fromModifiedJulianDay must be integral: In scope SELECT fromModifiedJulianDay([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:11.537065 [ 3914 ] {1f9b6dc6-6f76-45c8-a528-1d4a75f2394f} executeQuery: Code: 43. DB::Exception: The argument of function fromModifiedJulianDayOrNull must be integral: In scope SELECT fromModifiedJulianDayOrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT fromModifiedJulianDayOrNull([]);) 2025.03.31 17:47:11.540191 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The argument of function fromModifiedJulianDayOrNull must be integral: In scope SELECT fromModifiedJulianDayOrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:11.558262 [ 3914 ] {275a5697-2108-4ce4-9353-b010f23f4633} executeQuery: Code: 42. DB::Exception: Number of arguments for function fromUTCTimestamp doesn't match: passed 1, should be 2: In scope SELECT fromUTCTimestamp([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT fromUTCTimestamp([]);) 2025.03.31 17:47:11.561455 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function fromUTCTimestamp doesn't match: passed 1, should be 2: In scope SELECT fromUTCTimestamp([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:11.579866 [ 3914 ] {3c6b5b57-140d-4106-b893-d35b0774c72e} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function fromUnixTimestamp when arguments size is 1. Should be integer: In scope SELECT fromUnixTimestamp([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT fromUnixTimestamp([]);) 2025.03.31 17:47:11.580615 [ 1054 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:11.581139 [ 1054 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:11.582626 [ 1059 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:11.582988 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function fromUnixTimestamp when arguments size is 1. Should be integer: In scope SELECT fromUnixTimestamp([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:11.583075 [ 1059 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:11.602403 [ 3914 ] {dae0b58c-479e-4475-9e3a-33695690f0a0} executeQuery: Code: 43. DB::Exception: The first argument for function fromUnixTimestamp64Micro must be integer: In scope SELECT fromUnixTimestamp64Micro([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT fromUnixTimestamp64Micro([]);) 2025.03.31 17:47:11.606020 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The first argument for function fromUnixTimestamp64Micro must be integer: In scope SELECT fromUnixTimestamp64Micro([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:11.622281 [ 3914 ] {de5fa37b-bf59-4ad1-9c11-27c0eaa689d1} executeQuery: Code: 43. DB::Exception: The first argument for function fromUnixTimestamp64Milli must be integer: In scope SELECT fromUnixTimestamp64Milli([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT fromUnixTimestamp64Milli([]);) 2025.03.31 17:47:11.624498 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The first argument for function fromUnixTimestamp64Milli must be integer: In scope SELECT fromUnixTimestamp64Milli([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:11.644354 [ 3914 ] {065a6535-d649-4644-85f3-60d47adafc72} executeQuery: Code: 43. DB::Exception: The first argument for function fromUnixTimestamp64Nano must be integer: In scope SELECT fromUnixTimestamp64Nano([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT fromUnixTimestamp64Nano([]);) 2025.03.31 17:47:11.646846 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The first argument for function fromUnixTimestamp64Nano must be integer: In scope SELECT fromUnixTimestamp64Nano([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:11.662011 [ 3914 ] {cdaad81f-7714-4dbd-a0f5-9fdebc8df57c} executeQuery: Code: 43. DB::Exception: The first argument for function fromUnixTimestamp64Second must be integer: In scope SELECT fromUnixTimestamp64Second([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT fromUnixTimestamp64Second([]);) 2025.03.31 17:47:11.664578 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The first argument for function fromUnixTimestamp64Second must be integer: In scope SELECT fromUnixTimestamp64Second([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:11.679096 [ 1056 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:11.679607 [ 1056 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:11.679890 [ 1054 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:11.680421 [ 1054 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:11.682223 [ 3914 ] {e1de2734-e12b-4059-bd38-6a677ceb1f32} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function fromUnixTimestampInJodaSyntax when arguments size is 1. Should be integer: In scope SELECT fromUnixTimestampInJodaSyntax([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT fromUnixTimestampInJodaSyntax([]);) 2025.03.31 17:47:11.684997 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function fromUnixTimestampInJodaSyntax when arguments size is 1. Should be integer: In scope SELECT fromUnixTimestampInJodaSyntax([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:11.701600 [ 3914 ] {147e4f75-cb5e-495d-b3d0-f72cc2f54d51} executeQuery: Code: 42. DB::Exception: Number of arguments for function fromUTCTimestamp doesn't match: passed 1, should be 2: In scope SELECT from_utc_timestamp([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT from_utc_timestamp([]);) 2025.03.31 17:47:11.704153 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function fromUTCTimestamp doesn't match: passed 1, should be 2: In scope SELECT from_utc_timestamp([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:11.724549 [ 3914 ] {57dcbd98-f44f-49e6-bac9-8e857d56b4bd} executeQuery: Code: 42. DB::Exception: Number of arguments for function FQDN doesn't match: passed 1, should be 0: In scope SELECT fullHostName([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT fullHostName([]);) 2025.03.31 17:47:11.727658 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function FQDN doesn't match: passed 1, should be 0: In scope SELECT fullHostName([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:11.744226 [ 3914 ] {e57d664c-5507-45aa-8e5c-41136231011e} executeQuery: Code: 42. DB::Exception: Number of arguments for function fuzzBits doesn't match: passed 1, should be 2: In scope SELECT fuzzBits([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT fuzzBits([]);) 2025.03.31 17:47:11.746971 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function fuzzBits doesn't match: passed 1, should be 2: In scope SELECT fuzzBits([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:11.795689 [ 3914 ] {f132cb17-86a2-4606-b3ec-fc6adb9021a2} executeQuery: Code: 42. DB::Exception: Number of arguments for function gcd doesn't match: passed 1, should be 2: In scope SELECT gcd([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT gcd([]);) 2025.03.31 17:47:11.798482 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function gcd doesn't match: passed 1, should be 2: In scope SELECT gcd([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:11.816980 [ 3914 ] {646315d5-6258-4ee0-ba05-7d4967abffd5} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of the 1 argument of function generateRandomStructure, expected unsigned integer or Null: In scope SELECT generateRandomStructure([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT generateRandomStructure([]);) 2025.03.31 17:47:11.820279 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of the 1 argument of function generateRandomStructure, expected unsigned integer or Null: In scope SELECT generateRandomStructure([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:11.881046 [ 1060 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:11.881532 [ 1060 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:11.881689 [ 1058 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:11.882208 [ 1058 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:11.992380 [ 3914 ] {1c7e9936-f604-4546-a8f7-949b40f9d258} executeQuery: Code: 42. DB::Exception: Number of arguments for function geoDistance doesn't match: passed 1, should be 4: In scope SELECT geoDistance([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT geoDistance([]);) 2025.03.31 17:47:11.995474 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function geoDistance doesn't match: passed 1, should be 4: In scope SELECT geoDistance([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:12.013956 [ 3914 ] {97b6f4fe-8de4-45cd-af5b-d3bea734bb81} executeQuery: Code: 42. DB::Exception: Number of arguments for function geoToH3 doesn't match: passed 1, should be 3: In scope SELECT geoToH3([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT geoToH3([]);) 2025.03.31 17:47:12.017310 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function geoToH3 doesn't match: passed 1, should be 3: In scope SELECT geoToH3([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:12.034694 [ 3914 ] {fd4f65f1-14f3-4dc5-b2f5-0cc38572d0d3} executeQuery: Code: 42. DB::Exception: Number of arguments for function geoToS2 doesn't match: passed 1, should be 2: In scope SELECT geoToS2([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT geoToS2([]);) 2025.03.31 17:47:12.036740 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function geoToS2 doesn't match: passed 1, should be 2: In scope SELECT geoToS2([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:12.053442 [ 3914 ] {f3d46a67-1255-4b4e-824c-5c9710c24ec4} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'encoded' to function 'geohashDecode'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT geohashDecode([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT geohashDecode([]);) 2025.03.31 17:47:12.055545 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'encoded' to function 'geohashDecode'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT geohashDecode([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:12.070958 [ 3914 ] {c4f34b7f-7f56-4a09-8537-0accd1433e13} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'geohashEncode'. Expected 2 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT geohashEncode([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT geohashEncode([]);) 2025.03.31 17:47:12.073202 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'geohashEncode'. Expected 2 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT geohashEncode([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:12.091850 [ 3914 ] {7605cc2a-5a11-4d7e-94ef-9a97c8eb309c} executeQuery: Code: 42. DB::Exception: Number of arguments for function geohashesInBox doesn't match: passed 1, should be 5: In scope SELECT geohashesInBox([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT geohashesInBox([]);) 2025.03.31 17:47:12.094965 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function geohashesInBox doesn't match: passed 1, should be 5: In scope SELECT geohashesInBox([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:12.112144 [ 3914 ] {bbf62e45-624e-468b-a91c-9603015efd9e} executeQuery: Code: 446. DB::Exception: The function getClientHTTPHeader requires setting `allow_get_client_http_header` to be enabled. (FUNCTION_NOT_ALLOWED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT getClientHTTPHeader([]);) 2025.03.31 17:47:12.114901 [ 3914 ] {} TCPHandler: Code: 446. DB::Exception: The function getClientHTTPHeader requires setting `allow_get_client_http_header` to be enabled. (FUNCTION_NOT_ALLOWED) 2025.03.31 17:47:12.133424 [ 3914 ] {7fceacdb-969f-43b6-9ad3-da3808d7a509} executeQuery: Code: 43. DB::Exception: The argument of function getMacro must have String type: In scope SELECT getMacro([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT getMacro([]);) 2025.03.31 17:47:12.136548 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The argument of function getMacro must have String type: In scope SELECT getMacro([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:12.153120 [ 3914 ] {607a74f4-fef8-4bdb-9825-0c5cd80994a2} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function getMaxTableNameLengthForDatabase, expected String or FixedString: In scope SELECT getMaxTableNameLengthForDatabase([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT getMaxTableNameLengthForDatabase([]);) 2025.03.31 17:47:12.156129 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function getMaxTableNameLengthForDatabase, expected String or FixedString: In scope SELECT getMaxTableNameLengthForDatabase([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:12.172169 [ 3914 ] {5f0e1edf-c386-4084-a6d3-edff78c0cb1d} executeQuery: Code: 42. DB::Exception: Number of arguments for function getOSKernelVersion doesn't match: passed 1, should be 0: In scope SELECT getOSKernelVersion([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT getOSKernelVersion([]);) 2025.03.31 17:47:12.174785 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function getOSKernelVersion doesn't match: passed 1, should be 0: In scope SELECT getOSKernelVersion([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:12.190122 [ 3914 ] {8ddbc45c-93f8-45cf-bd1d-b9ddb7d1458b} executeQuery: Code: 43. DB::Exception: The argument of function getServerPort should be a constant string with the name of a setting: In scope SELECT getServerPort([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT getServerPort([]);) 2025.03.31 17:47:12.192350 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The argument of function getServerPort should be a constant string with the name of a setting: In scope SELECT getServerPort([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:12.201192 [ 1428 ] {949d8e7d-738d-4d8b-a318-4c625b691bbf} executeQuery: Code: 36. DB::Exception: Column `path` should not be empty. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50896) (comment: 02311_system_zookeeper_insert.sql) (in query: -- test exceptions insert into system.zookeeper (name, value) values ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/System/StorageSystemZooKeeper.cpp:156: DB::ZooKeeperSink::consume(DB::Chunk&) @ 0x0000000027cc25d2 5. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:18: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x0000000040442f99 6. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 8. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 12. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 13. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 14. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 17:47:12.204387 [ 1428 ] {} TCPHandler: Code: 36. DB::Exception: Column `path` should not be empty. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/System/StorageSystemZooKeeper.cpp:156: DB::ZooKeeperSink::consume(DB::Chunk&) @ 0x0000000027cc25d2 5. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:18: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x0000000040442f99 6. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 8. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 12. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 13. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 14. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 17:47:12.207444 [ 3914 ] {9e711434-83d4-4c20-ae7e-78deacf32037} executeQuery: Code: 43. DB::Exception: The argument of function getSetting should be a constant string with the name of a setting: In scope SELECT getSetting([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT getSetting([]);) 2025.03.31 17:47:12.209846 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The argument of function getSetting should be a constant string with the name of a setting: In scope SELECT getSetting([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:12.224916 [ 3914 ] {2cc523a7-43f4-4518-a7d0-e96159192d00} executeQuery: Code: 42. DB::Exception: Number of arguments for function getSettingOrDefault doesn't match: passed 1, should be 2: In scope SELECT getSettingOrDefault([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT getSettingOrDefault([]);) 2025.03.31 17:47:12.227151 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function getSettingOrDefault doesn't match: passed 1, should be 2: In scope SELECT getSettingOrDefault([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:12.241960 [ 3914 ] {30c5b780-303e-46c0-83e5-ccf357ca1cff} executeQuery: Code: 43. DB::Exception: The argument for function getSizeOfEnumType must be Enum: In scope SELECT getSizeOfEnumType([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT getSizeOfEnumType([]);) 2025.03.31 17:47:12.244032 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The argument for function getSizeOfEnumType must be Enum: In scope SELECT getSizeOfEnumType([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:12.259980 [ 3914 ] {8bd7c2af-d710-455f-a546-3e700bdf7cfd} executeQuery: Code: 42. DB::Exception: Number of arguments for function getSubcolumn doesn't match: passed 1, should be 2: In scope SELECT getSubcolumn([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT getSubcolumn([]);) 2025.03.31 17:47:12.262152 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function getSubcolumn doesn't match: passed 1, should be 2: In scope SELECT getSubcolumn([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:12.293365 [ 1053 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:12.293749 [ 1054 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:12.293823 [ 1053 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:12.294324 [ 1054 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:12.313990 [ 3914 ] {bbbce361-9ea5-4c6b-8c7f-a803e4d122a8} executeQuery: Code: 42. DB::Exception: Function 'globalIn' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT globalIn([]);) 2025.03.31 17:47:12.316844 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function 'globalIn' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:12.330958 [ 3914 ] {523f9344-c343-4140-98a9-14b895c95f7a} executeQuery: Code: 42. DB::Exception: Function 'globalInIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT globalInIgnoreSet([]);) 2025.03.31 17:47:12.332831 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function 'globalInIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:12.344730 [ 1063 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:12.345257 [ 1063 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:12.346067 [ 1058 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:12.346598 [ 1058 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:12.347186 [ 3914 ] {da890887-d757-4b44-920c-ee31a2e50dd8} executeQuery: Code: 42. DB::Exception: Function 'globalNotIn' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT globalNotIn([]);) 2025.03.31 17:47:12.349167 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function 'globalNotIn' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:12.364649 [ 3914 ] {8c540933-40c1-4694-bd70-91af778b0135} executeQuery: Code: 42. DB::Exception: Function 'globalNotInIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT globalNotInIgnoreSet([]);) 2025.03.31 17:47:12.366902 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function 'globalNotInIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:12.383487 [ 3914 ] {5ae415b6-3023-4ee8-a71c-85d606d79c84} executeQuery: Code: 42. DB::Exception: Function 'globalNotNullIn' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT globalNotNullIn([]);) 2025.03.31 17:47:12.386317 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function 'globalNotNullIn' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:12.402327 [ 3914 ] {de26ec6b-0aba-4522-900e-fc7fffc5df86} executeQuery: Code: 42. DB::Exception: Function 'globalNotNullInIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT globalNotNullInIgnoreSet([]);) 2025.03.31 17:47:12.404948 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function 'globalNotNullInIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:12.425028 [ 3914 ] {da6d6cb0-cbbb-42df-a780-f1b978401601} executeQuery: Code: 42. DB::Exception: Function 'globalNullIn' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT globalNullIn([]);) 2025.03.31 17:47:12.428298 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function 'globalNullIn' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:12.446607 [ 3914 ] {c5aa99f0-5ad4-46e0-b4a3-7ba390a88f48} executeQuery: Code: 42. DB::Exception: Function 'globalNullInIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT globalNullInIgnoreSet([]);) 2025.03.31 17:47:12.449754 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function 'globalNullInIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:12.467667 [ 3914 ] {f1956a36-cbc2-46c3-8cdd-c54bb6ac04fa} executeQuery: Code: 36. DB::Exception: Argument of function globalVariable must be constant string: In scope SELECT globalVariable([]). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT globalVariable([]);) 2025.03.31 17:47:12.470320 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: Argument of function globalVariable must be constant string: In scope SELECT globalVariable([]). (BAD_ARGUMENTS) 2025.03.31 17:47:12.482390 [ 1247 ] {75dac3b2-4f72-4189-8155-25d8a06c55d5} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 280e0f30-637a-4e83-83ab-62a4f857a2e5. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:12.487381 [ 3914 ] {40a94f53-1ddf-4057-bd40-e97d8aaa2acd} executeQuery: Code: 42. DB::Exception: Number of arguments for function greatCircleAngle doesn't match: passed 1, should be 4: In scope SELECT greatCircleAngle([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT greatCircleAngle([]);) 2025.03.31 17:47:12.489905 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function greatCircleAngle doesn't match: passed 1, should be 4: In scope SELECT greatCircleAngle([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:12.507874 [ 3914 ] {9447f005-9492-464f-9d40-1349669b07db} executeQuery: Code: 42. DB::Exception: Number of arguments for function greatCircleDistance doesn't match: passed 1, should be 4: In scope SELECT greatCircleDistance([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT greatCircleDistance([]);) 2025.03.31 17:47:12.510606 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function greatCircleDistance doesn't match: passed 1, should be 4: In scope SELECT greatCircleDistance([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:12.530091 [ 3914 ] {a8915b93-6329-409f-ba62-7a700b0f6842} executeQuery: Code: 42. DB::Exception: Number of arguments for function greater doesn't match: passed 1, should be 2: In scope SELECT greater([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT greater([]);) 2025.03.31 17:47:12.533235 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function greater doesn't match: passed 1, should be 2: In scope SELECT greater([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:12.552476 [ 3914 ] {a661785c-03ae-4d45-b98f-d4751be6bea7} executeQuery: Code: 42. DB::Exception: Number of arguments for function greaterOrEquals doesn't match: passed 1, should be 2: In scope SELECT greaterOrEquals([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT greaterOrEquals([]);) 2025.03.31 17:47:12.555666 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function greaterOrEquals doesn't match: passed 1, should be 2: In scope SELECT greaterOrEquals([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:12.647680 [ 3914 ] {ecb566aa-6c62-4a0a-bfd1-f4ab43a2186e} executeQuery: Code: 42. DB::Exception: Aggregate function groupArrayInsertAt requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT groupArrayInsertAt([]);) 2025.03.31 17:47:12.651054 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function groupArrayInsertAt requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:12.709528 [ 3914 ] {02350d8d-8b9e-4097-a2fa-c6278ca3cb23} executeQuery: Code: 36. DB::Exception: groupArrayLast make sense only with max_elems (groupArrayLast(max_elems)()). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT groupArrayLast([]);) 2025.03.31 17:47:12.712667 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: groupArrayLast make sense only with max_elems (groupArrayLast(max_elems)()). (BAD_ARGUMENTS) 2025.03.31 17:47:12.712998 [ 1428 ] {0f7c34b0-51fc-40a9-a85e-5c0c9920ade6} executeQuery: Code: 36. DB::Exception: Column `name` should not be empty. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50896) (comment: 02311_system_zookeeper_insert.sql) (in query: insert into system.zookeeper (path, value) values ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/System/StorageSystemZooKeeper.cpp:151: DB::ZooKeeperSink::consume(DB::Chunk&) @ 0x0000000027cc283d 5. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:18: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x0000000040442f99 6. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 8. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 12. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 13. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 14. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 17:47:12.716363 [ 1428 ] {} TCPHandler: Code: 36. DB::Exception: Column `name` should not be empty. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/System/StorageSystemZooKeeper.cpp:151: DB::ZooKeeperSink::consume(DB::Chunk&) @ 0x0000000027cc283d 5. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:18: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x0000000040442f99 6. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 8. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 12. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 13. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 14. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 17:47:12.720913 [ 1051 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:12.721471 [ 1051 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:12.721856 [ 1063 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:12.722398 [ 1063 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:12.731973 [ 3914 ] {e9e1658f-9de3-4cc6-8ef4-8e3b7787fb3d} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function groupArrayMovingAvg. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT groupArrayMovingAvg([]);) 2025.03.31 17:47:12.734664 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function groupArrayMovingAvg. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:12.750818 [ 3914 ] {c05e174a-5ae6-48fa-a679-9a3350841ff2} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function groupArrayMovingSum. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT groupArrayMovingSum([]);) 2025.03.31 17:47:12.753362 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function groupArrayMovingSum. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:12.769501 [ 3914 ] {125d0a25-c9c0-40bf-a509-5cffd0ee33f4} executeQuery: Code: 42. DB::Exception: Incorrect number of parameters for aggregate function groupArraySample, should be 1 or 2. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT groupArraySample([]);) 2025.03.31 17:47:12.772045 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Incorrect number of parameters for aggregate function groupArraySample, should be 1 or 2. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:12.789069 [ 3914 ] {41f045d3-b6c3-4272-bae4-955658f38eb0} executeQuery: Code: 36. DB::Exception: Parameter for aggregate function groupArraySorted should have limit argument. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT groupArraySorted([]);) 2025.03.31 17:47:12.791561 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: Parameter for aggregate function groupArraySorted should have limit argument. (BAD_ARGUMENTS) 2025.03.31 17:47:12.808510 [ 3914 ] {71d8003e-ce83-4920-aaf6-b67b1c72563f} executeQuery: Code: 43. DB::Exception: The type Array(Nothing) of argument for aggregate function groupBitAnd is illegal, because it cannot be used in bitwise operations. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT groupBitAnd([]);) 2025.03.31 17:47:12.810830 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The type Array(Nothing) of argument for aggregate function groupBitAnd is illegal, because it cannot be used in bitwise operations. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:12.827933 [ 3914 ] {b5c7e3fb-fe4b-4aed-b82f-3667dfd3f513} executeQuery: Code: 43. DB::Exception: The type Array(Nothing) of argument for aggregate function groupBitOr is illegal, because it cannot be used in bitwise operations. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT groupBitOr([]);) 2025.03.31 17:47:12.830230 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The type Array(Nothing) of argument for aggregate function groupBitOr is illegal, because it cannot be used in bitwise operations. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:12.849907 [ 3914 ] {73bd110b-8cbe-4a53-a532-98f0f8cac66e} executeQuery: Code: 43. DB::Exception: The type Array(Nothing) of argument for aggregate function groupBitXor is illegal, because it cannot be used in bitwise operations. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT groupBitXor([]);) 2025.03.31 17:47:12.853054 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The type Array(Nothing) of argument for aggregate function groupBitXor is illegal, because it cannot be used in bitwise operations. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:12.872513 [ 3914 ] {3497e773-23c0-4094-b9e2-5a2ab0c9b947} executeQuery: Code: 43. DB::Exception: The type Array(Nothing) of argument for aggregate function groupBitmap is illegal, because it cannot be used in Bitmap operations. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT groupBitmap([]);) 2025.03.31 17:47:12.875518 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The type Array(Nothing) of argument for aggregate function groupBitmap is illegal, because it cannot be used in Bitmap operations. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:12.895229 [ 3914 ] {638663af-d330-47e0-bbc2-331f7fcde4ed} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function groupBitmapAnd. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT groupBitmapAnd([]);) 2025.03.31 17:47:12.898642 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function groupBitmapAnd. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:12.906646 [ 1254 ] {5b6264df-b8a5-49ef-a3f9-d47d7f473a99} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 5b893296-ea1a-4786-b4d1-9291c1654597. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:12.907262 [ 1254 ] {5b6264df-b8a5-49ef-a3f9-d47d7f473a99} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 6256d4aa-5445-437c-b358-4940b65d2465. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:12.918229 [ 3914 ] {50d49e80-a4b2-4be7-94d5-8e7dd83a479d} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function groupBitmapOr. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT groupBitmapOr([]);) 2025.03.31 17:47:12.921376 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function groupBitmapOr. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:12.939698 [ 3914 ] {9634c1ab-1008-473d-9a94-72773b0e7f15} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function groupBitmapXor. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT groupBitmapXor([]);) 2025.03.31 17:47:12.942690 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function groupBitmapXor. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:12.971300 [ 1059 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:12.971742 [ 1059 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:12.972913 [ 1061 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:12.973504 [ 1061 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:13.079329 [ 1428 ] {079fb836-f6d0-4304-9b11-f0d80494afa1} executeQuery: Code: 44. DB::Exception: Cannot insert column version, because it is MATERIALIZED column. (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50896) (comment: 02311_system_zookeeper_insert.sql) (in query: insert into system.zookeeper (name, version) values ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:233: DB::InterpreterInsertQuery::getSampleBlockImpl(std::vector> const&, std::shared_ptr const&, std::shared_ptr const&, bool, bool) @ 0x00000000384ddadb 5. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:185: DB::InterpreterInsertQuery::getSampleBlock(DB::ASTInsertQuery const&, std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool, bool) @ 0x00000000384db677 6. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:786: DB::InterpreterInsertQuery::execute() @ 0x00000000384f45bc 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:47:13.082292 [ 1428 ] {} TCPHandler: Code: 44. DB::Exception: Cannot insert column version, because it is MATERIALIZED column. (ILLEGAL_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:233: DB::InterpreterInsertQuery::getSampleBlockImpl(std::vector> const&, std::shared_ptr const&, std::shared_ptr const&, bool, bool) @ 0x00000000384ddadb 5. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:185: DB::InterpreterInsertQuery::getSampleBlock(DB::ASTInsertQuery const&, std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool, bool) @ 0x00000000384db677 6. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:786: DB::InterpreterInsertQuery::execute() @ 0x00000000384f45bc 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:47:13.105850 [ 3914 ] {69c9553d-98a6-4f72-946b-00d1ddb4c238} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3CellAreaM2. Must be UInt64: In scope SELECT h3CellAreaM2([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT h3CellAreaM2([]);) 2025.03.31 17:47:13.108895 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3CellAreaM2. Must be UInt64: In scope SELECT h3CellAreaM2([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:13.126129 [ 3914 ] {b76cfd1b-6950-43d2-a0f7-3fc9ca72cd19} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3CellAreaRads2. Must be UInt64: In scope SELECT h3CellAreaRads2([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT h3CellAreaRads2([]);) 2025.03.31 17:47:13.129037 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3CellAreaRads2. Must be UInt64: In scope SELECT h3CellAreaRads2([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:13.148501 [ 3914 ] {ea306649-ba35-4893-a072-56ba25c246d4} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3Distance doesn't match: passed 1, should be 2: In scope SELECT h3Distance([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT h3Distance([]);) 2025.03.31 17:47:13.151762 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3Distance doesn't match: passed 1, should be 2: In scope SELECT h3Distance([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:13.170315 [ 3914 ] {1ff24fd0-acb0-4f0d-b043-928169ce2bce} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3EdgeAngle. Must be UInt8: In scope SELECT h3EdgeAngle([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT h3EdgeAngle([]);) 2025.03.31 17:47:13.173273 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3EdgeAngle. Must be UInt8: In scope SELECT h3EdgeAngle([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:13.191411 [ 3914 ] {ccaa7b36-0303-4849-a642-4c81d65a2181} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3EdgeLengthKm. Must be UInt8: In scope SELECT h3EdgeLengthKm([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT h3EdgeLengthKm([]);) 2025.03.31 17:47:13.194348 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3EdgeLengthKm. Must be UInt8: In scope SELECT h3EdgeLengthKm([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:13.211976 [ 3914 ] {61183075-dcba-40d2-8be8-bd0bde183f38} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3EdgeLengthM. Must be UInt8: In scope SELECT h3EdgeLengthM([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT h3EdgeLengthM([]);) 2025.03.31 17:47:13.214690 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3EdgeLengthM. Must be UInt8: In scope SELECT h3EdgeLengthM([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:13.232313 [ 3914 ] {575c528b-bdea-4f03-82f7-8c83cdca8bee} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3ExactEdgeLengthKm. Must be UInt64: In scope SELECT h3ExactEdgeLengthKm([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT h3ExactEdgeLengthKm([]);) 2025.03.31 17:47:13.234959 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3ExactEdgeLengthKm. Must be UInt64: In scope SELECT h3ExactEdgeLengthKm([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:13.237861 [ 1059 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:13.238323 [ 1059 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:13.239482 [ 1060 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:13.240183 [ 1060 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:13.254602 [ 3914 ] {55ea0c89-bf8f-4c01-83c9-f9b799a081c0} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3ExactEdgeLengthM. Must be UInt64: In scope SELECT h3ExactEdgeLengthM([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT h3ExactEdgeLengthM([]);) 2025.03.31 17:47:13.257429 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3ExactEdgeLengthM. Must be UInt64: In scope SELECT h3ExactEdgeLengthM([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:13.276130 [ 3914 ] {ac854ed9-2036-46e7-acac-f94408484350} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3ExactEdgeLengthRads. Must be UInt64: In scope SELECT h3ExactEdgeLengthRads([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT h3ExactEdgeLengthRads([]);) 2025.03.31 17:47:13.279097 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3ExactEdgeLengthRads. Must be UInt64: In scope SELECT h3ExactEdgeLengthRads([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:13.296807 [ 3914 ] {8189d179-036e-4948-a34b-fa2229bfba52} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3GetBaseCell. Must be UInt64: In scope SELECT h3GetBaseCell([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT h3GetBaseCell([]);) 2025.03.31 17:47:13.299468 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3GetBaseCell. Must be UInt64: In scope SELECT h3GetBaseCell([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:13.315099 [ 3914 ] {d3c1192f-bd9b-4df4-a7ba-93b0864e921a} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3GetDestinationIndexFromUnidirectionalEdge. Must be UInt64: In scope SELECT h3GetDestinationIndexFromUnidirectionalEdge([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT h3GetDestinationIndexFromUnidirectionalEdge([]);) 2025.03.31 17:47:13.317742 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3GetDestinationIndexFromUnidirectionalEdge. Must be UInt64: In scope SELECT h3GetDestinationIndexFromUnidirectionalEdge([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:13.334311 [ 3914 ] {902a5c46-fbf2-48ff-910d-824ca5da78b5} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3GetFaces. Must be UInt64: In scope SELECT h3GetFaces([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT h3GetFaces([]);) 2025.03.31 17:47:13.336660 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3GetFaces. Must be UInt64: In scope SELECT h3GetFaces([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:13.352914 [ 3914 ] {cff70f13-8bd6-4fed-a885-865758608c01} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3GetIndexesFromUnidirectionalEdge. Must be UInt64: In scope SELECT h3GetIndexesFromUnidirectionalEdge([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT h3GetIndexesFromUnidirectionalEdge([]);) 2025.03.31 17:47:13.355370 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3GetIndexesFromUnidirectionalEdge. Must be UInt64: In scope SELECT h3GetIndexesFromUnidirectionalEdge([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:13.372089 [ 3914 ] {da1a4b06-fbfb-4364-883d-7f1f7af7d16f} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3GetOriginIndexFromUnidirectionalEdge. Must be UInt64: In scope SELECT h3GetOriginIndexFromUnidirectionalEdge([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT h3GetOriginIndexFromUnidirectionalEdge([]);) 2025.03.31 17:47:13.375609 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3GetOriginIndexFromUnidirectionalEdge. Must be UInt64: In scope SELECT h3GetOriginIndexFromUnidirectionalEdge([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:13.391544 [ 3914 ] {1a37c4c0-d586-4f49-8d69-4a8b7d3765ec} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3GetPentagonIndexes. Must be UInt8: In scope SELECT h3GetPentagonIndexes([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT h3GetPentagonIndexes([]);) 2025.03.31 17:47:13.394145 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3GetPentagonIndexes. Must be UInt8: In scope SELECT h3GetPentagonIndexes([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:13.408364 [ 3914 ] {ba4bfe67-e2a5-44a3-abc2-2611b5986cb4} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3GetRes0Indexes doesn't match: passed 1, should be 0: In scope SELECT h3GetRes0Indexes([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT h3GetRes0Indexes([]);) 2025.03.31 17:47:13.410638 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3GetRes0Indexes doesn't match: passed 1, should be 0: In scope SELECT h3GetRes0Indexes([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:13.426495 [ 3914 ] {beb6c5d8-3c26-4c8e-9c29-21e3c0206d9f} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3GetResolution. Must be UInt64: In scope SELECT h3GetResolution([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT h3GetResolution([]);) 2025.03.31 17:47:13.429205 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3GetResolution. Must be UInt64: In scope SELECT h3GetResolution([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:13.445417 [ 3914 ] {8cfa368a-12e4-49b2-afcc-ea4a22121b16} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3GetUnidirectionalEdge doesn't match: passed 1, should be 2: In scope SELECT h3GetUnidirectionalEdge([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT h3GetUnidirectionalEdge([]);) 2025.03.31 17:47:13.446654 [ 1428 ] {ff192895-3a1f-447a-afdc-77bb2037150b} executeQuery: Code: 16. DB::Exception: No such column versionxyz in table system.zookeeper (a153ef84-be93-4e67-9b99-0928e6bcec20). (NO_SUCH_COLUMN_IN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50896) (comment: 02311_system_zookeeper_insert.sql) (in query: insert into system.zookeeper (name, versionxyz) values ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:243: DB::InterpreterInsertQuery::getSampleBlockImpl(std::vector> const&, std::shared_ptr const&, std::shared_ptr const&, bool, bool) @ 0x00000000384ddd3c 5. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:185: DB::InterpreterInsertQuery::getSampleBlock(DB::ASTInsertQuery const&, std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool, bool) @ 0x00000000384db677 6. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:786: DB::InterpreterInsertQuery::execute() @ 0x00000000384f45bc 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:47:13.448455 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3GetUnidirectionalEdge doesn't match: passed 1, should be 2: In scope SELECT h3GetUnidirectionalEdge([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:13.449459 [ 1428 ] {} TCPHandler: Code: 16. DB::Exception: No such column versionxyz in table system.zookeeper (a153ef84-be93-4e67-9b99-0928e6bcec20). (NO_SUCH_COLUMN_IN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:243: DB::InterpreterInsertQuery::getSampleBlockImpl(std::vector> const&, std::shared_ptr const&, std::shared_ptr const&, bool, bool) @ 0x00000000384ddd3c 5. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:185: DB::InterpreterInsertQuery::getSampleBlock(DB::ASTInsertQuery const&, std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool, bool) @ 0x00000000384db677 6. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:786: DB::InterpreterInsertQuery::execute() @ 0x00000000384f45bc 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:47:13.464951 [ 3914 ] {1b341bae-8475-4291-82ed-1ec9cfab9121} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3GetUnidirectionalEdgeBoundary. Must be UInt64: In scope SELECT h3GetUnidirectionalEdgeBoundary([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT h3GetUnidirectionalEdgeBoundary([]);) 2025.03.31 17:47:13.467595 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3GetUnidirectionalEdgeBoundary. Must be UInt64: In scope SELECT h3GetUnidirectionalEdgeBoundary([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:13.487398 [ 3914 ] {80aa7822-6a17-4fac-b78e-ed8bb8b835ab} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3GetUnidirectionalEdgesFromHexagon. Must be UInt64: In scope SELECT h3GetUnidirectionalEdgesFromHexagon([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT h3GetUnidirectionalEdgesFromHexagon([]);) 2025.03.31 17:47:13.490560 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3GetUnidirectionalEdgesFromHexagon. Must be UInt64: In scope SELECT h3GetUnidirectionalEdgesFromHexagon([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:13.509220 [ 3914 ] {9be5daca-53d7-4824-ba4e-cc4b10596859} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3HexAreaKm2. Must be UInt8: In scope SELECT h3HexAreaKm2([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT h3HexAreaKm2([]);) 2025.03.31 17:47:13.512461 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3HexAreaKm2. Must be UInt8: In scope SELECT h3HexAreaKm2([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:13.530718 [ 3914 ] {1b1ca2c4-171a-4edf-b999-4dfe9de47844} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3HexAreaM2. Must be UInt8: In scope SELECT h3HexAreaM2([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT h3HexAreaM2([]);) 2025.03.31 17:47:13.533652 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3HexAreaM2. Must be UInt8: In scope SELECT h3HexAreaM2([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:13.551201 [ 3914 ] {3b69f476-e5e7-4116-96af-e6e7794e6577} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3HexRing doesn't match: passed 1, should be 2: In scope SELECT h3HexRing([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT h3HexRing([]);) 2025.03.31 17:47:13.554214 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3HexRing doesn't match: passed 1, should be 2: In scope SELECT h3HexRing([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:13.571051 [ 3914 ] {0f60fa0c-991a-49e2-82cd-7f9e940d5a05} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3IndexesAreNeighbors doesn't match: passed 1, should be 2: In scope SELECT h3IndexesAreNeighbors([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT h3IndexesAreNeighbors([]);) 2025.03.31 17:47:13.574141 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3IndexesAreNeighbors doesn't match: passed 1, should be 2: In scope SELECT h3IndexesAreNeighbors([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:13.592428 [ 3914 ] {d9554e96-bcff-4f41-9ce4-28d3735ec08b} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3IsPentagon. Must be UInt64: In scope SELECT h3IsPentagon([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT h3IsPentagon([]);) 2025.03.31 17:47:13.595505 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3IsPentagon. Must be UInt64: In scope SELECT h3IsPentagon([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:13.609728 [ 1061 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:13.610182 [ 1061 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:13.611243 [ 1054 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:13.611792 [ 1054 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:13.618263 [ 3914 ] {0e1af254-f12a-48cd-afe7-6e1699aad2db} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3IsResClassIII. Must be UInt64: In scope SELECT h3IsResClassIII([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT h3IsResClassIII([]);) 2025.03.31 17:47:13.621457 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3IsResClassIII. Must be UInt64: In scope SELECT h3IsResClassIII([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:13.639628 [ 3914 ] {d0987cfa-29ae-4ce5-adf5-5cb7bb08236b} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3IsValid. Must be UInt64: In scope SELECT h3IsValid([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT h3IsValid([]);) 2025.03.31 17:47:13.643125 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3IsValid. Must be UInt64: In scope SELECT h3IsValid([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:13.661036 [ 3914 ] {7b4df2f3-ab6e-48d9-835e-8015ad68e4d5} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3Line doesn't match: passed 1, should be 2: In scope SELECT h3Line([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT h3Line([]);) 2025.03.31 17:47:13.664136 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3Line doesn't match: passed 1, should be 2: In scope SELECT h3Line([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:13.680087 [ 3914 ] {08c64edf-5516-44e8-baf0-cb70c8ab832a} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3NumHexagons. Must be UInt8: In scope SELECT h3NumHexagons([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT h3NumHexagons([]);) 2025.03.31 17:47:13.683096 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3NumHexagons. Must be UInt8: In scope SELECT h3NumHexagons([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:13.698807 [ 3914 ] {d97efda8-00ed-4de7-9b1f-0ab0f3bdd52d} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3PointDistKm doesn't match: passed 1, should be 4: In scope SELECT h3PointDistKm([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT h3PointDistKm([]);) 2025.03.31 17:47:13.701484 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3PointDistKm doesn't match: passed 1, should be 4: In scope SELECT h3PointDistKm([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:13.717715 [ 3914 ] {ef2db2ff-5698-4e8b-9709-3f729ec42ed4} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3PointDistM doesn't match: passed 1, should be 4: In scope SELECT h3PointDistM([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT h3PointDistM([]);) 2025.03.31 17:47:13.720256 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3PointDistM doesn't match: passed 1, should be 4: In scope SELECT h3PointDistM([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:13.736779 [ 3914 ] {cdbaf3b5-9339-453b-8618-ccf001c2f9d8} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3PointDistRads doesn't match: passed 1, should be 4: In scope SELECT h3PointDistRads([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT h3PointDistRads([]);) 2025.03.31 17:47:13.739273 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3PointDistRads doesn't match: passed 1, should be 4: In scope SELECT h3PointDistRads([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:13.754396 [ 3914 ] {1d5af737-3a99-4472-9ab2-203dd5ec6046} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3ToCenterChild doesn't match: passed 1, should be 2: In scope SELECT h3ToCenterChild([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT h3ToCenterChild([]);) 2025.03.31 17:47:13.756411 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3ToCenterChild doesn't match: passed 1, should be 2: In scope SELECT h3ToCenterChild([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:13.773728 [ 3914 ] {d227b5cb-e8b5-4529-8f8b-feb10b40977f} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3ToChildren doesn't match: passed 1, should be 2: In scope SELECT h3ToChildren([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT h3ToChildren([]);) 2025.03.31 17:47:13.776582 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3ToChildren doesn't match: passed 1, should be 2: In scope SELECT h3ToChildren([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:13.794280 [ 3914 ] {197d8dd6-b0e5-4777-93fb-78c47a6b3f73} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3ToGeo. Must be UInt64: In scope SELECT h3ToGeo([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT h3ToGeo([]);) 2025.03.31 17:47:13.797270 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3ToGeo. Must be UInt64: In scope SELECT h3ToGeo([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:13.817977 [ 3914 ] {14f5554f-11c7-4722-906f-011a70e4b3e0} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3ToGeoBoundary. Must be UInt64: In scope SELECT h3ToGeoBoundary([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT h3ToGeoBoundary([]);) 2025.03.31 17:47:13.821003 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3ToGeoBoundary. Must be UInt64: In scope SELECT h3ToGeoBoundary([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:13.839750 [ 3914 ] {58e33e72-e6a8-4943-9305-d7a1ae60ef64} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3ToParent doesn't match: passed 1, should be 2: In scope SELECT h3ToParent([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT h3ToParent([]);) 2025.03.31 17:47:13.842744 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3ToParent doesn't match: passed 1, should be 2: In scope SELECT h3ToParent([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:13.843204 [ 1247 ] {989a2690-7d40-4ab7-9741-eae213d2141a} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id dc42323f-182d-4b0f-ad7f-26a77b17e9b7. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:13.860683 [ 3914 ] {2d25fb79-ecc3-49d5-bbed-dc0f5956de11} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3ToString. Must be UInt64: In scope SELECT h3ToString([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT h3ToString([]);) 2025.03.31 17:47:13.863191 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3ToString. Must be UInt64: In scope SELECT h3ToString([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:13.879779 [ 3914 ] {96ab05c5-8108-44a4-b854-aa5f2c8e802d} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3UnidirectionalEdgeIsValid. Must be UInt64: In scope SELECT h3UnidirectionalEdgeIsValid([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT h3UnidirectionalEdgeIsValid([]);) 2025.03.31 17:47:13.881903 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function h3UnidirectionalEdgeIsValid. Must be UInt64: In scope SELECT h3UnidirectionalEdgeIsValid([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:13.898029 [ 3914 ] {c9f88937-26aa-45fc-894b-bc1b67ef0d61} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3kRing doesn't match: passed 1, should be 2: In scope SELECT h3kRing([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT h3kRing([]);) 2025.03.31 17:47:13.900219 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3kRing doesn't match: passed 1, should be 2: In scope SELECT h3kRing([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:13.920440 [ 1050 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:13.920621 [ 1058 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:13.920873 [ 1050 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:13.921127 [ 1058 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:13.945783 [ 3178 ] {bed6041d-5350-4595-bf5b-55e40224dae4} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id b4cab2df-36eb-4e2a-a74f-c9e4a46b7ccc. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:13.950522 [ 3914 ] {b9d1ed1e-2438-4037-92d3-599bfb08a920} executeQuery: Code: 42. DB::Exception: Number of arguments for function has doesn't match: passed 1, should be 2: In scope SELECT has([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT has([]);) 2025.03.31 17:47:13.953396 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function has doesn't match: passed 1, should be 2: In scope SELECT has([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:13.958176 [ 1428 ] {fc26ca0c-1ee4-430f-be1d-35048cda02b6} executeQuery: Code: 36. DB::Exception: Column `name` should not contain '/'. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50896) (comment: 02311_system_zookeeper_insert.sql) (in query: insert into system.zookeeper (name, path, value) values ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/System/StorageSystemZooKeeper.cpp:146: DB::ZooKeeperSink::consume(DB::Chunk&) @ 0x0000000027cc270b 5. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:18: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x0000000040442f99 6. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 8. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 12. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 13. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 14. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 17:47:13.960967 [ 1428 ] {} TCPHandler: Code: 36. DB::Exception: Column `name` should not contain '/'. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/System/StorageSystemZooKeeper.cpp:146: DB::ZooKeeperSink::consume(DB::Chunk&) @ 0x0000000027cc270b 5. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:18: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x0000000040442f99 6. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 8. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 12. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 13. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 14. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 17:47:13.972272 [ 3914 ] {765dbd8a-7422-4214-becb-c5d06c5008b1} executeQuery: Code: 42. DB::Exception: Number of arguments for function hasAll doesn't match: passed 1, should be 2: In scope SELECT hasAll([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT hasAll([]);) 2025.03.31 17:47:13.974869 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function hasAll doesn't match: passed 1, should be 2: In scope SELECT hasAll([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:13.983904 [ 1428 ] {24170929-c7d2-426a-bdbe-c119f83d94d4} executeQuery: Code: 36. DB::Exception: Column `name` should not contain '/'. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50896) (comment: 02311_system_zookeeper_insert.sql) (in query: insert into system.zookeeper (name, path, value) values ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/System/StorageSystemZooKeeper.cpp:146: DB::ZooKeeperSink::consume(DB::Chunk&) @ 0x0000000027cc270b 5. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:18: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x0000000040442f99 6. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 8. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 12. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 13. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 14. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 17:47:13.986234 [ 1428 ] {} TCPHandler: Code: 36. DB::Exception: Column `name` should not contain '/'. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/System/StorageSystemZooKeeper.cpp:146: DB::ZooKeeperSink::consume(DB::Chunk&) @ 0x0000000027cc270b 5. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:18: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x0000000040442f99 6. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 8. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 12. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 13. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 14. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 17:47:13.991193 [ 3914 ] {01e69370-cf92-4baa-bacb-bdc278ffa820} executeQuery: Code: 42. DB::Exception: Number of arguments for function hasAny doesn't match: passed 1, should be 2: In scope SELECT hasAny([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT hasAny([]);) 2025.03.31 17:47:13.993763 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function hasAny doesn't match: passed 1, should be 2: In scope SELECT hasAny([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:14.007315 [ 1428 ] {8cc9b1a6-a1ae-485a-8e99-23619cdefcac} executeQuery: Code: 36. DB::Exception: Column `name` should not be empty. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50896) (comment: 02311_system_zookeeper_insert.sql) (in query: insert into system.zookeeper (name, path, value) values ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/System/StorageSystemZooKeeper.cpp:151: DB::ZooKeeperSink::consume(DB::Chunk&) @ 0x0000000027cc283d 5. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:18: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x0000000040442f99 6. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 8. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 12. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 13. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 14. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 17:47:14.008144 [ 3914 ] {48433463-c015-45a9-af54-bf81588b5b85} executeQuery: Code: 42. DB::Exception: Invalid number of arguments for function hasColumnInTable: In scope SELECT hasColumnInTable([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT hasColumnInTable([]);) 2025.03.31 17:47:14.009789 [ 1428 ] {} TCPHandler: Code: 36. DB::Exception: Column `name` should not be empty. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/System/StorageSystemZooKeeper.cpp:151: DB::ZooKeeperSink::consume(DB::Chunk&) @ 0x0000000027cc283d 5. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:18: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x0000000040442f99 6. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 8. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 12. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 13. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 14. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 17:47:14.010801 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Invalid number of arguments for function hasColumnInTable: In scope SELECT hasColumnInTable([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:14.029858 [ 3914 ] {50debf31-38ef-482b-a1f1-ee3208d9c1dd} executeQuery: Code: 42. DB::Exception: Number of arguments for function hasSubsequence doesn't match: passed 1, should be 2: In scope SELECT hasSubsequence([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT hasSubsequence([]);) 2025.03.31 17:47:14.033033 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function hasSubsequence doesn't match: passed 1, should be 2: In scope SELECT hasSubsequence([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:14.052771 [ 3914 ] {29a8fef0-08f1-4bc6-9cc8-71f6e1418322} executeQuery: Code: 42. DB::Exception: Number of arguments for function hasSubsequenceCaseInsensitive doesn't match: passed 1, should be 2: In scope SELECT hasSubsequenceCaseInsensitive([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT hasSubsequenceCaseInsensitive([]);) 2025.03.31 17:47:14.055874 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function hasSubsequenceCaseInsensitive doesn't match: passed 1, should be 2: In scope SELECT hasSubsequenceCaseInsensitive([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:14.062253 [ 1055 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:14.062284 [ 1053 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:14.062797 [ 1055 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:14.062856 [ 1053 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:14.074527 [ 3914 ] {b663f5e9-31c7-4ae4-90b6-14f07ee7ff9b} executeQuery: Code: 42. DB::Exception: Number of arguments for function hasSubsequenceCaseInsensitiveUTF8 doesn't match: passed 1, should be 2: In scope SELECT hasSubsequenceCaseInsensitiveUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT hasSubsequenceCaseInsensitiveUTF8([]);) 2025.03.31 17:47:14.077588 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function hasSubsequenceCaseInsensitiveUTF8 doesn't match: passed 1, should be 2: In scope SELECT hasSubsequenceCaseInsensitiveUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:14.097614 [ 3914 ] {49335bb9-902d-4f7e-8ae5-27cbe17099b8} executeQuery: Code: 42. DB::Exception: Number of arguments for function hasSubsequenceUTF8 doesn't match: passed 1, should be 2: In scope SELECT hasSubsequenceUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT hasSubsequenceUTF8([]);) 2025.03.31 17:47:14.100800 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function hasSubsequenceUTF8 doesn't match: passed 1, should be 2: In scope SELECT hasSubsequenceUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:14.118275 [ 3914 ] {ac60306e-e24e-4e2f-a5b4-13fda6adc6ab} executeQuery: Code: 42. DB::Exception: Number of arguments for function hasSubstr doesn't match: passed 1, should be 2: In scope SELECT hasSubstr([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT hasSubstr([]);) 2025.03.31 17:47:14.121267 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function hasSubstr doesn't match: passed 1, should be 2: In scope SELECT hasSubstr([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:14.136637 [ 3914 ] {d315db6c-758f-4472-8546-f39b5ae72509} executeQuery: Code: 42. DB::Exception: Number of arguments for function hasThreadFuzzer doesn't match: passed 1, should be 0: In scope SELECT hasThreadFuzzer([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT hasThreadFuzzer([]);) 2025.03.31 17:47:14.138981 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function hasThreadFuzzer doesn't match: passed 1, should be 0: In scope SELECT hasThreadFuzzer([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:14.155304 [ 3914 ] {51ca4024-0878-4829-a7dc-c0574f59e011} executeQuery: Code: 42. DB::Exception: Number of arguments for function hasToken doesn't match: passed 1, should be 2: In scope SELECT hasToken([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT hasToken([]);) 2025.03.31 17:47:14.157486 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function hasToken doesn't match: passed 1, should be 2: In scope SELECT hasToken([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:14.175466 [ 3914 ] {6f4abbe6-587a-45a9-8236-d4002d82dace} executeQuery: Code: 42. DB::Exception: Number of arguments for function hasTokenCaseInsensitive doesn't match: passed 1, should be 2: In scope SELECT hasTokenCaseInsensitive([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT hasTokenCaseInsensitive([]);) 2025.03.31 17:47:14.178051 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function hasTokenCaseInsensitive doesn't match: passed 1, should be 2: In scope SELECT hasTokenCaseInsensitive([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:14.195759 [ 3914 ] {d6c54e59-d9e4-4e94-be55-b14d9a602ae0} executeQuery: Code: 42. DB::Exception: Number of arguments for function hasTokenCaseInsensitiveOrNull doesn't match: passed 1, should be 2: In scope SELECT hasTokenCaseInsensitiveOrNull([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT hasTokenCaseInsensitiveOrNull([]);) 2025.03.31 17:47:14.198662 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function hasTokenCaseInsensitiveOrNull doesn't match: passed 1, should be 2: In scope SELECT hasTokenCaseInsensitiveOrNull([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:14.215486 [ 3914 ] {80402fa5-8be7-4044-b3b7-8b565a1dd150} executeQuery: Code: 42. DB::Exception: Number of arguments for function hasTokenOrNull doesn't match: passed 1, should be 2: In scope SELECT hasTokenOrNull([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT hasTokenOrNull([]);) 2025.03.31 17:47:14.218190 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function hasTokenOrNull doesn't match: passed 1, should be 2: In scope SELECT hasTokenOrNull([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:14.238244 [ 3914 ] {d3461d33-0690-4dda-991b-92e2bbdc46dc} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function hex: In scope SELECT hex([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT hex([]);) 2025.03.31 17:47:14.241686 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function hex: In scope SELECT hex([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:14.262799 [ 3914 ] {8af88b64-75de-4b32-96e1-44be345f610d} executeQuery: Code: 42. DB::Exception: Number of arguments for function hilbertDecode doesn't match: passed 1, should be 2: In scope SELECT hilbertDecode([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT hilbertDecode([]);) 2025.03.31 17:47:14.265664 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function hilbertDecode doesn't match: passed 1, should be 2: In scope SELECT hilbertDecode([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:14.284258 [ 3914 ] {d2762846-7d79-4ba8-81c2-37275b0eaa3a} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for function hilbertEncode, should be a native UInt: In scope SELECT hilbertEncode([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT hilbertEncode([]);) 2025.03.31 17:47:14.286678 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for function hilbertEncode, should be a native UInt: In scope SELECT hilbertEncode([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:14.301939 [ 3914 ] {8133d0fa-13d7-4b90-b5c3-8a656cdb53b9} executeQuery: Code: 42. DB::Exception: Function histogram requires single parameter: bins count. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT histogram([]);) 2025.03.31 17:47:14.303998 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function histogram requires single parameter: bins count. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:14.349798 [ 3914 ] {efdae5e3-fdb0-4efb-b897-e07ed2abe4f7} executeQuery: Code: 42. DB::Exception: Number of arguments for function hop doesn't match: passed 1, should be 3 or 4: In scope SELECT hop([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT hop([]);) 2025.03.31 17:47:14.352499 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function hop doesn't match: passed 1, should be 3 or 4: In scope SELECT hop([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:14.368644 [ 3914 ] {c5c54aeb-a513-4601-8d1c-24bfd8e99546} executeQuery: Code: 44. DB::Exception: Illegal type of first argument of function hopEnd should be DateTime, Tuple or UInt32: In scope SELECT hopEnd([]). (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT hopEnd([]);) 2025.03.31 17:47:14.371027 [ 3914 ] {} TCPHandler: Code: 44. DB::Exception: Illegal type of first argument of function hopEnd should be DateTime, Tuple or UInt32: In scope SELECT hopEnd([]). (ILLEGAL_COLUMN) 2025.03.31 17:47:14.387844 [ 3914 ] {786e6fac-2360-4725-92ef-0612900ca797} executeQuery: Code: 44. DB::Exception: Illegal type of first argument of function hopStart should be DateTime, Tuple or UInt32: In scope SELECT hopStart([]). (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT hopStart([]);) 2025.03.31 17:47:14.390632 [ 3914 ] {} TCPHandler: Code: 44. DB::Exception: Illegal type of first argument of function hopStart should be DateTime, Tuple or UInt32: In scope SELECT hopStart([]). (ILLEGAL_COLUMN) 2025.03.31 17:47:14.410088 [ 3914 ] {89199703-8715-4325-be25-01b941649883} executeQuery: Code: 42. DB::Exception: Number of arguments for function hostName doesn't match: passed 1, should be 0: In scope SELECT hostName([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT hostName([]);) 2025.03.31 17:47:14.413179 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function hostName doesn't match: passed 1, should be 0: In scope SELECT hostName([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:14.430991 [ 3914 ] {c209018d-c014-4e9c-94b8-97324d28a2ea} executeQuery: Code: 42. DB::Exception: Number of arguments for function hostName doesn't match: passed 1, should be 0: In scope SELECT hostname([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT hostname([]);) 2025.03.31 17:47:14.433863 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function hostName doesn't match: passed 1, should be 0: In scope SELECT hostname([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:14.450955 [ 3914 ] {4d557925-ade3-4c32-9495-17b46e80a525} executeQuery: Code: 42. DB::Exception: Number of arguments for function hypot doesn't match: passed 1, should be 2: In scope SELECT hypot([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT hypot([]);) 2025.03.31 17:47:14.453619 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function hypot doesn't match: passed 1, should be 2: In scope SELECT hypot([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:14.501872 [ 3914 ] {84c21a10-0859-43fb-b641-ca17783c9774} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function idnaDecode: In scope SELECT idnaDecode([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT idnaDecode([]);) 2025.03.31 17:47:14.504709 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function idnaDecode: In scope SELECT idnaDecode([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:14.508330 [ 1428 ] {19fade51-8a00-4582-94e4-0a60ca5c9a95} executeQuery: Code: 36. DB::Exception: Sum of `name` length and `path` length should not exceed PATH_MAX. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50896) (comment: 02311_system_zookeeper_insert.sql) (in query: insert into system.zookeeper (name, path, value) values ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/System/StorageSystemZooKeeper.cpp:161: DB::ZooKeeperSink::consume(DB::Chunk&) @ 0x0000000027cc249f 5. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:18: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x0000000040442f99 6. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 8. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 12. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 13. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 14. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 17:47:14.511078 [ 1428 ] {} TCPHandler: Code: 36. DB::Exception: Sum of `name` length and `path` length should not exceed PATH_MAX. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/System/StorageSystemZooKeeper.cpp:161: DB::ZooKeeperSink::consume(DB::Chunk&) @ 0x0000000027cc249f 5. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:18: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x0000000040442f99 6. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 8. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 12. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 13. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 14. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 17:47:14.520648 [ 3914 ] {fbed929b-c010-45a7-afe6-a91ac188b9b1} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function idnaEncode: In scope SELECT idnaEncode([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT idnaEncode([]);) 2025.03.31 17:47:14.523290 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function idnaEncode: In scope SELECT idnaEncode([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:14.544692 [ 3914 ] {51f78146-04c7-4060-9dcd-c647c0e6bf57} executeQuery: Code: 42. DB::Exception: Number of arguments for function if doesn't match: passed 1, should be 3: In scope SELECT if([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT if([]);) 2025.03.31 17:47:14.548050 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function if doesn't match: passed 1, should be 3: In scope SELECT if([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:14.566048 [ 3914 ] {82f721f1-9cd7-4448-9e6e-67e5d4f6cd7d} executeQuery: Code: 42. DB::Exception: Number of arguments for function ifNotFinite doesn't match: passed 1, should be 2: In scope SELECT ifNotFinite([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT ifNotFinite([]);) 2025.03.31 17:47:14.569561 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function ifNotFinite doesn't match: passed 1, should be 2: In scope SELECT ifNotFinite([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:14.587465 [ 3914 ] {80c4ad11-2b6d-4f1b-ae73-8d7b52997b3c} executeQuery: Code: 42. DB::Exception: Number of arguments for function ifNull doesn't match: passed 1, should be 2: In scope SELECT ifNull([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT ifNull([]);) 2025.03.31 17:47:14.590244 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function ifNull doesn't match: passed 1, should be 2: In scope SELECT ifNull([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:14.644880 [ 1051 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:14.645360 [ 1062 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:14.645380 [ 1051 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:14.645816 [ 1062 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:14.647288 [ 3914 ] {7039ee9d-845a-4a61-9713-5f8bc44749fb} executeQuery: Code: 42. DB::Exception: Number of arguments for function ilike doesn't match: passed 1, should be 2: In scope SELECT ilike([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT ilike([]);) 2025.03.31 17:47:14.650360 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function ilike doesn't match: passed 1, should be 2: In scope SELECT ilike([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:14.667890 [ 3914 ] {3db08c4c-7844-49ae-bbd5-37480d3169b3} executeQuery: Code: 42. DB::Exception: Function 'in' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT in([]);) 2025.03.31 17:47:14.671100 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function 'in' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:14.688081 [ 3914 ] {caed2d59-4971-4ed9-98c8-06d50dc0db95} executeQuery: Code: 42. DB::Exception: Function 'inIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT inIgnoreSet([]);) 2025.03.31 17:47:14.691427 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function 'inIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:14.730173 [ 1054 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:14.730277 [ 1049 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:14.730734 [ 1054 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:14.730757 [ 1049 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:14.753884 [ 3914 ] {edb8c91d-8b74-4fda-b3f8-1242c53e956a} executeQuery: Code: 42. DB::Exception: Number of arguments for function indexOf doesn't match: passed 1, should be 2: In scope SELECT indexOf([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT indexOf([]);) 2025.03.31 17:47:14.757112 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function indexOf doesn't match: passed 1, should be 2: In scope SELECT indexOf([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:14.757491 [ 3178 ] {5d47b8bf-9761-453b-9a48-28ca000190b3} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id ad90424d-c9fa-4099-961a-cf20f148367e. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:14.775225 [ 3914 ] {5e17f132-582a-4204-81c4-5ae141da7fa4} executeQuery: Code: 42. DB::Exception: Number of arguments for function indexOfAssumeSorted doesn't match: passed 1, should be 2: In scope SELECT indexOfAssumeSorted([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT indexOfAssumeSorted([]);) 2025.03.31 17:47:14.778346 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function indexOfAssumeSorted doesn't match: passed 1, should be 2: In scope SELECT indexOfAssumeSorted([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:14.795685 [ 3914 ] {5de61d94-7804-47bc-aef2-5113da82a207} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function initcap: In scope SELECT initcap([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT initcap([]);) 2025.03.31 17:47:14.798710 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function initcap: In scope SELECT initcap([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:14.815521 [ 3914 ] {141bfa10-502b-489f-9e1d-34d800728709} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function initcapUTF8: In scope SELECT initcapUTF8([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT initcapUTF8([]);) 2025.03.31 17:47:14.818554 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function initcapUTF8: In scope SELECT initcapUTF8([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:14.836103 [ 3914 ] {a4709b69-cbd5-470f-bf2f-4ee0dee6e3b5} executeQuery: Code: 42. DB::Exception: Number of arguments for function initialQueryID doesn't match: passed 1, should be 0: In scope SELECT initialQueryID([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT initialQueryID([]);) 2025.03.31 17:47:14.839297 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function initialQueryID doesn't match: passed 1, should be 0: In scope SELECT initialQueryID([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:14.855891 [ 3914 ] {097393fc-2214-4a71-947e-4537bd6f0ad9} executeQuery: Code: 42. DB::Exception: Number of arguments for function initialQueryID doesn't match: passed 1, should be 0: In scope SELECT initial_query_id([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT initial_query_id([]);) 2025.03.31 17:47:14.859201 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function initialQueryID doesn't match: passed 1, should be 0: In scope SELECT initial_query_id([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:14.876624 [ 3914 ] {20567271-91f8-4961-9cc4-d65178aa208e} executeQuery: Code: 42. DB::Exception: Number of arguments for function initializeAggregation doesn't match: passed 1, should be at least 2.: In scope SELECT initializeAggregation([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT initializeAggregation([]);) 2025.03.31 17:47:14.879682 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function initializeAggregation doesn't match: passed 1, should be at least 2.: In scope SELECT initializeAggregation([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:14.898266 [ 3914 ] {6ed0556c-983e-476e-bac2-ae84c8481f17} executeQuery: Code: 42. DB::Exception: Number of arguments for function positionCaseInsensitive doesn't match: passed 1, should be 2 or 3: In scope SELECT instr([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT instr([]);) 2025.03.31 17:47:14.901401 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function positionCaseInsensitive doesn't match: passed 1, should be 2 or 3: In scope SELECT instr([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:14.911870 [ 3179 ] {ed4e2212-382e-4fc3-8290-5fd1da234e3e} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 70344495-1c55-407c-8559-e20478ef300f. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:14.920230 [ 3914 ] {284aeb39-2a44-48bb-8a2d-0e4fecff988b} executeQuery: Code: 42. DB::Exception: Number of arguments for function intDiv doesn't match: passed 1, should be 2: In scope SELECT intDiv([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT intDiv([]);) 2025.03.31 17:47:14.923501 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function intDiv doesn't match: passed 1, should be 2: In scope SELECT intDiv([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:14.941867 [ 3914 ] {29471e01-83e1-4876-8adb-d3e60eea69aa} executeQuery: Code: 42. DB::Exception: Number of arguments for function intDivOrZero doesn't match: passed 1, should be 2: In scope SELECT intDivOrZero([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT intDivOrZero([]);) 2025.03.31 17:47:14.945033 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function intDivOrZero doesn't match: passed 1, should be 2: In scope SELECT intDivOrZero([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:14.963069 [ 3914 ] {2c5310a9-4bcf-4d29-8f7a-9b086eda50f4} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function intExp10: In scope SELECT intExp10([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT intExp10([]);) 2025.03.31 17:47:14.966161 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function intExp10: In scope SELECT intExp10([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:14.986302 [ 3914 ] {140bc9c2-755e-46cb-b49f-c94c747e262f} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function intExp2: In scope SELECT intExp2([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT intExp2([]);) 2025.03.31 17:47:14.989406 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function intExp2: In scope SELECT intExp2([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:15.008692 [ 3914 ] {a95e5214-b88e-441a-9ff8-042e5ed284a8} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function intHash32: In scope SELECT intHash32([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT intHash32([]);) 2025.03.31 17:47:15.011711 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function intHash32: In scope SELECT intHash32([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:15.031005 [ 3914 ] {7ad8b816-edc7-41df-9c09-5699aa4228c8} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function intHash64: In scope SELECT intHash64([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT intHash64([]);) 2025.03.31 17:47:15.034154 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function intHash64: In scope SELECT intHash64([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:15.052289 [ 3914 ] {c2de2a1b-1e86-4f49-9ca6-d37f62da13a3} executeQuery: Code: 42. DB::Exception: Aggregate function intervalLengthSum requires two timestamps argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT intervalLengthSum([]);) 2025.03.31 17:47:15.055398 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function intervalLengthSum requires two timestamps argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:15.110270 [ 3914 ] {4fb337f3-fb7c-4e38-a4ba-962c6ca1472c} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function isDecimalOverflow: In scope SELECT isDecimalOverflow([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT isDecimalOverflow([]);) 2025.03.31 17:47:15.113833 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function isDecimalOverflow: In scope SELECT isDecimalOverflow([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:15.133143 [ 3914 ] {0ee751d1-42e1-4d81-bceb-72f673fec2e8} executeQuery: Code: 43. DB::Exception: First argument for function isDynamicElementInSharedData must be Dynamic, got Array(Nothing) instead: In scope SELECT isDynamicElementInSharedData([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT isDynamicElementInSharedData([]);) 2025.03.31 17:47:15.136431 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function isDynamicElementInSharedData must be Dynamic, got Array(Nothing) instead: In scope SELECT isDynamicElementInSharedData([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:15.157614 [ 3914 ] {84c32526-b9dc-4a48-938f-d482c4881382} executeQuery: Code: 43. DB::Exception: Argument for function isFinite must be a number: In scope SELECT isFinite([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT isFinite([]);) 2025.03.31 17:47:15.161151 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Argument for function isFinite must be a number: In scope SELECT isFinite([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:15.181131 [ 3914 ] {8e7811e5-ec48-4626-bcb1-56e3652b5ca1} executeQuery: Code: 42. DB::Exception: Number of arguments for function isIPAddressInRange doesn't match: passed 1, should be 2: In scope SELECT isIPAddressInRange([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT isIPAddressInRange([]);) 2025.03.31 17:47:15.184712 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function isIPAddressInRange doesn't match: passed 1, should be 2: In scope SELECT isIPAddressInRange([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:15.207624 [ 3914 ] {a267d589-bdde-42fb-b1d1-16ce0ff76084} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function isIPv4String: In scope SELECT isIPv4String([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT isIPv4String([]);) 2025.03.31 17:47:15.210482 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function isIPv4String: In scope SELECT isIPv4String([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:15.230671 [ 3914 ] {45a7dcb7-d103-4074-a004-35ee439873f7} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function isIPv6String: In scope SELECT isIPv6String([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT isIPv6String([]);) 2025.03.31 17:47:15.233118 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function isIPv6String: In scope SELECT isIPv6String([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:15.255368 [ 3914 ] {549270a1-41c1-477d-8800-fb6c12b548f8} executeQuery: Code: 43. DB::Exception: Argument for function isInfinite must be a number: In scope SELECT isInfinite([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT isInfinite([]);) 2025.03.31 17:47:15.259039 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Argument for function isInfinite must be a number: In scope SELECT isInfinite([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:15.285750 [ 3914 ] {c6e90e35-afa5-4b56-9ac3-41b0082515d3} executeQuery: Code: 43. DB::Exception: Argument for function isNaN must be a number: In scope SELECT isNaN([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT isNaN([]);) 2025.03.31 17:47:15.289363 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Argument for function isNaN must be a number: In scope SELECT isNaN([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:15.313694 [ 3914 ] {068dbb90-f13f-4430-aa00-1aa4d9d8bbda} executeQuery: Code: 42. DB::Exception: Number of arguments for function isNotDistinctFrom doesn't match: passed 1, should be 2: In scope SELECT isNotDistinctFrom([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT isNotDistinctFrom([]);) 2025.03.31 17:47:15.316942 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function isNotDistinctFrom doesn't match: passed 1, should be 2: In scope SELECT isNotDistinctFrom([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:15.419638 [ 1059 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:15.419935 [ 1055 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:15.420137 [ 1059 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:15.420508 [ 1055 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:15.441573 [ 3914 ] {a39e7da1-b739-4ce8-a941-9bd54f9779f2} executeQuery: Code: 43. DB::Exception: The first argument of function isValidJSON should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT isValidJSON([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT isValidJSON([]);) 2025.03.31 17:47:15.444623 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The first argument of function isValidJSON should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT isValidJSON([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:15.464111 [ 3914 ] {1a5f6168-5213-48f7-8df5-09ec62ad2a57} executeQuery: Code: 43. DB::Exception: Cannot apply function isValidUTF8 to Array argument: In scope SELECT isValidUTF8([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT isValidUTF8([]);) 2025.03.31 17:47:15.467349 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Cannot apply function isValidUTF8 to Array argument: In scope SELECT isValidUTF8([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:15.486713 [ 3914 ] {aabea5ee-fc96-44bc-8c69-495873bcefbb} executeQuery: Code: 36. DB::Exception: The argument of function isZeroOrNull must have simple numeric type, possibly Nullable or Null: In scope SELECT isZeroOrNull([]). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT isZeroOrNull([]);) 2025.03.31 17:47:15.489941 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: The argument of function isZeroOrNull must have simple numeric type, possibly Nullable or Null: In scope SELECT isZeroOrNull([]). (BAD_ARGUMENTS) 2025.03.31 17:47:15.510657 [ 3914 ] {efb47983-dcb2-42b6-b507-33b9db50889b} executeQuery: Code: 42. DB::Exception: Number of arguments for function jaroSimilarity doesn't match: passed 1, should be 2: In scope SELECT jaroSimilarity([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT jaroSimilarity([]);) 2025.03.31 17:47:15.514130 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function jaroSimilarity doesn't match: passed 1, should be 2: In scope SELECT jaroSimilarity([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:15.532855 [ 3914 ] {60df28ff-c733-42a7-9c68-bb24cf52c715} executeQuery: Code: 42. DB::Exception: Number of arguments for function jaroWinklerSimilarity doesn't match: passed 1, should be 2: In scope SELECT jaroWinklerSimilarity([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT jaroWinklerSimilarity([]);) 2025.03.31 17:47:15.536088 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function jaroWinklerSimilarity doesn't match: passed 1, should be 2: In scope SELECT jaroWinklerSimilarity([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:15.565269 [ 1254 ] {2dedb856-33c4-4131-b245-e4d900ebdf81} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id f70af98e-de2e-4639-ae4c-bc6ac15eb67a. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:15.585798 [ 1048 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:15.585798 [ 1056 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:15.586260 [ 1048 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:15.586314 [ 1056 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:15.630842 [ 3914 ] {7ff1ec6a-ea52-4cbc-918c-f07a1b4501ed} executeQuery: Code: 42. DB::Exception: Number of arguments for function 'joinGet' doesn't match: passed 1, should be greater or equal to 3: In scope SELECT joinGet([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT joinGet([]);) 2025.03.31 17:47:15.634451 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function 'joinGet' doesn't match: passed 1, should be greater or equal to 3: In scope SELECT joinGet([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:15.652296 [ 3914 ] {bdd555d4-82b7-4c23-b4b4-60d11ada07f7} executeQuery: Code: 42. DB::Exception: Number of arguments for function 'joinGetOrNull' doesn't match: passed 1, should be greater or equal to 3: In scope SELECT joinGetOrNull([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT joinGetOrNull([]);) 2025.03.31 17:47:15.655681 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function 'joinGetOrNull' doesn't match: passed 1, should be greater or equal to 3: In scope SELECT joinGetOrNull([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:15.673558 [ 3914 ] {c2200645-6e94-42ff-9cde-a8cbbda3d868} executeQuery: Code: 43. DB::Exception: Function JSONMergePatch requires string arguments: In scope SELECT jsonMergePatch([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT jsonMergePatch([]);) 2025.03.31 17:47:15.676523 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Function JSONMergePatch requires string arguments: In scope SELECT jsonMergePatch([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:15.696599 [ 3914 ] {51dc3084-d393-4485-99a9-1c527819116e} executeQuery: Code: 42. DB::Exception: Number of arguments for function jumpConsistentHash doesn't match: passed 1, should be 2: In scope SELECT jumpConsistentHash([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT jumpConsistentHash([]);) 2025.03.31 17:47:15.699858 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function jumpConsistentHash doesn't match: passed 1, should be 2: In scope SELECT jumpConsistentHash([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:15.740579 [ 1054 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:15.740791 [ 1050 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:15.741159 [ 1054 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:15.741239 [ 1050 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:15.758476 [ 3655 ] {c43dd098-77a0-460d-9dd8-ba69779363dd} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 5bb0c01d-0074-4fd9-b082-6df11748765e. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:15.767122 [ 3914 ] {17670d3d-dd4f-415e-a2ae-4e27ceb206ea} executeQuery: Code: 42. DB::Exception: Aggregate function kolmogorovSmirnovTest requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT kolmogorovSmirnovTest([]);) 2025.03.31 17:47:15.770434 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function kolmogorovSmirnovTest requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:15.794864 [ 3914 ] {fdc7b125-83df-4d73-9348-06c5dabdb9c7} executeQuery: Code: 42. DB::Exception: Number of arguments for function kostikConsistentHash doesn't match: passed 1, should be 2: In scope SELECT kostikConsistentHash([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT kostikConsistentHash([]);) 2025.03.31 17:47:15.797560 [ 1051 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:15.798121 [ 1051 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:15.798354 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function kostikConsistentHash doesn't match: passed 1, should be 2: In scope SELECT kostikConsistentHash([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:15.808195 [ 1059 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:15.809107 [ 1059 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:15.904892 [ 3914 ] {9d218465-ef0e-43d4-9d3a-4f4505f5738f} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function kurtPop. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT kurtPop([]);) 2025.03.31 17:47:15.908044 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function kurtPop. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:15.927319 [ 3914 ] {6078c339-986b-47d1-9481-c990079ed822} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function kurtSamp. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT kurtSamp([]);) 2025.03.31 17:47:15.930528 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function kurtSamp. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:15.965213 [ 3914 ] {c80c31aa-7c1f-4234-805b-c21580e020ef} executeQuery: Code: 36. DB::Exception: The function 'lagInFrame' can only be used as a window function, not as an aggregate function: While executing AggregatingTransform. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT lagInFrame([]);) 2025.03.31 17:47:15.969797 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: The function 'lagInFrame' can only be used as a window function, not as an aggregate function: While executing AggregatingTransform. (BAD_ARGUMENTS) 2025.03.31 17:47:15.987643 [ 3914 ] {0d81063e-77ca-472c-8fca-75c5a89784e8} executeQuery: Code: 42. DB::Exception: Aggregate function largestTriangleThreeBuckets requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT largestTriangleThreeBuckets([]);) 2025.03.31 17:47:15.990313 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function largestTriangleThreeBuckets requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:16.131530 [ 3914 ] {f91fceca-fe00-475d-b76f-6b5ebdbd53f1} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function lower: In scope SELECT lcase([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT lcase([]);) 2025.03.31 17:47:16.135124 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function lower: In scope SELECT lcase([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:16.155159 [ 3914 ] {a6c60c23-ae18-471f-9de7-d6a7579ec359} executeQuery: Code: 42. DB::Exception: Number of arguments for function lcm doesn't match: passed 1, should be 2: In scope SELECT lcm([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT lcm([]);) 2025.03.31 17:47:16.158337 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function lcm doesn't match: passed 1, should be 2: In scope SELECT lcm([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:16.191606 [ 3914 ] {8a1ebeca-94be-4873-beaa-0d5411ab5afd} executeQuery: Code: 36. DB::Exception: The function 'leadInFrame' can only be used as a window function, not as an aggregate function: While executing AggregatingTransform. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT leadInFrame([]);) 2025.03.31 17:47:16.195780 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: The function 'leadInFrame' can only be used as a window function, not as an aggregate function: While executing AggregatingTransform. (BAD_ARGUMENTS) 2025.03.31 17:47:16.267131 [ 3914 ] {d96aff78-fb14-4089-9d24-7fd190fa9dad} executeQuery: Code: 42. DB::Exception: Number of arguments for function left doesn't match: passed 1, should be 2: In scope SELECT left([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT left([]);) 2025.03.31 17:47:16.270327 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function left doesn't match: passed 1, should be 2: In scope SELECT left([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:16.287992 [ 3914 ] {f931ba19-93e7-4fed-a972-f5fe349f66fa} executeQuery: Code: 42. DB::Exception: Number of arguments for function leftPad doesn't match: passed 1, should be 2 or 3: In scope SELECT leftPad([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT leftPad([]);) 2025.03.31 17:47:16.291267 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function leftPad doesn't match: passed 1, should be 2 or 3: In scope SELECT leftPad([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:16.308170 [ 3914 ] {2362e20a-748e-43d5-89a2-e3c0eeee0e64} executeQuery: Code: 42. DB::Exception: Number of arguments for function leftPadUTF8 doesn't match: passed 1, should be 2 or 3: In scope SELECT leftPadUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT leftPadUTF8([]);) 2025.03.31 17:47:16.311241 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function leftPadUTF8 doesn't match: passed 1, should be 2 or 3: In scope SELECT leftPadUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:16.329906 [ 3914 ] {84a295d2-5860-4e2b-9eb5-916f2ecd844b} executeQuery: Code: 42. DB::Exception: Number of arguments for function leftUTF8 doesn't match: passed 1, should be 2: In scope SELECT leftUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT leftUTF8([]);) 2025.03.31 17:47:16.333340 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function leftUTF8 doesn't match: passed 1, should be 2: In scope SELECT leftUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:16.355232 [ 3914 ] {f5d73a33-2849-44bc-9c7b-62d983bd6ba9} executeQuery: Code: 344. DB::Exception: Natural language processing function 'lemmatize' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT lemmatize([]);) 2025.03.31 17:47:16.358966 [ 3914 ] {} TCPHandler: Code: 344. DB::Exception: Natural language processing function 'lemmatize' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) 2025.03.31 17:47:16.417762 [ 3914 ] {b35f9c7f-e577-4338-8c52-811b749cc591} executeQuery: Code: 43. DB::Exception: Cannot apply function lengthUTF8 to Array argument: In scope SELECT lengthUTF8([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT lengthUTF8([]);) 2025.03.31 17:47:16.420954 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Cannot apply function lengthUTF8 to Array argument: In scope SELECT lengthUTF8([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:16.438447 [ 3914 ] {a49cbaec-6385-4592-9b7d-716cc6fe00d0} executeQuery: Code: 42. DB::Exception: Number of arguments for function less doesn't match: passed 1, should be 2: In scope SELECT less([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT less([]);) 2025.03.31 17:47:16.441551 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function less doesn't match: passed 1, should be 2: In scope SELECT less([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:16.460020 [ 3914 ] {852e19d0-50b7-413f-b09c-8ed651e53b9f} executeQuery: Code: 42. DB::Exception: Number of arguments for function lessOrEquals doesn't match: passed 1, should be 2: In scope SELECT lessOrEquals([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT lessOrEquals([]);) 2025.03.31 17:47:16.463342 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function lessOrEquals doesn't match: passed 1, should be 2: In scope SELECT lessOrEquals([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:16.469375 [ 1051 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:16.469921 [ 1051 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:16.478416 [ 1053 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:16.479033 [ 1053 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:16.481852 [ 3914 ] {25040994-d225-4a43-8e3e-35b143623731} executeQuery: Code: 42. DB::Exception: Number of arguments for function editDistance doesn't match: passed 1, should be 2: In scope SELECT levenshteinDistance([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT levenshteinDistance([]);) 2025.03.31 17:47:16.485219 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function editDistance doesn't match: passed 1, should be 2: In scope SELECT levenshteinDistance([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:16.503251 [ 3914 ] {aacc4b36-66d0-4829-932f-3a3b49af3816} executeQuery: Code: 42. DB::Exception: Number of arguments for function editDistanceUTF8 doesn't match: passed 1, should be 2: In scope SELECT levenshteinDistanceUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT levenshteinDistanceUTF8([]);) 2025.03.31 17:47:16.506592 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function editDistanceUTF8 doesn't match: passed 1, should be 2: In scope SELECT levenshteinDistanceUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:16.524319 [ 3914 ] {bba3535e-cba6-4054-a0f7-e4119d2b7d6f} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function lgamma: In scope SELECT lgamma([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT lgamma([]);) 2025.03.31 17:47:16.527669 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function lgamma: In scope SELECT lgamma([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:16.547148 [ 3914 ] {686e6296-6e70-4d3c-b22c-c45cc3e7c532} executeQuery: Code: 42. DB::Exception: Number of arguments for function like doesn't match: passed 1, should be 2: In scope SELECT like([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT like([]);) 2025.03.31 17:47:16.550449 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function like doesn't match: passed 1, should be 2: In scope SELECT like([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:16.569162 [ 3914 ] {bd073d86-dc24-46f6-ac61-090b8b21cf75} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function log: In scope SELECT ln([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT ln([]);) 2025.03.31 17:47:16.572278 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function log: In scope SELECT ln([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:16.589831 [ 3914 ] {5238cb92-2528-4124-be27-ca3d52067f9e} executeQuery: Code: 42. DB::Exception: Number of arguments for function locate doesn't match: passed 1, should be 2 or 3: In scope SELECT locate([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT locate([]);) 2025.03.31 17:47:16.592934 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function locate doesn't match: passed 1, should be 2 or 3: In scope SELECT locate([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:16.611624 [ 3914 ] {9c4f9433-d918-4759-b649-a3bbfcdef08c} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function log: In scope SELECT log([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT log([]);) 2025.03.31 17:47:16.614766 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function log: In scope SELECT log([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:16.616926 [ 1057 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:16.617132 [ 1056 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:16.617392 [ 1057 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:16.617591 [ 1056 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:16.633280 [ 3914 ] {a2311e4c-b819-4bf0-99c5-75495ca618a1} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function log10: In scope SELECT log10([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT log10([]);) 2025.03.31 17:47:16.636998 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function log10: In scope SELECT log10([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:16.662077 [ 3914 ] {994f439c-0dcf-4dad-b12a-186dd9ba389b} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function log1p: In scope SELECT log1p([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT log1p([]);) 2025.03.31 17:47:16.666779 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function log1p: In scope SELECT log1p([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:16.687064 [ 3914 ] {b6420436-8e2b-426c-ae2b-1885307fe6cd} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function log2: In scope SELECT log2([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT log2([]);) 2025.03.31 17:47:16.690307 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function log2: In scope SELECT log2([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:16.713110 [ 3914 ] {98fad3f4-0422-487c-8dc2-f52cd63aaceb} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function logTrace: In scope SELECT logTrace([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT logTrace([]);) 2025.03.31 17:47:16.717765 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function logTrace: In scope SELECT logTrace([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:16.736645 [ 3914 ] {6f6edd65-e599-4800-ad41-506212b3dc91} executeQuery: Code: 43. DB::Exception: First first argument of function lowCardinalityIndexes must be ColumnLowCardinality, but got Array(Nothing): In scope SELECT lowCardinalityIndices([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT lowCardinalityIndices([]);) 2025.03.31 17:47:16.740149 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First first argument of function lowCardinalityIndexes must be ColumnLowCardinality, but got Array(Nothing): In scope SELECT lowCardinalityIndices([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:16.763138 [ 3914 ] {7288b644-88b6-4dbf-9e4b-0dc44f5d8ce5} executeQuery: Code: 43. DB::Exception: First first argument of function lowCardinalityKeys must be ColumnLowCardinality, but got Array(Nothing): In scope SELECT lowCardinalityKeys([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT lowCardinalityKeys([]);) 2025.03.31 17:47:16.767625 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First first argument of function lowCardinalityKeys must be ColumnLowCardinality, but got Array(Nothing): In scope SELECT lowCardinalityKeys([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:16.787719 [ 3914 ] {904ae3d5-8f32-400c-8b1b-95552dce3608} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function lower: In scope SELECT lower([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT lower([]);) 2025.03.31 17:47:16.790554 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function lower: In scope SELECT lower([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:16.809615 [ 3914 ] {503816e8-7af8-4752-93ec-0bf693e02af9} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function lowerUTF8: In scope SELECT lowerUTF8([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT lowerUTF8([]);) 2025.03.31 17:47:16.811623 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function lowerUTF8: In scope SELECT lowerUTF8([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:16.831590 [ 3914 ] {36e0050b-bdc8-4512-801f-e3011b801fd8} executeQuery: Code: 42. DB::Exception: Number of arguments for function leftPad doesn't match: passed 1, should be 2 or 3: In scope SELECT lpad([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT lpad([]);) 2025.03.31 17:47:16.834744 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function leftPad doesn't match: passed 1, should be 2 or 3: In scope SELECT lpad([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:16.852286 [ 3914 ] {6229b280-37d4-4c3b-940b-ffe875db8d4c} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function trimLeft: In scope SELECT trimLeft([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT ltrim([]);) 2025.03.31 17:47:16.855689 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function trimLeft: In scope SELECT trimLeft([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:16.872731 [ 3914 ] {d678cdda-18a1-40e9-aaf8-0a3f37369e08} executeQuery: Code: 42. DB::Exception: Aggregate function largestTriangleThreeBuckets requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT lttb([]);) 2025.03.31 17:47:16.875881 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function largestTriangleThreeBuckets requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:16.894341 [ 3914 ] {d854d2b9-4422-43e0-a8a4-7e9bfa2cc4ce} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'makeDate'. Expected 2 arguments, got 1 argument: In scope SELECT makeDate([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT makeDate([]);) 2025.03.31 17:47:16.897519 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'makeDate'. Expected 2 arguments, got 1 argument: In scope SELECT makeDate([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:16.915604 [ 3914 ] {509b3351-c36a-4a9d-a92b-3f287951c094} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'makeDate32'. Expected 2 arguments, got 1 argument: In scope SELECT makeDate32([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT makeDate32([]);) 2025.03.31 17:47:16.918670 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'makeDate32'. Expected 2 arguments, got 1 argument: In scope SELECT makeDate32([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:16.936715 [ 3914 ] {6fe17555-ee29-48ec-b3bb-4c865feac1ec} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'makeDateTime'. Expected 6 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT makeDateTime([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT makeDateTime([]);) 2025.03.31 17:47:16.939971 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'makeDateTime'. Expected 6 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT makeDateTime([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:16.958072 [ 3914 ] {fac766ab-12fb-43ab-8c19-ca615ca946ce} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'makeDateTime64'. Expected 6 mandatory arguments and 3 optional arguments, got 1 argument: In scope SELECT makeDateTime64([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT makeDateTime64([]);) 2025.03.31 17:47:16.961307 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'makeDateTime64'. Expected 6 mandatory arguments and 3 optional arguments, got 1 argument: In scope SELECT makeDateTime64([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:16.981554 [ 3914 ] {d95d424c-8c09-4174-987f-1571df4f2767} executeQuery: Code: 42. DB::Exception: Aggregate function mannWhitneyUTest requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT mannWhitneyUTest([]);) 2025.03.31 17:47:16.984987 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function mannWhitneyUTest requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:17.001480 [ 3914 ] {b99a003f-92ef-4555-9cd8-9a7905b83001} executeQuery: Code: 42. DB::Exception: Function map requires even number of arguments, but 1 given: In scope SELECT map([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT map([]);) 2025.03.31 17:47:17.003748 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function map requires even number of arguments, but 1 given: In scope SELECT map([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:17.022358 [ 3914 ] {3d0d07de-1e8f-4cd5-b10c-f906d9604c92} executeQuery: Code: 42. DB::Exception: mapAdd accepts at least two maps or map tuples: In scope SELECT mapAdd([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT mapAdd([]);) 2025.03.31 17:47:17.025414 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: mapAdd accepts at least two maps or map tuples: In scope SELECT mapAdd([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:17.026355 [ 1061 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:17.026804 [ 1061 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:17.036211 [ 1054 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:17.036912 [ 1054 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:17.045020 [ 3914 ] {5a4db8af-ba27-4781-b9d4-2c0f64a9ef80} executeQuery: Code: 43. DB::Exception: Function mapAll requires at least one argument of type Map: In scope SELECT mapAll([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT mapAll([]);) 2025.03.31 17:47:17.048531 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Function mapAll requires at least one argument of type Map: In scope SELECT mapAll([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:17.067666 [ 3914 ] {8957dc0d-3e04-418a-90fe-5f0ed7bd7156} executeQuery: Code: 43. DB::Exception: Function mapApply requires at least one argument of type Map: In scope SELECT mapApply([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT mapApply([]);) 2025.03.31 17:47:17.070990 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Function mapApply requires at least one argument of type Map: In scope SELECT mapApply([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:17.089215 [ 3914 ] {1fa6e05d-fb7b-4643-b900-ba2263b434dc} executeQuery: Code: 43. DB::Exception: Function mapConcat requires at least one argument of type Map: In scope SELECT mapConcat([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT mapConcat([]);) 2025.03.31 17:47:17.092320 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Function mapConcat requires at least one argument of type Map: In scope SELECT mapConcat([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:17.111321 [ 3914 ] {eb74b9e4-df64-4dbf-9950-3feaff5ad1f6} executeQuery: Code: 42. DB::Exception: Number of arguments for function mapContains doesn't match: passed 1, should be 2: In scope SELECT mapContains([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT mapContains([]);) 2025.03.31 17:47:17.114633 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function mapContains doesn't match: passed 1, should be 2: In scope SELECT mapContains([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:17.134570 [ 3914 ] {505e2011-9de0-4cc8-b56a-05a050462009} executeQuery: Code: 42. DB::Exception: Number of arguments for function mapContainsKeyLike doesn't match: passed 1, should be 2: In scope SELECT mapContainsKeyLike([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT mapContainsKeyLike([]);) 2025.03.31 17:47:17.137966 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function mapContainsKeyLike doesn't match: passed 1, should be 2: In scope SELECT mapContainsKeyLike([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:17.158074 [ 3914 ] {e35e6d68-7a0b-4f66-9b32-d635ae674d56} executeQuery: Code: 43. DB::Exception: Function mapExists requires at least one argument of type Map: In scope SELECT mapExists([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT mapExists([]);) 2025.03.31 17:47:17.159799 [ 3179 ] {f11f3bc3-fe97-4235-9fe9-2a2eb70414a8} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id e18045c9-4b18-4c2e-9f14-7a11f48b963d. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:17.161896 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Function mapExists requires at least one argument of type Map: In scope SELECT mapExists([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:17.180958 [ 3914 ] {cea51db2-c18f-4d0c-bd4d-86a949bcee6b} executeQuery: Code: 42. DB::Exception: Number of arguments for function mapExtractKeyLike doesn't match: passed 1, should be 2: In scope SELECT mapExtractKeyLike([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT mapExtractKeyLike([]);) 2025.03.31 17:47:17.186378 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function mapExtractKeyLike doesn't match: passed 1, should be 2: In scope SELECT mapExtractKeyLike([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:17.201826 [ 3914 ] {e1992025-771d-4b4d-95f5-f69c78d60f53} executeQuery: Code: 43. DB::Exception: Function mapFilter requires at least one argument of type Map: In scope SELECT mapFilter([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT mapFilter([]);) 2025.03.31 17:47:17.205128 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Function mapFilter requires at least one argument of type Map: In scope SELECT mapFilter([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:17.222243 [ 3914 ] {60d1a6b4-91dc-4813-9c6f-3b9c5c6c8cd8} executeQuery: Code: 42. DB::Exception: Number of arguments for function mapFromArrays doesn't match: passed 1, should be 2: In scope SELECT mapFromArrays([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT mapFromArrays([]);) 2025.03.31 17:47:17.225423 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function mapFromArrays doesn't match: passed 1, should be 2: In scope SELECT mapFromArrays([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:17.243803 [ 3914 ] {fc9bde41-b8bf-48eb-967e-d2a8ef33966f} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument data_column. Must be String.: In scope SELECT mapFromString([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT mapFromString([]);) 2025.03.31 17:47:17.247007 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument data_column. Must be String.: In scope SELECT mapFromString([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:17.253368 [ 3178 ] {84641579-7556-4317-9c6f-03272671e9ca} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 07ec2416-182f-438e-8d6c-bcc0027790b2. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:17.267716 [ 3914 ] {4b196ae9-4a9a-48f5-8f00-8a4e9e49055f} executeQuery: Code: 43. DB::Exception: Function mapKeys requires at least one argument of type Map: In scope SELECT mapKeys([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT mapKeys([]);) 2025.03.31 17:47:17.271066 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Function mapKeys requires at least one argument of type Map: In scope SELECT mapKeys([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:17.289139 [ 3914 ] {d9540ada-7f02-4529-a071-69fc16bf4b9e} executeQuery: Code: 43. DB::Exception: Function mapPartialReverseSort requires at least one argument of type Map: In scope SELECT mapPartialReverseSort([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT mapPartialReverseSort([]);) 2025.03.31 17:47:17.292242 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Function mapPartialReverseSort requires at least one argument of type Map: In scope SELECT mapPartialReverseSort([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:17.310694 [ 3914 ] {81e1239c-ec5d-4d8a-b059-c0fa0fa787d9} executeQuery: Code: 43. DB::Exception: Function mapPartialSort requires at least one argument of type Map: In scope SELECT mapPartialSort([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT mapPartialSort([]);) 2025.03.31 17:47:17.313681 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Function mapPartialSort requires at least one argument of type Map: In scope SELECT mapPartialSort([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:17.332095 [ 3914 ] {ddaeadef-2d72-4df1-9b21-e0edfc761da7} executeQuery: Code: 36. DB::Exception: Function mapPopulateSeries if array argument is passed as key, additional array argument as value must be passed: In scope SELECT mapPopulateSeries([]). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT mapPopulateSeries([]);) 2025.03.31 17:47:17.335172 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: Function mapPopulateSeries if array argument is passed as key, additional array argument as value must be passed: In scope SELECT mapPopulateSeries([]). (BAD_ARGUMENTS) 2025.03.31 17:47:17.352473 [ 3914 ] {917f12d7-30f6-41c5-8853-dd1af26616a8} executeQuery: Code: 43. DB::Exception: Function mapReverseSort requires at least one argument of type Map: In scope SELECT mapReverseSort([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT mapReverseSort([]);) 2025.03.31 17:47:17.355499 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Function mapReverseSort requires at least one argument of type Map: In scope SELECT mapReverseSort([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:17.374788 [ 3914 ] {fb495ded-3798-4de7-90c0-0704fc14e821} executeQuery: Code: 43. DB::Exception: Function mapSort requires at least one argument of type Map: In scope SELECT mapSort([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT mapSort([]);) 2025.03.31 17:47:17.378228 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Function mapSort requires at least one argument of type Map: In scope SELECT mapSort([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:17.396004 [ 3914 ] {d05b36fb-433d-4f7e-9377-9349308bdbc4} executeQuery: Code: 42. DB::Exception: mapSubtract accepts at least two maps or map tuples: In scope SELECT mapSubtract([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT mapSubtract([]);) 2025.03.31 17:47:17.399191 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: mapSubtract accepts at least two maps or map tuples: In scope SELECT mapSubtract([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:17.415956 [ 3914 ] {8e3d3ab0-3c45-4b4d-8fbb-9650a9a23261} executeQuery: Code: 42. DB::Exception: Number of arguments for function mapUpdate doesn't match: passed 1, should be 2: In scope SELECT mapUpdate([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT mapUpdate([]);) 2025.03.31 17:47:17.419344 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function mapUpdate doesn't match: passed 1, should be 2: In scope SELECT mapUpdate([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:17.438606 [ 3914 ] {956e16b4-47c7-4364-95c9-640855552f21} executeQuery: Code: 43. DB::Exception: Function mapValues requires at least one argument of type Map: In scope SELECT mapValues([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT mapValues([]);) 2025.03.31 17:47:17.441871 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Function mapValues requires at least one argument of type Map: In scope SELECT mapValues([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:17.461254 [ 3914 ] {afab75f6-c401-43ac-86d1-242423abdd3e} executeQuery: Code: 42. DB::Exception: Number of arguments for function match doesn't match: passed 1, should be 2: In scope SELECT match([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT match([]);) 2025.03.31 17:47:17.464740 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function match doesn't match: passed 1, should be 2: In scope SELECT match([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:17.517855 [ 1049 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:17.518332 [ 1049 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:17.518578 [ 1052 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:17.518974 [ 1052 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:17.522136 [ 3914 ] {c75e5bfe-6a98-43b3-a746-71ff9883a448} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of aggregate function max because the values of that data type are not comparable. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT max([]);) 2025.03.31 17:47:17.525263 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of aggregate function max because the values of that data type are not comparable. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:17.545910 [ 3914 ] {4c8bf31c-0166-4cbf-aeb6-3583daf5e92a} executeQuery: Code: 42. DB::Exception: Number of arguments for function max2 doesn't match: passed 1, should be 2: In scope SELECT max2([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT max2([]);) 2025.03.31 17:47:17.549297 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function max2 doesn't match: passed 1, should be 2: In scope SELECT max2([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:17.563426 [ 1060 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:17.563492 [ 1059 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:17.564160 [ 1059 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:17.564224 [ 1060 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:17.569254 [ 3914 ] {7190153c-71bf-4162-afdc-4932a90b3d3a} executeQuery: Code: 42. DB::Exception: Aggregate function maxIntersections requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT maxIntersections([]);) 2025.03.31 17:47:17.572731 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function maxIntersections requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:17.591741 [ 3914 ] {3ba32454-8e18-41ba-859c-df92fe9d341f} executeQuery: Code: 42. DB::Exception: Aggregate function maxIntersectionsPosition requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT maxIntersectionsPosition([]);) 2025.03.31 17:47:17.595079 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function maxIntersectionsPosition requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:17.614713 [ 3914 ] {a7ed22a9-4d98-4423-8481-46372ca8647b} executeQuery: Code: 43. DB::Exception: When function maxMappedArrays gets one argument it must be a tuple. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT maxMappedArrays([]);) 2025.03.31 17:47:17.617899 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: When function maxMappedArrays gets one argument it must be a tuple. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:17.639760 [ 3914 ] {ab35d390-4753-435b-a2bc-aeddbdddc7bb} executeQuery: Code: 42. DB::Exception: Aggregate function meanZTest requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT meanZTest([]);) 2025.03.31 17:47:17.643134 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function meanZTest requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:17.666488 [ 3914 ] {d011b1ff-0023-4cb7-be87-5d7a65301cdf} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantile. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT median([]);) 2025.03.31 17:47:17.669829 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantile. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:17.692585 [ 3914 ] {f13c99cd-137f-41e6-9cd4-e2d345e5e06d} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileBFloat16. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT medianBFloat16([]);) 2025.03.31 17:47:17.695894 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileBFloat16. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:17.719837 [ 3914 ] {bc3d1ddf-7ef1-4c4f-907d-0270aca6d358} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileBFloat16Weighted. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT medianBFloat16Weighted([]);) 2025.03.31 17:47:17.723513 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileBFloat16Weighted. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:17.741219 [ 3914 ] {7dffd26f-3668-4a1b-a350-40229c07e9b6} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileDD. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT medianDD([]);) 2025.03.31 17:47:17.744678 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileDD. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:17.762610 [ 3914 ] {f1da439f-fbee-4c1f-92e0-9ef91cf7191f} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileDeterministic. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT medianDeterministic([]);) 2025.03.31 17:47:17.765612 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileDeterministic. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:17.782688 [ 3914 ] {72003768-d339-4084-8f5e-1ea9d601509a} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileExact. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT medianExact([]);) 2025.03.31 17:47:17.785519 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileExact. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:17.801700 [ 3914 ] {9d64fb47-7730-4c65-b5a1-76701f2d6530} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileExactHigh. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT medianExactHigh([]);) 2025.03.31 17:47:17.804393 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileExactHigh. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:17.823491 [ 3914 ] {7764910d-43b1-483e-9584-2514cffedc35} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileExactLow. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT medianExactLow([]);) 2025.03.31 17:47:17.827816 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileExactLow. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:17.843438 [ 3914 ] {414a14fd-6f5a-46a9-975c-916f5434b01a} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileExactWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT medianExactWeighted([]);) 2025.03.31 17:47:17.846569 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileExactWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:17.866785 [ 3914 ] {e5be629b-c1ca-43c7-b3cc-41f96d0294e0} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileExactWeightedInterpolated. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT medianExactWeightedInterpolated([]);) 2025.03.31 17:47:17.869984 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileExactWeightedInterpolated. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:17.893758 [ 3914 ] {6ef49fcf-76f2-4a5b-bd57-302cb3dec2b9} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileGK. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT medianGK([]);) 2025.03.31 17:47:17.897011 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileGK. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:17.918011 [ 3914 ] {093dc3f8-3df3-4fc0-bf59-cec9662928f0} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileInterpolatedWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT medianInterpolatedWeighted([]);) 2025.03.31 17:47:17.920753 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileInterpolatedWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:17.941980 [ 3914 ] {c39ac00b-4cd4-45f6-911e-2da8030f0860} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileTDigest. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT medianTDigest([]);) 2025.03.31 17:47:17.945496 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileTDigest. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:17.962802 [ 3914 ] {1799f438-824a-4aa9-8ffe-6c31b19633e9} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileTDigestWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT medianTDigestWeighted([]);) 2025.03.31 17:47:17.964869 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileTDigestWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:17.978506 [ 3914 ] {a45484f0-45c7-404e-bbd9-8ceec59b082b} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileTiming. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT medianTiming([]);) 2025.03.31 17:47:17.980104 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileTiming. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:17.993195 [ 1247 ] {cdc7a83d-fd44-4f3c-88e2-3dd9212d09b1} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 565bbf42-32be-479b-b5d3-22b68422da26. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:17.994486 [ 3914 ] {09f35598-5290-4f1d-b01a-2a2563074d35} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileTimingWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT medianTimingWeighted([]);) 2025.03.31 17:47:17.996070 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileTimingWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:18.041200 [ 3914 ] {7a64cc11-bd29-4f05-9e8b-8e711ce909ca} executeQuery: Code: 42. DB::Exception: Number of arguments for function substring doesn't match: passed 1, should be 2 or 3: In scope SELECT mid([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT mid([]);) 2025.03.31 17:47:18.043535 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function substring doesn't match: passed 1, should be 2 or 3: In scope SELECT mid([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:18.060426 [ 3914 ] {c4e05f35-6491-4540-b36f-5a900707a553} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of aggregate function min because the values of that data type are not comparable. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT min([]);) 2025.03.31 17:47:18.062572 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of aggregate function min because the values of that data type are not comparable. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:18.079144 [ 3914 ] {90a2a951-2abc-4d6a-b486-412f25106245} executeQuery: Code: 42. DB::Exception: Number of arguments for function min2 doesn't match: passed 1, should be 2: In scope SELECT min2([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT min2([]);) 2025.03.31 17:47:18.081309 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function min2 doesn't match: passed 1, should be 2: In scope SELECT min2([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:18.097890 [ 3914 ] {38a3dd37-0fcb-440b-9ef3-ad983d63f5c0} executeQuery: Code: 43. DB::Exception: When function minMappedArrays gets one argument it must be a tuple. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT minMappedArrays([]);) 2025.03.31 17:47:18.099484 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: When function minMappedArrays gets one argument it must be a tuple. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:18.114189 [ 3914 ] {85815fe1-7e06-45b0-b6e5-74118e086fd8} executeQuery: Code: 42. DB::Exception: Number of arguments for function minSampleSizeContinuous doesn't match: passed 1, should be 5: In scope SELECT minSampleSizeContinous([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT minSampleSizeContinous([]);) 2025.03.31 17:47:18.115794 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function minSampleSizeContinuous doesn't match: passed 1, should be 5: In scope SELECT minSampleSizeContinous([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:18.140319 [ 3914 ] {dd51a9d8-6107-44be-8212-7ad7767e8040} executeQuery: Code: 42. DB::Exception: Number of arguments for function minSampleSizeContinuous doesn't match: passed 1, should be 5: In scope SELECT minSampleSizeContinuous([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT minSampleSizeContinuous([]);) 2025.03.31 17:47:18.144369 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function minSampleSizeContinuous doesn't match: passed 1, should be 5: In scope SELECT minSampleSizeContinuous([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:18.166680 [ 3914 ] {98e85a3b-c391-4d2c-b33a-f3585523d8c5} executeQuery: Code: 42. DB::Exception: Number of arguments for function minSampleSizeConversion doesn't match: passed 1, should be 4: In scope SELECT minSampleSizeConversion([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT minSampleSizeConversion([]);) 2025.03.31 17:47:18.170003 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function minSampleSizeConversion doesn't match: passed 1, should be 4: In scope SELECT minSampleSizeConversion([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:18.189450 [ 3914 ] {221327ba-17af-4a4a-bf92-212590ff5c3d} executeQuery: Code: 42. DB::Exception: Number of arguments for function minus doesn't match: passed 1, should be 2: In scope SELECT minus([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT minus([]);) 2025.03.31 17:47:18.192702 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function minus doesn't match: passed 1, should be 2: In scope SELECT minus([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:18.211806 [ 3914 ] {23ebb86d-5406-4d28-ae2f-d6b444b8abed} executeQuery: Code: 42. DB::Exception: Number of arguments for function byteHammingDistance doesn't match: passed 1, should be 2: In scope SELECT mismatches([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT mismatches([]);) 2025.03.31 17:47:18.214811 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function byteHammingDistance doesn't match: passed 1, should be 2: In scope SELECT mismatches([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:18.233609 [ 3914 ] {bd30c8d4-e73e-44f7-bc37-d004be48ef75} executeQuery: Code: 42. DB::Exception: Number of arguments for function modulo doesn't match: passed 1, should be 2: In scope SELECT mod([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT mod([]);) 2025.03.31 17:47:18.236503 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function modulo doesn't match: passed 1, should be 2: In scope SELECT mod([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:18.257409 [ 3914 ] {6fb00faf-cb6a-4c17-880d-5233ba233fc3} executeQuery: Code: 42. DB::Exception: Number of arguments for function modulo doesn't match: passed 1, should be 2: In scope SELECT modulo([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT modulo([]);) 2025.03.31 17:47:18.260148 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function modulo doesn't match: passed 1, should be 2: In scope SELECT modulo([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:18.281626 [ 3914 ] {e40ad6ff-098a-4801-804c-9b10875c81e9} executeQuery: Code: 42. DB::Exception: Number of arguments for function moduloLegacy doesn't match: passed 1, should be 2: In scope SELECT moduloLegacy([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT moduloLegacy([]);) 2025.03.31 17:47:18.285075 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function moduloLegacy doesn't match: passed 1, should be 2: In scope SELECT moduloLegacy([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:18.308261 [ 3914 ] {553444eb-fdc5-4970-a522-6860a36f211b} executeQuery: Code: 42. DB::Exception: Number of arguments for function moduloOrZero doesn't match: passed 1, should be 2: In scope SELECT moduloOrZero([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT moduloOrZero([]);) 2025.03.31 17:47:18.312108 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function moduloOrZero doesn't match: passed 1, should be 2: In scope SELECT moduloOrZero([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:18.337467 [ 3914 ] {d7abc46b-4411-4d31-b8dc-3c47afcb74fc} executeQuery: Code: 43. DB::Exception: Illegal type of argument of function monthName, should be Date, DateTime or DateTime64: In scope SELECT monthName([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT monthName([]);) 2025.03.31 17:47:18.340909 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type of argument of function monthName, should be Date, DateTime or DateTime64: In scope SELECT monthName([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:18.364709 [ 3914 ] {158a05eb-aa74-4e06-835a-fecbfb6f7fc3} executeQuery: Code: 42. DB::Exception: Number of arguments for function mortonDecode doesn't match: passed 1, should be 2: In scope SELECT mortonDecode([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT mortonDecode([]);) 2025.03.31 17:47:18.368106 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function mortonDecode doesn't match: passed 1, should be 2: In scope SELECT mortonDecode([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:18.380631 [ 1254 ] {4437d432-299e-4091-9065-d0a2b59f8c5a} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 8717a554-45b6-4ed8-b318-6f52c48aabdd. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:18.388175 [ 3914 ] {4feabc7a-e1b3-4a2f-9d19-4b6c527125b9} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for function mortonEncode, should be a native UInt: In scope SELECT mortonEncode([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT mortonEncode([]);) 2025.03.31 17:47:18.391417 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for function mortonEncode, should be a native UInt: In scope SELECT mortonEncode([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:18.410691 [ 3914 ] {cf5647cc-f356-42f7-b713-ca2cbab4c9b4} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiFuzzyMatchAllIndices doesn't match: passed 1, should be 3: In scope SELECT multiFuzzyMatchAllIndices([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT multiFuzzyMatchAllIndices([]);) 2025.03.31 17:47:18.414001 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiFuzzyMatchAllIndices doesn't match: passed 1, should be 3: In scope SELECT multiFuzzyMatchAllIndices([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:18.415178 [ 1052 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:18.415779 [ 1052 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:18.419308 [ 1059 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:18.420188 [ 1059 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:18.434073 [ 3914 ] {04f4fb04-05b9-4fb4-b303-2efa8d4dc08d} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiFuzzyMatchAny doesn't match: passed 1, should be 3: In scope SELECT multiFuzzyMatchAny([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT multiFuzzyMatchAny([]);) 2025.03.31 17:47:18.437504 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiFuzzyMatchAny doesn't match: passed 1, should be 3: In scope SELECT multiFuzzyMatchAny([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:18.445106 [ 1062 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:18.445265 [ 1055 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:18.445571 [ 1062 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:18.445726 [ 1055 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:18.458592 [ 3914 ] {eb04fdc1-cb9f-4201-8335-9117cf4b31ed} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiFuzzyMatchAnyIndex doesn't match: passed 1, should be 3: In scope SELECT multiFuzzyMatchAnyIndex([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT multiFuzzyMatchAnyIndex([]);) 2025.03.31 17:47:18.461782 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiFuzzyMatchAnyIndex doesn't match: passed 1, should be 3: In scope SELECT multiFuzzyMatchAnyIndex([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:18.480921 [ 3914 ] {daeeb40c-cc59-4ced-af77-9c6d1be012ef} executeQuery: Code: 42. DB::Exception: Invalid number of arguments for function multiIf: In scope SELECT multiIf([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT multiIf([]);) 2025.03.31 17:47:18.484150 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Invalid number of arguments for function multiIf: In scope SELECT multiIf([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:18.503436 [ 3914 ] {eded816e-9568-463f-9e59-44c099579df4} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiMatchAllIndices doesn't match: passed 1, should be 2: In scope SELECT multiMatchAllIndices([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT multiMatchAllIndices([]);) 2025.03.31 17:47:18.507187 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiMatchAllIndices doesn't match: passed 1, should be 2: In scope SELECT multiMatchAllIndices([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:18.524533 [ 3914 ] {c1de0caa-8830-48c2-b6c6-7e29aec4047e} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiMatchAny doesn't match: passed 1, should be 2: In scope SELECT multiMatchAny([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT multiMatchAny([]);) 2025.03.31 17:47:18.527645 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiMatchAny doesn't match: passed 1, should be 2: In scope SELECT multiMatchAny([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:18.543354 [ 3914 ] {f610f54a-3053-42c6-aace-17407ba9ff57} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiMatchAnyIndex doesn't match: passed 1, should be 2: In scope SELECT multiMatchAnyIndex([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT multiMatchAnyIndex([]);) 2025.03.31 17:47:18.546319 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiMatchAnyIndex doesn't match: passed 1, should be 2: In scope SELECT multiMatchAnyIndex([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:18.561872 [ 3914 ] {11bcb688-a13d-43f3-82f6-854f4ef46f68} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiSearchAllPositions doesn't match: passed 1, should be 2: In scope SELECT multiSearchAllPositions([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT multiSearchAllPositions([]);) 2025.03.31 17:47:18.564668 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiSearchAllPositions doesn't match: passed 1, should be 2: In scope SELECT multiSearchAllPositions([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:18.582266 [ 3914 ] {4c6f6253-f479-4eec-adaf-1675be905e8d} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiSearchAllPositionsCaseInsensitive doesn't match: passed 1, should be 2: In scope SELECT multiSearchAllPositionsCaseInsensitive([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT multiSearchAllPositionsCaseInsensitive([]);) 2025.03.31 17:47:18.585665 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiSearchAllPositionsCaseInsensitive doesn't match: passed 1, should be 2: In scope SELECT multiSearchAllPositionsCaseInsensitive([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:18.601412 [ 3914 ] {b2b65488-34d8-48a0-b519-b5c5865487bb} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiSearchAllPositionsCaseInsensitiveUTF8 doesn't match: passed 1, should be 2: In scope SELECT multiSearchAllPositionsCaseInsensitiveUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT multiSearchAllPositionsCaseInsensitiveUTF8([]);) 2025.03.31 17:47:18.604173 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiSearchAllPositionsCaseInsensitiveUTF8 doesn't match: passed 1, should be 2: In scope SELECT multiSearchAllPositionsCaseInsensitiveUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:18.619808 [ 3914 ] {f9576535-b50f-4ec3-ab9c-0074657139ec} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiSearchAllPositionsUTF8 doesn't match: passed 1, should be 2: In scope SELECT multiSearchAllPositionsUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT multiSearchAllPositionsUTF8([]);) 2025.03.31 17:47:18.622300 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiSearchAllPositionsUTF8 doesn't match: passed 1, should be 2: In scope SELECT multiSearchAllPositionsUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:18.636992 [ 3914 ] {5b943cd3-80b1-44c4-a35e-ef37138fabcc} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiSearchAny doesn't match: passed 1, should be 2: In scope SELECT multiSearchAny([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT multiSearchAny([]);) 2025.03.31 17:47:18.639296 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiSearchAny doesn't match: passed 1, should be 2: In scope SELECT multiSearchAny([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:18.641313 [ 1247 ] {6d7e9b08-2b5e-4979-9f0e-a4a63bde77c5} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 04970e2f-636c-4954-9319-c0706d75806f. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:18.653468 [ 3914 ] {dfd1bf39-4b4a-4254-903a-09d073533e21} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiSearchAnyCaseInsensitive doesn't match: passed 1, should be 2: In scope SELECT multiSearchAnyCaseInsensitive([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT multiSearchAnyCaseInsensitive([]);) 2025.03.31 17:47:18.655680 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiSearchAnyCaseInsensitive doesn't match: passed 1, should be 2: In scope SELECT multiSearchAnyCaseInsensitive([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:18.670980 [ 3914 ] {c850e9be-f1f1-4182-849f-830aac487447} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiSearchAnyCaseInsensitiveUTF8 doesn't match: passed 1, should be 2: In scope SELECT multiSearchAnyCaseInsensitiveUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT multiSearchAnyCaseInsensitiveUTF8([]);) 2025.03.31 17:47:18.673103 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiSearchAnyCaseInsensitiveUTF8 doesn't match: passed 1, should be 2: In scope SELECT multiSearchAnyCaseInsensitiveUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:18.686603 [ 3914 ] {c3c0b56b-8227-451e-9ff2-fc86ba17b01f} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiSearchAnyUTF8 doesn't match: passed 1, should be 2: In scope SELECT multiSearchAnyUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT multiSearchAnyUTF8([]);) 2025.03.31 17:47:18.688629 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiSearchAnyUTF8 doesn't match: passed 1, should be 2: In scope SELECT multiSearchAnyUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:18.703331 [ 3914 ] {3fdf0aab-c083-40b8-9e29-47fd295a0187} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiSearchFirstIndex doesn't match: passed 1, should be 2: In scope SELECT multiSearchFirstIndex([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT multiSearchFirstIndex([]);) 2025.03.31 17:47:18.705176 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiSearchFirstIndex doesn't match: passed 1, should be 2: In scope SELECT multiSearchFirstIndex([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:18.719208 [ 3914 ] {91bfcc4f-ed43-4b19-ace9-3a3c2f0167c8} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiSearchFirstIndexCaseInsensitive doesn't match: passed 1, should be 2: In scope SELECT multiSearchFirstIndexCaseInsensitive([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT multiSearchFirstIndexCaseInsensitive([]);) 2025.03.31 17:47:18.721279 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiSearchFirstIndexCaseInsensitive doesn't match: passed 1, should be 2: In scope SELECT multiSearchFirstIndexCaseInsensitive([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:18.735349 [ 3914 ] {f3578681-f0b2-450f-baf1-54b87737c623} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiSearchFirstIndexCaseInsensitiveUTF8 doesn't match: passed 1, should be 2: In scope SELECT multiSearchFirstIndexCaseInsensitiveUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT multiSearchFirstIndexCaseInsensitiveUTF8([]);) 2025.03.31 17:47:18.737159 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiSearchFirstIndexCaseInsensitiveUTF8 doesn't match: passed 1, should be 2: In scope SELECT multiSearchFirstIndexCaseInsensitiveUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:18.750842 [ 3914 ] {e7811c2a-457f-4894-82f4-ac31330b72ef} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiSearchFirstIndexUTF8 doesn't match: passed 1, should be 2: In scope SELECT multiSearchFirstIndexUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT multiSearchFirstIndexUTF8([]);) 2025.03.31 17:47:18.752575 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiSearchFirstIndexUTF8 doesn't match: passed 1, should be 2: In scope SELECT multiSearchFirstIndexUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:18.768089 [ 1048 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:18.768690 [ 1048 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:18.771854 [ 3914 ] {d52fc4c3-2fba-4ca1-bc2f-2ba49e1791b5} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiSearchFirstPosition doesn't match: passed 1, should be 2: In scope SELECT multiSearchFirstPosition([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT multiSearchFirstPosition([]);) 2025.03.31 17:47:18.775103 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiSearchFirstPosition doesn't match: passed 1, should be 2: In scope SELECT multiSearchFirstPosition([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:18.777608 [ 1050 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:18.778209 [ 1050 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:18.793940 [ 3914 ] {b7025c0b-c8a6-4439-bd70-edb0609c8ebc} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiSearchFirstPositionCaseInsensitive doesn't match: passed 1, should be 2: In scope SELECT multiSearchFirstPositionCaseInsensitive([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT multiSearchFirstPositionCaseInsensitive([]);) 2025.03.31 17:47:18.797399 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiSearchFirstPositionCaseInsensitive doesn't match: passed 1, should be 2: In scope SELECT multiSearchFirstPositionCaseInsensitive([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:18.816153 [ 3914 ] {4a91d7ca-c08c-477f-843a-ea77acdb72c3} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiSearchFirstPositionCaseInsensitiveUTF8 doesn't match: passed 1, should be 2: In scope SELECT multiSearchFirstPositionCaseInsensitiveUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT multiSearchFirstPositionCaseInsensitiveUTF8([]);) 2025.03.31 17:47:18.819400 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiSearchFirstPositionCaseInsensitiveUTF8 doesn't match: passed 1, should be 2: In scope SELECT multiSearchFirstPositionCaseInsensitiveUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:18.838590 [ 3914 ] {7ca791e7-4690-418e-a91b-798b22d3ffda} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiSearchFirstPositionUTF8 doesn't match: passed 1, should be 2: In scope SELECT multiSearchFirstPositionUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT multiSearchFirstPositionUTF8([]);) 2025.03.31 17:47:18.841910 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiSearchFirstPositionUTF8 doesn't match: passed 1, should be 2: In scope SELECT multiSearchFirstPositionUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:18.864801 [ 3914 ] {938aaf14-960b-4a2d-beee-5aa70fb600a9} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiply doesn't match: passed 1, should be 2: In scope SELECT multiply([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT multiply([]);) 2025.03.31 17:47:18.868324 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiply doesn't match: passed 1, should be 2: In scope SELECT multiply([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:18.891264 [ 3914 ] {daedad49-08b6-441a-a522-490fd33602be} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiplyDecimal does not match: 2 or 3 expected: In scope SELECT multiplyDecimal([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT multiplyDecimal([]);) 2025.03.31 17:47:18.894822 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiplyDecimal does not match: 2 or 3 expected: In scope SELECT multiplyDecimal([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:19.098079 [ 3914 ] {bcc744f0-6278-4533-926f-9d0854406d91} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function negate: In scope SELECT -[]. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT negate([]);) 2025.03.31 17:47:19.101829 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function negate: In scope SELECT -[]. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:19.121062 [ 3914 ] {7ba4d964-ffa4-4506-81c2-5acde48d7e65} executeQuery: Code: 721. DB::Exception: Function neighbor is deprecated since its usage is error-prone (see docs).Please use proper window function or set `allow_deprecated_error_prone_window_functions` setting to enable it. (DEPRECATED_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT neighbor([]);) 2025.03.31 17:47:19.124580 [ 3914 ] {} TCPHandler: Code: 721. DB::Exception: Function neighbor is deprecated since its usage is error-prone (see docs).Please use proper window function or set `allow_deprecated_error_prone_window_functions` setting to enable it. (DEPRECATED_FUNCTION) 2025.03.31 17:47:19.143118 [ 3914 ] {2434728b-b321-41cd-ab82-c424f0726333} executeQuery: Code: 35. DB::Exception: Number of arguments for function nested doesn't match: passed 1, should be at least 2: In scope SELECT nested([]). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT nested([]);) 2025.03.31 17:47:19.146817 [ 3914 ] {} TCPHandler: Code: 35. DB::Exception: Number of arguments for function nested doesn't match: passed 1, should be at least 2: In scope SELECT nested([]). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) 2025.03.31 17:47:19.165749 [ 3914 ] {bde9045a-bb26-4a5c-a4b9-355f46329b82} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function netloc: In scope SELECT netloc([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT netloc([]);) 2025.03.31 17:47:19.169376 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function netloc: In scope SELECT netloc([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:19.188067 [ 3914 ] {1d6233aa-0c0e-4ad0-95ba-706bd69f80f7} executeQuery: Code: 42. DB::Exception: Number of arguments for function ngramDistance doesn't match: passed 1, should be 2: In scope SELECT ngramDistance([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT ngramDistance([]);) 2025.03.31 17:47:19.191267 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function ngramDistance doesn't match: passed 1, should be 2: In scope SELECT ngramDistance([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:19.210431 [ 3914 ] {6041a96f-87ed-4167-9e54-7a30d45abd36} executeQuery: Code: 42. DB::Exception: Number of arguments for function ngramDistanceCaseInsensitive doesn't match: passed 1, should be 2: In scope SELECT ngramDistanceCaseInsensitive([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT ngramDistanceCaseInsensitive([]);) 2025.03.31 17:47:19.213754 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function ngramDistanceCaseInsensitive doesn't match: passed 1, should be 2: In scope SELECT ngramDistanceCaseInsensitive([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:19.232729 [ 3914 ] {1d0fe6ef-2a3d-41b4-ac58-c1dc762bf255} executeQuery: Code: 42. DB::Exception: Number of arguments for function ngramDistanceCaseInsensitiveUTF8 doesn't match: passed 1, should be 2: In scope SELECT ngramDistanceCaseInsensitiveUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT ngramDistanceCaseInsensitiveUTF8([]);) 2025.03.31 17:47:19.236343 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function ngramDistanceCaseInsensitiveUTF8 doesn't match: passed 1, should be 2: In scope SELECT ngramDistanceCaseInsensitiveUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:19.238879 [ 1048 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:19.239349 [ 1048 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:19.241714 [ 1056 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:19.242194 [ 1056 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:19.254741 [ 3914 ] {b082270d-5cac-4991-8556-60b23145ad71} executeQuery: Code: 42. DB::Exception: Number of arguments for function ngramDistanceUTF8 doesn't match: passed 1, should be 2: In scope SELECT ngramDistanceUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT ngramDistanceUTF8([]);) 2025.03.31 17:47:19.258114 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function ngramDistanceUTF8 doesn't match: passed 1, should be 2: In scope SELECT ngramDistanceUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:19.278341 [ 3914 ] {cea761b1-197c-4569-9b1f-74493a382c2e} executeQuery: Code: 43. DB::Exception: First argument of function ngramMinHash must be String, got Array(Nothing): In scope SELECT ngramMinHash([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT ngramMinHash([]);) 2025.03.31 17:47:19.281691 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function ngramMinHash must be String, got Array(Nothing): In scope SELECT ngramMinHash([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:19.303617 [ 3914 ] {66680bdc-d7b9-4c88-a99a-df03a285c2e1} executeQuery: Code: 43. DB::Exception: First argument of function ngramMinHashArg must be String, got Array(Nothing): In scope SELECT ngramMinHashArg([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT ngramMinHashArg([]);) 2025.03.31 17:47:19.307196 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function ngramMinHashArg must be String, got Array(Nothing): In scope SELECT ngramMinHashArg([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:19.326236 [ 3914 ] {baaf6531-2669-49fe-bb6e-8d9c3e9a4e1b} executeQuery: Code: 43. DB::Exception: First argument of function ngramMinHashArgCaseInsensitive must be String, got Array(Nothing): In scope SELECT ngramMinHashArgCaseInsensitive([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT ngramMinHashArgCaseInsensitive([]);) 2025.03.31 17:47:19.329550 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function ngramMinHashArgCaseInsensitive must be String, got Array(Nothing): In scope SELECT ngramMinHashArgCaseInsensitive([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:19.349040 [ 3914 ] {c7d1f8f3-39f6-4fef-b539-761c20dfe0c4} executeQuery: Code: 43. DB::Exception: First argument of function ngramMinHashArgCaseInsensitiveUTF8 must be String, got Array(Nothing): In scope SELECT ngramMinHashArgCaseInsensitiveUTF8([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT ngramMinHashArgCaseInsensitiveUTF8([]);) 2025.03.31 17:47:19.352375 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function ngramMinHashArgCaseInsensitiveUTF8 must be String, got Array(Nothing): In scope SELECT ngramMinHashArgCaseInsensitiveUTF8([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:19.370154 [ 3914 ] {76713ca4-2f11-42d7-ad72-467cc1b5d4b7} executeQuery: Code: 43. DB::Exception: First argument of function ngramMinHashArgUTF8 must be String, got Array(Nothing): In scope SELECT ngramMinHashArgUTF8([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT ngramMinHashArgUTF8([]);) 2025.03.31 17:47:19.373645 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function ngramMinHashArgUTF8 must be String, got Array(Nothing): In scope SELECT ngramMinHashArgUTF8([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:19.390732 [ 3914 ] {737ccc62-9848-4283-b72b-2aa63f305000} executeQuery: Code: 43. DB::Exception: First argument of function ngramMinHashCaseInsensitive must be String, got Array(Nothing): In scope SELECT ngramMinHashCaseInsensitive([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT ngramMinHashCaseInsensitive([]);) 2025.03.31 17:47:19.393961 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function ngramMinHashCaseInsensitive must be String, got Array(Nothing): In scope SELECT ngramMinHashCaseInsensitive([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:19.411638 [ 3914 ] {dc5333f2-4065-404b-b19d-564f29a7208e} executeQuery: Code: 43. DB::Exception: First argument of function ngramMinHashCaseInsensitiveUTF8 must be String, got Array(Nothing): In scope SELECT ngramMinHashCaseInsensitiveUTF8([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT ngramMinHashCaseInsensitiveUTF8([]);) 2025.03.31 17:47:19.416376 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function ngramMinHashCaseInsensitiveUTF8 must be String, got Array(Nothing): In scope SELECT ngramMinHashCaseInsensitiveUTF8([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:19.434003 [ 3914 ] {a8d35138-fb2a-44df-92b6-0ec2905ab7ad} executeQuery: Code: 43. DB::Exception: First argument of function ngramMinHashUTF8 must be String, got Array(Nothing): In scope SELECT ngramMinHashUTF8([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT ngramMinHashUTF8([]);) 2025.03.31 17:47:19.437113 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function ngramMinHashUTF8 must be String, got Array(Nothing): In scope SELECT ngramMinHashUTF8([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:19.451491 [ 3914 ] {90bd4bfc-7eed-48c9-a35e-061caf9340c9} executeQuery: Code: 42. DB::Exception: Number of arguments for function ngramSearch doesn't match: passed 1, should be 2: In scope SELECT ngramSearch([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT ngramSearch([]);) 2025.03.31 17:47:19.453300 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function ngramSearch doesn't match: passed 1, should be 2: In scope SELECT ngramSearch([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:19.457085 [ 1247 ] {5d64e8be-c3ab-4b2f-bb69-eb7d176a0859} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 7708fcaf-3f67-4cb1-bf68-e6d262338fad. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:19.472265 [ 3914 ] {116be8f0-5e05-4290-9a0e-feb61ee9752d} executeQuery: Code: 42. DB::Exception: Number of arguments for function ngramSearchCaseInsensitive doesn't match: passed 1, should be 2: In scope SELECT ngramSearchCaseInsensitive([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT ngramSearchCaseInsensitive([]);) 2025.03.31 17:47:19.475555 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function ngramSearchCaseInsensitive doesn't match: passed 1, should be 2: In scope SELECT ngramSearchCaseInsensitive([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:19.495117 [ 3914 ] {1e667e65-e941-4019-b47f-d76ae5ef0174} executeQuery: Code: 42. DB::Exception: Number of arguments for function ngramSearchCaseInsensitiveUTF8 doesn't match: passed 1, should be 2: In scope SELECT ngramSearchCaseInsensitiveUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT ngramSearchCaseInsensitiveUTF8([]);) 2025.03.31 17:47:19.499696 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function ngramSearchCaseInsensitiveUTF8 doesn't match: passed 1, should be 2: In scope SELECT ngramSearchCaseInsensitiveUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:19.516135 [ 3914 ] {1963cb2d-5cf1-457e-94e6-fbcaa1e4bd59} executeQuery: Code: 42. DB::Exception: Number of arguments for function ngramSearchUTF8 doesn't match: passed 1, should be 2: In scope SELECT ngramSearchUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT ngramSearchUTF8([]);) 2025.03.31 17:47:19.519565 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function ngramSearchUTF8 doesn't match: passed 1, should be 2: In scope SELECT ngramSearchUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:19.537433 [ 3914 ] {4dca0779-175e-462e-96c3-b33c151d0b00} executeQuery: Code: 43. DB::Exception: First argument of function ngramSimHash must be String, got Array(Nothing): In scope SELECT ngramSimHash([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT ngramSimHash([]);) 2025.03.31 17:47:19.540794 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function ngramSimHash must be String, got Array(Nothing): In scope SELECT ngramSimHash([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:19.559875 [ 3914 ] {6066bf3b-9f7a-4471-9764-16b0f5ad5638} executeQuery: Code: 43. DB::Exception: First argument of function ngramSimHashCaseInsensitive must be String, got Array(Nothing): In scope SELECT ngramSimHashCaseInsensitive([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT ngramSimHashCaseInsensitive([]);) 2025.03.31 17:47:19.561653 [ 1054 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:19.562132 [ 1054 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:19.562196 [ 1051 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:19.562687 [ 1051 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:19.564863 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function ngramSimHashCaseInsensitive must be String, got Array(Nothing): In scope SELECT ngramSimHashCaseInsensitive([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:19.573433 [ 3179 ] {b7d023e3-78a8-4def-b0be-7cf7f2ab4cae} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 4d1eafab-58a2-441d-9555-00b98e56397b. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:19.581739 [ 3914 ] {30972e02-614c-4612-89a1-962087f6099a} executeQuery: Code: 43. DB::Exception: First argument of function ngramSimHashCaseInsensitiveUTF8 must be String, got Array(Nothing): In scope SELECT ngramSimHashCaseInsensitiveUTF8([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT ngramSimHashCaseInsensitiveUTF8([]);) 2025.03.31 17:47:19.584937 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function ngramSimHashCaseInsensitiveUTF8 must be String, got Array(Nothing): In scope SELECT ngramSimHashCaseInsensitiveUTF8([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:19.604075 [ 3914 ] {63aace6c-6e65-4f1b-92b0-47f81d1fc1c4} executeQuery: Code: 43. DB::Exception: First argument of function ngramSimHashUTF8 must be String, got Array(Nothing): In scope SELECT ngramSimHashUTF8([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT ngramSimHashUTF8([]);) 2025.03.31 17:47:19.607382 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function ngramSimHashUTF8 must be String, got Array(Nothing): In scope SELECT ngramSimHashUTF8([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:19.626894 [ 3914 ] {18b32559-8477-46c5-add2-48823d996452} executeQuery: Code: 42. DB::Exception: Number of arguments for function ngrams doesn't match: passed 1, should be 2: In scope SELECT ngrams([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT ngrams([]);) 2025.03.31 17:47:19.630288 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function ngrams doesn't match: passed 1, should be 2: In scope SELECT ngrams([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:19.649162 [ 3914 ] {33a11985-5702-4ea8-a60f-b98f1ef6ab60} executeQuery: Code: 42. DB::Exception: Function nonNegativeDerivative takes 2 or 3 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT nonNegativeDerivative([]);) 2025.03.31 17:47:19.652858 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function nonNegativeDerivative takes 2 or 3 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:19.671376 [ 3914 ] {215eb777-f6e4-4342-81a4-d13682a039e6} executeQuery: Code: 43. DB::Exception: Arguments of function arrayL1Norm has nested type Nothing. Support: UInt8, UInt16, UInt32, UInt64, Int8, Int16, Int32, Int64, Float32, Float64.: In scope SELECT normL1([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT normL1([]);) 2025.03.31 17:47:19.674686 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Arguments of function arrayL1Norm has nested type Nothing. Support: UInt8, UInt16, UInt32, UInt64, Int8, Int16, Int32, Int64, Float32, Float64.: In scope SELECT normL1([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:19.696456 [ 3914 ] {7c6498c4-bb34-411d-8117-01ed18d398e5} executeQuery: Code: 43. DB::Exception: Arguments of function arrayL2Norm has nested type Nothing. Support: UInt8, UInt16, UInt32, UInt64, Int8, Int16, Int32, Int64, Float32, Float64.: In scope SELECT normL2([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT normL2([]);) 2025.03.31 17:47:19.700273 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Arguments of function arrayL2Norm has nested type Nothing. Support: UInt8, UInt16, UInt32, UInt64, Int8, Int16, Int32, Int64, Float32, Float64.: In scope SELECT normL2([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:19.720813 [ 3914 ] {a787fb8f-42b2-46da-b6f1-cade73aaa184} executeQuery: Code: 43. DB::Exception: Arguments of function arrayL2SquaredNorm has nested type Nothing. Support: UInt8, UInt16, UInt32, UInt64, Int8, Int16, Int32, Int64, Float32, Float64.: In scope SELECT normL2Squared([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT normL2Squared([]);) 2025.03.31 17:47:19.724395 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Arguments of function arrayL2SquaredNorm has nested type Nothing. Support: UInt8, UInt16, UInt32, UInt64, Int8, Int16, Int32, Int64, Float32, Float64.: In scope SELECT normL2Squared([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:19.743491 [ 3914 ] {0bf40982-2974-4a48-87bf-b191b74593e3} executeQuery: Code: 43. DB::Exception: Arguments of function arrayLinfNorm has nested type Nothing. Support: UInt8, UInt16, UInt32, UInt64, Int8, Int16, Int32, Int64, Float32, Float64.: In scope SELECT normLinf([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT normLinf([]);) 2025.03.31 17:47:19.746867 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Arguments of function arrayLinfNorm has nested type Nothing. Support: UInt8, UInt16, UInt32, UInt64, Int8, Int16, Int32, Int64, Float32, Float64.: In scope SELECT normLinf([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:19.765409 [ 3914 ] {ed7157c5-0611-423c-8180-bf215ff57df0} executeQuery: Code: 42. DB::Exception: Number of arguments for function LpNorm doesn't match: passed 1, should be 2: In scope SELECT normLp([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT normLp([]);) 2025.03.31 17:47:19.768775 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function LpNorm doesn't match: passed 1, should be 2: In scope SELECT normLp([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:19.775282 [ 3178 ] {6722212e-8a5b-4e00-80fc-6af9d2bfa544} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 3fc373a8-4e28-4408-800f-cfcb9a010db7. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:19.787692 [ 3914 ] {d9498f1c-284c-4913-b02f-c3bcba6fa44c} executeQuery: Code: 43. DB::Exception: Argument 0 of function L1Norm should be tuple, got Array(Nothing): In scope SELECT normalizeL1([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT normalizeL1([]);) 2025.03.31 17:47:19.791551 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Argument 0 of function L1Norm should be tuple, got Array(Nothing): In scope SELECT normalizeL1([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:19.810179 [ 3914 ] {8db39d2b-5eca-451a-b2ba-1e3fe8d71e6f} executeQuery: Code: 43. DB::Exception: Argument 0 of function L2Norm should be tuple, got Array(Nothing): In scope SELECT normalizeL2([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT normalizeL2([]);) 2025.03.31 17:47:19.813591 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Argument 0 of function L2Norm should be tuple, got Array(Nothing): In scope SELECT normalizeL2([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:19.832425 [ 3914 ] {863dc3ab-a222-4b47-b2ea-ddd16c7efb5a} executeQuery: Code: 43. DB::Exception: Argument 0 of function LinfNorm should be tuple, got Array(Nothing): In scope SELECT normalizeLinf([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT normalizeLinf([]);) 2025.03.31 17:47:19.835739 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Argument 0 of function LinfNorm should be tuple, got Array(Nothing): In scope SELECT normalizeLinf([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:19.854597 [ 3914 ] {dfcaffcc-7c63-4636-81af-89d977fc2e2f} executeQuery: Code: 42. DB::Exception: Number of arguments for function LpNormalize doesn't match: passed 1, should be 2: In scope SELECT normalizeLp([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT normalizeLp([]);) 2025.03.31 17:47:19.858041 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function LpNormalize doesn't match: passed 1, should be 2: In scope SELECT normalizeLp([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:19.876951 [ 3914 ] {df01d8d2-0ea8-4dba-9a0b-5c11609eab3d} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function normalizeQuery: In scope SELECT normalizeQuery([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT normalizeQuery([]);) 2025.03.31 17:47:19.880477 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function normalizeQuery: In scope SELECT normalizeQuery([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:19.895136 [ 1056 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:19.895602 [ 1056 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:19.899387 [ 3914 ] {75493fdf-be25-46eb-bcc6-d4c05ced57ac} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function normalizeQueryKeepNames: In scope SELECT normalizeQueryKeepNames([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT normalizeQueryKeepNames([]);) 2025.03.31 17:47:19.902734 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function normalizeQueryKeepNames: In scope SELECT normalizeQueryKeepNames([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:19.914822 [ 1057 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:19.915426 [ 1057 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:19.922503 [ 3914 ] {a896f1f2-1609-4180-9256-97a476600561} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function normalizeUTF8NFC: In scope SELECT normalizeUTF8NFC([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT normalizeUTF8NFC([]);) 2025.03.31 17:47:19.926040 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function normalizeUTF8NFC: In scope SELECT normalizeUTF8NFC([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:19.942338 [ 3914 ] {452f3541-f610-4b93-8248-fa6ba21836ca} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function normalizeUTF8NFD: In scope SELECT normalizeUTF8NFD([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT normalizeUTF8NFD([]);) 2025.03.31 17:47:19.944766 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function normalizeUTF8NFD: In scope SELECT normalizeUTF8NFD([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:19.959090 [ 3914 ] {7e434765-d07b-4eac-96c5-023296db5b01} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function normalizeUTF8NFKC: In scope SELECT normalizeUTF8NFKC([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT normalizeUTF8NFKC([]);) 2025.03.31 17:47:19.961320 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function normalizeUTF8NFKC: In scope SELECT normalizeUTF8NFKC([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:19.984230 [ 3914 ] {ef18b4e9-f807-4eaf-a788-69695ec5b1a1} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function normalizeUTF8NFKD: In scope SELECT normalizeUTF8NFKD([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT normalizeUTF8NFKD([]);) 2025.03.31 17:47:19.987794 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function normalizeUTF8NFKD: In scope SELECT normalizeUTF8NFKD([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:20.007670 [ 3914 ] {4e34dcbd-ae3a-4f7e-b0a1-4ce67b1a5f41} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function normalizedQueryHash: In scope SELECT normalizedQueryHash([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT normalizedQueryHash([]);) 2025.03.31 17:47:20.011308 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function normalizedQueryHash: In scope SELECT normalizedQueryHash([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:20.030303 [ 3914 ] {2818d0ea-a853-480e-8075-02538e206638} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function normalizedQueryHashKeepNames: In scope SELECT normalizedQueryHashKeepNames([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT normalizedQueryHashKeepNames([]);) 2025.03.31 17:47:20.034330 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function normalizedQueryHashKeepNames: In scope SELECT normalizedQueryHashKeepNames([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:20.051165 [ 3914 ] {dd2ad726-40af-41d4-9936-f43a5274ef15} executeQuery: Code: 43. DB::Exception: Illegal type (Array(Nothing)) of argument of function not: In scope SELECT NOT []. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT not([]);) 2025.03.31 17:47:20.054197 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type (Array(Nothing)) of argument of function not: In scope SELECT NOT []. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:20.103889 [ 3914 ] {6ecaab91-9b59-4f1e-9f76-a117d40a7327} executeQuery: Code: 42. DB::Exception: Number of arguments for function notEquals doesn't match: passed 1, should be 2: In scope SELECT notEquals([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT notEquals([]);) 2025.03.31 17:47:20.106915 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function notEquals doesn't match: passed 1, should be 2: In scope SELECT notEquals([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:20.126980 [ 3914 ] {2ed08dc7-dc62-4444-9331-26eddde62ddf} executeQuery: Code: 42. DB::Exception: Number of arguments for function notILike doesn't match: passed 1, should be 2: In scope SELECT notILike([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT notILike([]);) 2025.03.31 17:47:20.130608 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function notILike doesn't match: passed 1, should be 2: In scope SELECT notILike([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:20.134305 [ 1054 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:20.134774 [ 1058 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:20.134923 [ 1054 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:20.135402 [ 1058 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:20.146805 [ 3914 ] {f4912412-d6a0-46df-9004-768fca592987} executeQuery: Code: 42. DB::Exception: Function 'notIn' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT notIn([]);) 2025.03.31 17:47:20.149782 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function 'notIn' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:20.164291 [ 3914 ] {e034e6e5-6ea4-4e66-b4cf-ae9fafceb186} executeQuery: Code: 42. DB::Exception: Function 'notInIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT notInIgnoreSet([]);) 2025.03.31 17:47:20.167133 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function 'notInIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:20.185671 [ 3914 ] {4c8ebbda-33ed-4262-81ad-a50996863073} executeQuery: Code: 42. DB::Exception: Number of arguments for function notLike doesn't match: passed 1, should be 2: In scope SELECT notLike([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT notLike([]);) 2025.03.31 17:47:20.189097 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function notLike doesn't match: passed 1, should be 2: In scope SELECT notLike([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:20.208007 [ 3914 ] {e5f65c8d-05e2-459d-b92f-3391f90f15cf} executeQuery: Code: 42. DB::Exception: Function 'notNullIn' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT notNullIn([]);) 2025.03.31 17:47:20.211970 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function 'notNullIn' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:20.232146 [ 3914 ] {c4acca94-8c38-4c40-ae37-24144ebce43c} executeQuery: Code: 42. DB::Exception: Function 'notNullInIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT notNullInIgnoreSet([]);) 2025.03.31 17:47:20.236474 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function 'notNullInIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:20.260374 [ 1053 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:20.260915 [ 1053 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:20.262693 [ 1051 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:20.263201 [ 1051 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:20.381578 [ 3914 ] {b2561970-eb85-4328-aad3-7c3ad1ebbd32} executeQuery: Code: 43. DB::Exception: Arguments of function now should be String or FixedString: In scope SELECT now([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT now([]);) 2025.03.31 17:47:20.384629 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Arguments of function now should be String or FixedString: In scope SELECT now([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:20.403134 [ 3914 ] {d7b1dce9-ff95-4f4f-b638-b958adec745e} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of 0 argument of function now64. Expected const integer.: In scope SELECT now64([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT now64([]);) 2025.03.31 17:47:20.406153 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of 0 argument of function now64. Expected const integer.: In scope SELECT now64([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:20.423861 [ 3914 ] {0e921d22-1662-4599-a4e1-b9735b4a100a} executeQuery: Code: 43. DB::Exception: Arguments of function nowInBlock should be String or FixedString: In scope SELECT nowInBlock([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT nowInBlock([]);) 2025.03.31 17:47:20.427137 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Arguments of function nowInBlock should be String or FixedString: In scope SELECT nowInBlock([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:20.447463 [ 3914 ] {8ba57666-162c-40bc-9b30-12dd0281a63a} executeQuery: Code: 42. DB::Exception: Function nth_value takes exactly two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT nth_value([]);) 2025.03.31 17:47:20.451374 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function nth_value takes exactly two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:20.469852 [ 3914 ] {b4ec8079-7900-4e0b-aadb-80b031b7f744} executeQuery: Code: 36. DB::Exception: 'ntile' argument type must be an unsigned integer (not larger than 64-bit), got Array(Nothing). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT ntile([]);) 2025.03.31 17:47:20.473048 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: 'ntile' argument type must be an unsigned integer (not larger than 64-bit), got Array(Nothing). (BAD_ARGUMENTS) 2025.03.31 17:47:20.490274 [ 3914 ] {491f4711-d66e-4813-9d17-7170da61668a} executeQuery: Code: 42. DB::Exception: Number of arguments for function nullIf doesn't match: passed 1, should be 2: In scope SELECT nullIf([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT nullIf([]);) 2025.03.31 17:47:20.493563 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function nullIf doesn't match: passed 1, should be 2: In scope SELECT nullIf([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:20.508682 [ 3914 ] {db392b9e-966d-4252-acd6-f3328ea5fb26} executeQuery: Code: 42. DB::Exception: Function 'nullIn' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT nullIn([]);) 2025.03.31 17:47:20.510255 [ 3179 ] {e6a21ecd-f05e-4347-942c-a258c4809dc5} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id bf4e8afd-e766-483a-8df1-8946b87d2bb6. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:20.511471 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function 'nullIn' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:20.527744 [ 3914 ] {fa937ad8-62c6-4acd-bd23-d000135ef10e} executeQuery: Code: 42. DB::Exception: Function 'nullInIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT nullInIgnoreSet([]);) 2025.03.31 17:47:20.530804 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function 'nullInIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:20.548797 [ 3914 ] {bac6b298-f5b1-4acc-8a37-2751cf20b24d} executeQuery: Code: 35. DB::Exception: Number of arguments for function "or" should be at least 2: passed 1: In scope SELECT or([]). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT or([]);) 2025.03.31 17:47:20.552505 [ 3914 ] {} TCPHandler: Code: 35. DB::Exception: Number of arguments for function "or" should be at least 2: passed 1: In scope SELECT or([]). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) 2025.03.31 17:47:20.569591 [ 3914 ] {f1840858-4f0c-4fbf-a8a3-8993bea6841b} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'overlay'. Expected 3 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT overlay([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT overlay([]);) 2025.03.31 17:47:20.573163 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'overlay'. Expected 3 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT overlay([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:20.591557 [ 3914 ] {7f756282-b597-415a-af93-34d922172bd0} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'overlayUTF8'. Expected 3 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT overlayUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT overlayUTF8([]);) 2025.03.31 17:47:20.595059 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'overlayUTF8'. Expected 3 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT overlayUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:20.610829 [ 1051 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:20.611342 [ 1051 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:20.611511 [ 1060 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:20.612203 [ 1060 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:20.613647 [ 3914 ] {569aec41-c812-427c-a84a-570c31ad7da4} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTime'. Expected: String, got: Array(Nothing): In scope SELECT parseDateTime([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT parseDateTime([]);) 2025.03.31 17:47:20.617051 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTime'. Expected: String, got: Array(Nothing): In scope SELECT parseDateTime([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:20.636114 [ 3914 ] {b6b71c97-173c-4a51-a7f0-32baf1adad5b} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function parseDateTime32BestEffort: In scope SELECT parseDateTime32BestEffort([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT parseDateTime32BestEffort([]);) 2025.03.31 17:47:20.639735 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function parseDateTime32BestEffort: In scope SELECT parseDateTime32BestEffort([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:20.644733 [ 3178 ] {9a766193-e0b3-481b-be6e-1150419e05c7} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 4bdd8c56-441a-4f4a-af1c-623b4a1a3ff9. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:20.659072 [ 3914 ] {6dcc8cd7-6227-4d63-a639-669c447a1a9f} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function parseDateTime32BestEffortOrNull. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT parseDateTime32BestEffortOrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT parseDateTime32BestEffortOrNull([]);) 2025.03.31 17:47:20.662656 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function parseDateTime32BestEffortOrNull. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT parseDateTime32BestEffortOrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:20.681574 [ 3914 ] {2dd118c4-98f3-4d10-985e-cf797c66f823} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function parseDateTime32BestEffortOrZero. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT parseDateTime32BestEffortOrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT parseDateTime32BestEffortOrZero([]);) 2025.03.31 17:47:20.685008 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function parseDateTime32BestEffortOrZero. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT parseDateTime32BestEffortOrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:20.702674 [ 3914 ] {fdec9077-9bd8-4970-9ae7-7024dfaaaae6} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTime64'. Expected: String, got: Array(Nothing): In scope SELECT parseDateTime64([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT parseDateTime64([]);) 2025.03.31 17:47:20.705831 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTime64'. Expected: String, got: Array(Nothing): In scope SELECT parseDateTime64([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:20.723533 [ 3914 ] {576dabc0-a504-42b2-8981-dca40b18322f} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'string' to function 'parseDateTime64BestEffort'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT parseDateTime64BestEffort([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT parseDateTime64BestEffort([]);) 2025.03.31 17:47:20.726908 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'string' to function 'parseDateTime64BestEffort'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT parseDateTime64BestEffort([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:20.744374 [ 3914 ] {bbf36afa-64d1-4264-8b5b-7da5b028a32f} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'string' to function 'parseDateTime64BestEffortOrNull'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT parseDateTime64BestEffortOrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT parseDateTime64BestEffortOrNull([]);) 2025.03.31 17:47:20.747616 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'string' to function 'parseDateTime64BestEffortOrNull'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT parseDateTime64BestEffortOrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:20.759627 [ 1254 ] {6b8a498c-df7f-4e9f-bcad-33298eec0978} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id fd66f869-c67c-4e96-a86d-172a3ec31159. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:20.766319 [ 3914 ] {0ff1e878-a9df-4ef2-a7c6-ceb9855fa34c} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'string' to function 'parseDateTime64BestEffortOrZero'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT parseDateTime64BestEffortOrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT parseDateTime64BestEffortOrZero([]);) 2025.03.31 17:47:20.769518 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'string' to function 'parseDateTime64BestEffortOrZero'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT parseDateTime64BestEffortOrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:20.787805 [ 3914 ] {08473f02-76e0-4b79-9df9-e69400dc3fc8} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'string' to function 'parseDateTime64BestEffortUS'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT parseDateTime64BestEffortUS([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT parseDateTime64BestEffortUS([]);) 2025.03.31 17:47:20.791202 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'string' to function 'parseDateTime64BestEffortUS'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT parseDateTime64BestEffortUS([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:20.810463 [ 3914 ] {7392534f-99aa-42c6-9713-729a29c2615e} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'string' to function 'parseDateTime64BestEffortUSOrNull'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT parseDateTime64BestEffortUSOrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT parseDateTime64BestEffortUSOrNull([]);) 2025.03.31 17:47:20.813615 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'string' to function 'parseDateTime64BestEffortUSOrNull'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT parseDateTime64BestEffortUSOrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:20.832552 [ 3914 ] {4563328f-4133-47bc-91eb-aaa339e532e4} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'string' to function 'parseDateTime64BestEffortUSOrZero'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT parseDateTime64BestEffortUSOrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT parseDateTime64BestEffortUSOrZero([]);) 2025.03.31 17:47:20.835700 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'string' to function 'parseDateTime64BestEffortUSOrZero'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT parseDateTime64BestEffortUSOrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:20.853620 [ 3914 ] {e51a75d0-a364-4981-a167-0be091c58611} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTime64InJodaSyntax'. Expected: String, got: Array(Nothing): In scope SELECT parseDateTime64InJodaSyntax([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT parseDateTime64InJodaSyntax([]);) 2025.03.31 17:47:20.857155 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTime64InJodaSyntax'. Expected: String, got: Array(Nothing): In scope SELECT parseDateTime64InJodaSyntax([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:20.863405 [ 3655 ] {c0b63891-34bd-4fca-b75a-4bee6f8668e1} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id eaef0733-633d-4b41-81bd-d74901249b40. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:20.875390 [ 3914 ] {943c74c3-d0fc-4580-87fe-8ed251c0fa2b} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTime64InJodaSyntaxOrNull'. Expected: String, got: Array(Nothing): In scope SELECT parseDateTime64InJodaSyntaxOrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT parseDateTime64InJodaSyntaxOrNull([]);) 2025.03.31 17:47:20.878830 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTime64InJodaSyntaxOrNull'. Expected: String, got: Array(Nothing): In scope SELECT parseDateTime64InJodaSyntaxOrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:20.900357 [ 3914 ] {5d246714-620e-449c-aba5-e22f0c36568a} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTime64InJodaSyntaxOrZero'. Expected: String, got: Array(Nothing): In scope SELECT parseDateTime64InJodaSyntaxOrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT parseDateTime64InJodaSyntaxOrZero([]);) 2025.03.31 17:47:20.903528 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTime64InJodaSyntaxOrZero'. Expected: String, got: Array(Nothing): In scope SELECT parseDateTime64InJodaSyntaxOrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:20.923802 [ 3914 ] {ef8daea9-f0b9-46a3-aa58-0af3adff88c6} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTime64OrNull'. Expected: String, got: Array(Nothing): In scope SELECT parseDateTime64OrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT parseDateTime64OrNull([]);) 2025.03.31 17:47:20.927089 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTime64OrNull'. Expected: String, got: Array(Nothing): In scope SELECT parseDateTime64OrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:20.946463 [ 3914 ] {ea4a1681-0e5e-4427-b4e2-b42048e0436f} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTime64OrZero'. Expected: String, got: Array(Nothing): In scope SELECT parseDateTime64OrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT parseDateTime64OrZero([]);) 2025.03.31 17:47:20.949620 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTime64OrZero'. Expected: String, got: Array(Nothing): In scope SELECT parseDateTime64OrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:20.958936 [ 1247 ] {fef77706-650f-46a2-b41a-80ae0ffa137d} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 0865a5a0-b3d8-446d-8f32-381530f4eb2f. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:20.968323 [ 3914 ] {50d50446-13a4-4614-b71f-fdb7bdfba0b1} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function parseDateTimeBestEffort: In scope SELECT parseDateTimeBestEffort([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT parseDateTimeBestEffort([]);) 2025.03.31 17:47:20.971474 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function parseDateTimeBestEffort: In scope SELECT parseDateTimeBestEffort([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:20.992224 [ 3914 ] {d57bc877-c687-4cb5-b9d1-1daf2e5a6c16} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function parseDateTimeBestEffortOrNull. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT parseDateTimeBestEffortOrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT parseDateTimeBestEffortOrNull([]);) 2025.03.31 17:47:20.995314 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function parseDateTimeBestEffortOrNull. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT parseDateTimeBestEffortOrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:21.014989 [ 3914 ] {5fcff477-43b8-4ba6-82f0-8ade002c8526} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function parseDateTimeBestEffortOrZero. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT parseDateTimeBestEffortOrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT parseDateTimeBestEffortOrZero([]);) 2025.03.31 17:47:21.018069 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function parseDateTimeBestEffortOrZero. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT parseDateTimeBestEffortOrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:21.037880 [ 3914 ] {2984a27f-4a3f-44d8-92fc-ed1802dddcca} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function parseDateTimeBestEffortUS: In scope SELECT parseDateTimeBestEffortUS([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT parseDateTimeBestEffortUS([]);) 2025.03.31 17:47:21.040951 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function parseDateTimeBestEffortUS: In scope SELECT parseDateTimeBestEffortUS([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:21.059515 [ 3914 ] {daeeb7c7-b4e3-476e-b454-ce87b047e11d} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function parseDateTimeBestEffortUSOrNull. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT parseDateTimeBestEffortUSOrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT parseDateTimeBestEffortUSOrNull([]);) 2025.03.31 17:47:21.062884 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function parseDateTimeBestEffortUSOrNull. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT parseDateTimeBestEffortUSOrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:21.080066 [ 3914 ] {8705d984-6741-4ed1-b3cd-3250cbf93dce} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function parseDateTimeBestEffortUSOrZero. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT parseDateTimeBestEffortUSOrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT parseDateTimeBestEffortUSOrZero([]);) 2025.03.31 17:47:21.083179 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function parseDateTimeBestEffortUSOrZero. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT parseDateTimeBestEffortUSOrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:21.100104 [ 3914 ] {d327bbe0-1ca1-46fb-aa50-40dbb4c2700e} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTimeInJodaSyntax'. Expected: String, got: Array(Nothing): In scope SELECT parseDateTimeInJodaSyntax([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT parseDateTimeInJodaSyntax([]);) 2025.03.31 17:47:21.102955 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTimeInJodaSyntax'. Expected: String, got: Array(Nothing): In scope SELECT parseDateTimeInJodaSyntax([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:21.112706 [ 3179 ] {0125569a-8220-4e51-8a18-df1cb632e351} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 8fe87f6e-3dc9-44bc-8f32-658d8bb3b633. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:21.119634 [ 3914 ] {b6049634-ca10-409d-ac10-c982f91ac632} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTimeInJodaSyntaxOrNull'. Expected: String, got: Array(Nothing): In scope SELECT parseDateTimeInJodaSyntaxOrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT parseDateTimeInJodaSyntaxOrNull([]);) 2025.03.31 17:47:21.122619 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTimeInJodaSyntaxOrNull'. Expected: String, got: Array(Nothing): In scope SELECT parseDateTimeInJodaSyntaxOrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:21.139611 [ 3914 ] {3ed4070a-8fef-4b0f-8e26-b1257391bd24} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTimeInJodaSyntaxOrZero'. Expected: String, got: Array(Nothing): In scope SELECT parseDateTimeInJodaSyntaxOrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT parseDateTimeInJodaSyntaxOrZero([]);) 2025.03.31 17:47:21.142559 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTimeInJodaSyntaxOrZero'. Expected: String, got: Array(Nothing): In scope SELECT parseDateTimeInJodaSyntaxOrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:21.160410 [ 3914 ] {c5882bd1-aeae-40ad-812e-ebb660df7460} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTimeOrNull'. Expected: String, got: Array(Nothing): In scope SELECT parseDateTimeOrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT parseDateTimeOrNull([]);) 2025.03.31 17:47:21.163478 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTimeOrNull'. Expected: String, got: Array(Nothing): In scope SELECT parseDateTimeOrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:21.181209 [ 3914 ] {acd735d1-f196-474d-babd-5f20afcb1da4} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTimeOrZero'. Expected: String, got: Array(Nothing): In scope SELECT parseDateTimeOrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT parseDateTimeOrZero([]);) 2025.03.31 17:47:21.184160 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTimeOrZero'. Expected: String, got: Array(Nothing): In scope SELECT parseDateTimeOrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:21.201237 [ 3914 ] {22be1f3d-3c76-40c0-800f-eca2de9ad962} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'readable_size' to function 'parseReadableSize'. Expected: String, got: Array(Nothing): In scope SELECT parseReadableSize([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT parseReadableSize([]);) 2025.03.31 17:47:21.204403 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'readable_size' to function 'parseReadableSize'. Expected: String, got: Array(Nothing): In scope SELECT parseReadableSize([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:21.222427 [ 3914 ] {42093439-f5b5-45d4-ac29-6985fd2d09b9} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'readable_size' to function 'parseReadableSizeOrNull'. Expected: String, got: Array(Nothing): In scope SELECT parseReadableSizeOrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT parseReadableSizeOrNull([]);) 2025.03.31 17:47:21.225821 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'readable_size' to function 'parseReadableSizeOrNull'. Expected: String, got: Array(Nothing): In scope SELECT parseReadableSizeOrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:21.242708 [ 3914 ] {7a4347ba-940f-46d8-a5e3-ce8847197a73} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'readable_size' to function 'parseReadableSizeOrZero'. Expected: String, got: Array(Nothing): In scope SELECT parseReadableSizeOrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT parseReadableSizeOrZero([]);) 2025.03.31 17:47:21.245435 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'readable_size' to function 'parseReadableSizeOrZero'. Expected: String, got: Array(Nothing): In scope SELECT parseReadableSizeOrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:21.263071 [ 3914 ] {88158e33-722a-4b5a-8430-803b5de69cb5} executeQuery: Code: 43. DB::Exception: Cannot format Array(Nothing) as time string.: In scope SELECT parseTimeDelta([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT parseTimeDelta([]);) 2025.03.31 17:47:21.265696 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Cannot format Array(Nothing) as time string.: In scope SELECT parseTimeDelta([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:21.276410 [ 1061 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:21.277042 [ 1061 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:21.277616 [ 1056 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:21.278139 [ 1056 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:21.286949 [ 3178 ] {7928f640-4af3-4fc9-8fa7-7ad4c608f633} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id a7978e5f-2a44-4f2d-9f10-b385265fe705. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:21.345841 [ 3914 ] {916238df-1ac3-4ba7-8182-27f6d1676229} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function path: In scope SELECT path([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT path([]);) 2025.03.31 17:47:21.348811 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function path: In scope SELECT path([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:21.363202 [ 3914 ] {0ac526ac-e94d-4d47-8c8b-64f0d0751e37} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function pathFull: In scope SELECT pathFull([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT pathFull([]);) 2025.03.31 17:47:21.365997 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function pathFull: In scope SELECT pathFull([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:21.397994 [ 3914 ] {040f34ee-9d2a-4388-a772-50ebe95410dc} executeQuery: Code: 36. DB::Exception: The function 'percentRank' can only be used as a window function, not as an aggregate function: While executing AggregatingTransform. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT percentRank([]);) 2025.03.31 17:47:21.402044 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: The function 'percentRank' can only be used as a window function, not as an aggregate function: While executing AggregatingTransform. (BAD_ARGUMENTS) 2025.03.31 17:47:21.433497 [ 3914 ] {edc4c4e8-707d-4f64-bcc7-a093272d1855} executeQuery: Code: 36. DB::Exception: The function 'percentRank' can only be used as a window function, not as an aggregate function: While executing AggregatingTransform. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT percent_rank([]);) 2025.03.31 17:47:21.437271 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: The function 'percentRank' can only be used as a window function, not as an aggregate function: While executing AggregatingTransform. (BAD_ARGUMENTS) 2025.03.31 17:47:21.455134 [ 3914 ] {78d81c37-b6d0-4106-b060-79286d725aa9} executeQuery: Code: 42. DB::Exception: Number of arguments for function pi doesn't match: passed 1, should be 0: In scope SELECT pi([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT pi([]);) 2025.03.31 17:47:21.458159 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function pi doesn't match: passed 1, should be 0: In scope SELECT pi([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:21.474504 [ 3914 ] {e699307e-ca9f-422e-91ac-d51d1a7e4de8} executeQuery: Code: 42. DB::Exception: Number of arguments for function plus doesn't match: passed 1, should be 2: In scope SELECT plus([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT plus([]);) 2025.03.31 17:47:21.477166 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function plus doesn't match: passed 1, should be 2: In scope SELECT plus([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:21.493251 [ 3914 ] {e1adb747-9186-40aa-b6c2-491dc85649ef} executeQuery: Code: 42. DB::Exception: Number of arguments for function positiveModulo doesn't match: passed 1, should be 2: In scope SELECT pmod([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT pmod([]);) 2025.03.31 17:47:21.496206 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function positiveModulo doesn't match: passed 1, should be 2: In scope SELECT pmod([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:21.513490 [ 3914 ] {b048ae25-57f1-48d1-a8bd-8bfb47b9b251} executeQuery: Code: 42. DB::Exception: Incorrect number of arguments of function pointInEllipses. Must be 2 for your point plus 4 * N for ellipses (x_i, y_i, a_i, b_i).: In scope SELECT pointInEllipses([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT pointInEllipses([]);) 2025.03.31 17:47:21.516454 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Incorrect number of arguments of function pointInEllipses. Must be 2 for your point plus 4 * N for ellipses (x_i, y_i, a_i, b_i).: In scope SELECT pointInEllipses([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:21.535646 [ 3914 ] {64012e00-3c29-4c6e-ab2c-9bbea20360e2} executeQuery: Code: 35. DB::Exception: Function pointInPolygon requires at least 2 arguments: In scope SELECT pointInPolygon([]). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT pointInPolygon([]);) 2025.03.31 17:47:21.539159 [ 3914 ] {} TCPHandler: Code: 35. DB::Exception: Function pointInPolygon requires at least 2 arguments: In scope SELECT pointInPolygon([]). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) 2025.03.31 17:47:21.562968 [ 3914 ] {c8af5902-3a99-475f-94fb-76a253f81dbc} executeQuery: Code: 36. DB::Exception: Unknown geometry type Array(Nothing): In scope SELECT polygonAreaCartesian([]). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT polygonAreaCartesian([]);) 2025.03.31 17:47:21.566131 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: Unknown geometry type Array(Nothing): In scope SELECT polygonAreaCartesian([]). (BAD_ARGUMENTS) 2025.03.31 17:47:21.590422 [ 3914 ] {fb85da54-b59e-44a0-b517-adc4a25d82db} executeQuery: Code: 36. DB::Exception: Unknown geometry type Array(Nothing): In scope SELECT polygonAreaSpherical([]). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT polygonAreaSpherical([]);) 2025.03.31 17:47:21.593819 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: Unknown geometry type Array(Nothing): In scope SELECT polygonAreaSpherical([]). (BAD_ARGUMENTS) 2025.03.31 17:47:21.599467 [ 1052 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:21.599929 [ 1052 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:21.600729 [ 1061 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:21.601209 [ 1061 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:21.618953 [ 3914 ] {7ca75ec3-d4c9-48e6-bf9d-3ad04826f400} executeQuery: Code: 36. DB::Exception: Unknown geometry type Array(Nothing): In scope SELECT polygonConvexHullCartesian([]). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT polygonConvexHullCartesian([]);) 2025.03.31 17:47:21.622229 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: Unknown geometry type Array(Nothing): In scope SELECT polygonConvexHullCartesian([]). (BAD_ARGUMENTS) 2025.03.31 17:47:21.646009 [ 3914 ] {c6dffb58-8833-472e-9629-f137b0b38e66} executeQuery: Code: 36. DB::Exception: Unknown geometry type Array(Nothing): In scope SELECT polygonPerimeterCartesian([]). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT polygonPerimeterCartesian([]);) 2025.03.31 17:47:21.649112 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: Unknown geometry type Array(Nothing): In scope SELECT polygonPerimeterCartesian([]). (BAD_ARGUMENTS) 2025.03.31 17:47:21.674309 [ 3914 ] {cebb944b-a089-4f7f-91bd-a59cb7deb93b} executeQuery: Code: 36. DB::Exception: Unknown geometry type Array(Nothing): In scope SELECT polygonPerimeterSpherical([]). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT polygonPerimeterSpherical([]);) 2025.03.31 17:47:21.677608 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: Unknown geometry type Array(Nothing): In scope SELECT polygonPerimeterSpherical([]). (BAD_ARGUMENTS) 2025.03.31 17:47:21.694922 [ 1051 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:21.695289 [ 1049 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:21.695429 [ 1051 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:21.695799 [ 1049 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:21.696107 [ 3914 ] {1cbe33c8-0419-47fa-b346-c06885d6fd7d} executeQuery: Code: 42. DB::Exception: Number of arguments for function polygonsDistanceCartesian doesn't match: passed 1, should be 2: In scope SELECT polygonsDistanceCartesian([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT polygonsDistanceCartesian([]);) 2025.03.31 17:47:21.699722 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function polygonsDistanceCartesian doesn't match: passed 1, should be 2: In scope SELECT polygonsDistanceCartesian([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:21.717496 [ 3914 ] {f4a98e47-7d22-4112-b039-055bb69c3292} executeQuery: Code: 42. DB::Exception: Number of arguments for function polygonsDistanceSpherical doesn't match: passed 1, should be 2: In scope SELECT polygonsDistanceSpherical([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT polygonsDistanceSpherical([]);) 2025.03.31 17:47:21.720636 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function polygonsDistanceSpherical doesn't match: passed 1, should be 2: In scope SELECT polygonsDistanceSpherical([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:21.737393 [ 3914 ] {35b6c193-0836-4fa3-9c80-7e719963d545} executeQuery: Code: 42. DB::Exception: Number of arguments for function polygonsEqualsCartesian doesn't match: passed 1, should be 2: In scope SELECT polygonsEqualsCartesian([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT polygonsEqualsCartesian([]);) 2025.03.31 17:47:21.740474 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function polygonsEqualsCartesian doesn't match: passed 1, should be 2: In scope SELECT polygonsEqualsCartesian([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:21.757176 [ 3914 ] {a8f8f1c8-6e56-4375-bb2d-3d8720ea0a5a} executeQuery: Code: 42. DB::Exception: Number of arguments for function polygonsIntersectionCartesian doesn't match: passed 1, should be 2: In scope SELECT polygonsIntersectionCartesian([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT polygonsIntersectionCartesian([]);) 2025.03.31 17:47:21.760336 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function polygonsIntersectionCartesian doesn't match: passed 1, should be 2: In scope SELECT polygonsIntersectionCartesian([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:21.778537 [ 3914 ] {3449b656-8dd7-4b8a-96b8-302d54e14326} executeQuery: Code: 42. DB::Exception: Number of arguments for function polygonsIntersectionSpherical doesn't match: passed 1, should be 2: In scope SELECT polygonsIntersectionSpherical([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT polygonsIntersectionSpherical([]);) 2025.03.31 17:47:21.781646 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function polygonsIntersectionSpherical doesn't match: passed 1, should be 2: In scope SELECT polygonsIntersectionSpherical([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:21.798844 [ 3914 ] {1f414179-9309-4fc8-acc1-7569876c4e37} executeQuery: Code: 42. DB::Exception: Number of arguments for function polygonsSymDifferenceCartesian doesn't match: passed 1, should be 2: In scope SELECT polygonsSymDifferenceCartesian([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT polygonsSymDifferenceCartesian([]);) 2025.03.31 17:47:21.801975 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function polygonsSymDifferenceCartesian doesn't match: passed 1, should be 2: In scope SELECT polygonsSymDifferenceCartesian([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:21.818953 [ 3914 ] {2547096a-1f03-4098-af57-996c53718dcf} executeQuery: Code: 42. DB::Exception: Number of arguments for function polygonsSymDifferenceSpherical doesn't match: passed 1, should be 2: In scope SELECT polygonsSymDifferenceSpherical([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT polygonsSymDifferenceSpherical([]);) 2025.03.31 17:47:21.822186 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function polygonsSymDifferenceSpherical doesn't match: passed 1, should be 2: In scope SELECT polygonsSymDifferenceSpherical([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:21.838061 [ 3914 ] {c3d12e2b-02ff-4877-9d0a-09376dad546a} executeQuery: Code: 42. DB::Exception: Number of arguments for function polygonsUnionCartesian doesn't match: passed 1, should be 2: In scope SELECT polygonsUnionCartesian([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT polygonsUnionCartesian([]);) 2025.03.31 17:47:21.841149 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function polygonsUnionCartesian doesn't match: passed 1, should be 2: In scope SELECT polygonsUnionCartesian([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:21.858213 [ 3914 ] {13190991-22a0-476d-b75d-0f5700d7e5b7} executeQuery: Code: 42. DB::Exception: Number of arguments for function polygonsUnionSpherical doesn't match: passed 1, should be 2: In scope SELECT polygonsUnionSpherical([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT polygonsUnionSpherical([]);) 2025.03.31 17:47:21.861284 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function polygonsUnionSpherical doesn't match: passed 1, should be 2: In scope SELECT polygonsUnionSpherical([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:21.877087 [ 3914 ] {80d4722a-a61a-4be1-9d3f-423429237cf6} executeQuery: Code: 42. DB::Exception: Number of arguments for function polygonsWithinCartesian doesn't match: passed 1, should be 2: In scope SELECT polygonsWithinCartesian([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT polygonsWithinCartesian([]);) 2025.03.31 17:47:21.880344 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function polygonsWithinCartesian doesn't match: passed 1, should be 2: In scope SELECT polygonsWithinCartesian([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:21.882587 [ 1057 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:21.882913 [ 1059 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:21.883071 [ 1057 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:21.883399 [ 1059 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:21.896699 [ 3914 ] {76e3f71a-83bc-4d50-ab78-03f55cc120a6} executeQuery: Code: 42. DB::Exception: Number of arguments for function polygonsWithinSpherical doesn't match: passed 1, should be 2: In scope SELECT polygonsWithinSpherical([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT polygonsWithinSpherical([]);) 2025.03.31 17:47:21.899857 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function polygonsWithinSpherical doesn't match: passed 1, should be 2: In scope SELECT polygonsWithinSpherical([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:21.915619 [ 3914 ] {aa705b3b-406c-4b2c-b9f1-d22e0e648efb} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function port. Must be String.: In scope SELECT port([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT port([]);) 2025.03.31 17:47:21.919148 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function port. Must be String.: In scope SELECT port([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:21.935789 [ 3914 ] {497893e1-a306-4170-963b-477858a60ffe} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function portRFC. Must be String.: In scope SELECT portRFC([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT portRFC([]);) 2025.03.31 17:47:21.940153 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function portRFC. Must be String.: In scope SELECT portRFC([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:21.958537 [ 3914 ] {10d0586d-3257-47f2-b1d2-492aa957d02f} executeQuery: Code: 42. DB::Exception: Number of arguments for function positionCaseInsensitive doesn't match: passed 1, should be 2 or 3: In scope SELECT positionCaseInsensitive([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT positionCaseInsensitive([]);) 2025.03.31 17:47:21.961585 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function positionCaseInsensitive doesn't match: passed 1, should be 2 or 3: In scope SELECT positionCaseInsensitive([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:21.977201 [ 3914 ] {2fddf32d-9d33-42dd-9c5a-0ae6c8baed94} executeQuery: Code: 42. DB::Exception: Number of arguments for function positionCaseInsensitiveUTF8 doesn't match: passed 1, should be 2 or 3: In scope SELECT positionCaseInsensitiveUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT positionCaseInsensitiveUTF8([]);) 2025.03.31 17:47:21.979910 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function positionCaseInsensitiveUTF8 doesn't match: passed 1, should be 2 or 3: In scope SELECT positionCaseInsensitiveUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:21.994671 [ 3914 ] {b2d02cb1-5ae0-4991-b98e-147f9502b3cd} executeQuery: Code: 42. DB::Exception: Number of arguments for function positionUTF8 doesn't match: passed 1, should be 2 or 3: In scope SELECT positionUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT positionUTF8([]);) 2025.03.31 17:47:21.997415 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function positionUTF8 doesn't match: passed 1, should be 2 or 3: In scope SELECT positionUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:22.012039 [ 3914 ] {3694d325-bee2-438b-85b6-c359582ec566} executeQuery: Code: 42. DB::Exception: Number of arguments for function positiveModulo doesn't match: passed 1, should be 2: In scope SELECT positiveModulo([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT positiveModulo([]);) 2025.03.31 17:47:22.015066 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function positiveModulo doesn't match: passed 1, should be 2: In scope SELECT positiveModulo([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:22.030563 [ 3914 ] {93e608f4-d10d-412b-b825-cd60c0c76ee0} executeQuery: Code: 42. DB::Exception: Number of arguments for function positiveModulo doesn't match: passed 1, should be 2: In scope SELECT positive_modulo([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT positive_modulo([]);) 2025.03.31 17:47:22.033603 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function positiveModulo doesn't match: passed 1, should be 2: In scope SELECT positive_modulo([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:22.049458 [ 3914 ] {b180a798-e34a-4db1-bcfb-5359f5008b02} executeQuery: Code: 42. DB::Exception: Number of arguments for function pow doesn't match: passed 1, should be 2: In scope SELECT pow([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT pow([]);) 2025.03.31 17:47:22.052278 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function pow doesn't match: passed 1, should be 2: In scope SELECT pow([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:22.065486 [ 3914 ] {303a522f-43e2-4250-aa34-8986db4f5ed6} executeQuery: Code: 42. DB::Exception: Number of arguments for function pow doesn't match: passed 1, should be 2: In scope SELECT power([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT power([]);) 2025.03.31 17:47:22.068212 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function pow doesn't match: passed 1, should be 2: In scope SELECT power([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:22.082028 [ 3914 ] {bc26b5ff-e342-47fa-8bde-7314d9b325dd} executeQuery: Code: 43. DB::Exception: The first argument type of function printf is Array(Nothing), but String type is expected: In scope SELECT printf([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT printf([]);) 2025.03.31 17:47:22.084640 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The first argument type of function printf is Array(Nothing), but String type is expected: In scope SELECT printf([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:22.099462 [ 3914 ] {8a4289b5-c217-416b-a0cb-6b1e802c91d9} executeQuery: Code: 42. DB::Exception: Number of arguments for function proportionsZTest doesn't match: passed 1, should be 6: In scope SELECT proportionsZTest([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT proportionsZTest([]);) 2025.03.31 17:47:22.102066 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function proportionsZTest doesn't match: passed 1, should be 6: In scope SELECT proportionsZTest([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:22.116190 [ 3914 ] {e129e947-5ab6-4f7c-a2a9-f37370d21379} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function protocol: In scope SELECT protocol([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT protocol([]);) 2025.03.31 17:47:22.118953 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function protocol: In scope SELECT protocol([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:22.134393 [ 3914 ] {83662c3e-5272-4da9-ab78-b4c942215ed8} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function punycodeDecode: In scope SELECT punycodeDecode([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT punycodeDecode([]);) 2025.03.31 17:47:22.137131 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function punycodeDecode: In scope SELECT punycodeDecode([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:22.152393 [ 3914 ] {e094bd6d-d912-44c7-b9e1-a4da123b16ad} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function punycodeEncode: In scope SELECT punycodeEncode([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT punycodeEncode([]);) 2025.03.31 17:47:22.155095 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function punycodeEncode: In scope SELECT punycodeEncode([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:22.168254 [ 3914 ] {b9827fff-4d3f-47f0-940c-689cc2378b9d} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantile. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT quantile([]);) 2025.03.31 17:47:22.170942 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantile. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:22.185768 [ 3914 ] {48f57a2b-d423-4c4d-9f12-c120eb353e4b} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileBFloat16. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT quantileBFloat16([]);) 2025.03.31 17:47:22.188395 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileBFloat16. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:22.203012 [ 3914 ] {598f4c64-00a3-473f-bf51-f01d46b01c99} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileBFloat16Weighted. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT quantileBFloat16Weighted([]);) 2025.03.31 17:47:22.205941 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileBFloat16Weighted. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:22.220974 [ 3914 ] {8923d84f-ab45-4618-9fa3-9c0e99506a0d} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileDD. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT quantileDD([]);) 2025.03.31 17:47:22.223809 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileDD. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:22.228161 [ 1052 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:22.228654 [ 1052 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:22.228658 [ 1063 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:22.229224 [ 1063 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:22.244465 [ 3914 ] {127aeceb-1e6a-4eed-8427-1ba582e358a2} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileDeterministic. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT quantileDeterministic([]);) 2025.03.31 17:47:22.247398 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileDeterministic. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:22.263183 [ 3914 ] {f0d59f5f-444f-4b52-beef-1a5051119666} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileExact. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT quantileExact([]);) 2025.03.31 17:47:22.266072 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileExact. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:22.280934 [ 3914 ] {0e86616a-0d6a-4b38-a8c3-1790277f749d} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileExactExclusive. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT quantileExactExclusive([]);) 2025.03.31 17:47:22.284016 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileExactExclusive. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:22.300673 [ 3914 ] {93c18686-0e26-4cb7-b10c-4fb66fa4d9cf} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileExactHigh. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT quantileExactHigh([]);) 2025.03.31 17:47:22.303503 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileExactHigh. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:22.319161 [ 3914 ] {89f8516f-893f-4016-9264-c51352fa792d} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileExactInclusive. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT quantileExactInclusive([]);) 2025.03.31 17:47:22.322292 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileExactInclusive. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:22.337697 [ 3914 ] {f915baac-f7fd-47d0-861e-14bfc0f63b67} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileExactLow. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT quantileExactLow([]);) 2025.03.31 17:47:22.340451 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileExactLow. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:22.355651 [ 3914 ] {08a08097-9930-4e0c-8cce-c2b0b478094d} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileExactWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT quantileExactWeighted([]);) 2025.03.31 17:47:22.359167 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileExactWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:22.359455 [ 3179 ] {76b2ee22-7f15-4ee0-987d-c158f5bb5eb0} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 943b6d17-b6eb-4ad1-afb7-1ddfc20d1413. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:22.374039 [ 3914 ] {b4aa0cad-39f0-47ab-8fa0-cd78aad39429} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileExactWeightedInterpolated. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT quantileExactWeightedInterpolated([]);) 2025.03.31 17:47:22.376944 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileExactWeightedInterpolated. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:22.391580 [ 3914 ] {54624fd6-032f-4cc6-9805-6296de5a0e0b} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileGK. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT quantileGK([]);) 2025.03.31 17:47:22.394496 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileGK. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:22.410042 [ 3914 ] {e4c347c2-6e7a-4495-988f-c9b193d734e3} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileInterpolatedWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT quantileInterpolatedWeighted([]);) 2025.03.31 17:47:22.413391 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileInterpolatedWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:22.430081 [ 3914 ] {fc130352-7a8a-4c99-81f9-90f5748700cf} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileTDigest. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT quantileTDigest([]);) 2025.03.31 17:47:22.433106 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileTDigest. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:22.448601 [ 3914 ] {946db029-5cb3-4542-9c14-1d033fc6b539} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileTDigestWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT quantileTDigestWeighted([]);) 2025.03.31 17:47:22.451316 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileTDigestWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:22.466013 [ 3914 ] {d3343360-3370-4fb6-b25a-8849cd6008e4} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileTiming. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT quantileTiming([]);) 2025.03.31 17:47:22.468812 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileTiming. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:22.485271 [ 3914 ] {5886e447-8fe6-41b3-8ea2-2b2f64739140} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileTimingWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT quantileTimingWeighted([]);) 2025.03.31 17:47:22.488074 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileTimingWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:22.502733 [ 3914 ] {9e00bddb-764e-44a7-ab55-0816ca0c2c38} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantiles. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT quantiles([]);) 2025.03.31 17:47:22.505250 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantiles. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:22.519061 [ 3914 ] {0233ec09-6662-45f8-902d-3969bd40941c} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesBFloat16. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT quantilesBFloat16([]);) 2025.03.31 17:47:22.522228 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesBFloat16. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:22.539411 [ 3914 ] {11b0e075-096d-4dd4-bd55-90aec8adf2ed} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesBFloat16Weighted. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT quantilesBFloat16Weighted([]);) 2025.03.31 17:47:22.542611 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesBFloat16Weighted. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:22.559192 [ 3914 ] {e1c0dfaf-b8d2-49e7-a035-7f71b2987ad0} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesDD. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT quantilesDD([]);) 2025.03.31 17:47:22.562019 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesDD. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:22.577475 [ 3914 ] {0e212a39-885a-4965-96ec-d7447d2f0c55} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesDeterministic. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT quantilesDeterministic([]);) 2025.03.31 17:47:22.580325 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesDeterministic. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:22.595506 [ 3914 ] {23e616e6-f225-4dfa-bef2-df46d74d422e} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesExact. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT quantilesExact([]);) 2025.03.31 17:47:22.598478 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesExact. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:22.613682 [ 3914 ] {6ef95e1e-04da-454f-8d0d-6a0a79c87a05} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesExactExclusive. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT quantilesExactExclusive([]);) 2025.03.31 17:47:22.616828 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesExactExclusive. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:22.631347 [ 1052 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:22.631357 [ 1059 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:22.631818 [ 1052 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:22.631870 [ 1059 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:22.634756 [ 3914 ] {aa1148f1-6eaf-4fcf-89d7-1b31e5386a6f} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesExactHigh. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT quantilesExactHigh([]);) 2025.03.31 17:47:22.638026 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesExactHigh. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:22.654388 [ 3914 ] {21e41b1d-c8cf-4fde-b34c-050983702c4a} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesExactInclusive. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT quantilesExactInclusive([]);) 2025.03.31 17:47:22.657539 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesExactInclusive. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:22.674117 [ 3914 ] {d689a697-c1e6-4010-aab2-d3574aa30ae0} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesExactLow. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT quantilesExactLow([]);) 2025.03.31 17:47:22.677938 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesExactLow. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:22.695457 [ 3914 ] {09c52194-87ad-4414-98f1-508e6efaa383} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesExactWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT quantilesExactWeighted([]);) 2025.03.31 17:47:22.698813 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesExactWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:22.715901 [ 3914 ] {2130ef2f-e603-4113-a913-8c30cadc6d9e} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesExactWeightedInterpolated. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT quantilesExactWeightedInterpolated([]);) 2025.03.31 17:47:22.719048 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesExactWeightedInterpolated. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:22.726026 [ 3178 ] {93ebb3c7-01cb-4f27-9334-b7661e64c51e} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 6f239453-5fa8-4ef7-a95e-bef0e70201f8. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:22.734663 [ 3914 ] {f70b7180-b722-42c8-89e9-4d8211358837} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesGK. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT quantilesGK([]);) 2025.03.31 17:47:22.738082 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesGK. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:22.754794 [ 3914 ] {2d7895f7-0a7a-43d4-b4d2-18249548c4f4} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesInterpolatedWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT quantilesInterpolatedWeighted([]);) 2025.03.31 17:47:22.757896 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesInterpolatedWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:22.762428 [ 1051 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:22.763027 [ 1051 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:22.763248 [ 1058 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:22.763726 [ 1058 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:22.776813 [ 3914 ] {fab87133-eb13-4b7d-874a-6e48086cfb7c} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesTDigest. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT quantilesTDigest([]);) 2025.03.31 17:47:22.780063 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesTDigest. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:22.794889 [ 3914 ] {f855a8bb-472d-4024-9d19-c8a680b04036} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesTDigestWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT quantilesTDigestWeighted([]);) 2025.03.31 17:47:22.797660 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesTDigestWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:22.813052 [ 3914 ] {6ad55e15-b6a5-4a8d-9441-2ee50faf7650} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesTiming. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT quantilesTiming([]);) 2025.03.31 17:47:22.816049 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesTiming. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:22.831046 [ 3914 ] {97308bbd-6e24-4266-9391-b059c36e4209} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesTimingWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT quantilesTimingWeighted([]);) 2025.03.31 17:47:22.834174 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesTimingWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:22.850049 [ 3914 ] {584e5d9e-4516-4d4e-92bf-09202bc593a0} executeQuery: Code: 42. DB::Exception: Number of arguments for function queryID doesn't match: passed 1, should be 0: In scope SELECT queryID([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT queryID([]);) 2025.03.31 17:47:22.853206 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function queryID doesn't match: passed 1, should be 0: In scope SELECT queryID([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:22.872192 [ 3914 ] {ec5b0140-8679-411b-b058-4043dc295afc} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function queryString: In scope SELECT queryString([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT queryString([]);) 2025.03.31 17:47:22.875303 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function queryString: In scope SELECT queryString([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:22.891378 [ 3914 ] {b6f07907-52da-4136-b82c-589f921ac27d} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function queryStringAndFragment: In scope SELECT queryStringAndFragment([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT queryStringAndFragment([]);) 2025.03.31 17:47:22.894523 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function queryStringAndFragment: In scope SELECT queryStringAndFragment([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:22.907389 [ 3914 ] {80545c76-d1e5-468a-965d-7da2bcdfc352} executeQuery: Code: 42. DB::Exception: Number of arguments for function queryID doesn't match: passed 1, should be 0: In scope SELECT query_id([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT query_id([]);) 2025.03.31 17:47:22.909617 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function queryID doesn't match: passed 1, should be 0: In scope SELECT query_id([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:22.921872 [ 3914 ] {da7bb25d-18cc-4a9f-af45-18eaad570f5d} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function radians: In scope SELECT radians([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT radians([]);) 2025.03.31 17:47:22.923382 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function radians: In scope SELECT radians([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:23.032792 [ 3914 ] {a1ac231e-f597-4bff-bb50-fe6784766a1c} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function randBernoulli, expected Float64 or integer: In scope SELECT randBernoulli([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT randBernoulli([]);) 2025.03.31 17:47:23.036006 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function randBernoulli, expected Float64 or integer: In scope SELECT randBernoulli([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:23.051773 [ 3914 ] {4d76637c-23d4-4260-8d1c-85d3cc5d3d29} executeQuery: Code: 42. DB::Exception: Wrong number of arguments for function randBinomial. Should be 2 or 3: In scope SELECT randBinomial([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT randBinomial([]);) 2025.03.31 17:47:23.054835 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Wrong number of arguments for function randBinomial. Should be 2 or 3: In scope SELECT randBinomial([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:23.100812 [ 3914 ] {483a43e6-d612-4440-b125-e265aa537074} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function randChiSquared, expected Float64 or integer: In scope SELECT randChiSquared([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT randChiSquared([]);) 2025.03.31 17:47:23.103469 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function randChiSquared, expected Float64 or integer: In scope SELECT randChiSquared([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:23.143410 [ 3914 ] {1abb6561-55e9-42f2-b716-ecce03b8761b} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function randExponential, expected Float64 or integer: In scope SELECT randExponential([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT randExponential([]);) 2025.03.31 17:47:23.145640 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function randExponential, expected Float64 or integer: In scope SELECT randExponential([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:23.164122 [ 3914 ] {fe28c34e-fb05-4159-9407-e86de946a7f1} executeQuery: Code: 42. DB::Exception: Wrong number of arguments for function randFisherF. Should be 2 or 3: In scope SELECT randFisherF([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT randFisherF([]);) 2025.03.31 17:47:23.167117 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Wrong number of arguments for function randFisherF. Should be 2 or 3: In scope SELECT randFisherF([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:23.180468 [ 3914 ] {dcaaee6c-1cc2-4be0-b6b1-fea87a5b93f3} executeQuery: Code: 42. DB::Exception: Wrong number of arguments for function randLogNormal. Should be 2 or 3: In scope SELECT randLogNormal([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT randLogNormal([]);) 2025.03.31 17:47:23.182426 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Wrong number of arguments for function randLogNormal. Should be 2 or 3: In scope SELECT randLogNormal([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:23.198633 [ 3914 ] {e49f03a1-04aa-4876-9f4d-e3d7dcae9acb} executeQuery: Code: 42. DB::Exception: Wrong number of arguments for function randNegativeBinomial. Should be 2 or 3: In scope SELECT randNegativeBinomial([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT randNegativeBinomial([]);) 2025.03.31 17:47:23.201867 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Wrong number of arguments for function randNegativeBinomial. Should be 2 or 3: In scope SELECT randNegativeBinomial([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:23.218420 [ 3914 ] {37881149-fe74-4d69-8fee-c0fe0aa7762e} executeQuery: Code: 42. DB::Exception: Wrong number of arguments for function randNormal. Should be 2 or 3: In scope SELECT randNormal([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT randNormal([]);) 2025.03.31 17:47:23.222457 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Wrong number of arguments for function randNormal. Should be 2 or 3: In scope SELECT randNormal([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:23.238751 [ 3914 ] {f0c2f063-893f-44f0-bc15-c94857785d94} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function randPoisson, expected Float64 or integer: In scope SELECT randPoisson([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT randPoisson([]);) 2025.03.31 17:47:23.241930 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function randPoisson, expected Float64 or integer: In scope SELECT randPoisson([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:23.253319 [ 1053 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:23.253799 [ 1053 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:23.255355 [ 1051 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:23.255848 [ 1051 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:23.259673 [ 3914 ] {4e1a3356-123a-4150-a9f5-3d3dcb404541} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function randStudentT, expected Float64 or integer: In scope SELECT randStudentT([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT randStudentT([]);) 2025.03.31 17:47:23.262739 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function randStudentT, expected Float64 or integer: In scope SELECT randStudentT([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:23.275350 [ 3914 ] {dfecb23c-3244-400b-93e1-233984e8986d} executeQuery: Code: 42. DB::Exception: Wrong number of arguments for function randUniform. Should be 2 or 3: In scope SELECT randUniform([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT randUniform([]);) 2025.03.31 17:47:23.277062 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Wrong number of arguments for function randUniform. Should be 2 or 3: In scope SELECT randUniform([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:23.289331 [ 3914 ] {bc2b9bfc-75e9-470a-b6bb-65364a8299d3} executeQuery: Code: 43. DB::Exception: First argument for function randomFixedString must be unsigned integer: In scope SELECT randomFixedString([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT randomFixedString([]);) 2025.03.31 17:47:23.290928 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function randomFixedString must be unsigned integer: In scope SELECT randomFixedString([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:23.302983 [ 3914 ] {d10605ac-fe23-4e0c-a1a8-0dab4093cdb0} executeQuery: Code: 43. DB::Exception: First argument of function randomPrintableASCII must have numeric type: In scope SELECT randomPrintableASCII([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT randomPrintableASCII([]);) 2025.03.31 17:47:23.304657 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function randomPrintableASCII must have numeric type: In scope SELECT randomPrintableASCII([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:23.317005 [ 3914 ] {1c74183a-e89c-448d-8062-243fbd0faa26} executeQuery: Code: 43. DB::Exception: First argument of function randomString must have numeric type: In scope SELECT randomString([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT randomString([]);) 2025.03.31 17:47:23.318594 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function randomString must have numeric type: In scope SELECT randomString([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:23.330977 [ 3914 ] {01000d93-c1f8-46eb-875d-a5f3833631c8} executeQuery: Code: 43. DB::Exception: First argument of function randomStringUTF8 must have numeric type: In scope SELECT randomStringUTF8([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT randomStringUTF8([]);) 2025.03.31 17:47:23.332770 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function randomStringUTF8 must have numeric type: In scope SELECT randomStringUTF8([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:23.344319 [ 3914 ] {2a0c8205-7ba8-4f62-9438-d77138ad41ad} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function range: In scope SELECT range([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT range([]);) 2025.03.31 17:47:23.346078 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function range: In scope SELECT range([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:23.372542 [ 3914 ] {3a96b976-1078-4c17-808e-fe18d9497584} executeQuery: Code: 36. DB::Exception: The function 'rank' can only be used as a window function, not as an aggregate function: While executing AggregatingTransform. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT rank([]);) 2025.03.31 17:47:23.376209 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: The function 'rank' can only be used as a window function, not as an aggregate function: While executing AggregatingTransform. (BAD_ARGUMENTS) 2025.03.31 17:47:23.392464 [ 3914 ] {16f47b59-2020-4e72-993e-61714ae8baf0} executeQuery: Code: 42. DB::Exception: Aggregate function rankCorr requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT rankCorr([]);) 2025.03.31 17:47:23.394806 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function rankCorr requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:23.407136 [ 3914 ] {201a4bf0-9fa6-42ae-9529-d27f57dd4826} executeQuery: Code: 43. DB::Exception: First argument should be String: In scope SELECT readWKTLineString([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT readWKTLineString([]);) 2025.03.31 17:47:23.409012 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument should be String: In scope SELECT readWKTLineString([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:23.428037 [ 3914 ] {5b3ed0d4-c5df-46ab-9546-5b5100f129a5} executeQuery: Code: 43. DB::Exception: First argument should be String: In scope SELECT readWKTMultiLineString([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT readWKTMultiLineString([]);) 2025.03.31 17:47:23.431764 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument should be String: In scope SELECT readWKTMultiLineString([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:23.448921 [ 3914 ] {27f462ca-3cd4-4b91-a30b-e53af70a8659} executeQuery: Code: 43. DB::Exception: First argument should be String: In scope SELECT readWKTMultiPolygon([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT readWKTMultiPolygon([]);) 2025.03.31 17:47:23.452315 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument should be String: In scope SELECT readWKTMultiPolygon([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:23.467320 [ 3914 ] {2864bab7-59ac-438b-98ad-20f7546e2a11} executeQuery: Code: 43. DB::Exception: First argument should be String: In scope SELECT readWKTPoint([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT readWKTPoint([]);) 2025.03.31 17:47:23.470124 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument should be String: In scope SELECT readWKTPoint([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:23.484589 [ 3914 ] {a0471b04-41be-4698-bf7f-671f91d2784d} executeQuery: Code: 43. DB::Exception: First argument should be String: In scope SELECT readWKTPolygon([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT readWKTPolygon([]);) 2025.03.31 17:47:23.487073 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument should be String: In scope SELECT readWKTPolygon([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:23.500917 [ 3914 ] {5dffde89-03ae-4626-8a3e-d7bd3a950733} executeQuery: Code: 43. DB::Exception: First argument should be String: In scope SELECT readWKTRing([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT readWKTRing([]);) 2025.03.31 17:47:23.503478 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument should be String: In scope SELECT readWKTRing([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:23.518238 [ 3914 ] {c8846511-34f2-4641-be71-effbc2792211} executeQuery: Code: 42. DB::Exception: Number of arguments for function regexpExtract doesn't match: passed 1: In scope SELECT regexpExtract([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT regexpExtract([]);) 2025.03.31 17:47:23.521320 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function regexpExtract doesn't match: passed 1: In scope SELECT regexpExtract([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:23.537975 [ 3914 ] {c2c011d8-78d4-435a-959c-36c8b266f7d9} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of 1 argument of function regexpQuoteMeta. Must be String.: In scope SELECT regexpQuoteMeta([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT regexpQuoteMeta([]);) 2025.03.31 17:47:23.540869 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of 1 argument of function regexpQuoteMeta. Must be String.: In scope SELECT regexpQuoteMeta([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:23.562670 [ 3914 ] {73df4abc-0da6-4e47-b92f-9a4b14d7a0ca} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function regionHierarchy (must be UInt32): In scope SELECT regionHierarchy([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT regionHierarchy([]);) 2025.03.31 17:47:23.565551 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function regionHierarchy (must be UInt32): In scope SELECT regionHierarchy([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:23.583189 [ 3914 ] {920d3513-7f11-4b35-a4df-79bbd534fb27} executeQuery: Code: 42. DB::Exception: Number of arguments for function regionIn doesn't match: passed 1, should be 2 or 3.: In scope SELECT regionIn([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT regionIn([]);) 2025.03.31 17:47:23.586820 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function regionIn doesn't match: passed 1, should be 2 or 3.: In scope SELECT regionIn([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:23.603213 [ 3914 ] {24d730e3-7b6d-4efc-ad46-b9779787e308} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function regionToArea (must be UInt32): In scope SELECT regionToArea([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT regionToArea([]);) 2025.03.31 17:47:23.606141 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function regionToArea (must be UInt32): In scope SELECT regionToArea([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:23.621344 [ 3914 ] {ad19ed85-ae75-4810-b2d1-877d01ec6ecd} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function regionToCity (must be UInt32): In scope SELECT regionToCity([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT regionToCity([]);) 2025.03.31 17:47:23.624175 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function regionToCity (must be UInt32): In scope SELECT regionToCity([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:23.640617 [ 3914 ] {0ca660fc-25b8-4e70-b2b0-fdc916f76192} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function regionToContinent (must be UInt32): In scope SELECT regionToContinent([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT regionToContinent([]);) 2025.03.31 17:47:23.644062 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function regionToContinent (must be UInt32): In scope SELECT regionToContinent([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:23.645959 [ 1058 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:23.646453 [ 1058 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:23.647970 [ 1061 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:23.648836 [ 1061 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:23.660448 [ 3914 ] {6eb212ff-849b-42c7-b522-0a0b906cec91} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function regionToCountry (must be UInt32): In scope SELECT regionToCountry([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT regionToCountry([]);) 2025.03.31 17:47:23.663754 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function regionToCountry (must be UInt32): In scope SELECT regionToCountry([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:23.680954 [ 3914 ] {7a1f3a60-f635-4172-aa5c-9eda37eb72dd} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function regionToDistrict (must be UInt32): In scope SELECT regionToDistrict([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT regionToDistrict([]);) 2025.03.31 17:47:23.684142 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function regionToDistrict (must be UInt32): In scope SELECT regionToDistrict([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:23.700698 [ 3914 ] {729cc08f-9253-4551-85af-60be54a94704} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of the first argument of function regionToName (must be UInt32): In scope SELECT regionToName([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT regionToName([]);) 2025.03.31 17:47:23.703850 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of the first argument of function regionToName (must be UInt32): In scope SELECT regionToName([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:23.720417 [ 3914 ] {07741e45-c8eb-493b-bbfa-2d64aaaf3b79} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function regionToPopulation (must be UInt32): In scope SELECT regionToPopulation([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT regionToPopulation([]);) 2025.03.31 17:47:23.723598 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function regionToPopulation (must be UInt32): In scope SELECT regionToPopulation([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:23.740996 [ 3914 ] {5cc19f14-9ab8-4a4b-b45b-5af99bdfdb9e} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function regionToTopContinent (must be UInt32): In scope SELECT regionToTopContinent([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT regionToTopContinent([]);) 2025.03.31 17:47:23.744182 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function regionToTopContinent (must be UInt32): In scope SELECT regionToTopContinent([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:23.761143 [ 3914 ] {3c77ecdb-1343-466f-a9dc-7eabcb880296} executeQuery: Code: 42. DB::Exception: Number of arguments for function reinterpret doesn't match: passed 1, should be 2: In scope SELECT reinterpret([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT reinterpret([]);) 2025.03.31 17:47:23.764390 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function reinterpret doesn't match: passed 1, should be 2: In scope SELECT reinterpret([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:23.782153 [ 3914 ] {f8933c83-da9e-4a13-87a8-45f87892ed5d} executeQuery: Code: 43. DB::Exception: Cannot reinterpret Array(Nothing) as Date because only Numeric, String or FixedString can be reinterpreted in Numeric: In scope SELECT reinterpretAsDate([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT reinterpretAsDate([]);) 2025.03.31 17:47:23.785903 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Cannot reinterpret Array(Nothing) as Date because only Numeric, String or FixedString can be reinterpreted in Numeric: In scope SELECT reinterpretAsDate([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:23.802523 [ 3914 ] {16b4567c-88f4-427b-96b5-176901e995da} executeQuery: Code: 43. DB::Exception: Cannot reinterpret Array(Nothing) as DateTime because only Numeric, String or FixedString can be reinterpreted in Numeric: In scope SELECT reinterpretAsDateTime([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT reinterpretAsDateTime([]);) 2025.03.31 17:47:23.805635 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Cannot reinterpret Array(Nothing) as DateTime because only Numeric, String or FixedString can be reinterpreted in Numeric: In scope SELECT reinterpretAsDateTime([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:23.821916 [ 3914 ] {e3ad1850-f01e-4d0b-bab3-3402c62639f5} executeQuery: Code: 43. DB::Exception: Cannot reinterpret Array(Nothing) as FixedString because it is not fixed size and contiguous in memory: In scope SELECT reinterpretAsFixedString([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT reinterpretAsFixedString([]);) 2025.03.31 17:47:23.824997 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Cannot reinterpret Array(Nothing) as FixedString because it is not fixed size and contiguous in memory: In scope SELECT reinterpretAsFixedString([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:23.841940 [ 3914 ] {16a9908a-f543-43e6-bab6-0e91cc5bbf79} executeQuery: Code: 43. DB::Exception: Cannot reinterpret Array(Nothing) as Float32 because only Numeric, String or FixedString can be reinterpreted in Numeric: In scope SELECT reinterpretAsFloat32([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT reinterpretAsFloat32([]);) 2025.03.31 17:47:23.845071 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Cannot reinterpret Array(Nothing) as Float32 because only Numeric, String or FixedString can be reinterpreted in Numeric: In scope SELECT reinterpretAsFloat32([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:23.862907 [ 3914 ] {d16ca7b4-93d7-4a28-96ad-ae8b78cfd894} executeQuery: Code: 43. DB::Exception: Cannot reinterpret Array(Nothing) as Float64 because only Numeric, String or FixedString can be reinterpreted in Numeric: In scope SELECT reinterpretAsFloat64([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT reinterpretAsFloat64([]);) 2025.03.31 17:47:23.866099 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Cannot reinterpret Array(Nothing) as Float64 because only Numeric, String or FixedString can be reinterpreted in Numeric: In scope SELECT reinterpretAsFloat64([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:23.883126 [ 3914 ] {efc9d838-804f-4b48-83a1-c23fbed83918} executeQuery: Code: 43. DB::Exception: Cannot reinterpret Array(Nothing) as Int128 because only Numeric, String or FixedString can be reinterpreted in Numeric: In scope SELECT reinterpretAsInt128([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT reinterpretAsInt128([]);) 2025.03.31 17:47:23.886187 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Cannot reinterpret Array(Nothing) as Int128 because only Numeric, String or FixedString can be reinterpreted in Numeric: In scope SELECT reinterpretAsInt128([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:23.903805 [ 3914 ] {b483f49a-6f9a-4e24-8c38-0acada77e280} executeQuery: Code: 43. DB::Exception: Cannot reinterpret Array(Nothing) as Int16 because only Numeric, String or FixedString can be reinterpreted in Numeric: In scope SELECT reinterpretAsInt16([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT reinterpretAsInt16([]);) 2025.03.31 17:47:23.906978 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Cannot reinterpret Array(Nothing) as Int16 because only Numeric, String or FixedString can be reinterpreted in Numeric: In scope SELECT reinterpretAsInt16([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:23.924609 [ 3914 ] {290e571b-35ff-426b-a28a-b2c999852b9f} executeQuery: Code: 43. DB::Exception: Cannot reinterpret Array(Nothing) as Int256 because only Numeric, String or FixedString can be reinterpreted in Numeric: In scope SELECT reinterpretAsInt256([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT reinterpretAsInt256([]);) 2025.03.31 17:47:23.928008 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Cannot reinterpret Array(Nothing) as Int256 because only Numeric, String or FixedString can be reinterpreted in Numeric: In scope SELECT reinterpretAsInt256([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:23.946315 [ 3914 ] {344b9ab7-471c-495f-b3a9-217e9a6b0077} executeQuery: Code: 43. DB::Exception: Cannot reinterpret Array(Nothing) as Int32 because only Numeric, String or FixedString can be reinterpreted in Numeric: In scope SELECT reinterpretAsInt32([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT reinterpretAsInt32([]);) 2025.03.31 17:47:23.949732 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Cannot reinterpret Array(Nothing) as Int32 because only Numeric, String or FixedString can be reinterpreted in Numeric: In scope SELECT reinterpretAsInt32([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:23.967861 [ 3914 ] {b69ebf1f-f0a3-47b9-b2e0-04393a057cad} executeQuery: Code: 43. DB::Exception: Cannot reinterpret Array(Nothing) as Int64 because only Numeric, String or FixedString can be reinterpreted in Numeric: In scope SELECT reinterpretAsInt64([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT reinterpretAsInt64([]);) 2025.03.31 17:47:23.971274 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Cannot reinterpret Array(Nothing) as Int64 because only Numeric, String or FixedString can be reinterpreted in Numeric: In scope SELECT reinterpretAsInt64([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:23.993660 [ 3914 ] {3689bf49-4d27-4107-b6e1-3937ce9288df} executeQuery: Code: 43. DB::Exception: Cannot reinterpret Array(Nothing) as Int8 because only Numeric, String or FixedString can be reinterpreted in Numeric: In scope SELECT reinterpretAsInt8([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT reinterpretAsInt8([]);) 2025.03.31 17:47:23.997046 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Cannot reinterpret Array(Nothing) as Int8 because only Numeric, String or FixedString can be reinterpreted in Numeric: In scope SELECT reinterpretAsInt8([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:24.016121 [ 3914 ] {da5f9a13-4df1-41cd-bd78-6ccb756d87a2} executeQuery: Code: 43. DB::Exception: Cannot reinterpret Array(Nothing) as String because it is not contiguous in memory: In scope SELECT reinterpretAsString([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT reinterpretAsString([]);) 2025.03.31 17:47:24.019539 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Cannot reinterpret Array(Nothing) as String because it is not contiguous in memory: In scope SELECT reinterpretAsString([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:24.038050 [ 3914 ] {8486a971-fa80-4950-bd15-e29736f77b18} executeQuery: Code: 43. DB::Exception: Cannot reinterpret Array(Nothing) as UInt128 because only Numeric, String or FixedString can be reinterpreted in Numeric: In scope SELECT reinterpretAsUInt128([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT reinterpretAsUInt128([]);) 2025.03.31 17:47:24.041344 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Cannot reinterpret Array(Nothing) as UInt128 because only Numeric, String or FixedString can be reinterpreted in Numeric: In scope SELECT reinterpretAsUInt128([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:24.060540 [ 3914 ] {73a87d37-188b-4f20-8daa-67030b971d24} executeQuery: Code: 43. DB::Exception: Cannot reinterpret Array(Nothing) as UInt16 because only Numeric, String or FixedString can be reinterpreted in Numeric: In scope SELECT reinterpretAsUInt16([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT reinterpretAsUInt16([]);) 2025.03.31 17:47:24.063788 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Cannot reinterpret Array(Nothing) as UInt16 because only Numeric, String or FixedString can be reinterpreted in Numeric: In scope SELECT reinterpretAsUInt16([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:24.081395 [ 3914 ] {6ba0a7e2-638a-4791-9e97-ba923818c2c0} executeQuery: Code: 43. DB::Exception: Cannot reinterpret Array(Nothing) as UInt256 because only Numeric, String or FixedString can be reinterpreted in Numeric: In scope SELECT reinterpretAsUInt256([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT reinterpretAsUInt256([]);) 2025.03.31 17:47:24.084633 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Cannot reinterpret Array(Nothing) as UInt256 because only Numeric, String or FixedString can be reinterpreted in Numeric: In scope SELECT reinterpretAsUInt256([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:24.100971 [ 3914 ] {5bcd7949-e7b8-44b3-82e5-ebf69aa1f47a} executeQuery: Code: 43. DB::Exception: Cannot reinterpret Array(Nothing) as UInt32 because only Numeric, String or FixedString can be reinterpreted in Numeric: In scope SELECT reinterpretAsUInt32([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT reinterpretAsUInt32([]);) 2025.03.31 17:47:24.104072 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Cannot reinterpret Array(Nothing) as UInt32 because only Numeric, String or FixedString can be reinterpreted in Numeric: In scope SELECT reinterpretAsUInt32([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:24.120169 [ 3914 ] {2a6d31fe-98bf-4e22-a522-25091cde1a8b} executeQuery: Code: 43. DB::Exception: Cannot reinterpret Array(Nothing) as UInt64 because only Numeric, String or FixedString can be reinterpreted in Numeric: In scope SELECT reinterpretAsUInt64([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT reinterpretAsUInt64([]);) 2025.03.31 17:47:24.123418 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Cannot reinterpret Array(Nothing) as UInt64 because only Numeric, String or FixedString can be reinterpreted in Numeric: In scope SELECT reinterpretAsUInt64([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:24.140232 [ 3914 ] {230b5d7b-9272-4667-bea9-5aea3c63e024} executeQuery: Code: 43. DB::Exception: Cannot reinterpret Array(Nothing) as UInt8 because only Numeric, String or FixedString can be reinterpreted in Numeric: In scope SELECT reinterpretAsUInt8([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT reinterpretAsUInt8([]);) 2025.03.31 17:47:24.143419 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Cannot reinterpret Array(Nothing) as UInt8 because only Numeric, String or FixedString can be reinterpreted in Numeric: In scope SELECT reinterpretAsUInt8([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:24.162115 [ 3914 ] {fa971b3f-67b7-4490-aa65-5f574f1dbec5} executeQuery: Code: 43. DB::Exception: Cannot reinterpret Array(Nothing) as UUID because only Numeric, String or FixedString can be reinterpreted in Numeric: In scope SELECT reinterpretAsUUID([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT reinterpretAsUUID([]);) 2025.03.31 17:47:24.165213 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Cannot reinterpret Array(Nothing) as UUID because only Numeric, String or FixedString can be reinterpreted in Numeric: In scope SELECT reinterpretAsUUID([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:24.183726 [ 3914 ] {4d68323a-666b-48d7-b474-1d9390a6cf15} executeQuery: Code: 42. DB::Exception: Number of arguments for function repeat doesn't match: passed 1, should be 2: In scope SELECT repeat([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT repeat([]);) 2025.03.31 17:47:24.187283 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function repeat doesn't match: passed 1, should be 2: In scope SELECT repeat([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:24.198532 [ 1062 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:24.199017 [ 1062 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:24.200223 [ 1063 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:24.200686 [ 1063 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:24.205211 [ 3914 ] {6f823df2-2e9b-4521-83c5-dc601c99584b} executeQuery: Code: 42. DB::Exception: Number of arguments for function replaceAll doesn't match: passed 1, should be 3: In scope SELECT replace([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT replace([]);) 2025.03.31 17:47:24.208426 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function replaceAll doesn't match: passed 1, should be 3: In scope SELECT replace([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:24.224097 [ 3914 ] {661f7179-3638-4716-adcf-e51e74922f44} executeQuery: Code: 42. DB::Exception: Number of arguments for function replaceAll doesn't match: passed 1, should be 3: In scope SELECT replaceAll([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT replaceAll([]);) 2025.03.31 17:47:24.227252 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function replaceAll doesn't match: passed 1, should be 3: In scope SELECT replaceAll([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:24.243609 [ 3914 ] {38c56529-6766-4342-b266-919b1bfa39d2} executeQuery: Code: 42. DB::Exception: Number of arguments for function replaceOne doesn't match: passed 1, should be 3: In scope SELECT replaceOne([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT replaceOne([]);) 2025.03.31 17:47:24.246834 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function replaceOne doesn't match: passed 1, should be 3: In scope SELECT replaceOne([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:24.263734 [ 3914 ] {7b778120-7a65-41ae-aa1b-3472dc458096} executeQuery: Code: 42. DB::Exception: Number of arguments for function replaceRegexpAll doesn't match: passed 1, should be 3: In scope SELECT replaceRegexpAll([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT replaceRegexpAll([]);) 2025.03.31 17:47:24.266935 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function replaceRegexpAll doesn't match: passed 1, should be 3: In scope SELECT replaceRegexpAll([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:24.284185 [ 3914 ] {39a401eb-17ba-4cfe-81f8-590de48e058a} executeQuery: Code: 42. DB::Exception: Number of arguments for function replaceRegexpOne doesn't match: passed 1, should be 3: In scope SELECT replaceRegexpOne([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT replaceRegexpOne([]);) 2025.03.31 17:47:24.287687 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function replaceRegexpOne doesn't match: passed 1, should be 3: In scope SELECT replaceRegexpOne([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:24.304307 [ 3914 ] {fb12d82b-d2dd-42da-8095-aba53375198b} executeQuery: Code: 35. DB::Exception: Function replicate expect at least two arguments, got 1: In scope SELECT replicate([]). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT replicate([]);) 2025.03.31 17:47:24.307659 [ 3914 ] {} TCPHandler: Code: 35. DB::Exception: Function replicate expect at least two arguments, got 1: In scope SELECT replicate([]). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) 2025.03.31 17:47:24.324076 [ 3914 ] {a795a4e7-2973-4630-8da6-26e17a126cd7} executeQuery: Code: 42. DB::Exception: Not enough event arguments for aggregate function retention. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT retention([]);) 2025.03.31 17:47:24.327448 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Not enough event arguments for aggregate function retention. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:24.374476 [ 3914 ] {e961b638-5835-42ce-8bce-762fd26c06b3} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function reverseUTF8: In scope SELECT reverseUTF8([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT reverseUTF8([]);) 2025.03.31 17:47:24.377613 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function reverseUTF8: In scope SELECT reverseUTF8([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:24.383710 [ 1052 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:24.384114 [ 1055 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:24.384340 [ 1052 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:24.384737 [ 1055 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:24.393831 [ 3914 ] {12ab7372-6650-4011-8060-9cfe7c5a90e5} executeQuery: Code: 42. DB::Exception: Number of arguments for function revision doesn't match: passed 1, should be 0: In scope SELECT revision([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT revision([]);) 2025.03.31 17:47:24.396785 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function revision doesn't match: passed 1, should be 0: In scope SELECT revision([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:24.412583 [ 3914 ] {390f1ebd-f084-41b5-b481-0003c0a1edba} executeQuery: Code: 42. DB::Exception: Number of arguments for function right doesn't match: passed 1, should be 2: In scope SELECT right([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT right([]);) 2025.03.31 17:47:24.415513 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function right doesn't match: passed 1, should be 2: In scope SELECT right([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:24.428970 [ 1050 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:24.429538 [ 1050 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:24.429734 [ 1049 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:24.430381 [ 1049 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:24.430858 [ 3914 ] {c0b43a4b-a956-4d58-8146-9075eb429d02} executeQuery: Code: 42. DB::Exception: Number of arguments for function rightPad doesn't match: passed 1, should be 2 or 3: In scope SELECT rightPad([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT rightPad([]);) 2025.03.31 17:47:24.433716 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function rightPad doesn't match: passed 1, should be 2 or 3: In scope SELECT rightPad([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:24.448423 [ 3914 ] {eab8343c-9c5c-4ea9-863a-43a54df894a8} executeQuery: Code: 42. DB::Exception: Number of arguments for function rightPadUTF8 doesn't match: passed 1, should be 2 or 3: In scope SELECT rightPadUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT rightPadUTF8([]);) 2025.03.31 17:47:24.450940 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function rightPadUTF8 doesn't match: passed 1, should be 2 or 3: In scope SELECT rightPadUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:24.464729 [ 3914 ] {9cab7cbc-e092-4086-a164-9ef248177352} executeQuery: Code: 42. DB::Exception: Number of arguments for function rightUTF8 doesn't match: passed 1, should be 2: In scope SELECT rightUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT rightUTF8([]);) 2025.03.31 17:47:24.467136 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function rightUTF8 doesn't match: passed 1, should be 2: In scope SELECT rightUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:24.481914 [ 3914 ] {bac6aa34-40c2-4ac6-af38-c75a5871a2a3} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'x' to function 'round'. Expected: A number to round, got: Array(Nothing): In scope SELECT round([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT round([]);) 2025.03.31 17:47:24.484604 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'x' to function 'round'. Expected: A number to round, got: Array(Nothing): In scope SELECT round([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:24.502679 [ 3914 ] {14930a0f-2d6d-45f5-886b-5b9a0c47167a} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function roundAge: In scope SELECT roundAge([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT roundAge([]);) 2025.03.31 17:47:24.506140 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function roundAge: In scope SELECT roundAge([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:24.521815 [ 3914 ] {e6fe8062-34f8-4c63-a2fb-69060909dfed} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'x' to function 'roundBankers'. Expected: A number to round, got: Array(Nothing): In scope SELECT roundBankers([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT roundBankers([]);) 2025.03.31 17:47:24.524720 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'x' to function 'roundBankers'. Expected: A number to round, got: Array(Nothing): In scope SELECT roundBankers([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:24.541446 [ 3914 ] {1d1aa3cb-21be-4833-b2f4-9d31cb21e955} executeQuery: Code: 42. DB::Exception: Number of arguments for function roundDown doesn't match: passed 1, should be 2: In scope SELECT roundDown([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT roundDown([]);) 2025.03.31 17:47:24.544664 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function roundDown doesn't match: passed 1, should be 2: In scope SELECT roundDown([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:24.561023 [ 3914 ] {e6434cbb-f24e-4e5e-ad1f-2f4c35a0f0d2} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function roundDuration: In scope SELECT roundDuration([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT roundDuration([]);) 2025.03.31 17:47:24.564259 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function roundDuration: In scope SELECT roundDuration([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:24.579256 [ 3914 ] {35498dc9-fb3f-4445-bc0d-513282aa95bb} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function roundToExp2: In scope SELECT roundToExp2([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT roundToExp2([]);) 2025.03.31 17:47:24.582210 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function roundToExp2: In scope SELECT roundToExp2([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:24.597109 [ 3914 ] {a65a3d19-11a6-4bfc-98d9-b391e88978bb} executeQuery: Code: 42. DB::Exception: Number of arguments for function rowNumberInAllBlocks doesn't match: passed 1, should be 0: In scope SELECT rowNumberInAllBlocks([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT rowNumberInAllBlocks([]);) 2025.03.31 17:47:24.600051 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function rowNumberInAllBlocks doesn't match: passed 1, should be 0: In scope SELECT rowNumberInAllBlocks([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:24.614711 [ 3914 ] {c2f425cd-58f7-442b-8569-ecb94d46fba4} executeQuery: Code: 42. DB::Exception: Number of arguments for function rowNumberInBlock doesn't match: passed 1, should be 0: In scope SELECT rowNumberInBlock([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT rowNumberInBlock([]);) 2025.03.31 17:47:24.617491 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function rowNumberInBlock doesn't match: passed 1, should be 0: In scope SELECT rowNumberInBlock([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:24.647758 [ 3914 ] {8207662e-a751-4901-9c62-707adaf544e6} executeQuery: Code: 36. DB::Exception: The function 'row_number' can only be used as a window function, not as an aggregate function: While executing AggregatingTransform. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT row_number([]);) 2025.03.31 17:47:24.651916 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: The function 'row_number' can only be used as a window function, not as an aggregate function: While executing AggregatingTransform. (BAD_ARGUMENTS) 2025.03.31 17:47:24.669838 [ 3914 ] {3bba74b9-6730-4677-8336-bb5a81d9027b} executeQuery: Code: 42. DB::Exception: Number of arguments for function rightPad doesn't match: passed 1, should be 2 or 3: In scope SELECT rpad([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT rpad([]);) 2025.03.31 17:47:24.673122 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function rightPad doesn't match: passed 1, should be 2 or 3: In scope SELECT rpad([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:24.689254 [ 3914 ] {b1a7e026-173c-4432-8cb6-f41547a0ddb1} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function trimRight: In scope SELECT trimRight([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT rtrim([]);) 2025.03.31 17:47:24.692390 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function trimRight: In scope SELECT trimRight([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:24.708423 [ 3914 ] {c5677bec-84f9-4e8d-821d-38616fef0ebc} executeQuery: Code: 721. DB::Exception: Function runningAccumulate is deprecated since its usage is error-prone (see docs).Please use proper window function or set `allow_deprecated_error_prone_window_functions` setting to enable it. (DEPRECATED_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT runningAccumulate([]);) 2025.03.31 17:47:24.711580 [ 3914 ] {} TCPHandler: Code: 721. DB::Exception: Function runningAccumulate is deprecated since its usage is error-prone (see docs).Please use proper window function or set `allow_deprecated_error_prone_window_functions` setting to enable it. (DEPRECATED_FUNCTION) 2025.03.31 17:47:24.723682 [ 1057 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:24.723989 [ 1061 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:24.724292 [ 1057 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:24.724626 [ 1061 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:24.729264 [ 3914 ] {dc0ae0b3-cfa2-4c40-a46a-fa56d2210b1b} executeQuery: Code: 42. DB::Exception: Number of arguments for function runningConcurrency doesn't match: passed 1, should be 2: In scope SELECT runningConcurrency([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT runningConcurrency([]);) 2025.03.31 17:47:24.732493 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function runningConcurrency doesn't match: passed 1, should be 2: In scope SELECT runningConcurrency([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:24.747917 [ 3914 ] {927f93ae-88df-4dae-aede-d3f30a7d607a} executeQuery: Code: 721. DB::Exception: Function runningDifference is deprecated since its usage is error-prone (see docs).Please use proper window function or set `allow_deprecated_error_prone_window_functions` setting to enable it. (DEPRECATED_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT runningDifference([]);) 2025.03.31 17:47:24.751015 [ 3914 ] {} TCPHandler: Code: 721. DB::Exception: Function runningDifference is deprecated since its usage is error-prone (see docs).Please use proper window function or set `allow_deprecated_error_prone_window_functions` setting to enable it. (DEPRECATED_FUNCTION) 2025.03.31 17:47:24.765211 [ 3914 ] {a20aef2f-6e10-4367-901f-1739955664ab} executeQuery: Code: 721. DB::Exception: Function runningDifferenceStartingWithFirstValue is deprecated since its usage is error-prone (see docs).Please use proper window function or set `allow_deprecated_error_prone_window_functions` setting to enable it. (DEPRECATED_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT runningDifferenceStartingWithFirstValue([]);) 2025.03.31 17:47:24.767929 [ 3914 ] {} TCPHandler: Code: 721. DB::Exception: Function runningDifferenceStartingWithFirstValue is deprecated since its usage is error-prone (see docs).Please use proper window function or set `allow_deprecated_error_prone_window_functions` setting to enable it. (DEPRECATED_FUNCTION) 2025.03.31 17:47:24.783569 [ 3914 ] {7981d135-e350-4bf5-a03b-15b37e05bf6f} executeQuery: Code: 42. DB::Exception: Number of arguments for function s2CapContains doesn't match: passed 1, should be 3: In scope SELECT s2CapContains([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT s2CapContains([]);) 2025.03.31 17:47:24.786475 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function s2CapContains doesn't match: passed 1, should be 3: In scope SELECT s2CapContains([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:24.801485 [ 3914 ] {da5fb62d-ccb8-4f03-801e-4ecf81656e00} executeQuery: Code: 42. DB::Exception: Number of arguments for function s2CapUnion doesn't match: passed 1, should be 4: In scope SELECT s2CapUnion([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT s2CapUnion([]);) 2025.03.31 17:47:24.804123 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function s2CapUnion doesn't match: passed 1, should be 4: In scope SELECT s2CapUnion([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:24.822145 [ 3914 ] {4470818a-f5de-4282-91e1-b5c76fb55de0} executeQuery: Code: 42. DB::Exception: Number of arguments for function s2CellsIntersect doesn't match: passed 1, should be 2: In scope SELECT s2CellsIntersect([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT s2CellsIntersect([]);) 2025.03.31 17:47:24.825709 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function s2CellsIntersect doesn't match: passed 1, should be 2: In scope SELECT s2CellsIntersect([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:24.844770 [ 3914 ] {f31e367b-f356-4c29-9117-975c83e18c13} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function s2GetNeighbors. Must be UInt64: In scope SELECT s2GetNeighbors([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT s2GetNeighbors([]);) 2025.03.31 17:47:24.848272 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function s2GetNeighbors. Must be UInt64: In scope SELECT s2GetNeighbors([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:24.865137 [ 3914 ] {1f33bd99-7403-4310-8c29-cb086c510a65} executeQuery: Code: 42. DB::Exception: Number of arguments for function s2RectAdd doesn't match: passed 1, should be 3: In scope SELECT s2RectAdd([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT s2RectAdd([]);) 2025.03.31 17:47:24.868400 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function s2RectAdd doesn't match: passed 1, should be 3: In scope SELECT s2RectAdd([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:24.884851 [ 3914 ] {54eadf91-51a7-4c5f-a041-33320da6bccc} executeQuery: Code: 42. DB::Exception: Number of arguments for function s2RectContains doesn't match: passed 1, should be 3: In scope SELECT s2RectContains([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT s2RectContains([]);) 2025.03.31 17:47:24.888120 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function s2RectContains doesn't match: passed 1, should be 3: In scope SELECT s2RectContains([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:24.907816 [ 3914 ] {5341143f-481e-4823-87cf-c76bb0e8ddd2} executeQuery: Code: 42. DB::Exception: Number of arguments for function s2RectIntersection doesn't match: passed 1, should be 4: In scope SELECT s2RectIntersection([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT s2RectIntersection([]);) 2025.03.31 17:47:24.911376 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function s2RectIntersection doesn't match: passed 1, should be 4: In scope SELECT s2RectIntersection([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:24.928197 [ 3914 ] {a9a6ca88-1298-4662-895e-847c01d77c9a} executeQuery: Code: 42. DB::Exception: Number of arguments for function s2RectUnion doesn't match: passed 1, should be 4: In scope SELECT s2RectUnion([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT s2RectUnion([]);) 2025.03.31 17:47:24.931596 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function s2RectUnion doesn't match: passed 1, should be 4: In scope SELECT s2RectUnion([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:24.948113 [ 3914 ] {e876707f-5691-4bcd-97c4-a5b4648a9cec} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function s2ToGeo. Must be UInt64: In scope SELECT s2ToGeo([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT s2ToGeo([]);) 2025.03.31 17:47:24.951427 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function s2ToGeo. Must be UInt64: In scope SELECT s2ToGeo([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:24.968430 [ 3914 ] {e1bdb04e-5de4-4778-9261-955324c94847} executeQuery: Code: 42. DB::Exception: Number of arguments for function dotProduct doesn't match: passed 1, should be 2: In scope SELECT scalarProduct([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT scalarProduct([]);) 2025.03.31 17:47:24.972259 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dotProduct doesn't match: passed 1, should be 2: In scope SELECT scalarProduct([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:24.988748 [ 3914 ] {3a0004d0-f6aa-4f55-bf3c-eec5b43ed253} executeQuery: Code: 42. DB::Exception: Aggregate function sequenceCount requires exactly one parameter. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT sequenceCount([]);) 2025.03.31 17:47:24.991973 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function sequenceCount requires exactly one parameter. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:25.008540 [ 3914 ] {355c425d-0f1e-44af-9d72-87102974e6e2} executeQuery: Code: 42. DB::Exception: Aggregate function sequenceMatch requires exactly one parameter. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT sequenceMatch([]);) 2025.03.31 17:47:25.011907 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function sequenceMatch requires exactly one parameter. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:25.029113 [ 3914 ] {3f11ce5a-22ed-471a-83f3-6cd9fe8d5029} executeQuery: Code: 63. DB::Exception: Aggregate function sequenceNextNode is experimental. Set `allow_experimental_funnel_functions` setting to enable it. (UNKNOWN_AGGREGATE_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT sequenceNextNode([]);) 2025.03.31 17:47:25.032673 [ 3914 ] {} TCPHandler: Code: 63. DB::Exception: Aggregate function sequenceNextNode is experimental. Set `allow_experimental_funnel_functions` setting to enable it. (UNKNOWN_AGGREGATE_FUNCTION) 2025.03.31 17:47:25.041136 [ 1247 ] {3f15e7a6-9fb3-4724-8aca-7ef57c2c8391} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 79e46622-4c0d-48d3-a586-3d99e109adec. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:25.049049 [ 3914 ] {bcac5e93-7b5a-4e19-885f-31aad2b0740b} executeQuery: Code: 42. DB::Exception: Number of arguments for function seriesDecomposeSTL doesn't match: passed 1, should be 2: In scope SELECT seriesDecomposeSTL([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT seriesDecomposeSTL([]);) 2025.03.31 17:47:25.052385 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function seriesDecomposeSTL doesn't match: passed 1, should be 2: In scope SELECT seriesDecomposeSTL([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:25.069065 [ 3914 ] {cdf7d7ee-d2ac-467f-a37b-c210713e117d} executeQuery: Code: 44. DB::Exception: Illegal column Array(Nothing) of first argument of function seriesOutliersDetectTukey: In scope SELECT seriesOutliersDetectTukey([]). (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT seriesOutliersDetectTukey([]);) 2025.03.31 17:47:25.072907 [ 3914 ] {} TCPHandler: Code: 44. DB::Exception: Illegal column Array(Nothing) of first argument of function seriesOutliersDetectTukey: In scope SELECT seriesOutliersDetectTukey([]). (ILLEGAL_COLUMN) 2025.03.31 17:47:25.089104 [ 3914 ] {5a891bc0-1787-48bd-bfae-398b1546c0c3} executeQuery: Code: 44. DB::Exception: Illegal column Array(Nothing) of first argument of function seriesPeriodDetectFFT: In scope SELECT seriesPeriodDetectFFT([]). (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT seriesPeriodDetectFFT([]);) 2025.03.31 17:47:25.092299 [ 3914 ] {} TCPHandler: Code: 44. DB::Exception: Illegal column Array(Nothing) of first argument of function seriesPeriodDetectFFT: In scope SELECT seriesPeriodDetectFFT([]). (ILLEGAL_COLUMN) 2025.03.31 17:47:25.108036 [ 3914 ] {68d30b38-b819-4443-9b12-ddd701610e64} executeQuery: Code: 42. DB::Exception: Number of arguments for function serverTimezone doesn't match: passed 1, should be 0: In scope SELECT serverTimeZone([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT serverTimeZone([]);) 2025.03.31 17:47:25.111512 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function serverTimezone doesn't match: passed 1, should be 0: In scope SELECT serverTimeZone([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:25.126783 [ 3914 ] {0aa9d135-d8c9-4f72-ad0c-e2f381d1d180} executeQuery: Code: 42. DB::Exception: Number of arguments for function serverTimezone doesn't match: passed 1, should be 0: In scope SELECT serverTimezone([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT serverTimezone([]);) 2025.03.31 17:47:25.129950 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function serverTimezone doesn't match: passed 1, should be 0: In scope SELECT serverTimezone([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:25.145315 [ 3914 ] {91c25435-8529-4c61-8e0b-a45cc66281fb} executeQuery: Code: 42. DB::Exception: Number of arguments for function serverUUID doesn't match: passed 1, should be 0: In scope SELECT serverUUID([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT serverUUID([]);) 2025.03.31 17:47:25.148342 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function serverUUID doesn't match: passed 1, should be 0: In scope SELECT serverUUID([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:25.156316 [ 1051 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:25.156319 [ 1053 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:25.156816 [ 1051 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:25.156896 [ 1053 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:25.164475 [ 3914 ] {ced190be-b344-4bb0-bfaa-9a71815d2f64} executeQuery: Code: 42. DB::Exception: Number of arguments for function shardCount doesn't match: passed 1, should be 0: In scope SELECT shardCount([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT shardCount([]);) 2025.03.31 17:47:25.167486 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function shardCount doesn't match: passed 1, should be 0: In scope SELECT shardCount([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:25.183262 [ 3914 ] {9b58b955-5492-4270-8697-a307bbf31e04} executeQuery: Code: 42. DB::Exception: Number of arguments for function shardNum doesn't match: passed 1, should be 0: In scope SELECT shardNum([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT shardNum([]);) 2025.03.31 17:47:25.186192 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function shardNum doesn't match: passed 1, should be 0: In scope SELECT shardNum([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:25.201299 [ 3914 ] {fc997e1c-d8a9-44ba-8f33-27ec553e15b3} executeQuery: Code: 42. DB::Exception: Number of arguments for function showCertificate doesn't match: passed 1, should be 0: In scope SELECT showCertificate([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT showCertificate([]);) 2025.03.31 17:47:25.204241 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function showCertificate doesn't match: passed 1, should be 0: In scope SELECT showCertificate([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:25.218887 [ 3914 ] {130f3374-a678-4d0b-9349-316515647ffc} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function sigmoid: In scope SELECT sigmoid([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT sigmoid([]);) 2025.03.31 17:47:25.221856 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function sigmoid: In scope SELECT sigmoid([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:25.237555 [ 3914 ] {79799194-add4-4a03-9a05-42c17a220eff} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function sign: In scope SELECT sign([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT sign([]);) 2025.03.31 17:47:25.240424 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function sign: In scope SELECT sign([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:25.256352 [ 3914 ] {eb201866-5ab8-467d-98ce-965881818008} executeQuery: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractBool doesn't match: passed 1, should be 2: In scope SELECT simpleJSONExtractBool([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT simpleJSONExtractBool([]);) 2025.03.31 17:47:25.259315 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractBool doesn't match: passed 1, should be 2: In scope SELECT simpleJSONExtractBool([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:25.275987 [ 3914 ] {bd9526d7-5d79-4614-bb14-a4465a040a93} executeQuery: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractFloat doesn't match: passed 1, should be 2: In scope SELECT simpleJSONExtractFloat([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT simpleJSONExtractFloat([]);) 2025.03.31 17:47:25.279480 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractFloat doesn't match: passed 1, should be 2: In scope SELECT simpleJSONExtractFloat([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:25.294146 [ 3914 ] {a7803f6c-5ba9-41b7-9c9f-76a192ff7c7a} executeQuery: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractInt doesn't match: passed 1, should be 2: In scope SELECT simpleJSONExtractInt([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT simpleJSONExtractInt([]);) 2025.03.31 17:47:25.297363 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractInt doesn't match: passed 1, should be 2: In scope SELECT simpleJSONExtractInt([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:25.312416 [ 3914 ] {ba632a6c-e626-4a1e-abb9-8abfdf3e1621} executeQuery: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractRaw doesn't match: passed 1, should be 2: In scope SELECT simpleJSONExtractRaw([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT simpleJSONExtractRaw([]);) 2025.03.31 17:47:25.315041 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractRaw doesn't match: passed 1, should be 2: In scope SELECT simpleJSONExtractRaw([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:25.329508 [ 3914 ] {5bd9923f-40ac-4c7c-8090-8489f3603338} executeQuery: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractString doesn't match: passed 1, should be 2: In scope SELECT simpleJSONExtractString([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT simpleJSONExtractString([]);) 2025.03.31 17:47:25.331048 [ 1059 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:25.331160 [ 1063 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:25.331632 [ 1059 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:25.331656 [ 1063 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:25.332247 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractString doesn't match: passed 1, should be 2: In scope SELECT simpleJSONExtractString([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:25.346294 [ 3914 ] {550f47a6-60c5-45e4-9c72-9ea4eab18002} executeQuery: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractUInt doesn't match: passed 1, should be 2: In scope SELECT simpleJSONExtractUInt([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT simpleJSONExtractUInt([]);) 2025.03.31 17:47:25.348953 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractUInt doesn't match: passed 1, should be 2: In scope SELECT simpleJSONExtractUInt([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:25.367532 [ 3914 ] {6a2837da-580b-4d0f-b0ba-7eaa30bc9831} executeQuery: Code: 42. DB::Exception: Number of arguments for function simpleJSONHas doesn't match: passed 1, should be 2: In scope SELECT simpleJSONHas([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT simpleJSONHas([]);) 2025.03.31 17:47:25.370864 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function simpleJSONHas doesn't match: passed 1, should be 2: In scope SELECT simpleJSONHas([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:25.387308 [ 3914 ] {12d07eee-86bf-4bd7-bac7-906add7fd418} executeQuery: Code: 42. DB::Exception: Aggregate function simpleLinearRegression requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT simpleLinearRegression([]);) 2025.03.31 17:47:25.390652 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function simpleLinearRegression requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:25.406678 [ 3914 ] {6d892f34-54dc-4b47-a59d-74ef21504ea2} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function sin: In scope SELECT sin([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT sin([]);) 2025.03.31 17:47:25.409833 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function sin: In scope SELECT sin([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:25.426316 [ 3914 ] {9617f394-57a4-4b6c-b629-0bbd718c8b46} executeQuery: Code: 43. DB::Exception: Nested type Array(Nothing) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT singleValueOrNull([]);) 2025.03.31 17:47:25.429432 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Nested type Array(Nothing) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:25.445400 [ 3914 ] {9f2c4652-d029-4ebe-bbb0-2e8f4a8ea16c} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function sinh: In scope SELECT sinh([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT sinh([]);) 2025.03.31 17:47:25.448516 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function sinh: In scope SELECT sinh([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:25.497888 [ 3914 ] {1caf28c7-7775-4969-af75-6f254ff18b05} executeQuery: Code: 36. DB::Exception: The key must be of type Tuple(UInt64, UInt64): In scope SELECT sipHash128Keyed([]). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT sipHash128Keyed([]);) 2025.03.31 17:47:25.501314 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: The key must be of type Tuple(UInt64, UInt64): In scope SELECT sipHash128Keyed([]). (BAD_ARGUMENTS) 2025.03.31 17:47:25.550867 [ 3914 ] {a363e308-fa7b-4f08-b635-f5fc76cd0dd6} executeQuery: Code: 36. DB::Exception: The key must be of type Tuple(UInt64, UInt64): In scope SELECT sipHash128ReferenceKeyed([]). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT sipHash128ReferenceKeyed([]);) 2025.03.31 17:47:25.554315 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: The key must be of type Tuple(UInt64, UInt64): In scope SELECT sipHash128ReferenceKeyed([]). (BAD_ARGUMENTS) 2025.03.31 17:47:25.602875 [ 1254 ] {a7414213-74ae-4358-8143-809e258cffd6} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id db3e3592-dab5-464d-97c3-181fbaf07701. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:25.605355 [ 3914 ] {5ee716bc-cedf-4735-aaa5-82e29da5a7a1} executeQuery: Code: 36. DB::Exception: The key must be of type Tuple(UInt64, UInt64): In scope SELECT sipHash64Keyed([]). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT sipHash64Keyed([]);) 2025.03.31 17:47:25.608781 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: The key must be of type Tuple(UInt64, UInt64): In scope SELECT sipHash64Keyed([]). (BAD_ARGUMENTS) 2025.03.31 17:47:25.625949 [ 3914 ] {f69b33b8-2607-4468-aea2-3b83c680cc72} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function skewPop. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT skewPop([]);) 2025.03.31 17:47:25.629822 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function skewPop. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:25.646886 [ 3914 ] {6c5282ee-8155-4257-8017-6195c3e65940} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function skewSamp. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT skewSamp([]);) 2025.03.31 17:47:25.650296 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function skewSamp. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:25.667518 [ 3914 ] {dd931667-d415-4ba9-a5b7-3e42840123ff} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function sleep, expected UInt* or Float*: In scope SELECT sleep([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT sleep([]);) 2025.03.31 17:47:25.670921 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function sleep, expected UInt* or Float*: In scope SELECT sleep([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:25.688262 [ 3914 ] {c5624354-86e2-49d9-b0e4-564f92eef1ad} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function sleepEachRow, expected UInt* or Float*: In scope SELECT sleepEachRow([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT sleepEachRow([]);) 2025.03.31 17:47:25.691645 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function sleepEachRow, expected UInt* or Float*: In scope SELECT sleepEachRow([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:25.708883 [ 3914 ] {3e4f1f7e-87f0-48ea-a608-396bbf7f4729} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'snowflakeIDToDateTime'. Expected: UInt64, got: Array(Nothing): In scope SELECT snowflakeIDToDateTime([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT snowflakeIDToDateTime([]);) 2025.03.31 17:47:25.712296 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'snowflakeIDToDateTime'. Expected: UInt64, got: Array(Nothing): In scope SELECT snowflakeIDToDateTime([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:25.729675 [ 3914 ] {549b24b7-419f-4335-b2c1-a4f206c6e114} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'snowflakeIDToDateTime64'. Expected: UInt64, got: Array(Nothing): In scope SELECT snowflakeIDToDateTime64([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT snowflakeIDToDateTime64([]);) 2025.03.31 17:47:25.733066 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'snowflakeIDToDateTime64'. Expected: UInt64, got: Array(Nothing): In scope SELECT snowflakeIDToDateTime64([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:25.751032 [ 3914 ] {a5fdbad9-951d-4e94-b641-247f68e58bfe} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'snowflakeToDateTime'. Expected: Int64, got: Array(Nothing): In scope SELECT snowflakeToDateTime([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT snowflakeToDateTime([]);) 2025.03.31 17:47:25.754601 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'snowflakeToDateTime'. Expected: Int64, got: Array(Nothing): In scope SELECT snowflakeToDateTime([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:25.771920 [ 3914 ] {03e5609f-7012-4072-bac6-138f338c918b} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'snowflakeToDateTime64'. Expected: Int64, got: Array(Nothing): In scope SELECT snowflakeToDateTime64([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT snowflakeToDateTime64([]);) 2025.03.31 17:47:25.775287 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'snowflakeToDateTime64'. Expected: Int64, got: Array(Nothing): In scope SELECT snowflakeToDateTime64([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:25.792204 [ 3914 ] {3eebdf79-8cde-4702-9d9d-f701f8f77b0c} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function soundex: In scope SELECT soundex([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT soundex([]);) 2025.03.31 17:47:25.795893 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function soundex: In scope SELECT soundex([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:25.812349 [ 3914 ] {2a037a0e-30ba-493a-b53e-ab8a4a9e97f7} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'n' to function 'space'. Expected: Integer, got: Array(Nothing): In scope SELECT space([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT space([]);) 2025.03.31 17:47:25.815542 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'n' to function 'space'. Expected: Integer, got: Array(Nothing): In scope SELECT space([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:25.817454 [ 1049 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:25.817799 [ 1052 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:25.818013 [ 1049 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:25.818375 [ 1052 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:25.831078 [ 3914 ] {187570a1-a204-42d3-af03-88ff0b2de539} executeQuery: Code: 42. DB::Exception: Aggregate function sparkbar requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT sparkBar([]);) 2025.03.31 17:47:25.834264 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function sparkbar requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:25.849883 [ 3914 ] {75d706b4-75fb-4bed-a804-d0a17fb2a3f8} executeQuery: Code: 42. DB::Exception: Aggregate function sparkbar requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT sparkbar([]);) 2025.03.31 17:47:25.853015 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function sparkbar requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:25.869324 [ 3914 ] {9acfe4b6-9b06-4a3f-9aff-fb040797a5ee} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 's' to function 'alphaTokens'. Expected: String, got: Array(Nothing): In scope SELECT splitByAlpha([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT splitByAlpha([]);) 2025.03.31 17:47:25.872632 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 's' to function 'alphaTokens'. Expected: String, got: Array(Nothing): In scope SELECT splitByAlpha([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:25.887607 [ 1247 ] {460b6d66-331b-4114-b441-5227a4577dad} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 892bf186-183e-4de1-83e6-06ed678938e5. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:25.888060 [ 1247 ] {460b6d66-331b-4114-b441-5227a4577dad} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 62758cab-9a5f-4671-bf53-0d415ac7e062. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:25.888656 [ 3914 ] {6687dad8-16a4-4d47-ac2d-d8981db57d0b} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'splitByChar'. Expected 2 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT splitByChar([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT splitByChar([]);) 2025.03.31 17:47:25.892064 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'splitByChar'. Expected 2 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT splitByChar([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:25.908283 [ 3914 ] {d0bfd7bf-a6a3-4323-9818-ad34f994ec26} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 's' to function 'splitByNonAlpha'. Expected: String, got: Array(Nothing): In scope SELECT splitByNonAlpha([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT splitByNonAlpha([]);) 2025.03.31 17:47:25.911578 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 's' to function 'splitByNonAlpha'. Expected: String, got: Array(Nothing): In scope SELECT splitByNonAlpha([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:25.928228 [ 3914 ] {5d6b65e9-fca8-4d4e-887d-aff5d7ce10ad} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'splitByRegexp'. Expected 2 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT splitByRegexp([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT splitByRegexp([]);) 2025.03.31 17:47:25.931621 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'splitByRegexp'. Expected 2 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT splitByRegexp([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:25.947753 [ 3914 ] {dc8c79bd-62cc-471e-b280-be2cdd109054} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'splitByString'. Expected 2 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT splitByString([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT splitByString([]);) 2025.03.31 17:47:25.951063 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'splitByString'. Expected 2 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT splitByString([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:25.966739 [ 3914 ] {3496ede0-6230-40c4-b692-b4da907f9256} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 's' to function 'splitByWhitespace'. Expected: String, got: Array(Nothing): In scope SELECT splitByWhitespace([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT splitByWhitespace([]);) 2025.03.31 17:47:25.970176 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 's' to function 'splitByWhitespace'. Expected: String, got: Array(Nothing): In scope SELECT splitByWhitespace([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:25.992076 [ 3914 ] {be1ca20a-5953-4700-8687-ba2cbe187232} executeQuery: Code: 43. DB::Exception: Argument 0 for function sqidEncode must have datatype UInt*, given type: Array(Nothing).: In scope SELECT sqid([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT sqid([]);) 2025.03.31 17:47:25.995310 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Argument 0 for function sqidEncode must have datatype UInt*, given type: Array(Nothing).: In scope SELECT sqid([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:26.018914 [ 3914 ] {7ead5284-bba1-4aa4-89e6-d48a963cfff8} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'sqid' to function 'sqidDecode'. Expected: String, got: Array(Nothing): In scope SELECT sqidDecode([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT sqidDecode([]);) 2025.03.31 17:47:26.022594 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'sqid' to function 'sqidDecode'. Expected: String, got: Array(Nothing): In scope SELECT sqidDecode([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:26.043050 [ 3914 ] {8c5d23f7-711f-4a91-8c25-91d4405d9d5d} executeQuery: Code: 43. DB::Exception: Argument 0 for function sqidEncode must have datatype UInt*, given type: Array(Nothing).: In scope SELECT sqidEncode([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT sqidEncode([]);) 2025.03.31 17:47:26.046377 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Argument 0 for function sqidEncode must have datatype UInt*, given type: Array(Nothing).: In scope SELECT sqidEncode([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:26.063516 [ 3914 ] {0a5a8b82-a173-42f1-a43c-b00f5ff575e7} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function sqrt: In scope SELECT sqrt([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT sqrt([]);) 2025.03.31 17:47:26.066833 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function sqrt: In scope SELECT sqrt([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:26.072000 [ 1051 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:26.072030 [ 1061 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:26.072474 [ 1051 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:26.072595 [ 1061 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:26.081691 [ 3179 ] {6935c9d7-495c-43bc-a827-d05340a473ea} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id e73c7602-30c7-4578-965c-4eb4172747bb. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:26.083004 [ 3914 ] {c72202a3-d20f-4bd9-9bff-81ddf6b300f5} executeQuery: Code: 42. DB::Exception: Number of arguments for function startsWith doesn't match: passed 1, should be 2: In scope SELECT startsWith([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT startsWith([]);) 2025.03.31 17:47:26.086432 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function startsWith doesn't match: passed 1, should be 2: In scope SELECT startsWith([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:26.101436 [ 3914 ] {a73f4af0-bd9f-401e-8c16-5ffc57748387} executeQuery: Code: 42. DB::Exception: Number of arguments for function startsWithUTF8 doesn't match: passed 1, should be 2: In scope SELECT startsWithUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT startsWithUTF8([]);) 2025.03.31 17:47:26.104371 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function startsWithUTF8 doesn't match: passed 1, should be 2: In scope SELECT startsWithUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:26.120117 [ 3914 ] {e817cd55-f752-451d-a696-f803247fb482} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function stddevPop. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT stddevPop([]);) 2025.03.31 17:47:26.123194 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function stddevPop. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:26.153448 [ 3914 ] {e012322e-406f-4b43-be0c-e54c07044bc8} executeQuery: Code: 48. DB::Exception: Method getFloat64 is not supported for Array(Nothing): While executing AggregatingTransform. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT stddevPopStable([]);) 2025.03.31 17:47:26.157828 [ 3914 ] {} TCPHandler: Code: 48. DB::Exception: Method getFloat64 is not supported for Array(Nothing): While executing AggregatingTransform. (NOT_IMPLEMENTED) 2025.03.31 17:47:26.174546 [ 3914 ] {5d4e6f04-1097-4ba3-a065-fd4d37efe771} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function stddevSamp. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT stddevSamp([]);) 2025.03.31 17:47:26.178012 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function stddevSamp. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:26.205715 [ 3914 ] {df5ce9fc-5d4a-4ac5-8769-838cd3a27a49} executeQuery: Code: 48. DB::Exception: Method getFloat64 is not supported for Array(Nothing): While executing AggregatingTransform. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT stddevSampStable([]);) 2025.03.31 17:47:26.210676 [ 3914 ] {} TCPHandler: Code: 48. DB::Exception: Method getFloat64 is not supported for Array(Nothing): While executing AggregatingTransform. (NOT_IMPLEMENTED) 2025.03.31 17:47:26.229211 [ 3914 ] {ee58cb88-09fd-4553-9d42-ab070e58084d} executeQuery: Code: 344. DB::Exception: Natural language processing function 'stem' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT stem([]);) 2025.03.31 17:47:26.232645 [ 3914 ] {} TCPHandler: Code: 344. DB::Exception: Natural language processing function 'stem' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) 2025.03.31 17:47:26.249443 [ 3914 ] {e6cdc414-99e3-4040-b634-85ea2d8bece3} executeQuery: Code: 35. DB::Exception: Aggregate function stochasticLinearRegression requires at least two arguments: target and model's parameters. (TOO_FEW_ARGUMENTS_FOR_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT stochasticLinearRegression([]);) 2025.03.31 17:47:26.252503 [ 3914 ] {} TCPHandler: Code: 35. DB::Exception: Aggregate function stochasticLinearRegression requires at least two arguments: target and model's parameters. (TOO_FEW_ARGUMENTS_FOR_FUNCTION) 2025.03.31 17:47:26.267516 [ 3914 ] {983123bb-e32f-4d17-ada7-b2d139cf1bac} executeQuery: Code: 35. DB::Exception: Aggregate function stochasticLogisticRegression requires at least two arguments: target and model's parameters. (TOO_FEW_ARGUMENTS_FOR_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT stochasticLogisticRegression([]);) 2025.03.31 17:47:26.270520 [ 3914 ] {} TCPHandler: Code: 35. DB::Exception: Aggregate function stochasticLogisticRegression requires at least two arguments: target and model's parameters. (TOO_FEW_ARGUMENTS_FOR_FUNCTION) 2025.03.31 17:47:26.285962 [ 3914 ] {fadb2252-3e25-47d4-804b-cb628bb3cfd4} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTimeOrNull'. Expected: String, got: Array(Nothing): In scope SELECT str_to_date([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT str_to_date([]);) 2025.03.31 17:47:26.289269 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTimeOrNull'. Expected: String, got: Array(Nothing): In scope SELECT str_to_date([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:26.304250 [ 3914 ] {8edfc2b3-6009-4455-9206-b5575e2408f5} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument data_column. Must be String.: In scope SELECT str_to_map([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT str_to_map([]);) 2025.03.31 17:47:26.307286 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument data_column. Must be String.: In scope SELECT str_to_map([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:26.322248 [ 3914 ] {d61842f8-60cf-4e61-b99e-572af424a0e3} executeQuery: Code: 42. DB::Exception: Number of arguments for function stringJaccardIndex doesn't match: passed 1, should be 2: In scope SELECT stringJaccardIndex([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT stringJaccardIndex([]);) 2025.03.31 17:47:26.325219 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function stringJaccardIndex doesn't match: passed 1, should be 2: In scope SELECT stringJaccardIndex([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:26.343410 [ 3914 ] {ebdeedfb-219e-44d8-b399-76245ea7d903} executeQuery: Code: 42. DB::Exception: Number of arguments for function stringJaccardIndexUTF8 doesn't match: passed 1, should be 2: In scope SELECT stringJaccardIndexUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT stringJaccardIndexUTF8([]);) 2025.03.31 17:47:26.347725 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function stringJaccardIndexUTF8 doesn't match: passed 1, should be 2: In scope SELECT stringJaccardIndexUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:26.365217 [ 3914 ] {98af30f6-6fc5-4483-a4dd-a3263bdaab0e} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function stringToH3. Must be String or FixedString: In scope SELECT stringToH3([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT stringToH3([]);) 2025.03.31 17:47:26.368594 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function stringToH3. Must be String or FixedString: In scope SELECT stringToH3([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:26.385917 [ 3914 ] {9646c538-3eba-417a-99ee-38e85418e8b7} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of the first argument of function structureToCapnProtoSchema, expected constant string: In scope SELECT structureToCapnProtoSchema([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT structureToCapnProtoSchema([]);) 2025.03.31 17:47:26.389312 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of the first argument of function structureToCapnProtoSchema, expected constant string: In scope SELECT structureToCapnProtoSchema([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:26.406399 [ 3914 ] {76cb0cc5-941a-473d-b52b-a194205b5fe9} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of the first argument of function structureToProtobufSchema, expected constant string: In scope SELECT structureToProtobufSchema([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT structureToProtobufSchema([]);) 2025.03.31 17:47:26.409670 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of the first argument of function structureToProtobufSchema, expected constant string: In scope SELECT structureToProtobufSchema([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:26.425623 [ 3914 ] {98b7a658-c2f1-466e-a7a8-50d9fa307997} executeQuery: Code: 42. DB::Exception: Aggregate function studentTTest requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT studentTTest([]);) 2025.03.31 17:47:26.428797 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function studentTTest requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:26.444212 [ 3914 ] {28d9e304-2117-4459-8dbd-f235f2978a7a} executeQuery: Code: 42. DB::Exception: Number of arguments for function subBitmap doesn't match: passed 1, should be 3: In scope SELECT subBitmap([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT subBitmap([]);) 2025.03.31 17:47:26.447151 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function subBitmap doesn't match: passed 1, should be 3: In scope SELECT subBitmap([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:26.462799 [ 3914 ] {f43a977a-9615-4e29-8621-494efec35335} executeQuery: Code: 42. DB::Exception: Number of arguments for function subDate doesn't match: passed 1, should be 2: In scope SELECT subDate([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT subDate([]);) 2025.03.31 17:47:26.465682 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function subDate doesn't match: passed 1, should be 2: In scope SELECT subDate([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:26.484992 [ 3914 ] {6cfcedac-9401-4a4e-bb60-291b98c33c5e} executeQuery: Code: 42. DB::Exception: Number of arguments for function substring doesn't match: passed 1, should be 2 or 3: In scope SELECT substr([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT substr([]);) 2025.03.31 17:47:26.488078 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function substring doesn't match: passed 1, should be 2 or 3: In scope SELECT substr([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:26.510259 [ 3914 ] {c08f0177-f67d-4e3e-879f-27aed440ed68} executeQuery: Code: 42. DB::Exception: Number of arguments for function substringIndex doesn't match: passed 1, should be 3: In scope SELECT substringIndex([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT substringIndex([]);) 2025.03.31 17:47:26.513385 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function substringIndex doesn't match: passed 1, should be 3: In scope SELECT substringIndex([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:26.532398 [ 3914 ] {879ca21b-4700-4f1c-931e-1bd171ce1a43} executeQuery: Code: 42. DB::Exception: Number of arguments for function substringIndexUTF8 doesn't match: passed 1, should be 3: In scope SELECT substringIndexUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT substringIndexUTF8([]);) 2025.03.31 17:47:26.535640 [ 1054 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:26.535686 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function substringIndexUTF8 doesn't match: passed 1, should be 3: In scope SELECT substringIndexUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:26.536607 [ 1054 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:26.541791 [ 1053 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:26.542675 [ 1053 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:26.550917 [ 3914 ] {15c905ac-8f0c-4a3c-98a8-3b3034e0fa7b} executeQuery: Code: 42. DB::Exception: Number of arguments for function substringUTF8 doesn't match: passed 1, should be 2 or 3: In scope SELECT substringUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT substringUTF8([]);) 2025.03.31 17:47:26.554169 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function substringUTF8 doesn't match: passed 1, should be 2 or 3: In scope SELECT substringUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:26.569941 [ 3914 ] {d6ed1087-0580-4edd-83f9-9d30cf9412fc} executeQuery: Code: 42. DB::Exception: Number of arguments for function subtractDays doesn't match: passed 1, should be 2 or 3: In scope SELECT subtractDays([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT subtractDays([]);) 2025.03.31 17:47:26.573661 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function subtractDays doesn't match: passed 1, should be 2 or 3: In scope SELECT subtractDays([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:26.610946 [ 3914 ] {978115a4-f60e-44fb-bbbd-7e1747d3212e} executeQuery: Code: 42. DB::Exception: Number of arguments for function subtractHours doesn't match: passed 1, should be 2 or 3: In scope SELECT subtractHours([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT subtractHours([]);) 2025.03.31 17:47:26.612441 [ 1254 ] {d788d4ea-5daf-42c4-b7fd-1596e47a4bf8} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 242b778e-c440-4870-8ff3-0f3a0eef63cd. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:26.617285 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function subtractHours doesn't match: passed 1, should be 2 or 3: In scope SELECT subtractHours([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:26.636046 [ 3914 ] {585c00d5-25f6-4762-b34b-f0c7f00f05db} executeQuery: Code: 42. DB::Exception: Number of arguments for function subtractInterval doesn't match: passed 1, should be 2: In scope SELECT subtractInterval([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT subtractInterval([]);) 2025.03.31 17:47:26.640381 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function subtractInterval doesn't match: passed 1, should be 2: In scope SELECT subtractInterval([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:26.660225 [ 3914 ] {f9bec5ed-a55c-4bf9-915e-fb40d881123a} executeQuery: Code: 42. DB::Exception: Number of arguments for function subtractMicroseconds doesn't match: passed 1, should be 2 or 3: In scope SELECT subtractMicroseconds([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT subtractMicroseconds([]);) 2025.03.31 17:47:26.663637 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function subtractMicroseconds doesn't match: passed 1, should be 2 or 3: In scope SELECT subtractMicroseconds([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:26.680517 [ 3914 ] {c184c075-3686-4b87-a64e-b9c7f98950cf} executeQuery: Code: 42. DB::Exception: Number of arguments for function subtractMilliseconds doesn't match: passed 1, should be 2 or 3: In scope SELECT subtractMilliseconds([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT subtractMilliseconds([]);) 2025.03.31 17:47:26.684020 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function subtractMilliseconds doesn't match: passed 1, should be 2 or 3: In scope SELECT subtractMilliseconds([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:26.691279 [ 1063 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:26.691885 [ 1063 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:26.699731 [ 3914 ] {3475d0ed-99af-493e-9c14-a9c8e0dab270} executeQuery: Code: 42. DB::Exception: Number of arguments for function subtractMinutes doesn't match: passed 1, should be 2 or 3: In scope SELECT subtractMinutes([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT subtractMinutes([]);) 2025.03.31 17:47:26.701045 [ 1050 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:26.701486 [ 1050 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:26.702757 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function subtractMinutes doesn't match: passed 1, should be 2 or 3: In scope SELECT subtractMinutes([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:26.717582 [ 3914 ] {6f653365-42fb-400a-ab7c-e23068527024} executeQuery: Code: 42. DB::Exception: Number of arguments for function subtractMonths doesn't match: passed 1, should be 2 or 3: In scope SELECT subtractMonths([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT subtractMonths([]);) 2025.03.31 17:47:26.720339 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function subtractMonths doesn't match: passed 1, should be 2 or 3: In scope SELECT subtractMonths([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:26.735080 [ 3914 ] {50da658d-faf4-477b-9012-4bc9e2a90ead} executeQuery: Code: 42. DB::Exception: Number of arguments for function subtractNanoseconds doesn't match: passed 1, should be 2 or 3: In scope SELECT subtractNanoseconds([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT subtractNanoseconds([]);) 2025.03.31 17:47:26.737789 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function subtractNanoseconds doesn't match: passed 1, should be 2 or 3: In scope SELECT subtractNanoseconds([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:26.751804 [ 3914 ] {804ed009-3caa-45db-a276-b9dba19dcddc} executeQuery: Code: 42. DB::Exception: Number of arguments for function subtractQuarters doesn't match: passed 1, should be 2 or 3: In scope SELECT subtractQuarters([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT subtractQuarters([]);) 2025.03.31 17:47:26.754557 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function subtractQuarters doesn't match: passed 1, should be 2 or 3: In scope SELECT subtractQuarters([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:26.769118 [ 3914 ] {a8c342c7-aaf5-4840-8b37-a7a337e04030} executeQuery: Code: 42. DB::Exception: Number of arguments for function subtractSeconds doesn't match: passed 1, should be 2 or 3: In scope SELECT subtractSeconds([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT subtractSeconds([]);) 2025.03.31 17:47:26.771673 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function subtractSeconds doesn't match: passed 1, should be 2 or 3: In scope SELECT subtractSeconds([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:26.786175 [ 3914 ] {bbf629d7-903f-4f2f-97f9-2cf0d2844f3b} executeQuery: Code: 42. DB::Exception: Number of arguments for function subtractTupleOfIntervals doesn't match: passed 1, should be 2: In scope SELECT subtractTupleOfIntervals([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT subtractTupleOfIntervals([]);) 2025.03.31 17:47:26.788992 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function subtractTupleOfIntervals doesn't match: passed 1, should be 2: In scope SELECT subtractTupleOfIntervals([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:26.802636 [ 3914 ] {5185bee3-e51e-4d0d-bb84-94ce7792300c} executeQuery: Code: 42. DB::Exception: Number of arguments for function subtractWeeks doesn't match: passed 1, should be 2 or 3: In scope SELECT subtractWeeks([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT subtractWeeks([]);) 2025.03.31 17:47:26.805430 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function subtractWeeks doesn't match: passed 1, should be 2 or 3: In scope SELECT subtractWeeks([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:26.820730 [ 3914 ] {8ced3814-a3e7-498d-a7f6-ecb2677d2274} executeQuery: Code: 42. DB::Exception: Number of arguments for function subtractYears doesn't match: passed 1, should be 2 or 3: In scope SELECT subtractYears([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT subtractYears([]);) 2025.03.31 17:47:26.823761 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function subtractYears doesn't match: passed 1, should be 2 or 3: In scope SELECT subtractYears([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:26.839380 [ 3914 ] {283e96e4-3f3b-4852-ad25-d5d6cb5f801a} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function sum. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT sum([]);) 2025.03.31 17:47:26.842428 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function sum. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:26.857175 [ 3914 ] {4658aa91-1c72-41df-a07b-ee6d3f6d109f} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function sumCount. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT sumCount([]);) 2025.03.31 17:47:26.860218 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function sumCount. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:26.876354 [ 3914 ] {693d33b0-156c-4cb8-9c63-88a74f185bc8} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function sumKahan. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT sumKahan([]);) 2025.03.31 17:47:26.879392 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function sumKahan. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:26.894389 [ 3914 ] {7f710497-a402-49f6-b7fa-462bc517c2c8} executeQuery: Code: 43. DB::Exception: When function sumMapFiltered gets one argument it must be a tuple. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT sumMapFiltered([]);) 2025.03.31 17:47:26.897322 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: When function sumMapFiltered gets one argument it must be a tuple. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:26.912204 [ 3914 ] {12f983a8-1709-4857-bc86-22e6638306b1} executeQuery: Code: 43. DB::Exception: When function sumMapFilteredWithOverflow gets one argument it must be a tuple. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT sumMapFilteredWithOverflow([]);) 2025.03.31 17:47:26.914951 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: When function sumMapFilteredWithOverflow gets one argument it must be a tuple. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:26.929057 [ 3914 ] {99c47165-3c8a-4333-a82b-d27d691cc2fb} executeQuery: Code: 43. DB::Exception: When function sumMapWithOverflow gets one argument it must be a tuple. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT sumMapWithOverflow([]);) 2025.03.31 17:47:26.931722 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: When function sumMapWithOverflow gets one argument it must be a tuple. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:26.945681 [ 3914 ] {f6bfe9a4-df0e-45d9-bcca-586538623aee} executeQuery: Code: 43. DB::Exception: When function sumMappedArrays gets one argument it must be a tuple. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT sumMappedArrays([]);) 2025.03.31 17:47:26.948410 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: When function sumMappedArrays gets one argument it must be a tuple. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:26.962737 [ 3914 ] {8290e864-c2bf-4b56-85ea-f07d06baf45f} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function sumWithOverflow. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT sumWithOverflow([]);) 2025.03.31 17:47:26.965537 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function sumWithOverflow. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:26.983510 [ 3914 ] {3f8b4667-3b48-4572-8b94-c294768c5529} executeQuery: Code: 36. DB::Exception: Unknown geometry type Array(Nothing): In scope SELECT svg([]). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT svg([]);) 2025.03.31 17:47:26.986644 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: Unknown geometry type Array(Nothing): In scope SELECT svg([]). (BAD_ARGUMENTS) 2025.03.31 17:47:27.001026 [ 3914 ] {e6409e4a-cfab-4202-97ac-1fc996252ce9} executeQuery: Code: 344. DB::Exception: Natural language processing function 'synonyms' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT synonyms([]);) 2025.03.31 17:47:27.003664 [ 3914 ] {} TCPHandler: Code: 344. DB::Exception: Natural language processing function 'synonyms' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) 2025.03.31 17:47:27.017610 [ 3914 ] {27c23d78-2bbd-4176-a58f-62e93647e2c7} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function tan: In scope SELECT tan([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT tan([]);) 2025.03.31 17:47:27.020201 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function tan: In scope SELECT tan([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:27.037912 [ 3914 ] {7749721e-e6ca-4bfd-b87f-16662f58e2fa} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function tanh: In scope SELECT tanh([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT tanh([]);) 2025.03.31 17:47:27.041578 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function tanh: In scope SELECT tanh([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:27.058834 [ 3914 ] {f5b9fcab-aabe-49a6-a65b-72c23b114b01} executeQuery: Code: 42. DB::Exception: Number of arguments for function tcpPort doesn't match: passed 1, should be 0: In scope SELECT tcpPort([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT tcpPort([]);) 2025.03.31 17:47:27.062244 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tcpPort doesn't match: passed 1, should be 0: In scope SELECT tcpPort([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:27.079328 [ 3914 ] {204fc76f-de8f-4fde-a87f-b9ee3e5ebe42} executeQuery: Code: 42. DB::Exception: Number of arguments for function test_function doesn't match: passed 1, should be 2: In scope SELECT test_function([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT test_function([]);) 2025.03.31 17:47:27.083001 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function test_function doesn't match: passed 1, should be 2: In scope SELECT test_function([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:27.100227 [ 3914 ] {f15fb8d9-743e-4706-8cca-83e173817bfe} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function tgamma: In scope SELECT tgamma([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT tgamma([]);) 2025.03.31 17:47:27.103540 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function tgamma: In scope SELECT tgamma([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:27.120382 [ 3914 ] {19d90425-aece-4d8c-b2a7-fa343b479a84} executeQuery: Code: 42. DB::Exception: Aggregate function theilsU requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT theilsU([]);) 2025.03.31 17:47:27.123750 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function theilsU requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:27.142065 [ 3914 ] {a12b3bb4-f5e6-4fdf-abf3-65f65c685884} executeQuery: Code: 43. DB::Exception: First argument of function throwIf must be a number (passed: Array(Nothing)): In scope SELECT throwIf([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT throwIf([]);) 2025.03.31 17:47:27.146078 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function throwIf must be a number (passed: Array(Nothing)): In scope SELECT throwIf([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:27.161842 [ 3914 ] {8527b7e2-0b0a-465e-a745-156b2d56ccbc} executeQuery: Code: 42. DB::Exception: Number of arguments for function tid doesn't match: passed 1, should be 0: In scope SELECT tid([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT tid([]);) 2025.03.31 17:47:27.165067 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tid doesn't match: passed 1, should be 0: In scope SELECT tid([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:27.179774 [ 3914 ] {cd88c5af-f615-4b75-a489-64f7cc5aaa13} executeQuery: Code: 42. DB::Exception: Number of arguments for function timeDiff doesn't match: passed 1, should be 2: In scope SELECT timeDiff([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT timeDiff([]);) 2025.03.31 17:47:27.183144 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function timeDiff doesn't match: passed 1, should be 2: In scope SELECT timeDiff([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:27.199090 [ 3914 ] {cff2431a-7c2a-4b5b-823d-69cb584c22be} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function timeSlot. Should be Date, Date32, DateTime or DateTime64: In scope SELECT timeSlot([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT timeSlot([]);) 2025.03.31 17:47:27.202292 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function timeSlot. Should be Date, Date32, DateTime or DateTime64: In scope SELECT timeSlot([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:27.218995 [ 3914 ] {00909229-028a-4c9e-9d3d-d320956aadba} executeQuery: Code: 42. DB::Exception: Number of arguments for function timeSlots doesn't match: passed 1, should be 2 or 3: In scope SELECT timeSlots([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT timeSlots([]);) 2025.03.31 17:47:27.222640 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function timeSlots doesn't match: passed 1, should be 2 or 3: In scope SELECT timeSlots([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:27.238116 [ 3914 ] {bf943bd0-4c1d-4f6f-98f9-40f7a924deb2} executeQuery: Code: 42. DB::Exception: Number of arguments for function timezone doesn't match: passed 1, should be 0: In scope SELECT timeZone([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT timeZone([]);) 2025.03.31 17:47:27.241542 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function timezone doesn't match: passed 1, should be 0: In scope SELECT timeZone([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:27.257149 [ 3914 ] {ca8c3805-198b-4230-9f16-faad03886dfc} executeQuery: Code: 36. DB::Exception: Bad argument for function timezoneOf, should be DateTime or DateTime64: In scope SELECT timeZoneOf([]). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT timeZoneOf([]);) 2025.03.31 17:47:27.260641 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: Bad argument for function timezoneOf, should be DateTime or DateTime64: In scope SELECT timeZoneOf([]). (BAD_ARGUMENTS) 2025.03.31 17:47:27.275986 [ 3914 ] {8c1e70c7-9260-4c55-a582-23c15965f76a} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function timezoneOffset. Should be Date, Date32, DateTime or DateTime64: In scope SELECT timeZoneOffset([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT timeZoneOffset([]);) 2025.03.31 17:47:27.279148 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function timezoneOffset. Should be Date, Date32, DateTime or DateTime64: In scope SELECT timeZoneOffset([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:27.294176 [ 3914 ] {4f8ce9d8-f2bd-42f1-8ca9-d044d0de7c6b} executeQuery: Code: 42. DB::Exception: Number of arguments for function toStartOfInterval doesn't match: passed 1, must be 2, 3 or 4: In scope SELECT time_bucket([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT time_bucket([]);) 2025.03.31 17:47:27.297376 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toStartOfInterval doesn't match: passed 1, must be 2, 3 or 4: In scope SELECT time_bucket([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:27.313013 [ 3914 ] {9197c18a-a76f-4487-9a36-3aaa77a69545} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'timestamp' to function 'timestamp'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT timestamp([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT timestamp([]);) 2025.03.31 17:47:27.316456 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'timestamp' to function 'timestamp'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT timestamp([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:27.332076 [ 3914 ] {1ac8b7e3-42e9-4224-90d6-b476c8ffa66b} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'dateDiff'. Expected 3 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT dateDiff([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT timestampDiff([]);) 2025.03.31 17:47:27.335605 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'dateDiff'. Expected 3 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT dateDiff([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:27.350879 [ 3914 ] {3eaafc19-8a4c-4bbc-b4b4-25b99d7caa87} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'dateDiff'. Expected 3 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT dateDiff([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT timestamp_diff([]);) 2025.03.31 17:47:27.354272 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'dateDiff'. Expected 3 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT dateDiff([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:27.360496 [ 1247 ] {9043aaaa-021e-46ec-a4f1-5036ff10813f} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id debf558e-87fa-409e-b60c-819361bb2046. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:27.371097 [ 3914 ] {6cf653b1-e4f1-477f-9672-2f5fb4033b1f} executeQuery: Code: 42. DB::Exception: Number of arguments for function timezone doesn't match: passed 1, should be 0: In scope SELECT timezone([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT timezone([]);) 2025.03.31 17:47:27.374473 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function timezone doesn't match: passed 1, should be 0: In scope SELECT timezone([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:27.375705 [ 1056 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:27.376920 [ 1056 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:27.379504 [ 1052 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:27.380012 [ 1052 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:27.390065 [ 3914 ] {3b9e368d-1c5d-4b4e-9d99-1ed686e94cab} executeQuery: Code: 36. DB::Exception: Bad argument for function timezoneOf, should be DateTime or DateTime64: In scope SELECT timezoneOf([]). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT timezoneOf([]);) 2025.03.31 17:47:27.393520 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: Bad argument for function timezoneOf, should be DateTime or DateTime64: In scope SELECT timezoneOf([]). (BAD_ARGUMENTS) 2025.03.31 17:47:27.398392 [ 1062 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:27.398865 [ 1062 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:27.398877 [ 1059 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:27.399381 [ 1059 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:27.409318 [ 3914 ] {a4732227-206d-4756-9a6a-a7434b100050} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function timezoneOffset. Should be Date, Date32, DateTime or DateTime64: In scope SELECT timezoneOffset([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT timezoneOffset([]);) 2025.03.31 17:47:27.412546 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function timezoneOffset. Should be Date, Date32, DateTime or DateTime64: In scope SELECT timezoneOffset([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:27.428988 [ 3914 ] {5fde94a2-d16b-4636-9696-b5ff01c2fcd7} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toBFloat16: In scope SELECT toBFloat16([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toBFloat16([]);) 2025.03.31 17:47:27.432452 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toBFloat16: In scope SELECT toBFloat16([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:27.449067 [ 3914 ] {9c77930d-b10e-4bfb-907d-2b9a5f436652} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toBFloat16OrNull. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toBFloat16OrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toBFloat16OrNull([]);) 2025.03.31 17:47:27.452588 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toBFloat16OrNull. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toBFloat16OrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:27.466084 [ 3914 ] {14c5cf80-104a-45df-b0e9-77198d5db3d7} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toBFloat16OrZero. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toBFloat16OrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toBFloat16OrZero([]);) 2025.03.31 17:47:27.468227 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toBFloat16OrZero. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toBFloat16OrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:27.481418 [ 3914 ] {104ef6fc-d06e-4061-b5af-1d294e846844} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toUInt8: In scope SELECT toBool([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toBool([]);) 2025.03.31 17:47:27.483535 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toUInt8: In scope SELECT toBool([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:27.522660 [ 3914 ] {eaedc366-6e01-414f-94f2-4f73b210eb7a} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toDate: In scope SELECT toDate([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toDate([]);) 2025.03.31 17:47:27.525397 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toDate: In scope SELECT toDate([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:27.538545 [ 3914 ] {cc398ea0-ad6f-4afe-9636-a329a28dc972} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toDate32: In scope SELECT toDate32([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toDate32([]);) 2025.03.31 17:47:27.540802 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toDate32: In scope SELECT toDate32([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:27.553434 [ 3914 ] {cb702ef9-c5fc-48e8-a43e-34959092ca04} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toDate32: In scope SELECT toDate32OrDefault([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toDate32OrDefault([]);) 2025.03.31 17:47:27.555567 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toDate32: In scope SELECT toDate32OrDefault([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:27.558808 [ 3178 ] {0de70305-be77-4dee-ac6b-fc1bdcf88197} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 659a99ef-2905-441a-a5a7-c04945381a4b. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:27.566543 [ 3914 ] {86ddbf56-08b4-4ae5-a171-f4aa0967309e} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toDate32OrNull. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toDate32OrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toDate32OrNull([]);) 2025.03.31 17:47:27.568282 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toDate32OrNull. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toDate32OrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:27.579266 [ 3914 ] {242660a1-c283-4cad-9b06-0b76c9c06afc} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toDate32OrZero. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toDate32OrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toDate32OrZero([]);) 2025.03.31 17:47:27.581042 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toDate32OrZero. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toDate32OrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:27.592571 [ 3914 ] {fb5aacc6-d6aa-4117-a43b-8d864b6e10f1} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toDate: In scope SELECT toDateOrDefault([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toDateOrDefault([]);) 2025.03.31 17:47:27.594284 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toDate: In scope SELECT toDateOrDefault([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:27.605272 [ 3914 ] {d96c267d-8628-4ca3-ba4b-2450b51e3a58} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toDateOrNull. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toDateOrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toDateOrNull([]);) 2025.03.31 17:47:27.607038 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toDateOrNull. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toDateOrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:27.618186 [ 3914 ] {21e244d6-803f-479b-a25d-c36e0cf15e6a} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toDateOrZero. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toDateOrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toDateOrZero([]);) 2025.03.31 17:47:27.620470 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toDateOrZero. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toDateOrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:27.631355 [ 3914 ] {6fed4486-4676-4c98-9d15-51f6ff303c18} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toDateTime: In scope SELECT toDateTime([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toDateTime([]);) 2025.03.31 17:47:27.633102 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toDateTime: In scope SELECT toDateTime([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:27.644109 [ 3914 ] {4344dfa5-d0db-41bf-aa90-528f83919341} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toDateTime32: In scope SELECT toDateTime32([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toDateTime32([]);) 2025.03.31 17:47:27.645820 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toDateTime32: In scope SELECT toDateTime32([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:27.657526 [ 3914 ] {b10f9592-50eb-4ef2-b9e4-6ff5622b333a} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDateTime64'. Expected 2 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT toDateTime64([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toDateTime64([]);) 2025.03.31 17:47:27.659433 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDateTime64'. Expected 2 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT toDateTime64([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:27.670508 [ 3914 ] {e7a820eb-0640-4152-a7a7-e9d1faf5f789} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDateTime64OrDefault'. Expected 2 mandatory arguments and 2 optional arguments, got 1 argument: In scope SELECT toDateTime64OrDefault([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toDateTime64OrDefault([]);) 2025.03.31 17:47:27.672338 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDateTime64OrDefault'. Expected 2 mandatory arguments and 2 optional arguments, got 1 argument: In scope SELECT toDateTime64OrDefault([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:27.683344 [ 3914 ] {b210179f-cf55-44a6-8bd6-5ca2f5a9d3f2} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'string' to function 'toDateTime64OrNull'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT toDateTime64OrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toDateTime64OrNull([]);) 2025.03.31 17:47:27.685249 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'string' to function 'toDateTime64OrNull'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT toDateTime64OrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:27.696350 [ 3914 ] {29dbe8bb-5d68-41ae-a171-29ae3151c18a} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'string' to function 'toDateTime64OrZero'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT toDateTime64OrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toDateTime64OrZero([]);) 2025.03.31 17:47:27.698232 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'string' to function 'toDateTime64OrZero'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT toDateTime64OrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:27.711138 [ 3914 ] {640978f6-3d21-4f71-90b5-ac2d650e9a55} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toDateTime: In scope SELECT toDateTimeOrDefault([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toDateTimeOrDefault([]);) 2025.03.31 17:47:27.713720 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toDateTime: In scope SELECT toDateTimeOrDefault([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:27.732013 [ 3914 ] {cc3bd9a5-256b-41fb-b031-951c999cd24c} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toDateTimeOrNull. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toDateTimeOrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toDateTimeOrNull([]);) 2025.03.31 17:47:27.732293 [ 1054 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:27.732779 [ 1054 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:27.732830 [ 1061 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:27.733416 [ 1061 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:27.736082 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toDateTimeOrNull. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toDateTimeOrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:27.753429 [ 3914 ] {9d5cba2f-80e0-480c-b3f1-a23c1283ab11} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toDateTimeOrZero. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toDateTimeOrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toDateTimeOrZero([]);) 2025.03.31 17:47:27.757036 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toDateTimeOrZero. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toDateTimeOrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:27.773650 [ 3914 ] {e4de1c25-9ef1-44ce-a62d-daba1fc2dca4} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toDayOfMonth. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toDayOfMonth([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toDayOfMonth([]);) 2025.03.31 17:47:27.776852 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toDayOfMonth. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toDayOfMonth([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:27.792746 [ 3914 ] {16427ae7-7cbb-45fb-810f-f5ccd62ca16b} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toDayOfWeek. Must be Date, Date32, DateTime or DateTime64.: In scope SELECT toDayOfWeek([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toDayOfWeek([]);) 2025.03.31 17:47:27.796018 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toDayOfWeek. Must be Date, Date32, DateTime or DateTime64.: In scope SELECT toDayOfWeek([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:27.811270 [ 3914 ] {a3ee15fe-1e39-4a69-8a1e-ab53efd30508} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toDayOfYear. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toDayOfYear([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toDayOfYear([]);) 2025.03.31 17:47:27.814537 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toDayOfYear. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toDayOfYear([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:27.830155 [ 3914 ] {010a9a2c-43bb-48aa-9920-7a5f06975090} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toDaysSinceYearZero. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toDaysSinceYearZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toDaysSinceYearZero([]);) 2025.03.31 17:47:27.833431 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toDaysSinceYearZero. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toDaysSinceYearZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:27.850700 [ 3914 ] {6639291e-b3d3-4765-a5ef-60abe4d8da85} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDecimal128'. Expected 2 arguments, got 1 argument: In scope SELECT toDecimal128([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toDecimal128([]);) 2025.03.31 17:47:27.854345 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDecimal128'. Expected 2 arguments, got 1 argument: In scope SELECT toDecimal128([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:27.870288 [ 3914 ] {f64c5436-9bd0-44e6-8bbf-648dd92860a5} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDecimal128OrDefault'. Expected 2 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT toDecimal128OrDefault([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toDecimal128OrDefault([]);) 2025.03.31 17:47:27.873542 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDecimal128OrDefault'. Expected 2 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT toDecimal128OrDefault([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:27.889420 [ 3914 ] {78cd1c2d-d387-4ebc-beb0-ca22709801ab} executeQuery: Code: 42. DB::Exception: Number of arguments for function toDecimal128OrNull doesn't match: passed 1, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDecimal128OrNull([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toDecimal128OrNull([]);) 2025.03.31 17:47:27.892661 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toDecimal128OrNull doesn't match: passed 1, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDecimal128OrNull([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:27.909917 [ 3914 ] {37134ad9-fc8a-4f30-86b9-07fb485dcdd8} executeQuery: Code: 42. DB::Exception: Number of arguments for function toDecimal128OrZero doesn't match: passed 1, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDecimal128OrZero([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toDecimal128OrZero([]);) 2025.03.31 17:47:27.914123 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toDecimal128OrZero doesn't match: passed 1, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDecimal128OrZero([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:27.929663 [ 3914 ] {1cee6311-643b-464d-9ab5-41d761e20729} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDecimal256'. Expected 2 arguments, got 1 argument: In scope SELECT toDecimal256([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toDecimal256([]);) 2025.03.31 17:47:27.932112 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDecimal256'. Expected 2 arguments, got 1 argument: In scope SELECT toDecimal256([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:27.937332 [ 1254 ] {36ee3658-e1bb-4aea-b839-39b81fb0f517} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 7cae657b-218f-430d-b331-bee8ba97b1b2. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:27.946938 [ 3914 ] {15f95326-1a10-4c94-beb2-60a56306c07a} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDecimal256OrDefault'. Expected 2 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT toDecimal256OrDefault([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toDecimal256OrDefault([]);) 2025.03.31 17:47:27.949758 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDecimal256OrDefault'. Expected 2 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT toDecimal256OrDefault([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:27.963700 [ 3914 ] {7e3e169e-56ed-4688-95dc-4a938feaef9f} executeQuery: Code: 42. DB::Exception: Number of arguments for function toDecimal256OrNull doesn't match: passed 1, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDecimal256OrNull([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toDecimal256OrNull([]);) 2025.03.31 17:47:27.966481 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toDecimal256OrNull doesn't match: passed 1, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDecimal256OrNull([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:27.979169 [ 3914 ] {042fbc6a-db80-4e8e-9cfb-c4efe097f94e} executeQuery: Code: 42. DB::Exception: Number of arguments for function toDecimal256OrZero doesn't match: passed 1, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDecimal256OrZero([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toDecimal256OrZero([]);) 2025.03.31 17:47:27.981166 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toDecimal256OrZero doesn't match: passed 1, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDecimal256OrZero([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:27.992314 [ 3914 ] {79f142a1-7de4-442d-b41a-50a013afbd74} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDecimal32'. Expected 2 arguments, got 1 argument: In scope SELECT toDecimal32([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toDecimal32([]);) 2025.03.31 17:47:27.994014 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDecimal32'. Expected 2 arguments, got 1 argument: In scope SELECT toDecimal32([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:28.004539 [ 3914 ] {84d2ec32-2271-4378-838c-5750444d6623} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDecimal32OrDefault'. Expected 2 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT toDecimal32OrDefault([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toDecimal32OrDefault([]);) 2025.03.31 17:47:28.006117 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDecimal32OrDefault'. Expected 2 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT toDecimal32OrDefault([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:28.016491 [ 3914 ] {e992fe46-3154-46d2-82af-8acd0a1b7a3a} executeQuery: Code: 42. DB::Exception: Number of arguments for function toDecimal32OrNull doesn't match: passed 1, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDecimal32OrNull([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toDecimal32OrNull([]);) 2025.03.31 17:47:28.018054 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toDecimal32OrNull doesn't match: passed 1, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDecimal32OrNull([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:28.028707 [ 3914 ] {3e75d227-009a-4f57-8a39-b490650bcf79} executeQuery: Code: 42. DB::Exception: Number of arguments for function toDecimal32OrZero doesn't match: passed 1, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDecimal32OrZero([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toDecimal32OrZero([]);) 2025.03.31 17:47:28.030460 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toDecimal32OrZero doesn't match: passed 1, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDecimal32OrZero([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:28.032466 [ 1247 ] {2698c797-106e-4c3c-af62-9a7904c8bac5} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 2d99ea43-4c12-492c-8727-a0d0723dec3f. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:28.032871 [ 1247 ] {2698c797-106e-4c3c-af62-9a7904c8bac5} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 1f968f0d-261e-4e32-9b95-2cce714ebf51. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:28.041997 [ 3914 ] {cdd7e2cc-f029-4296-a246-f87c378f8d9b} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDecimal64'. Expected 2 arguments, got 1 argument: In scope SELECT toDecimal64([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toDecimal64([]);) 2025.03.31 17:47:28.043787 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDecimal64'. Expected 2 arguments, got 1 argument: In scope SELECT toDecimal64([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:28.054669 [ 3914 ] {8ab6384a-7654-4ae8-89fc-eb8326846118} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDecimal64OrDefault'. Expected 2 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT toDecimal64OrDefault([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toDecimal64OrDefault([]);) 2025.03.31 17:47:28.056681 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDecimal64OrDefault'. Expected 2 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT toDecimal64OrDefault([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:28.067745 [ 3914 ] {78b414bf-2944-46e0-b628-758e5191ded9} executeQuery: Code: 42. DB::Exception: Number of arguments for function toDecimal64OrNull doesn't match: passed 1, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDecimal64OrNull([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toDecimal64OrNull([]);) 2025.03.31 17:47:28.069756 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toDecimal64OrNull doesn't match: passed 1, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDecimal64OrNull([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:28.073047 [ 1063 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:28.073772 [ 1063 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:28.075511 [ 1050 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:28.076098 [ 1050 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:28.081604 [ 3914 ] {72486827-30e3-4c59-81e3-2f2e5b23ede6} executeQuery: Code: 42. DB::Exception: Number of arguments for function toDecimal64OrZero doesn't match: passed 1, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDecimal64OrZero([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toDecimal64OrZero([]);) 2025.03.31 17:47:28.083520 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toDecimal64OrZero doesn't match: passed 1, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDecimal64OrZero([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:28.094597 [ 3914 ] {1b753e42-1ecb-4525-b74e-641126b8d64d} executeQuery: Code: 42. DB::Exception: Number of arguments for function toDecimalString doesn't match: passed 1, should be 2: In scope SELECT toDecimalString([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toDecimalString([]);) 2025.03.31 17:47:28.096477 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toDecimalString doesn't match: passed 1, should be 2: In scope SELECT toDecimalString([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:28.107689 [ 3914 ] {c0bdf020-d189-417e-b0fb-5c33c80b892d} executeQuery: Code: 42. DB::Exception: Number of arguments for function toFixedString doesn't match: passed 1, should be 2: In scope SELECT toFixedString([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toFixedString([]);) 2025.03.31 17:47:28.109463 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toFixedString doesn't match: passed 1, should be 2: In scope SELECT toFixedString([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:28.120470 [ 3914 ] {ee17bc83-a8f6-4d9d-91cc-661373490e6c} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toFloat32: In scope SELECT toFloat32([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toFloat32([]);) 2025.03.31 17:47:28.122176 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toFloat32: In scope SELECT toFloat32([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:28.133987 [ 3914 ] {4b11f851-527d-4ba9-86ef-3b76cbf1070f} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toFloat32: In scope SELECT toFloat32OrDefault([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toFloat32OrDefault([]);) 2025.03.31 17:47:28.135752 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toFloat32: In scope SELECT toFloat32OrDefault([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:28.148320 [ 3914 ] {2d80fe17-fde8-427b-84d0-0976f028e1c2} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toFloat32OrNull. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toFloat32OrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toFloat32OrNull([]);) 2025.03.31 17:47:28.151104 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toFloat32OrNull. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toFloat32OrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:28.156394 [ 1051 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:28.156946 [ 1051 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:28.160719 [ 1062 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:28.161307 [ 1062 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:28.170143 [ 3914 ] {1dbb69f4-16e1-44aa-a833-5c827192e406} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toFloat32OrZero. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toFloat32OrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toFloat32OrZero([]);) 2025.03.31 17:47:28.173658 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toFloat32OrZero. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toFloat32OrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:28.190590 [ 3914 ] {6469211e-8f3e-4966-81a7-498eb3cbf84f} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toFloat64: In scope SELECT toFloat64([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toFloat64([]);) 2025.03.31 17:47:28.193847 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toFloat64: In scope SELECT toFloat64([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:28.210027 [ 3914 ] {c62846e4-1882-45a4-a193-6e55c83f43b3} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toFloat64: In scope SELECT toFloat64OrDefault([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toFloat64OrDefault([]);) 2025.03.31 17:47:28.213113 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toFloat64: In scope SELECT toFloat64OrDefault([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:28.227920 [ 3914 ] {c5516a4e-b0fc-4f5f-b11b-9530d9c07b7c} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toFloat64OrNull. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toFloat64OrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toFloat64OrNull([]);) 2025.03.31 17:47:28.230976 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toFloat64OrNull. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toFloat64OrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:28.246399 [ 3914 ] {410ce9be-2b2f-4f2a-87b9-c24daab3312e} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toFloat64OrZero. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toFloat64OrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toFloat64OrZero([]);) 2025.03.31 17:47:28.249496 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toFloat64OrZero. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toFloat64OrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:28.263755 [ 3914 ] {06c7895f-e92b-43d3-b192-23f12abfb11b} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toHour. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toHour([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toHour([]);) 2025.03.31 17:47:28.267121 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toHour. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toHour([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:28.281504 [ 3914 ] {532847df-aded-4607-986a-d6b750743862} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toIPv4: In scope SELECT toIPv4([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toIPv4([]);) 2025.03.31 17:47:28.284350 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toIPv4: In scope SELECT toIPv4([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:28.300613 [ 3914 ] {8fa67c48-d0f5-4d4c-905b-f0b6fe970434} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toIPv4: In scope SELECT toIPv4OrDefault([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toIPv4OrDefault([]);) 2025.03.31 17:47:28.303791 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toIPv4: In scope SELECT toIPv4OrDefault([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:28.320155 [ 3914 ] {9cc60681-2118-4536-9676-c8fd9d07d4f6} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toIPv4OrNull. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toIPv4OrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toIPv4OrNull([]);) 2025.03.31 17:47:28.323291 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toIPv4OrNull. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toIPv4OrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:28.338437 [ 3914 ] {8329e84d-09b0-4e2f-8bcc-19c504a9839d} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toIPv4OrZero. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toIPv4OrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toIPv4OrZero([]);) 2025.03.31 17:47:28.341463 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toIPv4OrZero. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toIPv4OrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:28.356678 [ 3914 ] {e73f2458-f3a6-4178-9587-4336f10668e2} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toIPv6: In scope SELECT toIPv6([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toIPv6([]);) 2025.03.31 17:47:28.359665 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toIPv6: In scope SELECT toIPv6([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:28.365642 [ 1060 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:28.365713 [ 1054 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:28.366131 [ 1060 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:28.366253 [ 1054 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:28.382066 [ 3914 ] {d4d4efb3-e5d0-4032-8515-43bb479b6054} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toIPv6: In scope SELECT toIPv6OrDefault([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toIPv6OrDefault([]);) 2025.03.31 17:47:28.385523 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toIPv6: In scope SELECT toIPv6OrDefault([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:28.400672 [ 3178 ] {a4f54069-3578-4e82-977e-984fdf9ceecb} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 7ad19eee-d9a0-4c02-ac01-291d827be26c. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:28.401921 [ 3914 ] {0570f194-8e04-456f-a84b-22175c03be26} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toIPv6OrNull. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toIPv6OrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toIPv6OrNull([]);) 2025.03.31 17:47:28.405040 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toIPv6OrNull. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toIPv6OrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:28.420965 [ 3914 ] {f67f98c9-9b06-4f25-b34f-4adcb6b60cd1} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toIPv6OrZero. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toIPv6OrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toIPv6OrZero([]);) 2025.03.31 17:47:28.423622 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toIPv6OrZero. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toIPv6OrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:28.437137 [ 3914 ] {b42dafe0-d662-44ef-9d18-c989bbabb033} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toISOWeek. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toISOWeek([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toISOWeek([]);) 2025.03.31 17:47:28.439662 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toISOWeek. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toISOWeek([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:28.455606 [ 3914 ] {5391fb32-cd77-4395-8555-896f8dbb6318} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toISOYear. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toISOYear([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toISOYear([]);) 2025.03.31 17:47:28.458842 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toISOYear. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toISOYear([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:28.476024 [ 3914 ] {b1400a21-2949-4007-a1df-60f39ca5459b} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toInt128: In scope SELECT toInt128([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toInt128([]);) 2025.03.31 17:47:28.479341 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toInt128: In scope SELECT toInt128([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:28.496172 [ 3914 ] {aea25177-c7ec-45f7-97de-050cbebb3c56} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toInt128: In scope SELECT toInt128OrDefault([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toInt128OrDefault([]);) 2025.03.31 17:47:28.499544 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toInt128: In scope SELECT toInt128OrDefault([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:28.514982 [ 3655 ] {bbad54c6-8cd1-43a2-ae14-b1f3b797cd9d} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 4107cfec-121a-4c15-8faa-ef829a29d361. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:28.515516 [ 3914 ] {e54b9c69-7267-4ff1-b5cf-471ad2ac9787} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toInt128OrNull. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toInt128OrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toInt128OrNull([]);) 2025.03.31 17:47:28.519020 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toInt128OrNull. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toInt128OrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:28.533503 [ 3914 ] {1921e3b7-9996-4c55-b1ee-677686631d18} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toInt128OrZero. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toInt128OrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toInt128OrZero([]);) 2025.03.31 17:47:28.536562 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toInt128OrZero. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toInt128OrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:28.550960 [ 3914 ] {96938f36-fa99-4744-be52-9f4bf0a6a3d8} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toInt16: In scope SELECT toInt16([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toInt16([]);) 2025.03.31 17:47:28.553874 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toInt16: In scope SELECT toInt16([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:28.569574 [ 3914 ] {fce4c44e-e4cc-4d35-b195-3bd90c8455a0} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toInt16: In scope SELECT toInt16OrDefault([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toInt16OrDefault([]);) 2025.03.31 17:47:28.572742 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toInt16: In scope SELECT toInt16OrDefault([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:28.587386 [ 3914 ] {cf68ced0-f7fb-4799-b2db-e139025b3cea} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toInt16OrNull. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toInt16OrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toInt16OrNull([]);) 2025.03.31 17:47:28.590528 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toInt16OrNull. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toInt16OrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:28.604877 [ 3914 ] {6d13ca23-ac4c-4127-9aa2-4ef99708224d} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toInt16OrZero. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toInt16OrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toInt16OrZero([]);) 2025.03.31 17:47:28.608272 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toInt16OrZero. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toInt16OrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:28.623351 [ 3914 ] {b09d0cf4-0d8e-4d1b-92bf-1fc1b441f307} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toInt256: In scope SELECT toInt256([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toInt256([]);) 2025.03.31 17:47:28.626409 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toInt256: In scope SELECT toInt256([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:28.644240 [ 3914 ] {a56abce2-75e2-463f-8150-87a5d9aa304a} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toInt256: In scope SELECT toInt256OrDefault([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toInt256OrDefault([]);) 2025.03.31 17:47:28.647522 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toInt256: In scope SELECT toInt256OrDefault([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:28.664479 [ 3914 ] {c776ba10-239d-4d35-b034-78d4a07fcfd3} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toInt256OrNull. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toInt256OrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toInt256OrNull([]);) 2025.03.31 17:47:28.668553 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toInt256OrNull. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toInt256OrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:28.684440 [ 3914 ] {57aec86e-1d22-4255-b6a0-99e4b002c44e} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toInt256OrZero. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toInt256OrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toInt256OrZero([]);) 2025.03.31 17:47:28.687876 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toInt256OrZero. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toInt256OrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:28.689162 [ 1254 ] {a8433d98-02b0-46e2-bd9b-e76fca4509a9} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 85fd375b-852d-4fc5-ac0a-4c31f0cdf813. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:28.704136 [ 3914 ] {1dfbb0dc-c49b-45f2-a009-f8a9518da4ab} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toInt32: In scope SELECT toInt32([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toInt32([]);) 2025.03.31 17:47:28.707454 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toInt32: In scope SELECT toInt32([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:28.724163 [ 3914 ] {b8312c28-bb52-4877-beb4-94dff6aa2640} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toInt32: In scope SELECT toInt32OrDefault([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toInt32OrDefault([]);) 2025.03.31 17:47:28.727337 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toInt32: In scope SELECT toInt32OrDefault([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:28.742394 [ 3914 ] {11167760-a620-464c-b6d6-19ef4b2df9d5} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toInt32OrNull. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toInt32OrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toInt32OrNull([]);) 2025.03.31 17:47:28.745505 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toInt32OrNull. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toInt32OrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:28.762411 [ 3914 ] {0c7df8c6-1022-4908-a197-996e5934da79} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toInt32OrZero. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toInt32OrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toInt32OrZero([]);) 2025.03.31 17:47:28.765961 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toInt32OrZero. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toInt32OrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:28.781092 [ 3914 ] {272d83ee-21be-4e85-928c-86502c57c640} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toInt64: In scope SELECT toInt64([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toInt64([]);) 2025.03.31 17:47:28.783303 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toInt64: In scope SELECT toInt64([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:28.795837 [ 3914 ] {42dd5a43-d3cc-41a1-bdda-6201aa7fc82e} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toInt64: In scope SELECT toInt64OrDefault([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toInt64OrDefault([]);) 2025.03.31 17:47:28.797506 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toInt64: In scope SELECT toInt64OrDefault([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:28.808214 [ 3914 ] {7199797f-b058-4a8a-b354-dec2cd6b4e83} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toInt64OrNull. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toInt64OrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toInt64OrNull([]);) 2025.03.31 17:47:28.809808 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toInt64OrNull. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toInt64OrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:28.821204 [ 3914 ] {abfc57b2-a2ec-4fbb-b35b-69826b559357} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toInt64OrZero. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toInt64OrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toInt64OrZero([]);) 2025.03.31 17:47:28.822991 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toInt64OrZero. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toInt64OrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:28.840417 [ 3914 ] {dde0ed6a-df42-4859-a189-3317017e31ea} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toInt8: In scope SELECT toInt8([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toInt8([]);) 2025.03.31 17:47:28.843628 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toInt8: In scope SELECT toInt8([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:28.859989 [ 3914 ] {f90f1413-a7a9-4287-887a-dbd1ef705012} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toInt8: In scope SELECT toInt8OrDefault([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toInt8OrDefault([]);) 2025.03.31 17:47:28.863212 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toInt8: In scope SELECT toInt8OrDefault([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:28.878805 [ 3914 ] {c1b77920-33e8-42c8-a388-74009d5f23d2} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toInt8OrNull. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toInt8OrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toInt8OrNull([]);) 2025.03.31 17:47:28.881932 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toInt8OrNull. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toInt8OrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:28.896060 [ 3914 ] {b245bfc9-d238-48b3-a646-602da825ae23} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toInt8OrZero. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toInt8OrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toInt8OrZero([]);) 2025.03.31 17:47:28.899149 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toInt8OrZero. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toInt8OrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:28.913647 [ 3914 ] {0d8f62e5-cfc4-4bfb-bc03-68444700d9db} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toIntervalDay: In scope SELECT toIntervalDay([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toIntervalDay([]);) 2025.03.31 17:47:28.916617 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toIntervalDay: In scope SELECT toIntervalDay([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:28.931507 [ 3914 ] {a052d67a-6148-44d6-b08c-3585d288ed64} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toIntervalHour: In scope SELECT toIntervalHour([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toIntervalHour([]);) 2025.03.31 17:47:28.934321 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toIntervalHour: In scope SELECT toIntervalHour([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:28.947749 [ 3914 ] {47619137-d9c2-4a74-a5cf-1b666f9a98c6} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toIntervalMicrosecond: In scope SELECT toIntervalMicrosecond([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toIntervalMicrosecond([]);) 2025.03.31 17:47:28.950623 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toIntervalMicrosecond: In scope SELECT toIntervalMicrosecond([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:28.965242 [ 3914 ] {2d66dacb-5bde-41cc-8fdf-9aba42d77cf3} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toIntervalMillisecond: In scope SELECT toIntervalMillisecond([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toIntervalMillisecond([]);) 2025.03.31 17:47:28.968018 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toIntervalMillisecond: In scope SELECT toIntervalMillisecond([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:28.981747 [ 3914 ] {c1affbb2-b416-4ba6-a93c-0da06f24307f} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toIntervalMinute: In scope SELECT toIntervalMinute([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toIntervalMinute([]);) 2025.03.31 17:47:28.984867 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toIntervalMinute: In scope SELECT toIntervalMinute([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:28.999282 [ 3914 ] {bc9b1264-fd08-4f9e-ada6-4b92cd01f7df} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toIntervalMonth: In scope SELECT toIntervalMonth([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toIntervalMonth([]);) 2025.03.31 17:47:29.002070 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toIntervalMonth: In scope SELECT toIntervalMonth([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:29.020178 [ 3914 ] {9b7f08e2-556d-45de-b656-8e7789dc22ab} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toIntervalNanosecond: In scope SELECT toIntervalNanosecond([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toIntervalNanosecond([]);) 2025.03.31 17:47:29.023833 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toIntervalNanosecond: In scope SELECT toIntervalNanosecond([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:29.039922 [ 3914 ] {c4eb5f92-6cdc-4694-9b63-57fa1e9c4c4b} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toIntervalQuarter: In scope SELECT toIntervalQuarter([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toIntervalQuarter([]);) 2025.03.31 17:47:29.043361 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toIntervalQuarter: In scope SELECT toIntervalQuarter([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:29.059331 [ 3914 ] {cb37d5c8-3395-4e3d-a9ad-a6707113689c} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toIntervalSecond: In scope SELECT toIntervalSecond([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toIntervalSecond([]);) 2025.03.31 17:47:29.062529 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toIntervalSecond: In scope SELECT toIntervalSecond([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:29.078792 [ 3914 ] {a6c17549-6ef6-4a93-a6d1-75ea31389740} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toIntervalWeek: In scope SELECT toIntervalWeek([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toIntervalWeek([]);) 2025.03.31 17:47:29.081914 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toIntervalWeek: In scope SELECT toIntervalWeek([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:29.082670 [ 1061 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:29.082771 [ 1055 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:29.083144 [ 1061 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:29.083239 [ 1055 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:29.096900 [ 3914 ] {d9388b84-65af-45fa-8118-fe274f43742d} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toIntervalYear: In scope SELECT toIntervalYear([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toIntervalYear([]);) 2025.03.31 17:47:29.099909 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toIntervalYear: In scope SELECT toIntervalYear([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:29.144935 [ 3914 ] {d561ffd8-c428-4489-b503-8be250beb2fb} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toLastDayOfMonth. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toLastDayOfMonth([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toLastDayOfMonth([]);) 2025.03.31 17:47:29.148190 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toLastDayOfMonth. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toLastDayOfMonth([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:29.163013 [ 3914 ] {69fc6bf4-ad69-4b69-ba42-68262ab53f30} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toLastDayOfWeek. Must be Date, Date32, DateTime or DateTime64.: In scope SELECT toLastDayOfWeek([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toLastDayOfWeek([]);) 2025.03.31 17:47:29.166103 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toLastDayOfWeek. Must be Date, Date32, DateTime or DateTime64.: In scope SELECT toLastDayOfWeek([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:29.181259 [ 3914 ] {7b6f89a6-f3c8-41f6-8abd-185eefd33658} executeQuery: Code: 43. DB::Exception: DataTypeLowCardinality is supported only for numbers, strings, Date or DateTime, but got Array(Nothing): In scope SELECT toLowCardinality([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toLowCardinality([]);) 2025.03.31 17:47:29.184650 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: DataTypeLowCardinality is supported only for numbers, strings, Date or DateTime, but got Array(Nothing): In scope SELECT toLowCardinality([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:29.200199 [ 3914 ] {88bcc05d-9b10-490e-876d-1b2909e31a91} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toMillisecond. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toMillisecond([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toMillisecond([]);) 2025.03.31 17:47:29.203488 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toMillisecond. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toMillisecond([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:29.219047 [ 3914 ] {11365880-280a-446e-9e0f-c78ee5389835} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toMinute. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toMinute([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toMinute([]);) 2025.03.31 17:47:29.222423 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toMinute. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toMinute([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:29.236923 [ 3914 ] {12c9c018-31a7-48e7-8514-d02a449c5729} executeQuery: Code: 43. DB::Exception: The argument of function toModifiedJulianDay must be String or FixedString: In scope SELECT toModifiedJulianDay([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toModifiedJulianDay([]);) 2025.03.31 17:47:29.240014 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The argument of function toModifiedJulianDay must be String or FixedString: In scope SELECT toModifiedJulianDay([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:29.254578 [ 3914 ] {8e848807-223d-4b4c-8d4b-e6e154e54c49} executeQuery: Code: 43. DB::Exception: The argument of function toModifiedJulianDayOrNull must be String or FixedString: In scope SELECT toModifiedJulianDayOrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toModifiedJulianDayOrNull([]);) 2025.03.31 17:47:29.257752 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The argument of function toModifiedJulianDayOrNull must be String or FixedString: In scope SELECT toModifiedJulianDayOrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:29.272859 [ 3914 ] {b224b38d-f19c-4918-b9aa-82953343f600} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toMonday. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toMonday([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toMonday([]);) 2025.03.31 17:47:29.276065 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toMonday. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toMonday([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:29.290645 [ 3914 ] {d834cc2f-6c19-47cd-a3c8-20637af21c4e} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toMonth. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toMonth([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toMonth([]);) 2025.03.31 17:47:29.293721 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toMonth. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toMonth([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:29.308423 [ 3914 ] {88193206-d8d9-489c-a3e6-abed7203acf7} executeQuery: Code: 43. DB::Exception: Nested type Array(Nothing) cannot be inside Nullable type: In scope SELECT toNullable([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toNullable([]);) 2025.03.31 17:47:29.311486 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Nested type Array(Nothing) cannot be inside Nullable type: In scope SELECT toNullable([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:29.329153 [ 3914 ] {713f45af-b2e6-4529-8917-3aa21855a132} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toQuarter. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toQuarter([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toQuarter([]);) 2025.03.31 17:47:29.333151 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toQuarter. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toQuarter([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:29.351526 [ 3914 ] {008ed418-db08-4923-8436-d07f4c26a69d} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toRelativeDayNum. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toRelativeDayNum([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toRelativeDayNum([]);) 2025.03.31 17:47:29.355425 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toRelativeDayNum. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toRelativeDayNum([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:29.373340 [ 3914 ] {a1179849-7ce5-41a0-b70d-437bab904196} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toRelativeHourNum. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toRelativeHourNum([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toRelativeHourNum([]);) 2025.03.31 17:47:29.376794 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toRelativeHourNum. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toRelativeHourNum([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:29.393759 [ 3914 ] {ebd3cb51-f0b8-4074-9d99-09fbb1361f2c} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toRelativeMinuteNum. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toRelativeMinuteNum([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toRelativeMinuteNum([]);) 2025.03.31 17:47:29.397585 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toRelativeMinuteNum. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toRelativeMinuteNum([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:29.413263 [ 3914 ] {b85049d4-ddfd-4312-96f2-120895322d0e} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toRelativeMonthNum. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toRelativeMonthNum([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toRelativeMonthNum([]);) 2025.03.31 17:47:29.416457 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toRelativeMonthNum. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toRelativeMonthNum([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:29.432627 [ 3914 ] {0116ad5a-d42d-4e7b-ab33-23fe2952f279} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toRelativeQuarterNum. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toRelativeQuarterNum([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toRelativeQuarterNum([]);) 2025.03.31 17:47:29.435732 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toRelativeQuarterNum. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toRelativeQuarterNum([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:29.451658 [ 3914 ] {c4fc1f1b-68ce-4cdf-ac93-846f516edd41} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toRelativeSecondNum. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toRelativeSecondNum([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toRelativeSecondNum([]);) 2025.03.31 17:47:29.454623 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toRelativeSecondNum. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toRelativeSecondNum([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:29.471162 [ 3914 ] {34d7448c-ed05-4da0-b82b-c9173c4fcd5c} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toRelativeWeekNum. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toRelativeWeekNum([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toRelativeWeekNum([]);) 2025.03.31 17:47:29.474291 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toRelativeWeekNum. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toRelativeWeekNum([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:29.474339 [ 1054 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:29.474823 [ 1054 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:29.478303 [ 1057 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:29.478817 [ 1057 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:29.490965 [ 3914 ] {f78f379b-3f21-4d7a-bdfa-faf3230f7565} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toRelativeYearNum. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toRelativeYearNum([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toRelativeYearNum([]);) 2025.03.31 17:47:29.494629 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toRelativeYearNum. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toRelativeYearNum([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:29.510491 [ 3914 ] {db8280ca-0dfc-4812-9b31-fe55d9196d37} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toSecond. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toSecond([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toSecond([]);) 2025.03.31 17:47:29.513744 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toSecond. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toSecond([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:29.527731 [ 3914 ] {a8a741cb-3046-4a4e-af98-5ad4f713d7b0} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toStartOfDay. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfDay([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toStartOfDay([]);) 2025.03.31 17:47:29.530452 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toStartOfDay. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfDay([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:29.543603 [ 3914 ] {3bdf5f3b-ff5e-435b-abf0-094884ef1622} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toStartOfFifteenMinutes. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfFifteenMinutes([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toStartOfFifteenMinutes([]);) 2025.03.31 17:47:29.546019 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toStartOfFifteenMinutes. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfFifteenMinutes([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:29.559273 [ 3914 ] {cba22d64-e6f3-4202-8a39-89ab197ce403} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toStartOfFiveMinutes. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfFiveMinute([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toStartOfFiveMinute([]);) 2025.03.31 17:47:29.561977 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toStartOfFiveMinutes. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfFiveMinute([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:29.575201 [ 3914 ] {08f8d3e3-3d28-494b-a9f5-fef1d3123385} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toStartOfFiveMinutes. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfFiveMinutes([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toStartOfFiveMinutes([]);) 2025.03.31 17:47:29.577581 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toStartOfFiveMinutes. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfFiveMinutes([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:29.579404 [ 3178 ] {dc2628a0-e4f9-4c64-80d9-6e1493ff0cc7} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 9f1f82e5-aafb-4e67-b5f1-fe192cfffb72. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:29.579981 [ 3178 ] {dc2628a0-e4f9-4c64-80d9-6e1493ff0cc7} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 34c01ec6-02bb-4d6b-9beb-a7df40987ace. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:29.591346 [ 3914 ] {a1d230c1-b698-4d56-af7c-00a79ddbd2fc} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toStartOfHour. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfHour([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toStartOfHour([]);) 2025.03.31 17:47:29.593679 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toStartOfHour. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfHour([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:29.606014 [ 3914 ] {8eafc8d4-c93a-4709-ac1d-caf961c88e87} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toStartOfISOYear. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfISOYear([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toStartOfISOYear([]);) 2025.03.31 17:47:29.608626 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toStartOfISOYear. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfISOYear([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:29.620907 [ 3914 ] {b09ddde6-6bc0-473f-8d75-c50ee7eced20} executeQuery: Code: 42. DB::Exception: Number of arguments for function toStartOfInterval doesn't match: passed 1, must be 2, 3 or 4: In scope SELECT toStartOfInterval([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toStartOfInterval([]);) 2025.03.31 17:47:29.623316 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toStartOfInterval doesn't match: passed 1, must be 2, 3 or 4: In scope SELECT toStartOfInterval([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:29.636351 [ 3914 ] {3ceb2d81-bf7b-4736-97bc-eaaa5ecad5b7} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toStartOfMicrosecond. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfMicrosecond([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toStartOfMicrosecond([]);) 2025.03.31 17:47:29.638779 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toStartOfMicrosecond. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfMicrosecond([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:29.650933 [ 3914 ] {20c186a1-5f0a-406c-98b7-741ddbc0e445} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toStartOfMillisecond. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfMillisecond([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toStartOfMillisecond([]);) 2025.03.31 17:47:29.653293 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toStartOfMillisecond. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfMillisecond([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:29.663300 [ 3914 ] {f71b8705-fd53-4180-8db5-90d0e4d76a1b} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toStartOfMinute. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfMinute([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toStartOfMinute([]);) 2025.03.31 17:47:29.665004 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toStartOfMinute. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfMinute([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:29.682608 [ 3914 ] {732e7a42-9ea1-4d7e-90e5-ac798dd731ff} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toStartOfMonth. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfMonth([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toStartOfMonth([]);) 2025.03.31 17:47:29.686382 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toStartOfMonth. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfMonth([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:29.703649 [ 3914 ] {88feb4be-c8ee-4975-a360-f4a0105f4f50} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toStartOfNanosecond. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfNanosecond([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toStartOfNanosecond([]);) 2025.03.31 17:47:29.706974 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toStartOfNanosecond. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfNanosecond([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:29.722438 [ 3914 ] {da0a1acd-2b04-494d-add9-4837fca884e3} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toStartOfQuarter. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfQuarter([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toStartOfQuarter([]);) 2025.03.31 17:47:29.725762 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toStartOfQuarter. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfQuarter([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:29.741058 [ 3914 ] {0b426197-5163-4c27-8903-1a322bf05b4e} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toStartOfSecond. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfSecond([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toStartOfSecond([]);) 2025.03.31 17:47:29.744304 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toStartOfSecond. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfSecond([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:29.760594 [ 3914 ] {e093ab99-17b5-404e-a51d-54373f18e7a4} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toStartOfTenMinutes. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfTenMinutes([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toStartOfTenMinutes([]);) 2025.03.31 17:47:29.764021 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toStartOfTenMinutes. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfTenMinutes([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:29.777398 [ 3914 ] {70ffeed0-a61e-45af-a2e1-ba445c9fa8ac} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toStartOfWeek. Must be Date, Date32, DateTime or DateTime64.: In scope SELECT toStartOfWeek([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toStartOfWeek([]);) 2025.03.31 17:47:29.780110 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toStartOfWeek. Must be Date, Date32, DateTime or DateTime64.: In scope SELECT toStartOfWeek([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:29.791302 [ 3914 ] {5f4ab7bf-3d81-49cb-8a0c-57156e675b1c} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toStartOfYear. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfYear([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toStartOfYear([]);) 2025.03.31 17:47:29.793714 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toStartOfYear. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfYear([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:29.837293 [ 3914 ] {04b82682-0ec8-4a4f-8d21-5bf0ec3aeb70} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toStringCutToZero: In scope SELECT toStringCutToZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toStringCutToZero([]);) 2025.03.31 17:47:29.840381 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toStringCutToZero: In scope SELECT toStringCutToZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:29.855301 [ 3914 ] {fceb07ce-a1e6-4657-b501-f848ef501b0b} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toTime. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toTime([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toTime([]);) 2025.03.31 17:47:29.858626 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toTime. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toTime([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:29.873996 [ 3914 ] {0a8bace0-8727-4432-b558-4bf3dd382adc} executeQuery: Code: 42. DB::Exception: Number of arguments for function toTimezone doesn't match: passed 1, should be 2: In scope SELECT toTimeZone([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toTimeZone([]);) 2025.03.31 17:47:29.877063 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toTimezone doesn't match: passed 1, should be 2: In scope SELECT toTimeZone([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:29.891072 [ 3914 ] {06c41e7e-87da-45cd-9992-393d6453a828} executeQuery: Code: 42. DB::Exception: Number of arguments for function toTimezone doesn't match: passed 1, should be 2: In scope SELECT toTimezone([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toTimezone([]);) 2025.03.31 17:47:29.893958 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toTimezone doesn't match: passed 1, should be 2: In scope SELECT toTimezone([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:29.934951 [ 3914 ] {2eea7c11-9540-49dc-8974-0bfeeed5366d} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toUInt128: In scope SELECT toUInt128([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toUInt128([]);) 2025.03.31 17:47:29.937877 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toUInt128: In scope SELECT toUInt128([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:29.951603 [ 3914 ] {52936fd1-8bb4-41e3-9c59-9b084b626595} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toUInt128: In scope SELECT toUInt128OrDefault([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toUInt128OrDefault([]);) 2025.03.31 17:47:29.954399 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toUInt128: In scope SELECT toUInt128OrDefault([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:29.967989 [ 3914 ] {1ae0f64a-fbf7-4cc5-839a-c1bff75f6099} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toUInt128OrNull. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toUInt128OrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toUInt128OrNull([]);) 2025.03.31 17:47:29.971021 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toUInt128OrNull. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toUInt128OrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:29.983440 [ 3914 ] {3f929aad-3cd1-42bd-93f7-b972bc36a930} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toUInt128OrZero. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toUInt128OrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toUInt128OrZero([]);) 2025.03.31 17:47:29.986080 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toUInt128OrZero. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toUInt128OrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:29.998755 [ 3914 ] {df30b3ae-eb2d-485a-8b57-936f0d566214} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toUInt16: In scope SELECT toUInt16([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toUInt16([]);) 2025.03.31 17:47:30.001447 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toUInt16: In scope SELECT toUInt16([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:30.015127 [ 3914 ] {14e9a043-d41e-434e-9fa9-033c45f2ea32} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toUInt16: In scope SELECT toUInt16OrDefault([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toUInt16OrDefault([]);) 2025.03.31 17:47:30.017862 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toUInt16: In scope SELECT toUInt16OrDefault([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:30.030910 [ 3914 ] {8377b70c-1335-4849-9f79-cbb0aca706ab} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toUInt16OrNull. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toUInt16OrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toUInt16OrNull([]);) 2025.03.31 17:47:30.033552 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toUInt16OrNull. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toUInt16OrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:30.045297 [ 3914 ] {689ca385-7282-4d91-8260-c484e42789a0} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toUInt16OrZero. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toUInt16OrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toUInt16OrZero([]);) 2025.03.31 17:47:30.047662 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toUInt16OrZero. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toUInt16OrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:30.060073 [ 3914 ] {aa52a7fa-4667-4513-9b54-6b117724fe93} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toUInt256: In scope SELECT toUInt256([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toUInt256([]);) 2025.03.31 17:47:30.062561 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toUInt256: In scope SELECT toUInt256([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:30.074669 [ 3914 ] {f0165f38-99fc-4597-912c-ed6bb34a2bcb} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toUInt256: In scope SELECT toUInt256OrDefault([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toUInt256OrDefault([]);) 2025.03.31 17:47:30.076788 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toUInt256: In scope SELECT toUInt256OrDefault([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:30.088802 [ 3914 ] {7d996188-493e-4be0-9399-e0c41e109cf5} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toUInt256OrNull. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toUInt256OrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toUInt256OrNull([]);) 2025.03.31 17:47:30.091154 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toUInt256OrNull. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toUInt256OrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:30.102913 [ 3914 ] {ae0a0a9d-23a8-45a9-ae6e-06d30a57a0e6} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toUInt256OrZero. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toUInt256OrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toUInt256OrZero([]);) 2025.03.31 17:47:30.105653 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toUInt256OrZero. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toUInt256OrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:30.117634 [ 3914 ] {d7c27708-66b4-42cd-9213-8075f59d07bb} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toUInt32: In scope SELECT toUInt32([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toUInt32([]);) 2025.03.31 17:47:30.119631 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toUInt32: In scope SELECT toUInt32([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:30.131985 [ 3914 ] {33cce67f-37a0-42f0-b77a-1e5a15586e37} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toUInt32: In scope SELECT toUInt32OrDefault([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toUInt32OrDefault([]);) 2025.03.31 17:47:30.134058 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toUInt32: In scope SELECT toUInt32OrDefault([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:30.146183 [ 3914 ] {6ad17980-ef53-4ea1-9a2f-67a67603e98e} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toUInt32OrNull. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toUInt32OrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toUInt32OrNull([]);) 2025.03.31 17:47:30.148575 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toUInt32OrNull. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toUInt32OrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:30.160585 [ 3914 ] {7602a2e0-58c1-4fbc-a79e-ab5e7d776351} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toUInt32OrZero. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toUInt32OrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toUInt32OrZero([]);) 2025.03.31 17:47:30.162816 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toUInt32OrZero. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toUInt32OrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:30.170534 [ 1247 ] {936e01a9-39ee-41f3-b186-41aa281e5ee7} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id e54b882c-6cee-4ad9-b812-62f3ae3c7c8e. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:30.175238 [ 3914 ] {2880c9c6-2c10-4aa8-90db-3ba9d41a9a33} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toUInt64: In scope SELECT toUInt64([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toUInt64([]);) 2025.03.31 17:47:30.178584 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toUInt64: In scope SELECT toUInt64([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:30.188612 [ 1052 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:30.188783 [ 1059 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:30.189106 [ 1052 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:30.189284 [ 1059 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:30.196040 [ 3914 ] {128a56df-1473-4244-9aab-9f6181961fb2} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toUInt64: In scope SELECT toUInt64OrDefault([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toUInt64OrDefault([]);) 2025.03.31 17:47:30.199447 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toUInt64: In scope SELECT toUInt64OrDefault([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:30.217792 [ 3914 ] {9e1bb0b4-83f9-441a-b912-685c6d2364c6} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toUInt64OrNull. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toUInt64OrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toUInt64OrNull([]);) 2025.03.31 17:47:30.221584 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toUInt64OrNull. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toUInt64OrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:30.229623 [ 1062 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:30.230062 [ 1060 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:30.230139 [ 1062 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:30.230559 [ 1060 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:30.237915 [ 3914 ] {311fd46b-51c1-4dc8-b45b-1bb18a78a7d2} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toUInt64OrZero. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toUInt64OrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toUInt64OrZero([]);) 2025.03.31 17:47:30.241265 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toUInt64OrZero. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toUInt64OrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:30.255616 [ 3914 ] {bf7b1965-50a4-4513-8934-6a0ea2253b38} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toUInt8: In scope SELECT toUInt8([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toUInt8([]);) 2025.03.31 17:47:30.258659 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toUInt8: In scope SELECT toUInt8([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:30.271338 [ 3914 ] {f5a44be0-14f7-474a-9681-65b764d7f414} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toUInt8: In scope SELECT toUInt8OrDefault([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toUInt8OrDefault([]);) 2025.03.31 17:47:30.273837 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toUInt8: In scope SELECT toUInt8OrDefault([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:30.286061 [ 3914 ] {e89060f6-e8f3-4e27-a18a-4f13409c98c0} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toUInt8OrNull. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toUInt8OrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toUInt8OrNull([]);) 2025.03.31 17:47:30.288999 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toUInt8OrNull. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toUInt8OrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:30.302376 [ 3914 ] {794a315a-99d6-4726-b120-2a0048c340ec} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toUInt8OrZero. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toUInt8OrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toUInt8OrZero([]);) 2025.03.31 17:47:30.305519 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toUInt8OrZero. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toUInt8OrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:30.320715 [ 3914 ] {dde2332d-6b98-40bf-8846-59f3e3bf2352} executeQuery: Code: 42. DB::Exception: Number of arguments for function toUTCTimestamp doesn't match: passed 1, should be 2: In scope SELECT toUTCTimestamp([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toUTCTimestamp([]);) 2025.03.31 17:47:30.324079 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toUTCTimestamp doesn't match: passed 1, should be 2: In scope SELECT toUTCTimestamp([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:30.339282 [ 3914 ] {2082fd35-bf83-425c-8711-1e75ed676585} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toUUID: In scope SELECT toUUID([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toUUID([]);) 2025.03.31 17:47:30.342619 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toUUID: In scope SELECT toUUID([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:30.360750 [ 3914 ] {6cab81a0-7d95-4760-8feb-0f8d6dccc861} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toUUID: In scope SELECT toUUIDOrDefault([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toUUIDOrDefault([]);) 2025.03.31 17:47:30.364058 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toUUID: In scope SELECT toUUIDOrDefault([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:30.380363 [ 3914 ] {94351368-e8d2-4ac1-8e57-53d9bb363fd9} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toUUIDOrNull. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toUUIDOrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toUUIDOrNull([]);) 2025.03.31 17:47:30.383806 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toUUIDOrNull. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toUUIDOrNull([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:30.399567 [ 3914 ] {378a6884-bc0c-44f3-a947-4c67a5da3386} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toUUIDOrZero. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toUUIDOrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toUUIDOrZero([]);) 2025.03.31 17:47:30.402890 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function toUUIDOrZero. Conversion functions with postfix 'OrZero' or 'OrNull' should take String argument: In scope SELECT toUUIDOrZero([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:30.418581 [ 3914 ] {eb38ef77-24d6-4028-af09-f6af71bab464} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toUnixTimestamp: In scope SELECT toUnixTimestamp([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toUnixTimestamp([]);) 2025.03.31 17:47:30.422213 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toUnixTimestamp: In scope SELECT toUnixTimestamp([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:30.437002 [ 3914 ] {7d76ec34-457d-4e35-b7bd-79f67bc8f27c} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'toUnixTimestamp64Micro'. Expected: DateTime64, got: Array(Nothing): In scope SELECT toUnixTimestamp64Micro([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toUnixTimestamp64Micro([]);) 2025.03.31 17:47:30.440500 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'toUnixTimestamp64Micro'. Expected: DateTime64, got: Array(Nothing): In scope SELECT toUnixTimestamp64Micro([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:30.455017 [ 3914 ] {58a2c142-d8dc-4149-9b6f-2acbc8b8a07e} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'toUnixTimestamp64Milli'. Expected: DateTime64, got: Array(Nothing): In scope SELECT toUnixTimestamp64Milli([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toUnixTimestamp64Milli([]);) 2025.03.31 17:47:30.458208 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'toUnixTimestamp64Milli'. Expected: DateTime64, got: Array(Nothing): In scope SELECT toUnixTimestamp64Milli([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:30.473245 [ 3914 ] {acfbc069-836e-411b-853e-90f08811c352} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'toUnixTimestamp64Nano'. Expected: DateTime64, got: Array(Nothing): In scope SELECT toUnixTimestamp64Nano([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toUnixTimestamp64Nano([]);) 2025.03.31 17:47:30.476710 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'toUnixTimestamp64Nano'. Expected: DateTime64, got: Array(Nothing): In scope SELECT toUnixTimestamp64Nano([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:30.491578 [ 3914 ] {9cbb69ef-be18-45b5-92f3-f2d70a467bdf} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'toUnixTimestamp64Second'. Expected: DateTime64, got: Array(Nothing): In scope SELECT toUnixTimestamp64Second([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toUnixTimestamp64Second([]);) 2025.03.31 17:47:30.494785 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'toUnixTimestamp64Second'. Expected: DateTime64, got: Array(Nothing): In scope SELECT toUnixTimestamp64Second([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:30.509559 [ 3914 ] {ffb15261-bf96-46da-a0c1-16930b870b1b} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toValidUTF8: In scope SELECT toValidUTF8([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toValidUTF8([]);) 2025.03.31 17:47:30.512701 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toValidUTF8: In scope SELECT toValidUTF8([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:30.527582 [ 3914 ] {806e428a-1bfd-4f52-9425-7642fa6c63ab} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toWeek. Must be Date, Date32, DateTime or DateTime64.: In scope SELECT toWeek([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toWeek([]);) 2025.03.31 17:47:30.530759 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toWeek. Must be Date, Date32, DateTime or DateTime64.: In scope SELECT toWeek([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:30.543976 [ 3914 ] {1af60e16-d978-44a5-b091-1ea106a62d1e} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toYYYYMM. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toYYYYMM([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toYYYYMM([]);) 2025.03.31 17:47:30.546799 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toYYYYMM. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toYYYYMM([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:30.558887 [ 3914 ] {245fce52-2166-42e6-97c8-2f2125b7a7ff} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toYYYYMMDD. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toYYYYMMDD([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toYYYYMMDD([]);) 2025.03.31 17:47:30.561433 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toYYYYMMDD. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toYYYYMMDD([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:30.573824 [ 3914 ] {83eb9498-dc4d-49de-a0ce-b54f007d1b8a} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toYYYYMMDDhhmmss. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toYYYYMMDDhhmmss([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toYYYYMMDDhhmmss([]);) 2025.03.31 17:47:30.576361 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toYYYYMMDDhhmmss. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toYYYYMMDDhhmmss([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:30.588397 [ 3914 ] {254f827f-c9cf-49f8-96ee-bc69c427de6c} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toYear. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toYear([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toYear([]);) 2025.03.31 17:47:30.590840 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toYear. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toYear([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:30.602054 [ 3914 ] {afcb0fe3-021a-48fc-a346-54623477e4af} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toYearWeek. Must be Date, Date32, DateTime or DateTime64.: In scope SELECT toYearWeek([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT toYearWeek([]);) 2025.03.31 17:47:30.604463 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toYearWeek. Must be Date, Date32, DateTime or DateTime64.: In scope SELECT toYearWeek([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:30.616305 [ 3914 ] {f1257dba-ff44-4eaf-b040-32ee49d4cf46} executeQuery: Code: 42. DB::Exception: Number of arguments for function toUTCTimestamp doesn't match: passed 1, should be 2: In scope SELECT to_utc_timestamp([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT to_utc_timestamp([]);) 2025.03.31 17:47:30.618673 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toUTCTimestamp doesn't match: passed 1, should be 2: In scope SELECT to_utc_timestamp([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:30.630695 [ 3914 ] {898bd6a9-6556-4ce7-b369-d0cda02ae851} executeQuery: Code: 42. DB::Exception: Number of arguments for function today doesn't match: passed 1, should be 0: In scope SELECT today([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT today([]);) 2025.03.31 17:47:30.633743 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function today doesn't match: passed 1, should be 0: In scope SELECT today([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:30.647165 [ 3914 ] {8277d2fc-5f2f-49a5-9b30-b04c2c53a07e} executeQuery: Code: 36. DB::Exception: Function tokens first argument type should be String or FixedString. Actual Array(Nothing): In scope SELECT tokens([]). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT tokens([]);) 2025.03.31 17:47:30.649578 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: Function tokens first argument type should be String or FixedString. Actual Array(Nothing): In scope SELECT tokens([]). (BAD_ARGUMENTS) 2025.03.31 17:47:30.704147 [ 3914 ] {7e6668ea-0bd0-44c7-94ea-c150ae6206a5} executeQuery: Code: 42. DB::Exception: Aggregate function topKWeighted requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT topKWeighted([]);) 2025.03.31 17:47:30.707515 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function topKWeighted requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:30.722988 [ 3914 ] {39499577-cb2d-49a5-b9bd-ec69326befd5} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function topLevelDomain: In scope SELECT topLevelDomain([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT topLevelDomain([]);) 2025.03.31 17:47:30.726389 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function topLevelDomain: In scope SELECT topLevelDomain([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:30.743132 [ 3914 ] {9a4bedb8-c47f-482e-98c0-e909104d4a4a} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function topLevelDomainRFC: In scope SELECT topLevelDomainRFC([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT topLevelDomainRFC([]);) 2025.03.31 17:47:30.747166 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function topLevelDomainRFC: In scope SELECT topLevelDomainRFC([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:30.764123 [ 3914 ] {903f7459-8ead-4bd6-9b7e-7a5db87749ee} executeQuery: Code: 42. DB::Exception: Number of arguments for function transactionID doesn't match: passed 1, should be 0: In scope SELECT transactionID([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT transactionID([]);) 2025.03.31 17:47:30.767344 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function transactionID doesn't match: passed 1, should be 0: In scope SELECT transactionID([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:30.797497 [ 3914 ] {f04e0390-c974-4b21-823c-868ff9732282} executeQuery: Code: 42. DB::Exception: Number of arguments for function transactionLatestSnapshot doesn't match: passed 1, should be 0: In scope SELECT transactionLatestSnapshot([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT transactionLatestSnapshot([]);) 2025.03.31 17:47:30.800761 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function transactionLatestSnapshot doesn't match: passed 1, should be 0: In scope SELECT transactionLatestSnapshot([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:30.819000 [ 3914 ] {19dcff06-0632-43ff-bf9f-8e113786f09c} executeQuery: Code: 42. DB::Exception: Number of arguments for function transactionOldestSnapshot doesn't match: passed 1, should be 0: In scope SELECT transactionOldestSnapshot([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT transactionOldestSnapshot([]);) 2025.03.31 17:47:30.822509 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function transactionOldestSnapshot doesn't match: passed 1, should be 0: In scope SELECT transactionOldestSnapshot([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:30.838171 [ 3914 ] {fc779842-0a1f-4d19-bf15-3ca825599462} executeQuery: Code: 42. DB::Exception: Number of arguments for function transform doesn't match: passed 1, should be 3 or 4: In scope SELECT transform([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT transform([]);) 2025.03.31 17:47:30.841707 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function transform doesn't match: passed 1, should be 3 or 4: In scope SELECT transform([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:30.856740 [ 3914 ] {a8cad371-4f56-46b8-afcb-f0c945e42996} executeQuery: Code: 42. DB::Exception: Number of arguments for function translate doesn't match: passed 1, should be 3: In scope SELECT translate([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT translate([]);) 2025.03.31 17:47:30.860222 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function translate doesn't match: passed 1, should be 3: In scope SELECT translate([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:30.875110 [ 3914 ] {e703428d-7f59-44fc-be4f-7fd061498f4e} executeQuery: Code: 42. DB::Exception: Number of arguments for function translateUTF8 doesn't match: passed 1, should be 3: In scope SELECT translateUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT translateUTF8([]);) 2025.03.31 17:47:30.879010 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function translateUTF8 doesn't match: passed 1, should be 3: In scope SELECT translateUTF8([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:30.893988 [ 3914 ] {e96b39d5-28e5-41c5-b1db-235455c0b117} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function trimBoth: In scope SELECT trimBoth([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT trim([]);) 2025.03.31 17:47:30.897151 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function trimBoth: In scope SELECT trimBoth([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:30.911036 [ 3914 ] {ea1996bf-2a86-4cdc-90a4-a6155da395ab} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function trimBoth: In scope SELECT trimBoth([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT trimBoth([]);) 2025.03.31 17:47:30.914218 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function trimBoth: In scope SELECT trimBoth([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:30.927178 [ 3914 ] {3154199d-6647-45d3-848f-ee85a3f8278d} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function trimLeft: In scope SELECT trimLeft([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT trimLeft([]);) 2025.03.31 17:47:30.929999 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function trimLeft: In scope SELECT trimLeft([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:30.943842 [ 3914 ] {a35db2ab-1215-4929-aad8-6982e4ce3980} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function trimRight: In scope SELECT trimRight([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT trimRight([]);) 2025.03.31 17:47:30.946801 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function trimRight: In scope SELECT trimRight([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:30.962986 [ 3914 ] {16177e64-a556-41b6-83fb-9551aeafb647} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'x' to function 'trunc'. Expected: A number to round, got: Array(Nothing): In scope SELECT trunc([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT trunc([]);) 2025.03.31 17:47:30.966152 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'x' to function 'trunc'. Expected: A number to round, got: Array(Nothing): In scope SELECT trunc([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:30.979694 [ 3914 ] {512136ec-1e56-429e-90dd-98bcbf035adc} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'x' to function 'trunc'. Expected: A number to round, got: Array(Nothing): In scope SELECT truncate([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT truncate([]);) 2025.03.31 17:47:30.982819 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'x' to function 'trunc'. Expected: A number to round, got: Array(Nothing): In scope SELECT truncate([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:30.995827 [ 3914 ] {24c72438-c6db-412b-b323-17d99acdaa2f} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'arg' to function 'tryBase58Decode'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT tryBase58Decode([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT tryBase58Decode([]);) 2025.03.31 17:47:30.998539 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'arg' to function 'tryBase58Decode'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT tryBase58Decode([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:31.011922 [ 3914 ] {1d3dd6f7-88b7-491c-8b45-0975ab6a6c51} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'tryBase64Decode'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT tryBase64Decode([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT tryBase64Decode([]);) 2025.03.31 17:47:31.014613 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'tryBase64Decode'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT tryBase64Decode([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:31.028147 [ 3914 ] {cf168855-6a7b-46a2-91ce-148ed1d01c23} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'tryBase64URLDecode'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT tryBase64URLDecode([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT tryBase64URLDecode([]);) 2025.03.31 17:47:31.031061 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'tryBase64URLDecode'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT tryBase64URLDecode([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:31.038267 [ 3178 ] {8decf8b5-afbc-434a-b8fc-f1a585f52131} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id b04061bd-9678-46b0-84be-fc061ed10a1e. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:31.044464 [ 3914 ] {e061f89d-fb8b-4589-92de-15b7b4e856f8} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'tryDecrypt'. Expected 3 mandatory arguments and 2 optional arguments, got 1 argument: In scope SELECT tryDecrypt([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT tryDecrypt([]);) 2025.03.31 17:47:31.047301 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'tryDecrypt'. Expected 3 mandatory arguments and 2 optional arguments, got 1 argument: In scope SELECT tryDecrypt([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:31.060636 [ 3914 ] {f256db4c-59e2-4843-96cd-51f7e0f71e54} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function tryIdnaEncode: In scope SELECT tryIdnaEncode([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT tryIdnaEncode([]);) 2025.03.31 17:47:31.063442 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function tryIdnaEncode: In scope SELECT tryIdnaEncode([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:31.077349 [ 3914 ] {36634c8a-624f-4e1c-b793-c9097f72b985} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function tryPunycodeDecode: In scope SELECT tryPunycodeDecode([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT tryPunycodeDecode([]);) 2025.03.31 17:47:31.080316 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function tryPunycodeDecode: In scope SELECT tryPunycodeDecode([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:31.094480 [ 3914 ] {5f2da1f0-84d5-4c02-9a55-6a61d1476c1a} executeQuery: Code: 42. DB::Exception: Number of arguments for function tumble doesn't match: passed 1, should be 2 or 3: In scope SELECT tumble([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT tumble([]);) 2025.03.31 17:47:31.097433 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tumble doesn't match: passed 1, should be 2 or 3: In scope SELECT tumble([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:31.112630 [ 3914 ] {494e4e97-b650-41c1-a718-baad53c48f89} executeQuery: Code: 44. DB::Exception: Illegal type of first argument of function tumbleEnd should be DateTime, Tuple or UInt32: In scope SELECT tumbleEnd([]). (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT tumbleEnd([]);) 2025.03.31 17:47:31.115240 [ 3914 ] {} TCPHandler: Code: 44. DB::Exception: Illegal type of first argument of function tumbleEnd should be DateTime, Tuple or UInt32: In scope SELECT tumbleEnd([]). (ILLEGAL_COLUMN) 2025.03.31 17:47:31.129261 [ 3914 ] {4d430de0-9d55-4880-852a-315889d01e21} executeQuery: Code: 44. DB::Exception: Illegal type of first argument of function tumbleStart should be DateTime, Tuple or UInt32: In scope SELECT tumbleStart([]). (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT tumbleStart([]);) 2025.03.31 17:47:31.132070 [ 3914 ] {} TCPHandler: Code: 44. DB::Exception: Illegal type of first argument of function tumbleStart should be DateTime, Tuple or UInt32: In scope SELECT tumbleStart([]). (ILLEGAL_COLUMN) 2025.03.31 17:47:31.173770 [ 3914 ] {bbe42be0-5837-4d63-b3c0-810481e37ef8} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function tupleConcat: In scope SELECT tupleConcat([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT tupleConcat([]);) 2025.03.31 17:47:31.176639 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function tupleConcat: In scope SELECT tupleConcat([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:31.189411 [ 3914 ] {bd310642-5c5c-4bc1-95c0-15703d399a93} executeQuery: Code: 42. DB::Exception: Number of arguments for function tupleDivide doesn't match: passed 1, should be 2: In scope SELECT tupleDivide([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT tupleDivide([]);) 2025.03.31 17:47:31.192212 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tupleDivide doesn't match: passed 1, should be 2: In scope SELECT tupleDivide([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:31.205037 [ 3914 ] {1169c27b-5cfd-4479-9c25-e34cf002af08} executeQuery: Code: 42. DB::Exception: Number of arguments for function tupleDivideByNumber doesn't match: passed 1, should be 2: In scope SELECT tupleDivideByNumber([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT tupleDivideByNumber([]);) 2025.03.31 17:47:31.207670 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tupleDivideByNumber doesn't match: passed 1, should be 2: In scope SELECT tupleDivideByNumber([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:31.216201 [ 1052 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:31.216773 [ 1052 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:31.218936 [ 1063 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:31.219470 [ 1063 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:31.227447 [ 3914 ] {c8591e85-c3b9-44fa-875a-ac3c0ad78b60} executeQuery: Code: 42. DB::Exception: Number of arguments for function tupleElement doesn't match: passed 1, should be 2 or 3: In scope SELECT tupleElement([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT tupleElement([]);) 2025.03.31 17:47:31.231653 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tupleElement doesn't match: passed 1, should be 2 or 3: In scope SELECT tupleElement([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:31.247727 [ 3914 ] {105eef4f-f40d-46ca-8ff1-cd98c80fb91a} executeQuery: Code: 42. DB::Exception: Number of arguments for function tupleHammingDistance doesn't match: passed 1, should be 2: In scope SELECT tupleHammingDistance([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT tupleHammingDistance([]);) 2025.03.31 17:47:31.251144 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tupleHammingDistance doesn't match: passed 1, should be 2: In scope SELECT tupleHammingDistance([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:31.257819 [ 1051 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:31.257883 [ 1054 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:31.258331 [ 1051 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:31.258483 [ 1054 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:31.268277 [ 3914 ] {640d36ef-9efc-4263-987f-8666146c62a0} executeQuery: Code: 42. DB::Exception: Number of arguments for function tupleIntDiv doesn't match: passed 1, should be 2: In scope SELECT tupleIntDiv([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT tupleIntDiv([]);) 2025.03.31 17:47:31.271804 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tupleIntDiv doesn't match: passed 1, should be 2: In scope SELECT tupleIntDiv([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:31.285372 [ 3914 ] {9d21f332-87ed-4ab1-98e1-6efb520a833b} executeQuery: Code: 42. DB::Exception: Number of arguments for function tupleIntDivByNumber doesn't match: passed 1, should be 2: In scope SELECT tupleIntDivByNumber([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT tupleIntDivByNumber([]);) 2025.03.31 17:47:31.288511 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tupleIntDivByNumber doesn't match: passed 1, should be 2: In scope SELECT tupleIntDivByNumber([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:31.302614 [ 3914 ] {556da75e-5183-4f81-9ed3-26aaccdde52a} executeQuery: Code: 42. DB::Exception: Number of arguments for function tupleIntDivOrZero doesn't match: passed 1, should be 2: In scope SELECT tupleIntDivOrZero([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT tupleIntDivOrZero([]);) 2025.03.31 17:47:31.306091 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tupleIntDivOrZero doesn't match: passed 1, should be 2: In scope SELECT tupleIntDivOrZero([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:31.321600 [ 3914 ] {6905068b-b0a9-43e3-a467-b6fef15a0167} executeQuery: Code: 42. DB::Exception: Number of arguments for function tupleIntDivOrZeroByNumber doesn't match: passed 1, should be 2: In scope SELECT tupleIntDivOrZeroByNumber([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT tupleIntDivOrZeroByNumber([]);) 2025.03.31 17:47:31.324719 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tupleIntDivOrZeroByNumber doesn't match: passed 1, should be 2: In scope SELECT tupleIntDivOrZeroByNumber([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:31.339266 [ 3914 ] {92214b52-7860-4c9e-be18-03e6a1966900} executeQuery: Code: 42. DB::Exception: Number of arguments for function tupleMinus doesn't match: passed 1, should be 2: In scope SELECT tupleMinus([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT tupleMinus([]);) 2025.03.31 17:47:31.342386 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tupleMinus doesn't match: passed 1, should be 2: In scope SELECT tupleMinus([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:31.357099 [ 3914 ] {2ba76a82-1484-4fc6-9df8-e802ce9c90a3} executeQuery: Code: 42. DB::Exception: Number of arguments for function tupleModulo doesn't match: passed 1, should be 2: In scope SELECT tupleModulo([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT tupleModulo([]);) 2025.03.31 17:47:31.360224 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tupleModulo doesn't match: passed 1, should be 2: In scope SELECT tupleModulo([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:31.374449 [ 3914 ] {1522dc7c-593e-4ef3-8cfb-e6728e496063} executeQuery: Code: 42. DB::Exception: Number of arguments for function tupleModuloByNumber doesn't match: passed 1, should be 2: In scope SELECT tupleModuloByNumber([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT tupleModuloByNumber([]);) 2025.03.31 17:47:31.377521 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tupleModuloByNumber doesn't match: passed 1, should be 2: In scope SELECT tupleModuloByNumber([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:31.392150 [ 3914 ] {69169988-197e-482c-a18d-833f5f35b4de} executeQuery: Code: 42. DB::Exception: Number of arguments for function tupleMultiply doesn't match: passed 1, should be 2: In scope SELECT tupleMultiply([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT tupleMultiply([]);) 2025.03.31 17:47:31.395401 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tupleMultiply doesn't match: passed 1, should be 2: In scope SELECT tupleMultiply([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:31.411045 [ 3914 ] {ff15039e-264e-49ba-b538-349f7432d47a} executeQuery: Code: 42. DB::Exception: Number of arguments for function tupleMultiplyByNumber doesn't match: passed 1, should be 2: In scope SELECT tupleMultiplyByNumber([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT tupleMultiplyByNumber([]);) 2025.03.31 17:47:31.414350 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tupleMultiplyByNumber doesn't match: passed 1, should be 2: In scope SELECT tupleMultiplyByNumber([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:31.429173 [ 3914 ] {66828650-ee82-48aa-975b-328114a6fa0c} executeQuery: Code: 43. DB::Exception: First argument for function tupleNames must be a tuple: In scope SELECT tupleNames([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT tupleNames([]);) 2025.03.31 17:47:31.432424 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function tupleNames must be a tuple: In scope SELECT tupleNames([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:31.449865 [ 3914 ] {bb986b91-415d-4714-9267-5a595847f394} executeQuery: Code: 43. DB::Exception: Argument 0 of function tupleNegate should be tuple, got Array(Nothing): In scope SELECT tupleNegate([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT tupleNegate([]);) 2025.03.31 17:47:31.453466 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Argument 0 of function tupleNegate should be tuple, got Array(Nothing): In scope SELECT tupleNegate([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:31.467021 [ 3914 ] {b1cacda9-a47d-4d47-ac0e-11fe3e90811f} executeQuery: Code: 42. DB::Exception: Number of arguments for function tuplePlus doesn't match: passed 1, should be 2: In scope SELECT tuplePlus([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT tuplePlus([]);) 2025.03.31 17:47:31.469589 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tuplePlus doesn't match: passed 1, should be 2: In scope SELECT tuplePlus([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:31.483356 [ 3914 ] {88f0825f-193e-4507-a292-6c499f1487fa} executeQuery: Code: 43. DB::Exception: First argument for function tupleToNameValuePairs must be a tuple.: In scope SELECT tupleToNameValuePairs([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT tupleToNameValuePairs([]);) 2025.03.31 17:47:31.486220 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function tupleToNameValuePairs must be a tuple.: In scope SELECT tupleToNameValuePairs([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:31.499912 [ 3914 ] {1c85b9d0-1514-4c8e-b9cc-26deba0ac8f6} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function upper: In scope SELECT ucase([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT ucase([]);) 2025.03.31 17:47:31.500579 [ 1056 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:31.501037 [ 1058 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:31.501070 [ 1056 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:31.501506 [ 1058 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:31.502627 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function upper: In scope SELECT ucase([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:31.514573 [ 3914 ] {e0937576-de7c-4572-8bec-e3e06b356e0c} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function unbin: In scope SELECT unbin([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT unbin([]);) 2025.03.31 17:47:31.516685 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function unbin: In scope SELECT unbin([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:31.527153 [ 3914 ] {198452d0-6dcd-4f25-bbb2-343a15619f7d} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function unhex: In scope SELECT unhex([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT unhex([]);) 2025.03.31 17:47:31.529311 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function unhex: In scope SELECT unhex([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:31.550737 [ 1247 ] {631afa3a-4ed2-4d32-80a0-918f6e92f4fe} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id b47a6402-d5d7-4163-b3c2-1c9e7c8f9caf. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:31.551130 [ 1247 ] {631afa3a-4ed2-4d32-80a0-918f6e92f4fe} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 8583a193-59c7-4a98-a770-83ba66bf8af9. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:31.739188 [ 3914 ] {ecddfe3b-8874-430e-b02d-9a2ee61b8bd9} executeQuery: Code: 42. DB::Exception: Number of arguments for function uniqThetaIntersect doesn't match: passed 1, should be 2: In scope SELECT uniqThetaIntersect([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT uniqThetaIntersect([]);) 2025.03.31 17:47:31.742165 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function uniqThetaIntersect doesn't match: passed 1, should be 2: In scope SELECT uniqThetaIntersect([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:31.757690 [ 3914 ] {128b96a3-b6ce-45a2-b3ae-cbedf6de291a} executeQuery: Code: 42. DB::Exception: Number of arguments for function uniqThetaNot doesn't match: passed 1, should be 2: In scope SELECT uniqThetaNot([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT uniqThetaNot([]);) 2025.03.31 17:47:31.760860 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function uniqThetaNot doesn't match: passed 1, should be 2: In scope SELECT uniqThetaNot([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:31.774822 [ 3914 ] {14885ef8-1424-49aa-a7e6-5b0d8bcfba1c} executeQuery: Code: 42. DB::Exception: Number of arguments for function uniqThetaUnion doesn't match: passed 1, should be 2: In scope SELECT uniqThetaUnion([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT uniqThetaUnion([]);) 2025.03.31 17:47:31.777860 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function uniqThetaUnion doesn't match: passed 1, should be 2: In scope SELECT uniqThetaUnion([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:31.819324 [ 1052 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:31.819799 [ 1052 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:31.820128 [ 1049 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:31.820625 [ 1049 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:31.828563 [ 3914 ] {8d288370-3c73-4d61-a2cb-76cfe92c272c} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function upper: In scope SELECT upper([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT upper([]);) 2025.03.31 17:47:31.831742 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function upper: In scope SELECT upper([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:31.844438 [ 3914 ] {24e0f4bc-0b18-459e-a2e9-370230de40fc} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function upperUTF8: In scope SELECT upperUTF8([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT upperUTF8([]);) 2025.03.31 17:47:31.847349 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function upperUTF8: In scope SELECT upperUTF8([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:31.859428 [ 3914 ] {fab84b69-b41b-489e-902f-0b26490212f4} executeQuery: Code: 42. DB::Exception: Number of arguments for function uptime doesn't match: passed 1, should be 0: In scope SELECT uptime([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT uptime([]);) 2025.03.31 17:47:31.862414 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function uptime doesn't match: passed 1, should be 0: In scope SELECT uptime([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:31.878643 [ 3914 ] {b2891b7f-d52a-4d1a-a795-d9a15272477b} executeQuery: Code: 42. DB::Exception: Number of arguments for function currentUser doesn't match: passed 1, should be 0: In scope SELECT user([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT user([]);) 2025.03.31 17:47:31.882296 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function currentUser doesn't match: passed 1, should be 0: In scope SELECT user([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:31.897131 [ 3914 ] {ab263e5f-704a-4fb2-b4f5-74405c7a6292} executeQuery: Code: 42. DB::Exception: Function validateNestedArraySizes needs more than two arguments; passed 1.: In scope SELECT validateNestedArraySizes([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT validateNestedArraySizes([]);) 2025.03.31 17:47:31.900519 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function validateNestedArraySizes needs more than two arguments; passed 1.: In scope SELECT validateNestedArraySizes([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:31.915006 [ 3914 ] {f2e27631-11df-47cb-a7a9-1ce7d40d01c3} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function varPop. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT varPop([]);) 2025.03.31 17:47:31.918354 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function varPop. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:31.948466 [ 3914 ] {33e680f7-e75d-4187-aeae-fb73367f0df6} executeQuery: Code: 48. DB::Exception: Method getFloat64 is not supported for Array(Nothing): While executing AggregatingTransform. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT varPopStable([]);) 2025.03.31 17:47:31.953834 [ 3914 ] {} TCPHandler: Code: 48. DB::Exception: Method getFloat64 is not supported for Array(Nothing): While executing AggregatingTransform. (NOT_IMPLEMENTED) 2025.03.31 17:47:31.970968 [ 3914 ] {f7612774-1ab2-4295-9736-27055e33b4a1} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function varSamp. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT varSamp([]);) 2025.03.31 17:47:31.974355 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function varSamp. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:32.003752 [ 3914 ] {68037e7a-cb7d-4ef3-85e2-89469b08c5ea} executeQuery: Code: 48. DB::Exception: Method getFloat64 is not supported for Array(Nothing): While executing AggregatingTransform. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT varSampStable([]);) 2025.03.31 17:47:32.008503 [ 3914 ] {} TCPHandler: Code: 48. DB::Exception: Method getFloat64 is not supported for Array(Nothing): While executing AggregatingTransform. (NOT_IMPLEMENTED) 2025.03.31 17:47:32.025280 [ 3914 ] {d3ef9378-1a07-411b-a155-56382c1426c8} executeQuery: Code: 42. DB::Exception: Number of arguments for function variantElement doesn't match: passed 1, should be 2 or 3: In scope SELECT variantElement([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT variantElement([]);) 2025.03.31 17:47:32.028641 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function variantElement doesn't match: passed 1, should be 2 or 3: In scope SELECT variantElement([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:32.044000 [ 3914 ] {b5e795f2-16ba-4e1d-bf7f-1731dc780ae0} executeQuery: Code: 43. DB::Exception: First argument for function variantType must be Variant, got Array(Nothing) instead: In scope SELECT variantType([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT variantType([]);) 2025.03.31 17:47:32.047285 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function variantType must be Variant, got Array(Nothing) instead: In scope SELECT variantType([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:32.062201 [ 3914 ] {b0df202c-75d1-479c-a8ff-271f4bc5c0f4} executeQuery: Code: 42. DB::Exception: Number of arguments for function tupleMinus doesn't match: passed 1, should be 2: In scope SELECT vectorDifference([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT vectorDifference([]);) 2025.03.31 17:47:32.065524 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tupleMinus doesn't match: passed 1, should be 2: In scope SELECT vectorDifference([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:32.080727 [ 3914 ] {ec5a7739-9980-49f3-91d6-6ebda81e8786} executeQuery: Code: 42. DB::Exception: Number of arguments for function tuplePlus doesn't match: passed 1, should be 2: In scope SELECT vectorSum([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT vectorSum([]);) 2025.03.31 17:47:32.084106 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tuplePlus doesn't match: passed 1, should be 2: In scope SELECT vectorSum([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:32.099397 [ 3914 ] {70b2646a-f364-4798-ab11-738c7be82659} executeQuery: Code: 42. DB::Exception: Number of arguments for function version doesn't match: passed 1, should be 0: In scope SELECT version([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT version([]);) 2025.03.31 17:47:32.102647 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function version doesn't match: passed 1, should be 0: In scope SELECT version([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:32.156434 [ 3914 ] {fc0db3ee-1420-48d7-80eb-285266e18e8f} executeQuery: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractBool doesn't match: passed 1, should be 2: In scope SELECT visitParamExtractBool([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT visitParamExtractBool([]);) 2025.03.31 17:47:32.159704 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractBool doesn't match: passed 1, should be 2: In scope SELECT visitParamExtractBool([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:32.174521 [ 3914 ] {e07838a7-1938-4544-aa70-2a646b40c174} executeQuery: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractFloat doesn't match: passed 1, should be 2: In scope SELECT visitParamExtractFloat([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT visitParamExtractFloat([]);) 2025.03.31 17:47:32.177799 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractFloat doesn't match: passed 1, should be 2: In scope SELECT visitParamExtractFloat([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:32.192897 [ 3914 ] {e94f6166-68e4-4d6b-b7c8-3b9c0bb9562b} executeQuery: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractInt doesn't match: passed 1, should be 2: In scope SELECT visitParamExtractInt([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT visitParamExtractInt([]);) 2025.03.31 17:47:32.196321 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractInt doesn't match: passed 1, should be 2: In scope SELECT visitParamExtractInt([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:32.211172 [ 3914 ] {0acc0627-c58f-4731-9123-0444b8316074} executeQuery: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractRaw doesn't match: passed 1, should be 2: In scope SELECT visitParamExtractRaw([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT visitParamExtractRaw([]);) 2025.03.31 17:47:32.212200 [ 4148 ] {038a835b-3d90-4a5c-9a3b-e331b1c9db51} executeQuery: Code: 549. DB::Exception: Column `m1` with type Map(Nothing, String) is not allowed in key expression, it's not comparable. (DATA_TYPE_CANNOT_BE_USED_IN_KEY) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46448) (comment: 03034_ddls_and_merges_with_unusual_maps.sql) (in query: CREATE TABLE tab (`m1` Map(Nothing, String)) ENGINE = MergeTree ORDER BY m1 SETTINGS index_granularity = 3926, min_bytes_for_wide_part = 1073741824, ratio_of_defaults_for_sparse_serialization = 1., replace_long_file_name_to_hash = true, max_file_name_length = 0, min_bytes_for_full_part_storage = 536870912, compact_parts_max_bytes_to_buffer = 503077287, compact_parts_max_granules_to_buffer = 1, compact_parts_merge_max_bytes_to_prefetch_part = 26892125, merge_max_block_size = 17454, old_parts_lifetime = 10., prefer_fetch_merged_part_size_threshold = 1, vertical_merge_algorithm_min_rows_to_activate = 1000000, vertical_merge_algorithm_min_columns_to_activate = 100, min_merge_bytes_to_use_direct_io = 8571566566, index_granularity_bytes = 1739893, use_const_adaptive_granularity = false, enable_index_granularity_compression = false, concurrent_part_removal_threshold = 100, allow_vertical_merges_from_compact_to_wide_parts = false, cache_populated_by_fetch = false, marks_compress_block_size = 66205, primary_key_compress_block_size = 88408, use_primary_key_cache = true, prewarm_primary_key_cache = false, prewarm_mark_cache = true), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Storages/KeyDescription.cpp:173: DB::KeyDescription::getSortingKeyFromAST(std::shared_ptr const&, DB::ColumnsDescription const&, std::shared_ptr, std::optional const&) @ 0x000000003c7db79a 5. ./build_docker/./src/Storages/MergeTree/registerStorageMergeTree.cpp:654: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea907aa 6. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 9. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 17:47:32.214724 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractRaw doesn't match: passed 1, should be 2: In scope SELECT visitParamExtractRaw([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:32.215364 [ 4148 ] {} TCPHandler: Code: 549. DB::Exception: Column `m1` with type Map(Nothing, String) is not allowed in key expression, it's not comparable. (DATA_TYPE_CANNOT_BE_USED_IN_KEY), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Storages/KeyDescription.cpp:173: DB::KeyDescription::getSortingKeyFromAST(std::shared_ptr const&, DB::ColumnsDescription const&, std::shared_ptr, std::optional const&) @ 0x000000003c7db79a 5. ./build_docker/./src/Storages/MergeTree/registerStorageMergeTree.cpp:654: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea907aa 6. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 9. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 17:47:32.230491 [ 3914 ] {7d9b6e4d-9de4-4a75-8553-c96be09ab857} executeQuery: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractString doesn't match: passed 1, should be 2: In scope SELECT visitParamExtractString([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT visitParamExtractString([]);) 2025.03.31 17:47:32.234176 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractString doesn't match: passed 1, should be 2: In scope SELECT visitParamExtractString([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:32.251426 [ 3914 ] {f56e17bb-b03a-42ba-8281-3d10963117f2} executeQuery: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractUInt doesn't match: passed 1, should be 2: In scope SELECT visitParamExtractUInt([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT visitParamExtractUInt([]);) 2025.03.31 17:47:32.255269 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractUInt doesn't match: passed 1, should be 2: In scope SELECT visitParamExtractUInt([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:32.271176 [ 3914 ] {09c739a6-34ff-4f18-b614-a4ec85bbf141} executeQuery: Code: 42. DB::Exception: Number of arguments for function simpleJSONHas doesn't match: passed 1, should be 2: In scope SELECT visitParamHas([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT visitParamHas([]);) 2025.03.31 17:47:32.275073 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function simpleJSONHas doesn't match: passed 1, should be 2: In scope SELECT visitParamHas([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:32.289501 [ 3914 ] {09851448-47b1-46ac-b210-438cedeb96ff} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toWeek. Must be Date, Date32, DateTime or DateTime64.: In scope SELECT week([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT week([]);) 2025.03.31 17:47:32.292763 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toWeek. Must be Date, Date32, DateTime or DateTime64.: In scope SELECT week([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:32.307277 [ 3914 ] {b8bf8c49-8bd9-4d11-9b34-db9f9cb4dc62} executeQuery: Code: 42. DB::Exception: Aggregate function welchTTest requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT welchTTest([]);) 2025.03.31 17:47:32.310927 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function welchTTest requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:32.321408 [ 1063 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:32.321444 [ 1061 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:32.321878 [ 1063 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:32.321942 [ 1061 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:32.327118 [ 3914 ] {e5782b6c-bbd1-4d4d-b1e0-307ff0308274} executeQuery: Code: 42. DB::Exception: Number of arguments for function widthBucket doesn't match: passed 1, should be 4: In scope SELECT widthBucket([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT widthBucket([]);) 2025.03.31 17:47:32.330748 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function widthBucket doesn't match: passed 1, should be 4: In scope SELECT widthBucket([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:32.344748 [ 3914 ] {e4e0a885-b5b7-4f16-8f3c-b2e9ca701485} executeQuery: Code: 42. DB::Exception: Number of arguments for function widthBucket doesn't match: passed 1, should be 4: In scope SELECT width_bucket([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT width_bucket([]);) 2025.03.31 17:47:32.347992 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function widthBucket doesn't match: passed 1, should be 4: In scope SELECT width_bucket([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:32.362001 [ 3914 ] {c35dff4b-906c-4a67-ae16-d3536cf5f6a2} executeQuery: Code: 42. DB::Exception: Aggregate function windowFunnel requires at least one parameter: , [option, [option, ...]]. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT windowFunnel([]);) 2025.03.31 17:47:32.365202 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function windowFunnel requires at least one parameter: , [option, [option, ...]]. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:32.379594 [ 3914 ] {8411bb0f-e60d-4ead-8e7b-ce1822dcb5af} executeQuery: Code: 42. DB::Exception: Number of arguments for function windowID doesn't match: passed 1, should be 2, 3 or 4: In scope SELECT windowID([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT windowID([]);) 2025.03.31 17:47:32.382795 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function windowID doesn't match: passed 1, should be 2, 3 or 4: In scope SELECT windowID([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:32.401341 [ 3914 ] {295ecfa2-2dac-40b6-b36b-e535ed0ec511} executeQuery: Code: 36. DB::Exception: Unknown geometry type Array(Nothing): In scope SELECT wkt([]). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT wkt([]);) 2025.03.31 17:47:32.404646 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: Unknown geometry type Array(Nothing): In scope SELECT wkt([]). (BAD_ARGUMENTS) 2025.03.31 17:47:32.419808 [ 3914 ] {8c41324a-343a-4f86-a0ee-415d332e0e5f} executeQuery: Code: 43. DB::Exception: First argument of function wordShingleMinHash must be String, got Array(Nothing): In scope SELECT wordShingleMinHash([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT wordShingleMinHash([]);) 2025.03.31 17:47:32.423101 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function wordShingleMinHash must be String, got Array(Nothing): In scope SELECT wordShingleMinHash([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:32.437579 [ 3914 ] {932af7b9-a694-4c36-b799-2030264a1473} executeQuery: Code: 43. DB::Exception: First argument of function wordShingleMinHashArg must be String, got Array(Nothing): In scope SELECT wordShingleMinHashArg([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT wordShingleMinHashArg([]);) 2025.03.31 17:47:32.440808 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function wordShingleMinHashArg must be String, got Array(Nothing): In scope SELECT wordShingleMinHashArg([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:32.454930 [ 3914 ] {95db6169-1974-40bc-a92b-033baa0559ee} executeQuery: Code: 43. DB::Exception: First argument of function wordShingleMinHashArgCaseInsensitive must be String, got Array(Nothing): In scope SELECT wordShingleMinHashArgCaseInsensitive([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT wordShingleMinHashArgCaseInsensitive([]);) 2025.03.31 17:47:32.458100 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function wordShingleMinHashArgCaseInsensitive must be String, got Array(Nothing): In scope SELECT wordShingleMinHashArgCaseInsensitive([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:32.472363 [ 3914 ] {aed22a11-fa80-494c-b05b-247668f355f9} executeQuery: Code: 43. DB::Exception: First argument of function wordShingleMinHashArgCaseInsensitiveUTF8 must be String, got Array(Nothing): In scope SELECT wordShingleMinHashArgCaseInsensitiveUTF8([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT wordShingleMinHashArgCaseInsensitiveUTF8([]);) 2025.03.31 17:47:32.475858 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function wordShingleMinHashArgCaseInsensitiveUTF8 must be String, got Array(Nothing): In scope SELECT wordShingleMinHashArgCaseInsensitiveUTF8([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:32.490720 [ 3914 ] {47610d1b-b2e6-4936-8f21-078e0b650b94} executeQuery: Code: 43. DB::Exception: First argument of function wordShingleMinHashArgUTF8 must be String, got Array(Nothing): In scope SELECT wordShingleMinHashArgUTF8([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT wordShingleMinHashArgUTF8([]);) 2025.03.31 17:47:32.493876 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function wordShingleMinHashArgUTF8 must be String, got Array(Nothing): In scope SELECT wordShingleMinHashArgUTF8([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:32.507000 [ 3914 ] {24b1b68a-ad48-4f9e-a0df-a67accf42c3c} executeQuery: Code: 43. DB::Exception: First argument of function wordShingleMinHashCaseInsensitive must be String, got Array(Nothing): In scope SELECT wordShingleMinHashCaseInsensitive([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT wordShingleMinHashCaseInsensitive([]);) 2025.03.31 17:47:32.510011 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function wordShingleMinHashCaseInsensitive must be String, got Array(Nothing): In scope SELECT wordShingleMinHashCaseInsensitive([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:32.524736 [ 3914 ] {10c29caf-241a-4a3a-bf23-f0f776c7ca53} executeQuery: Code: 43. DB::Exception: First argument of function wordShingleMinHashCaseInsensitiveUTF8 must be String, got Array(Nothing): In scope SELECT wordShingleMinHashCaseInsensitiveUTF8([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT wordShingleMinHashCaseInsensitiveUTF8([]);) 2025.03.31 17:47:32.527975 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function wordShingleMinHashCaseInsensitiveUTF8 must be String, got Array(Nothing): In scope SELECT wordShingleMinHashCaseInsensitiveUTF8([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:32.542643 [ 3914 ] {52cee314-e8fe-40b9-b72f-1d373b62e085} executeQuery: Code: 43. DB::Exception: First argument of function wordShingleMinHashUTF8 must be String, got Array(Nothing): In scope SELECT wordShingleMinHashUTF8([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT wordShingleMinHashUTF8([]);) 2025.03.31 17:47:32.545893 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function wordShingleMinHashUTF8 must be String, got Array(Nothing): In scope SELECT wordShingleMinHashUTF8([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:32.560786 [ 3914 ] {d0d54305-cbdb-4d50-a7dd-7be8bd89b1a2} executeQuery: Code: 43. DB::Exception: First argument of function wordShingleSimHash must be String, got Array(Nothing): In scope SELECT wordShingleSimHash([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT wordShingleSimHash([]);) 2025.03.31 17:47:32.564126 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function wordShingleSimHash must be String, got Array(Nothing): In scope SELECT wordShingleSimHash([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:32.579013 [ 3914 ] {97e2f593-fd28-485f-a7d0-d8d49ad0bf39} executeQuery: Code: 43. DB::Exception: First argument of function wordShingleSimHashCaseInsensitive must be String, got Array(Nothing): In scope SELECT wordShingleSimHashCaseInsensitive([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT wordShingleSimHashCaseInsensitive([]);) 2025.03.31 17:47:32.580316 [ 3179 ] {ce8a66e2-8ae2-4d43-acf3-e1fbcad001b5} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 48b03d3e-ad73-4bbd-ae8e-ff2c156fc23e. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:32.582237 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function wordShingleSimHashCaseInsensitive must be String, got Array(Nothing): In scope SELECT wordShingleSimHashCaseInsensitive([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:32.597505 [ 3914 ] {6574f229-3ebe-45d9-849f-4a791aa1d42a} executeQuery: Code: 43. DB::Exception: First argument of function wordShingleSimHashCaseInsensitiveUTF8 must be String, got Array(Nothing): In scope SELECT wordShingleSimHashCaseInsensitiveUTF8([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT wordShingleSimHashCaseInsensitiveUTF8([]);) 2025.03.31 17:47:32.600812 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function wordShingleSimHashCaseInsensitiveUTF8 must be String, got Array(Nothing): In scope SELECT wordShingleSimHashCaseInsensitiveUTF8([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:32.603146 [ 1060 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:32.603791 [ 1060 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:32.607326 [ 1055 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:32.608020 [ 1055 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:32.615447 [ 3914 ] {dd2ebd3c-52e9-494e-abdf-927539c01449} executeQuery: Code: 43. DB::Exception: First argument of function wordShingleSimHashUTF8 must be String, got Array(Nothing): In scope SELECT wordShingleSimHashUTF8([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT wordShingleSimHashUTF8([]);) 2025.03.31 17:47:32.618889 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function wordShingleSimHashUTF8 must be String, got Array(Nothing): In scope SELECT wordShingleSimHashUTF8([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:32.663652 [ 3914 ] {3a152099-825b-4770-9a63-b24dc6004c3e} executeQuery: Code: 35. DB::Exception: Number of arguments for function "xor" should be at least 2: passed 1: In scope SELECT xor([]). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT xor([]);) 2025.03.31 17:47:32.667001 [ 3914 ] {} TCPHandler: Code: 35. DB::Exception: Number of arguments for function "xor" should be at least 2: passed 1: In scope SELECT xor([]). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) 2025.03.31 17:47:32.776930 [ 3914 ] {24bc5d15-37f5-4743-bc36-7a05b1eedd54} executeQuery: Code: 42. DB::Exception: Number of arguments for function kostikConsistentHash doesn't match: passed 1, should be 2: In scope SELECT yandexConsistentHash([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT yandexConsistentHash([]);) 2025.03.31 17:47:32.780371 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function kostikConsistentHash doesn't match: passed 1, should be 2: In scope SELECT yandexConsistentHash([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:32.795314 [ 3914 ] {c39c4705-9a8f-42e7-901c-ed4f0af461b4} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toYearWeek. Must be Date, Date32, DateTime or DateTime64.: In scope SELECT yearweek([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT yearweek([]);) 2025.03.31 17:47:32.798895 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toYearWeek. Must be Date, Date32, DateTime or DateTime64.: In scope SELECT yearweek([]). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:47:32.814028 [ 3914 ] {e08e86cf-7f82-4649-af58-d940512d4e6c} executeQuery: Code: 42. DB::Exception: Number of arguments for function yesterday doesn't match: passed 1, should be 0: In scope SELECT yesterday([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT yesterday([]);) 2025.03.31 17:47:32.817457 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function yesterday doesn't match: passed 1, should be 0: In scope SELECT yesterday([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:32.832622 [ 3914 ] {d51bebb0-1076-456a-bba9-9b179f307586} executeQuery: Code: 42. DB::Exception: Number of arguments for function zookeeperSessionUptime doesn't match: passed 1, should be 0: In scope SELECT zookeeperSessionUptime([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60898) (comment: 00534_functions_bad_arguments4_long.sh) (in query: SELECT zookeeperSessionUptime([]);) 2025.03.31 17:47:32.836276 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function zookeeperSessionUptime doesn't match: passed 1, should be 0: In scope SELECT zookeeperSessionUptime([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:47:32.886624 [ 1254 ] {00b431e1-f58d-4985-b563-b43f63ab7cbd} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 07d06169-3463-493e-ac49-0dea62d1d88e. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:33.095626 [ 1056 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:33.096266 [ 1056 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:33.102353 [ 1060 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:33.102868 [ 1060 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:33.115493 [ 1063 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:33.115513 [ 1052 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:33.116018 [ 1063 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:33.116071 [ 1052 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:33.375299 [ 1051 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:33.375299 [ 1049 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:33.375822 [ 1051 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:33.375857 [ 1049 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:33.540759 [ 1254 ] {1f9711f0-f484-4410-87cb-fc576d4051f3} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 460bf39f-7b3f-4e68-aab2-16fb3179f0e0. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:33.704991 [ 1247 ] {18edaeec-eb69-428d-a410-7950d5d45d83} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id bc371b49-954e-430e-8247-d49c35c4a8b7. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:34.156151 [ 1053 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:34.156723 [ 1053 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:34.157187 [ 1052 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:34.157730 [ 1052 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:34.359463 [ 1063 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:34.360070 [ 1063 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:34.361619 [ 1055 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:34.362254 [ 1055 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:34.855216 [ 1063 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:34.855747 [ 1063 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:34.856905 [ 1050 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:34.857381 [ 1050 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:35.177348 [ 1063 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:35.177885 [ 1063 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:35.181976 [ 1054 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:35.182623 [ 1054 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:35.183601 [ 1052 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:35.184094 [ 1052 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:35.186765 [ 1055 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:35.187166 [ 1055 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:35.200133 [ 1247 ] {7057a9ed-a274-4a6b-bf2d-29b4a67462ba} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 3b182e09-a6a2-4f91-bff4-fd716f76e296. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:35.271584 [ 4149 ] {cb3b9b8a-6589-4ab7-8621-6abfb83fb19b} executeQuery: Code: 141. DB::Exception: Illegal SAMPLE: table test_c6t1bv75.numbers1 (c2707a3e-d4f1-452a-b749-260c232f5aef) doesn't support sampling. (SAMPLING_NOT_SUPPORTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46586) (comment: 00578_merge_table_sampling.sql) (in query: SELECT * FROM merge(currentDatabase(), '^numbers\\d+$') SAMPLE 0.1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/StorageMerge.cpp:613: DB::ReadFromMerge::createChildrenPlans(DB::SelectQueryInfo&) const @ 0x000000003cc3b820 5. ./build_docker/./src/Storages/StorageMerge.cpp:555: DB::ReadFromMerge::filterTablesAndCreateChildrenPlans() @ 0x000000003cc297e0 6. ./build_docker/./src/Storages/StorageMerge.cpp:1623: DB::ReadFromMerge::applyFilters(DB::ActionDAGNodes) @ 0x000000003cc65420 7. ./src/Processors/QueryPlan/SourceStepWithFilter.h:65: DB::SourceStepWithFilter::applyFilters() @ 0x0000000040b0c927 8. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizePrimaryKeyConditionAndLimit.cpp:55: DB::QueryPlanOptimizations::optimizePrimaryKeyConditionAndLimit(std::vector> const&) @ 0x0000000040b0c27f 9. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizeTree.cpp:118: DB::QueryPlanOptimizations::optimizeTreeSecondPass(DB::QueryPlanOptimizationSettings const&, DB::QueryPlan::Node&, std::list>&) @ 0x0000000040aade62 10. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:471: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x000000004081319e 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:47:35.274600 [ 4149 ] {} TCPHandler: Code: 141. DB::Exception: Illegal SAMPLE: table test_c6t1bv75.numbers1 (c2707a3e-d4f1-452a-b749-260c232f5aef) doesn't support sampling. (SAMPLING_NOT_SUPPORTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/StorageMerge.cpp:613: DB::ReadFromMerge::createChildrenPlans(DB::SelectQueryInfo&) const @ 0x000000003cc3b820 5. ./build_docker/./src/Storages/StorageMerge.cpp:555: DB::ReadFromMerge::filterTablesAndCreateChildrenPlans() @ 0x000000003cc297e0 6. ./build_docker/./src/Storages/StorageMerge.cpp:1623: DB::ReadFromMerge::applyFilters(DB::ActionDAGNodes) @ 0x000000003cc65420 7. ./src/Processors/QueryPlan/SourceStepWithFilter.h:65: DB::SourceStepWithFilter::applyFilters() @ 0x0000000040b0c927 8. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizePrimaryKeyConditionAndLimit.cpp:55: DB::QueryPlanOptimizations::optimizePrimaryKeyConditionAndLimit(std::vector> const&) @ 0x0000000040b0c27f 9. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizeTree.cpp:118: DB::QueryPlanOptimizations::optimizeTreeSecondPass(DB::QueryPlanOptimizationSettings const&, DB::QueryPlan::Node&, std::list>&) @ 0x0000000040aade62 10. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:471: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x000000004081319e 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:47:35.475342 [ 1428 ] {2c198e1c-b179-4851-9e89-ea4df5a29345} executeQuery: Code: 47. DB::Exception: Unknown expression or function identifier `column_does_not_exists` in scope SELECT '\n{"a": "Hello", "b": 111}\n{"a": "World", "b": 123}\n' FROM system.one WHERE column_does_not_exists = 4. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46602) (comment: 03257_scalar_in_format_table_expression.sql) (in query: -- The scalar subquery is incorrect so it should throw the proper error SELECT * FROM format( JSONEachRow, ( SELECT $$ {"a": "Hello", "b": 111} {"a": "World", "b": 123} $$ WHERE column_does_not_exists = 4 ) );), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5588: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1a7cb 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:181: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x000000003863a5cb 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007], std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions&>(std::shared_ptr&&, std::shared_ptr&, std::shared_ptr&&, DB::SelectQueryOptions&) @ 0x0000000035de3117 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:586: DB::QueryAnalyzer::evaluateScalarSubqueryIfNeeded(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d47e6f 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:235: DB::QueryAnalyzer::resolveConstantExpression(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d45bc7 17. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:111: DB::evaluateConstantExpressionImpl(std::shared_ptr const&, std::shared_ptr const&, bool) @ 0x00000000391f484e 18. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:192: DB::evaluateConstantExpression(std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000391f9f93 19. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:203: DB::evaluateConstantExpressionAsLiteral(std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000391fa585 20. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:211: DB::evaluateConstantExpressionOrIdentifierAsLiteral(std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000391fa8e3 21. ./build_docker/./src/TableFunctions/TableFunctionFormat.cpp:81: DB::(anonymous namespace)::TableFunctionFormat::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274b78d4 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 27. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 29. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 30. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 31. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 2025.03.31 17:47:35.478583 [ 1428 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression or function identifier `column_does_not_exists` in scope SELECT '\n{"a": "Hello", "b": 111}\n{"a": "World", "b": 123}\n' FROM system.one WHERE column_does_not_exists = 4. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5588: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1a7cb 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:181: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x000000003863a5cb 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007], std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions&>(std::shared_ptr&&, std::shared_ptr&, std::shared_ptr&&, DB::SelectQueryOptions&) @ 0x0000000035de3117 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:586: DB::QueryAnalyzer::evaluateScalarSubqueryIfNeeded(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d47e6f 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:235: DB::QueryAnalyzer::resolveConstantExpression(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d45bc7 17. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:111: DB::evaluateConstantExpressionImpl(std::shared_ptr const&, std::shared_ptr const&, bool) @ 0x00000000391f484e 18. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:192: DB::evaluateConstantExpression(std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000391f9f93 19. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:203: DB::evaluateConstantExpressionAsLiteral(std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000391fa585 20. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:211: DB::evaluateConstantExpressionOrIdentifierAsLiteral(std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000391fa8e3 21. ./build_docker/./src/TableFunctions/TableFunctionFormat.cpp:81: DB::(anonymous namespace)::TableFunctionFormat::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274b78d4 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 27. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 29. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 30. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 31. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 2025.03.31 17:47:35.613529 [ 424 ] {5c60f5a7-0a50-4be0-8838-78ef58697533} executeQuery: Code: 341. DB::Exception: Exception happened during execution of mutation '0000000000' with part '20010101_0_0_0' reason: 'Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT) (version 24.12.2.20214.altinityantalya (altinity build))'. This error maybe retryable or not. In case of unretryable error, mutation can be killed with KILL MUTATION query 0. ./build_docker/./src/Common/StackTrace.cpp:381: StackTrace::tryCapture() @ 0x000000002077ec7b 1. ./src/Common/StackTrace.h:48: DB::checkMutationStatus(std::optional&, std::set, std::allocator> const&) @ 0x000000003e3e8f4e 2. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:761: DB::StorageReplicatedMergeTree::waitMutationToFinishOnReplicas(std::vector> const&, String const&) const @ 0x000000003cd79bdc 3. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:7884: DB::StorageReplicatedMergeTree::waitMutation(String const&, unsigned long) const @ 0x000000003cfb55c4 4. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:7857: DB::StorageReplicatedMergeTree::mutate(DB::MutationCommands const&, std::shared_ptr) @ 0x000000003d02cc3e 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:239: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751baf 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 . (UNFINISHED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:32938) (comment: 00834_kill_mutation_replicated_zookeeper.sh) (in query: ALTER TABLE kill_mutation_r1 DELETE WHERE toUInt32(s) = 1 SETTINGS mutations_sync=2), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&&, String&, String&, String&&) @ 0x000000003e3e9287 4. ./build_docker/./src/Storages/MergeTree/MergeTreeMutationStatus.cpp:26: DB::checkMutationStatus(std::optional&, std::set, std::allocator> const&) @ 0x000000003e3e900f 5. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:761: DB::StorageReplicatedMergeTree::waitMutationToFinishOnReplicas(std::vector> const&, String const&) const @ 0x000000003cd79bdc 6. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:7884: DB::StorageReplicatedMergeTree::waitMutation(String const&, unsigned long) const @ 0x000000003cfb55c4 7. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:7857: DB::StorageReplicatedMergeTree::mutate(DB::MutationCommands const&, std::shared_ptr) @ 0x000000003d02cc3e 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:239: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751baf 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:47:35.618494 [ 424 ] {} TCPHandler: Code: 341. DB::Exception: Exception happened during execution of mutation '0000000000' with part '20010101_0_0_0' reason: 'Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT) (version 24.12.2.20214.altinityantalya (altinity build))'. This error maybe retryable or not. In case of unretryable error, mutation can be killed with KILL MUTATION query 0. ./build_docker/./src/Common/StackTrace.cpp:381: StackTrace::tryCapture() @ 0x000000002077ec7b 1. ./src/Common/StackTrace.h:48: DB::checkMutationStatus(std::optional&, std::set, std::allocator> const&) @ 0x000000003e3e8f4e 2. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:761: DB::StorageReplicatedMergeTree::waitMutationToFinishOnReplicas(std::vector> const&, String const&) const @ 0x000000003cd79bdc 3. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:7884: DB::StorageReplicatedMergeTree::waitMutation(String const&, unsigned long) const @ 0x000000003cfb55c4 4. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:7857: DB::StorageReplicatedMergeTree::mutate(DB::MutationCommands const&, std::shared_ptr) @ 0x000000003d02cc3e 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:239: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751baf 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 . (UNFINISHED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&&, String&, String&, String&&) @ 0x000000003e3e9287 4. ./build_docker/./src/Storages/MergeTree/MergeTreeMutationStatus.cpp:26: DB::checkMutationStatus(std::optional&, std::set, std::allocator> const&) @ 0x000000003e3e900f 5. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:761: DB::StorageReplicatedMergeTree::waitMutationToFinishOnReplicas(std::vector> const&, String const&) const @ 0x000000003cd79bdc 6. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:7884: DB::StorageReplicatedMergeTree::waitMutation(String const&, unsigned long) const @ 0x000000003cfb55c4 7. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:7857: DB::StorageReplicatedMergeTree::mutate(DB::MutationCommands const&, std::shared_ptr) @ 0x000000003d02cc3e 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:239: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751baf 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:47:35.706880 [ 1052 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:35.707177 [ 1059 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:35.707470 [ 1052 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:35.707683 [ 1059 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:35.828972 [ 1049 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:35.829457 [ 1049 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:35.834995 [ 1060 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:35.835461 [ 1060 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:36.156024 [ 1050 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:36.156494 [ 1050 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:36.158119 [ 1048 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:36.158661 [ 1048 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:36.264423 [ 1428 ] {a073a5be-18f3-4a69-a108-b4817f37318e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `where_qualified__fuzz_19` in scope SELECT where_qualified__fuzz_19 FROM numbers(10000). (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46602) (comment: 03257_scalar_in_format_table_expression.sql) (in query: SELECT count() FROM format(TSVRaw, ( SELECT where_qualified__fuzz_19 FROM numbers(10000) ));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:181: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x000000003863a5cb 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007], std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions&>(std::shared_ptr&&, std::shared_ptr&, std::shared_ptr&&, DB::SelectQueryOptions&) @ 0x0000000035de3117 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:586: DB::QueryAnalyzer::evaluateScalarSubqueryIfNeeded(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d47e6f 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:235: DB::QueryAnalyzer::resolveConstantExpression(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d45bc7 16. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:111: DB::evaluateConstantExpressionImpl(std::shared_ptr const&, std::shared_ptr const&, bool) @ 0x00000000391f484e 17. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:192: DB::evaluateConstantExpression(std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000391f9f93 18. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:203: DB::evaluateConstantExpressionAsLiteral(std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000391fa585 19. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:211: DB::evaluateConstantExpressionOrIdentifierAsLiteral(std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000391fa8e3 20. ./build_docker/./src/TableFunctions/TableFunctionFormat.cpp:81: DB::(anonymous namespace)::TableFunctionFormat::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274b78d4 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 26. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 29. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 30. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 31. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 2025.03.31 17:47:36.267398 [ 1428 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `where_qualified__fuzz_19` in scope SELECT where_qualified__fuzz_19 FROM numbers(10000). (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:181: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x000000003863a5cb 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007], std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions&>(std::shared_ptr&&, std::shared_ptr&, std::shared_ptr&&, DB::SelectQueryOptions&) @ 0x0000000035de3117 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:586: DB::QueryAnalyzer::evaluateScalarSubqueryIfNeeded(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d47e6f 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:235: DB::QueryAnalyzer::resolveConstantExpression(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d45bc7 16. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:111: DB::evaluateConstantExpressionImpl(std::shared_ptr const&, std::shared_ptr const&, bool) @ 0x00000000391f484e 17. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:192: DB::evaluateConstantExpression(std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000391f9f93 18. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:203: DB::evaluateConstantExpressionAsLiteral(std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000391fa585 19. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:211: DB::evaluateConstantExpressionOrIdentifierAsLiteral(std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000391fa8e3 20. ./build_docker/./src/TableFunctions/TableFunctionFormat.cpp:81: DB::(anonymous namespace)::TableFunctionFormat::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274b78d4 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 26. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 29. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 30. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 31. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 2025.03.31 17:47:36.284702 [ 1254 ] {ec41141f-d976-4937-bbba-4b62b98857f4} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 6a45dbcf-7b66-4fd2-bae9-2ffc4f0e8d94. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:36.614767 [ 1054 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:36.614920 [ 1055 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:36.615303 [ 1054 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:36.615468 [ 1055 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:36.979543 [ 1428 ] {87e0b846-a6b1-4068-bb79-56d8d87d1325} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `where_qualified__fuzz_19` in scope SELECT where_qualified__fuzz_19 FROM numbers(10000). (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46602) (comment: 03257_scalar_in_format_table_expression.sql) (in query: SELECT count() FROM format(TSVRaw, ( SELECT where_qualified__fuzz_19 FROM numbers(10000) UNION ALL SELECT where_qualified__fuzz_35 FROM numbers(10000) ));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5828: DB::QueryAnalyzer::resolveUnion(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d248fe 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:181: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16906 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:181: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x000000003863a5cb 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007], std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions&>(std::shared_ptr&&, std::shared_ptr&, std::shared_ptr&&, DB::SelectQueryOptions&) @ 0x0000000035de3117 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:586: DB::QueryAnalyzer::evaluateScalarSubqueryIfNeeded(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d47e6f 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:235: DB::QueryAnalyzer::resolveConstantExpression(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d45bc7 17. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:111: DB::evaluateConstantExpressionImpl(std::shared_ptr const&, std::shared_ptr const&, bool) @ 0x00000000391f484e 18. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:192: DB::evaluateConstantExpression(std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000391f9f93 19. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:203: DB::evaluateConstantExpressionAsLiteral(std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000391fa585 20. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:211: DB::evaluateConstantExpressionOrIdentifierAsLiteral(std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000391fa8e3 21. ./build_docker/./src/TableFunctions/TableFunctionFormat.cpp:81: DB::(anonymous namespace)::TableFunctionFormat::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274b78d4 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 27. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 29. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 30. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 31. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 2025.03.31 17:47:36.982759 [ 1428 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `where_qualified__fuzz_19` in scope SELECT where_qualified__fuzz_19 FROM numbers(10000). (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5828: DB::QueryAnalyzer::resolveUnion(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d248fe 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:181: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16906 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:181: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x000000003863a5cb 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007], std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions&>(std::shared_ptr&&, std::shared_ptr&, std::shared_ptr&&, DB::SelectQueryOptions&) @ 0x0000000035de3117 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:586: DB::QueryAnalyzer::evaluateScalarSubqueryIfNeeded(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d47e6f 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:235: DB::QueryAnalyzer::resolveConstantExpression(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d45bc7 17. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:111: DB::evaluateConstantExpressionImpl(std::shared_ptr const&, std::shared_ptr const&, bool) @ 0x00000000391f484e 18. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:192: DB::evaluateConstantExpression(std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000391f9f93 19. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:203: DB::evaluateConstantExpressionAsLiteral(std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000391fa585 20. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:211: DB::evaluateConstantExpressionOrIdentifierAsLiteral(std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000391fa8e3 21. ./build_docker/./src/TableFunctions/TableFunctionFormat.cpp:81: DB::(anonymous namespace)::TableFunctionFormat::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274b78d4 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 27. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 29. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 30. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 31. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 2025.03.31 17:47:37.231231 [ 1052 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:37.231724 [ 1052 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:37.231768 [ 1056 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:37.232371 [ 1056 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:37.322945 [ 1055 ] {} test_up3jnlbt.kill_mutation_r1 (ReplicatedMergeTreeQueue): There are no mutations for partition ID 20000101 (trying to mutate part 20000101_0_0_0 to 1) 2025.03.31 17:47:37.323266 [ 1057 ] {} test_up3jnlbt.kill_mutation_r1 (ReplicatedMergeTreeQueue): There are no mutations for partition ID 20010101 (trying to mutate part 20010101_0_0_0 to 1) 2025.03.31 17:47:37.693599 [ 4129 ] {92998de2-8547-4403-88be-c26fce74b361} executeQuery: Code: 48. DB::Exception: Can't execute any of specified algorithms for specified strictness/kind and right storage type. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42090) (comment: 01147_partial_merge_full_join.sql) (in query: SELECT * FROM t1 ANY RIGHT JOIN t0 USING (x) ORDER BY x;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Planner/PlannerJoins.cpp:944: DB::chooseJoinAlgorithm(std::shared_ptr&, std::shared_ptr const&, DB::Block const&, DB::Block const&, std::shared_ptr const&, DB::SelectQueryInfo const&) @ 0x0000000038736099 5. ./build_docker/./src/Planner/PlannerJoinTree.cpp:1690: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386da273 6. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 7. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 8. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:47:37.697004 [ 4129 ] {} TCPHandler: Code: 48. DB::Exception: Can't execute any of specified algorithms for specified strictness/kind and right storage type. (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Planner/PlannerJoins.cpp:944: DB::chooseJoinAlgorithm(std::shared_ptr&, std::shared_ptr const&, DB::Block const&, DB::Block const&, std::shared_ptr const&, DB::SelectQueryInfo const&) @ 0x0000000038736099 5. ./build_docker/./src/Planner/PlannerJoinTree.cpp:1690: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386da273 6. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 7. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 8. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:47:37.743971 [ 1428 ] {ac6d92b1-a304-46f1-b090-070ef55aa6c9} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `where_qualified__fuzz_19` in scope (SELECT where_qualified__fuzz_19 FROM numbers(10000)) AS s. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46602) (comment: 03257_scalar_in_format_table_expression.sql) (in query: WITH ( SELECT where_qualified__fuzz_19 FROM numbers(10000) ) as s SELECT count() FROM format(TSVRaw, s);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1227: DB::QueryAnalyzer::tryResolveIdentifierFromAliases(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d641a1 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1460: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d6781e 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4751: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3baff 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:47:37.747554 [ 1428 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `where_qualified__fuzz_19` in scope (SELECT where_qualified__fuzz_19 FROM numbers(10000)) AS s. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1227: DB::QueryAnalyzer::tryResolveIdentifierFromAliases(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d641a1 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1460: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d6781e 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4751: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3baff 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:47:37.789249 [ 3178 ] {ff2fd752-cd0c-438c-b69d-0d109a3204c6} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id f10a5911-8382-42f1-91e8-5b6706e63fc9. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:37.897441 [ 1053 ] {} test_up3jnlbt.kill_mutation_r2 (ReplicatedMergeTreeQueue): There are no mutations for partition ID 20000101 (trying to mutate part 20000101_0_0_0 to 1) 2025.03.31 17:47:37.897577 [ 1050 ] {} test_up3jnlbt.kill_mutation_r2 (ReplicatedMergeTreeQueue): There are no mutations for partition ID 20010101 (trying to mutate part 20010101_0_0_0 to 1) 2025.03.31 17:47:38.165118 [ 4129 ] {e779c61e-8288-4029-895c-0a0188645f46} executeQuery: Code: 48. DB::Exception: ANY FULL JOINs are not implemented. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42090) (comment: 01147_partial_merge_full_join.sql) (in query: SELECT * FROM t1 ANY FULL JOIN t0 USING (x) ORDER BY x;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:995: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c8abb3 5. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:164: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6984a 6. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:182: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectWithUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c74ba1 7. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:160: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c69545 8. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:144: DB::buildQueryTree(std::shared_ptr, std::shared_ptr) @ 0x0000000035c67ea8 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:138: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000038638231 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 17:47:38.167847 [ 4129 ] {} TCPHandler: Code: 48. DB::Exception: ANY FULL JOINs are not implemented. (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:995: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c8abb3 5. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:164: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6984a 6. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:182: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectWithUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c74ba1 7. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:160: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c69545 8. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:144: DB::buildQueryTree(std::shared_ptr, std::shared_ptr) @ 0x0000000035c67ea8 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:138: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000038638231 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 17:47:38.232083 [ 3179 ] {b0194812-def6-4816-b742-6b7a0f2581c5} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id b14ab3b8-b4c5-40a6-97c0-60810d3d88d0. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:38.372027 [ 4129 ] {541c7a74-5c5e-4c42-8f9c-cbc1ad04c7a0} executeQuery: Code: 48. DB::Exception: Can't execute any of specified algorithms for specified strictness/kind and right storage type. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42090) (comment: 01147_partial_merge_full_join.sql) (in query: SELECT * FROM t1 ANY RIGHT JOIN t0 ON t1.x = t0.x ORDER BY x;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Planner/PlannerJoins.cpp:944: DB::chooseJoinAlgorithm(std::shared_ptr&, std::shared_ptr const&, DB::Block const&, DB::Block const&, std::shared_ptr const&, DB::SelectQueryInfo const&) @ 0x0000000038736099 5. ./build_docker/./src/Planner/PlannerJoinTree.cpp:1690: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386da273 6. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 7. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 8. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:47:38.374506 [ 4129 ] {} TCPHandler: Code: 48. DB::Exception: Can't execute any of specified algorithms for specified strictness/kind and right storage type. (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Planner/PlannerJoins.cpp:944: DB::chooseJoinAlgorithm(std::shared_ptr&, std::shared_ptr const&, DB::Block const&, DB::Block const&, std::shared_ptr const&, DB::SelectQueryInfo const&) @ 0x0000000038736099 5. ./build_docker/./src/Planner/PlannerJoinTree.cpp:1690: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386da273 6. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 7. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 8. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:47:38.393550 [ 4129 ] {bf5e3c7a-504d-476d-b48b-0820843330e3} executeQuery: Code: 48. DB::Exception: ANY FULL JOINs are not implemented. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42090) (comment: 01147_partial_merge_full_join.sql) (in query: SELECT * FROM t1 ANY FULL JOIN t0 ON t1.x = t0.x ORDER BY x;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:995: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c8abb3 5. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:164: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6984a 6. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:182: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectWithUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c74ba1 7. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:160: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c69545 8. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:144: DB::buildQueryTree(std::shared_ptr, std::shared_ptr) @ 0x0000000035c67ea8 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:138: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000038638231 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 17:47:38.396446 [ 4129 ] {} TCPHandler: Code: 48. DB::Exception: ANY FULL JOINs are not implemented. (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:995: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c8abb3 5. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:164: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6984a 6. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:182: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectWithUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c74ba1 7. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:160: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c69545 8. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:144: DB::buildQueryTree(std::shared_ptr, std::shared_ptr) @ 0x0000000035c67ea8 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:138: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000038638231 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 17:47:38.573029 [ 1428 ] {e0a0f78c-85a5-4cd0-ac71-84c80b2ba41b} executeQuery: Code: 47. DB::Exception: Unknown expression or function identifier `TSVRaw` in scope SELECT CAST(arrayStringConcat(groupArray(format(TSVRaw, (SELECT CAST(arrayStringConcat(1 GLOBAL IN (SELECT 1 FROM system.one WHERE 1 GLOBAL IN (SELECT toUInt128(1) FROM system.one GROUP BY GROUPING SETS ((1)) WITH ROLLUP) GROUP BY 1 WITH CUBE), groupArray('some long string')), 'LowCardinality(String)') FROM numbers(10000))), toLowCardinality('some long string')) RESPECT NULLS, '\n'), 'LowCardinality(String)') FROM numbers(10000). (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46602) (comment: 03257_scalar_in_format_table_expression.sql) (in query: -- https://github.com/ClickHouse/ClickHouse/issues/70675 SELECT count() FROM format(TSVRaw, ( SELECT CAST(arrayStringConcat(groupArray(format(TSVRaw, ( SELECT CAST(arrayStringConcat(1 GLOBAL IN ( SELECT 1 WHERE 1 GLOBAL IN ( SELECT toUInt128(1) GROUP BY GROUPING SETS ((1)) WITH ROLLUP ) GROUP BY 1 WITH CUBE ), groupArray('some long string')), 'LowCardinality(String)') FROM numbers(10000) )), toLowCardinality('some long string')) RESPECT NULLS, '\n'), 'LowCardinality(String)') FROM numbers(10000) )) FORMAT TSVRaw;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:181: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x000000003863a5cb 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007], std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions&>(std::shared_ptr&&, std::shared_ptr&, std::shared_ptr&&, DB::SelectQueryOptions&) @ 0x0000000035de3117 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:586: DB::QueryAnalyzer::evaluateScalarSubqueryIfNeeded(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d47e6f 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:235: DB::QueryAnalyzer::resolveConstantExpression(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d45bc7 28. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:111: DB::evaluateConstantExpressionImpl(std::shared_ptr const&, std::shared_ptr const&, bool) @ 0x00000000391f484e 29. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:192: DB::evaluateConstantExpression(std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000391f9f93 30. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:203: DB::evaluateConstantExpressionAsLiteral(std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000391fa585 31. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:211: DB::evaluateConstantExpressionOrIdentifierAsLiteral(std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000391fa8e3 2025.03.31 17:47:38.576537 [ 1428 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression or function identifier `TSVRaw` in scope SELECT CAST(arrayStringConcat(groupArray(format(TSVRaw, (SELECT CAST(arrayStringConcat(1 GLOBAL IN (SELECT 1 FROM system.one WHERE 1 GLOBAL IN (SELECT toUInt128(1) FROM system.one GROUP BY GROUPING SETS ((1)) WITH ROLLUP) GROUP BY 1 WITH CUBE), groupArray('some long string')), 'LowCardinality(String)') FROM numbers(10000))), toLowCardinality('some long string')) RESPECT NULLS, '\n'), 'LowCardinality(String)') FROM numbers(10000). (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:181: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x000000003863a5cb 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007], std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions&>(std::shared_ptr&&, std::shared_ptr&, std::shared_ptr&&, DB::SelectQueryOptions&) @ 0x0000000035de3117 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:586: DB::QueryAnalyzer::evaluateScalarSubqueryIfNeeded(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d47e6f 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:235: DB::QueryAnalyzer::resolveConstantExpression(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d45bc7 28. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:111: DB::evaluateConstantExpressionImpl(std::shared_ptr const&, std::shared_ptr const&, bool) @ 0x00000000391f484e 29. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:192: DB::evaluateConstantExpression(std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000391f9f93 30. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:203: DB::evaluateConstantExpressionAsLiteral(std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000391fa585 31. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:211: DB::evaluateConstantExpressionOrIdentifierAsLiteral(std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000391fa8e3 2025.03.31 17:47:38.604811 [ 4129 ] {96938cd3-656d-4c37-89e9-e51a37bc1544} executeQuery: Code: 48. DB::Exception: Can't execute any of specified algorithms for specified strictness/kind and right storage type. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42090) (comment: 01147_partial_merge_full_join.sql) (in query: SELECT * FROM t0 ANY RIGHT JOIN t1 USING (x);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Planner/PlannerJoins.cpp:944: DB::chooseJoinAlgorithm(std::shared_ptr&, std::shared_ptr const&, DB::Block const&, DB::Block const&, std::shared_ptr const&, DB::SelectQueryInfo const&) @ 0x0000000038736099 5. ./build_docker/./src/Planner/PlannerJoinTree.cpp:1690: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386da273 6. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 7. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 8. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:47:38.607287 [ 4129 ] {} TCPHandler: Code: 48. DB::Exception: Can't execute any of specified algorithms for specified strictness/kind and right storage type. (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Planner/PlannerJoins.cpp:944: DB::chooseJoinAlgorithm(std::shared_ptr&, std::shared_ptr const&, DB::Block const&, DB::Block const&, std::shared_ptr const&, DB::SelectQueryInfo const&) @ 0x0000000038736099 5. ./build_docker/./src/Planner/PlannerJoinTree.cpp:1690: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386da273 6. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 7. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 8. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:47:38.620829 [ 4129 ] {8f6ba68f-558a-4c14-8e46-50c419fc2e9c} executeQuery: Code: 48. DB::Exception: ANY FULL JOINs are not implemented. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42090) (comment: 01147_partial_merge_full_join.sql) (in query: SELECT * FROM t0 ANY FULL JOIN t1 USING (x);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:995: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c8abb3 5. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:164: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6984a 6. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:182: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectWithUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c74ba1 7. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:160: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c69545 8. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:144: DB::buildQueryTree(std::shared_ptr, std::shared_ptr) @ 0x0000000035c67ea8 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:138: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000038638231 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 17:47:38.620906 [ 1375 ] {99653159-1f74-43a4-afca-9fe4c13847ba} executeQuery: Code: 36. DB::Exception: Cannot materialize column `x` because it doesn't have default expression. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42150) (comment: 02008_materialize_column.sql) (in query: ALTER TABLE tmp MATERIALIZE COLUMN x;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:797: DB::MutationsInterpreter::prepare(bool) @ 0x00000000388e3f1d 5. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:400: DB::MutationsInterpreter::MutationsInterpreter(std::shared_ptr, std::shared_ptr, DB::MutationCommands, std::shared_ptr, DB::MutationsInterpreter::Settings) @ 0x00000000388c9e7a 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:238: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751954 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 17:47:38.623136 [ 4129 ] {} TCPHandler: Code: 48. DB::Exception: ANY FULL JOINs are not implemented. (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:995: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c8abb3 5. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:164: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6984a 6. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:182: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectWithUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c74ba1 7. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:160: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c69545 8. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:144: DB::buildQueryTree(std::shared_ptr, std::shared_ptr) @ 0x0000000035c67ea8 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:138: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000038638231 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 17:47:38.623136 [ 1375 ] {} TCPHandler: Code: 36. DB::Exception: Cannot materialize column `x` because it doesn't have default expression. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:797: DB::MutationsInterpreter::prepare(bool) @ 0x00000000388e3f1d 5. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:400: DB::MutationsInterpreter::MutationsInterpreter(std::shared_ptr, std::shared_ptr, DB::MutationCommands, std::shared_ptr, DB::MutationsInterpreter::Settings) @ 0x00000000388c9e7a 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:238: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751954 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 17:47:38.807079 [ 4129 ] {9cb3849e-ed23-4c0d-ae39-baeddac6684f} executeQuery: Code: 48. DB::Exception: Can't execute any of specified algorithms for specified strictness/kind and right storage type. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42090) (comment: 01147_partial_merge_full_join.sql) (in query: SELECT * FROM t0 ANY RIGHT JOIN t1 ON t1.x = t0.x;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Planner/PlannerJoins.cpp:944: DB::chooseJoinAlgorithm(std::shared_ptr&, std::shared_ptr const&, DB::Block const&, DB::Block const&, std::shared_ptr const&, DB::SelectQueryInfo const&) @ 0x0000000038736099 5. ./build_docker/./src/Planner/PlannerJoinTree.cpp:1690: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386da273 6. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 7. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 8. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:47:38.809673 [ 4129 ] {} TCPHandler: Code: 48. DB::Exception: Can't execute any of specified algorithms for specified strictness/kind and right storage type. (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Planner/PlannerJoins.cpp:944: DB::chooseJoinAlgorithm(std::shared_ptr&, std::shared_ptr const&, DB::Block const&, DB::Block const&, std::shared_ptr const&, DB::SelectQueryInfo const&) @ 0x0000000038736099 5. ./build_docker/./src/Planner/PlannerJoinTree.cpp:1690: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386da273 6. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 7. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 8. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:47:38.823739 [ 4129 ] {4bf00560-29d6-4737-bad2-13071101a6a2} executeQuery: Code: 48. DB::Exception: ANY FULL JOINs are not implemented. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42090) (comment: 01147_partial_merge_full_join.sql) (in query: SELECT * FROM t0 ANY FULL JOIN t1 ON t1.x = t0.x;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:995: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c8abb3 5. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:164: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6984a 6. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:182: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectWithUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c74ba1 7. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:160: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c69545 8. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:144: DB::buildQueryTree(std::shared_ptr, std::shared_ptr) @ 0x0000000035c67ea8 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:138: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000038638231 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 17:47:38.826037 [ 4129 ] {} TCPHandler: Code: 48. DB::Exception: ANY FULL JOINs are not implemented. (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:995: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c8abb3 5. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:164: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6984a 6. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:182: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectWithUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c74ba1 7. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:160: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c69545 8. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:144: DB::buildQueryTree(std::shared_ptr, std::shared_ptr) @ 0x0000000035c67ea8 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:138: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000038638231 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 17:47:38.881749 [ 3655 ] {62348bcc-2676-4788-b5fd-0706ffbb95e4} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id d80a0c7b-7372-4a97-90d4-4f27b7cdfc57. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:39.048507 [ 4129 ] {3db971ea-e43c-4512-a5c7-fa3dbe857f41} executeQuery: Code: 48. DB::Exception: Can't execute any of specified algorithms for specified strictness/kind and right storage type. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42090) (comment: 01147_partial_merge_full_join.sql) (in query: SELECT * FROM t1 ANY RIGHT JOIN t0 USING (x) ORDER BY x;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Planner/PlannerJoins.cpp:944: DB::chooseJoinAlgorithm(std::shared_ptr&, std::shared_ptr const&, DB::Block const&, DB::Block const&, std::shared_ptr const&, DB::SelectQueryInfo const&) @ 0x0000000038736099 5. ./build_docker/./src/Planner/PlannerJoinTree.cpp:1690: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386da273 6. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 7. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 8. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:47:39.051238 [ 4129 ] {} TCPHandler: Code: 48. DB::Exception: Can't execute any of specified algorithms for specified strictness/kind and right storage type. (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Planner/PlannerJoins.cpp:944: DB::chooseJoinAlgorithm(std::shared_ptr&, std::shared_ptr const&, DB::Block const&, DB::Block const&, std::shared_ptr const&, DB::SelectQueryInfo const&) @ 0x0000000038736099 5. ./build_docker/./src/Planner/PlannerJoinTree.cpp:1690: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386da273 6. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 7. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 8. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:47:39.067284 [ 4129 ] {7a6cff95-58e4-4e7c-991e-76a494771279} executeQuery: Code: 48. DB::Exception: ANY FULL JOINs are not implemented. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42090) (comment: 01147_partial_merge_full_join.sql) (in query: SELECT * FROM t1 ANY FULL JOIN t0 USING (x) ORDER BY x;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:995: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c8abb3 5. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:164: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6984a 6. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:182: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectWithUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c74ba1 7. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:160: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c69545 8. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:144: DB::buildQueryTree(std::shared_ptr, std::shared_ptr) @ 0x0000000035c67ea8 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:138: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000038638231 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 17:47:39.069673 [ 4129 ] {} TCPHandler: Code: 48. DB::Exception: ANY FULL JOINs are not implemented. (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:995: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c8abb3 5. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:164: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6984a 6. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:182: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectWithUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c74ba1 7. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:160: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c69545 8. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:144: DB::buildQueryTree(std::shared_ptr, std::shared_ptr) @ 0x0000000035c67ea8 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:138: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000038638231 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 17:47:39.087423 [ 1254 ] {82153c2d-c9a4-4168-9057-feac5f47d024} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 31a75869-2115-4713-ae5c-71cb726ba15d. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:39.258703 [ 4129 ] {821aa46d-1515-4232-9c18-fc6c29f93794} executeQuery: Code: 48. DB::Exception: Can't execute any of specified algorithms for specified strictness/kind and right storage type. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42090) (comment: 01147_partial_merge_full_join.sql) (in query: SELECT * FROM t1 ANY RIGHT JOIN t0 ON t1.x = t0.x ORDER BY x;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Planner/PlannerJoins.cpp:944: DB::chooseJoinAlgorithm(std::shared_ptr&, std::shared_ptr const&, DB::Block const&, DB::Block const&, std::shared_ptr const&, DB::SelectQueryInfo const&) @ 0x0000000038736099 5. ./build_docker/./src/Planner/PlannerJoinTree.cpp:1690: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386da273 6. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 7. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 8. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:47:39.261007 [ 4129 ] {} TCPHandler: Code: 48. DB::Exception: Can't execute any of specified algorithms for specified strictness/kind and right storage type. (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Planner/PlannerJoins.cpp:944: DB::chooseJoinAlgorithm(std::shared_ptr&, std::shared_ptr const&, DB::Block const&, DB::Block const&, std::shared_ptr const&, DB::SelectQueryInfo const&) @ 0x0000000038736099 5. ./build_docker/./src/Planner/PlannerJoinTree.cpp:1690: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386da273 6. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 7. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 8. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:47:39.275280 [ 4129 ] {fc9b1c45-c26e-4132-ac9e-2e728795ec7a} executeQuery: Code: 48. DB::Exception: ANY FULL JOINs are not implemented. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42090) (comment: 01147_partial_merge_full_join.sql) (in query: SELECT * FROM t1 ANY FULL JOIN t0 ON t1.x = t0.x ORDER BY x;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:995: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c8abb3 5. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:164: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6984a 6. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:182: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectWithUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c74ba1 7. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:160: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c69545 8. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:144: DB::buildQueryTree(std::shared_ptr, std::shared_ptr) @ 0x0000000035c67ea8 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:138: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000038638231 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 17:47:39.277257 [ 4129 ] {} TCPHandler: Code: 48. DB::Exception: ANY FULL JOINs are not implemented. (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:995: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c8abb3 5. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:164: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6984a 6. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:182: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectWithUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c74ba1 7. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:160: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c69545 8. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:144: DB::buildQueryTree(std::shared_ptr, std::shared_ptr) @ 0x0000000035c67ea8 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:138: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000038638231 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 17:47:39.277716 [ 1428 ] {8d26926a-ac98-4cee-bfaa-0cf1634d8533} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `DEFAULT` in scope SELECT DEFAULT FROM system.one. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46602) (comment: 03257_scalar_in_format_table_expression.sql) (in query: -- Same but for table function numbers SELECT 1 FROM numbers((SELECT DEFAULT));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:181: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x000000003863a5cb 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007], std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions&>(std::shared_ptr&&, std::shared_ptr&, std::shared_ptr&&, DB::SelectQueryOptions&) @ 0x0000000035de3117 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:586: DB::QueryAnalyzer::evaluateScalarSubqueryIfNeeded(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d47e6f 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:235: DB::QueryAnalyzer::resolveConstantExpression(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d45bc7 16. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:111: DB::evaluateConstantExpressionImpl(std::shared_ptr const&, std::shared_ptr const&, bool) @ 0x00000000391f484e 17. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:192: DB::evaluateConstantExpression(std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000391f9f93 18. ./build_docker/./src/TableFunctions/TableFunctionNumbers.cpp:102: DB::(anonymous namespace)::TableFunctionNumbers::evaluateArgument(std::shared_ptr, std::shared_ptr&) const @ 0x00000000273b3ed7 19. ./build_docker/./src/TableFunctions/TableFunctionNumbers.cpp:80: DB::(anonymous namespace)::TableFunctionNumbers::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000273b2bcf 20. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 21. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 27. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 29. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 30. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 31. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 2025.03.31 17:47:39.280396 [ 1428 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `DEFAULT` in scope SELECT DEFAULT FROM system.one. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:181: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x000000003863a5cb 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007], std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions&>(std::shared_ptr&&, std::shared_ptr&, std::shared_ptr&&, DB::SelectQueryOptions&) @ 0x0000000035de3117 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:586: DB::QueryAnalyzer::evaluateScalarSubqueryIfNeeded(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d47e6f 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:235: DB::QueryAnalyzer::resolveConstantExpression(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d45bc7 16. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:111: DB::evaluateConstantExpressionImpl(std::shared_ptr const&, std::shared_ptr const&, bool) @ 0x00000000391f484e 17. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:192: DB::evaluateConstantExpression(std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000391f9f93 18. ./build_docker/./src/TableFunctions/TableFunctionNumbers.cpp:102: DB::(anonymous namespace)::TableFunctionNumbers::evaluateArgument(std::shared_ptr, std::shared_ptr&) const @ 0x00000000273b3ed7 19. ./build_docker/./src/TableFunctions/TableFunctionNumbers.cpp:80: DB::(anonymous namespace)::TableFunctionNumbers::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000273b2bcf 20. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 21. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 27. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 29. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 30. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 31. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 2025.03.31 17:47:39.366488 [ 3655 ] {b5a685bd-685a-4498-b19f-3c8c7748698f} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 4251e21f-e18c-4afc-be69-8f10c01df170. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:39.462670 [ 4129 ] {348a06e5-ab5e-40a9-a9be-d2fe1d6797f2} executeQuery: Code: 48. DB::Exception: Can't execute any of specified algorithms for specified strictness/kind and right storage type. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42090) (comment: 01147_partial_merge_full_join.sql) (in query: SELECT * FROM t0 ANY RIGHT JOIN t1 USING (x);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Planner/PlannerJoins.cpp:944: DB::chooseJoinAlgorithm(std::shared_ptr&, std::shared_ptr const&, DB::Block const&, DB::Block const&, std::shared_ptr const&, DB::SelectQueryInfo const&) @ 0x0000000038736099 5. ./build_docker/./src/Planner/PlannerJoinTree.cpp:1690: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386da273 6. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 7. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 8. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:47:39.465007 [ 4129 ] {} TCPHandler: Code: 48. DB::Exception: Can't execute any of specified algorithms for specified strictness/kind and right storage type. (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Planner/PlannerJoins.cpp:944: DB::chooseJoinAlgorithm(std::shared_ptr&, std::shared_ptr const&, DB::Block const&, DB::Block const&, std::shared_ptr const&, DB::SelectQueryInfo const&) @ 0x0000000038736099 5. ./build_docker/./src/Planner/PlannerJoinTree.cpp:1690: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386da273 6. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 7. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 8. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:47:39.476279 [ 4129 ] {b8fe2543-5ad4-4885-86b1-1e39e2d198ac} executeQuery: Code: 48. DB::Exception: ANY FULL JOINs are not implemented. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42090) (comment: 01147_partial_merge_full_join.sql) (in query: SELECT * FROM t0 ANY FULL JOIN t1 USING (x);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:995: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c8abb3 5. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:164: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6984a 6. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:182: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectWithUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c74ba1 7. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:160: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c69545 8. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:144: DB::buildQueryTree(std::shared_ptr, std::shared_ptr) @ 0x0000000035c67ea8 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:138: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000038638231 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 17:47:39.477891 [ 4129 ] {} TCPHandler: Code: 48. DB::Exception: ANY FULL JOINs are not implemented. (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:995: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c8abb3 5. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:164: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6984a 6. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:182: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectWithUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c74ba1 7. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:160: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c69545 8. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:144: DB::buildQueryTree(std::shared_ptr, std::shared_ptr) @ 0x0000000035c67ea8 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:138: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000038638231 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 17:47:39.522151 [ 3914 ] {db034b42-8ff4-4bb3-a57e-e3c8d2c56fba} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 30.13 MiB (attempt to allocate chunk of 1126918 bytes), current RSS 29.06 MiB, maximum: 30.00 MiB. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42070) (comment: 02228_merge_tree_insert_memory_usage.sql) (in query: insert into data_02228 select number, 1, number from numbers_mt(10_000) settings max_memory_usage='30Mi', max_partitions_per_insert_block=1024, max_insert_delayed_streams_for_parallel_write=1000000;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x00000000208a3125 10. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:107: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String, bool, unsigned long) @ 0x00000000208a19aa 11. ./build_docker/./src/IO/WriteBufferFromFile.cpp:38: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long, bool, unsigned long) @ 0x0000000020c4b509 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007] const&, int, std::nullptr_t, int, bool const&, unsigned long const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&, int&&, std::nullptr_t&&, int&&, bool const&, unsigned long const&) @ 0x0000000035765758 13. ./build_docker/./src/Disks/DiskLocal.cpp:338: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003574cdef 14. ./src/Disks/FakeDiskTransaction.h:75: DB::FakeDiskTransaction::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&, bool) @ 0x00000000357a2443 15. ./build_docker/./src/Storages/MergeTree/DataPartStorageOnDiskFull.cpp:147: DB::DataPartStorageOnDiskFull::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003da7ac6a 16. ./src/Storages/MergeTree/IDataPartStorage.h:309: DB::MergeTreeDataPartWriterOnDisk::Stream::Stream(String const&, std::shared_ptr const&, String const&, String const&, String const&, String const&, std::shared_ptr const&, unsigned long, std::shared_ptr const&, unsigned long, DB::WriteSettings const&) @ 0x000000003e1428b1 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if>::__unique_single std::make_unique[abi:v15007], String&, std::shared_ptr&, String&, char const* const&, String&, String const&, std::shared_ptr&, unsigned long&, std::shared_ptr&, unsigned long const&, DB::WriteSettings&>(String&, std::shared_ptr&, String&, char const* const&, String&, String const&, std::shared_ptr&, unsigned long&, std::shared_ptr&, unsigned long const&, DB::WriteSettings&) @ 0x000000003e188e93 18. ./build_docker/./src/Storages/MergeTree/MergeTreeDataPartWriterWide.cpp:182: void std::__function::__policy_invoker::__call_impl::immutable_ptr const&, std::shared_ptr const&)::$_0, void (DB::ISerialization::SubstreamPath const&)>>(std::__function::__policy_storage const*, DB::ISerialization::SubstreamPath const&) @ 0x000000003e181e48 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034e20b22 20. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:104: DB::ISerialization::enumerateStreams(std::function const&, std::shared_ptr const&, COW::immutable_ptr const&) const @ 0x0000000034e21530 21. ./build_docker/./src/Storages/MergeTree/MergeTreeDataPartWriterWide.cpp:201: DB::MergeTreeDataPartWriterWide::addStreams(DB::NameAndTypePair const&, COW::immutable_ptr const&, std::shared_ptr const&) @ 0x000000003e16abe5 22. ./build_docker/./src/Storages/MergeTree/MergeTreeDataPartWriterWide.cpp:120: DB::MergeTreeDataPartWriterWide::MergeTreeDataPartWriterWide(String const&, String const&, std::unordered_map, std::hash, std::equal_to, std::allocator>>> const&, std::shared_ptr, DB::MergeTreeIndexGranularityInfo const&, std::shared_ptr const&, DB::NamesAndTypesList const&, std::shared_ptr const&, std::shared_ptr const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, String const&, std::shared_ptr const&, DB::MergeTreeWriterSettings const&, std::shared_ptr) @ 0x000000003e16a38a 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::createMergeTreeDataPartWideWriter(String const&, String const&, std::unordered_map, std::hash, std::equal_to, std::allocator>>> const&, std::shared_ptr, DB::MergeTreeIndexGranularityInfo const&, std::shared_ptr const&, DB::NamesAndTypesList const&, std::shared_ptr const&, std::shared_ptr const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, String const&, std::shared_ptr const&, DB::MergeTreeWriterSettings const&, std::shared_ptr) @ 0x000000003e111bca 24. ./build_docker/./src/Storages/MergeTree/IMergeTreeDataPartWriter.cpp:209: DB::createMergeTreeDataPartWriter(DB::MergeTreeDataPartType, String const&, String const&, std::unordered_map, std::hash, std::equal_to, std::allocator>>> const&, std::shared_ptr, DB::MergeTreeIndexGranularityInfo const&, std::shared_ptr const&, DB::NamesAndTypesList const&, std::unordered_map, std::equal_to, std::allocator>> const&, std::shared_ptr const&, std::shared_ptr const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, String const&, std::shared_ptr const&, DB::MergeTreeWriterSettings const&, std::shared_ptr) @ 0x000000003ddb7f0d 25. ./build_docker/./src/Storages/MergeTree/MergedBlockOutputStream.cpp:65: DB::MergedBlockOutputStream::MergedBlockOutputStream(std::shared_ptr const&, std::shared_ptr const&, DB::NamesAndTypesList const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, std::shared_ptr, std::shared_ptr, DB::TransactionID, unsigned long, bool, bool, DB::WriteSettings const&) @ 0x000000003e61fa9f 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::MergeTreeDataWriter::writeTempPartImpl(DB::BlockWithPartition&, std::shared_ptr const&, std::shared_ptr, long, bool) @ 0x000000003e229ddb 27. ./build_docker/./src/Storages/MergeTree/MergeTreeDataWriter.cpp:481: DB::MergeTreeDataWriter::writeTempPart(DB::BlockWithPartition&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003e21f4d7 28. ./build_docker/./src/Storages/MergeTree/MergeTreeSink.cpp:127: DB::MergeTreeSink::consume(DB::Chunk&) @ 0x000000003eb8620e 29. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:18: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x0000000040442f99 30. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 31. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 2025.03.31 17:47:39.527608 [ 3914 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 30.13 MiB (attempt to allocate chunk of 1126918 bytes), current RSS 29.06 MiB, maximum: 30.00 MiB. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x00000000208a3125 10. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:107: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String, bool, unsigned long) @ 0x00000000208a19aa 11. ./build_docker/./src/IO/WriteBufferFromFile.cpp:38: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long, bool, unsigned long) @ 0x0000000020c4b509 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007] const&, int, std::nullptr_t, int, bool const&, unsigned long const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&, int&&, std::nullptr_t&&, int&&, bool const&, unsigned long const&) @ 0x0000000035765758 13. ./build_docker/./src/Disks/DiskLocal.cpp:338: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003574cdef 14. ./src/Disks/FakeDiskTransaction.h:75: DB::FakeDiskTransaction::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&, bool) @ 0x00000000357a2443 15. ./build_docker/./src/Storages/MergeTree/DataPartStorageOnDiskFull.cpp:147: DB::DataPartStorageOnDiskFull::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003da7ac6a 16. ./src/Storages/MergeTree/IDataPartStorage.h:309: DB::MergeTreeDataPartWriterOnDisk::Stream::Stream(String const&, std::shared_ptr const&, String const&, String const&, String const&, String const&, std::shared_ptr const&, unsigned long, std::shared_ptr const&, unsigned long, DB::WriteSettings const&) @ 0x000000003e1428b1 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if>::__unique_single std::make_unique[abi:v15007], String&, std::shared_ptr&, String&, char const* const&, String&, String const&, std::shared_ptr&, unsigned long&, std::shared_ptr&, unsigned long const&, DB::WriteSettings&>(String&, std::shared_ptr&, String&, char const* const&, String&, String const&, std::shared_ptr&, unsigned long&, std::shared_ptr&, unsigned long const&, DB::WriteSettings&) @ 0x000000003e188e93 18. ./build_docker/./src/Storages/MergeTree/MergeTreeDataPartWriterWide.cpp:182: void std::__function::__policy_invoker::__call_impl::immutable_ptr const&, std::shared_ptr const&)::$_0, void (DB::ISerialization::SubstreamPath const&)>>(std::__function::__policy_storage const*, DB::ISerialization::SubstreamPath const&) @ 0x000000003e181e48 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034e20b22 20. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:104: DB::ISerialization::enumerateStreams(std::function const&, std::shared_ptr const&, COW::immutable_ptr const&) const @ 0x0000000034e21530 21. ./build_docker/./src/Storages/MergeTree/MergeTreeDataPartWriterWide.cpp:201: DB::MergeTreeDataPartWriterWide::addStreams(DB::NameAndTypePair const&, COW::immutable_ptr const&, std::shared_ptr const&) @ 0x000000003e16abe5 22. ./build_docker/./src/Storages/MergeTree/MergeTreeDataPartWriterWide.cpp:120: DB::MergeTreeDataPartWriterWide::MergeTreeDataPartWriterWide(String const&, String const&, std::unordered_map, std::hash, std::equal_to, std::allocator>>> const&, std::shared_ptr, DB::MergeTreeIndexGranularityInfo const&, std::shared_ptr const&, DB::NamesAndTypesList const&, std::shared_ptr const&, std::shared_ptr const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, String const&, std::shared_ptr const&, DB::MergeTreeWriterSettings const&, std::shared_ptr) @ 0x000000003e16a38a 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::createMergeTreeDataPartWideWriter(String const&, String const&, std::unordered_map, std::hash, std::equal_to, std::allocator>>> const&, std::shared_ptr, DB::MergeTreeIndexGranularityInfo const&, std::shared_ptr const&, DB::NamesAndTypesList const&, std::shared_ptr const&, std::shared_ptr const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, String const&, std::shared_ptr const&, DB::MergeTreeWriterSettings const&, std::shared_ptr) @ 0x000000003e111bca 24. ./build_docker/./src/Storages/MergeTree/IMergeTreeDataPartWriter.cpp:209: DB::createMergeTreeDataPartWriter(DB::MergeTreeDataPartType, String const&, String const&, std::unordered_map, std::hash, std::equal_to, std::allocator>>> const&, std::shared_ptr, DB::MergeTreeIndexGranularityInfo const&, std::shared_ptr const&, DB::NamesAndTypesList const&, std::unordered_map, std::equal_to, std::allocator>> const&, std::shared_ptr const&, std::shared_ptr const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, String const&, std::shared_ptr const&, DB::MergeTreeWriterSettings const&, std::shared_ptr) @ 0x000000003ddb7f0d 25. ./build_docker/./src/Storages/MergeTree/MergedBlockOutputStream.cpp:65: DB::MergedBlockOutputStream::MergedBlockOutputStream(std::shared_ptr const&, std::shared_ptr const&, DB::NamesAndTypesList const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, std::shared_ptr, std::shared_ptr, DB::TransactionID, unsigned long, bool, bool, DB::WriteSettings const&) @ 0x000000003e61fa9f 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::MergeTreeDataWriter::writeTempPartImpl(DB::BlockWithPartition&, std::shared_ptr const&, std::shared_ptr, long, bool) @ 0x000000003e229ddb 27. ./build_docker/./src/Storages/MergeTree/MergeTreeDataWriter.cpp:481: DB::MergeTreeDataWriter::writeTempPart(DB::BlockWithPartition&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003e21f4d7 28. ./build_docker/./src/Storages/MergeTree/MergeTreeSink.cpp:127: DB::MergeTreeSink::consume(DB::Chunk&) @ 0x000000003eb8620e 29. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:18: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x0000000040442f99 30. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 31. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 2025.03.31 17:47:39.671505 [ 4129 ] {7192a498-a5d1-4f50-947d-10c65bdd5f14} executeQuery: Code: 48. DB::Exception: Can't execute any of specified algorithms for specified strictness/kind and right storage type. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42090) (comment: 01147_partial_merge_full_join.sql) (in query: SELECT * FROM t0 ANY RIGHT JOIN t1 ON t1.x = t0.x;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Planner/PlannerJoins.cpp:944: DB::chooseJoinAlgorithm(std::shared_ptr&, std::shared_ptr const&, DB::Block const&, DB::Block const&, std::shared_ptr const&, DB::SelectQueryInfo const&) @ 0x0000000038736099 5. ./build_docker/./src/Planner/PlannerJoinTree.cpp:1690: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386da273 6. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 7. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 8. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:47:39.674535 [ 4129 ] {} TCPHandler: Code: 48. DB::Exception: Can't execute any of specified algorithms for specified strictness/kind and right storage type. (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Planner/PlannerJoins.cpp:944: DB::chooseJoinAlgorithm(std::shared_ptr&, std::shared_ptr const&, DB::Block const&, DB::Block const&, std::shared_ptr const&, DB::SelectQueryInfo const&) @ 0x0000000038736099 5. ./build_docker/./src/Planner/PlannerJoinTree.cpp:1690: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386da273 6. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 7. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 8. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:47:39.691300 [ 4129 ] {d60470c8-d45f-4544-8b59-3248eef2afcf} executeQuery: Code: 48. DB::Exception: ANY FULL JOINs are not implemented. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42090) (comment: 01147_partial_merge_full_join.sql) (in query: SELECT * FROM t0 ANY FULL JOIN t1 ON t1.x = t0.x;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:995: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c8abb3 5. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:164: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6984a 6. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:182: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectWithUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c74ba1 7. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:160: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c69545 8. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:144: DB::buildQueryTree(std::shared_ptr, std::shared_ptr) @ 0x0000000035c67ea8 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:138: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000038638231 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 17:47:39.694593 [ 4129 ] {} TCPHandler: Code: 48. DB::Exception: ANY FULL JOINs are not implemented. (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:995: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c8abb3 5. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:164: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6984a 6. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:182: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectWithUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c74ba1 7. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:160: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c69545 8. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:144: DB::buildQueryTree(std::shared_ptr, std::shared_ptr) @ 0x0000000035c67ea8 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:138: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000038638231 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 17:47:41.131081 [ 3178 ] {f691f502-91b0-4728-a132-5e3908b19ac1} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 45e0efec-dc06-49c3-8514-6850130042f0. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:41.839424 [ 3179 ] {85374517-388e-428e-900c-fea0d5fa0061} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 42fc4d91-9bbe-44f0-ba99-382c4e7ff2df. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:41.932912 [ 3178 ] {2d47116e-646d-40bf-93dd-173406f1c4b7} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id f265d2c7-0b82-4a2d-9313-fa05b7a3c55b. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:42.110432 [ 1048 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_2 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:42.110912 [ 1048 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_2}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:42.114131 [ 1050 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_2 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:42.114559 [ 1050 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_2}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:42.123350 [ 1052 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_2 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:42.123848 [ 1052 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_2}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:42.126686 [ 1061 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_2 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:42.127326 [ 1061 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_2}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:42.402505 [ 1050 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_2 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:42.402513 [ 1061 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_2 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:42.403020 [ 1050 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_2}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:42.403114 [ 1061 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_2}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:42.543867 [ 3178 ] {b07542c4-4e5a-4758-973f-fb76dc8092dd} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 1aa1ec45-4b8f-40ab-ab85-c88be3d402af. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:42.951611 [ 3914 ] {a27bdd34-fffc-4987-b53e-31cf2749efe6} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 30.13 MiB (attempt to allocate chunk of 1126918 bytes), current RSS 29.05 MiB, maximum: 30.00 MiB. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42070) (comment: 02228_merge_tree_insert_memory_usage.sql) (in query: insert into data_rep_02228 select number, 1, number from numbers_mt(10_000) settings max_memory_usage='30Mi', max_partitions_per_insert_block=1024, max_insert_delayed_streams_for_parallel_write=1000000;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x00000000208a3125 10. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:107: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String, bool, unsigned long) @ 0x00000000208a19aa 11. ./build_docker/./src/IO/WriteBufferFromFile.cpp:38: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long, bool, unsigned long) @ 0x0000000020c4b509 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007] const&, int, std::nullptr_t, int, bool const&, unsigned long const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&, int&&, std::nullptr_t&&, int&&, bool const&, unsigned long const&) @ 0x0000000035765758 13. ./build_docker/./src/Disks/DiskLocal.cpp:338: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003574cdef 14. ./src/Disks/FakeDiskTransaction.h:75: DB::FakeDiskTransaction::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&, bool) @ 0x00000000357a2443 15. ./build_docker/./src/Storages/MergeTree/DataPartStorageOnDiskFull.cpp:147: DB::DataPartStorageOnDiskFull::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003da7ac6a 16. ./src/Storages/MergeTree/IDataPartStorage.h:309: DB::MergeTreeDataPartWriterOnDisk::Stream::Stream(String const&, std::shared_ptr const&, String const&, String const&, String const&, String const&, std::shared_ptr const&, unsigned long, std::shared_ptr const&, unsigned long, DB::WriteSettings const&) @ 0x000000003e1428b1 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if>::__unique_single std::make_unique[abi:v15007], String&, std::shared_ptr&, String&, char const* const&, String&, String const&, std::shared_ptr&, unsigned long&, std::shared_ptr&, unsigned long const&, DB::WriteSettings&>(String&, std::shared_ptr&, String&, char const* const&, String&, String const&, std::shared_ptr&, unsigned long&, std::shared_ptr&, unsigned long const&, DB::WriteSettings&) @ 0x000000003e188e93 18. ./build_docker/./src/Storages/MergeTree/MergeTreeDataPartWriterWide.cpp:182: void std::__function::__policy_invoker::__call_impl::immutable_ptr const&, std::shared_ptr const&)::$_0, void (DB::ISerialization::SubstreamPath const&)>>(std::__function::__policy_storage const*, DB::ISerialization::SubstreamPath const&) @ 0x000000003e181e48 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034e20b22 20. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:104: DB::ISerialization::enumerateStreams(std::function const&, std::shared_ptr const&, COW::immutable_ptr const&) const @ 0x0000000034e21530 21. ./build_docker/./src/Storages/MergeTree/MergeTreeDataPartWriterWide.cpp:201: DB::MergeTreeDataPartWriterWide::addStreams(DB::NameAndTypePair const&, COW::immutable_ptr const&, std::shared_ptr const&) @ 0x000000003e16abe5 22. ./build_docker/./src/Storages/MergeTree/MergeTreeDataPartWriterWide.cpp:120: DB::MergeTreeDataPartWriterWide::MergeTreeDataPartWriterWide(String const&, String const&, std::unordered_map, std::hash, std::equal_to, std::allocator>>> const&, std::shared_ptr, DB::MergeTreeIndexGranularityInfo const&, std::shared_ptr const&, DB::NamesAndTypesList const&, std::shared_ptr const&, std::shared_ptr const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, String const&, std::shared_ptr const&, DB::MergeTreeWriterSettings const&, std::shared_ptr) @ 0x000000003e16a38a 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::createMergeTreeDataPartWideWriter(String const&, String const&, std::unordered_map, std::hash, std::equal_to, std::allocator>>> const&, std::shared_ptr, DB::MergeTreeIndexGranularityInfo const&, std::shared_ptr const&, DB::NamesAndTypesList const&, std::shared_ptr const&, std::shared_ptr const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, String const&, std::shared_ptr const&, DB::MergeTreeWriterSettings const&, std::shared_ptr) @ 0x000000003e111bca 24. ./build_docker/./src/Storages/MergeTree/IMergeTreeDataPartWriter.cpp:209: DB::createMergeTreeDataPartWriter(DB::MergeTreeDataPartType, String const&, String const&, std::unordered_map, std::hash, std::equal_to, std::allocator>>> const&, std::shared_ptr, DB::MergeTreeIndexGranularityInfo const&, std::shared_ptr const&, DB::NamesAndTypesList const&, std::unordered_map, std::equal_to, std::allocator>> const&, std::shared_ptr const&, std::shared_ptr const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, String const&, std::shared_ptr const&, DB::MergeTreeWriterSettings const&, std::shared_ptr) @ 0x000000003ddb7f0d 25. ./build_docker/./src/Storages/MergeTree/MergedBlockOutputStream.cpp:65: DB::MergedBlockOutputStream::MergedBlockOutputStream(std::shared_ptr const&, std::shared_ptr const&, DB::NamesAndTypesList const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, std::shared_ptr, std::shared_ptr, DB::TransactionID, unsigned long, bool, bool, DB::WriteSettings const&) @ 0x000000003e61fa9f 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::MergeTreeDataWriter::writeTempPartImpl(DB::BlockWithPartition&, std::shared_ptr const&, std::shared_ptr, long, bool) @ 0x000000003e229ddb 27. ./build_docker/./src/Storages/MergeTree/MergeTreeDataWriter.cpp:481: DB::MergeTreeDataWriter::writeTempPart(DB::BlockWithPartition&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003e21f4d7 28. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:372: DB::ReplicatedMergeTreeSinkImpl::consume(DB::Chunk&) @ 0x000000003e9c406e 29. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:18: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x0000000040442f99 30. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 31. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 2025.03.31 17:47:42.956500 [ 3914 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 30.13 MiB (attempt to allocate chunk of 1126918 bytes), current RSS 29.05 MiB, maximum: 30.00 MiB. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x00000000208a3125 10. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:107: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String, bool, unsigned long) @ 0x00000000208a19aa 11. ./build_docker/./src/IO/WriteBufferFromFile.cpp:38: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long, bool, unsigned long) @ 0x0000000020c4b509 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007] const&, int, std::nullptr_t, int, bool const&, unsigned long const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&, int&&, std::nullptr_t&&, int&&, bool const&, unsigned long const&) @ 0x0000000035765758 13. ./build_docker/./src/Disks/DiskLocal.cpp:338: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003574cdef 14. ./src/Disks/FakeDiskTransaction.h:75: DB::FakeDiskTransaction::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&, bool) @ 0x00000000357a2443 15. ./build_docker/./src/Storages/MergeTree/DataPartStorageOnDiskFull.cpp:147: DB::DataPartStorageOnDiskFull::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003da7ac6a 16. ./src/Storages/MergeTree/IDataPartStorage.h:309: DB::MergeTreeDataPartWriterOnDisk::Stream::Stream(String const&, std::shared_ptr const&, String const&, String const&, String const&, String const&, std::shared_ptr const&, unsigned long, std::shared_ptr const&, unsigned long, DB::WriteSettings const&) @ 0x000000003e1428b1 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if>::__unique_single std::make_unique[abi:v15007], String&, std::shared_ptr&, String&, char const* const&, String&, String const&, std::shared_ptr&, unsigned long&, std::shared_ptr&, unsigned long const&, DB::WriteSettings&>(String&, std::shared_ptr&, String&, char const* const&, String&, String const&, std::shared_ptr&, unsigned long&, std::shared_ptr&, unsigned long const&, DB::WriteSettings&) @ 0x000000003e188e93 18. ./build_docker/./src/Storages/MergeTree/MergeTreeDataPartWriterWide.cpp:182: void std::__function::__policy_invoker::__call_impl::immutable_ptr const&, std::shared_ptr const&)::$_0, void (DB::ISerialization::SubstreamPath const&)>>(std::__function::__policy_storage const*, DB::ISerialization::SubstreamPath const&) @ 0x000000003e181e48 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034e20b22 20. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:104: DB::ISerialization::enumerateStreams(std::function const&, std::shared_ptr const&, COW::immutable_ptr const&) const @ 0x0000000034e21530 21. ./build_docker/./src/Storages/MergeTree/MergeTreeDataPartWriterWide.cpp:201: DB::MergeTreeDataPartWriterWide::addStreams(DB::NameAndTypePair const&, COW::immutable_ptr const&, std::shared_ptr const&) @ 0x000000003e16abe5 22. ./build_docker/./src/Storages/MergeTree/MergeTreeDataPartWriterWide.cpp:120: DB::MergeTreeDataPartWriterWide::MergeTreeDataPartWriterWide(String const&, String const&, std::unordered_map, std::hash, std::equal_to, std::allocator>>> const&, std::shared_ptr, DB::MergeTreeIndexGranularityInfo const&, std::shared_ptr const&, DB::NamesAndTypesList const&, std::shared_ptr const&, std::shared_ptr const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, String const&, std::shared_ptr const&, DB::MergeTreeWriterSettings const&, std::shared_ptr) @ 0x000000003e16a38a 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::createMergeTreeDataPartWideWriter(String const&, String const&, std::unordered_map, std::hash, std::equal_to, std::allocator>>> const&, std::shared_ptr, DB::MergeTreeIndexGranularityInfo const&, std::shared_ptr const&, DB::NamesAndTypesList const&, std::shared_ptr const&, std::shared_ptr const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, String const&, std::shared_ptr const&, DB::MergeTreeWriterSettings const&, std::shared_ptr) @ 0x000000003e111bca 24. ./build_docker/./src/Storages/MergeTree/IMergeTreeDataPartWriter.cpp:209: DB::createMergeTreeDataPartWriter(DB::MergeTreeDataPartType, String const&, String const&, std::unordered_map, std::hash, std::equal_to, std::allocator>>> const&, std::shared_ptr, DB::MergeTreeIndexGranularityInfo const&, std::shared_ptr const&, DB::NamesAndTypesList const&, std::unordered_map, std::equal_to, std::allocator>> const&, std::shared_ptr const&, std::shared_ptr const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, String const&, std::shared_ptr const&, DB::MergeTreeWriterSettings const&, std::shared_ptr) @ 0x000000003ddb7f0d 25. ./build_docker/./src/Storages/MergeTree/MergedBlockOutputStream.cpp:65: DB::MergedBlockOutputStream::MergedBlockOutputStream(std::shared_ptr const&, std::shared_ptr const&, DB::NamesAndTypesList const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, std::shared_ptr, std::shared_ptr, DB::TransactionID, unsigned long, bool, bool, DB::WriteSettings const&) @ 0x000000003e61fa9f 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::MergeTreeDataWriter::writeTempPartImpl(DB::BlockWithPartition&, std::shared_ptr const&, std::shared_ptr, long, bool) @ 0x000000003e229ddb 27. ./build_docker/./src/Storages/MergeTree/MergeTreeDataWriter.cpp:481: DB::MergeTreeDataWriter::writeTempPart(DB::BlockWithPartition&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003e21f4d7 28. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:372: DB::ReplicatedMergeTreeSinkImpl::consume(DB::Chunk&) @ 0x000000003e9c406e 29. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:18: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x0000000040442f99 30. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 31. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 2025.03.31 17:47:43.148582 [ 1063 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_2 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:43.149105 [ 1063 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_2}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:43.155475 [ 1058 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_2 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:43.156094 [ 1058 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_2}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:43.180291 [ 1056 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_2 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:43.180309 [ 1062 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_2 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:43.213361 [ 1056 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_2}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:43.213509 [ 1062 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_2}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:43.661703 [ 1254 ] {6b93eeea-b13f-48f6-8954-85e0690c2ef3} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 78f6ac81-8e97-49ba-8196-b389d865b89d. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:43.775259 [ 1247 ] {0aca12ac-02e7-435a-a025-11f465f86684} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id b8a176fd-2d38-4989-a059-230acbc50d80. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:44.103570 [ 1058 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_2 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:44.103958 [ 1052 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_2 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:44.104075 [ 1058 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_2}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:44.104436 [ 1052 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_2}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:44.271285 [ 1051 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_2 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:44.271303 [ 1059 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_2 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:44.271796 [ 1051 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_2}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:44.271916 [ 1059 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_2}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:44.659670 [ 1048 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_2 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:44.659877 [ 1057 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_2 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:44.660230 [ 1048 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_2}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:44.660417 [ 1057 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_2}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:45.047386 [ 1053 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_2 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:45.047422 [ 1050 ] {} 898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_2 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:45.047899 [ 1053 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20000101_0_0_0_2}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:45.048032 [ 1050 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {898555e1-de6b-4d60-9f9d-041919afd2b0::20010101_0_0_0_2}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:45.281481 [ 1062 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_2 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:45.281513 [ 1060 ] {} 28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_2 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:45.282045 [ 1062 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20010101_0_0_0_2}: Code: 6. DB::Exception: Cannot parse string 'b' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:45.282206 [ 1060 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {28199336-e339-4a34-9386-9f71af7399a2::20000101_0_0_0_2}: Code: 6. DB::Exception: Cannot parse string 'a' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION toUInt32(s :: 0) -> toUInt32(__table1.s) UInt32 : 2'. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 15. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 16. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 17. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:45.320927 [ 3655 ] {6a4b1e9d-24bb-44c7-a4d3-980dcb86cf48} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 58220435-6d86-4f3e-b828-8138d04d507a. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:45.556350 [ 1054 ] {} test_up3jnlbt.kill_mutation_r1 (ReplicatedMergeTreeQueue): Mutation with version 2 not found in partition ID 20000101 (trying to mutate part 20000101_0_0_0_1) 2025.03.31 17:47:45.556657 [ 1052 ] {} test_up3jnlbt.kill_mutation_r1 (ReplicatedMergeTreeQueue): Mutation with version 2 not found in partition ID 20010101 (trying to mutate part 20010101_0_0_0_1) 2025.03.31 17:47:45.556857 [ 1062 ] {} test_up3jnlbt.kill_mutation_r2 (ReplicatedMergeTreeQueue): Mutation with version 2 not found in partition ID 20000101 (trying to mutate part 20000101_0_0_0_1) 2025.03.31 17:47:45.556994 [ 1051 ] {} test_up3jnlbt.kill_mutation_r2 (ReplicatedMergeTreeQueue): Mutation with version 2 not found in partition ID 20010101 (trying to mutate part 20010101_0_0_0_1) 2025.03.31 17:47:45.772176 [ 3178 ] {5c64daba-53c0-4fda-95c6-934a20635cf6} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_qldqa2q9.t_async_insert_dedup (EventDate, KeyID) FORMAT Values' with query id 97372ce0-6395-4590-b0b4-5e6c63a30786. DB::Exception: Cannot parse input: expected '(' before: 'format JSONEachRow': at row 0 2025.03.31 17:47:45.791531 [ 424 ] {ce95908a-ffdb-44dd-b797-7bb0dd2ebcf7} executeQuery: Code: 160. DB::Exception: The maximum sleep time is 3000000 microseconds. Requested: 4295967296 microseconds: while executing 'FUNCTION sleep(4295.967296_Float64 :: 1) -> sleep(4295.967296_Float64) UInt8 : 2'. (TOO_SLOW) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42342) (comment: 00833_sleep_overflow.sql) (in query: SELECT sleep(4295.967296);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long const&, unsigned long&) @ 0x00000000089045ad 4. DB::FunctionSleep<(DB::FunctionSleepVariant)0>::execute(std::vector> const&, std::shared_ptr const&, bool) const @ 0x000000001b811d18 5. DB::FunctionSleep<(DB::FunctionSleepVariant)0>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b8107f1 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 11. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 12. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 13. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 18. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 17:47:45.795078 [ 424 ] {} TCPHandler: Code: 160. DB::Exception: The maximum sleep time is 3000000 microseconds. Requested: 4295967296 microseconds: while executing 'FUNCTION sleep(4295.967296_Float64 :: 1) -> sleep(4295.967296_Float64) UInt8 : 2'. (TOO_SLOW), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long const&, unsigned long&) @ 0x00000000089045ad 4. DB::FunctionSleep<(DB::FunctionSleepVariant)0>::execute(std::vector> const&, std::shared_ptr const&, bool) const @ 0x000000001b811d18 5. DB::FunctionSleep<(DB::FunctionSleepVariant)0>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b8107f1 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 11. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 12. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 13. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 18. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 17:47:45.816754 [ 3197 ] {5588e73a-4b49-455c-ac36-d0566e418543} executeQuery: Code: 86. DB::Exception: Received error from remote server /test%2Fa.tsv. HTTP status code: 403 'Forbidden', body length: 301 bytes, body: ' AccessDeniedAccess Denied.test%2Fa.tsv/test/a.tsv1831DD7E4E9F17D47dc7eb22d3288ec80374614e9088e31d3668a6922ead55932dd2a8e56373820f': (while reading header): (in file/uri /test%2Fa.tsv): While executing TabSeparatedRowInputFormat: While executing URL. (RECEIVED_ERROR_FROM_REMOTE_IO_SERVER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42334) (comment: 02833_url_without_path_encoding.sh) (in query: select count() from url('http://localhost:11111/test%2Fa.tsv') settings enable_url_encoding=0), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::HTTPException::HTTPException(int, String const&, Poco::Net::HTTPResponse::HTTPStatus, String const&, String const&) @ 0x00000000210688f9 4. ./build_docker/./src/IO/HTTPCommon.cpp:92: DB::assertResponseIsOk(String const&, Poco::Net::HTTPResponse&, std::basic_istream>&, bool) @ 0x0000000021068277 5. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:277: DB::ReadWriteBufferFromHTTP::callImpl(Poco::Net::HTTPResponse&, String const&, std::optional const&, bool) const @ 0x000000002747f763 6. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:285: DB::ReadWriteBufferFromHTTP::callWithRedirects(Poco::Net::HTTPResponse&, String const&, std::optional const&) @ 0x000000002747fc35 7. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:408: DB::ReadWriteBufferFromHTTP::initialize() @ 0x0000000027481929 8. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:472: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000274891c7 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002747a305 10. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:465: DB::ReadWriteBufferFromHTTP::nextImpl() @ 0x0000000027485212 11. DB::ReadBuffer::next() @ 0x0000000008c432cf 12. ./build_docker/./src/IO/PeekableReadBuffer.cpp:179: DB::PeekableReadBuffer::nextImpl() @ 0x000000002089daa2 13. DB::ReadBuffer::next() @ 0x0000000008c432cf 14. ./src/IO/ReadBuffer.h:103: DB::RowInputFormatWithNamesAndTypes::readPrefix() @ 0x000000003f970e63 15. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:97: DB::IRowInputFormat::read() @ 0x000000003f8e732b 16. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 17. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 18. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 19. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 21. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 22. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 23. ./build_docker/./src/Storages/StorageURL.cpp:464: DB::StorageURLSource::generate() @ 0x000000003d314883 24. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 25. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 26. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 27. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 28. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 29. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 30. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 31. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 2025.03.31 17:47:45.823638 [ 3197 ] {} TCPHandler: Code: 86. DB::Exception: Received error from remote server /test%2Fa.tsv. HTTP status code: 403 'Forbidden', body length: 301 bytes, body: ' AccessDeniedAccess Denied.test%2Fa.tsv/test/a.tsv1831DD7E4E9F17D47dc7eb22d3288ec80374614e9088e31d3668a6922ead55932dd2a8e56373820f': (while reading header): (in file/uri /test%2Fa.tsv): While executing TabSeparatedRowInputFormat: While executing URL. (RECEIVED_ERROR_FROM_REMOTE_IO_SERVER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::HTTPException::HTTPException(int, String const&, Poco::Net::HTTPResponse::HTTPStatus, String const&, String const&) @ 0x00000000210688f9 4. ./build_docker/./src/IO/HTTPCommon.cpp:92: DB::assertResponseIsOk(String const&, Poco::Net::HTTPResponse&, std::basic_istream>&, bool) @ 0x0000000021068277 5. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:277: DB::ReadWriteBufferFromHTTP::callImpl(Poco::Net::HTTPResponse&, String const&, std::optional const&, bool) const @ 0x000000002747f763 6. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:285: DB::ReadWriteBufferFromHTTP::callWithRedirects(Poco::Net::HTTPResponse&, String const&, std::optional const&) @ 0x000000002747fc35 7. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:408: DB::ReadWriteBufferFromHTTP::initialize() @ 0x0000000027481929 8. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:472: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000274891c7 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002747a305 10. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:465: DB::ReadWriteBufferFromHTTP::nextImpl() @ 0x0000000027485212 11. DB::ReadBuffer::next() @ 0x0000000008c432cf 12. ./build_docker/./src/IO/PeekableReadBuffer.cpp:179: DB::PeekableReadBuffer::nextImpl() @ 0x000000002089daa2 13. DB::ReadBuffer::next() @ 0x0000000008c432cf 14. ./src/IO/ReadBuffer.h:103: DB::RowInputFormatWithNamesAndTypes::readPrefix() @ 0x000000003f970e63 15. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:97: DB::IRowInputFormat::read() @ 0x000000003f8e732b 16. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 17. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 18. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 19. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 21. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 22. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 23. ./build_docker/./src/Storages/StorageURL.cpp:464: DB::StorageURLSource::generate() @ 0x000000003d314883 24. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 25. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 26. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 27. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 28. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 29. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 30. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 31. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 2025.03.31 17:47:52.255021 [ 1054 ] {4371d171-514c-4234-a251-7a217ede3138::all_1_6_1} virtual bool DB::MergePlainMergeTreeTask::executeStep(): Exception is in merge_task.: Code: 236. DB::Exception: Cancelled merging parts. (ABORTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/MergeTree/MergeTask.cpp:263: DB::MergeTask::GlobalRuntimeContext::checkOperationIsNotCanceled() const @ 0x000000003dd08487 5. ./build_docker/./src/Storages/MergeTree/MergeTask.cpp:931: DB::MergeTask::ExecuteAndFinalizeHorizontalPart::finalize() const @ 0x000000003dd409dc 6. ./build_docker/./src/Storages/MergeTree/MergeTask.cpp:892: DB::MergeTask::ExecuteAndFinalizeHorizontalPart::executeImpl() const @ 0x000000003dd3ff69 7. ./build_docker/./src/Storages/MergeTree/MergeTask.cpp:720: DB::MergeTask::ExecuteAndFinalizeHorizontalPart::execute() @ 0x000000003dd39380 8. ./build_docker/./src/Storages/MergeTree/MergeTask.cpp:1504: DB::MergeTask::execute() @ 0x000000003dd53ba1 9. ./build_docker/./src/Storages/MergeTree/MergePlainMergeTreeTask.cpp:57: DB::MergePlainMergeTreeTask::executeStep() @ 0x000000003eb8d03c 10. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:308: DB::MergeTreeBackgroundExecutor::routine(std::shared_ptr) @ 0x000000003ddd83a0 11. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:353: DB::MergeTreeBackgroundExecutor::threadFunction() @ 0x000000003ddda121 12. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:57: void std::__function::__policy_invoker::__call_impl::MergeTreeBackgroundExecutor(String, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::basic_string_view>)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003dde1b7f 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 14. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 15. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 17. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:47:53.659171 [ 1375 ] {65053bbe-359c-4cd9-b025-810de9be7d25} executeQuery: Code: 36. DB::Exception: Parameters list to aggregate functions cannot be empty. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60318) (comment: 02661_quantile_approx.sql) (in query: select medianGK()(number) from numbers(10) SETTINGS enable_analyzer = 0;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/AggregateFunctions/parseAggregateFunctionParameters.cpp:24: DB::getAggregateFunctionParametersArray(std::shared_ptr const&, String const&, std::shared_ptr) @ 0x0000000032dd211e 5. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:606: DB::ExpressionAnalyzer::makeAggregateDescriptions(DB::ActionsDAG&, std::vector>&) @ 0x0000000036963f5e 6. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:293: DB::ExpressionAnalyzer::analyzeAggregation(DB::ActionsDAG&) @ 0x00000000369598e3 7. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:222: DB::ExpressionAnalyzer::ExpressionAnalyzer(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, unsigned long, bool, bool, std::shared_ptr, bool) @ 0x0000000036956c21 8. ./src/Interpreters/ExpressionAnalyzer.h:314: DB::SelectQueryExpressionAnalyzer::SelectQueryExpressionAnalyzer(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, std::vector> const&, bool, DB::SelectQueryOptions const&, std::shared_ptr) @ 0x00000000385a3e34 9. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr)::$_0::operator()(bool) const @ 0x0000000038547c12 10. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:921: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000038535ab7 11. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:302: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x0000000038527331 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector> const&) @ 0x00000000387a94b9 13. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:165: DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000387a3e1a 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x00000000387b810e 15. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:428: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x00000000387b2033 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:47:53.662667 [ 1375 ] {} TCPHandler: Code: 36. DB::Exception: Parameters list to aggregate functions cannot be empty. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/AggregateFunctions/parseAggregateFunctionParameters.cpp:24: DB::getAggregateFunctionParametersArray(std::shared_ptr const&, String const&, std::shared_ptr) @ 0x0000000032dd211e 5. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:606: DB::ExpressionAnalyzer::makeAggregateDescriptions(DB::ActionsDAG&, std::vector>&) @ 0x0000000036963f5e 6. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:293: DB::ExpressionAnalyzer::analyzeAggregation(DB::ActionsDAG&) @ 0x00000000369598e3 7. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:222: DB::ExpressionAnalyzer::ExpressionAnalyzer(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, unsigned long, bool, bool, std::shared_ptr, bool) @ 0x0000000036956c21 8. ./src/Interpreters/ExpressionAnalyzer.h:314: DB::SelectQueryExpressionAnalyzer::SelectQueryExpressionAnalyzer(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, std::vector> const&, bool, DB::SelectQueryOptions const&, std::shared_ptr) @ 0x00000000385a3e34 9. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr)::$_0::operator()(bool) const @ 0x0000000038547c12 10. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:921: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000038535ab7 11. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:302: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x0000000038527331 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector> const&) @ 0x00000000387a94b9 13. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:165: DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000387a3e1a 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x00000000387b810e 15. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:428: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x00000000387b2033 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:47:53.768435 [ 3274 ] {069b2d80-56ed-478a-9fc8-968e8a72a87d} executeQuery: Code: 107. DB::Exception: File /var/lib/clickhouse/user_files/nonexist.txt doesn't exist. (FILE_DOESNT_EXIST) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60364) (in query: select _path,_file from file('nonexist.txt', 'CSV', 'val1 char')), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/StorageFile.cpp:1624: DB::StorageFile::read(DB::QueryPlan&, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo&, std::shared_ptr, DB::QueryProcessingStage::Enum, unsigned long, unsigned long) @ 0x000000003c972230 5. ./build_docker/./src/Planner/PlannerJoinTree.cpp:939: DB::(anonymous namespace)::buildQueryPlanForTableExpression(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions const&, std::shared_ptr&, bool, bool) @ 0x00000000386c609a 6. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2035: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386aadf5 7. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 8. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:47:53.772444 [ 3274 ] {} TCPHandler: Code: 107. DB::Exception: File /var/lib/clickhouse/user_files/nonexist.txt doesn't exist. (FILE_DOESNT_EXIST), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/StorageFile.cpp:1624: DB::StorageFile::read(DB::QueryPlan&, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo&, std::shared_ptr, DB::QueryProcessingStage::Enum, unsigned long, unsigned long) @ 0x000000003c972230 5. ./build_docker/./src/Planner/PlannerJoinTree.cpp:939: DB::(anonymous namespace)::buildQueryPlanForTableExpression(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions const&, std::shared_ptr&, bool, bool) @ 0x00000000386c609a 6. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2035: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386aadf5 7. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 8. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:47:54.340085 [ 1375 ] {b864718a-d917-43c6-a520-ed3ce2fa0e81} executeQuery: Code: 42. DB::Exception: Aggregate function quantileGK requires at least one param. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60318) (comment: 02661_quantile_approx.sql) (in query: select medianGK()(number) from numbers(10) SETTINGS enable_analyzer = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./src/AggregateFunctions/AggregateFunctionQuantile.h:141: std::shared_ptr DB::(anonymous namespace)::createAggregateFunctionQuantile(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x000000002386bb41 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:47:54.343839 [ 1375 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function quantileGK requires at least one param. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./src/AggregateFunctions/AggregateFunctionQuantile.h:141: std::shared_ptr DB::(anonymous namespace)::createAggregateFunctionQuantile(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x000000002386bb41 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:47:54.361400 [ 1375 ] {f19662af-8654-42bd-9781-725921d7684f} executeQuery: Code: 36. DB::Exception: Parameters list to aggregate functions cannot be empty. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60318) (comment: 02661_quantile_approx.sql) (in query: select quantileGK()(number) from numbers(10) SETTINGS enable_analyzer = 0;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/AggregateFunctions/parseAggregateFunctionParameters.cpp:24: DB::getAggregateFunctionParametersArray(std::shared_ptr const&, String const&, std::shared_ptr) @ 0x0000000032dd211e 5. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:606: DB::ExpressionAnalyzer::makeAggregateDescriptions(DB::ActionsDAG&, std::vector>&) @ 0x0000000036963f5e 6. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:293: DB::ExpressionAnalyzer::analyzeAggregation(DB::ActionsDAG&) @ 0x00000000369598e3 7. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:222: DB::ExpressionAnalyzer::ExpressionAnalyzer(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, unsigned long, bool, bool, std::shared_ptr, bool) @ 0x0000000036956c21 8. ./src/Interpreters/ExpressionAnalyzer.h:314: DB::SelectQueryExpressionAnalyzer::SelectQueryExpressionAnalyzer(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, std::vector> const&, bool, DB::SelectQueryOptions const&, std::shared_ptr) @ 0x00000000385a3e34 9. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr)::$_0::operator()(bool) const @ 0x0000000038547c12 10. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:921: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000038535ab7 11. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:302: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x0000000038527331 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector> const&) @ 0x00000000387a94b9 13. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:165: DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000387a3e1a 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x00000000387b810e 15. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:428: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x00000000387b2033 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:47:54.365030 [ 1375 ] {} TCPHandler: Code: 36. DB::Exception: Parameters list to aggregate functions cannot be empty. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/AggregateFunctions/parseAggregateFunctionParameters.cpp:24: DB::getAggregateFunctionParametersArray(std::shared_ptr const&, String const&, std::shared_ptr) @ 0x0000000032dd211e 5. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:606: DB::ExpressionAnalyzer::makeAggregateDescriptions(DB::ActionsDAG&, std::vector>&) @ 0x0000000036963f5e 6. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:293: DB::ExpressionAnalyzer::analyzeAggregation(DB::ActionsDAG&) @ 0x00000000369598e3 7. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:222: DB::ExpressionAnalyzer::ExpressionAnalyzer(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, unsigned long, bool, bool, std::shared_ptr, bool) @ 0x0000000036956c21 8. ./src/Interpreters/ExpressionAnalyzer.h:314: DB::SelectQueryExpressionAnalyzer::SelectQueryExpressionAnalyzer(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, std::vector> const&, bool, DB::SelectQueryOptions const&, std::shared_ptr) @ 0x00000000385a3e34 9. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr)::$_0::operator()(bool) const @ 0x0000000038547c12 10. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:921: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000038535ab7 11. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:302: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x0000000038527331 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector> const&) @ 0x00000000387a94b9 13. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:165: DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000387a3e1a 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x00000000387b810e 15. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:428: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x00000000387b2033 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:47:54.384233 [ 1375 ] {525f1054-bca8-43cf-8c8b-21e1c11de8b8} executeQuery: Code: 42. DB::Exception: Aggregate function quantileGK requires at least one param. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60318) (comment: 02661_quantile_approx.sql) (in query: select quantileGK()(number) from numbers(10) SETTINGS enable_analyzer = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./src/AggregateFunctions/AggregateFunctionQuantile.h:141: std::shared_ptr DB::(anonymous namespace)::createAggregateFunctionQuantile(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x000000002386bb41 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:47:54.387281 [ 1375 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function quantileGK requires at least one param. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./src/AggregateFunctions/AggregateFunctionQuantile.h:141: std::shared_ptr DB::(anonymous namespace)::createAggregateFunctionQuantile(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x000000002386bb41 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:47:55.271881 [ 1375 ] {6fdc077b-762b-49cb-9abc-cdd06e0f017b} executeQuery: Code: 42. DB::Exception: Aggregate function quantileGK requires one level parameter or less. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60318) (comment: 02661_quantile_approx.sql) (in query: select quantileGK(100, 0.5, 0.75)(number) from numbers(10);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./src/AggregateFunctions/AggregateFunctionQuantile.h:92: std::shared_ptr DB::(anonymous namespace)::createAggregateFunctionQuantile(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x000000002386824d 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:47:55.276085 [ 1375 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function quantileGK requires one level parameter or less. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./src/AggregateFunctions/AggregateFunctionQuantile.h:92: std::shared_ptr DB::(anonymous namespace)::createAggregateFunctionQuantile(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x000000002386824d 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:47:55.951933 [ 1375 ] {3efaf8bb-2c21-4f8a-a09c-59ef2b82d172} executeQuery: Code: 43. DB::Exception: Aggregate function quantileGK requires accuracy parameter with integer type. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60318) (comment: 02661_quantile_approx.sql) (in query: select quantileGK('abc', 0.5)(number) from numbers(10);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./src/AggregateFunctions/AggregateFunctionQuantile.h:146: std::shared_ptr DB::(anonymous namespace)::createAggregateFunctionQuantile(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x000000002386dc68 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:47:55.955518 [ 1375 ] {} TCPHandler: Code: 43. DB::Exception: Aggregate function quantileGK requires accuracy parameter with integer type. (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./src/AggregateFunctions/AggregateFunctionQuantile.h:146: std::shared_ptr DB::(anonymous namespace)::createAggregateFunctionQuantile(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x000000002386dc68 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:47:55.974551 [ 1375 ] {fa53d9c9-b1b6-4564-b9d5-ddbd020bd3f3} executeQuery: Code: 43. DB::Exception: Aggregate function quantileGK requires accuracy parameter with integer type. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60318) (comment: 02661_quantile_approx.sql) (in query: select quantileGK(1.23, 0.5)(number) from numbers(10);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./src/AggregateFunctions/AggregateFunctionQuantile.h:146: std::shared_ptr DB::(anonymous namespace)::createAggregateFunctionQuantile(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x000000002386dc68 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:47:55.977444 [ 1375 ] {} TCPHandler: Code: 43. DB::Exception: Aggregate function quantileGK requires accuracy parameter with integer type. (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./src/AggregateFunctions/AggregateFunctionQuantile.h:146: std::shared_ptr DB::(anonymous namespace)::createAggregateFunctionQuantile(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x000000002386dc68 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:47:56.734963 [ 1375 ] {a3817d70-da04-4e6b-b1f7-59587043213d} executeQuery: Code: 36. DB::Exception: Aggregate function quantileGK requires accuracy parameter with positive value but is -100. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60318) (comment: 02661_quantile_approx.sql) (in query: select quantileGK(-100, 0.5)(number) from numbers(10);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, long&) @ 0x0000000023a6014d 4. ./src/AggregateFunctions/AggregateFunctionQuantile.h:155: std::shared_ptr DB::(anonymous namespace)::createAggregateFunctionQuantile(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x000000002386fda8 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:47:56.738614 [ 1375 ] {} TCPHandler: Code: 36. DB::Exception: Aggregate function quantileGK requires accuracy parameter with positive value but is -100. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, long&) @ 0x0000000023a6014d 4. ./src/AggregateFunctions/AggregateFunctionQuantile.h:155: std::shared_ptr DB::(anonymous namespace)::createAggregateFunctionQuantile(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x000000002386fda8 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:47:56.756833 [ 1375 ] {eaf96e1f-8b2e-46ea-9f9b-e93c695e43e1} executeQuery: Code: 36. DB::Exception: Parameters list to aggregate functions cannot be empty. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60318) (comment: 02661_quantile_approx.sql) (in query: select quantilesGK()(number) from numbers(10) SETTINGS enable_analyzer = 0;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/AggregateFunctions/parseAggregateFunctionParameters.cpp:24: DB::getAggregateFunctionParametersArray(std::shared_ptr const&, String const&, std::shared_ptr) @ 0x0000000032dd211e 5. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:606: DB::ExpressionAnalyzer::makeAggregateDescriptions(DB::ActionsDAG&, std::vector>&) @ 0x0000000036963f5e 6. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:293: DB::ExpressionAnalyzer::analyzeAggregation(DB::ActionsDAG&) @ 0x00000000369598e3 7. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:222: DB::ExpressionAnalyzer::ExpressionAnalyzer(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, unsigned long, bool, bool, std::shared_ptr, bool) @ 0x0000000036956c21 8. ./src/Interpreters/ExpressionAnalyzer.h:314: DB::SelectQueryExpressionAnalyzer::SelectQueryExpressionAnalyzer(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, std::vector> const&, bool, DB::SelectQueryOptions const&, std::shared_ptr) @ 0x00000000385a3e34 9. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr)::$_0::operator()(bool) const @ 0x0000000038547c12 10. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:921: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000038535ab7 11. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:302: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x0000000038527331 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector> const&) @ 0x00000000387a94b9 13. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:165: DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000387a3e1a 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x00000000387b810e 15. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:428: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x00000000387b2033 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:47:56.760062 [ 1375 ] {} TCPHandler: Code: 36. DB::Exception: Parameters list to aggregate functions cannot be empty. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/AggregateFunctions/parseAggregateFunctionParameters.cpp:24: DB::getAggregateFunctionParametersArray(std::shared_ptr const&, String const&, std::shared_ptr) @ 0x0000000032dd211e 5. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:606: DB::ExpressionAnalyzer::makeAggregateDescriptions(DB::ActionsDAG&, std::vector>&) @ 0x0000000036963f5e 6. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:293: DB::ExpressionAnalyzer::analyzeAggregation(DB::ActionsDAG&) @ 0x00000000369598e3 7. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:222: DB::ExpressionAnalyzer::ExpressionAnalyzer(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, unsigned long, bool, bool, std::shared_ptr, bool) @ 0x0000000036956c21 8. ./src/Interpreters/ExpressionAnalyzer.h:314: DB::SelectQueryExpressionAnalyzer::SelectQueryExpressionAnalyzer(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, std::vector> const&, bool, DB::SelectQueryOptions const&, std::shared_ptr) @ 0x00000000385a3e34 9. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr)::$_0::operator()(bool) const @ 0x0000000038547c12 10. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:921: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000038535ab7 11. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:302: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x0000000038527331 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector> const&) @ 0x00000000387a94b9 13. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:165: DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000387a3e1a 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x00000000387b810e 15. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:428: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x00000000387b2033 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:47:57.597086 [ 1375 ] {1bf40283-b612-4963-9213-c4489fe858e7} executeQuery: Code: 42. DB::Exception: Aggregate function for calculation of multiple quantiles require at least one parameter. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60318) (comment: 02661_quantile_approx.sql) (in query: select quantilesGK()(number) from numbers(10) SETTINGS enable_analyzer = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./src/AggregateFunctions/QuantilesCommon.h:47: DB::QuantileLevels::QuantileLevels(DB::Array const&, bool) @ 0x00000000221c7a9d 5. ./src/AggregateFunctions/AggregateFunctionQuantile.h:87: std::shared_ptr DB::(anonymous namespace)::createAggregateFunctionQuantile(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x0000000023882501 6. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 8. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:47:57.600313 [ 1375 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function for calculation of multiple quantiles require at least one parameter. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./src/AggregateFunctions/QuantilesCommon.h:47: DB::QuantileLevels::QuantileLevels(DB::Array const&, bool) @ 0x00000000221c7a9d 5. ./src/AggregateFunctions/AggregateFunctionQuantile.h:87: std::shared_ptr DB::(anonymous namespace)::createAggregateFunctionQuantile(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x0000000023882501 6. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 8. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:47:57.619424 [ 1375 ] {2d7c0f7c-00d1-4ed3-b373-80e4d6cd13d4} executeQuery: Code: 42. DB::Exception: Aggregate function for calculation of multiple quantiles require at least one parameter. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60318) (comment: 02661_quantile_approx.sql) (in query: select quantilesGK(100)(number) from numbers(10);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./src/AggregateFunctions/QuantilesCommon.h:47: DB::QuantileLevels::QuantileLevels(DB::Array const&, bool) @ 0x00000000221c7a9d 5. ./src/AggregateFunctions/AggregateFunctionQuantile.h:87: std::shared_ptr DB::(anonymous namespace)::createAggregateFunctionQuantile(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x0000000023882501 6. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 8. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:47:57.622797 [ 1375 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function for calculation of multiple quantiles require at least one parameter. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./src/AggregateFunctions/QuantilesCommon.h:47: DB::QuantileLevels::QuantileLevels(DB::Array const&, bool) @ 0x00000000221c7a9d 5. ./src/AggregateFunctions/AggregateFunctionQuantile.h:87: std::shared_ptr DB::(anonymous namespace)::createAggregateFunctionQuantile(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x0000000023882501 6. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 8. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:47:58.243204 [ 4131 ] {ccdd43f8-22c3-4ef6-a8cd-22cc22d3bdc0} executeQuery: Code: 497. DB::Exception: user03215_1_test_tw8nev1u_23328: Not enough privileges. To execute this query, it's necessary to have the grant SELECT ON *.* WITH GRANT OPTION. (Missing permissions: SELECT ON system.zookeeper). You can try to use the `GRANT CURRENT GRANTS(...)` statement. (ACCESS_DENIED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55116) (comment: 03215_grant_current_grants.sh) (in query: GRANT SELECT ON *.* TO user03215_2_test_tw8nev1u_8784), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: auto bool DB::ContextAccess::checkAccessImplHelper(std::shared_ptr const&, DB::AccessFlags) const::'lambda'(int, FormatStringHelperImpl::type...>, $T&&...)::operator()(int, FormatStringHelperImpl::type...>, $T&&...) const @ 0x0000000033c0e675 4. ./build_docker/./src/Access/ContextAccess.cpp:670: auto bool DB::ContextAccess::checkAccessImplHelper(std::shared_ptr const&, DB::AccessFlags) const::'lambda'(DB::AccessFlags, $T&&...)::operator()<>(DB::AccessFlags, $T&&...) const @ 0x0000000033c0bb89 5. ./build_docker/./src/Access/ContextAccess.cpp:702: bool DB::ContextAccess::checkAccessImplHelper(std::shared_ptr const&, DB::AccessFlags) const @ 0x0000000033c0a337 6. ./build_docker/./src/Access/ContextAccess.cpp:766: bool DB::ContextAccess::checkAccessImplHelper(std::shared_ptr const&, DB::AccessRightsElement const&) const @ 0x0000000033bb643b 7. ./build_docker/./src/Access/ContextAccess.cpp:0: DB::ContextAccess::checkGrantOption(std::shared_ptr const&, DB::AccessRightsElements const&) const @ 0x0000000033b1041d 8. ./src/Access/ContextAccess.h:272: DB::InterpreterGrantQuery::execute() @ 0x000000003b3fd8da 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 17:47:58.248562 [ 4131 ] {} TCPHandler: Code: 497. DB::Exception: user03215_1_test_tw8nev1u_23328: Not enough privileges. To execute this query, it's necessary to have the grant SELECT ON *.* WITH GRANT OPTION. (Missing permissions: SELECT ON system.zookeeper). You can try to use the `GRANT CURRENT GRANTS(...)` statement. (ACCESS_DENIED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: auto bool DB::ContextAccess::checkAccessImplHelper(std::shared_ptr const&, DB::AccessFlags) const::'lambda'(int, FormatStringHelperImpl::type...>, $T&&...)::operator()(int, FormatStringHelperImpl::type...>, $T&&...) const @ 0x0000000033c0e675 4. ./build_docker/./src/Access/ContextAccess.cpp:670: auto bool DB::ContextAccess::checkAccessImplHelper(std::shared_ptr const&, DB::AccessFlags) const::'lambda'(DB::AccessFlags, $T&&...)::operator()<>(DB::AccessFlags, $T&&...) const @ 0x0000000033c0bb89 5. ./build_docker/./src/Access/ContextAccess.cpp:702: bool DB::ContextAccess::checkAccessImplHelper(std::shared_ptr const&, DB::AccessFlags) const @ 0x0000000033c0a337 6. ./build_docker/./src/Access/ContextAccess.cpp:766: bool DB::ContextAccess::checkAccessImplHelper(std::shared_ptr const&, DB::AccessRightsElement const&) const @ 0x0000000033bb643b 7. ./build_docker/./src/Access/ContextAccess.cpp:0: DB::ContextAccess::checkGrantOption(std::shared_ptr const&, DB::AccessRightsElements const&) const @ 0x0000000033b1041d 8. ./src/Access/ContextAccess.h:272: DB::InterpreterGrantQuery::execute() @ 0x000000003b3fd8da 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 17:47:58.342811 [ 1375 ] {357d19f6-b869-4d8f-8254-b0791786334c} executeQuery: Code: 43. DB::Exception: Aggregate function quantilesGK requires accuracy parameter with integer type. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60318) (comment: 02661_quantile_approx.sql) (in query: select quantilesGK('abc', 0.5, 0.75)(number) from numbers(10);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./src/AggregateFunctions/AggregateFunctionQuantile.h:146: std::shared_ptr DB::(anonymous namespace)::createAggregateFunctionQuantile(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x000000002388b3f7 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:47:58.346250 [ 1375 ] {} TCPHandler: Code: 43. DB::Exception: Aggregate function quantilesGK requires accuracy parameter with integer type. (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./src/AggregateFunctions/AggregateFunctionQuantile.h:146: std::shared_ptr DB::(anonymous namespace)::createAggregateFunctionQuantile(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x000000002388b3f7 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:47:58.365124 [ 1375 ] {10115314-7263-49ef-80a4-4c94db6ad763} executeQuery: Code: 43. DB::Exception: Aggregate function quantilesGK requires accuracy parameter with integer type. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60318) (comment: 02661_quantile_approx.sql) (in query: select quantilesGK(1.23, 0.5, 0.75)(number) from numbers(10);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./src/AggregateFunctions/AggregateFunctionQuantile.h:146: std::shared_ptr DB::(anonymous namespace)::createAggregateFunctionQuantile(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x000000002388b3f7 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:47:58.367961 [ 1375 ] {} TCPHandler: Code: 43. DB::Exception: Aggregate function quantilesGK requires accuracy parameter with integer type. (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./src/AggregateFunctions/AggregateFunctionQuantile.h:146: std::shared_ptr DB::(anonymous namespace)::createAggregateFunctionQuantile(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x000000002388b3f7 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:47:58.621000 [ 4297 ] {676b8b5e-37fc-4224-b0d1-4ace5f8bb7ce} executeQuery: Code: 446. DB::Exception: Hyperscan functions are disabled, because setting 'allow_hyperscan' is set to 0. (FUNCTION_NOT_ALLOWED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55118) (comment: 00927_disable_hyperscan.sql) (in query: SELECT multiMatchAny(arrayJoin(['hello', 'world', 'hellllllllo', 'wororld', 'abc']), ['hel+o', 'w(or)*ld']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003844ad98 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 11. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 13. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 15. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 16. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:47:58.624612 [ 4297 ] {} TCPHandler: Code: 446. DB::Exception: Hyperscan functions are disabled, because setting 'allow_hyperscan' is set to 0. (FUNCTION_NOT_ALLOWED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003844ad98 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 11. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 13. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 15. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 16. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:47:59.137785 [ 1375 ] {04a08b66-aa63-4d20-9cad-be81bf5bb6a7} executeQuery: Code: 36. DB::Exception: Aggregate function quantilesGK requires accuracy parameter with positive value but is -100. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60318) (comment: 02661_quantile_approx.sql) (in query: select quantilesGK(-100, 0.5, 0.75)(number) from numbers(10);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, long&) @ 0x0000000023a6014d 4. ./src/AggregateFunctions/AggregateFunctionQuantile.h:155: std::shared_ptr DB::(anonymous namespace)::createAggregateFunctionQuantile(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x000000002388d527 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:47:59.141367 [ 1375 ] {} TCPHandler: Code: 36. DB::Exception: Aggregate function quantilesGK requires accuracy parameter with positive value but is -100. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, long&) @ 0x0000000023a6014d 4. ./src/AggregateFunctions/AggregateFunctionQuantile.h:155: std::shared_ptr DB::(anonymous namespace)::createAggregateFunctionQuantile(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x000000002388d527 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:47:59.289232 [ 4297 ] {a62b3d8e-3e27-4a3e-8269-8812b83601a5} executeQuery: Code: 446. DB::Exception: Hyperscan functions are disabled, because setting 'allow_hyperscan' is set to 0. (FUNCTION_NOT_ALLOWED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55118) (comment: 00927_disable_hyperscan.sql) (in query: SELECT multiMatchAny(arrayJoin(['hello', 'world', 'hellllllllo', 'wororld', 'abc']), materialize(['hel+o', 'w(or)*ld']));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003844b131 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 11. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 13. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 15. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 16. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:47:59.292260 [ 4297 ] {} TCPHandler: Code: 446. DB::Exception: Hyperscan functions are disabled, because setting 'allow_hyperscan' is set to 0. (FUNCTION_NOT_ALLOWED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003844b131 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 11. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 13. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 15. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 16. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:47:59.948877 [ 4297 ] {6380b8ec-1dee-45df-9e49-4e354cbd0eb0} executeQuery: Code: 446. DB::Exception: Hyperscan functions are disabled, because setting 'allow_hyperscan' is set to 0. (FUNCTION_NOT_ALLOWED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55118) (comment: 00927_disable_hyperscan.sql) (in query: SELECT multiMatchAllIndices(arrayJoin(['hello', 'world', 'hellllllllo', 'wororld', 'abc']), ['hel+o', 'w(or)*ld']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179f458b 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 11. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 13. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 15. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 16. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:47:59.952133 [ 4297 ] {} TCPHandler: Code: 446. DB::Exception: Hyperscan functions are disabled, because setting 'allow_hyperscan' is set to 0. (FUNCTION_NOT_ALLOWED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179f458b 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 11. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 13. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 15. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 16. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:48:00.649676 [ 4297 ] {9e40ba1a-5278-4ff3-a981-7ad036167591} executeQuery: Code: 446. DB::Exception: Hyperscan functions are disabled, because setting 'allow_hyperscan' is set to 0. (FUNCTION_NOT_ALLOWED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55118) (comment: 00927_disable_hyperscan.sql) (in query: SELECT multiMatchAllIndices(arrayJoin(['hello', 'world', 'hellllllllo', 'wororld', 'abc']), materialize(['hel+o', 'w(or)*ld']));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179f494b 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 11. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 13. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 15. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 16. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:48:00.653953 [ 4297 ] {} TCPHandler: Code: 446. DB::Exception: Hyperscan functions are disabled, because setting 'allow_hyperscan' is set to 0. (FUNCTION_NOT_ALLOWED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179f494b 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 11. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 13. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 15. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 16. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:48:03.701813 [ 4131 ] {f99cb9c9-beb7-43c3-89bb-abce56ced207} executeQuery: Code: 277. DB::Exception: Primary key (mortonEncode(x, y)) is not used and setting 'force_primary_key' is set. (INDEX_NOT_USED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55286) (comment: 02899_indexing_by_space_filling_curves.sql) (in query: SELECT count() FROM test WHERE x >= 10 AND x <= 20 AND y >= 20 AND y <= 30;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception, std::__wrap_iter, char>>(int, FormatStringHelperImpl, std::__wrap_iter, char>>::type>, fmt::v9::join_view, std::__wrap_iter, char>&&) @ 0x000000003ca4deea 4. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1727: DB::ReadFromMergeTree::selectRangesToRead(std::vector, std::allocator>>, std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, DB::MergeTreeData const&, std::vector> const&, std::shared_ptr, std::optional&, bool) @ 0x000000004088bda0 5. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1492: DB::ReadFromMergeTree::selectRangesToRead(std::vector, std::allocator>>, bool) const @ 0x000000004088a5a8 6. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1487: DB::ReadFromMergeTree::selectRangesToRead(bool) const @ 0x0000000040889d45 7. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizeUseAggregateProjection.cpp:612: DB::QueryPlanOptimizations::optimizeUseAggregateProjections(DB::QueryPlan::Node&, std::list>&, bool) @ 0x0000000040b3adcc 8. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizeTree.cpp:164: DB::QueryPlanOptimizations::optimizeTreeSecondPass(DB::QueryPlanOptimizationSettings const&, DB::QueryPlan::Node&, std::list>&) @ 0x0000000040aae7c7 9. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:471: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x000000004081319e 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 14. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 17:48:03.705099 [ 4131 ] {} TCPHandler: Code: 277. DB::Exception: Primary key (mortonEncode(x, y)) is not used and setting 'force_primary_key' is set. (INDEX_NOT_USED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception, std::__wrap_iter, char>>(int, FormatStringHelperImpl, std::__wrap_iter, char>>::type>, fmt::v9::join_view, std::__wrap_iter, char>&&) @ 0x000000003ca4deea 4. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1727: DB::ReadFromMergeTree::selectRangesToRead(std::vector, std::allocator>>, std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, DB::MergeTreeData const&, std::vector> const&, std::shared_ptr, std::optional&, bool) @ 0x000000004088bda0 5. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1492: DB::ReadFromMergeTree::selectRangesToRead(std::vector, std::allocator>>, bool) const @ 0x000000004088a5a8 6. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1487: DB::ReadFromMergeTree::selectRangesToRead(bool) const @ 0x0000000040889d45 7. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizeUseAggregateProjection.cpp:612: DB::QueryPlanOptimizations::optimizeUseAggregateProjections(DB::QueryPlan::Node&, std::list>&, bool) @ 0x0000000040b3adcc 8. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizeTree.cpp:164: DB::QueryPlanOptimizations::optimizeTreeSecondPass(DB::QueryPlanOptimizationSettings const&, DB::QueryPlan::Node&, std::list>&) @ 0x0000000040aae7c7 9. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:471: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x000000004081319e 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 14. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 17:48:07.025050 [ 4148 ] {f844426e-03d6-40ea-8274-224664cf1c5e} executeQuery: Code: 36. DB::Exception: SEMI|ANTI JOIN should be LEFT or RIGHT. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35758) (comment: 03197_storage_join_strictness_type_restriction.sql) (in query: CREATE TABLE t1 ( a Int64, b Int64 ) Engine = Join(SEMI, ALL, a);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageJoin.cpp:461: std::shared_ptr std::__function::__policy_invoker (DB::StorageFactory::Arguments const&)>::__call_impl (DB::StorageFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::StorageFactory::Arguments const&) @ 0x000000003ca4d03a 5. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 17:48:07.029133 [ 4148 ] {} TCPHandler: Code: 36. DB::Exception: SEMI|ANTI JOIN should be LEFT or RIGHT. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageJoin.cpp:461: std::shared_ptr std::__function::__policy_invoker (DB::StorageFactory::Arguments const&)>::__call_impl (DB::StorageFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::StorageFactory::Arguments const&) @ 0x000000003ca4d03a 5. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 17:48:07.047266 [ 4148 ] {5e1b301b-5603-4fc9-8f17-67d4be048103} executeQuery: Code: 36. DB::Exception: SEMI|ANTI JOIN should be LEFT or RIGHT. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35758) (comment: 03197_storage_join_strictness_type_restriction.sql) (in query: CREATE TABLE t1 ( a Int64, b Int64 ) Engine = Join(SEMI, INNER, a);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageJoin.cpp:461: std::shared_ptr std::__function::__policy_invoker (DB::StorageFactory::Arguments const&)>::__call_impl (DB::StorageFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::StorageFactory::Arguments const&) @ 0x000000003ca4d03a 5. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 17:48:07.050314 [ 4148 ] {} TCPHandler: Code: 36. DB::Exception: SEMI|ANTI JOIN should be LEFT or RIGHT. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageJoin.cpp:461: std::shared_ptr std::__function::__policy_invoker (DB::StorageFactory::Arguments const&)>::__call_impl (DB::StorageFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::StorageFactory::Arguments const&) @ 0x000000003ca4d03a 5. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 17:48:07.068185 [ 4148 ] {b305a878-b87e-4459-8aee-07c329f02918} executeQuery: Code: 36. DB::Exception: SEMI|ANTI JOIN should be LEFT or RIGHT. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35758) (comment: 03197_storage_join_strictness_type_restriction.sql) (in query: CREATE TABLE t1 ( a Int64, b Int64 ) Engine = Join(SEMI, FULL, a);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageJoin.cpp:461: std::shared_ptr std::__function::__policy_invoker (DB::StorageFactory::Arguments const&)>::__call_impl (DB::StorageFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::StorageFactory::Arguments const&) @ 0x000000003ca4d03a 5. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 17:48:07.071401 [ 4148 ] {} TCPHandler: Code: 36. DB::Exception: SEMI|ANTI JOIN should be LEFT or RIGHT. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageJoin.cpp:461: std::shared_ptr std::__function::__policy_invoker (DB::StorageFactory::Arguments const&)>::__call_impl (DB::StorageFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::StorageFactory::Arguments const&) @ 0x000000003ca4d03a 5. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 17:48:07.087785 [ 4148 ] {c9b81f02-ba2f-4646-b1be-01269beb19bf} executeQuery: Code: 36. DB::Exception: SEMI|ANTI JOIN should be LEFT or RIGHT. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35758) (comment: 03197_storage_join_strictness_type_restriction.sql) (in query: CREATE TABLE t1 ( a Int64, b Int64 ) Engine = Join(ANTI, ALL, a);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageJoin.cpp:461: std::shared_ptr std::__function::__policy_invoker (DB::StorageFactory::Arguments const&)>::__call_impl (DB::StorageFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::StorageFactory::Arguments const&) @ 0x000000003ca4d03a 5. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 17:48:07.091051 [ 4148 ] {} TCPHandler: Code: 36. DB::Exception: SEMI|ANTI JOIN should be LEFT or RIGHT. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageJoin.cpp:461: std::shared_ptr std::__function::__policy_invoker (DB::StorageFactory::Arguments const&)>::__call_impl (DB::StorageFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::StorageFactory::Arguments const&) @ 0x000000003ca4d03a 5. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 17:48:07.108767 [ 4148 ] {e6286998-a5dd-439e-a364-7461e7849a79} executeQuery: Code: 36. DB::Exception: SEMI|ANTI JOIN should be LEFT or RIGHT. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35758) (comment: 03197_storage_join_strictness_type_restriction.sql) (in query: CREATE TABLE t1 ( a Int64, b Int64 ) Engine = Join(ANTI, INNER, a);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageJoin.cpp:461: std::shared_ptr std::__function::__policy_invoker (DB::StorageFactory::Arguments const&)>::__call_impl (DB::StorageFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::StorageFactory::Arguments const&) @ 0x000000003ca4d03a 5. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 17:48:07.112021 [ 4148 ] {} TCPHandler: Code: 36. DB::Exception: SEMI|ANTI JOIN should be LEFT or RIGHT. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageJoin.cpp:461: std::shared_ptr std::__function::__policy_invoker (DB::StorageFactory::Arguments const&)>::__call_impl (DB::StorageFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::StorageFactory::Arguments const&) @ 0x000000003ca4d03a 5. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 17:48:07.129522 [ 4148 ] {a0c444c0-52e5-4602-8e16-74bbc871f749} executeQuery: Code: 36. DB::Exception: SEMI|ANTI JOIN should be LEFT or RIGHT. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35758) (comment: 03197_storage_join_strictness_type_restriction.sql) (in query: CREATE TABLE t1 ( a Int64, b Int64 ) Engine = Join(ANTI, FULL, a);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageJoin.cpp:461: std::shared_ptr std::__function::__policy_invoker (DB::StorageFactory::Arguments const&)>::__call_impl (DB::StorageFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::StorageFactory::Arguments const&) @ 0x000000003ca4d03a 5. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 17:48:07.133012 [ 4148 ] {} TCPHandler: Code: 36. DB::Exception: SEMI|ANTI JOIN should be LEFT or RIGHT. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageJoin.cpp:461: std::shared_ptr std::__function::__policy_invoker (DB::StorageFactory::Arguments const&)>::__call_impl (DB::StorageFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::StorageFactory::Arguments const&) @ 0x000000003ca4d03a 5. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 17:48:07.634985 [ 4148 ] {826c3d4d-29e3-4ca5-bb79-50470961030e} executeQuery: Code: 48. DB::Exception: ANY FULL JOINs are not implemented. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35758) (comment: 03197_storage_join_strictness_type_restriction.sql) (in query: CREATE TABLE t1 ( a Int64, b Int64 ) Engine = Join(ANY, FULL, a);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageJoin.cpp:455: std::shared_ptr std::__function::__policy_invoker (DB::StorageFactory::Arguments const&)>::__call_impl (DB::StorageFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::StorageFactory::Arguments const&) @ 0x000000003ca4d38b 5. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 17:48:07.638843 [ 4148 ] {} TCPHandler: Code: 48. DB::Exception: ANY FULL JOINs are not implemented. (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageJoin.cpp:455: std::shared_ptr std::__function::__policy_invoker (DB::StorageFactory::Arguments const&)>::__call_impl (DB::StorageFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::StorageFactory::Arguments const&) @ 0x000000003ca4d38b 5. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 17:48:07.977658 [ 3176 ] {2d7bc495-7527-4aed-a535-8fae983b5655} executeQuery: Code: 344. DB::Exception: DELETE query is not allowed for table test_vyyd24rb.t_projections_lwd because as it has projections and setting lightweight_mutation_projection_mode is set to THROW. User should change lightweight_mutation_projection_mode OR drop all the projections manually before running the query. (SUPPORT_IS_DISABLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35790) (comment: 02792_drop_projection_lwd.sql) (in query: -- LWD does not work, as expected DELETE FROM t_projections_lwd WHERE a = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/InterpreterDeleteQuery.cpp:114: DB::InterpreterDeleteQuery::execute() @ 0x0000000039450d7c 5. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 7. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 2025.03.31 17:48:07.981151 [ 3176 ] {} TCPHandler: Code: 344. DB::Exception: DELETE query is not allowed for table test_vyyd24rb.t_projections_lwd because as it has projections and setting lightweight_mutation_projection_mode is set to THROW. User should change lightweight_mutation_projection_mode OR drop all the projections manually before running the query. (SUPPORT_IS_DISABLED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/InterpreterDeleteQuery.cpp:114: DB::InterpreterDeleteQuery::execute() @ 0x0000000039450d7c 5. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 7. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 2025.03.31 17:48:08.704033 [ 4131 ] {aa4802e1-bd47-458f-acf4-4214bffb9a63} executeQuery: Code: 70. DB::Exception: Cannot convert out of range floating point value to integer type. (CANNOT_CONVERT_TYPE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35804) (comment: 01386_negative_float_constant_key_condition.sql) (in query: SELECT t0.c1 FROM t0 WHERE NOT (t0.c1 OR (t0.c0 AND -1.0));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. auto DB::Field::dispatch, DB::Field const&>(DB::FieldVisitorConvertToNumber&&, DB::Field const&) @ 0x0000000031d5109a 5. DB::FunctionsLogicalDetail::FunctionAnyArityLogical::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031d54b3e 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 10. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 11. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 12. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 13. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:26: DB::FilterTransform::transformHeader(DB::Block const&, DB::ActionsDAG const*, String const&, bool) @ 0x00000000400e8d69 14. ./build_docker/./src/Processors/QueryPlan/FilterStep.cpp:135: DB::FilterStep::FilterStep(DB::Block const&, DB::ActionsDAG, String, bool) @ 0x000000004078388e 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007](DB::Block const&, DB::ActionsDAG&&, String&, bool&) @ 0x00000000385acba4 16. ./build_docker/./src/Planner/Planner.cpp:409: DB::(anonymous namespace)::addFilterStep(DB::QueryPlan&, DB::FilterAnalysisResult&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866e885 17. ./build_docker/./src/Planner/Planner.cpp:1622: DB::Planner::buildPlanForQueryNode() @ 0x0000000038655e05 18. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:48:08.707125 [ 4131 ] {} TCPHandler: Code: 70. DB::Exception: Cannot convert out of range floating point value to integer type. (CANNOT_CONVERT_TYPE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. auto DB::Field::dispatch, DB::Field const&>(DB::FieldVisitorConvertToNumber&&, DB::Field const&) @ 0x0000000031d5109a 5. DB::FunctionsLogicalDetail::FunctionAnyArityLogical::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031d54b3e 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 10. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 11. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 12. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 13. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:26: DB::FilterTransform::transformHeader(DB::Block const&, DB::ActionsDAG const*, String const&, bool) @ 0x00000000400e8d69 14. ./build_docker/./src/Processors/QueryPlan/FilterStep.cpp:135: DB::FilterStep::FilterStep(DB::Block const&, DB::ActionsDAG, String, bool) @ 0x000000004078388e 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007](DB::Block const&, DB::ActionsDAG&&, String&, bool&) @ 0x00000000385acba4 16. ./build_docker/./src/Planner/Planner.cpp:409: DB::(anonymous namespace)::addFilterStep(DB::QueryPlan&, DB::FilterAnalysisResult&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866e885 17. ./build_docker/./src/Planner/Planner.cpp:1622: DB::Planner::buildPlanForQueryNode() @ 0x0000000038655e05 18. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:48:10.276075 [ 4239 ] {883f1cf7-8e11-464b-9529-c6ce3636c185} executeQuery: Code: 471. DB::Exception: Invalid value '0' for max_read_buffer_size. (INVALID_SETTING_VALUE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35842) (comment: 02052_last_granula_adjust_logical_error.gen.sql) (in query: select * apply max from data_02052_1_wide0 settings max_read_buffer_size=0, max_threads=1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception const&>(int, FormatStringHelperImpl const&>::type>, DB::SettingFieldNumber const&) @ 0x00000000365d2c2a 4. ./build_docker/./src/Interpreters/Context.cpp:5863: DB::Context::getReadSettings() const @ 0x00000000365a700d 5. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:204: DB::getMergeTreeReaderSettings(std::shared_ptr const&, DB::SelectQueryInfo const&) @ 0x0000000040855a36 6. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:341: DB::ReadFromMergeTree::ReadFromMergeTree(std::vector, std::allocator>>, std::shared_ptr, std::vector>, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr const&, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, std::shared_ptr, std::shared_ptr, bool, std::optional>, std::optional (DB::ParallelReadRequest)>>, std::optional) @ 0x0000000040853a4b 7. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007], std::allocator>>, std::shared_ptr, std::vector> const&, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr&, unsigned long const&, unsigned long const&, std::shared_ptr, std::equal_to, std::allocator>>>&, std::shared_ptr const&, std::shared_ptr&, bool&>(std::vector, std::allocator>>&&, std::shared_ptr&&, std::vector> const&, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr&, unsigned long const&, unsigned long const&, std::shared_ptr, std::equal_to, std::allocator>>>&, std::shared_ptr const&, std::shared_ptr&, bool&) @ 0x000000003e1ecc8d 8. ./build_docker/./src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:996: DB::MergeTreeDataSelectExecutor::readFromParts(std::vector, std::allocator>>, std::shared_ptr, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, std::shared_ptr, bool) const @ 0x000000003e1ad0b3 9. ./build_docker/./src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:172: DB::MergeTreeDataSelectExecutor::read(std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, bool) const @ 0x000000003e1ac5f3 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:285: DB::StorageMergeTree::read(DB::QueryPlan&, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo&, std::shared_ptr, DB::QueryProcessingStage::Enum, unsigned long, unsigned long) @ 0x000000003eab0ea6 11. ./build_docker/./src/Planner/PlannerJoinTree.cpp:939: DB::(anonymous namespace)::buildQueryPlanForTableExpression(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions const&, std::shared_ptr&, bool, bool) @ 0x00000000386c609a 12. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2035: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386aadf5 13. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 14. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:48:10.279719 [ 4239 ] {} TCPHandler: Code: 471. DB::Exception: Invalid value '0' for max_read_buffer_size. (INVALID_SETTING_VALUE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception const&>(int, FormatStringHelperImpl const&>::type>, DB::SettingFieldNumber const&) @ 0x00000000365d2c2a 4. ./build_docker/./src/Interpreters/Context.cpp:5863: DB::Context::getReadSettings() const @ 0x00000000365a700d 5. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:204: DB::getMergeTreeReaderSettings(std::shared_ptr const&, DB::SelectQueryInfo const&) @ 0x0000000040855a36 6. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:341: DB::ReadFromMergeTree::ReadFromMergeTree(std::vector, std::allocator>>, std::shared_ptr, std::vector>, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr const&, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, std::shared_ptr, std::shared_ptr, bool, std::optional>, std::optional (DB::ParallelReadRequest)>>, std::optional) @ 0x0000000040853a4b 7. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007], std::allocator>>, std::shared_ptr, std::vector> const&, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr&, unsigned long const&, unsigned long const&, std::shared_ptr, std::equal_to, std::allocator>>>&, std::shared_ptr const&, std::shared_ptr&, bool&>(std::vector, std::allocator>>&&, std::shared_ptr&&, std::vector> const&, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr&, unsigned long const&, unsigned long const&, std::shared_ptr, std::equal_to, std::allocator>>>&, std::shared_ptr const&, std::shared_ptr&, bool&) @ 0x000000003e1ecc8d 8. ./build_docker/./src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:996: DB::MergeTreeDataSelectExecutor::readFromParts(std::vector, std::allocator>>, std::shared_ptr, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, std::shared_ptr, bool) const @ 0x000000003e1ad0b3 9. ./build_docker/./src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:172: DB::MergeTreeDataSelectExecutor::read(std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, bool) const @ 0x000000003e1ac5f3 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:285: DB::StorageMergeTree::read(DB::QueryPlan&, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo&, std::shared_ptr, DB::QueryProcessingStage::Enum, unsigned long, unsigned long) @ 0x000000003eab0ea6 11. ./build_docker/./src/Planner/PlannerJoinTree.cpp:939: DB::(anonymous namespace)::buildQueryPlanForTableExpression(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions const&, std::shared_ptr&, bool, bool) @ 0x00000000386c609a 12. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2035: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386aadf5 13. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 14. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:48:10.590151 [ 4126 ] {bba248b1-45fa-4d88-92e5-2da747aecb12} executeQuery: Code: 581. DB::Exception: Maximum distributed depth exceeded. (TOO_LARGE_DISTRIBUTED_DEPTH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35872) (comment: 02224_parallel_distributed_insert_select_cluster.sql) (in query: insert into function cluster('test_cluster_two_shards', currentDatabase(), dst_02224, key) select * from cluster('test_cluster_two_shards', currentDatabase(), src_02224, key) settings parallel_distributed_insert_select=1, max_distributed_depth=1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageDistributed.cpp:1194: DB::StorageDistributed::distributedWrite(DB::ASTInsertQuery const&, std::shared_ptr) @ 0x000000003c8ce8e0 5. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:806: DB::InterpreterInsertQuery::execute() @ 0x00000000384f4ebf 6. ./build_docker/./src/Storages/StorageDistributed.cpp:1045: DB::StorageDistributed::distributedWriteBetweenDistributedTables(DB::StorageDistributed const&, DB::ASTInsertQuery const&, std::shared_ptr) const @ 0x000000003c8c265e 7. ./build_docker/./src/Storages/StorageDistributed.cpp:1220: DB::StorageDistributed::distributedWrite(DB::ASTInsertQuery const&, std::shared_ptr) @ 0x000000003c8ce69c 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:806: DB::InterpreterInsertQuery::execute() @ 0x00000000384f4ebf 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 17:48:10.596139 [ 4126 ] {} TCPHandler: Code: 581. DB::Exception: Maximum distributed depth exceeded. (TOO_LARGE_DISTRIBUTED_DEPTH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageDistributed.cpp:1194: DB::StorageDistributed::distributedWrite(DB::ASTInsertQuery const&, std::shared_ptr) @ 0x000000003c8ce8e0 5. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:806: DB::InterpreterInsertQuery::execute() @ 0x00000000384f4ebf 6. ./build_docker/./src/Storages/StorageDistributed.cpp:1045: DB::StorageDistributed::distributedWriteBetweenDistributedTables(DB::StorageDistributed const&, DB::ASTInsertQuery const&, std::shared_ptr) const @ 0x000000003c8c265e 7. ./build_docker/./src/Storages/StorageDistributed.cpp:1220: DB::StorageDistributed::distributedWrite(DB::ASTInsertQuery const&, std::shared_ptr) @ 0x000000003c8ce69c 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:806: DB::InterpreterInsertQuery::execute() @ 0x00000000384f4ebf 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 17:48:10.804679 [ 4239 ] {e4636392-8058-4e96-a2d7-7b03731de7e2} executeQuery: Code: 471. DB::Exception: Invalid value '0' for max_read_buffer_size. (INVALID_SETTING_VALUE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35842) (comment: 02052_last_granula_adjust_logical_error.gen.sql) (in query: select * apply max from data_02052_1_wide100000000 settings max_read_buffer_size=0, max_threads=1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception const&>(int, FormatStringHelperImpl const&>::type>, DB::SettingFieldNumber const&) @ 0x00000000365d2c2a 4. ./build_docker/./src/Interpreters/Context.cpp:5863: DB::Context::getReadSettings() const @ 0x00000000365a700d 5. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:204: DB::getMergeTreeReaderSettings(std::shared_ptr const&, DB::SelectQueryInfo const&) @ 0x0000000040855a36 6. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:341: DB::ReadFromMergeTree::ReadFromMergeTree(std::vector, std::allocator>>, std::shared_ptr, std::vector>, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr const&, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, std::shared_ptr, std::shared_ptr, bool, std::optional>, std::optional (DB::ParallelReadRequest)>>, std::optional) @ 0x0000000040853a4b 7. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007], std::allocator>>, std::shared_ptr, std::vector> const&, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr&, unsigned long const&, unsigned long const&, std::shared_ptr, std::equal_to, std::allocator>>>&, std::shared_ptr const&, std::shared_ptr&, bool&>(std::vector, std::allocator>>&&, std::shared_ptr&&, std::vector> const&, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr&, unsigned long const&, unsigned long const&, std::shared_ptr, std::equal_to, std::allocator>>>&, std::shared_ptr const&, std::shared_ptr&, bool&) @ 0x000000003e1ecc8d 8. ./build_docker/./src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:996: DB::MergeTreeDataSelectExecutor::readFromParts(std::vector, std::allocator>>, std::shared_ptr, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, std::shared_ptr, bool) const @ 0x000000003e1ad0b3 9. ./build_docker/./src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:172: DB::MergeTreeDataSelectExecutor::read(std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, bool) const @ 0x000000003e1ac5f3 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:285: DB::StorageMergeTree::read(DB::QueryPlan&, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo&, std::shared_ptr, DB::QueryProcessingStage::Enum, unsigned long, unsigned long) @ 0x000000003eab0ea6 11. ./build_docker/./src/Planner/PlannerJoinTree.cpp:939: DB::(anonymous namespace)::buildQueryPlanForTableExpression(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions const&, std::shared_ptr&, bool, bool) @ 0x00000000386c609a 12. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2035: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386aadf5 13. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 14. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:48:10.807286 [ 4239 ] {} TCPHandler: Code: 471. DB::Exception: Invalid value '0' for max_read_buffer_size. (INVALID_SETTING_VALUE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception const&>(int, FormatStringHelperImpl const&>::type>, DB::SettingFieldNumber const&) @ 0x00000000365d2c2a 4. ./build_docker/./src/Interpreters/Context.cpp:5863: DB::Context::getReadSettings() const @ 0x00000000365a700d 5. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:204: DB::getMergeTreeReaderSettings(std::shared_ptr const&, DB::SelectQueryInfo const&) @ 0x0000000040855a36 6. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:341: DB::ReadFromMergeTree::ReadFromMergeTree(std::vector, std::allocator>>, std::shared_ptr, std::vector>, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr const&, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, std::shared_ptr, std::shared_ptr, bool, std::optional>, std::optional (DB::ParallelReadRequest)>>, std::optional) @ 0x0000000040853a4b 7. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007], std::allocator>>, std::shared_ptr, std::vector> const&, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr&, unsigned long const&, unsigned long const&, std::shared_ptr, std::equal_to, std::allocator>>>&, std::shared_ptr const&, std::shared_ptr&, bool&>(std::vector, std::allocator>>&&, std::shared_ptr&&, std::vector> const&, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr&, unsigned long const&, unsigned long const&, std::shared_ptr, std::equal_to, std::allocator>>>&, std::shared_ptr const&, std::shared_ptr&, bool&) @ 0x000000003e1ecc8d 8. ./build_docker/./src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:996: DB::MergeTreeDataSelectExecutor::readFromParts(std::vector, std::allocator>>, std::shared_ptr, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, std::shared_ptr, bool) const @ 0x000000003e1ad0b3 9. ./build_docker/./src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:172: DB::MergeTreeDataSelectExecutor::read(std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, bool) const @ 0x000000003e1ac5f3 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:285: DB::StorageMergeTree::read(DB::QueryPlan&, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo&, std::shared_ptr, DB::QueryProcessingStage::Enum, unsigned long, unsigned long) @ 0x000000003eab0ea6 11. ./build_docker/./src/Planner/PlannerJoinTree.cpp:939: DB::(anonymous namespace)::buildQueryPlanForTableExpression(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions const&, std::shared_ptr&, bool, bool) @ 0x00000000386c609a 12. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2035: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386aadf5 13. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 14. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:48:11.069466 [ 4239 ] {856660dc-b0e4-4dc8-9143-b817c201ec31} executeQuery: Code: 471. DB::Exception: Invalid value '0' for max_read_buffer_size. (INVALID_SETTING_VALUE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35842) (comment: 02052_last_granula_adjust_logical_error.gen.sql) (in query: select * apply max from data_02052_10_wide0 settings max_read_buffer_size=0, max_threads=1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception const&>(int, FormatStringHelperImpl const&>::type>, DB::SettingFieldNumber const&) @ 0x00000000365d2c2a 4. ./build_docker/./src/Interpreters/Context.cpp:5863: DB::Context::getReadSettings() const @ 0x00000000365a700d 5. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:204: DB::getMergeTreeReaderSettings(std::shared_ptr const&, DB::SelectQueryInfo const&) @ 0x0000000040855a36 6. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:341: DB::ReadFromMergeTree::ReadFromMergeTree(std::vector, std::allocator>>, std::shared_ptr, std::vector>, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr const&, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, std::shared_ptr, std::shared_ptr, bool, std::optional>, std::optional (DB::ParallelReadRequest)>>, std::optional) @ 0x0000000040853a4b 7. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007], std::allocator>>, std::shared_ptr, std::vector> const&, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr&, unsigned long const&, unsigned long const&, std::shared_ptr, std::equal_to, std::allocator>>>&, std::shared_ptr const&, std::shared_ptr&, bool&>(std::vector, std::allocator>>&&, std::shared_ptr&&, std::vector> const&, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr&, unsigned long const&, unsigned long const&, std::shared_ptr, std::equal_to, std::allocator>>>&, std::shared_ptr const&, std::shared_ptr&, bool&) @ 0x000000003e1ecc8d 8. ./build_docker/./src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:996: DB::MergeTreeDataSelectExecutor::readFromParts(std::vector, std::allocator>>, std::shared_ptr, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, std::shared_ptr, bool) const @ 0x000000003e1ad0b3 9. ./build_docker/./src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:172: DB::MergeTreeDataSelectExecutor::read(std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, bool) const @ 0x000000003e1ac5f3 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:285: DB::StorageMergeTree::read(DB::QueryPlan&, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo&, std::shared_ptr, DB::QueryProcessingStage::Enum, unsigned long, unsigned long) @ 0x000000003eab0ea6 11. ./build_docker/./src/Planner/PlannerJoinTree.cpp:939: DB::(anonymous namespace)::buildQueryPlanForTableExpression(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions const&, std::shared_ptr&, bool, bool) @ 0x00000000386c609a 12. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2035: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386aadf5 13. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 14. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:48:11.072795 [ 4239 ] {} TCPHandler: Code: 471. DB::Exception: Invalid value '0' for max_read_buffer_size. (INVALID_SETTING_VALUE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception const&>(int, FormatStringHelperImpl const&>::type>, DB::SettingFieldNumber const&) @ 0x00000000365d2c2a 4. ./build_docker/./src/Interpreters/Context.cpp:5863: DB::Context::getReadSettings() const @ 0x00000000365a700d 5. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:204: DB::getMergeTreeReaderSettings(std::shared_ptr const&, DB::SelectQueryInfo const&) @ 0x0000000040855a36 6. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:341: DB::ReadFromMergeTree::ReadFromMergeTree(std::vector, std::allocator>>, std::shared_ptr, std::vector>, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr const&, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, std::shared_ptr, std::shared_ptr, bool, std::optional>, std::optional (DB::ParallelReadRequest)>>, std::optional) @ 0x0000000040853a4b 7. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007], std::allocator>>, std::shared_ptr, std::vector> const&, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr&, unsigned long const&, unsigned long const&, std::shared_ptr, std::equal_to, std::allocator>>>&, std::shared_ptr const&, std::shared_ptr&, bool&>(std::vector, std::allocator>>&&, std::shared_ptr&&, std::vector> const&, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr&, unsigned long const&, unsigned long const&, std::shared_ptr, std::equal_to, std::allocator>>>&, std::shared_ptr const&, std::shared_ptr&, bool&) @ 0x000000003e1ecc8d 8. ./build_docker/./src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:996: DB::MergeTreeDataSelectExecutor::readFromParts(std::vector, std::allocator>>, std::shared_ptr, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, std::shared_ptr, bool) const @ 0x000000003e1ad0b3 9. ./build_docker/./src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:172: DB::MergeTreeDataSelectExecutor::read(std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, bool) const @ 0x000000003e1ac5f3 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:285: DB::StorageMergeTree::read(DB::QueryPlan&, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo&, std::shared_ptr, DB::QueryProcessingStage::Enum, unsigned long, unsigned long) @ 0x000000003eab0ea6 11. ./build_docker/./src/Planner/PlannerJoinTree.cpp:939: DB::(anonymous namespace)::buildQueryPlanForTableExpression(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions const&, std::shared_ptr&, bool, bool) @ 0x00000000386c609a 12. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2035: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386aadf5 13. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 14. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:48:11.336982 [ 4239 ] {25619a6c-d5f5-4284-8430-233e69faa40c} executeQuery: Code: 471. DB::Exception: Invalid value '0' for max_read_buffer_size. (INVALID_SETTING_VALUE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35842) (comment: 02052_last_granula_adjust_logical_error.gen.sql) (in query: select * apply max from data_02052_10_wide100000000 settings max_read_buffer_size=0, max_threads=1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception const&>(int, FormatStringHelperImpl const&>::type>, DB::SettingFieldNumber const&) @ 0x00000000365d2c2a 4. ./build_docker/./src/Interpreters/Context.cpp:5863: DB::Context::getReadSettings() const @ 0x00000000365a700d 5. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:204: DB::getMergeTreeReaderSettings(std::shared_ptr const&, DB::SelectQueryInfo const&) @ 0x0000000040855a36 6. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:341: DB::ReadFromMergeTree::ReadFromMergeTree(std::vector, std::allocator>>, std::shared_ptr, std::vector>, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr const&, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, std::shared_ptr, std::shared_ptr, bool, std::optional>, std::optional (DB::ParallelReadRequest)>>, std::optional) @ 0x0000000040853a4b 7. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007], std::allocator>>, std::shared_ptr, std::vector> const&, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr&, unsigned long const&, unsigned long const&, std::shared_ptr, std::equal_to, std::allocator>>>&, std::shared_ptr const&, std::shared_ptr&, bool&>(std::vector, std::allocator>>&&, std::shared_ptr&&, std::vector> const&, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr&, unsigned long const&, unsigned long const&, std::shared_ptr, std::equal_to, std::allocator>>>&, std::shared_ptr const&, std::shared_ptr&, bool&) @ 0x000000003e1ecc8d 8. ./build_docker/./src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:996: DB::MergeTreeDataSelectExecutor::readFromParts(std::vector, std::allocator>>, std::shared_ptr, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, std::shared_ptr, bool) const @ 0x000000003e1ad0b3 9. ./build_docker/./src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:172: DB::MergeTreeDataSelectExecutor::read(std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, bool) const @ 0x000000003e1ac5f3 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:285: DB::StorageMergeTree::read(DB::QueryPlan&, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo&, std::shared_ptr, DB::QueryProcessingStage::Enum, unsigned long, unsigned long) @ 0x000000003eab0ea6 11. ./build_docker/./src/Planner/PlannerJoinTree.cpp:939: DB::(anonymous namespace)::buildQueryPlanForTableExpression(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions const&, std::shared_ptr&, bool, bool) @ 0x00000000386c609a 12. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2035: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386aadf5 13. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 14. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:48:11.340738 [ 4239 ] {} TCPHandler: Code: 471. DB::Exception: Invalid value '0' for max_read_buffer_size. (INVALID_SETTING_VALUE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception const&>(int, FormatStringHelperImpl const&>::type>, DB::SettingFieldNumber const&) @ 0x00000000365d2c2a 4. ./build_docker/./src/Interpreters/Context.cpp:5863: DB::Context::getReadSettings() const @ 0x00000000365a700d 5. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:204: DB::getMergeTreeReaderSettings(std::shared_ptr const&, DB::SelectQueryInfo const&) @ 0x0000000040855a36 6. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:341: DB::ReadFromMergeTree::ReadFromMergeTree(std::vector, std::allocator>>, std::shared_ptr, std::vector>, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr const&, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, std::shared_ptr, std::shared_ptr, bool, std::optional>, std::optional (DB::ParallelReadRequest)>>, std::optional) @ 0x0000000040853a4b 7. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007], std::allocator>>, std::shared_ptr, std::vector> const&, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr&, unsigned long const&, unsigned long const&, std::shared_ptr, std::equal_to, std::allocator>>>&, std::shared_ptr const&, std::shared_ptr&, bool&>(std::vector, std::allocator>>&&, std::shared_ptr&&, std::vector> const&, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr&, unsigned long const&, unsigned long const&, std::shared_ptr, std::equal_to, std::allocator>>>&, std::shared_ptr const&, std::shared_ptr&, bool&) @ 0x000000003e1ecc8d 8. ./build_docker/./src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:996: DB::MergeTreeDataSelectExecutor::readFromParts(std::vector, std::allocator>>, std::shared_ptr, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, std::shared_ptr, bool) const @ 0x000000003e1ad0b3 9. ./build_docker/./src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:172: DB::MergeTreeDataSelectExecutor::read(std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, bool) const @ 0x000000003e1ac5f3 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:285: DB::StorageMergeTree::read(DB::QueryPlan&, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo&, std::shared_ptr, DB::QueryProcessingStage::Enum, unsigned long, unsigned long) @ 0x000000003eab0ea6 11. ./build_docker/./src/Planner/PlannerJoinTree.cpp:939: DB::(anonymous namespace)::buildQueryPlanForTableExpression(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions const&, std::shared_ptr&, bool, bool) @ 0x00000000386c609a 12. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2035: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386aadf5 13. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 14. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:48:11.597665 [ 4239 ] {225980fe-26b4-45b9-af87-17e6ec13a224} executeQuery: Code: 471. DB::Exception: Invalid value '0' for max_read_buffer_size. (INVALID_SETTING_VALUE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35842) (comment: 02052_last_granula_adjust_logical_error.gen.sql) (in query: select * apply max from data_02052_100_wide0 settings max_read_buffer_size=0, max_threads=1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception const&>(int, FormatStringHelperImpl const&>::type>, DB::SettingFieldNumber const&) @ 0x00000000365d2c2a 4. ./build_docker/./src/Interpreters/Context.cpp:5863: DB::Context::getReadSettings() const @ 0x00000000365a700d 5. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:204: DB::getMergeTreeReaderSettings(std::shared_ptr const&, DB::SelectQueryInfo const&) @ 0x0000000040855a36 6. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:341: DB::ReadFromMergeTree::ReadFromMergeTree(std::vector, std::allocator>>, std::shared_ptr, std::vector>, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr const&, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, std::shared_ptr, std::shared_ptr, bool, std::optional>, std::optional (DB::ParallelReadRequest)>>, std::optional) @ 0x0000000040853a4b 7. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007], std::allocator>>, std::shared_ptr, std::vector> const&, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr&, unsigned long const&, unsigned long const&, std::shared_ptr, std::equal_to, std::allocator>>>&, std::shared_ptr const&, std::shared_ptr&, bool&>(std::vector, std::allocator>>&&, std::shared_ptr&&, std::vector> const&, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr&, unsigned long const&, unsigned long const&, std::shared_ptr, std::equal_to, std::allocator>>>&, std::shared_ptr const&, std::shared_ptr&, bool&) @ 0x000000003e1ecc8d 8. ./build_docker/./src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:996: DB::MergeTreeDataSelectExecutor::readFromParts(std::vector, std::allocator>>, std::shared_ptr, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, std::shared_ptr, bool) const @ 0x000000003e1ad0b3 9. ./build_docker/./src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:172: DB::MergeTreeDataSelectExecutor::read(std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, bool) const @ 0x000000003e1ac5f3 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:285: DB::StorageMergeTree::read(DB::QueryPlan&, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo&, std::shared_ptr, DB::QueryProcessingStage::Enum, unsigned long, unsigned long) @ 0x000000003eab0ea6 11. ./build_docker/./src/Planner/PlannerJoinTree.cpp:939: DB::(anonymous namespace)::buildQueryPlanForTableExpression(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions const&, std::shared_ptr&, bool, bool) @ 0x00000000386c609a 12. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2035: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386aadf5 13. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 14. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:48:11.600616 [ 4239 ] {} TCPHandler: Code: 471. DB::Exception: Invalid value '0' for max_read_buffer_size. (INVALID_SETTING_VALUE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception const&>(int, FormatStringHelperImpl const&>::type>, DB::SettingFieldNumber const&) @ 0x00000000365d2c2a 4. ./build_docker/./src/Interpreters/Context.cpp:5863: DB::Context::getReadSettings() const @ 0x00000000365a700d 5. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:204: DB::getMergeTreeReaderSettings(std::shared_ptr const&, DB::SelectQueryInfo const&) @ 0x0000000040855a36 6. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:341: DB::ReadFromMergeTree::ReadFromMergeTree(std::vector, std::allocator>>, std::shared_ptr, std::vector>, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr const&, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, std::shared_ptr, std::shared_ptr, bool, std::optional>, std::optional (DB::ParallelReadRequest)>>, std::optional) @ 0x0000000040853a4b 7. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007], std::allocator>>, std::shared_ptr, std::vector> const&, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr&, unsigned long const&, unsigned long const&, std::shared_ptr, std::equal_to, std::allocator>>>&, std::shared_ptr const&, std::shared_ptr&, bool&>(std::vector, std::allocator>>&&, std::shared_ptr&&, std::vector> const&, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr&, unsigned long const&, unsigned long const&, std::shared_ptr, std::equal_to, std::allocator>>>&, std::shared_ptr const&, std::shared_ptr&, bool&) @ 0x000000003e1ecc8d 8. ./build_docker/./src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:996: DB::MergeTreeDataSelectExecutor::readFromParts(std::vector, std::allocator>>, std::shared_ptr, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, std::shared_ptr, bool) const @ 0x000000003e1ad0b3 9. ./build_docker/./src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:172: DB::MergeTreeDataSelectExecutor::read(std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, bool) const @ 0x000000003e1ac5f3 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:285: DB::StorageMergeTree::read(DB::QueryPlan&, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo&, std::shared_ptr, DB::QueryProcessingStage::Enum, unsigned long, unsigned long) @ 0x000000003eab0ea6 11. ./build_docker/./src/Planner/PlannerJoinTree.cpp:939: DB::(anonymous namespace)::buildQueryPlanForTableExpression(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions const&, std::shared_ptr&, bool, bool) @ 0x00000000386c609a 12. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2035: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386aadf5 13. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 14. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:48:11.824068 [ 4239 ] {0e741888-4d28-4b25-b037-ea4257a1e87a} executeQuery: Code: 471. DB::Exception: Invalid value '0' for max_read_buffer_size. (INVALID_SETTING_VALUE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35842) (comment: 02052_last_granula_adjust_logical_error.gen.sql) (in query: select * apply max from data_02052_100_wide100000000 settings max_read_buffer_size=0, max_threads=1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception const&>(int, FormatStringHelperImpl const&>::type>, DB::SettingFieldNumber const&) @ 0x00000000365d2c2a 4. ./build_docker/./src/Interpreters/Context.cpp:5863: DB::Context::getReadSettings() const @ 0x00000000365a700d 5. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:204: DB::getMergeTreeReaderSettings(std::shared_ptr const&, DB::SelectQueryInfo const&) @ 0x0000000040855a36 6. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:341: DB::ReadFromMergeTree::ReadFromMergeTree(std::vector, std::allocator>>, std::shared_ptr, std::vector>, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr const&, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, std::shared_ptr, std::shared_ptr, bool, std::optional>, std::optional (DB::ParallelReadRequest)>>, std::optional) @ 0x0000000040853a4b 7. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007], std::allocator>>, std::shared_ptr, std::vector> const&, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr&, unsigned long const&, unsigned long const&, std::shared_ptr, std::equal_to, std::allocator>>>&, std::shared_ptr const&, std::shared_ptr&, bool&>(std::vector, std::allocator>>&&, std::shared_ptr&&, std::vector> const&, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr&, unsigned long const&, unsigned long const&, std::shared_ptr, std::equal_to, std::allocator>>>&, std::shared_ptr const&, std::shared_ptr&, bool&) @ 0x000000003e1ecc8d 8. ./build_docker/./src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:996: DB::MergeTreeDataSelectExecutor::readFromParts(std::vector, std::allocator>>, std::shared_ptr, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, std::shared_ptr, bool) const @ 0x000000003e1ad0b3 9. ./build_docker/./src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:172: DB::MergeTreeDataSelectExecutor::read(std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, bool) const @ 0x000000003e1ac5f3 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:285: DB::StorageMergeTree::read(DB::QueryPlan&, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo&, std::shared_ptr, DB::QueryProcessingStage::Enum, unsigned long, unsigned long) @ 0x000000003eab0ea6 11. ./build_docker/./src/Planner/PlannerJoinTree.cpp:939: DB::(anonymous namespace)::buildQueryPlanForTableExpression(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions const&, std::shared_ptr&, bool, bool) @ 0x00000000386c609a 12. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2035: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386aadf5 13. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 14. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:48:11.826850 [ 4239 ] {} TCPHandler: Code: 471. DB::Exception: Invalid value '0' for max_read_buffer_size. (INVALID_SETTING_VALUE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception const&>(int, FormatStringHelperImpl const&>::type>, DB::SettingFieldNumber const&) @ 0x00000000365d2c2a 4. ./build_docker/./src/Interpreters/Context.cpp:5863: DB::Context::getReadSettings() const @ 0x00000000365a700d 5. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:204: DB::getMergeTreeReaderSettings(std::shared_ptr const&, DB::SelectQueryInfo const&) @ 0x0000000040855a36 6. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:341: DB::ReadFromMergeTree::ReadFromMergeTree(std::vector, std::allocator>>, std::shared_ptr, std::vector>, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr const&, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, std::shared_ptr, std::shared_ptr, bool, std::optional>, std::optional (DB::ParallelReadRequest)>>, std::optional) @ 0x0000000040853a4b 7. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007], std::allocator>>, std::shared_ptr, std::vector> const&, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr&, unsigned long const&, unsigned long const&, std::shared_ptr, std::equal_to, std::allocator>>>&, std::shared_ptr const&, std::shared_ptr&, bool&>(std::vector, std::allocator>>&&, std::shared_ptr&&, std::vector> const&, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr&, unsigned long const&, unsigned long const&, std::shared_ptr, std::equal_to, std::allocator>>>&, std::shared_ptr const&, std::shared_ptr&, bool&) @ 0x000000003e1ecc8d 8. ./build_docker/./src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:996: DB::MergeTreeDataSelectExecutor::readFromParts(std::vector, std::allocator>>, std::shared_ptr, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, std::shared_ptr, bool) const @ 0x000000003e1ad0b3 9. ./build_docker/./src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:172: DB::MergeTreeDataSelectExecutor::read(std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, bool) const @ 0x000000003e1ac5f3 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:285: DB::StorageMergeTree::read(DB::QueryPlan&, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo&, std::shared_ptr, DB::QueryProcessingStage::Enum, unsigned long, unsigned long) @ 0x000000003eab0ea6 11. ./build_docker/./src/Planner/PlannerJoinTree.cpp:939: DB::(anonymous namespace)::buildQueryPlanForTableExpression(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions const&, std::shared_ptr&, bool, bool) @ 0x00000000386c609a 12. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2035: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386aadf5 13. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 14. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:48:12.058914 [ 4239 ] {da668124-b9e8-42ac-9e64-b5e9bfafc68a} executeQuery: Code: 471. DB::Exception: Invalid value '0' for max_read_buffer_size. (INVALID_SETTING_VALUE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35842) (comment: 02052_last_granula_adjust_logical_error.gen.sql) (in query: select * apply max from data_02052_10000_wide0 settings max_read_buffer_size=0, max_threads=1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception const&>(int, FormatStringHelperImpl const&>::type>, DB::SettingFieldNumber const&) @ 0x00000000365d2c2a 4. ./build_docker/./src/Interpreters/Context.cpp:5863: DB::Context::getReadSettings() const @ 0x00000000365a700d 5. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:204: DB::getMergeTreeReaderSettings(std::shared_ptr const&, DB::SelectQueryInfo const&) @ 0x0000000040855a36 6. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:341: DB::ReadFromMergeTree::ReadFromMergeTree(std::vector, std::allocator>>, std::shared_ptr, std::vector>, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr const&, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, std::shared_ptr, std::shared_ptr, bool, std::optional>, std::optional (DB::ParallelReadRequest)>>, std::optional) @ 0x0000000040853a4b 7. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007], std::allocator>>, std::shared_ptr, std::vector> const&, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr&, unsigned long const&, unsigned long const&, std::shared_ptr, std::equal_to, std::allocator>>>&, std::shared_ptr const&, std::shared_ptr&, bool&>(std::vector, std::allocator>>&&, std::shared_ptr&&, std::vector> const&, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr&, unsigned long const&, unsigned long const&, std::shared_ptr, std::equal_to, std::allocator>>>&, std::shared_ptr const&, std::shared_ptr&, bool&) @ 0x000000003e1ecc8d 8. ./build_docker/./src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:996: DB::MergeTreeDataSelectExecutor::readFromParts(std::vector, std::allocator>>, std::shared_ptr, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, std::shared_ptr, bool) const @ 0x000000003e1ad0b3 9. ./build_docker/./src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:172: DB::MergeTreeDataSelectExecutor::read(std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, bool) const @ 0x000000003e1ac5f3 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:285: DB::StorageMergeTree::read(DB::QueryPlan&, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo&, std::shared_ptr, DB::QueryProcessingStage::Enum, unsigned long, unsigned long) @ 0x000000003eab0ea6 11. ./build_docker/./src/Planner/PlannerJoinTree.cpp:939: DB::(anonymous namespace)::buildQueryPlanForTableExpression(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions const&, std::shared_ptr&, bool, bool) @ 0x00000000386c609a 12. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2035: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386aadf5 13. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 14. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:48:12.061982 [ 4239 ] {} TCPHandler: Code: 471. DB::Exception: Invalid value '0' for max_read_buffer_size. (INVALID_SETTING_VALUE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception const&>(int, FormatStringHelperImpl const&>::type>, DB::SettingFieldNumber const&) @ 0x00000000365d2c2a 4. ./build_docker/./src/Interpreters/Context.cpp:5863: DB::Context::getReadSettings() const @ 0x00000000365a700d 5. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:204: DB::getMergeTreeReaderSettings(std::shared_ptr const&, DB::SelectQueryInfo const&) @ 0x0000000040855a36 6. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:341: DB::ReadFromMergeTree::ReadFromMergeTree(std::vector, std::allocator>>, std::shared_ptr, std::vector>, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr const&, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, std::shared_ptr, std::shared_ptr, bool, std::optional>, std::optional (DB::ParallelReadRequest)>>, std::optional) @ 0x0000000040853a4b 7. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007], std::allocator>>, std::shared_ptr, std::vector> const&, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr&, unsigned long const&, unsigned long const&, std::shared_ptr, std::equal_to, std::allocator>>>&, std::shared_ptr const&, std::shared_ptr&, bool&>(std::vector, std::allocator>>&&, std::shared_ptr&&, std::vector> const&, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr&, unsigned long const&, unsigned long const&, std::shared_ptr, std::equal_to, std::allocator>>>&, std::shared_ptr const&, std::shared_ptr&, bool&) @ 0x000000003e1ecc8d 8. ./build_docker/./src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:996: DB::MergeTreeDataSelectExecutor::readFromParts(std::vector, std::allocator>>, std::shared_ptr, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, std::shared_ptr, bool) const @ 0x000000003e1ad0b3 9. ./build_docker/./src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:172: DB::MergeTreeDataSelectExecutor::read(std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, bool) const @ 0x000000003e1ac5f3 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:285: DB::StorageMergeTree::read(DB::QueryPlan&, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo&, std::shared_ptr, DB::QueryProcessingStage::Enum, unsigned long, unsigned long) @ 0x000000003eab0ea6 11. ./build_docker/./src/Planner/PlannerJoinTree.cpp:939: DB::(anonymous namespace)::buildQueryPlanForTableExpression(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions const&, std::shared_ptr&, bool, bool) @ 0x00000000386c609a 12. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2035: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386aadf5 13. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 14. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:48:12.288349 [ 4239 ] {85a2e0d1-a41e-4a41-a94f-24545d687070} executeQuery: Code: 471. DB::Exception: Invalid value '0' for max_read_buffer_size. (INVALID_SETTING_VALUE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35842) (comment: 02052_last_granula_adjust_logical_error.gen.sql) (in query: select * apply max from data_02052_10000_wide100000000 settings max_read_buffer_size=0, max_threads=1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception const&>(int, FormatStringHelperImpl const&>::type>, DB::SettingFieldNumber const&) @ 0x00000000365d2c2a 4. ./build_docker/./src/Interpreters/Context.cpp:5863: DB::Context::getReadSettings() const @ 0x00000000365a700d 5. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:204: DB::getMergeTreeReaderSettings(std::shared_ptr const&, DB::SelectQueryInfo const&) @ 0x0000000040855a36 6. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:341: DB::ReadFromMergeTree::ReadFromMergeTree(std::vector, std::allocator>>, std::shared_ptr, std::vector>, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr const&, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, std::shared_ptr, std::shared_ptr, bool, std::optional>, std::optional (DB::ParallelReadRequest)>>, std::optional) @ 0x0000000040853a4b 7. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007], std::allocator>>, std::shared_ptr, std::vector> const&, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr&, unsigned long const&, unsigned long const&, std::shared_ptr, std::equal_to, std::allocator>>>&, std::shared_ptr const&, std::shared_ptr&, bool&>(std::vector, std::allocator>>&&, std::shared_ptr&&, std::vector> const&, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr&, unsigned long const&, unsigned long const&, std::shared_ptr, std::equal_to, std::allocator>>>&, std::shared_ptr const&, std::shared_ptr&, bool&) @ 0x000000003e1ecc8d 8. ./build_docker/./src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:996: DB::MergeTreeDataSelectExecutor::readFromParts(std::vector, std::allocator>>, std::shared_ptr, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, std::shared_ptr, bool) const @ 0x000000003e1ad0b3 9. ./build_docker/./src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:172: DB::MergeTreeDataSelectExecutor::read(std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, bool) const @ 0x000000003e1ac5f3 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:285: DB::StorageMergeTree::read(DB::QueryPlan&, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo&, std::shared_ptr, DB::QueryProcessingStage::Enum, unsigned long, unsigned long) @ 0x000000003eab0ea6 11. ./build_docker/./src/Planner/PlannerJoinTree.cpp:939: DB::(anonymous namespace)::buildQueryPlanForTableExpression(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions const&, std::shared_ptr&, bool, bool) @ 0x00000000386c609a 12. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2035: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386aadf5 13. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 14. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:48:12.291099 [ 4239 ] {} TCPHandler: Code: 471. DB::Exception: Invalid value '0' for max_read_buffer_size. (INVALID_SETTING_VALUE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception const&>(int, FormatStringHelperImpl const&>::type>, DB::SettingFieldNumber const&) @ 0x00000000365d2c2a 4. ./build_docker/./src/Interpreters/Context.cpp:5863: DB::Context::getReadSettings() const @ 0x00000000365a700d 5. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:204: DB::getMergeTreeReaderSettings(std::shared_ptr const&, DB::SelectQueryInfo const&) @ 0x0000000040855a36 6. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:341: DB::ReadFromMergeTree::ReadFromMergeTree(std::vector, std::allocator>>, std::shared_ptr, std::vector>, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr const&, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, std::shared_ptr, std::shared_ptr, bool, std::optional>, std::optional (DB::ParallelReadRequest)>>, std::optional) @ 0x0000000040853a4b 7. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007], std::allocator>>, std::shared_ptr, std::vector> const&, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr&, unsigned long const&, unsigned long const&, std::shared_ptr, std::equal_to, std::allocator>>>&, std::shared_ptr const&, std::shared_ptr&, bool&>(std::vector, std::allocator>>&&, std::shared_ptr&&, std::vector> const&, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr&, unsigned long const&, unsigned long const&, std::shared_ptr, std::equal_to, std::allocator>>>&, std::shared_ptr const&, std::shared_ptr&, bool&) @ 0x000000003e1ecc8d 8. ./build_docker/./src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:996: DB::MergeTreeDataSelectExecutor::readFromParts(std::vector, std::allocator>>, std::shared_ptr, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, std::shared_ptr, bool) const @ 0x000000003e1ad0b3 9. ./build_docker/./src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:172: DB::MergeTreeDataSelectExecutor::read(std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, bool) const @ 0x000000003e1ac5f3 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:285: DB::StorageMergeTree::read(DB::QueryPlan&, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo&, std::shared_ptr, DB::QueryProcessingStage::Enum, unsigned long, unsigned long) @ 0x000000003eab0ea6 11. ./build_docker/./src/Planner/PlannerJoinTree.cpp:939: DB::(anonymous namespace)::buildQueryPlanForTableExpression(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions const&, std::shared_ptr&, bool, bool) @ 0x00000000386c609a 12. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2035: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386aadf5 13. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 14. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:48:14.722220 [ 4131 ] {b6d67dcb-b4c5-469d-9116-534f778a079a} executeQuery: Code: 36. DB::Exception: Table function VALUES requires all but first argument (rows specification) to be either tuples or single values. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:36004) (comment: 01658_values_ubsan.sql) (in query: SELECT * FROM VALUES('x UInt8, y UInt16', 1 + 2, 'Hello');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/TableFunctions/TableFunctionValues.cpp:77: DB::(anonymous namespace)::TableFunctionValues::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x000000002741ecf1 5. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 6. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:48:14.725336 [ 4131 ] {} TCPHandler: Code: 36. DB::Exception: Table function VALUES requires all but first argument (rows specification) to be either tuples or single values. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/TableFunctions/TableFunctionValues.cpp:77: DB::(anonymous namespace)::TableFunctionValues::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x000000002741ecf1 5. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 6. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:48:14.904323 [ 1375 ] {e70f4f5e-f286-46bd-ae38-58aa648318d2} executeQuery: Code: 44. DB::Exception: Sorting key cannot contain constants. (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:36010) (comment: 02816_check_projection_metadata.sql) (in query: CREATE TABLE kek (`uuid` FixedString(16), `id` int, `ns` String, `dt` DateTime64(6), PROJECTION null_pk (SELECT * ORDER BY ns, 1, 4)) ENGINE = MergeTree ORDER BY (id, dt, uuid) SETTINGS index_granularity = 9955, min_bytes_for_wide_part = 0, ratio_of_defaults_for_sparse_serialization = 0.2852712571620941, replace_long_file_name_to_hash = false, max_file_name_length = 128, min_bytes_for_full_part_storage = 0, compact_parts_max_bytes_to_buffer = 485881253, compact_parts_max_granules_to_buffer = 254, compact_parts_merge_max_bytes_to_prefetch_part = 32514673, merge_max_block_size = 18240, old_parts_lifetime = 108., prefer_fetch_merged_part_size_threshold = 10737418240, vertical_merge_algorithm_min_rows_to_activate = 1, vertical_merge_algorithm_min_columns_to_activate = 100, min_merge_bytes_to_use_direct_io = 7978212711, index_granularity_bytes = 3640436, use_const_adaptive_granularity = true, enable_index_granularity_compression = true, concurrent_part_removal_threshold = 100, allow_vertical_merges_from_compact_to_wide_parts = false, cache_populated_by_fetch = true, marks_compress_block_size = 53295, primary_key_compress_block_size = 29873, use_primary_key_cache = false, prewarm_primary_key_cache = true, prewarm_mark_cache = false), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:662: DB::checkKeyExpression(DB::ExpressionActions const&, DB::Block const&, String const&, bool) @ 0x000000003de0ad24 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:845: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de0762e 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:827: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de071d2 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 9. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 10. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 11. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 12. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 14. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:48:14.908633 [ 1375 ] {} TCPHandler: Code: 44. DB::Exception: Sorting key cannot contain constants. (ILLEGAL_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:662: DB::checkKeyExpression(DB::ExpressionActions const&, DB::Block const&, String const&, bool) @ 0x000000003de0ad24 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:845: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de0762e 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:827: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de071d2 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 9. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 10. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 11. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 12. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 14. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:48:17.314453 [ 3274 ] {805b655b-e54d-4443-ba88-4b420a602037} executeQuery: Code: 53. DB::Exception: Incompatible types of subcolumn 'k1': Array(Int8) and String. (TYPE_MISMATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54936) (comment: 01825_type_json_4.sh) (in query: INSERT INTO t_json_4 FORMAT JSONEachRow), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String const&, String&&, String&&) @ 0x00000000273f3937 4. ./build_docker/./src/DataTypes/ObjectUtils.cpp:378: DB::getLeastCommonTypeForDynamicColumnsImpl(std::shared_ptr const&, std::vector, std::allocator>> const&, bool) @ 0x0000000034d7d76a 5. ./build_docker/./src/DataTypes/ObjectUtils.cpp:489: DB::convertDynamicColumnsToTuples(DB::Block&, std::shared_ptr const&) @ 0x0000000034d73d3f 6. ./build_docker/./src/Storages/MergeTree/MergeTreeSink.cpp:93: DB::MergeTreeSink::consume(DB::Chunk&) @ 0x000000003eb856fc 7. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:18: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x0000000040442f99 8. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 10. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 11. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 12. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 13. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 14. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 15. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 16. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 17:48:17.319207 [ 3274 ] {} TCPHandler: Code: 53. DB::Exception: Incompatible types of subcolumn 'k1': Array(Int8) and String. (TYPE_MISMATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String const&, String&&, String&&) @ 0x00000000273f3937 4. ./build_docker/./src/DataTypes/ObjectUtils.cpp:378: DB::getLeastCommonTypeForDynamicColumnsImpl(std::shared_ptr const&, std::vector, std::allocator>> const&, bool) @ 0x0000000034d7d76a 5. ./build_docker/./src/DataTypes/ObjectUtils.cpp:489: DB::convertDynamicColumnsToTuples(DB::Block&, std::shared_ptr const&) @ 0x0000000034d73d3f 6. ./build_docker/./src/Storages/MergeTree/MergeTreeSink.cpp:93: DB::MergeTreeSink::consume(DB::Chunk&) @ 0x000000003eb856fc 7. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:18: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x0000000040442f99 8. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 10. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 11. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 12. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 13. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 14. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 15. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 16. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 17:48:21.405611 [ 4149 ] {4d0a36c0-1544-4642-bb81-03653ddcc34d} executeQuery: Code: 520. DB::Exception: Cannot drop/detach dictionary test_opfe4gco.02181_test_dictionary as table, use DROP DICTIONARY or DETACH DICTIONARY query instead. (CANNOT_DETACH_DICTIONARY_AS_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55070) (comment: 02181_dictionary_attach_detach.sql) (in query: DETACH TABLE 02181_test_dictionary;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/StorageDictionary.cpp:156: DB::StorageDictionary::checkTableCanBeDropped(std::shared_ptr) const @ 0x000000003c88c1f4 5. ./build_docker/./src/Storages/StorageDictionary.cpp:169: DB::StorageDictionary::checkTableCanBeDetached() const @ 0x000000003c88c35a 6. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:0: DB::InterpreterDropQuery::executeToTableImpl(std::shared_ptr const&, DB::ASTDropQuery&, std::shared_ptr&, StrongTypedef, DB::UUIDTag>&) @ 0x00000000378321ba 7. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:122: DB::InterpreterDropQuery::executeToTable(DB::ASTDropQuery&) @ 0x000000003782df9f 8. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:95: DB::InterpreterDropQuery::executeSingleDropQuery(std::shared_ptr const&) @ 0x000000003782acf9 9. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:76: DB::InterpreterDropQuery::execute() @ 0x000000003782a553 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:48:21.408425 [ 4149 ] {} TCPHandler: Code: 520. DB::Exception: Cannot drop/detach dictionary test_opfe4gco.02181_test_dictionary as table, use DROP DICTIONARY or DETACH DICTIONARY query instead. (CANNOT_DETACH_DICTIONARY_AS_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/StorageDictionary.cpp:156: DB::StorageDictionary::checkTableCanBeDropped(std::shared_ptr) const @ 0x000000003c88c1f4 5. ./build_docker/./src/Storages/StorageDictionary.cpp:169: DB::StorageDictionary::checkTableCanBeDetached() const @ 0x000000003c88c35a 6. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:0: DB::InterpreterDropQuery::executeToTableImpl(std::shared_ptr const&, DB::ASTDropQuery&, std::shared_ptr&, StrongTypedef, DB::UUIDTag>&) @ 0x00000000378321ba 7. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:122: DB::InterpreterDropQuery::executeToTable(DB::ASTDropQuery&) @ 0x000000003782df9f 8. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:95: DB::InterpreterDropQuery::executeSingleDropQuery(std::shared_ptr const&) @ 0x000000003782acf9 9. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:76: DB::InterpreterDropQuery::execute() @ 0x000000003782a553 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:48:21.801652 [ 4149 ] {5d30b56e-ca87-49ff-ad1e-190763e361cb} executeQuery: Code: 80. DB::Exception: Cannot ATTACH TABLE test_opfe4gco.`02181_test_dictionary`, it is a Dictionary. (INCORRECT_QUERY) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55070) (comment: 02181_dictionary_attach_detach.sql) (in query: ATTACH TABLE 02181_test_dictionary;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1576: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c4724 5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 8. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 17:48:21.804614 [ 4149 ] {} TCPHandler: Code: 80. DB::Exception: Cannot ATTACH TABLE test_opfe4gco.`02181_test_dictionary`, it is a Dictionary. (INCORRECT_QUERY), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1576: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c4724 5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 8. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 17:48:23.312787 [ 3274 ] {a3d469a3-da43-43eb-9028-3153b298312e} executeQuery: Code: 12. DB::Exception: Too large 'k' argument for h3kRing function, maximum 10000: In scope SELECT h3kRing(581276613233082367, 65535). (PARAMETER_OUT_OF_BOUND) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55096) (comment: 01442_h3kring_range_check.sql) (in query: SELECT h3kRing(581276613233082367, 65535);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, int const&) @ 0x0000000011cd5ead 4. DB::(anonymous namespace)::FunctionH3KRing::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000011d0d575 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:48:23.315617 [ 3274 ] {} TCPHandler: Code: 12. DB::Exception: Too large 'k' argument for h3kRing function, maximum 10000: In scope SELECT h3kRing(581276613233082367, 65535). (PARAMETER_OUT_OF_BOUND), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, int const&) @ 0x0000000011cd5ead 4. DB::(anonymous namespace)::FunctionH3KRing::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000011d0d575 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:48:24.102985 [ 3274 ] {7853ec6d-b91f-45c9-aded-3c307e63a629} executeQuery: Code: 43. DB::Exception: Illegal type Int8 of argument 2 of function h3kRing. Must be unsigned native integer.: In scope SELECT h3kRing(581276613233082367, -1). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55096) (comment: 01442_h3kring_range_check.sql) (in query: SELECT h3kRing(581276613233082367, -1);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, int&&, String&&) @ 0x000000000f70db17 4. DB::(anonymous namespace)::FunctionH3KRing::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x0000000011d0eac6 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:48:24.105910 [ 3274 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Int8 of argument 2 of function h3kRing. Must be unsigned native integer.: In scope SELECT h3kRing(581276613233082367, -1). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, int&&, String&&) @ 0x000000000f70db17 4. DB::(anonymous namespace)::FunctionH3KRing::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x0000000011d0eac6 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:48:24.362348 [ 3274 ] {52fe3e5f-b660-4514-8a10-d66140f4da65} executeQuery: Code: 43. DB::Exception: Illegal type Float64 of argument 2 of function h3kRing. Must be unsigned native integer.: In scope SELECT h3kRing(581276613233082367, nan). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55096) (comment: 01442_h3kring_range_check.sql) (in query: SELECT h3kRing(581276613233082367, nan);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, int&&, String&&) @ 0x000000000f70db17 4. DB::(anonymous namespace)::FunctionH3KRing::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x0000000011d0eac6 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:48:24.365320 [ 3274 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Float64 of argument 2 of function h3kRing. Must be unsigned native integer.: In scope SELECT h3kRing(581276613233082367, nan). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, int&&, String&&) @ 0x000000000f70db17 4. DB::(anonymous namespace)::FunctionH3KRing::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x0000000011d0eac6 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:48:24.650340 [ 1428 ] {7d538dcb-b471-4d59-aac9-3a72701f3f2c} executeQuery: Code: 43. DB::Exception: Illegal types Decimal(76, 3) and Date of arguments of function intDiv: In scope SELECT intDiv(CAST('1.0', 'Decimal256(3)'), today()). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55156) (comment: 03002_int_div_decimal_with_date_bug.sql) (in query: SELECT intDiv(CAST('1.0', 'Decimal256(3)'), today());), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. DB::FunctionBinaryArithmetic::getReturnTypeImplStatic(std::vector, std::allocator>> const&, std::shared_ptr) @ 0x0000000012a8c12a 5. DB::BinaryArithmeticOverloadResolver::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x0000000011fe6799 6. DB::IFunctionOverloadResolver::getReturnTypeImpl(std::vector> const&) const @ 0x0000000009f857c6 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:48:24.653126 [ 1428 ] {} TCPHandler: Code: 43. DB::Exception: Illegal types Decimal(76, 3) and Date of arguments of function intDiv: In scope SELECT intDiv(CAST('1.0', 'Decimal256(3)'), today()). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. DB::FunctionBinaryArithmetic::getReturnTypeImplStatic(std::vector, std::allocator>> const&, std::shared_ptr) @ 0x0000000012a8c12a 5. DB::BinaryArithmeticOverloadResolver::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x0000000011fe6799 6. DB::IFunctionOverloadResolver::getReturnTypeImpl(std::vector> const&) const @ 0x0000000009f857c6 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:48:24.670805 [ 1428 ] {6bc72c44-8624-4fa2-bf35-201aa37ac446} executeQuery: Code: 43. DB::Exception: Illegal types Decimal(76, 3) and Date of arguments of function intDiv: In scope SELECT intDiv(CAST('1.0', 'Decimal256(3)'), toDate('2023-01-02')). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55156) (comment: 03002_int_div_decimal_with_date_bug.sql) (in query: SELECT intDiv(CAST('1.0', 'Decimal256(3)'), toDate('2023-01-02'));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. DB::FunctionBinaryArithmetic::getReturnTypeImplStatic(std::vector, std::allocator>> const&, std::shared_ptr) @ 0x0000000012a8c12a 5. DB::BinaryArithmeticOverloadResolver::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x0000000011fe6799 6. DB::IFunctionOverloadResolver::getReturnTypeImpl(std::vector> const&) const @ 0x0000000009f857c6 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:48:24.672980 [ 1428 ] {} TCPHandler: Code: 43. DB::Exception: Illegal types Decimal(76, 3) and Date of arguments of function intDiv: In scope SELECT intDiv(CAST('1.0', 'Decimal256(3)'), toDate('2023-01-02')). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. DB::FunctionBinaryArithmetic::getReturnTypeImplStatic(std::vector, std::allocator>> const&, std::shared_ptr) @ 0x0000000012a8c12a 5. DB::BinaryArithmeticOverloadResolver::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x0000000011fe6799 6. DB::IFunctionOverloadResolver::getReturnTypeImpl(std::vector> const&) const @ 0x0000000009f857c6 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:48:24.689067 [ 1428 ] {ade05102-5136-4577-8db4-acfac710e1d5} executeQuery: Code: 43. DB::Exception: Illegal types Decimal(76, 2) and Date32 of arguments of function intDiv: In scope SELECT intDiv(CAST('1.0', 'Decimal256(2)'), toDate32('2023-01-02 12:12:12')). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55156) (comment: 03002_int_div_decimal_with_date_bug.sql) (in query: SELECT intDiv(CAST('1.0', 'Decimal256(2)'), toDate32('2023-01-02 12:12:12'));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. DB::FunctionBinaryArithmetic::getReturnTypeImplStatic(std::vector, std::allocator>> const&, std::shared_ptr) @ 0x0000000012a8c12a 5. DB::BinaryArithmeticOverloadResolver::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x0000000011fe6799 6. DB::IFunctionOverloadResolver::getReturnTypeImpl(std::vector> const&) const @ 0x0000000009f857c6 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:48:24.691159 [ 1428 ] {} TCPHandler: Code: 43. DB::Exception: Illegal types Decimal(76, 2) and Date32 of arguments of function intDiv: In scope SELECT intDiv(CAST('1.0', 'Decimal256(2)'), toDate32('2023-01-02 12:12:12')). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. DB::FunctionBinaryArithmetic::getReturnTypeImplStatic(std::vector, std::allocator>> const&, std::shared_ptr) @ 0x0000000012a8c12a 5. DB::BinaryArithmeticOverloadResolver::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x0000000011fe6799 6. DB::IFunctionOverloadResolver::getReturnTypeImpl(std::vector> const&) const @ 0x0000000009f857c6 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:48:24.704893 [ 1428 ] {b017dbfa-1133-4bdb-ab8f-3f303d04c7fb} executeQuery: Code: 43. DB::Exception: Illegal types Decimal(76, 2) and DateTime of arguments of function intDiv: In scope SELECT intDiv(CAST('1.0', 'Decimal256(2)'), toDateTime('2023-01-02 12:12:12')). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55156) (comment: 03002_int_div_decimal_with_date_bug.sql) (in query: SELECT intDiv(CAST('1.0', 'Decimal256(2)'), toDateTime('2023-01-02 12:12:12'));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. DB::FunctionBinaryArithmetic::getReturnTypeImplStatic(std::vector, std::allocator>> const&, std::shared_ptr) @ 0x0000000012a8c12a 5. DB::BinaryArithmeticOverloadResolver::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x0000000011fe6799 6. DB::IFunctionOverloadResolver::getReturnTypeImpl(std::vector> const&) const @ 0x0000000009f857c6 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:48:24.706817 [ 1428 ] {} TCPHandler: Code: 43. DB::Exception: Illegal types Decimal(76, 2) and DateTime of arguments of function intDiv: In scope SELECT intDiv(CAST('1.0', 'Decimal256(2)'), toDateTime('2023-01-02 12:12:12')). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. DB::FunctionBinaryArithmetic::getReturnTypeImplStatic(std::vector, std::allocator>> const&, std::shared_ptr) @ 0x0000000012a8c12a 5. DB::BinaryArithmeticOverloadResolver::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x0000000011fe6799 6. DB::IFunctionOverloadResolver::getReturnTypeImpl(std::vector> const&) const @ 0x0000000009f857c6 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:48:24.719555 [ 1428 ] {1c9dba7e-56de-4aee-8ffe-6cee5b66fd84} executeQuery: Code: 43. DB::Exception: Illegal types Decimal(76, 2) and DateTime64(3) of arguments of function intDiv: In scope SELECT intDiv(CAST('1.0', 'Decimal256(2)'), toDateTime64('2023-01-02 12:12:12.002', 3)). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55156) (comment: 03002_int_div_decimal_with_date_bug.sql) (in query: SELECT intDiv(CAST('1.0', 'Decimal256(2)'), toDateTime64('2023-01-02 12:12:12.002', 3));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. DB::FunctionBinaryArithmetic::getReturnTypeImplStatic(std::vector, std::allocator>> const&, std::shared_ptr) @ 0x0000000012a8c12a 5. DB::BinaryArithmeticOverloadResolver::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x0000000011fe6799 6. DB::IFunctionOverloadResolver::getReturnTypeImpl(std::vector> const&) const @ 0x0000000009f857c6 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:48:24.721215 [ 1428 ] {} TCPHandler: Code: 43. DB::Exception: Illegal types Decimal(76, 2) and DateTime64(3) of arguments of function intDiv: In scope SELECT intDiv(CAST('1.0', 'Decimal256(2)'), toDateTime64('2023-01-02 12:12:12.002', 3)). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. DB::FunctionBinaryArithmetic::getReturnTypeImplStatic(std::vector, std::allocator>> const&, std::shared_ptr) @ 0x0000000012a8c12a 5. DB::BinaryArithmeticOverloadResolver::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x0000000011fe6799 6. DB::IFunctionOverloadResolver::getReturnTypeImpl(std::vector> const&) const @ 0x0000000009f857c6 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:48:25.600661 [ 4253 ] {02421_truncate_isolation_with_mutations_test_dqozw1yg_tx11_13708} executeQuery: Code: 650. DB::Exception: Serialization error: Transaction (32, 33, 20e75100-66d7-464f-8ed3-c334df4f0fd8) tried to remove data part all_1_1_0 from test_dqozw1yg.tt (9f2ad7a8-6011-4795-90ea-ef9ac3c4c8ec), but it's locked by another transaction (TID: (32, 34, 20e75100-66d7-464f-8ed3-c334df4f0fd8), TIDH: 3931890116048995801) which is currently removing this part. (SERIALIZATION_ERROR) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:54626) (in query: truncate table tt), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, DB::TransactionID const&, String&, String&&, DB::TransactionID&&, unsigned long&) @ 0x0000000039004747 4. ./build_docker/./src/Interpreters/TransactionVersionMetadata.cpp:62: DB::VersionMetadata::lockRemovalTID(DB::TransactionID const&, DB::TransactionInfoContext const&) @ 0x0000000038ffc060 5. ./build_docker/./src/Interpreters/MergeTreeTransaction.cpp:149: DB::MergeTreeTransaction::removeOldPart(std::shared_ptr const&, std::shared_ptr const&, DB::TransactionInfoContext const&) @ 0x00000000388a6e03 6. ./build_docker/./src/Interpreters/MergeTreeTransaction.cpp:93: DB::MergeTreeTransaction::removeOldPart(std::shared_ptr const&, std::shared_ptr const&, DB::MergeTreeTransaction*) @ 0x00000000388a6b3c 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:4383: DB::MergeTreeData::removePartsFromWorkingSet(DB::MergeTreeTransaction*, std::vector, std::allocator>> const&, bool, DB::DataPartsLock&) @ 0x000000003dedfd3a 8. ./build_docker/./src/Storages/StorageMergeTree.cpp:1942: DB::StorageMergeTree::truncate(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, DB::TableExclusiveLockHolder&) @ 0x000000003eb0880b 9. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:285: DB::InterpreterDropQuery::executeToTableImpl(std::shared_ptr const&, DB::ASTDropQuery&, std::shared_ptr&, StrongTypedef, DB::UUIDTag>&) @ 0x000000003783375c 10. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:122: DB::InterpreterDropQuery::executeToTable(DB::ASTDropQuery&) @ 0x000000003782df9f 11. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:95: DB::InterpreterDropQuery::executeSingleDropQuery(std::shared_ptr const&) @ 0x000000003782acf9 12. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:76: DB::InterpreterDropQuery::execute() @ 0x000000003782a553 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 15. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 16. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 17. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 17:48:25.613645 [ 4253 ] {02421_truncate_isolation_with_mutations_test_dqozw1yg_tx11_13708} DynamicQueryHandler: Code: 650. DB::Exception: Serialization error: Transaction (32, 33, 20e75100-66d7-464f-8ed3-c334df4f0fd8) tried to remove data part all_1_1_0 from test_dqozw1yg.tt (9f2ad7a8-6011-4795-90ea-ef9ac3c4c8ec), but it's locked by another transaction (TID: (32, 34, 20e75100-66d7-464f-8ed3-c334df4f0fd8), TIDH: 3931890116048995801) which is currently removing this part. (SERIALIZATION_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, DB::TransactionID const&, String&, String&&, DB::TransactionID&&, unsigned long&) @ 0x0000000039004747 4. ./build_docker/./src/Interpreters/TransactionVersionMetadata.cpp:62: DB::VersionMetadata::lockRemovalTID(DB::TransactionID const&, DB::TransactionInfoContext const&) @ 0x0000000038ffc060 5. ./build_docker/./src/Interpreters/MergeTreeTransaction.cpp:149: DB::MergeTreeTransaction::removeOldPart(std::shared_ptr const&, std::shared_ptr const&, DB::TransactionInfoContext const&) @ 0x00000000388a6e03 6. ./build_docker/./src/Interpreters/MergeTreeTransaction.cpp:93: DB::MergeTreeTransaction::removeOldPart(std::shared_ptr const&, std::shared_ptr const&, DB::MergeTreeTransaction*) @ 0x00000000388a6b3c 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:4383: DB::MergeTreeData::removePartsFromWorkingSet(DB::MergeTreeTransaction*, std::vector, std::allocator>> const&, bool, DB::DataPartsLock&) @ 0x000000003dedfd3a 8. ./build_docker/./src/Storages/StorageMergeTree.cpp:1942: DB::StorageMergeTree::truncate(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, DB::TableExclusiveLockHolder&) @ 0x000000003eb0880b 9. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:285: DB::InterpreterDropQuery::executeToTableImpl(std::shared_ptr const&, DB::ASTDropQuery&, std::shared_ptr&, StrongTypedef, DB::UUIDTag>&) @ 0x000000003783375c 10. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:122: DB::InterpreterDropQuery::executeToTable(DB::ASTDropQuery&) @ 0x000000003782df9f 11. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:95: DB::InterpreterDropQuery::executeSingleDropQuery(std::shared_ptr const&) @ 0x000000003782acf9 12. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:76: DB::InterpreterDropQuery::execute() @ 0x000000003782a553 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 15. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 16. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 17. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:48:26.209551 [ 4128 ] {b42182a9-4634-44e9-8269-77ee4bdf63cb} executeQuery: Code: 47. DB::Exception: Unknown qualified identifier: insert_select_src: While processing insert_select_src.* EXCEPT (middle_a, middle_b). (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55188) (comment: 01470_test_insert_select_asterisk.sql) (in query: INSERT INTO insert_select_dst(insert_select_src.* EXCEPT (middle_a, middle_b)) SELECT * FROM insert_select_src;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/TranslateQualifiedNamesVisitor.cpp:172: DB::TranslateQualifiedNamesMatcher::visit(DB::ASTQualifiedAsterisk const&, std::shared_ptr const&, DB::TranslateQualifiedNamesMatcher::Data&) @ 0x0000000039147c94 5. ./build_docker/./src/Interpreters/TranslateQualifiedNamesVisitor.cpp:227: DB::TranslateQualifiedNamesMatcher::visit(DB::ASTExpressionList&, std::shared_ptr const&, DB::TranslateQualifiedNamesMatcher::Data&) @ 0x0000000039142b06 6. ./build_docker/./src/Interpreters/TranslateQualifiedNamesVisitor.cpp:113: DB::TranslateQualifiedNamesMatcher::visit(std::shared_ptr&, DB::TranslateQualifiedNamesMatcher::Data&) @ 0x0000000039140c85 7. ./src/Interpreters/InDepthNodeVisitor.h:71: DB::InDepthNodeVisitor>::doVisit(std::shared_ptr&) @ 0x0000000039057f75 8. ./src/Interpreters/InDepthNodeVisitor.h:61: DB::processColumnTransformers(String const&, std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003937820d 9. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:195: DB::InterpreterInsertQuery::getInsertColumnNames() const @ 0x00000000384de970 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1348: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926e967 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:48:26.213145 [ 4128 ] {} TCPHandler: Code: 47. DB::Exception: Unknown qualified identifier: insert_select_src: While processing insert_select_src.* EXCEPT (middle_a, middle_b). (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/TranslateQualifiedNamesVisitor.cpp:172: DB::TranslateQualifiedNamesMatcher::visit(DB::ASTQualifiedAsterisk const&, std::shared_ptr const&, DB::TranslateQualifiedNamesMatcher::Data&) @ 0x0000000039147c94 5. ./build_docker/./src/Interpreters/TranslateQualifiedNamesVisitor.cpp:227: DB::TranslateQualifiedNamesMatcher::visit(DB::ASTExpressionList&, std::shared_ptr const&, DB::TranslateQualifiedNamesMatcher::Data&) @ 0x0000000039142b06 6. ./build_docker/./src/Interpreters/TranslateQualifiedNamesVisitor.cpp:113: DB::TranslateQualifiedNamesMatcher::visit(std::shared_ptr&, DB::TranslateQualifiedNamesMatcher::Data&) @ 0x0000000039140c85 7. ./src/Interpreters/InDepthNodeVisitor.h:71: DB::InDepthNodeVisitor>::doVisit(std::shared_ptr&) @ 0x0000000039057f75 8. ./src/Interpreters/InDepthNodeVisitor.h:61: DB::processColumnTransformers(String const&, std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003937820d 9. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:195: DB::InterpreterInsertQuery::getInsertColumnNames() const @ 0x00000000384de970 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1348: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926e967 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:48:28.241584 [ 3274 ] {aa01fea2-cf2b-4689-82e5-4a7f5fddc133} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 8.00 GiB (attempt to allocate chunk of 8590066448 bytes), current RSS 14.00 MiB, maximum: 953.67 MiB. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:40398) (comment: 01783_parallel_formatting_memory.sh) (in query: SELECT range(65535) FROM system.one ARRAY JOIN range(65536) AS number), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x0000000020615543 8. ./src/Common/PODArray.h:152: COW::immutable_ptr DB::ColumnArray::replicateNumber(DB::PODArray, 63ul, 64ul> const&) const @ 0x000000003b56f3a8 9. ./build_docker/./src/Columns/ColumnArray.cpp:1049: DB::ColumnArray::replicate(DB::PODArray, 63ul, 64ul> const&) const @ 0x000000003b53adcb 10. ./build_docker/./src/Columns/ColumnConst.cpp:49: DB::ColumnConst::convertToFullColumn() const @ 0x000000003b6476a4 11. ./src/Columns/ColumnConst.h:41: DB::ColumnConst::convertToFullColumnIfConst() const @ 0x000000003b64beae 12. ./build_docker/./src/Processors/Transforms/MaterializingTransform.cpp:21: DB::MaterializingTransform::transform(DB::Chunk&) @ 0x000000004011de34 13. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 14. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 19. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:112: DB::CompletedPipelineExecutor::execute() @ 0x000000003f7140d3 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1798: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003928176b 21. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 22. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 23. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:48:28.246827 [ 3274 ] {aa01fea2-cf2b-4689-82e5-4a7f5fddc133} DynamicQueryHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 8.00 GiB (attempt to allocate chunk of 8590066448 bytes), current RSS 14.00 MiB, maximum: 953.67 MiB. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x0000000020615543 8. ./src/Common/PODArray.h:152: COW::immutable_ptr DB::ColumnArray::replicateNumber(DB::PODArray, 63ul, 64ul> const&) const @ 0x000000003b56f3a8 9. ./build_docker/./src/Columns/ColumnArray.cpp:1049: DB::ColumnArray::replicate(DB::PODArray, 63ul, 64ul> const&) const @ 0x000000003b53adcb 10. ./build_docker/./src/Columns/ColumnConst.cpp:49: DB::ColumnConst::convertToFullColumn() const @ 0x000000003b6476a4 11. ./src/Columns/ColumnConst.h:41: DB::ColumnConst::convertToFullColumnIfConst() const @ 0x000000003b64beae 12. ./build_docker/./src/Processors/Transforms/MaterializingTransform.cpp:21: DB::MaterializingTransform::transform(DB::Chunk&) @ 0x000000004011de34 13. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 14. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 19. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:112: DB::CompletedPipelineExecutor::execute() @ 0x000000003f7140d3 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1798: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003928176b 21. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 22. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 23. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:48:28.278958 [ 4239 ] {148ff967-2c90-4fc0-bc0a-ffb158a6bda4} executeQuery: Code: 36. DB::Exception: Second argument of aggregate function analysisOfVariance should be a native unsigned integer. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:53652) (comment: 02475_analysis_of_variance.sql) (in query: SELECT analysisOfVariance(1.11, -20);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/AggregateFunctions/AggregateFunctionAnalysisOfVariance.cpp:111: DB::(anonymous namespace)::createAggregateFunctionAnalysisOfVariance(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x000000002707f3eb 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:48:28.282367 [ 4239 ] {} TCPHandler: Code: 36. DB::Exception: Second argument of aggregate function analysisOfVariance should be a native unsigned integer. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/AggregateFunctions/AggregateFunctionAnalysisOfVariance.cpp:111: DB::(anonymous namespace)::createAggregateFunctionAnalysisOfVariance(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x000000002707f3eb 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:48:28.298950 [ 4239 ] {3cdccec9-8671-43d1-843f-b84c72e8ed14} executeQuery: Code: 36. DB::Exception: Second argument of aggregate function analysisOfVariance should be a native unsigned integer. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:53652) (comment: 02475_analysis_of_variance.sql) (in query: SELECT analysisOfVariance(1.11, 20 :: UInt128);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/AggregateFunctions/AggregateFunctionAnalysisOfVariance.cpp:111: DB::(anonymous namespace)::createAggregateFunctionAnalysisOfVariance(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x000000002707f3eb 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:48:28.301523 [ 4239 ] {} TCPHandler: Code: 36. DB::Exception: Second argument of aggregate function analysisOfVariance should be a native unsigned integer. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/AggregateFunctions/AggregateFunctionAnalysisOfVariance.cpp:111: DB::(anonymous namespace)::createAggregateFunctionAnalysisOfVariance(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x000000002707f3eb 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:48:28.628746 [ 4239 ] {dc1ee5ad-f64e-44f8-a544-1f0809cab857} executeQuery: Code: 36. DB::Exception: Too many groups for analysis of variance (should be no more than 1048576, got 9000000000000001): While executing AggregatingTransform. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:53652) (comment: 02475_analysis_of_variance.sql) (in query: SELECT analysisOfVariance(1.11, 9000000000000000);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long const&, unsigned long&) @ 0x00000000089045ad 4. ./src/AggregateFunctions/Moments.h:452: DB::AnalysisOfVarianceMoments::resizeIfNeeded(unsigned long) @ 0x0000000027087b5c 5. ./src/AggregateFunctions/Moments.h:466: DB::AnalysisOfVarianceMoments::add(double, unsigned long) @ 0x0000000027087484 6. ./build_docker/./src/AggregateFunctions/AggregateFunctionAnalysisOfVariance.cpp:59: DB::IAggregateFunctionHelper::addBatchSinglePlace(unsigned long, unsigned long, char*, DB::IColumn const**, DB::Arena*, long) const @ 0x00000000270842aa 7. ./build_docker/./src/Interpreters/Aggregator.cpp:0: DB::Aggregator::executeWithoutKeyImpl(char*&, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, DB::Arena*, bool) const @ 0x0000000036a651ed 8. ./build_docker/./src/Interpreters/Aggregator.cpp:1562: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cb54 9. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 10. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 11. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 12. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 13. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 15. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 16. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 18. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:48:28.633202 [ 4239 ] {} TCPHandler: Code: 36. DB::Exception: Too many groups for analysis of variance (should be no more than 1048576, got 9000000000000001): While executing AggregatingTransform. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long const&, unsigned long&) @ 0x00000000089045ad 4. ./src/AggregateFunctions/Moments.h:452: DB::AnalysisOfVarianceMoments::resizeIfNeeded(unsigned long) @ 0x0000000027087b5c 5. ./src/AggregateFunctions/Moments.h:466: DB::AnalysisOfVarianceMoments::add(double, unsigned long) @ 0x0000000027087484 6. ./build_docker/./src/AggregateFunctions/AggregateFunctionAnalysisOfVariance.cpp:59: DB::IAggregateFunctionHelper::addBatchSinglePlace(unsigned long, unsigned long, char*, DB::IColumn const**, DB::Arena*, long) const @ 0x00000000270842aa 7. ./build_docker/./src/Interpreters/Aggregator.cpp:0: DB::Aggregator::executeWithoutKeyImpl(char*&, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, DB::Arena*, bool) const @ 0x0000000036a651ed 8. ./build_docker/./src/Interpreters/Aggregator.cpp:1562: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cb54 9. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 10. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 11. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 12. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 13. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 15. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 16. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 18. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:48:28.808754 [ 1428 ] {f0de126d-260a-4848-adb6-f20813edd9a9} executeQuery: Code: 386. DB::Exception: There is no supertype for types Float64, UInt64 because some of them are integers and some are floating point, but there is no floating point type, that can exactly represent all required integers: In scope SELECT ifNotFinite(12345678901234567890, -12345678901234567000.). (NO_COMMON_TYPE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:53678) (comment: 01065_if_not_finite.sql) (in query: SELECT ifNotFinite(12345678901234567890, -12345678901234567890);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: std::shared_ptr DB::(anonymous namespace)::throwOrReturn<(DB::LeastSupertypeOnError)0, std::unordered_set, std::equal_to, std::allocator>>(std::unordered_set, std::equal_to, std::allocator> const&, std::basic_string_view>, int) @ 0x0000000034ddd022 4. ./build_docker/./src/DataTypes/getLeastSupertype.cpp:156: std::shared_ptr DB::(anonymous namespace)::getNumericType<(DB::LeastSupertypeOnError)0>(std::unordered_set, std::equal_to, std::allocator> const&) @ 0x0000000034ddb410 5. ./build_docker/./src/DataTypes/getLeastSupertype.cpp:688: std::shared_ptr DB::getLeastSupertype<(DB::LeastSupertypeOnError)0>(std::vector, std::allocator>> const&) @ 0x0000000034de7a23 6. DB::(anonymous namespace)::FunctionIf::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x0000000037a36af3 7. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 8. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 9. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 10. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 11. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 12. DB::(anonymous namespace)::FunctionIfNotFinite::getReturnTypeImpl(std::vector> const&) const @ 0x0000000011f79d6c 13. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 14. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 15. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 16. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 24. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 27. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 29. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 31. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 2025.03.31 17:48:28.811605 [ 1428 ] {} TCPHandler: Code: 386. DB::Exception: There is no supertype for types Float64, UInt64 because some of them are integers and some are floating point, but there is no floating point type, that can exactly represent all required integers: In scope SELECT ifNotFinite(12345678901234567890, -12345678901234567000.). (NO_COMMON_TYPE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: std::shared_ptr DB::(anonymous namespace)::throwOrReturn<(DB::LeastSupertypeOnError)0, std::unordered_set, std::equal_to, std::allocator>>(std::unordered_set, std::equal_to, std::allocator> const&, std::basic_string_view>, int) @ 0x0000000034ddd022 4. ./build_docker/./src/DataTypes/getLeastSupertype.cpp:156: std::shared_ptr DB::(anonymous namespace)::getNumericType<(DB::LeastSupertypeOnError)0>(std::unordered_set, std::equal_to, std::allocator> const&) @ 0x0000000034ddb410 5. ./build_docker/./src/DataTypes/getLeastSupertype.cpp:688: std::shared_ptr DB::getLeastSupertype<(DB::LeastSupertypeOnError)0>(std::vector, std::allocator>> const&) @ 0x0000000034de7a23 6. DB::(anonymous namespace)::FunctionIf::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x0000000037a36af3 7. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 8. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 9. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 10. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 11. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 12. DB::(anonymous namespace)::FunctionIfNotFinite::getReturnTypeImpl(std::vector> const&) const @ 0x0000000011f79d6c 13. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 14. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 15. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 16. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 24. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 27. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 29. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 31. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 2025.03.31 17:48:30.368329 [ 4142 ] {35db1005-0e1b-444c-b37e-26d2c1ca39d3} executeQuery: Code: 42. DB::Exception: Number of arguments for function toMillisecond doesn't match: passed 0, should be 1 or 2: In scope SELECT toMillisecond(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:53726) (comment: 02998_to_milliseconds.sql) (in query: -- Negative tests SELECT toMillisecond();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&&) @ 0x00000000088dcead 4. DB::FunctionDateOrDateTimeBase::checkArguments(std::vector> const&, bool) const @ 0x000000001bcbedb4 5. DB::FunctionDateOrDateTimeToSomething, DB::ToMillisecondImpl>::getReturnTypeImpl(std::vector> const&) const @ 0x000000001bd90b58 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:48:30.371283 [ 4142 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toMillisecond doesn't match: passed 0, should be 1 or 2: In scope SELECT toMillisecond(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&&) @ 0x00000000088dcead 4. DB::FunctionDateOrDateTimeBase::checkArguments(std::vector> const&, bool) const @ 0x000000001bcbedb4 5. DB::FunctionDateOrDateTimeToSomething, DB::ToMillisecondImpl>::getReturnTypeImpl(std::vector> const&) const @ 0x000000001bd90b58 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:48:30.735777 [ 4148 ] {02421_truncate_isolation_with_mutations_test_dqozw1yg_tx22_7392} executeQuery: Code: 341. DB::Exception: Exception happened during execution of mutation 'mutation_2.txt' with part 'all_1_1_0' reason: 'Serialization error: part all_1_1_0 is locked by transaction 4448067298094000255'. This error maybe retryable or not. In case of unretryable error, mutation can be killed with KILL MUTATION query 0. ./build_docker/./src/Common/StackTrace.cpp:381: StackTrace::tryCapture() @ 0x000000002077ec7b 1. ./src/Common/StackTrace.h:48: DB::checkMutationStatus(std::optional&, std::set, std::allocator> const&) @ 0x000000003e3e8f4e 2. ./build_docker/./src/Storages/StorageMergeTree.cpp:662: DB::StorageMergeTree::waitForMutation(long, String const&, bool) @ 0x000000003eac0f79 3. ./build_docker/./src/Storages/StorageMergeTree.cpp:632: DB::StorageMergeTree::mutate(DB::MutationCommands const&, std::shared_ptr) @ 0x000000003eac47e6 4. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:239: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751baf 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 8. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 9. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 10. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 . (UNFINISHED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:37118) (in query: alter table tt delete where n%2=1), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&&, String&, String&, String&&) @ 0x000000003e3e9287 4. ./build_docker/./src/Storages/MergeTree/MergeTreeMutationStatus.cpp:26: DB::checkMutationStatus(std::optional&, std::set, std::allocator> const&) @ 0x000000003e3e900f 5. ./build_docker/./src/Storages/StorageMergeTree.cpp:662: DB::StorageMergeTree::waitForMutation(long, String const&, bool) @ 0x000000003eac0f79 6. ./build_docker/./src/Storages/StorageMergeTree.cpp:632: DB::StorageMergeTree::mutate(DB::MutationCommands const&, std::shared_ptr) @ 0x000000003eac47e6 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:239: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751baf 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 11. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 12. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 13. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:48:30.738471 [ 4148 ] {02421_truncate_isolation_with_mutations_test_dqozw1yg_tx22_7392} DynamicQueryHandler: Code: 341. DB::Exception: Exception happened during execution of mutation 'mutation_2.txt' with part 'all_1_1_0' reason: 'Serialization error: part all_1_1_0 is locked by transaction 4448067298094000255'. This error maybe retryable or not. In case of unretryable error, mutation can be killed with KILL MUTATION query 0. ./build_docker/./src/Common/StackTrace.cpp:381: StackTrace::tryCapture() @ 0x000000002077ec7b 1. ./src/Common/StackTrace.h:48: DB::checkMutationStatus(std::optional&, std::set, std::allocator> const&) @ 0x000000003e3e8f4e 2. ./build_docker/./src/Storages/StorageMergeTree.cpp:662: DB::StorageMergeTree::waitForMutation(long, String const&, bool) @ 0x000000003eac0f79 3. ./build_docker/./src/Storages/StorageMergeTree.cpp:632: DB::StorageMergeTree::mutate(DB::MutationCommands const&, std::shared_ptr) @ 0x000000003eac47e6 4. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:239: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751baf 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 8. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 9. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 10. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 . (UNFINISHED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&&, String&, String&, String&&) @ 0x000000003e3e9287 4. ./build_docker/./src/Storages/MergeTree/MergeTreeMutationStatus.cpp:26: DB::checkMutationStatus(std::optional&, std::set, std::allocator> const&) @ 0x000000003e3e900f 5. ./build_docker/./src/Storages/StorageMergeTree.cpp:662: DB::StorageMergeTree::waitForMutation(long, String const&, bool) @ 0x000000003eac0f79 6. ./build_docker/./src/Storages/StorageMergeTree.cpp:632: DB::StorageMergeTree::mutate(DB::MutationCommands const&, std::shared_ptr) @ 0x000000003eac47e6 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:239: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751baf 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 11. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 12. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 13. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:48:30.887669 [ 3176 ] {e34ebf78-ea5b-4719-a1a0-5bf93b8c9729} executeQuery: Code: 158. DB::Exception: Limit for rows (controlled by 'max_rows_to_read' setting) exceeded, max rows: 900.00 thousand, current rows: 1.00 million. (TOO_MANY_ROWS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:53738) (comment: 00971_merge_tree_uniform_read_distribution_and_max_rows_to_read.sql) (in query: -- constant ignore will be pruned by part pruner. ignore(*) is used. SELECT count() FROM merge_tree WHERE not ignore(*);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, char const*&, String&&, String&&) @ 0x0000000034b947d7 4. ./build_docker/./src/QueryPipeline/SizeLimits.cpp:32: DB::SizeLimits::check(unsigned long, unsigned long, char const*, int, int) const @ 0x0000000034b9346e 5. ./build_docker/./src/QueryPipeline/SizeLimits.cpp:72: DB::SizeLimits::check(unsigned long, unsigned long, char const*, int) const @ 0x0000000034b938ac 6. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:315: DB::ReadFromMergeTree::AnalysisResult::checkLimits(DB::Settings const&, DB::SelectQueryInfo const&) const @ 0x0000000040853203 7. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:2082: DB::ReadFromMergeTree::initializePipeline(DB::QueryPipelineBuilder&, DB::BuildQueryPipelineSettings const&) @ 0x00000000408a8a5a 8. ./build_docker/./src/Processors/QueryPlan/ISourceStep.cpp:20: DB::ISourceStep::updatePipeline(std::vector>, std::allocator>>>, DB::BuildQueryPipelineSettings const&) @ 0x0000000040795b55 9. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:188: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040813a6f 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 14. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 17:48:30.892063 [ 3176 ] {} TCPHandler: Code: 158. DB::Exception: Limit for rows (controlled by 'max_rows_to_read' setting) exceeded, max rows: 900.00 thousand, current rows: 1.00 million. (TOO_MANY_ROWS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, char const*&, String&&, String&&) @ 0x0000000034b947d7 4. ./build_docker/./src/QueryPipeline/SizeLimits.cpp:32: DB::SizeLimits::check(unsigned long, unsigned long, char const*, int, int) const @ 0x0000000034b9346e 5. ./build_docker/./src/QueryPipeline/SizeLimits.cpp:72: DB::SizeLimits::check(unsigned long, unsigned long, char const*, int) const @ 0x0000000034b938ac 6. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:315: DB::ReadFromMergeTree::AnalysisResult::checkLimits(DB::Settings const&, DB::SelectQueryInfo const&) const @ 0x0000000040853203 7. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:2082: DB::ReadFromMergeTree::initializePipeline(DB::QueryPipelineBuilder&, DB::BuildQueryPipelineSettings const&) @ 0x00000000408a8a5a 8. ./build_docker/./src/Processors/QueryPlan/ISourceStep.cpp:20: DB::ISourceStep::updatePipeline(std::vector>, std::allocator>>>, DB::BuildQueryPipelineSettings const&) @ 0x0000000040795b55 9. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:188: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040813a6f 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 14. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 17:48:30.946937 [ 3176 ] {0940e952-2776-4782-9cdc-ec5b3a254e9b} executeQuery: Code: 158. DB::Exception: Limit for rows (controlled by 'max_rows_to_read' setting) exceeded, max rows: 900.00 thousand, current rows: 1.00 million. (TOO_MANY_ROWS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:53738) (comment: 00971_merge_tree_uniform_read_distribution_and_max_rows_to_read.sql) (in query: SELECT count() FROM merge_tree WHERE not ignore(*);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, char const*&, String&&, String&&) @ 0x0000000034b947d7 4. ./build_docker/./src/QueryPipeline/SizeLimits.cpp:32: DB::SizeLimits::check(unsigned long, unsigned long, char const*, int, int) const @ 0x0000000034b9346e 5. ./build_docker/./src/QueryPipeline/SizeLimits.cpp:72: DB::SizeLimits::check(unsigned long, unsigned long, char const*, int) const @ 0x0000000034b938ac 6. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:315: DB::ReadFromMergeTree::AnalysisResult::checkLimits(DB::Settings const&, DB::SelectQueryInfo const&) const @ 0x0000000040853203 7. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:2082: DB::ReadFromMergeTree::initializePipeline(DB::QueryPipelineBuilder&, DB::BuildQueryPipelineSettings const&) @ 0x00000000408a8a5a 8. ./build_docker/./src/Processors/QueryPlan/ISourceStep.cpp:20: DB::ISourceStep::updatePipeline(std::vector>, std::allocator>>>, DB::BuildQueryPipelineSettings const&) @ 0x0000000040795b55 9. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:188: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040813a6f 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 14. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 17:48:30.950889 [ 3176 ] {} TCPHandler: Code: 158. DB::Exception: Limit for rows (controlled by 'max_rows_to_read' setting) exceeded, max rows: 900.00 thousand, current rows: 1.00 million. (TOO_MANY_ROWS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, char const*&, String&&, String&&) @ 0x0000000034b947d7 4. ./build_docker/./src/QueryPipeline/SizeLimits.cpp:32: DB::SizeLimits::check(unsigned long, unsigned long, char const*, int, int) const @ 0x0000000034b9346e 5. ./build_docker/./src/QueryPipeline/SizeLimits.cpp:72: DB::SizeLimits::check(unsigned long, unsigned long, char const*, int) const @ 0x0000000034b938ac 6. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:315: DB::ReadFromMergeTree::AnalysisResult::checkLimits(DB::Settings const&, DB::SelectQueryInfo const&) const @ 0x0000000040853203 7. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:2082: DB::ReadFromMergeTree::initializePipeline(DB::QueryPipelineBuilder&, DB::BuildQueryPipelineSettings const&) @ 0x00000000408a8a5a 8. ./build_docker/./src/Processors/QueryPlan/ISourceStep.cpp:20: DB::ISourceStep::updatePipeline(std::vector>, std::allocator>>>, DB::BuildQueryPipelineSettings const&) @ 0x0000000040795b55 9. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:188: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040813a6f 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 14. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 17:48:31.163979 [ 4142 ] {6c058c2d-fbd4-4503-8939-8d9497b2eb26} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toMillisecond. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toMillisecond('string'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:53726) (comment: 02998_to_milliseconds.sql) (in query: SELECT toMillisecond('string');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionDateOrDateTimeBase::checkArguments(std::vector> const&, bool) const @ 0x000000001bcbf493 5. DB::FunctionDateOrDateTimeToSomething, DB::ToMillisecondImpl>::getReturnTypeImpl(std::vector> const&) const @ 0x000000001bd90b58 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:48:31.167450 [ 4142 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toMillisecond. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toMillisecond('string'). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionDateOrDateTimeBase::checkArguments(std::vector> const&, bool) const @ 0x000000001bcbf493 5. DB::FunctionDateOrDateTimeToSomething, DB::ToMillisecondImpl>::getReturnTypeImpl(std::vector> const&) const @ 0x000000001bd90b58 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:48:31.567149 [ 1428 ] {177d4f6a-fd0a-4687-9b22-0aae57dc5ad3} executeQuery: Code: 42. DB::Exception: Number of arguments for function dateTimeToSnowflake doesn't match: passed 0, should be 1: In scope SELECT dateTimeToSnowflake(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:53814) (comment: 01942_dateTimeToSnowflake.sql) (in query: -- Error cases SELECT dateTimeToSnowflake();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:48:31.569553 [ 1428 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dateTimeToSnowflake doesn't match: passed 0, should be 1: In scope SELECT dateTimeToSnowflake(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:48:31.580923 [ 1428 ] {6c0fd76e-bfb5-4853-b4b9-a4244c8f6356} executeQuery: Code: 42. DB::Exception: Number of arguments for function dateTime64ToSnowflake doesn't match: passed 0, should be 1: In scope SELECT dateTime64ToSnowflake(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:53814) (comment: 01942_dateTimeToSnowflake.sql) (in query: SELECT dateTime64ToSnowflake();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:48:31.582804 [ 1428 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dateTime64ToSnowflake doesn't match: passed 0, should be 1: In scope SELECT dateTime64ToSnowflake(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:48:31.948894 [ 4142 ] {9f328191-6a3d-4769-8b03-7eca5a3b5e48} executeQuery: Code: 43. DB::Exception: Illegal argument of type Date for function toMillisecond: In scope SELECT toMillisecond(toDate('2024-02-28')). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:53726) (comment: 02998_to_milliseconds.sql) (in query: SELECT toMillisecond(toDate('2024-02-28'));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const*&) @ 0x00000000088d484a 4. DB::throwDateIsNotSupported(char const*) @ 0x00000000088d430b 5. COW::immutable_ptr DB::DateTimeTransformImpl, DB::ToMillisecondImpl, false>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, DB::ToMillisecondImpl const&) @ 0x000000001bd915d0 6. DB::FunctionDateOrDateTimeToSomething, DB::ToMillisecondImpl>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001bd9006c 7. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 8. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 10. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 17:48:31.951887 [ 4142 ] {} TCPHandler: Code: 43. DB::Exception: Illegal argument of type Date for function toMillisecond: In scope SELECT toMillisecond(toDate('2024-02-28')). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const*&) @ 0x00000000088d484a 4. DB::throwDateIsNotSupported(char const*) @ 0x00000000088d430b 5. COW::immutable_ptr DB::DateTimeTransformImpl, DB::ToMillisecondImpl, false>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, DB::ToMillisecondImpl const&) @ 0x000000001bd915d0 6. DB::FunctionDateOrDateTimeToSomething, DB::ToMillisecondImpl>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001bd9006c 7. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 8. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 10. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 17:48:32.364248 [ 1428 ] {fc98d73b-6fd0-4a8d-a8f3-f5e2da5f649b} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'dateTimeToSnowflake'. Expected: DateTime, got: String: In scope SELECT dateTimeToSnowflake('abc'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:53814) (comment: 01942_dateTimeToSnowflake.sql) (in query: SELECT dateTimeToSnowflake('abc');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::(anonymous namespace)::FunctionDateTimeToSnowflake::getReturnTypeImpl(std::vector> const&) const @ 0x000000001b81db49 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:48:32.366567 [ 1428 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'dateTimeToSnowflake'. Expected: DateTime, got: String: In scope SELECT dateTimeToSnowflake('abc'). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::(anonymous namespace)::FunctionDateTimeToSnowflake::getReturnTypeImpl(std::vector> const&) const @ 0x000000001b81db49 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:48:32.470061 [ 4229 ] {81606f78-fc9e-41ce-867d-6bf60896bf51} executeQuery: Code: 63. DB::Exception: Aggregate function sequenceNextNode is experimental. Set `allow_experimental_funnel_functions` setting to enable it. (UNKNOWN_AGGREGATE_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:36068) (comment: 01656_sequence_next_node_long.sql) (in query: SELECT '(backward, first_match, 1, B->C)', id, sequenceNextNode('backward', 'first_match')(dt, action, referrer = '2', action = 'B', action = 'A') AS next_node FROM test_base_condition GROUP BY id ORDER BY id;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/AggregateFunctions/AggregateFunctionSequenceNextNode.cpp:457: DB::(anonymous namespace)::createAggregateFunctionSequenceNode(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x0000000026a93dd4 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:48:32.473027 [ 4229 ] {} TCPHandler: Code: 63. DB::Exception: Aggregate function sequenceNextNode is experimental. Set `allow_experimental_funnel_functions` setting to enable it. (UNKNOWN_AGGREGATE_FUNCTION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/AggregateFunctions/AggregateFunctionSequenceNextNode.cpp:457: DB::(anonymous namespace)::createAggregateFunctionSequenceNode(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x0000000026a93dd4 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:48:32.738133 [ 4142 ] {51c7d776-26e1-4509-9e94-03b8a081a04a} executeQuery: Code: 43. DB::Exception: Illegal argument of type Date32 for function toMillisecond: In scope SELECT toMillisecond(toDate32('2024-02-28')). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:53726) (comment: 02998_to_milliseconds.sql) (in query: SELECT toMillisecond(toDate32('2024-02-28'));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const*&) @ 0x00000000088d484a 4. DB::throwDate32IsNotSupported(char const*) @ 0x00000000088d450b 5. COW::immutable_ptr DB::DateTimeTransformImpl, DB::ToMillisecondImpl, false>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, DB::ToMillisecondImpl const&) @ 0x000000001bd92030 6. DB::FunctionDateOrDateTimeToSomething, DB::ToMillisecondImpl>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001bd900eb 7. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 8. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 10. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 17:48:32.741286 [ 4142 ] {} TCPHandler: Code: 43. DB::Exception: Illegal argument of type Date32 for function toMillisecond: In scope SELECT toMillisecond(toDate32('2024-02-28')). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const*&) @ 0x00000000088d484a 4. DB::throwDate32IsNotSupported(char const*) @ 0x00000000088d450b 5. COW::immutable_ptr DB::DateTimeTransformImpl, DB::ToMillisecondImpl, false>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, DB::ToMillisecondImpl const&) @ 0x000000001bd92030 6. DB::FunctionDateOrDateTimeToSomething, DB::ToMillisecondImpl>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001bd900eb 7. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 8. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 10. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 17:48:33.143476 [ 1428 ] {fcc37e5b-1b98-4314-923f-f4f06cbded83} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'dateTime64ToSnowflake'. Expected: DateTime64, got: String: In scope SELECT dateTime64ToSnowflake('abc'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:53814) (comment: 01942_dateTimeToSnowflake.sql) (in query: SELECT dateTime64ToSnowflake('abc');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::(anonymous namespace)::FunctionDateTime64ToSnowflake::getReturnTypeImpl(std::vector> const&) const @ 0x000000001b81f589 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:48:33.146417 [ 1428 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'dateTime64ToSnowflake'. Expected: DateTime64, got: String: In scope SELECT dateTime64ToSnowflake('abc'). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::(anonymous namespace)::FunctionDateTime64ToSnowflake::getReturnTypeImpl(std::vector> const&) const @ 0x000000001b81f589 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:48:33.161668 [ 1428 ] {b28b650f-f27b-4835-af8f-b6bc1a1ba64c} executeQuery: Code: 42. DB::Exception: Number of arguments for function dateTimeToSnowflake doesn't match: passed 2, should be 1: In scope SELECT dateTimeToSnowflake('abc', 123). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:53814) (comment: 01942_dateTimeToSnowflake.sql) (in query: SELECT dateTimeToSnowflake('abc', 123);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:48:33.164257 [ 1428 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dateTimeToSnowflake doesn't match: passed 2, should be 1: In scope SELECT dateTimeToSnowflake('abc', 123). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:48:33.177953 [ 1428 ] {cb5fccee-4f31-4b90-951c-11b57bce34f2} executeQuery: Code: 42. DB::Exception: Number of arguments for function dateTime64ToSnowflake doesn't match: passed 2, should be 1: In scope SELECT dateTime64ToSnowflake('abc', 123). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:53814) (comment: 01942_dateTimeToSnowflake.sql) (in query: SELECT dateTime64ToSnowflake('abc', 123);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:48:33.180280 [ 1428 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dateTime64ToSnowflake doesn't match: passed 2, should be 1: In scope SELECT dateTime64ToSnowflake('abc', 123). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:48:33.945004 [ 1428 ] {1e0d094b-eebc-47f4-84fd-a5114178b626} executeQuery: Code: 721. DB::Exception: Function dateTimeToSnowflake is deprecated, to enable it set setting 'allow_deprecated_snowflake_conversion_functions' to 'true': In scope SELECT dateTimeToSnowflake(now()) SETTINGS allow_deprecated_snowflake_conversion_functions = 0. (DEPRECATED_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:53814) (comment: 01942_dateTimeToSnowflake.sql) (in query: SELECT dateTimeToSnowflake(now()) SETTINGS allow_deprecated_snowflake_conversion_functions = 0;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionDateTimeToSnowflake::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b81d546 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:48:33.947809 [ 1428 ] {} TCPHandler: Code: 721. DB::Exception: Function dateTimeToSnowflake is deprecated, to enable it set setting 'allow_deprecated_snowflake_conversion_functions' to 'true': In scope SELECT dateTimeToSnowflake(now()) SETTINGS allow_deprecated_snowflake_conversion_functions = 0. (DEPRECATED_FUNCTION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionDateTimeToSnowflake::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b81d546 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:48:34.710759 [ 1428 ] {e27f7a9f-ed3d-4d98-b2bc-417daf45a779} executeQuery: Code: 721. DB::Exception: Function dateTime64ToSnowflake is deprecated, to enable it set setting 'allow_deprecated_snowflake_conversion_functions' to true: In scope SELECT dateTime64ToSnowflake(now64()) SETTINGS allow_deprecated_snowflake_conversion_functions = 0. (DEPRECATED_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:53814) (comment: 01942_dateTimeToSnowflake.sql) (in query: SELECT dateTime64ToSnowflake(now64()) SETTINGS allow_deprecated_snowflake_conversion_functions = 0;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionDateTime64ToSnowflake::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b81ef26 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:48:34.714247 [ 1428 ] {} TCPHandler: Code: 721. DB::Exception: Function dateTime64ToSnowflake is deprecated, to enable it set setting 'allow_deprecated_snowflake_conversion_functions' to true: In scope SELECT dateTime64ToSnowflake(now64()) SETTINGS allow_deprecated_snowflake_conversion_functions = 0. (DEPRECATED_FUNCTION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionDateTime64ToSnowflake::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b81ef26 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:48:35.561923 [ 4126 ] {344765b3-a9e7-4108-a083-9e2e80cff477} executeQuery: Code: 36. DB::Exception: Cannot drop projection d_order because it's affected by mutation with ID '0000000001' which is not finished yet. Wait this mutation, or KILL it with command "KILL MUTATION WHERE mutation_id = '0000000001'". (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:53886) (comment: 02597_projection_materialize_and_replication.sql) (in query: ALTER TABLE test DROP PROJECTION d_order SETTINGS mutations_sync = 2;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::MergeTreeData::checkDropCommandDoesntAffectInProgressMutations(DB::AlterCommand const&, std::map, std::allocator>> const&, std::shared_ptr) const::$_0::operator()(String const&, String const&, String const&) const @ 0x000000003dfcde2b 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:8504: DB::MergeTreeData::checkDropCommandDoesntAffectInProgressMutations(DB::AlterCommand const&, std::map, std::allocator>> const&, std::shared_ptr) const @ 0x000000003deb6e81 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3574: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea654a 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 17:48:35.564870 [ 4126 ] {} TCPHandler: Code: 36. DB::Exception: Cannot drop projection d_order because it's affected by mutation with ID '0000000001' which is not finished yet. Wait this mutation, or KILL it with command "KILL MUTATION WHERE mutation_id = '0000000001'". (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::MergeTreeData::checkDropCommandDoesntAffectInProgressMutations(DB::AlterCommand const&, std::map, std::allocator>> const&, std::shared_ptr) const::$_0::operator()(String const&, String const&, String const&) const @ 0x000000003dfcde2b 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:8504: DB::MergeTreeData::checkDropCommandDoesntAffectInProgressMutations(DB::AlterCommand const&, std::map, std::allocator>> const&, std::shared_ptr) const @ 0x000000003deb6e81 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3574: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea654a 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 17:48:39.556604 [ 4149 ] {afb46022-d841-42e2-9424-70dcad454155} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayDotProduct doesn't match: passed 1, should be 2: In scope SELECT arrayDotProduct([1, 2]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35908) (comment: 02708_dotProduct.sql) (in query: SELECT arrayDotProduct([1, 2]);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:48:39.559878 [ 4149 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayDotProduct doesn't match: passed 1, should be 2: In scope SELECT arrayDotProduct([1, 2]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:48:40.350785 [ 4149 ] {639d2640-058a-4203-850d-a85e1d5c8b61} executeQuery: Code: 43. DB::Exception: Arguments for function arrayDotProduct must be of type Array: In scope SELECT arrayDotProduct([1, 2], 'abc'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35908) (comment: 02708_dotProduct.sql) (in query: SELECT arrayDotProduct([1, 2], 'abc');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionArrayScalarProduct::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001de7b587 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:48:40.354186 [ 4149 ] {} TCPHandler: Code: 43. DB::Exception: Arguments for function arrayDotProduct must be of type Array: In scope SELECT arrayDotProduct([1, 2], 'abc'). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionArrayScalarProduct::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001de7b587 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:48:40.371088 [ 4149 ] {c97f9f39-881b-45ef-bddd-cf58b02ebd07} executeQuery: Code: 43. DB::Exception: Arguments for function arrayDotProduct must be of type Array: In scope SELECT arrayDotProduct('abc', [1, 2]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35908) (comment: 02708_dotProduct.sql) (in query: SELECT arrayDotProduct('abc', [1, 2]);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionArrayScalarProduct::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001de7b587 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:48:40.374021 [ 4149 ] {} TCPHandler: Code: 43. DB::Exception: Arguments for function arrayDotProduct must be of type Array: In scope SELECT arrayDotProduct('abc', [1, 2]). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionArrayScalarProduct::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001de7b587 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:48:41.154229 [ 4149 ] {2f06e596-3b9a-4ca4-babb-16a1c9ee5719} executeQuery: Code: 43. DB::Exception: Function arrayDotProduct cannot process values of type String: In scope SELECT arrayDotProduct([1, 2], ['abc', 'def']). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35908) (comment: 02708_dotProduct.sql) (in query: SELECT arrayDotProduct([1, 2], ['abc', 'def']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionArrayScalarProduct::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001de7ba00 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:48:41.157291 [ 4149 ] {} TCPHandler: Code: 43. DB::Exception: Function arrayDotProduct cannot process values of type String: In scope SELECT arrayDotProduct([1, 2], ['abc', 'def']). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionArrayScalarProduct::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001de7ba00 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:48:41.950312 [ 4149 ] {3515d54f-b701-4213-99b9-1149258362d3} executeQuery: Code: 190. DB::Exception: Array arguments for function arrayDotProduct must have equal sizes: In scope SELECT arrayDotProduct([1, 2], [3, 4, 5]). (SIZES_OF_ARRAYS_DONT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35908) (comment: 02708_dotProduct.sql) (in query: SELECT arrayDotProduct([1, 2], [3, 4, 5]);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. COW::immutable_ptr DB::FunctionArrayScalarProduct::executeWithResultTypeAndLeftTypeAndRightType(COW::immutable_ptr, COW::immutable_ptr, unsigned long) const @ 0x000000001dffef47 5. COW::immutable_ptr DB::FunctionArrayScalarProduct::executeWithResultTypeAndLeftType(std::vector> const&, unsigned long) const @ 0x000000001dfe2f1d 6. COW::immutable_ptr DB::FunctionArrayScalarProduct::executeWithResultType(std::vector> const&, unsigned long) const @ 0x000000001de7cb79 7. DB::FunctionArrayScalarProduct::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001de7a4aa 8. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 11. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:48:41.953620 [ 4149 ] {} TCPHandler: Code: 190. DB::Exception: Array arguments for function arrayDotProduct must have equal sizes: In scope SELECT arrayDotProduct([1, 2], [3, 4, 5]). (SIZES_OF_ARRAYS_DONT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. COW::immutable_ptr DB::FunctionArrayScalarProduct::executeWithResultTypeAndLeftTypeAndRightType(COW::immutable_ptr, COW::immutable_ptr, unsigned long) const @ 0x000000001dffef47 5. COW::immutable_ptr DB::FunctionArrayScalarProduct::executeWithResultTypeAndLeftType(std::vector> const&, unsigned long) const @ 0x000000001dfe2f1d 6. COW::immutable_ptr DB::FunctionArrayScalarProduct::executeWithResultType(std::vector> const&, unsigned long) const @ 0x000000001de7cb79 7. DB::FunctionArrayScalarProduct::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001de7a4aa 8. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 11. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:48:42.654720 [ 1375 ] {5d081e20-bcc2-45de-95fb-de3ae7eec02b} executeQuery: Code: 36. DB::Exception: index_granularity: value 0 makes no sense. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35984) (comment: 02514_bad_index_granularity.sql) (in query: CREATE TABLE t (`id` Int64, `d` String, `p` Map(String, String)) ENGINE = ReplacingMergeTree ORDER BY id SETTINGS index_granularity = 0, min_bytes_for_wide_part = 0, ratio_of_defaults_for_sparse_serialization = 0., replace_long_file_name_to_hash = true, max_file_name_length = 128, min_bytes_for_full_part_storage = 0, compact_parts_max_bytes_to_buffer = 68639000, compact_parts_max_granules_to_buffer = 241, compact_parts_merge_max_bytes_to_prefetch_part = 28220465, merge_max_block_size = 22299, old_parts_lifetime = 312., prefer_fetch_merged_part_size_threshold = 10737418240, vertical_merge_algorithm_min_rows_to_activate = 1000000, vertical_merge_algorithm_min_columns_to_activate = 1, min_merge_bytes_to_use_direct_io = 1, index_granularity_bytes = 19785097, use_const_adaptive_granularity = false, enable_index_granularity_compression = false, concurrent_part_removal_threshold = 0, allow_vertical_merges_from_compact_to_wide_parts = false, cache_populated_by_fetch = true, marks_compress_block_size = 60041, primary_key_compress_block_size = 70397, use_primary_key_cache = true, prewarm_primary_key_cache = false, prewarm_mark_cache = true), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception const&>(int, FormatStringHelperImpl const&>::type>, DB::SettingFieldNumber const&) @ 0x00000000365d2c2a 4. ./build_docker/./src/Storages/MergeTree/MergeTreeSettings.cpp:454: DB::MergeTreeSettingsImpl::sanityCheck(unsigned long, bool, bool) const @ 0x000000003e564cef 5. ./build_docker/./src/Storages/MergeTree/MergeTreeSettings.cpp:663: DB::MergeTreeSettings::sanityCheck(unsigned long, bool, bool) const @ 0x000000003e56af85 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:478: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003dde9e66 7. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 8. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 9. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 10. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 11. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 12. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 14. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:48:42.658709 [ 1375 ] {} TCPHandler: Code: 36. DB::Exception: index_granularity: value 0 makes no sense. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception const&>(int, FormatStringHelperImpl const&>::type>, DB::SettingFieldNumber const&) @ 0x00000000365d2c2a 4. ./build_docker/./src/Storages/MergeTree/MergeTreeSettings.cpp:454: DB::MergeTreeSettingsImpl::sanityCheck(unsigned long, bool, bool) const @ 0x000000003e564cef 5. ./build_docker/./src/Storages/MergeTree/MergeTreeSettings.cpp:663: DB::MergeTreeSettings::sanityCheck(unsigned long, bool, bool) const @ 0x000000003e56af85 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:478: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003dde9e66 7. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 8. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 9. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 10. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 11. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 12. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 14. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:48:42.749207 [ 4149 ] {b41fad0e-1eec-496d-b9fc-53c330d6b5f3} executeQuery: Code: 43. DB::Exception: Arguments for function arrayDotProduct must be of type Array: In scope SELECT dotProduct([1, 2], (3, 4, 5)). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35908) (comment: 02708_dotProduct.sql) (in query: SELECT dotProduct([1, 2], (3, 4, 5));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionArrayScalarProduct::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001de7b587 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::TupleOrArrayFunction::getReturnTypeImpl(std::vector> const&) const @ 0x000000001c1ef24a 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:48:42.752664 [ 4149 ] {} TCPHandler: Code: 43. DB::Exception: Arguments for function arrayDotProduct must be of type Array: In scope SELECT dotProduct([1, 2], (3, 4, 5)). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionArrayScalarProduct::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001de7b587 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::TupleOrArrayFunction::getReturnTypeImpl(std::vector> const&) const @ 0x000000001c1ef24a 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:48:43.385461 [ 4126 ] {f49f94bf-4f2b-4c4a-8ff9-e220b87dee22} executeQuery: Code: 377. DB::Exception: Can't use [NOT] NULL modifier with Nullable type. (ILLEGAL_SYNTAX_FOR_DATA_TYPE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:36020) (comment: 01269_create_with_null.sql) (in query: CREATE TABLE data_null_error ( a Nullable(INT) NULL, b INT NOT NULL, c Nullable(INT) ) engine=Memory();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:608: DB::InterpreterCreateQuery::getColumnType(DB::ASTColumnDeclaration const&, DB::LoadingStrictnessLevel, bool) @ 0x000000003778e97b 5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:656: DB::InterpreterCreateQuery::getColumnsDescription(DB::ASTExpressionList const&, std::shared_ptr, DB::LoadingStrictnessLevel, bool) @ 0x000000003778f9ab 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:814: DB::InterpreterCreateQuery::getTablePropertiesAndNormalizeCreateQuery(DB::ASTCreateQuery&, DB::LoadingStrictnessLevel) const @ 0x0000000037797465 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1668: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377bfcea 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 17:48:43.389443 [ 4126 ] {} TCPHandler: Code: 377. DB::Exception: Can't use [NOT] NULL modifier with Nullable type. (ILLEGAL_SYNTAX_FOR_DATA_TYPE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:608: DB::InterpreterCreateQuery::getColumnType(DB::ASTColumnDeclaration const&, DB::LoadingStrictnessLevel, bool) @ 0x000000003778e97b 5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:656: DB::InterpreterCreateQuery::getColumnsDescription(DB::ASTExpressionList const&, std::shared_ptr, DB::LoadingStrictnessLevel, bool) @ 0x000000003778f9ab 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:814: DB::InterpreterCreateQuery::getTablePropertiesAndNormalizeCreateQuery(DB::ASTCreateQuery&, DB::LoadingStrictnessLevel) const @ 0x0000000037797465 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1668: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377bfcea 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 17:48:43.403068 [ 4126 ] {e3a54c47-4485-435e-9920-bcaad2b7a683} executeQuery: Code: 377. DB::Exception: Can't use [NOT] NULL modifier with Nullable type. (ILLEGAL_SYNTAX_FOR_DATA_TYPE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:36020) (comment: 01269_create_with_null.sql) (in query: CREATE TABLE data_null_error ( a INT NULL, b Nullable(INT) NOT NULL, c Nullable(INT) ) engine=Memory();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:608: DB::InterpreterCreateQuery::getColumnType(DB::ASTColumnDeclaration const&, DB::LoadingStrictnessLevel, bool) @ 0x000000003778e97b 5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:656: DB::InterpreterCreateQuery::getColumnsDescription(DB::ASTExpressionList const&, std::shared_ptr, DB::LoadingStrictnessLevel, bool) @ 0x000000003778f9ab 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:814: DB::InterpreterCreateQuery::getTablePropertiesAndNormalizeCreateQuery(DB::ASTCreateQuery&, DB::LoadingStrictnessLevel) const @ 0x0000000037797465 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1668: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377bfcea 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 17:48:43.405985 [ 4126 ] {} TCPHandler: Code: 377. DB::Exception: Can't use [NOT] NULL modifier with Nullable type. (ILLEGAL_SYNTAX_FOR_DATA_TYPE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:608: DB::InterpreterCreateQuery::getColumnType(DB::ASTColumnDeclaration const&, DB::LoadingStrictnessLevel, bool) @ 0x000000003778e97b 5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:656: DB::InterpreterCreateQuery::getColumnsDescription(DB::ASTExpressionList const&, std::shared_ptr, DB::LoadingStrictnessLevel, bool) @ 0x000000003778f9ab 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:814: DB::InterpreterCreateQuery::getTablePropertiesAndNormalizeCreateQuery(DB::ASTCreateQuery&, DB::LoadingStrictnessLevel) const @ 0x0000000037797465 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1668: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377bfcea 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 17:48:44.097452 [ 4126 ] {aa385d43-a0ae-44b3-b197-ccbe6aec8794} executeQuery: Code: 43. DB::Exception: Nested type Array(UInt8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:36020) (comment: 01269_create_with_null.sql) (in query: CREATE TABLE cannot_be_nullable (n Int8, a Array(UInt8)) ENGINE=Memory;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/DataTypes/DataTypeNullable.cpp:30: DB::DataTypeNullable::DataTypeNullable(std::shared_ptr const&) @ 0x0000000034c21f0d 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], std::shared_ptr const&, void>(std::allocator const&, std::shared_ptr const&) @ 0x000000002734d542 6. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::makeNullable(std::shared_ptr const&) @ 0x0000000034c24843 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:614: DB::InterpreterCreateQuery::getColumnType(DB::ASTColumnDeclaration const&, DB::LoadingStrictnessLevel, bool) @ 0x000000003778dfca 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:656: DB::InterpreterCreateQuery::getColumnsDescription(DB::ASTExpressionList const&, std::shared_ptr, DB::LoadingStrictnessLevel, bool) @ 0x000000003778f9ab 9. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:814: DB::InterpreterCreateQuery::getTablePropertiesAndNormalizeCreateQuery(DB::ASTCreateQuery&, DB::LoadingStrictnessLevel) const @ 0x0000000037797465 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1668: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377bfcea 11. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 14. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 17:48:44.100701 [ 4126 ] {} TCPHandler: Code: 43. DB::Exception: Nested type Array(UInt8) cannot be inside Nullable type. (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/DataTypes/DataTypeNullable.cpp:30: DB::DataTypeNullable::DataTypeNullable(std::shared_ptr const&) @ 0x0000000034c21f0d 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], std::shared_ptr const&, void>(std::allocator const&, std::shared_ptr const&) @ 0x000000002734d542 6. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::makeNullable(std::shared_ptr const&) @ 0x0000000034c24843 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:614: DB::InterpreterCreateQuery::getColumnType(DB::ASTColumnDeclaration const&, DB::LoadingStrictnessLevel, bool) @ 0x000000003778dfca 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:656: DB::InterpreterCreateQuery::getColumnsDescription(DB::ASTExpressionList const&, std::shared_ptr, DB::LoadingStrictnessLevel, bool) @ 0x000000003778f9ab 9. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:814: DB::InterpreterCreateQuery::getTablePropertiesAndNormalizeCreateQuery(DB::ASTCreateQuery&, DB::LoadingStrictnessLevel) const @ 0x0000000037797465 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1668: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377bfcea 11. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 14. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 17:48:45.087045 [ 3914 ] {02421_truncate_isolation_with_mutations_test_dqozw1yg_tx43_18053} executeQuery: Code: 650. DB::Exception: Serialization error: Transaction (36, 39, 20e75100-66d7-464f-8ed3-c334df4f0fd8) tried to remove data part all_1_1_0 from test_dqozw1yg.tt (1a995c68-2930-4646-8c63-5194b732bfb2), but it's locked by another transaction (TID: (36, 36, 20e75100-66d7-464f-8ed3-c334df4f0fd8), TIDH: 4488521550786909317) which is currently removing this part. (SERIALIZATION_ERROR) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:42338) (in query: alter table tt drop partition id 'all'), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, DB::TransactionID const&, String&, String&&, DB::TransactionID&&, unsigned long&) @ 0x0000000039004747 4. ./build_docker/./src/Interpreters/TransactionVersionMetadata.cpp:62: DB::VersionMetadata::lockRemovalTID(DB::TransactionID const&, DB::TransactionInfoContext const&) @ 0x0000000038ffc060 5. ./build_docker/./src/Interpreters/MergeTreeTransaction.cpp:149: DB::MergeTreeTransaction::removeOldPart(std::shared_ptr const&, std::shared_ptr const&, DB::TransactionInfoContext const&) @ 0x00000000388a6e03 6. ./build_docker/./src/Interpreters/MergeTreeTransaction.cpp:93: DB::MergeTreeTransaction::removeOldPart(std::shared_ptr const&, std::shared_ptr const&, DB::MergeTreeTransaction*) @ 0x00000000388a6b3c 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:4383: DB::MergeTreeData::removePartsFromWorkingSet(DB::MergeTreeTransaction*, std::vector, std::allocator>> const&, bool, DB::DataPartsLock&) @ 0x000000003dedfd3a 8. ./build_docker/./src/Storages/StorageMergeTree.cpp:2065: DB::StorageMergeTree::dropPartition(std::shared_ptr const&, bool, std::shared_ptr) @ 0x000000003eb1cb39 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5592: DB::MergeTreeData::alterPartition(std::shared_ptr const&, std::vector> const&, std::shared_ptr) @ 0x000000003df2db87 10. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:245: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751f81 11. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 14. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 15. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 16. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:48:45.089166 [ 3914 ] {02421_truncate_isolation_with_mutations_test_dqozw1yg_tx43_18053} DynamicQueryHandler: Code: 650. DB::Exception: Serialization error: Transaction (36, 39, 20e75100-66d7-464f-8ed3-c334df4f0fd8) tried to remove data part all_1_1_0 from test_dqozw1yg.tt (1a995c68-2930-4646-8c63-5194b732bfb2), but it's locked by another transaction (TID: (36, 36, 20e75100-66d7-464f-8ed3-c334df4f0fd8), TIDH: 4488521550786909317) which is currently removing this part. (SERIALIZATION_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, DB::TransactionID const&, String&, String&&, DB::TransactionID&&, unsigned long&) @ 0x0000000039004747 4. ./build_docker/./src/Interpreters/TransactionVersionMetadata.cpp:62: DB::VersionMetadata::lockRemovalTID(DB::TransactionID const&, DB::TransactionInfoContext const&) @ 0x0000000038ffc060 5. ./build_docker/./src/Interpreters/MergeTreeTransaction.cpp:149: DB::MergeTreeTransaction::removeOldPart(std::shared_ptr const&, std::shared_ptr const&, DB::TransactionInfoContext const&) @ 0x00000000388a6e03 6. ./build_docker/./src/Interpreters/MergeTreeTransaction.cpp:93: DB::MergeTreeTransaction::removeOldPart(std::shared_ptr const&, std::shared_ptr const&, DB::MergeTreeTransaction*) @ 0x00000000388a6b3c 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:4383: DB::MergeTreeData::removePartsFromWorkingSet(DB::MergeTreeTransaction*, std::vector, std::allocator>> const&, bool, DB::DataPartsLock&) @ 0x000000003dedfd3a 8. ./build_docker/./src/Storages/StorageMergeTree.cpp:2065: DB::StorageMergeTree::dropPartition(std::shared_ptr const&, bool, std::shared_ptr) @ 0x000000003eb1cb39 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5592: DB::MergeTreeData::alterPartition(std::shared_ptr const&, std::vector> const&, std::shared_ptr) @ 0x000000003df2db87 10. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:245: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751f81 11. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 14. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 15. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 16. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:48:45.486375 [ 3914 ] {02421_truncate_isolation_with_mutations_test_dqozw1yg_tx43_1535} executeQuery: Code: 649. DB::Exception: Transaction is not in RUNNING state. (INVALID_TRANSACTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:42344) (in query: commit), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/InterpreterTransactionControlQuery.cpp:65: DB::InterpreterTransactionControlQuery::executeCommit(std::shared_ptr) @ 0x000000003929f65f 5. ./build_docker/./src/Interpreters/InterpreterTransactionControlQuery.cpp:35: DB::InterpreterTransactionControlQuery::execute() @ 0x000000003929deb3 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 8. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 9. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 10. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:48:45.488166 [ 3914 ] {02421_truncate_isolation_with_mutations_test_dqozw1yg_tx43_1535} DynamicQueryHandler: Code: 649. DB::Exception: Transaction is not in RUNNING state. (INVALID_TRANSACTION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/InterpreterTransactionControlQuery.cpp:65: DB::InterpreterTransactionControlQuery::executeCommit(std::shared_ptr) @ 0x000000003929f65f 5. ./build_docker/./src/Interpreters/InterpreterTransactionControlQuery.cpp:35: DB::InterpreterTransactionControlQuery::execute() @ 0x000000003929deb3 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 8. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 9. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 10. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:48:46.508578 [ 4140 ] {e0981a35-69b8-4388-a73f-d2f872cb548e} executeQuery: Code: 36. DB::Exception: Cannot sleep infinite, very large or negative amount of time (not implemented). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:36116) (comment: 01655_sleep_infinite_float.sql) (in query: SELECT sleep(nan);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionSleep<(DB::FunctionSleepVariant)0>::execute(std::vector> const&, std::shared_ptr const&, bool) const @ 0x000000001b811bbd 5. DB::FunctionSleep<(DB::FunctionSleepVariant)0>::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b810814 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 11. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 13. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 15. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 16. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:48:46.511582 [ 4140 ] {} TCPHandler: Code: 36. DB::Exception: Cannot sleep infinite, very large or negative amount of time (not implemented). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionSleep<(DB::FunctionSleepVariant)0>::execute(std::vector> const&, std::shared_ptr const&, bool) const @ 0x000000001b811bbd 5. DB::FunctionSleep<(DB::FunctionSleepVariant)0>::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b810814 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 11. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 13. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 15. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 16. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:48:46.532526 [ 4140 ] {52b86fe8-fb15-4e00-9e0f-097656af601b} executeQuery: Code: 36. DB::Exception: Cannot sleep infinite, very large or negative amount of time (not implemented). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:36116) (comment: 01655_sleep_infinite_float.sql) (in query: SELECT sleep(inf);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionSleep<(DB::FunctionSleepVariant)0>::execute(std::vector> const&, std::shared_ptr const&, bool) const @ 0x000000001b811bbd 5. DB::FunctionSleep<(DB::FunctionSleepVariant)0>::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b810814 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 11. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 13. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 15. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 16. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:48:46.535220 [ 4140 ] {} TCPHandler: Code: 36. DB::Exception: Cannot sleep infinite, very large or negative amount of time (not implemented). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionSleep<(DB::FunctionSleepVariant)0>::execute(std::vector> const&, std::shared_ptr const&, bool) const @ 0x000000001b811bbd 5. DB::FunctionSleep<(DB::FunctionSleepVariant)0>::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b810814 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 11. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 13. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 15. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 16. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:48:50.245429 [ 4128 ] {905186a4-c26b-46b2-a105-224163c03db9} executeQuery: Code: 107. DB::ErrnoException: Cannot open file /var/lib/clickhouse/user_files/a: , errno: 2, strerror: No such file or directory: while executing 'FUNCTION file(materialize('a'_String) :: 2) -> file(materialize('a'_String)) String : 1'. (FILE_DOESNT_EXIST) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45320) (comment: 02843_context_has_expired.sql) (in query: SELECT 1 in (SELECT file(materialize('a')));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:216: DB::ErrnoException::ErrnoException(int, int, FormatStringHelperImpl::type>, String&) @ 0x000000002081ec8f 4. ./src/Common/Exception.h:231: void DB::ErrnoException::throwFromPath(int, String const&, FormatStringHelperImpl::type>, String&) @ 0x000000002081e305 5. ./build_docker/./src/IO/ReadBufferFromFile.cpp:48: DB::ReadBufferFromFile::ReadBufferFromFile(String const&, unsigned long, int, char*, unsigned long, std::optional, std::shared_ptr) @ 0x0000000020829765 6. DB::FunctionFile::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088eea5b 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 9. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 10. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 11. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 13. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 14. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 19. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:48:50.250880 [ 4128 ] {} TCPHandler: Code: 107. DB::ErrnoException: Cannot open file /var/lib/clickhouse/user_files/a: , errno: 2, strerror: No such file or directory: while executing 'FUNCTION file(materialize('a'_String) :: 2) -> file(materialize('a'_String)) String : 1'. (FILE_DOESNT_EXIST), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:216: DB::ErrnoException::ErrnoException(int, int, FormatStringHelperImpl::type>, String&) @ 0x000000002081ec8f 4. ./src/Common/Exception.h:231: void DB::ErrnoException::throwFromPath(int, String const&, FormatStringHelperImpl::type>, String&) @ 0x000000002081e305 5. ./build_docker/./src/IO/ReadBufferFromFile.cpp:48: DB::ReadBufferFromFile::ReadBufferFromFile(String const&, unsigned long, int, char*, unsigned long, std::optional, std::shared_ptr) @ 0x0000000020829765 6. DB::FunctionFile::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088eea5b 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 9. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 10. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 11. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 13. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 14. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 19. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:48:50.572581 [ 3274 ] {0cfea484-bdc4-4e04-9cee-6c6552314b9a} executeQuery: Code: 159. DB::Exception: Timeout exceeded: maximum: 1 ms. (TIMEOUT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:54806) (comment: 02293_http_header_full_summary_without_progress.sh) (in query: SELECT 1 + sleepEachRow(0.00002) FROM numbers(100000) ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&, double&&) @ 0x000000003897be6d 4. ./build_docker/./src/Interpreters/ProcessList.cpp:512: DB::QueryStatus::throwProperExceptionIfNeeded(unsigned long const&, unsigned long const&) @ 0x0000000038971799 5. ./build_docker/./src/Interpreters/ProcessList.cpp:550: DB::QueryStatus::checkTimeLimit() @ 0x0000000038972c83 6. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:200: DB::PipelineExecutor::finalizeExecution() @ 0x000000003f717f87 7. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:147: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7177f7 8. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:112: DB::CompletedPipelineExecutor::execute() @ 0x000000003f7140d3 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1798: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003928176b 10. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 11. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 12. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 17:48:50.576376 [ 3274 ] {0cfea484-bdc4-4e04-9cee-6c6552314b9a} DynamicQueryHandler: Code: 159. DB::Exception: Timeout exceeded: maximum: 1 ms. (TIMEOUT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&, double&&) @ 0x000000003897be6d 4. ./build_docker/./src/Interpreters/ProcessList.cpp:512: DB::QueryStatus::throwProperExceptionIfNeeded(unsigned long const&, unsigned long const&) @ 0x0000000038971799 5. ./build_docker/./src/Interpreters/ProcessList.cpp:550: DB::QueryStatus::checkTimeLimit() @ 0x0000000038972c83 6. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:200: DB::PipelineExecutor::finalizeExecution() @ 0x000000003f717f87 7. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:147: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7177f7 8. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:112: DB::CompletedPipelineExecutor::execute() @ 0x000000003f7140d3 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1798: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003928176b 10. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 11. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 12. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:48:52.556740 [ 4131 ] {a192da89-ad1c-46d1-8af9-bd60c30ae39c} executeQuery: Code: 342. DB::Exception: Existing table metadata in ZooKeeper differs in version column. Stored in ZooKeeper: legacy_ver, local: . (METADATA_MISMATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45400) (comment: 02910_replicated_merge_parameters_must_consistent.sql) (in query: CREATE TABLE t_r_error (`id` UInt64, `val` String, `legacy_ver` UInt64) ENGINE = ReplicatedReplacingMergeTree('/tables/{database}/t/', 'r3') ORDER BY id SETTINGS index_granularity = 55128, min_bytes_for_wide_part = 0, ratio_of_defaults_for_sparse_serialization = 1., replace_long_file_name_to_hash = true, max_file_name_length = 0, min_bytes_for_full_part_storage = 0, compact_parts_max_bytes_to_buffer = 119696042, compact_parts_max_granules_to_buffer = 205, compact_parts_merge_max_bytes_to_prefetch_part = 6275083, merge_max_block_size = 981, old_parts_lifetime = 50., prefer_fetch_merged_part_size_threshold = 9574593327, vertical_merge_algorithm_min_rows_to_activate = 1, vertical_merge_algorithm_min_columns_to_activate = 91, min_merge_bytes_to_use_direct_io = 3702867838, index_granularity_bytes = 7223271, use_const_adaptive_granularity = true, enable_index_granularity_compression = true, concurrent_part_removal_threshold = 23, allow_vertical_merges_from_compact_to_wide_parts = false, cache_populated_by_fetch = true, marks_compress_block_size = 97759, primary_key_compress_block_size = 78117, use_primary_key_cache = true, prewarm_primary_key_cache = false, prewarm_mark_cache = false), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String const&) @ 0x00000000088e42ad 4. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeTableMetadata.cpp:289: DB::ReplicatedMergeTreeTableMetadata::checkImmutableFieldsEquals(DB::ReplicatedMergeTreeTableMetadata const&, DB::ColumnsDescription const&, std::shared_ptr) const @ 0x000000003ea369a9 5. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeTableMetadata.cpp:330: DB::ReplicatedMergeTreeTableMetadata::checkEquals(DB::ReplicatedMergeTreeTableMetadata const&, DB::ColumnsDescription const&, std::shared_ptr) const @ 0x000000003ea38715 6. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:1644: DB::StorageReplicatedMergeTree::checkTableStructureAttempt(String const&, std::shared_ptr const&, int*, bool) const @ 0x000000003cdecc8a 7. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:1624: DB::StorageReplicatedMergeTree::checkTableStructure(String const&, std::shared_ptr const&, int*, bool, DB::ZooKeeperRetriesInfo const&) const @ 0x000000003cd631a3 8. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:597: DB::StorageReplicatedMergeTree::StorageReplicatedMergeTree(DB::TableZnodeInfo const&, DB::LoadingStrictnessLevel, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::ZooKeeperRetriesInfo const&) @ 0x000000003cd5ad64 9. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::TableZnodeInfo&, DB::LoadingStrictnessLevel const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, bool&, DB::ZooKeeperRetriesInfo&, void>(std::allocator const&, DB::TableZnodeInfo&, DB::LoadingStrictnessLevel const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&, bool&, DB::ZooKeeperRetriesInfo&) @ 0x000000003eaa4483 10. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95b18 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 14. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:48:52.560852 [ 4131 ] {} TCPHandler: Code: 342. DB::Exception: Existing table metadata in ZooKeeper differs in version column. Stored in ZooKeeper: legacy_ver, local: . (METADATA_MISMATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String const&) @ 0x00000000088e42ad 4. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeTableMetadata.cpp:289: DB::ReplicatedMergeTreeTableMetadata::checkImmutableFieldsEquals(DB::ReplicatedMergeTreeTableMetadata const&, DB::ColumnsDescription const&, std::shared_ptr) const @ 0x000000003ea369a9 5. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeTableMetadata.cpp:330: DB::ReplicatedMergeTreeTableMetadata::checkEquals(DB::ReplicatedMergeTreeTableMetadata const&, DB::ColumnsDescription const&, std::shared_ptr) const @ 0x000000003ea38715 6. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:1644: DB::StorageReplicatedMergeTree::checkTableStructureAttempt(String const&, std::shared_ptr const&, int*, bool) const @ 0x000000003cdecc8a 7. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:1624: DB::StorageReplicatedMergeTree::checkTableStructure(String const&, std::shared_ptr const&, int*, bool, DB::ZooKeeperRetriesInfo const&) const @ 0x000000003cd631a3 8. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:597: DB::StorageReplicatedMergeTree::StorageReplicatedMergeTree(DB::TableZnodeInfo const&, DB::LoadingStrictnessLevel, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::ZooKeeperRetriesInfo const&) @ 0x000000003cd5ad64 9. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::TableZnodeInfo&, DB::LoadingStrictnessLevel const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, bool&, DB::ZooKeeperRetriesInfo&, void>(std::allocator const&, DB::TableZnodeInfo&, DB::LoadingStrictnessLevel const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&, bool&, DB::ZooKeeperRetriesInfo&) @ 0x000000003eaa4483 10. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95b18 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 14. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:48:53.537244 [ 4131 ] {fd79eefa-86b4-44be-9bcf-273c35590fec} executeQuery: Code: 342. DB::Exception: Existing table metadata in ZooKeeper differs in is_deleted column. Stored in ZooKeeper: , local: deleted. (METADATA_MISMATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45400) (comment: 02910_replicated_merge_parameters_must_consistent.sql) (in query: CREATE TABLE t2_r_error (`id` UInt64, `val` String, `legacy_ver` UInt64, `deleted` UInt8) ENGINE = ReplicatedReplacingMergeTree('/tables/{database}/t2/', 'r3', legacy_ver, deleted) ORDER BY id SETTINGS index_granularity = 55128, min_bytes_for_wide_part = 0, ratio_of_defaults_for_sparse_serialization = 1., replace_long_file_name_to_hash = true, max_file_name_length = 0, min_bytes_for_full_part_storage = 0, compact_parts_max_bytes_to_buffer = 119696042, compact_parts_max_granules_to_buffer = 205, compact_parts_merge_max_bytes_to_prefetch_part = 6275083, merge_max_block_size = 981, old_parts_lifetime = 50., prefer_fetch_merged_part_size_threshold = 9574593327, vertical_merge_algorithm_min_rows_to_activate = 1, vertical_merge_algorithm_min_columns_to_activate = 91, min_merge_bytes_to_use_direct_io = 3702867838, index_granularity_bytes = 7223271, use_const_adaptive_granularity = true, enable_index_granularity_compression = true, concurrent_part_removal_threshold = 23, allow_vertical_merges_from_compact_to_wide_parts = false, cache_populated_by_fetch = true, marks_compress_block_size = 97759, primary_key_compress_block_size = 78117, use_primary_key_cache = true, prewarm_primary_key_cache = false, prewarm_mark_cache = false), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String const&) @ 0x00000000088e42ad 4. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeTableMetadata.cpp:293: DB::ReplicatedMergeTreeTableMetadata::checkImmutableFieldsEquals(DB::ReplicatedMergeTreeTableMetadata const&, DB::ColumnsDescription const&, std::shared_ptr) const @ 0x000000003ea36af3 5. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeTableMetadata.cpp:330: DB::ReplicatedMergeTreeTableMetadata::checkEquals(DB::ReplicatedMergeTreeTableMetadata const&, DB::ColumnsDescription const&, std::shared_ptr) const @ 0x000000003ea38715 6. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:1644: DB::StorageReplicatedMergeTree::checkTableStructureAttempt(String const&, std::shared_ptr const&, int*, bool) const @ 0x000000003cdecc8a 7. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:1624: DB::StorageReplicatedMergeTree::checkTableStructure(String const&, std::shared_ptr const&, int*, bool, DB::ZooKeeperRetriesInfo const&) const @ 0x000000003cd631a3 8. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:597: DB::StorageReplicatedMergeTree::StorageReplicatedMergeTree(DB::TableZnodeInfo const&, DB::LoadingStrictnessLevel, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::ZooKeeperRetriesInfo const&) @ 0x000000003cd5ad64 9. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::TableZnodeInfo&, DB::LoadingStrictnessLevel const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, bool&, DB::ZooKeeperRetriesInfo&, void>(std::allocator const&, DB::TableZnodeInfo&, DB::LoadingStrictnessLevel const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&, bool&, DB::ZooKeeperRetriesInfo&) @ 0x000000003eaa4483 10. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95b18 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 14. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:48:53.540811 [ 4131 ] {} TCPHandler: Code: 342. DB::Exception: Existing table metadata in ZooKeeper differs in is_deleted column. Stored in ZooKeeper: , local: deleted. (METADATA_MISMATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String const&) @ 0x00000000088e42ad 4. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeTableMetadata.cpp:293: DB::ReplicatedMergeTreeTableMetadata::checkImmutableFieldsEquals(DB::ReplicatedMergeTreeTableMetadata const&, DB::ColumnsDescription const&, std::shared_ptr) const @ 0x000000003ea36af3 5. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeTableMetadata.cpp:330: DB::ReplicatedMergeTreeTableMetadata::checkEquals(DB::ReplicatedMergeTreeTableMetadata const&, DB::ColumnsDescription const&, std::shared_ptr) const @ 0x000000003ea38715 6. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:1644: DB::StorageReplicatedMergeTree::checkTableStructureAttempt(String const&, std::shared_ptr const&, int*, bool) const @ 0x000000003cdecc8a 7. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:1624: DB::StorageReplicatedMergeTree::checkTableStructure(String const&, std::shared_ptr const&, int*, bool, DB::ZooKeeperRetriesInfo const&) const @ 0x000000003cd631a3 8. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:597: DB::StorageReplicatedMergeTree::StorageReplicatedMergeTree(DB::TableZnodeInfo const&, DB::LoadingStrictnessLevel, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::ZooKeeperRetriesInfo const&) @ 0x000000003cd5ad64 9. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::TableZnodeInfo&, DB::LoadingStrictnessLevel const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, bool&, DB::ZooKeeperRetriesInfo&, void>(std::allocator const&, DB::TableZnodeInfo&, DB::LoadingStrictnessLevel const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&, bool&, DB::ZooKeeperRetriesInfo&) @ 0x000000003eaa4483 10. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95b18 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 14. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:48:54.496343 [ 4131 ] {2a0c471b-4b02-40bb-ba93-f60ac841fc12} executeQuery: Code: 342. DB::Exception: Existing table metadata in ZooKeeper differs in sum columns. Stored in ZooKeeper: metrics1, local: metrics2. (METADATA_MISMATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45400) (comment: 02910_replicated_merge_parameters_must_consistent.sql) (in query: CREATE TABLE t3_r_error (`key` UInt64, `metrics1` UInt64, `metrics2` UInt64) ENGINE = ReplicatedSummingMergeTree('/tables/{database}/t3/', 'r3', metrics2) ORDER BY key SETTINGS index_granularity = 55128, min_bytes_for_wide_part = 0, ratio_of_defaults_for_sparse_serialization = 1., replace_long_file_name_to_hash = true, max_file_name_length = 0, min_bytes_for_full_part_storage = 0, compact_parts_max_bytes_to_buffer = 119696042, compact_parts_max_granules_to_buffer = 205, compact_parts_merge_max_bytes_to_prefetch_part = 6275083, merge_max_block_size = 981, old_parts_lifetime = 50., prefer_fetch_merged_part_size_threshold = 9574593327, vertical_merge_algorithm_min_rows_to_activate = 1, vertical_merge_algorithm_min_columns_to_activate = 91, min_merge_bytes_to_use_direct_io = 3702867838, index_granularity_bytes = 7223271, use_const_adaptive_granularity = true, enable_index_granularity_compression = true, concurrent_part_removal_threshold = 23, allow_vertical_merges_from_compact_to_wide_parts = false, cache_populated_by_fetch = true, marks_compress_block_size = 97759, primary_key_compress_block_size = 78117, use_primary_key_cache = true, prewarm_primary_key_cache = false, prewarm_mark_cache = false), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String const&) @ 0x00000000088e42ad 4. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeTableMetadata.cpp:297: DB::ReplicatedMergeTreeTableMetadata::checkImmutableFieldsEquals(DB::ReplicatedMergeTreeTableMetadata const&, DB::ColumnsDescription const&, std::shared_ptr) const @ 0x000000003ea36c39 5. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeTableMetadata.cpp:330: DB::ReplicatedMergeTreeTableMetadata::checkEquals(DB::ReplicatedMergeTreeTableMetadata const&, DB::ColumnsDescription const&, std::shared_ptr) const @ 0x000000003ea38715 6. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:1644: DB::StorageReplicatedMergeTree::checkTableStructureAttempt(String const&, std::shared_ptr const&, int*, bool) const @ 0x000000003cdecc8a 7. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:1624: DB::StorageReplicatedMergeTree::checkTableStructure(String const&, std::shared_ptr const&, int*, bool, DB::ZooKeeperRetriesInfo const&) const @ 0x000000003cd631a3 8. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:597: DB::StorageReplicatedMergeTree::StorageReplicatedMergeTree(DB::TableZnodeInfo const&, DB::LoadingStrictnessLevel, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::ZooKeeperRetriesInfo const&) @ 0x000000003cd5ad64 9. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::TableZnodeInfo&, DB::LoadingStrictnessLevel const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, bool&, DB::ZooKeeperRetriesInfo&, void>(std::allocator const&, DB::TableZnodeInfo&, DB::LoadingStrictnessLevel const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&, bool&, DB::ZooKeeperRetriesInfo&) @ 0x000000003eaa4483 10. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95b18 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 14. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:48:54.500620 [ 4131 ] {} TCPHandler: Code: 342. DB::Exception: Existing table metadata in ZooKeeper differs in sum columns. Stored in ZooKeeper: metrics1, local: metrics2. (METADATA_MISMATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String const&) @ 0x00000000088e42ad 4. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeTableMetadata.cpp:297: DB::ReplicatedMergeTreeTableMetadata::checkImmutableFieldsEquals(DB::ReplicatedMergeTreeTableMetadata const&, DB::ColumnsDescription const&, std::shared_ptr) const @ 0x000000003ea36c39 5. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeTableMetadata.cpp:330: DB::ReplicatedMergeTreeTableMetadata::checkEquals(DB::ReplicatedMergeTreeTableMetadata const&, DB::ColumnsDescription const&, std::shared_ptr) const @ 0x000000003ea38715 6. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:1644: DB::StorageReplicatedMergeTree::checkTableStructureAttempt(String const&, std::shared_ptr const&, int*, bool) const @ 0x000000003cdecc8a 7. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:1624: DB::StorageReplicatedMergeTree::checkTableStructure(String const&, std::shared_ptr const&, int*, bool, DB::ZooKeeperRetriesInfo const&) const @ 0x000000003cd631a3 8. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:597: DB::StorageReplicatedMergeTree::StorageReplicatedMergeTree(DB::TableZnodeInfo const&, DB::LoadingStrictnessLevel, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::ZooKeeperRetriesInfo const&) @ 0x000000003cd5ad64 9. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::TableZnodeInfo&, DB::LoadingStrictnessLevel const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, bool&, DB::ZooKeeperRetriesInfo&, void>(std::allocator const&, DB::TableZnodeInfo&, DB::LoadingStrictnessLevel const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&, bool&, DB::ZooKeeperRetriesInfo&) @ 0x000000003eaa4483 10. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95b18 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 14. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:48:55.485187 [ 4131 ] {76dd22e1-8e5a-4147-857e-05a158b5b4b3} executeQuery: Code: 342. DB::Exception: Existing table metadata in ZooKeeper differs in graphite params. Stored in ZooKeeper hash: 18595098251164223009267488768321623513, local hash: 189129765989868889591512372804543646880. (METADATA_MISMATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45400) (comment: 02910_replicated_merge_parameters_must_consistent.sql) (in query: CREATE TABLE t4_r_error (`key` UInt32, `Path` String, `Time` DateTime('UTC'), `Value` Float64, `Version` UInt32, `col` UInt64) ENGINE = ReplicatedGraphiteMergeTree('/tables/{database}/t4/', 'r3', 'graphite_rollup_alternative') ORDER BY key SETTINGS index_granularity = 55128, min_bytes_for_wide_part = 0, ratio_of_defaults_for_sparse_serialization = 1., replace_long_file_name_to_hash = true, max_file_name_length = 0, min_bytes_for_full_part_storage = 0, compact_parts_max_bytes_to_buffer = 119696042, compact_parts_max_granules_to_buffer = 205, compact_parts_merge_max_bytes_to_prefetch_part = 6275083, merge_max_block_size = 981, old_parts_lifetime = 50., prefer_fetch_merged_part_size_threshold = 9574593327, vertical_merge_algorithm_min_rows_to_activate = 1, vertical_merge_algorithm_min_columns_to_activate = 91, min_merge_bytes_to_use_direct_io = 3702867838, index_granularity_bytes = 7223271, use_const_adaptive_granularity = true, enable_index_granularity_compression = true, concurrent_part_removal_threshold = 23, allow_vertical_merges_from_compact_to_wide_parts = false, cache_populated_by_fetch = true, marks_compress_block_size = 97759, primary_key_compress_block_size = 78117, use_primary_key_cache = true, prewarm_primary_key_cache = false, prewarm_mark_cache = false), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String const&) @ 0x00000000088e42ad 4. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeTableMetadata.cpp:301: DB::ReplicatedMergeTreeTableMetadata::checkImmutableFieldsEquals(DB::ReplicatedMergeTreeTableMetadata const&, DB::ColumnsDescription const&, std::shared_ptr) const @ 0x000000003ea36d7d 5. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeTableMetadata.cpp:330: DB::ReplicatedMergeTreeTableMetadata::checkEquals(DB::ReplicatedMergeTreeTableMetadata const&, DB::ColumnsDescription const&, std::shared_ptr) const @ 0x000000003ea38715 6. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:1644: DB::StorageReplicatedMergeTree::checkTableStructureAttempt(String const&, std::shared_ptr const&, int*, bool) const @ 0x000000003cdecc8a 7. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:1624: DB::StorageReplicatedMergeTree::checkTableStructure(String const&, std::shared_ptr const&, int*, bool, DB::ZooKeeperRetriesInfo const&) const @ 0x000000003cd631a3 8. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:597: DB::StorageReplicatedMergeTree::StorageReplicatedMergeTree(DB::TableZnodeInfo const&, DB::LoadingStrictnessLevel, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::ZooKeeperRetriesInfo const&) @ 0x000000003cd5ad64 9. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::TableZnodeInfo&, DB::LoadingStrictnessLevel const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, bool&, DB::ZooKeeperRetriesInfo&, void>(std::allocator const&, DB::TableZnodeInfo&, DB::LoadingStrictnessLevel const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&, bool&, DB::ZooKeeperRetriesInfo&) @ 0x000000003eaa4483 10. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95b18 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 14. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:48:55.488908 [ 4131 ] {} TCPHandler: Code: 342. DB::Exception: Existing table metadata in ZooKeeper differs in graphite params. Stored in ZooKeeper hash: 18595098251164223009267488768321623513, local hash: 189129765989868889591512372804543646880. (METADATA_MISMATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String const&) @ 0x00000000088e42ad 4. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeTableMetadata.cpp:301: DB::ReplicatedMergeTreeTableMetadata::checkImmutableFieldsEquals(DB::ReplicatedMergeTreeTableMetadata const&, DB::ColumnsDescription const&, std::shared_ptr) const @ 0x000000003ea36d7d 5. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeTableMetadata.cpp:330: DB::ReplicatedMergeTreeTableMetadata::checkEquals(DB::ReplicatedMergeTreeTableMetadata const&, DB::ColumnsDescription const&, std::shared_ptr) const @ 0x000000003ea38715 6. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:1644: DB::StorageReplicatedMergeTree::checkTableStructureAttempt(String const&, std::shared_ptr const&, int*, bool) const @ 0x000000003cdecc8a 7. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:1624: DB::StorageReplicatedMergeTree::checkTableStructure(String const&, std::shared_ptr const&, int*, bool, DB::ZooKeeperRetriesInfo const&) const @ 0x000000003cd631a3 8. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:597: DB::StorageReplicatedMergeTree::StorageReplicatedMergeTree(DB::TableZnodeInfo const&, DB::LoadingStrictnessLevel, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::ZooKeeperRetriesInfo const&) @ 0x000000003cd5ad64 9. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::TableZnodeInfo&, DB::LoadingStrictnessLevel const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, bool&, DB::ZooKeeperRetriesInfo&, void>(std::allocator const&, DB::TableZnodeInfo&, DB::LoadingStrictnessLevel const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&, bool&, DB::ZooKeeperRetriesInfo&) @ 0x000000003eaa4483 10. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95b18 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 14. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:48:55.542314 [ 4131 ] {a83300c1-b048-4722-9694-2dfd262061e2} executeQuery: Code: 342. DB::Exception: Existing table metadata in ZooKeeper differs in graphite params. Stored in ZooKeeper hash: 18595098251164223009267488768321623513, local hash: 264849772246956404450033694965168190533. (METADATA_MISMATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45400) (comment: 02910_replicated_merge_parameters_must_consistent.sql) (in query: CREATE TABLE t4_r_error_2 (`key` UInt32, `Path` String, `Time` DateTime('UTC'), `Value` Float64, `Version` UInt32, `col` UInt64) ENGINE = ReplicatedGraphiteMergeTree('/tables/{database}/t4/', 'r4', 'graphite_rollup_alternative_no_function') ORDER BY key SETTINGS index_granularity = 55128, min_bytes_for_wide_part = 0, ratio_of_defaults_for_sparse_serialization = 1., replace_long_file_name_to_hash = true, max_file_name_length = 0, min_bytes_for_full_part_storage = 0, compact_parts_max_bytes_to_buffer = 119696042, compact_parts_max_granules_to_buffer = 205, compact_parts_merge_max_bytes_to_prefetch_part = 6275083, merge_max_block_size = 981, old_parts_lifetime = 50., prefer_fetch_merged_part_size_threshold = 9574593327, vertical_merge_algorithm_min_rows_to_activate = 1, vertical_merge_algorithm_min_columns_to_activate = 91, min_merge_bytes_to_use_direct_io = 3702867838, index_granularity_bytes = 7223271, use_const_adaptive_granularity = true, enable_index_granularity_compression = true, concurrent_part_removal_threshold = 23, allow_vertical_merges_from_compact_to_wide_parts = false, cache_populated_by_fetch = true, marks_compress_block_size = 97759, primary_key_compress_block_size = 78117, use_primary_key_cache = true, prewarm_primary_key_cache = false, prewarm_mark_cache = false), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String const&) @ 0x00000000088e42ad 4. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeTableMetadata.cpp:301: DB::ReplicatedMergeTreeTableMetadata::checkImmutableFieldsEquals(DB::ReplicatedMergeTreeTableMetadata const&, DB::ColumnsDescription const&, std::shared_ptr) const @ 0x000000003ea36d7d 5. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeTableMetadata.cpp:330: DB::ReplicatedMergeTreeTableMetadata::checkEquals(DB::ReplicatedMergeTreeTableMetadata const&, DB::ColumnsDescription const&, std::shared_ptr) const @ 0x000000003ea38715 6. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:1644: DB::StorageReplicatedMergeTree::checkTableStructureAttempt(String const&, std::shared_ptr const&, int*, bool) const @ 0x000000003cdecc8a 7. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:1624: DB::StorageReplicatedMergeTree::checkTableStructure(String const&, std::shared_ptr const&, int*, bool, DB::ZooKeeperRetriesInfo const&) const @ 0x000000003cd631a3 8. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:597: DB::StorageReplicatedMergeTree::StorageReplicatedMergeTree(DB::TableZnodeInfo const&, DB::LoadingStrictnessLevel, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::ZooKeeperRetriesInfo const&) @ 0x000000003cd5ad64 9. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::TableZnodeInfo&, DB::LoadingStrictnessLevel const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, bool&, DB::ZooKeeperRetriesInfo&, void>(std::allocator const&, DB::TableZnodeInfo&, DB::LoadingStrictnessLevel const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&, bool&, DB::ZooKeeperRetriesInfo&) @ 0x000000003eaa4483 10. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95b18 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 14. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:48:55.545916 [ 4131 ] {} TCPHandler: Code: 342. DB::Exception: Existing table metadata in ZooKeeper differs in graphite params. Stored in ZooKeeper hash: 18595098251164223009267488768321623513, local hash: 264849772246956404450033694965168190533. (METADATA_MISMATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String const&) @ 0x00000000088e42ad 4. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeTableMetadata.cpp:301: DB::ReplicatedMergeTreeTableMetadata::checkImmutableFieldsEquals(DB::ReplicatedMergeTreeTableMetadata const&, DB::ColumnsDescription const&, std::shared_ptr) const @ 0x000000003ea36d7d 5. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeTableMetadata.cpp:330: DB::ReplicatedMergeTreeTableMetadata::checkEquals(DB::ReplicatedMergeTreeTableMetadata const&, DB::ColumnsDescription const&, std::shared_ptr) const @ 0x000000003ea38715 6. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:1644: DB::StorageReplicatedMergeTree::checkTableStructureAttempt(String const&, std::shared_ptr const&, int*, bool) const @ 0x000000003cdecc8a 7. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:1624: DB::StorageReplicatedMergeTree::checkTableStructure(String const&, std::shared_ptr const&, int*, bool, DB::ZooKeeperRetriesInfo const&) const @ 0x000000003cd631a3 8. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:597: DB::StorageReplicatedMergeTree::StorageReplicatedMergeTree(DB::TableZnodeInfo const&, DB::LoadingStrictnessLevel, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::ZooKeeperRetriesInfo const&) @ 0x000000003cd5ad64 9. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::TableZnodeInfo&, DB::LoadingStrictnessLevel const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, bool&, DB::ZooKeeperRetriesInfo&, void>(std::allocator const&, DB::TableZnodeInfo&, DB::LoadingStrictnessLevel const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&, bool&, DB::ZooKeeperRetriesInfo&) @ 0x000000003eaa4483 10. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95b18 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 14. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:48:55.744290 [ 5087 ] {} test_10igmmqn.t4_r_ok (af240893-2d92-423c-a698-39b563ae2809): Table /tables/test_10igmmqn/t4/replicas/r2 is already started to be removing by another replica right now 2025.03.31 17:48:58.728337 [ 1428 ] {02421_truncate_isolation_with_mutations_test_dqozw1yg_tx69_18416} executeQuery: Code: 650. DB::Exception: Serialization error: Transaction (38, 42, 20e75100-66d7-464f-8ed3-c334df4f0fd8) tried to remove data part all_1_1_6 from test_dqozw1yg.tt (1a708495-8ae4-4b88-8815-251510d9e0b2), but it's locked by another transaction (TID: (38, 43, 20e75100-66d7-464f-8ed3-c334df4f0fd8), TIDH: 16931467193962791737) which is currently removing this part. (SERIALIZATION_ERROR) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:51000) (in query: alter table tt drop partition id 'all'), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, DB::TransactionID const&, String&, String&&, DB::TransactionID&&, unsigned long&) @ 0x0000000039004747 4. ./build_docker/./src/Interpreters/TransactionVersionMetadata.cpp:62: DB::VersionMetadata::lockRemovalTID(DB::TransactionID const&, DB::TransactionInfoContext const&) @ 0x0000000038ffc060 5. ./build_docker/./src/Interpreters/MergeTreeTransaction.cpp:149: DB::MergeTreeTransaction::removeOldPart(std::shared_ptr const&, std::shared_ptr const&, DB::TransactionInfoContext const&) @ 0x00000000388a6e03 6. ./build_docker/./src/Interpreters/MergeTreeTransaction.cpp:93: DB::MergeTreeTransaction::removeOldPart(std::shared_ptr const&, std::shared_ptr const&, DB::MergeTreeTransaction*) @ 0x00000000388a6b3c 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:4383: DB::MergeTreeData::removePartsFromWorkingSet(DB::MergeTreeTransaction*, std::vector, std::allocator>> const&, bool, DB::DataPartsLock&) @ 0x000000003dedfd3a 8. ./build_docker/./src/Storages/StorageMergeTree.cpp:2065: DB::StorageMergeTree::dropPartition(std::shared_ptr const&, bool, std::shared_ptr) @ 0x000000003eb1cb39 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5592: DB::MergeTreeData::alterPartition(std::shared_ptr const&, std::vector> const&, std::shared_ptr) @ 0x000000003df2db87 10. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:245: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751f81 11. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 14. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 15. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 16. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:48:58.730485 [ 1428 ] {02421_truncate_isolation_with_mutations_test_dqozw1yg_tx69_18416} DynamicQueryHandler: Code: 650. DB::Exception: Serialization error: Transaction (38, 42, 20e75100-66d7-464f-8ed3-c334df4f0fd8) tried to remove data part all_1_1_6 from test_dqozw1yg.tt (1a708495-8ae4-4b88-8815-251510d9e0b2), but it's locked by another transaction (TID: (38, 43, 20e75100-66d7-464f-8ed3-c334df4f0fd8), TIDH: 16931467193962791737) which is currently removing this part. (SERIALIZATION_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, DB::TransactionID const&, String&, String&&, DB::TransactionID&&, unsigned long&) @ 0x0000000039004747 4. ./build_docker/./src/Interpreters/TransactionVersionMetadata.cpp:62: DB::VersionMetadata::lockRemovalTID(DB::TransactionID const&, DB::TransactionInfoContext const&) @ 0x0000000038ffc060 5. ./build_docker/./src/Interpreters/MergeTreeTransaction.cpp:149: DB::MergeTreeTransaction::removeOldPart(std::shared_ptr const&, std::shared_ptr const&, DB::TransactionInfoContext const&) @ 0x00000000388a6e03 6. ./build_docker/./src/Interpreters/MergeTreeTransaction.cpp:93: DB::MergeTreeTransaction::removeOldPart(std::shared_ptr const&, std::shared_ptr const&, DB::MergeTreeTransaction*) @ 0x00000000388a6b3c 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:4383: DB::MergeTreeData::removePartsFromWorkingSet(DB::MergeTreeTransaction*, std::vector, std::allocator>> const&, bool, DB::DataPartsLock&) @ 0x000000003dedfd3a 8. ./build_docker/./src/Storages/StorageMergeTree.cpp:2065: DB::StorageMergeTree::dropPartition(std::shared_ptr const&, bool, std::shared_ptr) @ 0x000000003eb1cb39 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5592: DB::MergeTreeData::alterPartition(std::shared_ptr const&, std::vector> const&, std::shared_ptr) @ 0x000000003df2db87 10. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:245: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751f81 11. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 14. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 15. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 16. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:49:05.637629 [ 1428 ] {02421_truncate_isolation_with_mutations_test_dqozw1yg_tx79_1085} executeQuery: Code: 232. DB::Exception: No part all_2_2_0 in committed state. (NO_SUCH_DATA_PART) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:51054) (in query: alter table tt drop part 'all_2_2_0'), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5359: DB::MergeTreeData::checkPartCanBeDropped(String const&, std::shared_ptr) @ 0x000000003df1e0de 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5586: DB::MergeTreeData::alterPartition(std::shared_ptr const&, std::vector> const&, std::shared_ptr) @ 0x000000003df30046 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:245: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751f81 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 10. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 11. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 12. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 17:49:05.640106 [ 1428 ] {02421_truncate_isolation_with_mutations_test_dqozw1yg_tx79_1085} DynamicQueryHandler: Code: 232. DB::Exception: No part all_2_2_0 in committed state. (NO_SUCH_DATA_PART), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5359: DB::MergeTreeData::checkPartCanBeDropped(String const&, std::shared_ptr) @ 0x000000003df1e0de 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5586: DB::MergeTreeData::alterPartition(std::shared_ptr const&, std::vector> const&, std::shared_ptr) @ 0x000000003df30046 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:245: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751f81 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 10. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 11. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 12. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:49:06.377574 [ 4149 ] {a1ac5efc-bb69-425f-85ee-88beffe0eb20} executeQuery: Code: 207. DB::Exception: JOIN LEFT JOIN ... ON a.color_key = c.color_key ambiguous identifier 'color_key'. In scope SELECT id, animal_name, a.animal_key, color_name, color_key FROM fact AS a LEFT JOIN (SELECT toInt64(animal_key) AS animal_key, animal_name FROM animals) AS b ON a.animal_key = b.animal_key LEFT JOIN (SELECT toInt64(color_key) AS color_key, color_name FROM colors) AS c ON a.color_key = c.color_key. (AMBIGUOUS_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44070) (comment: 03058_analyzer_ambiguous_columns.sql) (in query: select id, animal_name, a.animal_key, color_name, color_key from fact a left join (select toInt64(animal_key) animal_key, animal_name from animals) b on (a.animal_key = b.animal_key) left join (select toInt64(color_key) color_key, color_name from colors) c on (a.color_key = c.color_key);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&&) @ 0x0000000035de9c37 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1213: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb23b8 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 6. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:0: DB::IdentifierResolver::tryResolveIdentifierFromJoinTree(DB::IdentifierLookup const&, DB::IdentifierResolveScope&) @ 0x0000000035ebb9db 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1468: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d67b69 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3671: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d32d46 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 14. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:49:06.384163 [ 4149 ] {} TCPHandler: Code: 207. DB::Exception: JOIN LEFT JOIN ... ON a.color_key = c.color_key ambiguous identifier 'color_key'. In scope SELECT id, animal_name, a.animal_key, color_name, color_key FROM fact AS a LEFT JOIN (SELECT toInt64(animal_key) AS animal_key, animal_name FROM animals) AS b ON a.animal_key = b.animal_key LEFT JOIN (SELECT toInt64(color_key) AS color_key, color_name FROM colors) AS c ON a.color_key = c.color_key. (AMBIGUOUS_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&&) @ 0x0000000035de9c37 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1213: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb23b8 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 6. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:0: DB::IdentifierResolver::tryResolveIdentifierFromJoinTree(DB::IdentifierLookup const&, DB::IdentifierResolveScope&) @ 0x0000000035ebb9db 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1468: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d67b69 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3671: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d32d46 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 14. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:49:07.162536 [ 4149 ] {62671832-27e1-4ee3-9ef7-f4816b60b48d} executeQuery: Code: 207. DB::Exception: JOIN LEFT JOIN ... ON a.animal_key = b.animal_key ambiguous identifier 'animal_key'. In scope SELECT id, animal_name, animal_key, color_name, color_key FROM fact AS a LEFT JOIN (SELECT toInt64(animal_key) AS animal_key, animal_name FROM animals) AS b ON a.animal_key = b.animal_key LEFT JOIN (SELECT toInt64(color_key) AS color_key, color_name FROM colors) AS c ON a.color_key = c.color_key. (AMBIGUOUS_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44070) (comment: 03058_analyzer_ambiguous_columns.sql) (in query: select id, animal_name, animal_key, color_name, color_key from fact a left join (select toInt64(animal_key) animal_key, animal_name from animals) b on (a.animal_key = b.animal_key) left join (select toInt64(color_key) color_key, color_name from colors) c on (a.color_key = c.color_key);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&&) @ 0x0000000035de9c37 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1213: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb23b8 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 6. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1029: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eaff24 7. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 8. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:0: DB::IdentifierResolver::tryResolveIdentifierFromJoinTree(DB::IdentifierLookup const&, DB::IdentifierResolveScope&) @ 0x0000000035ebb9db 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1468: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d67b69 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3671: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d32d46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:49:07.167080 [ 4149 ] {} TCPHandler: Code: 207. DB::Exception: JOIN LEFT JOIN ... ON a.animal_key = b.animal_key ambiguous identifier 'animal_key'. In scope SELECT id, animal_name, animal_key, color_name, color_key FROM fact AS a LEFT JOIN (SELECT toInt64(animal_key) AS animal_key, animal_name FROM animals) AS b ON a.animal_key = b.animal_key LEFT JOIN (SELECT toInt64(color_key) AS color_key, color_name FROM colors) AS c ON a.color_key = c.color_key. (AMBIGUOUS_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&&) @ 0x0000000035de9c37 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1213: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb23b8 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 6. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1029: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eaff24 7. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 8. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:0: DB::IdentifierResolver::tryResolveIdentifierFromJoinTree(DB::IdentifierLookup const&, DB::IdentifierResolveScope&) @ 0x0000000035ebb9db 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1468: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d67b69 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3671: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d32d46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:49:07.383955 [ 4140 ] {59d980ee-3b07-417b-af20-3d6114467b08} executeQuery: Code: 159. DB::Exception: Timeout exceeded: elapsed 10.000865497 seconds, maximum: 10 seconds. (TIMEOUT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:59596) (comment: 01249_flush_interactive.sh) (in query: SELECT DISTINCT number % 5 FROM system.numbers), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, double&&, double&&) @ 0x0000000034b00e2d 4. ./build_docker/./src/QueryPipeline/ExecutionSpeedLimits.cpp:113: DB::ExecutionSpeedLimits::checkTimeLimit(unsigned long const&, DB::OverflowMode) const @ 0x0000000034afe0e9 5. ./build_docker/./src/Interpreters/ProcessList.cpp:552: DB::QueryStatus::checkTimeLimit() @ 0x0000000038972cb0 6. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:200: DB::PipelineExecutor::finalizeExecution() @ 0x000000003f717f87 7. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:147: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7177f7 8. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:112: DB::CompletedPipelineExecutor::execute() @ 0x000000003f7140d3 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1798: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003928176b 10. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 11. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 12. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 17:49:07.390252 [ 4140 ] {59d980ee-3b07-417b-af20-3d6114467b08} DynamicQueryHandler: Code: 159. DB::Exception: Timeout exceeded: elapsed 10.000865497 seconds, maximum: 10 seconds. (TIMEOUT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, double&&, double&&) @ 0x0000000034b00e2d 4. ./build_docker/./src/QueryPipeline/ExecutionSpeedLimits.cpp:113: DB::ExecutionSpeedLimits::checkTimeLimit(unsigned long const&, DB::OverflowMode) const @ 0x0000000034afe0e9 5. ./build_docker/./src/Interpreters/ProcessList.cpp:552: DB::QueryStatus::checkTimeLimit() @ 0x0000000038972cb0 6. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:200: DB::PipelineExecutor::finalizeExecution() @ 0x000000003f717f87 7. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:147: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7177f7 8. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:112: DB::CompletedPipelineExecutor::execute() @ 0x000000003f7140d3 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1798: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003928176b 10. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 11. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 12. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:49:07.709528 [ 4140 ] {59d980ee-3b07-417b-af20-3d6114467b08} bool DB::WriteBufferFromHTTPServerResponse::cancelWithException(HTTPServerRequest &, int, const std::string &, WriteBuffer *): Failed to send exception to the response write buffer.: Code: 210. DB::NetException: I/O error: Broken pipe, while writing to socket ([::ffff:127.0.0.1]:8123 -> [::ffff:127.0.0.1]:59596). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/WriteBufferFromPocoSocket.cpp:171: DB::WriteBufferFromPocoSocket::nextImpl() @ 0x0000000020b7a476 4. ./src/Server/HTTP/HTTPServerResponse.h:197: DB::HTTPWriteBuffer::nextImplChunked() @ 0x000000003f4bd794 5. ./src/Server/HTTP/HTTPServerResponse.h:166: DB::WriteBufferFromHTTPServerResponse::nextImpl() @ 0x000000003f4b64ff 6. DB::WriteBuffer::next() @ 0x00000000088f5ec1 7. ./build_docker/./src/Server/HTTP/WriteBufferFromHTTPServerResponse.cpp:353: DB::WriteBufferFromHTTPServerResponse::cancelWithException(DB::HTTPServerRequest&, int, String const&, DB::WriteBuffer*) @ 0x000000003f4b8f02 8. ./build_docker/./src/Server/HTTPHandler.cpp:652: DB::HTTPHandler::trySendExceptionToClient(int, String const&, DB::HTTPServerRequest&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&) @ 0x000000003f27c8cf 9. ./build_docker/./src/Server/HTTPHandler.cpp:769: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f28447b 10. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:49:08.308064 [ 4514 ] {5064a25e-d543-4a3a-aa99-9f0418ff89d1} executeQuery: Code: 44. DB::Exception: Cannot drop column `x`, because column `y` depends on it. (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50086) (comment: 01387_clear_column_default_depends.sql) (in query: ALTER TABLE test DROP COLUMN x;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Storages/AlterCommands.cpp:1520: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6dbe4e 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:49:08.311441 [ 4514 ] {} TCPHandler: Code: 44. DB::Exception: Cannot drop column `x`, because column `y` depends on it. (ILLEGAL_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Storages/AlterCommands.cpp:1520: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6dbe4e 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:49:08.668253 [ 4514 ] {fde32cbe-e60c-4758-9379-912ea84a340b} executeQuery: Code: 44. DB::Exception: Cannot drop column `x`, because column `y` depends on it. (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50086) (comment: 01387_clear_column_default_depends.sql) (in query: ALTER TABLE test DROP COLUMN x;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Storages/AlterCommands.cpp:1520: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6dbe4e 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:49:08.671322 [ 4514 ] {} TCPHandler: Code: 44. DB::Exception: Cannot drop column `x`, because column `y` depends on it. (ILLEGAL_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Storages/AlterCommands.cpp:1520: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6dbe4e 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:49:09.063470 [ 4514 ] {99f1f97b-f638-4eff-9c00-8e5904abae7c} executeQuery: Code: 44. DB::Exception: Cannot drop column `x`, because column `y` depends on it. (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50086) (comment: 01387_clear_column_default_depends.sql) (in query: ALTER TABLE test DROP COLUMN x;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Storages/AlterCommands.cpp:1520: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6dbe4e 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:49:09.066937 [ 4514 ] {} TCPHandler: Code: 44. DB::Exception: Cannot drop column `x`, because column `y` depends on it. (ILLEGAL_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Storages/AlterCommands.cpp:1520: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6dbe4e 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:49:13.255385 [ 4142 ] {2edfb3db-a357-4e14-bb01-02576638b7b1} executeQuery: Code: 53. DB::Exception: Cannot insert NULL value into a column of type 'UInt32' at index 1: (in file/uri /var/lib/clickhouse/user_files/test_jxavvsof.03004_data.bsonEachRow): While executing BSONEachRowRowInputFormat: While executing File. (TYPE_MISMATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50262) (comment: 03004_force_null_for_omitted.sql) (in query: select * from file(concat(currentDatabase(), '.03004_data.bsonEachRow'), auto, 'null UInt32, foo UInt32') settings input_format_force_null_for_omitted_fields = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&) @ 0x0000000008ef7fed 4. ./build_docker/./src/Processors/Formats/Impl/BSONEachRowRowInputFormat.cpp:824: DB::BSONEachRowRowInputFormat::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003f92d048 5. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 6. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 7. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 8. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 12. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 13. ./build_docker/./src/Storages/StorageFile.cpp:1474: DB::StorageFileSource::generate() @ 0x000000003c96c16e 14. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 15. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 16. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 20. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 17:49:13.261872 [ 4142 ] {} TCPHandler: Code: 53. DB::Exception: Cannot insert NULL value into a column of type 'UInt32' at index 1: (in file/uri /var/lib/clickhouse/user_files/test_jxavvsof.03004_data.bsonEachRow): While executing BSONEachRowRowInputFormat: While executing File. (TYPE_MISMATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&) @ 0x0000000008ef7fed 4. ./build_docker/./src/Processors/Formats/Impl/BSONEachRowRowInputFormat.cpp:824: DB::BSONEachRowRowInputFormat::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003f92d048 5. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 6. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 7. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 8. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 12. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 13. ./build_docker/./src/Storages/StorageFile.cpp:1474: DB::StorageFileSource::generate() @ 0x000000003c96c16e 14. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 15. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 16. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 20. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 17:49:13.724074 [ 1375 ] {507b4c85-2660-44af-9713-d5097a1e24bb} executeQuery: Code: 36. DB::Exception: Engine Distributed doesn't support TTL clause. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50294) (comment: 02184_storage_add_support_ttl.sql) (in query: ALTER TABLE distributed_02184 MODIFY COLUMN name String TTL dt + INTERVAL 1 MONTH;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/AlterCommands.cpp:1343: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6dba56 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:49:13.727473 [ 1375 ] {} TCPHandler: Code: 36. DB::Exception: Engine Distributed doesn't support TTL clause. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/AlterCommands.cpp:1343: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6dba56 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:49:13.843803 [ 1375 ] {b2e15d12-9685-4f2e-b22a-36492d6dbd83} executeQuery: Code: 36. DB::Exception: Engine Buffer doesn't support TTL clause. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50294) (comment: 02184_storage_add_support_ttl.sql) (in query: ALTER TABLE buffer_02184 MODIFY COLUMN name String TTL dt + INTERVAL 1 MONTH;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/AlterCommands.cpp:1343: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6dba56 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:49:13.847125 [ 1375 ] {} TCPHandler: Code: 36. DB::Exception: Engine Buffer doesn't support TTL clause. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/AlterCommands.cpp:1343: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6dba56 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:49:13.944615 [ 1375 ] {b82ae81d-22cd-4860-8d9e-baab6ca51abe} executeQuery: Code: 36. DB::Exception: Engine Merge doesn't support TTL clause. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50294) (comment: 02184_storage_add_support_ttl.sql) (in query: ALTER TABLE merge_02184 MODIFY COLUMN name String TTL dt + INTERVAL 1 MONTH;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/AlterCommands.cpp:1343: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6dba56 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:49:13.947675 [ 1375 ] {} TCPHandler: Code: 36. DB::Exception: Engine Merge doesn't support TTL clause. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/AlterCommands.cpp:1343: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6dba56 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:49:14.050843 [ 1375 ] {e434f76d-2691-45d6-8b78-5a46e9bd4a13} executeQuery: Code: 36. DB::Exception: Engine Null doesn't support TTL clause. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50294) (comment: 02184_storage_add_support_ttl.sql) (in query: ALTER TABLE null_02184 MODIFY COLUMN dummy Int TTL now() + INTERVAL 1 MONTH;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/AlterCommands.cpp:1343: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6dba56 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:49:14.055687 [ 1375 ] {} TCPHandler: Code: 36. DB::Exception: Engine Null doesn't support TTL clause. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/AlterCommands.cpp:1343: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6dba56 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:49:14.162201 [ 1375 ] {bad805db-c382-456a-89c4-91595ea4aa3e} executeQuery: Code: 36. DB::Exception: Engine File doesn't support TTL clause. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50294) (comment: 02184_storage_add_support_ttl.sql) (in query: ALTER TABLE file_02184 MODIFY COLUMN name String TTL dt + INTERVAL 1 MONTH;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/AlterCommands.cpp:1343: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6dba56 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:49:14.165397 [ 1375 ] {} TCPHandler: Code: 36. DB::Exception: Engine File doesn't support TTL clause. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/AlterCommands.cpp:1343: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6dba56 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:49:14.177280 [ 4142 ] {4f88a29d-427b-438f-894d-442d544a3755} executeQuery: Code: 53. DB::Exception: Cannot insert NULL value into a column `foo` of type 'UInt32': While executing JSONEachRowRowInputFormat. (TYPE_MISMATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50262) (comment: 03004_force_null_for_omitted.sql) (in query: select * from format(JSONEachRow, 'foo UInt32', '{}') settings input_format_force_null_for_omitted_fields = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Processors/Formats/Impl/JSONEachRowRowInputFormat.cpp:237: DB::JSONEachRowRowInputFormat::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003fb37f5a 5. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 6. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 7. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 8. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 12. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 13. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:65: DB::PullingPipelineExecutor::pull(DB::Block&) @ 0x000000003f75eb24 14. ./build_docker/./src/TableFunctions/TableFunctionFormat.cpp:125: DB::(anonymous namespace)::TableFunctionFormat::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000274bbd75 15. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 16. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:49:14.181720 [ 4142 ] {} TCPHandler: Code: 53. DB::Exception: Cannot insert NULL value into a column `foo` of type 'UInt32': While executing JSONEachRowRowInputFormat. (TYPE_MISMATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Processors/Formats/Impl/JSONEachRowRowInputFormat.cpp:237: DB::JSONEachRowRowInputFormat::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003fb37f5a 5. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 6. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 7. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 8. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 12. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 13. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:65: DB::PullingPipelineExecutor::pull(DB::Block&) @ 0x000000003f75eb24 14. ./build_docker/./src/TableFunctions/TableFunctionFormat.cpp:125: DB::(anonymous namespace)::TableFunctionFormat::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000274bbd75 15. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 16. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:49:14.261565 [ 1375 ] {bf97819c-67f0-41c4-9af9-252aaaed8e90} executeQuery: Code: 36. DB::Exception: Engine Memory doesn't support TTL clause. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50294) (comment: 02184_storage_add_support_ttl.sql) (in query: ALTER TABLE memory_02184 MODIFY COLUMN name String TTL dt + INTERVAL 1 MONTH;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/AlterCommands.cpp:1343: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6dba56 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:49:14.264943 [ 1375 ] {} TCPHandler: Code: 36. DB::Exception: Engine Memory doesn't support TTL clause. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/AlterCommands.cpp:1343: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6dba56 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:49:14.280547 [ 4142 ] {fc11caef-9f85-4ceb-9c9b-ed16417c69da} executeQuery: Code: 53. DB::Exception: Cannot insert NULL value into a column `foo` of type 'UInt32': While executing JSONEachRowRowInputFormat. (TYPE_MISMATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50262) (comment: 03004_force_null_for_omitted.sql) (in query: select * from format(JSONEachRow, 'foo UInt32, bar Nullable(UInt32)', '{}') settings input_format_force_null_for_omitted_fields = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Processors/Formats/Impl/JSONEachRowRowInputFormat.cpp:237: DB::JSONEachRowRowInputFormat::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003fb37f5a 5. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 6. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 7. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 8. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 12. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 13. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:65: DB::PullingPipelineExecutor::pull(DB::Block&) @ 0x000000003f75eb24 14. ./build_docker/./src/TableFunctions/TableFunctionFormat.cpp:125: DB::(anonymous namespace)::TableFunctionFormat::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000274bbd75 15. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 16. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:49:14.283747 [ 4142 ] {} TCPHandler: Code: 53. DB::Exception: Cannot insert NULL value into a column `foo` of type 'UInt32': While executing JSONEachRowRowInputFormat. (TYPE_MISMATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Processors/Formats/Impl/JSONEachRowRowInputFormat.cpp:237: DB::JSONEachRowRowInputFormat::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003fb37f5a 5. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 6. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 7. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 8. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 12. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 13. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:65: DB::PullingPipelineExecutor::pull(DB::Block&) @ 0x000000003f75eb24 14. ./build_docker/./src/TableFunctions/TableFunctionFormat.cpp:125: DB::(anonymous namespace)::TableFunctionFormat::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000274bbd75 15. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 16. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:49:14.361889 [ 1375 ] {327cea7c-2646-4990-89d5-923eebd11421} executeQuery: Code: 36. DB::Exception: Engine Log doesn't support TTL clause. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50294) (comment: 02184_storage_add_support_ttl.sql) (in query: ALTER TABLE log_02184 MODIFY COLUMN name String TTL dt + INTERVAL 1 MONTH;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/AlterCommands.cpp:1343: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6dba56 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:49:14.364965 [ 1375 ] {} TCPHandler: Code: 36. DB::Exception: Engine Log doesn't support TTL clause. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/AlterCommands.cpp:1343: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6dba56 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:49:14.464063 [ 1375 ] {277c0a76-4dab-4452-b549-16fe663ab71f} executeQuery: Code: 36. DB::Exception: Engine TinyLog doesn't support TTL clause. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50294) (comment: 02184_storage_add_support_ttl.sql) (in query: ALTER TABLE ting_log_02184 MODIFY COLUMN name String TTL dt + INTERVAL 1 MONTH;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/AlterCommands.cpp:1343: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6dba56 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:49:14.467173 [ 1375 ] {} TCPHandler: Code: 36. DB::Exception: Engine TinyLog doesn't support TTL clause. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/AlterCommands.cpp:1343: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6dba56 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:49:14.558493 [ 1375 ] {ddef755a-f3f7-4452-b493-09f8a5abdc2c} executeQuery: Code: 36. DB::Exception: Engine StripeLog doesn't support TTL clause. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50294) (comment: 02184_storage_add_support_ttl.sql) (in query: ALTER TABLE stripe_log_02184 MODIFY COLUMN name String TTL dt + INTERVAL 1 MONTH;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/AlterCommands.cpp:1343: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6dba56 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:49:14.561428 [ 1375 ] {} TCPHandler: Code: 36. DB::Exception: Engine StripeLog doesn't support TTL clause. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/AlterCommands.cpp:1343: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6dba56 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:49:15.112446 [ 4142 ] {f5ccabc0-1d8c-4062-8857-01e15bc5ccb4} executeQuery: Code: 53. DB::Exception: Cannot insert NULL value into a column type 'UInt32' at index 1: (while reading header): While executing CSVRowInputFormat. (TYPE_MISMATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50262) (comment: 03004_force_null_for_omitted.sql) (in query: select * from format(CSVWithNamesAndTypes, 'foo UInt32, bar UInt32', 'foo\nUInt32\n1') settings input_format_force_null_for_omitted_fields = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&) @ 0x0000000008ef7fed 4. ./build_docker/./src/Processors/Formats/RowInputFormatWithNamesAndTypes.cpp:141: DB::RowInputFormatWithNamesAndTypes::readPrefix() @ 0x000000003f97bb1e 5. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:97: DB::IRowInputFormat::read() @ 0x000000003f8e732b 6. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 7. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 8. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 12. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 13. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:65: DB::PullingPipelineExecutor::pull(DB::Block&) @ 0x000000003f75eb24 14. ./build_docker/./src/TableFunctions/TableFunctionFormat.cpp:125: DB::(anonymous namespace)::TableFunctionFormat::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000274bbd75 15. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 16. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:49:15.116374 [ 4142 ] {} TCPHandler: Code: 53. DB::Exception: Cannot insert NULL value into a column type 'UInt32' at index 1: (while reading header): While executing CSVRowInputFormat. (TYPE_MISMATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&) @ 0x0000000008ef7fed 4. ./build_docker/./src/Processors/Formats/RowInputFormatWithNamesAndTypes.cpp:141: DB::RowInputFormatWithNamesAndTypes::readPrefix() @ 0x000000003f97bb1e 5. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:97: DB::IRowInputFormat::read() @ 0x000000003f8e732b 6. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 7. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 8. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 12. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 13. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:65: DB::PullingPipelineExecutor::pull(DB::Block&) @ 0x000000003f75eb24 14. ./build_docker/./src/TableFunctions/TableFunctionFormat.cpp:125: DB::(anonymous namespace)::TableFunctionFormat::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000274bbd75 15. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 16. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:49:15.982568 [ 4142 ] {ac3f11fe-d813-4365-8a18-58fbb9428cc1} executeQuery: Code: 53. DB::Exception: Cannot insert NULL value into a column type 'UInt32' at index 1: While executing CSVRowInputFormat. (TYPE_MISMATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50262) (comment: 03004_force_null_for_omitted.sql) (in query: select * from format(CSVWithNamesAndTypes, 'foo UInt32, bar UInt32', 'foo,bar\nUInt32,UInt32\n1,2\n3\n') settings input_format_csv_allow_variable_number_of_columns = 1, input_format_force_null_for_omitted_fields = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long const&) @ 0x00000000096177ad 4. ./build_docker/./src/Processors/Formats/RowInputFormatWithNamesAndTypes.cpp:244: DB::RowInputFormatWithNamesAndTypes::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003f9808af 5. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 6. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 7. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 8. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 12. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 13. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:65: DB::PullingPipelineExecutor::pull(DB::Block&) @ 0x000000003f75eb24 14. ./build_docker/./src/TableFunctions/TableFunctionFormat.cpp:125: DB::(anonymous namespace)::TableFunctionFormat::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000274bbd75 15. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 16. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:49:15.986419 [ 4142 ] {} TCPHandler: Code: 53. DB::Exception: Cannot insert NULL value into a column type 'UInt32' at index 1: While executing CSVRowInputFormat. (TYPE_MISMATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long const&) @ 0x00000000096177ad 4. ./build_docker/./src/Processors/Formats/RowInputFormatWithNamesAndTypes.cpp:244: DB::RowInputFormatWithNamesAndTypes::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003f9808af 5. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 6. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 7. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 8. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 12. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 13. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:65: DB::PullingPipelineExecutor::pull(DB::Block&) @ 0x000000003f75eb24 14. ./build_docker/./src/TableFunctions/TableFunctionFormat.cpp:125: DB::(anonymous namespace)::TableFunctionFormat::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000274bbd75 15. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 16. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:49:16.730020 [ 4142 ] {d9287052-85cc-40f2-bb70-95dcc7337547} executeQuery: Code: 53. DB::Exception: Cannot insert NULL value into a column type 'UInt32' at index 1: (while reading header): While executing TabSeparatedRowInputFormat. (TYPE_MISMATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50262) (comment: 03004_force_null_for_omitted.sql) (in query: select * from format(TSVWithNamesAndTypes, 'foo UInt32, bar UInt32', 'foo\nUInt32\n1') settings input_format_force_null_for_omitted_fields = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&) @ 0x0000000008ef7fed 4. ./build_docker/./src/Processors/Formats/RowInputFormatWithNamesAndTypes.cpp:141: DB::RowInputFormatWithNamesAndTypes::readPrefix() @ 0x000000003f972b9e 5. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:97: DB::IRowInputFormat::read() @ 0x000000003f8e732b 6. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 7. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 8. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 12. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 13. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:65: DB::PullingPipelineExecutor::pull(DB::Block&) @ 0x000000003f75eb24 14. ./build_docker/./src/TableFunctions/TableFunctionFormat.cpp:125: DB::(anonymous namespace)::TableFunctionFormat::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000274bbd75 15. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 16. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:49:16.734194 [ 4142 ] {} TCPHandler: Code: 53. DB::Exception: Cannot insert NULL value into a column type 'UInt32' at index 1: (while reading header): While executing TabSeparatedRowInputFormat. (TYPE_MISMATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&) @ 0x0000000008ef7fed 4. ./build_docker/./src/Processors/Formats/RowInputFormatWithNamesAndTypes.cpp:141: DB::RowInputFormatWithNamesAndTypes::readPrefix() @ 0x000000003f972b9e 5. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:97: DB::IRowInputFormat::read() @ 0x000000003f8e732b 6. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 7. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 8. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 12. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 13. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:65: DB::PullingPipelineExecutor::pull(DB::Block&) @ 0x000000003f75eb24 14. ./build_docker/./src/TableFunctions/TableFunctionFormat.cpp:125: DB::(anonymous namespace)::TableFunctionFormat::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000274bbd75 15. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 16. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:49:17.025179 [ 4149 ] {8c70af66-2abb-4008-a9f6-531f2c7a7314} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 512.00 GiB (attempt to allocate chunk of 549756680216 bytes), current RSS 1.83 MiB, maximum: 9.31 GiB.: while executing 'FUNCTION repeat(toString(__table2.number) :: 0, 1000000_UInt32 :: 1) -> repeat(toString(__table2.number), 1000000_UInt32) String : 3'. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50424) (comment: 01586_columns_pruning.sql) (in query: -- Unneeded column cannot be removed from subquery and the query is out of memory SELECT count() FROM (SELECT number, groupArray(repeat(toString(number), 1000000)) AS agg FROM numbers(1000000) GROUP BY number HAVING notEmpty(agg));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. void DB::PODArrayBase<1ul, 4096ul, Allocator, 63ul, 64ul>::resize<>(unsigned long) @ 0x00000000088dbeb2 9. auto DB::(anonymous namespace)::FunctionRepeat::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&)::operator()>(auto const&) const @ 0x000000001b4e653b 10. DB::(anonymous namespace)::FunctionRepeat::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b4dcd69 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 16. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 17. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 18. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 19. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 21. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:49:17.031624 [ 4149 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 512.00 GiB (attempt to allocate chunk of 549756680216 bytes), current RSS 1.83 MiB, maximum: 9.31 GiB.: while executing 'FUNCTION repeat(toString(__table2.number) :: 0, 1000000_UInt32 :: 1) -> repeat(toString(__table2.number), 1000000_UInt32) String : 3'. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. void DB::PODArrayBase<1ul, 4096ul, Allocator, 63ul, 64ul>::resize<>(unsigned long) @ 0x00000000088dbeb2 9. auto DB::(anonymous namespace)::FunctionRepeat::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&)::operator()>(auto const&) const @ 0x000000001b4e653b 10. DB::(anonymous namespace)::FunctionRepeat::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b4dcd69 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 16. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 17. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 18. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 19. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 21. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:49:17.542464 [ 4142 ] {b495674f-8aee-40f2-85ba-b4f4ba66c506} executeQuery: Code: 53. DB::Exception: Cannot insert NULL value into a column type 'UInt32' at index 1: While executing TabSeparatedRowInputFormat. (TYPE_MISMATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50262) (comment: 03004_force_null_for_omitted.sql) (in query: select * from format(TSVWithNamesAndTypes, 'foo UInt32, bar UInt32', 'foo\tbar\nUInt32\tUInt32\n1\t2\n3\n') settings input_format_tsv_allow_variable_number_of_columns = 1, input_format_force_null_for_omitted_fields = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long const&) @ 0x00000000096177ad 4. ./build_docker/./src/Processors/Formats/RowInputFormatWithNamesAndTypes.cpp:244: DB::RowInputFormatWithNamesAndTypes::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003f977576 5. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 6. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 7. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 8. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 12. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 13. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:65: DB::PullingPipelineExecutor::pull(DB::Block&) @ 0x000000003f75eb24 14. ./build_docker/./src/TableFunctions/TableFunctionFormat.cpp:125: DB::(anonymous namespace)::TableFunctionFormat::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000274bbd75 15. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 16. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:49:17.547183 [ 4142 ] {} TCPHandler: Code: 53. DB::Exception: Cannot insert NULL value into a column type 'UInt32' at index 1: While executing TabSeparatedRowInputFormat. (TYPE_MISMATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long const&) @ 0x00000000096177ad 4. ./build_docker/./src/Processors/Formats/RowInputFormatWithNamesAndTypes.cpp:244: DB::RowInputFormatWithNamesAndTypes::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003f977576 5. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 6. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 7. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 8. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 12. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 13. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:65: DB::PullingPipelineExecutor::pull(DB::Block&) @ 0x000000003f75eb24 14. ./build_docker/./src/TableFunctions/TableFunctionFormat.cpp:125: DB::(anonymous namespace)::TableFunctionFormat::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000274bbd75 15. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 16. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:49:18.268432 [ 4142 ] {6313438a-b13c-47ac-baf5-a80943f4b59d} executeQuery: Code: 53. DB::Exception: Cannot insert NULL value into a column `bar` of type 'UInt32': While executing TSKVRowInputFormat. (TYPE_MISMATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50262) (comment: 03004_force_null_for_omitted.sql) (in query: select * from format(TSKV, 'foo UInt32, bar UInt32', 'foo=1\n') settings input_format_force_null_for_omitted_fields = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Processors/Formats/Impl/TSKVRowInputFormat.cpp:193: DB::TSKVRowInputFormat::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003ff92de7 5. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 6. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 7. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 8. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 12. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 13. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:65: DB::PullingPipelineExecutor::pull(DB::Block&) @ 0x000000003f75eb24 14. ./build_docker/./src/TableFunctions/TableFunctionFormat.cpp:125: DB::(anonymous namespace)::TableFunctionFormat::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000274bbd75 15. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 16. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:49:18.272073 [ 4142 ] {} TCPHandler: Code: 53. DB::Exception: Cannot insert NULL value into a column `bar` of type 'UInt32': While executing TSKVRowInputFormat. (TYPE_MISMATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Processors/Formats/Impl/TSKVRowInputFormat.cpp:193: DB::TSKVRowInputFormat::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003ff92de7 5. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 6. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 7. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 8. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 12. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 13. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:65: DB::PullingPipelineExecutor::pull(DB::Block&) @ 0x000000003f75eb24 14. ./build_docker/./src/TableFunctions/TableFunctionFormat.cpp:125: DB::(anonymous namespace)::TableFunctionFormat::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000274bbd75 15. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 16. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:49:21.269061 [ 3914 ] {c053a127-19dd-4b7f-9b62-d45e37f598bf} executeQuery: Code: 59. DB::Exception: Illegal type Float64 of column for constant filter. Must be UInt8 or Nullable(UInt8). (ILLEGAL_TYPE_OF_COLUMN_FOR_FILTER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33338) (comment: 03031_filter_float64_logical_error.sql) (in query: SELECT count('9223372036854775806'), 7 FROM 03031_test PREWHERE (id = NULL) AND 1024 WHERE 0.0001 GROUP BY '0.03' WITH ROLLUP SETTINGS force_primary_key = 1, force_data_skipping_indices = 'value_1_idx, value_2_idx', enable_analyzer=1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Columns/FilterDescription.cpp:38: DB::ConstantFilterDescription::ConstantFilterDescription(DB::IColumn const&) @ 0x000000003c5b8fba 5. ./build_docker/./src/Planner/PlannerExpressionAnalysis.cpp:58: DB::(anonymous namespace)::analyzeFilter(std::shared_ptr const&, std::vector> const&, std::shared_ptr const&, DB::ActionsChain&) @ 0x000000003875fb78 6. ./build_docker/./src/Planner/PlannerExpressionAnalysis.cpp:558: DB::buildExpressionAnalysisResult(std::shared_ptr const&, std::vector> const&, std::shared_ptr const&, DB::PlannerQueryProcessingInfo const&) @ 0x0000000038749dbd 7. ./build_docker/./src/Planner/Planner.cpp:1586: DB::Planner::buildPlanForQueryNode() @ 0x00000000386556d4 8. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:49:21.272624 [ 3914 ] {} TCPHandler: Code: 59. DB::Exception: Illegal type Float64 of column for constant filter. Must be UInt8 or Nullable(UInt8). (ILLEGAL_TYPE_OF_COLUMN_FOR_FILTER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Columns/FilterDescription.cpp:38: DB::ConstantFilterDescription::ConstantFilterDescription(DB::IColumn const&) @ 0x000000003c5b8fba 5. ./build_docker/./src/Planner/PlannerExpressionAnalysis.cpp:58: DB::(anonymous namespace)::analyzeFilter(std::shared_ptr const&, std::vector> const&, std::shared_ptr const&, DB::ActionsChain&) @ 0x000000003875fb78 6. ./build_docker/./src/Planner/PlannerExpressionAnalysis.cpp:558: DB::buildExpressionAnalysisResult(std::shared_ptr const&, std::vector> const&, std::shared_ptr const&, DB::PlannerQueryProcessingInfo const&) @ 0x0000000038749dbd 7. ./build_docker/./src/Planner/Planner.cpp:1586: DB::Planner::buildPlanForQueryNode() @ 0x00000000386556d4 8. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:49:26.407602 [ 4128 ] {05fd144b-dcc1-41e2-8436-143a64655e39} executeQuery: Code: 44. DB::Exception: A value of illegal type was provided as 1st argument 'separator' to function 'splitByChar'. Expected: const String, got: String: In scope x -> splitByChar(toString(id), arrayMap(x -> toString(1), [NULL])). (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33472) (comment: 02389_analyzer_nested_lambda.sql) (in query: SELECT arrayMap(x -> splitByChar(toString(id), arrayMap(x -> toString(1), [NULL])), [NULL]) FROM test_table;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::FunctionTokens::getReturnTypeImpl(std::vector> const&) const @ 0x000000001b83bbc6 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2625: DB::QueryAnalyzer::resolveLambda(std::shared_ptr const&, std::shared_ptr const&, std::vector, std::allocator>> const&, DB::IdentifierResolveScope&) @ 0x0000000035db9097 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3389: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d8dbd8 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 17:49:26.411852 [ 4128 ] {} TCPHandler: Code: 44. DB::Exception: A value of illegal type was provided as 1st argument 'separator' to function 'splitByChar'. Expected: const String, got: String: In scope x -> splitByChar(toString(id), arrayMap(x -> toString(1), [NULL])). (ILLEGAL_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::FunctionTokens::getReturnTypeImpl(std::vector> const&) const @ 0x000000001b83bbc6 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2625: DB::QueryAnalyzer::resolveLambda(std::shared_ptr const&, std::shared_ptr const&, std::vector, std::allocator>> const&, DB::IdentifierResolveScope&) @ 0x0000000035db9097 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3389: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d8dbd8 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 17:49:28.268699 [ 3914 ] {} void DB::TCPHandler::runImpl(): Code: 210. DB::NetException: I/O error: Broken pipe, while writing to socket ([::ffff:127.0.0.3]:9000 -> [::ffff:127.0.0.1]:52666). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/WriteBufferFromPocoSocket.cpp:171: DB::WriteBufferFromPocoSocket::nextImpl() @ 0x0000000020b7a476 4. ./build_docker/./src/IO/WriteBufferFromPocoSocketChunked.cpp:116: DB::WriteBufferFromPocoSocketChunked::nextImpl() @ 0x000000003f05a6aa 5. DB::WriteBuffer::next() @ 0x00000000088f5ec1 6. ./build_docker/./src/Server/TCPHandler.cpp:2532: DB::TCPHandler::sendException(DB::Exception const&, bool) @ 0x000000003f445507 7. ./build_docker/./src/Server/TCPHandler.cpp:418: DB::TCPHandler::runImpl() @ 0x000000003f430a42 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:49:28.269440 [ 3914 ] {} TCPHandler: TCPHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket (peer: [::ffff:127.0.0.1]:52666, local: [::ffff:127.0.0.3]:9000). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:83: DB::ReadBufferFromPocoSocketBase::socketReceiveBytesImpl(char*, unsigned long) @ 0x0000000020b7390f 4. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:107: DB::ReadBufferFromPocoSocketBase::nextImpl() @ 0x0000000020b748a1 5. ./build_docker/./src/IO/ReadBufferFromPocoSocketChunked.cpp:103: DB::ReadBufferFromPocoSocketChunked::nextImpl() @ 0x000000003f05181a 6. DB::ReadBuffer::next() @ 0x0000000008c432cf 7. ./src/IO/ReadBuffer.h:103: void DB::varint_impl::readVarUInt(unsigned long&, DB::ReadBuffer&) @ 0x0000000020828848 8. ./src/IO/VarInt.h:96: DB::readStringBinary(String&, DB::ReadBuffer&, unsigned long) @ 0x0000000020894272 9. ./build_docker/./src/Server/TCPHandler.cpp:1783: DB::TCPHandler::receiveAddendum() @ 0x000000003f4449f3 10. ./build_docker/./src/Server/TCPHandler.cpp:346: DB::TCPHandler::runImpl() @ 0x000000003f423fd0 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:49:28.269902 [ 3914 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket (peer: [::ffff:127.0.0.1]:52666, local: [::ffff:127.0.0.3]:9000). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:83: DB::ReadBufferFromPocoSocketBase::socketReceiveBytesImpl(char*, unsigned long) @ 0x0000000020b7390f 4. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:107: DB::ReadBufferFromPocoSocketBase::nextImpl() @ 0x0000000020b748a1 5. ./build_docker/./src/IO/ReadBufferFromPocoSocketChunked.cpp:103: DB::ReadBufferFromPocoSocketChunked::nextImpl() @ 0x000000003f05181a 6. DB::ReadBuffer::next() @ 0x0000000008c432cf 7. ./src/IO/ReadBuffer.h:103: void DB::varint_impl::readVarUInt(unsigned long&, DB::ReadBuffer&) @ 0x0000000020828848 8. ./src/IO/VarInt.h:96: DB::readStringBinary(String&, DB::ReadBuffer&, unsigned long) @ 0x0000000020894272 9. ./build_docker/./src/Server/TCPHandler.cpp:1783: DB::TCPHandler::receiveAddendum() @ 0x000000003f4449f3 10. ./build_docker/./src/Server/TCPHandler.cpp:346: DB::TCPHandler::runImpl() @ 0x000000003f423fd0 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:49:31.022606 [ 55896 ] {d27dff92-2a88-4f03-94d8-0d4ba4d3c3b1} executeQuery: Code: 36. DB::Exception: groupArrayLast make sense only with max_elems (groupArrayLast(max_elems)()). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48008) (comment: 02520_group_array_last.sql) (in query: -- { echo } -- BAD_ARGUMENTS select groupArrayLast(number+1) from numbers(5);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/AggregateFunctions/AggregateFunctionGroupArray.cpp:802: std::shared_ptr DB::(anonymous namespace)::createAggregateFunctionGroupArray(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x00000000219ce56d 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:49:31.026452 [ 55896 ] {} TCPHandler: Code: 36. DB::Exception: groupArrayLast make sense only with max_elems (groupArrayLast(max_elems)()). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/AggregateFunctions/AggregateFunctionGroupArray.cpp:802: std::shared_ptr DB::(anonymous namespace)::createAggregateFunctionGroupArray(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x00000000219ce56d 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:49:31.721947 [ 55896 ] {53a065ae-159e-43d4-b929-fd186c2c953d} executeQuery: Code: 36. DB::Exception: groupArrayLast make sense only with max_elems (groupArrayLast(max_elems)()). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48008) (comment: 02520_group_array_last.sql) (in query: select groupArrayLastArray([number+1]) from numbers(5);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/AggregateFunctions/AggregateFunctionGroupArray.cpp:802: std::shared_ptr DB::(anonymous namespace)::createAggregateFunctionGroupArray(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x00000000219ce56d 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:252: DB::AggregateFunctionFactory::getImpl(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&, bool) const @ 0x0000000032dae674 9. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:49:31.726201 [ 55896 ] {} TCPHandler: Code: 36. DB::Exception: groupArrayLast make sense only with max_elems (groupArrayLast(max_elems)()). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/AggregateFunctions/AggregateFunctionGroupArray.cpp:802: std::shared_ptr DB::(anonymous namespace)::createAggregateFunctionGroupArray(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x00000000219ce56d 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:252: DB::AggregateFunctionFactory::getImpl(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&, bool) const @ 0x0000000032dae674 9. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:49:34.908184 [ 4149 ] {256c742f-6f42-43da-a7bf-5c5a9804d2df} executeQuery: Code: 6. DB::Exception: Cannot parse string '2023-01-01' as Float64: syntax error at position 4 (parsed just '2023'). Note: there are toFloat64OrZero and toFloat64OrNull functions, which returns zero/NULL instead of throwing exception.: In scope SELECT CAST('2023-01-01', 'Float64'). (CANNOT_PARSE_TEXT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48228) (comment: 02900_issue_55858.sql) (in query: select cast('2023-01-01' as Float64);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToFloat64, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000327bbf6f 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToFloat64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000327a55c7 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToFloat64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToFloat64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324efb19 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToFloat64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032559ea9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToFloat64, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032558aa2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 14. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 15. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 16. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 17. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 18. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 19. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 20. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 21. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 29. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 30. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 31. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 2025.03.31 17:49:34.911444 [ 4149 ] {} TCPHandler: Code: 6. DB::Exception: Cannot parse string '2023-01-01' as Float64: syntax error at position 4 (parsed just '2023'). Note: there are toFloat64OrZero and toFloat64OrNull functions, which returns zero/NULL instead of throwing exception.: In scope SELECT CAST('2023-01-01', 'Float64'). (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToFloat64, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000327bbf6f 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToFloat64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000327a55c7 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToFloat64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToFloat64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324efb19 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToFloat64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032559ea9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToFloat64, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032558aa2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 14. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 15. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 16. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 17. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 18. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 19. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 20. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 21. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 29. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 30. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 31. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 2025.03.31 17:49:36.055925 [ 1428 ] {9270f4a7-c0b3-406e-8328-edda0ffd2a6f} executeQuery: Code: 10. DB::Exception: Tuple doesn't have element with name 'wow': In scope SELECT JSONExtract('{"hello":[{" wow ":"wtf"}]}', 'Tuple(hello Array(Tuple(` wow ` String)))') AS x, x.hello, tupleElement(x.hello[1], 'wow'). (NOT_FOUND_COLUMN_IN_BLOCK) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48304) (comment: 03224_tuple_element_identifier.sql) (in query: SELECT JSONExtract('{"hello":[{" wow ":"wtf"}]}', 'Tuple(hello Array(Tuple(` wow ` String)))') AS x, x.hello, x.hello[1].`wow`;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionTupleElement::getElementIndex(COW::immutable_ptr const&, DB::DataTypeTuple const&, unsigned long) const @ 0x000000001c0f2860 5. DB::(anonymous namespace)::FunctionTupleElement::getReturnTypeImpl(std::vector> const&) const @ 0x000000001c0f0c72 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:49:36.059136 [ 1428 ] {} TCPHandler: Code: 10. DB::Exception: Tuple doesn't have element with name 'wow': In scope SELECT JSONExtract('{"hello":[{" wow ":"wtf"}]}', 'Tuple(hello Array(Tuple(` wow ` String)))') AS x, x.hello, tupleElement(x.hello[1], 'wow'). (NOT_FOUND_COLUMN_IN_BLOCK), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionTupleElement::getElementIndex(COW::immutable_ptr const&, DB::DataTypeTuple const&, unsigned long) const @ 0x000000001c0f2860 5. DB::(anonymous namespace)::FunctionTupleElement::getReturnTypeImpl(std::vector> const&) const @ 0x000000001c0f0c72 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:49:36.134456 [ 4149 ] {e0c6d99e-9dca-48c1-b3b4-303ac462f51d} executeQuery: Code: 6. DB::Exception: Cannot parse string '2023-01-01' as Float32: syntax error at position 4 (parsed just '2023'). Note: there are toFloat32OrZero and toFloat32OrNull functions, which returns zero/NULL instead of throwing exception.: In scope SELECT CAST('2023-01-01', 'Float32'). (CANNOT_PARSE_TEXT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48228) (comment: 02900_issue_55858.sql) (in query: select cast('2023-01-01' as Float32);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToFloat32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000327977c3 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToFloat32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x0000000032780cc7 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToFloat32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToFloat32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324e93d9 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToFloat32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032555b89 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToFloat32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032554782 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 14. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 15. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 16. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 17. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 18. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 19. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 20. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 21. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 29. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 30. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 31. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 2025.03.31 17:49:36.138066 [ 4149 ] {} TCPHandler: Code: 6. DB::Exception: Cannot parse string '2023-01-01' as Float32: syntax error at position 4 (parsed just '2023'). Note: there are toFloat32OrZero and toFloat32OrNull functions, which returns zero/NULL instead of throwing exception.: In scope SELECT CAST('2023-01-01', 'Float32'). (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToFloat32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000327977c3 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToFloat32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x0000000032780cc7 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToFloat32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToFloat32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324e93d9 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToFloat32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032555b89 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToFloat32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032554782 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 14. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 15. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 16. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 17. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 18. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 19. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 20. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 21. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 29. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 30. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 31. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 2025.03.31 17:49:37.282870 [ 4149 ] {3b22425e-433a-4434-b0f7-f421d2373493} executeQuery: Code: 6. DB::Exception: Cannot parse string '2023-01-01' as Float32: syntax error at position 4 (parsed just '2023'). Note: there are toFloat32OrZero and toFloat32OrNull functions, which returns zero/NULL instead of throwing exception.: In scope SELECT toFloat32('2023-01-01'). (CANNOT_PARSE_TEXT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48228) (comment: 02900_issue_55858.sql) (in query: select toFloat32('2023-01-01');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToFloat32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000327977c3 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToFloat32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x0000000032780cc7 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToFloat32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToFloat32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324e93d9 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToFloat32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032555b89 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToFloat32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032554782 9. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 12. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 14. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 15. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 17:49:37.286666 [ 4149 ] {} TCPHandler: Code: 6. DB::Exception: Cannot parse string '2023-01-01' as Float32: syntax error at position 4 (parsed just '2023'). Note: there are toFloat32OrZero and toFloat32OrNull functions, which returns zero/NULL instead of throwing exception.: In scope SELECT toFloat32('2023-01-01'). (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToFloat32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000327977c3 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToFloat32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x0000000032780cc7 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToFloat32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToFloat32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324e93d9 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToFloat32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032555b89 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToFloat32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032554782 9. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 12. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 14. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 15. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 17:49:38.450853 [ 4149 ] {cee0d17f-2b40-486b-8874-42eb254d659b} executeQuery: Code: 6. DB::Exception: Cannot parse string '2023-01-01' as Float64: syntax error at position 4 (parsed just '2023'). Note: there are toFloat64OrZero and toFloat64OrNull functions, which returns zero/NULL instead of throwing exception.: In scope SELECT toFloat64('2023-01-01'). (CANNOT_PARSE_TEXT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48228) (comment: 02900_issue_55858.sql) (in query: select toFloat64('2023-01-01');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToFloat64, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000327bbf6f 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToFloat64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000327a55c7 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToFloat64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToFloat64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324efb19 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToFloat64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032559ea9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToFloat64, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032558aa2 9. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 12. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 14. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 15. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 17:49:38.454226 [ 4149 ] {} TCPHandler: Code: 6. DB::Exception: Cannot parse string '2023-01-01' as Float64: syntax error at position 4 (parsed just '2023'). Note: there are toFloat64OrZero and toFloat64OrNull functions, which returns zero/NULL instead of throwing exception.: In scope SELECT toFloat64('2023-01-01'). (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToFloat64, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000327bbf6f 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToFloat64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000327a55c7 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToFloat64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToFloat64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324efb19 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToFloat64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032559ea9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToFloat64, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032558aa2 9. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 12. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 14. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 15. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 17:49:39.294633 [ 4142 ] {cc9c7c79-a417-4b8f-a68c-24a445f450d9} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `ns` in scope SELECT count(), sum(ns) FROM (SELECT intDiv(number, NULL) AS k FROM system.numbers_mt GROUP BY k) ARRAY JOIN ns. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50316) (comment: 01538_fuzz_aggregate.sql) (in query: SELECT count(), sum(ns) FROM ( SELECT intDiv(number, NULL) AS k FROM system.numbers_mt GROUP BY k ) ARRAY JOIN ns;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4999: DB::QueryAnalyzer::resolveArrayJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd359c 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5304: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd475a 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:49:39.298256 [ 4142 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `ns` in scope SELECT count(), sum(ns) FROM (SELECT intDiv(number, NULL) AS k FROM system.numbers_mt GROUP BY k) ARRAY JOIN ns. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4999: DB::QueryAnalyzer::resolveArrayJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd359c 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5304: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd475a 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:49:41.238020 [ 4149 ] {cb9a397e-e733-4b26-a011-bf185a1b6a89} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `_partition_value` in scope SELECT _partition_value FROM tbl2. Maybe you meant: ['_partition_id']. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50346) (comment: 01848_partition_value_column.sql) (in query: select _partition_value from tbl2;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:49:41.242029 [ 4149 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `_partition_value` in scope SELECT _partition_value FROM tbl2. Maybe you meant: ['_partition_id']. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:49:41.260864 [ 4149 ] {a036110d-2042-459a-8cf1-20f963f7f2b7} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `_partition_value` in scope SELECT _partition_value FROM tbl2 GROUP BY 1. Maybe you meant: ['_partition_id']. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50346) (comment: 01848_partition_value_column.sql) (in query: select _partition_value from tbl2 group by 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:49:41.264187 [ 4149 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `_partition_value` in scope SELECT _partition_value FROM tbl2 GROUP BY 1. Maybe you meant: ['_partition_id']. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:49:41.931450 [ 1375 ] {23f403b8-3565-4f53-880d-7aab870861df} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'haystack' to function 'countMatches'. Expected: String or FixedString, got: UInt8: In scope SELECT countMatches(1, 'foo') FROM numbers(1). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50402) (comment: 01595_countMatches.sql) (in query: select countMatches(1, 'foo') from numbers(1);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::FunctionCountMatches<(anonymous namespace)::FunctionCountMatchesCaseSensitive>::getReturnTypeImpl(std::vector> const&) const @ 0x000000000d4efcc9 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:49:41.935139 [ 1375 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'haystack' to function 'countMatches'. Expected: String or FixedString, got: UInt8: In scope SELECT countMatches(1, 'foo') FROM numbers(1). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::FunctionCountMatches<(anonymous namespace)::FunctionCountMatchesCaseSensitive>::getReturnTypeImpl(std::vector> const&) const @ 0x000000000d4efcc9 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:49:41.958507 [ 1375 ] {c824bb3e-f3d4-4704-8874-057e94a57bb8} executeQuery: Code: 44. DB::Exception: A value of illegal type was provided as 2nd argument 'pattern' to function 'countMatches'. Expected: constant String, got: String: In scope SELECT countMatches('foobarfoo', toString(number)) FROM numbers(1). (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50402) (comment: 01595_countMatches.sql) (in query: select countMatches('foobarfoo', toString(number)) from numbers(1);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::FunctionCountMatches<(anonymous namespace)::FunctionCountMatchesCaseSensitive>::getReturnTypeImpl(std::vector> const&) const @ 0x000000000d4efcc9 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:49:41.961957 [ 1375 ] {} TCPHandler: Code: 44. DB::Exception: A value of illegal type was provided as 2nd argument 'pattern' to function 'countMatches'. Expected: constant String, got: String: In scope SELECT countMatches('foobarfoo', toString(number)) FROM numbers(1). (ILLEGAL_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::FunctionCountMatches<(anonymous namespace)::FunctionCountMatchesCaseSensitive>::getReturnTypeImpl(std::vector> const&) const @ 0x000000000d4efcc9 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:49:41.980336 [ 1375 ] {a4f6e893-eb70-4b5d-b006-73eb891a1f13} executeQuery: Code: 44. DB::Exception: A value of illegal type was provided as 2nd argument 'pattern' to function 'countMatches'. Expected: constant String, got: String: In scope SELECT countMatches('foo', materialize('foo')). (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50402) (comment: 01595_countMatches.sql) (in query: select countMatches('foo', materialize('foo'));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::FunctionCountMatches<(anonymous namespace)::FunctionCountMatchesCaseSensitive>::getReturnTypeImpl(std::vector> const&) const @ 0x000000000d4efcc9 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:49:41.983214 [ 1375 ] {} TCPHandler: Code: 44. DB::Exception: A value of illegal type was provided as 2nd argument 'pattern' to function 'countMatches'. Expected: constant String, got: String: In scope SELECT countMatches('foo', materialize('foo')). (ILLEGAL_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::FunctionCountMatches<(anonymous namespace)::FunctionCountMatchesCaseSensitive>::getReturnTypeImpl(std::vector> const&) const @ 0x000000000d4efcc9 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:49:44.649569 [ 4149 ] {96931976-d2ac-4b7a-9863-2be4dd010157} executeQuery: Code: 36. DB::Exception: Cannot DROP or CLEAR all columns. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50620) (comment: 01388_clear_all_columns.sql) (in query: ALTER TABLE test CLEAR COLUMN x;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/AlterCommands.cpp:1674: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6ddd3e 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:49:44.652636 [ 4149 ] {} TCPHandler: Code: 36. DB::Exception: Cannot DROP or CLEAR all columns. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/AlterCommands.cpp:1674: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6ddd3e 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:49:45.376614 [ 4149 ] {e9b5650e-bc32-4831-a17d-dce22f436f41} executeQuery: Code: 248. DB::Exception: Wrong number of fields in the partition expression: 1, must be: 0. (INVALID_PARTITION_VALUE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50620) (comment: 01388_clear_all_columns.sql) (in query: ALTER TABLE test CLEAR COLUMN x IN PARTITION '';), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long&) @ 0x000000000afececd 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:6196: DB::MergeTreeData::getPartitionIDFromQuery(std::shared_ptr const&, std::shared_ptr, DB::DataPartsLock*) const @ 0x000000003debfda2 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3578: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea662f 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 17:49:45.380422 [ 4149 ] {} TCPHandler: Code: 248. DB::Exception: Wrong number of fields in the partition expression: 1, must be: 0. (INVALID_PARTITION_VALUE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long&) @ 0x000000000afececd 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:6196: DB::MergeTreeData::getPartitionIDFromQuery(std::shared_ptr const&, std::shared_ptr, DB::DataPartsLock*) const @ 0x000000003debfda2 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3578: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea662f 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 17:49:45.401006 [ 4149 ] {0b12b83f-b085-4a7a-ba6a-be81438e1257} executeQuery: Code: 248. DB::Exception: Wrong number of fields in the partition expression: 1, must be: 0. (INVALID_PARTITION_VALUE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50620) (comment: 01388_clear_all_columns.sql) (in query: ALTER TABLE test CLEAR COLUMN x IN PARTITION 'asdasd';), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long&) @ 0x000000000afececd 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:6196: DB::MergeTreeData::getPartitionIDFromQuery(std::shared_ptr const&, std::shared_ptr, DB::DataPartsLock*) const @ 0x000000003debfda2 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3578: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea662f 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 17:49:45.404237 [ 4149 ] {} TCPHandler: Code: 248. DB::Exception: Wrong number of fields in the partition expression: 1, must be: 0. (INVALID_PARTITION_VALUE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long&) @ 0x000000000afececd 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:6196: DB::MergeTreeData::getPartitionIDFromQuery(std::shared_ptr const&, std::shared_ptr, DB::DataPartsLock*) const @ 0x000000003debfda2 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3578: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea662f 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 17:49:45.424400 [ 4149 ] {15b75cd1-c9e9-45cc-9819-66475488be9b} executeQuery: Code: 248. DB::Exception: Wrong number of fields in the partition expression: 1, must be: 0. (INVALID_PARTITION_VALUE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50620) (comment: 01388_clear_all_columns.sql) (in query: ALTER TABLE test CLEAR COLUMN x IN PARTITION '123';), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long&) @ 0x000000000afececd 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:6196: DB::MergeTreeData::getPartitionIDFromQuery(std::shared_ptr const&, std::shared_ptr, DB::DataPartsLock*) const @ 0x000000003debfda2 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3578: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea662f 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 17:49:45.427645 [ 4149 ] {} TCPHandler: Code: 248. DB::Exception: Wrong number of fields in the partition expression: 1, must be: 0. (INVALID_PARTITION_VALUE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long&) @ 0x000000000afececd 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:6196: DB::MergeTreeData::getPartitionIDFromQuery(std::shared_ptr const&, std::shared_ptr, DB::DataPartsLock*) const @ 0x000000003debfda2 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3578: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea662f 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 17:49:45.664852 [ 3914 ] {6245586e-204f-4b67-9b7c-d6bc90b58a55} executeQuery: Code: 636. DB::Exception: The table structure cannot be extracted from a JSONEachRow format file. Error: Code: 117. DB::Exception: Duplicate column name found while schema inference: "x". (INCORRECT_DATA) (version 24.12.2.20214.altinityantalya (altinity build)). You can specify the structure manually. (CANNOT_EXTRACT_TABLE_STRUCTURE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50674) (comment: 02455_duplicate_column_names_in_schema_inference.sql) (in query: desc format(JSONEachRow, '{"x" : 1, "x" : 2}');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&, String&) @ 0x000000001b5f99cd 4. ./build_docker/./src/Formats/ReadSchemaUtils.cpp:287: DB::readSchemaFromFormatImpl(std::optional, std::optional const&, DB::IReadBufferIterator&, std::shared_ptr const&) @ 0x000000003f630a1e 5. ./build_docker/./src/Formats/ReadSchemaUtils.cpp:549: DB::readSchemaFromFormat(String const&, std::optional const&, DB::IReadBufferIterator&, std::shared_ptr const&) @ 0x000000003f632f62 6. ./build_docker/./src/TableFunctions/TableFunctionFormat.cpp:97: DB::(anonymous namespace)::TableFunctionFormat::getActualTableStructure(std::shared_ptr, bool) const @ 0x00000000274b93ab 7. ./build_docker/./src/Interpreters/InterpreterDescribeQuery.cpp:159: DB::InterpreterDescribeQuery::fillColumnsFromTableFunction(DB::ASTTableExpression const&) @ 0x00000000393b27cc 8. ./build_docker/./src/Interpreters/InterpreterDescribeQuery.cpp:102: DB::InterpreterDescribeQuery::execute() @ 0x00000000393af93e 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 17:49:45.668153 [ 3914 ] {} TCPHandler: Code: 636. DB::Exception: The table structure cannot be extracted from a JSONEachRow format file. Error: Code: 117. DB::Exception: Duplicate column name found while schema inference: "x". (INCORRECT_DATA) (version 24.12.2.20214.altinityantalya (altinity build)). You can specify the structure manually. (CANNOT_EXTRACT_TABLE_STRUCTURE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&, String&) @ 0x000000001b5f99cd 4. ./build_docker/./src/Formats/ReadSchemaUtils.cpp:287: DB::readSchemaFromFormatImpl(std::optional, std::optional const&, DB::IReadBufferIterator&, std::shared_ptr const&) @ 0x000000003f630a1e 5. ./build_docker/./src/Formats/ReadSchemaUtils.cpp:549: DB::readSchemaFromFormat(String const&, std::optional const&, DB::IReadBufferIterator&, std::shared_ptr const&) @ 0x000000003f632f62 6. ./build_docker/./src/TableFunctions/TableFunctionFormat.cpp:97: DB::(anonymous namespace)::TableFunctionFormat::getActualTableStructure(std::shared_ptr, bool) const @ 0x00000000274b93ab 7. ./build_docker/./src/Interpreters/InterpreterDescribeQuery.cpp:159: DB::InterpreterDescribeQuery::fillColumnsFromTableFunction(DB::ASTTableExpression const&) @ 0x00000000393b27cc 8. ./build_docker/./src/Interpreters/InterpreterDescribeQuery.cpp:102: DB::InterpreterDescribeQuery::execute() @ 0x00000000393af93e 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 17:49:45.681279 [ 3914 ] {0ce8f554-247c-420b-ab47-002ef7ba1490} executeQuery: Code: 636. DB::Exception: The table structure cannot be extracted from a JSONEachRow format file. Error: Code: 117. DB::Exception: Duplicate column name found while schema inference: "x". (INCORRECT_DATA) (version 24.12.2.20214.altinityantalya (altinity build)). You can specify the structure manually. (CANNOT_EXTRACT_TABLE_STRUCTURE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50674) (comment: 02455_duplicate_column_names_in_schema_inference.sql) (in query: desc format(JSONEachRow, '{"x" : 1, "y" : 2}\n{"x" : 2, "x" : 3}');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&, String&) @ 0x000000001b5f99cd 4. ./build_docker/./src/Formats/ReadSchemaUtils.cpp:287: DB::readSchemaFromFormatImpl(std::optional, std::optional const&, DB::IReadBufferIterator&, std::shared_ptr const&) @ 0x000000003f630a1e 5. ./build_docker/./src/Formats/ReadSchemaUtils.cpp:549: DB::readSchemaFromFormat(String const&, std::optional const&, DB::IReadBufferIterator&, std::shared_ptr const&) @ 0x000000003f632f62 6. ./build_docker/./src/TableFunctions/TableFunctionFormat.cpp:97: DB::(anonymous namespace)::TableFunctionFormat::getActualTableStructure(std::shared_ptr, bool) const @ 0x00000000274b93ab 7. ./build_docker/./src/Interpreters/InterpreterDescribeQuery.cpp:159: DB::InterpreterDescribeQuery::fillColumnsFromTableFunction(DB::ASTTableExpression const&) @ 0x00000000393b27cc 8. ./build_docker/./src/Interpreters/InterpreterDescribeQuery.cpp:102: DB::InterpreterDescribeQuery::execute() @ 0x00000000393af93e 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 17:49:45.684114 [ 3914 ] {} TCPHandler: Code: 636. DB::Exception: The table structure cannot be extracted from a JSONEachRow format file. Error: Code: 117. DB::Exception: Duplicate column name found while schema inference: "x". (INCORRECT_DATA) (version 24.12.2.20214.altinityantalya (altinity build)). You can specify the structure manually. (CANNOT_EXTRACT_TABLE_STRUCTURE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&, String&) @ 0x000000001b5f99cd 4. ./build_docker/./src/Formats/ReadSchemaUtils.cpp:287: DB::readSchemaFromFormatImpl(std::optional, std::optional const&, DB::IReadBufferIterator&, std::shared_ptr const&) @ 0x000000003f630a1e 5. ./build_docker/./src/Formats/ReadSchemaUtils.cpp:549: DB::readSchemaFromFormat(String const&, std::optional const&, DB::IReadBufferIterator&, std::shared_ptr const&) @ 0x000000003f632f62 6. ./build_docker/./src/TableFunctions/TableFunctionFormat.cpp:97: DB::(anonymous namespace)::TableFunctionFormat::getActualTableStructure(std::shared_ptr, bool) const @ 0x00000000274b93ab 7. ./build_docker/./src/Interpreters/InterpreterDescribeQuery.cpp:159: DB::InterpreterDescribeQuery::fillColumnsFromTableFunction(DB::ASTTableExpression const&) @ 0x00000000393b27cc 8. ./build_docker/./src/Interpreters/InterpreterDescribeQuery.cpp:102: DB::InterpreterDescribeQuery::execute() @ 0x00000000393af93e 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 17:49:45.695452 [ 3914 ] {31181b36-c748-4570-b003-ab7b534a3626} executeQuery: Code: 636. DB::Exception: The table structure cannot be extracted from a CSVWithNames format file. Error: Code: 117. DB::Exception: Duplicate column name found while schema inference: "a". (INCORRECT_DATA) (version 24.12.2.20214.altinityantalya (altinity build)). You can specify the structure manually. (CANNOT_EXTRACT_TABLE_STRUCTURE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50674) (comment: 02455_duplicate_column_names_in_schema_inference.sql) (in query: desc format(CSVWithNames, 'a,b,a\n1,2,3');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&, String&) @ 0x000000001b5f99cd 4. ./build_docker/./src/Formats/ReadSchemaUtils.cpp:287: DB::readSchemaFromFormatImpl(std::optional, std::optional const&, DB::IReadBufferIterator&, std::shared_ptr const&) @ 0x000000003f630a1e 5. ./build_docker/./src/Formats/ReadSchemaUtils.cpp:549: DB::readSchemaFromFormat(String const&, std::optional const&, DB::IReadBufferIterator&, std::shared_ptr const&) @ 0x000000003f632f62 6. ./build_docker/./src/TableFunctions/TableFunctionFormat.cpp:97: DB::(anonymous namespace)::TableFunctionFormat::getActualTableStructure(std::shared_ptr, bool) const @ 0x00000000274b93ab 7. ./build_docker/./src/Interpreters/InterpreterDescribeQuery.cpp:159: DB::InterpreterDescribeQuery::fillColumnsFromTableFunction(DB::ASTTableExpression const&) @ 0x00000000393b27cc 8. ./build_docker/./src/Interpreters/InterpreterDescribeQuery.cpp:102: DB::InterpreterDescribeQuery::execute() @ 0x00000000393af93e 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 17:49:45.697878 [ 3914 ] {} TCPHandler: Code: 636. DB::Exception: The table structure cannot be extracted from a CSVWithNames format file. Error: Code: 117. DB::Exception: Duplicate column name found while schema inference: "a". (INCORRECT_DATA) (version 24.12.2.20214.altinityantalya (altinity build)). You can specify the structure manually. (CANNOT_EXTRACT_TABLE_STRUCTURE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&, String&) @ 0x000000001b5f99cd 4. ./build_docker/./src/Formats/ReadSchemaUtils.cpp:287: DB::readSchemaFromFormatImpl(std::optional, std::optional const&, DB::IReadBufferIterator&, std::shared_ptr const&) @ 0x000000003f630a1e 5. ./build_docker/./src/Formats/ReadSchemaUtils.cpp:549: DB::readSchemaFromFormat(String const&, std::optional const&, DB::IReadBufferIterator&, std::shared_ptr const&) @ 0x000000003f632f62 6. ./build_docker/./src/TableFunctions/TableFunctionFormat.cpp:97: DB::(anonymous namespace)::TableFunctionFormat::getActualTableStructure(std::shared_ptr, bool) const @ 0x00000000274b93ab 7. ./build_docker/./src/Interpreters/InterpreterDescribeQuery.cpp:159: DB::InterpreterDescribeQuery::fillColumnsFromTableFunction(DB::ASTTableExpression const&) @ 0x00000000393b27cc 8. ./build_docker/./src/Interpreters/InterpreterDescribeQuery.cpp:102: DB::InterpreterDescribeQuery::execute() @ 0x00000000393af93e 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 17:49:45.709958 [ 3914 ] {66a950a9-9357-491c-be2e-1fdaf0bb5b21} executeQuery: Code: 636. DB::Exception: The table structure cannot be extracted from a CSV format file. Error: Code: 117. DB::Exception: Duplicate column name found while schema inference: "a". (INCORRECT_DATA) (version 24.12.2.20214.altinityantalya (altinity build)). You can specify the structure manually. (CANNOT_EXTRACT_TABLE_STRUCTURE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50674) (comment: 02455_duplicate_column_names_in_schema_inference.sql) (in query: desc format(CSV, '1,2,3') settings column_names_for_schema_inference='a, b, a';), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&, String&) @ 0x000000001b5f99cd 4. ./build_docker/./src/Formats/ReadSchemaUtils.cpp:287: DB::readSchemaFromFormatImpl(std::optional, std::optional const&, DB::IReadBufferIterator&, std::shared_ptr const&) @ 0x000000003f630a1e 5. ./build_docker/./src/Formats/ReadSchemaUtils.cpp:549: DB::readSchemaFromFormat(String const&, std::optional const&, DB::IReadBufferIterator&, std::shared_ptr const&) @ 0x000000003f632f62 6. ./build_docker/./src/TableFunctions/TableFunctionFormat.cpp:97: DB::(anonymous namespace)::TableFunctionFormat::getActualTableStructure(std::shared_ptr, bool) const @ 0x00000000274b93ab 7. ./build_docker/./src/Interpreters/InterpreterDescribeQuery.cpp:159: DB::InterpreterDescribeQuery::fillColumnsFromTableFunction(DB::ASTTableExpression const&) @ 0x00000000393b27cc 8. ./build_docker/./src/Interpreters/InterpreterDescribeQuery.cpp:102: DB::InterpreterDescribeQuery::execute() @ 0x00000000393af93e 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 17:49:45.712334 [ 3914 ] {} TCPHandler: Code: 636. DB::Exception: The table structure cannot be extracted from a CSV format file. Error: Code: 117. DB::Exception: Duplicate column name found while schema inference: "a". (INCORRECT_DATA) (version 24.12.2.20214.altinityantalya (altinity build)). You can specify the structure manually. (CANNOT_EXTRACT_TABLE_STRUCTURE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&, String&) @ 0x000000001b5f99cd 4. ./build_docker/./src/Formats/ReadSchemaUtils.cpp:287: DB::readSchemaFromFormatImpl(std::optional, std::optional const&, DB::IReadBufferIterator&, std::shared_ptr const&) @ 0x000000003f630a1e 5. ./build_docker/./src/Formats/ReadSchemaUtils.cpp:549: DB::readSchemaFromFormat(String const&, std::optional const&, DB::IReadBufferIterator&, std::shared_ptr const&) @ 0x000000003f632f62 6. ./build_docker/./src/TableFunctions/TableFunctionFormat.cpp:97: DB::(anonymous namespace)::TableFunctionFormat::getActualTableStructure(std::shared_ptr, bool) const @ 0x00000000274b93ab 7. ./build_docker/./src/Interpreters/InterpreterDescribeQuery.cpp:159: DB::InterpreterDescribeQuery::fillColumnsFromTableFunction(DB::ASTTableExpression const&) @ 0x00000000393b27cc 8. ./build_docker/./src/Interpreters/InterpreterDescribeQuery.cpp:102: DB::InterpreterDescribeQuery::execute() @ 0x00000000393af93e 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 17:49:45.809835 [ 56178 ] {72922aec-c36a-47a3-a5e8-96b34ff82f66} executeQuery: Code: 122. DB::Exception: Tables have different structure. (INCOMPATIBLE_COLUMNS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50654) (comment: 01034_move_partition_from_table_zookeeper.sh) (in query: ALTER TABLE src MOVE PARTITION 1 TO TABLE dst;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:7606: DB::MergeTreeData::checkStructureAndGetMergeTreeData(DB::IStorage&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x000000003df999f3 5. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:8661: DB::StorageReplicatedMergeTree::movePartitionToTable(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003d07947d 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5542: DB::MergeTreeData::movePartitionToTable(DB::PartitionCommand const&, std::shared_ptr) @ 0x000000003df2ac90 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5621: DB::MergeTreeData::alterPartition(std::shared_ptr const&, std::vector> const&, std::shared_ptr) @ 0x000000003df2dfbc 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:245: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751f81 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:49:45.812925 [ 56178 ] {} TCPHandler: Code: 122. DB::Exception: Tables have different structure. (INCOMPATIBLE_COLUMNS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:7606: DB::MergeTreeData::checkStructureAndGetMergeTreeData(DB::IStorage&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x000000003df999f3 5. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:8661: DB::StorageReplicatedMergeTree::movePartitionToTable(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003d07947d 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5542: DB::MergeTreeData::movePartitionToTable(DB::PartitionCommand const&, std::shared_ptr) @ 0x000000003df2ac90 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5621: DB::MergeTreeData::alterPartition(std::shared_ptr const&, std::vector> const&, std::shared_ptr) @ 0x000000003df2dfbc 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:245: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751f81 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:49:45.979878 [ 4149 ] {eb7a43e4-c51f-47b1-8d88-d786e307a071} executeQuery: Code: 36. DB::Exception: Cannot drop or clear column 'y', because all columns in part 'all_1_1_0_2' will be removed from disk. Empty parts are not allowed. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50620) (comment: 01388_clear_all_columns.sql) (in query: ALTER TABLE test CLEAR COLUMN y;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&, String&&, String const&) @ 0x000000003e01f957 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3887: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003deac413 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:49:45.983633 [ 4149 ] {} TCPHandler: Code: 36. DB::Exception: Cannot drop or clear column 'y', because all columns in part 'all_1_1_0_2' will be removed from disk. Empty parts are not allowed. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&, String&&, String const&) @ 0x000000003e01f957 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3887: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003deac413 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:49:46.074873 [ 4149 ] {7e67f0ca-8808-4d88-99e4-a1afe4423cf0} executeQuery: Code: 36. DB::Exception: Cannot drop or clear column 'y', because all columns in part 'all_1_1_0_2' will be removed from disk. Empty parts are not allowed. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50620) (comment: 01388_clear_all_columns.sql) (in query: -- y is only real column in table ALTER TABLE test CLEAR COLUMN y;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&, String&&, String const&) @ 0x000000003e01f957 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3887: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003deac413 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:49:46.078220 [ 4149 ] {} TCPHandler: Code: 36. DB::Exception: Cannot drop or clear column 'y', because all columns in part 'all_1_1_0_2' will be removed from disk. Empty parts are not allowed. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&, String&&, String const&) @ 0x000000003e01f957 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3887: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003deac413 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:49:49.473895 [ 1428 ] {87ae13ab-d9a3-432a-93d6-f9dd299eb6f0} executeQuery: Code: 122. DB::Exception: Tables have different structure. (INCOMPATIBLE_COLUMNS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:51666) (comment: 01034_move_partition_from_table_zookeeper.sh) (in query: ALTER TABLE src MOVE PARTITION 1 TO TABLE dst;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:7606: DB::MergeTreeData::checkStructureAndGetMergeTreeData(DB::IStorage&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x000000003df999f3 5. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:8661: DB::StorageReplicatedMergeTree::movePartitionToTable(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003d07947d 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5542: DB::MergeTreeData::movePartitionToTable(DB::PartitionCommand const&, std::shared_ptr) @ 0x000000003df2ac90 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5621: DB::MergeTreeData::alterPartition(std::shared_ptr const&, std::vector> const&, std::shared_ptr) @ 0x000000003df2dfbc 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:245: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751f81 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:49:49.477283 [ 1428 ] {} TCPHandler: Code: 122. DB::Exception: Tables have different structure. (INCOMPATIBLE_COLUMNS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:7606: DB::MergeTreeData::checkStructureAndGetMergeTreeData(DB::IStorage&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x000000003df999f3 5. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:8661: DB::StorageReplicatedMergeTree::movePartitionToTable(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003d07947d 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5542: DB::MergeTreeData::movePartitionToTable(DB::PartitionCommand const&, std::shared_ptr) @ 0x000000003df2ac90 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5621: DB::MergeTreeData::alterPartition(std::shared_ptr const&, std::vector> const&, std::shared_ptr) @ 0x000000003df2dfbc 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:245: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751f81 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:49:53.123594 [ 4142 ] {113bccd3-7bd0-4e36-9189-dd63613a2f44} executeQuery: Code: 122. DB::Exception: Tables have different structure. (INCOMPATIBLE_COLUMNS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:51882) (comment: 01034_move_partition_from_table_zookeeper.sh) (in query: ALTER TABLE src MOVE PARTITION 1 TO TABLE dst;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:7606: DB::MergeTreeData::checkStructureAndGetMergeTreeData(DB::IStorage&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x000000003df999f3 5. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:8661: DB::StorageReplicatedMergeTree::movePartitionToTable(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003d07947d 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5542: DB::MergeTreeData::movePartitionToTable(DB::PartitionCommand const&, std::shared_ptr) @ 0x000000003df2ac90 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5621: DB::MergeTreeData::alterPartition(std::shared_ptr const&, std::vector> const&, std::shared_ptr) @ 0x000000003df2dfbc 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:245: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751f81 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:49:53.126965 [ 4142 ] {} TCPHandler: Code: 122. DB::Exception: Tables have different structure. (INCOMPATIBLE_COLUMNS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:7606: DB::MergeTreeData::checkStructureAndGetMergeTreeData(DB::IStorage&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x000000003df999f3 5. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:8661: DB::StorageReplicatedMergeTree::movePartitionToTable(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003d07947d 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5542: DB::MergeTreeData::movePartitionToTable(DB::PartitionCommand const&, std::shared_ptr) @ 0x000000003df2ac90 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5621: DB::MergeTreeData::alterPartition(std::shared_ptr const&, std::vector> const&, std::shared_ptr) @ 0x000000003df2dfbc 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:245: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751f81 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:49:54.808849 [ 1428 ] {76ca3843-406a-42dd-be13-fd62fa5ee29a} executeQuery: Code: 159. DB::Exception: Timeout exceeded: elapsed 1.000312864 seconds, maximum: 1 seconds. (TIMEOUT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:51890) (comment: 03223_analyzer_with_cube_fuzz.sql) (in query: SELECT 1 * 1000.0001, (count(1.) = -2147483647) AND (count(a) = 1.1920928955078125e-7) AND (count(val) = 1048577) AND (sum(val) = ((NULL * 1048576) / -9223372036854775807)) AND (sum(a) = ((9223372036854775806 * 10000000000.) / 1048575)) FROM ( SELECT a, val FROM t1 FULL OUTER JOIN t2 ON (t1.a = t2.key) OR (1 * inf) OR (t1.b = t2.key) ) GROUP BY '65537' WITH CUBE FORMAT Null SETTINGS max_block_size = 100, join_use_nulls = 1, max_execution_time = 1., max_result_rows = 0, max_result_bytes = 0;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, double&&, double&&) @ 0x0000000034b00e2d 4. ./build_docker/./src/QueryPipeline/ExecutionSpeedLimits.cpp:113: DB::ExecutionSpeedLimits::checkTimeLimit(unsigned long const&, DB::OverflowMode) const @ 0x0000000034afe0e9 5. ./build_docker/./src/Interpreters/ProcessList.cpp:552: DB::QueryStatus::checkTimeLimit() @ 0x0000000038972cb0 6. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:200: DB::PipelineExecutor::finalizeExecution() @ 0x000000003f717f87 7. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:147: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7177f7 8. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 10. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 11. ? @ 0x00007fc708d31ac3 12. ? @ 0x00007fc708dc3850 2025.03.31 17:49:54.820568 [ 1428 ] {} TCPHandler: Code: 159. DB::Exception: Timeout exceeded: elapsed 1.000312864 seconds, maximum: 1 seconds. (TIMEOUT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, double&&, double&&) @ 0x0000000034b00e2d 4. ./build_docker/./src/QueryPipeline/ExecutionSpeedLimits.cpp:113: DB::ExecutionSpeedLimits::checkTimeLimit(unsigned long const&, DB::OverflowMode) const @ 0x0000000034afe0e9 5. ./build_docker/./src/Interpreters/ProcessList.cpp:552: DB::QueryStatus::checkTimeLimit() @ 0x0000000038972cb0 6. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:200: DB::PipelineExecutor::finalizeExecution() @ 0x000000003f717f87 7. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:147: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7177f7 8. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 10. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 11. ? @ 0x00007fc708d31ac3 12. ? @ 0x00007fc708dc3850 2025.03.31 17:49:56.770714 [ 3914 ] {f0fdfa89-bfc0-46bc-b3fb-7e0808849584} executeQuery: Code: 122. DB::Exception: Tables have different structure. (INCOMPATIBLE_COLUMNS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:40986) (comment: 01034_move_partition_from_table_zookeeper.sh) (in query: ALTER TABLE src MOVE PARTITION 1 TO TABLE dst;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:7606: DB::MergeTreeData::checkStructureAndGetMergeTreeData(DB::IStorage&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x000000003df999f3 5. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:8661: DB::StorageReplicatedMergeTree::movePartitionToTable(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003d07947d 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5542: DB::MergeTreeData::movePartitionToTable(DB::PartitionCommand const&, std::shared_ptr) @ 0x000000003df2ac90 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5621: DB::MergeTreeData::alterPartition(std::shared_ptr const&, std::vector> const&, std::shared_ptr) @ 0x000000003df2dfbc 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:245: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751f81 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:49:56.773991 [ 3914 ] {} TCPHandler: Code: 122. DB::Exception: Tables have different structure. (INCOMPATIBLE_COLUMNS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:7606: DB::MergeTreeData::checkStructureAndGetMergeTreeData(DB::IStorage&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x000000003df999f3 5. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:8661: DB::StorageReplicatedMergeTree::movePartitionToTable(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003d07947d 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5542: DB::MergeTreeData::movePartitionToTable(DB::PartitionCommand const&, std::shared_ptr) @ 0x000000003df2ac90 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5621: DB::MergeTreeData::alterPartition(std::shared_ptr const&, std::vector> const&, std::shared_ptr) @ 0x000000003df2dfbc 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:245: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751f81 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:49:56.951150 [ 4142 ] {8e99cc79-94f7-4a4a-aad4-a7860ce8a33d} executeQuery: Code: 43. DB::Exception: Argument 'max_width' must not be NaN: In scope SELECT bar((greatCircleAngle(65537, 2, 1, 1) - 1) * 65535, 1048576, 1048577, nan). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:52050) (comment: 01621_bar_nan_arguments.sql) (in query: SELECT bar((greatCircleAngle(65537, 2, 1, 1) - 1) * 65535, 1048576, 1048577, nan);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::(anonymous namespace)::FunctionBar::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000b237b29 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:49:56.954949 [ 4142 ] {} TCPHandler: Code: 43. DB::Exception: Argument 'max_width' must not be NaN: In scope SELECT bar((greatCircleAngle(65537, 2, 1, 1) - 1) * 65535, 1048576, 1048577, nan). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::(anonymous namespace)::FunctionBar::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000b237b29 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:49:56.973073 [ 4142 ] {2ad1bd05-a40b-465f-b4f9-1f5d1870d314} executeQuery: Code: 43. DB::Exception: Argument 'max_width' must not be NaN: In scope SELECT bar(1, 1, 1, nan). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:52050) (comment: 01621_bar_nan_arguments.sql) (in query: select bar(1,1,1,nan);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::(anonymous namespace)::FunctionBar::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000b237b29 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:49:56.976738 [ 4142 ] {} TCPHandler: Code: 43. DB::Exception: Argument 'max_width' must not be NaN: In scope SELECT bar(1, 1, 1, nan). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::(anonymous namespace)::FunctionBar::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000b237b29 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:50:00.049373 [ 4128 ] {1ed1313e-0efa-4960-bc29-17d53c201d4c} executeQuery: Code: 630. DB::Exception: Cannot drop or rename test_obql7ehw.v (cd9ce512-a70e-4a85-8514-83f586cc5e4d), because some tables depend on it: test_obql7ehw.dict. (HAVE_DEPENDENT_OBJECTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41198) (comment: 03243_create_or_replace_view_dependency_check.sql) (in query: drop view v;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception, std::__wrap_iter, char>>(int, FormatStringHelperImpl::type, std::type_identity, std::__wrap_iter, char>>::type>, DB::StorageID const&, fmt::v9::join_view, std::__wrap_iter, char>&&) @ 0x00000000368cdd6d 4. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:1539: DB::DatabaseCatalog::checkTableCanBeRemovedOrRenamedUnlocked(DB::StorageID const&, bool, bool, bool) const @ 0x00000000368b205f 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:1521: DB::DatabaseCatalog::checkTableCanBeRemovedOrRenamed(DB::StorageID const&, bool, bool, bool) const @ 0x00000000368b3776 6. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:303: DB::InterpreterDropQuery::executeToTableImpl(std::shared_ptr const&, DB::ASTDropQuery&, std::shared_ptr&, StrongTypedef, DB::UUIDTag>&) @ 0x0000000037833d69 7. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:122: DB::InterpreterDropQuery::executeToTable(DB::ASTDropQuery&) @ 0x000000003782df9f 8. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:95: DB::InterpreterDropQuery::executeSingleDropQuery(std::shared_ptr const&) @ 0x000000003782acf9 9. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:76: DB::InterpreterDropQuery::execute() @ 0x000000003782a553 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:50:00.052498 [ 4128 ] {} TCPHandler: Code: 630. DB::Exception: Cannot drop or rename test_obql7ehw.v (cd9ce512-a70e-4a85-8514-83f586cc5e4d), because some tables depend on it: test_obql7ehw.dict. (HAVE_DEPENDENT_OBJECTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception, std::__wrap_iter, char>>(int, FormatStringHelperImpl::type, std::type_identity, std::__wrap_iter, char>>::type>, DB::StorageID const&, fmt::v9::join_view, std::__wrap_iter, char>&&) @ 0x00000000368cdd6d 4. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:1539: DB::DatabaseCatalog::checkTableCanBeRemovedOrRenamedUnlocked(DB::StorageID const&, bool, bool, bool) const @ 0x00000000368b205f 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:1521: DB::DatabaseCatalog::checkTableCanBeRemovedOrRenamed(DB::StorageID const&, bool, bool, bool) const @ 0x00000000368b3776 6. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:303: DB::InterpreterDropQuery::executeToTableImpl(std::shared_ptr const&, DB::ASTDropQuery&, std::shared_ptr&, StrongTypedef, DB::UUIDTag>&) @ 0x0000000037833d69 7. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:122: DB::InterpreterDropQuery::executeToTable(DB::ASTDropQuery&) @ 0x000000003782df9f 8. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:95: DB::InterpreterDropQuery::executeSingleDropQuery(std::shared_ptr const&) @ 0x000000003782acf9 9. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:76: DB::InterpreterDropQuery::execute() @ 0x000000003782a553 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:50:00.416818 [ 4149 ] {597babac-5f21-44a1-8520-5f87be6d0a3a} executeQuery: Code: 122. DB::Exception: Tables have different structure. (INCOMPATIBLE_COLUMNS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41262) (comment: 01034_move_partition_from_table_zookeeper.sh) (in query: ALTER TABLE src MOVE PARTITION 1 TO TABLE dst;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:7606: DB::MergeTreeData::checkStructureAndGetMergeTreeData(DB::IStorage&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x000000003df999f3 5. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:8661: DB::StorageReplicatedMergeTree::movePartitionToTable(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003d07947d 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5542: DB::MergeTreeData::movePartitionToTable(DB::PartitionCommand const&, std::shared_ptr) @ 0x000000003df2ac90 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5621: DB::MergeTreeData::alterPartition(std::shared_ptr const&, std::vector> const&, std::shared_ptr) @ 0x000000003df2dfbc 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:245: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751f81 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:50:00.420835 [ 4149 ] {} TCPHandler: Code: 122. DB::Exception: Tables have different structure. (INCOMPATIBLE_COLUMNS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:7606: DB::MergeTreeData::checkStructureAndGetMergeTreeData(DB::IStorage&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x000000003df999f3 5. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:8661: DB::StorageReplicatedMergeTree::movePartitionToTable(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003d07947d 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5542: DB::MergeTreeData::movePartitionToTable(DB::PartitionCommand const&, std::shared_ptr) @ 0x000000003df2ac90 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5621: DB::MergeTreeData::alterPartition(std::shared_ptr const&, std::vector> const&, std::shared_ptr) @ 0x000000003df2dfbc 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:245: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751f81 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:50:00.692922 [ 55901 ] {} HTTPServerRequest: Got an HTTP request with no content length and no chunked/multipart encoding, it may be impossible to distinguish graceful EOF from abnormal connection loss 2025.03.31 17:50:00.920937 [ 55895 ] {b44ad49b-7f51-4cbd-8052-a7082e40d0ae} executeQuery: Code: 36. DB::Exception: ALTER ADD INDEX is not supported for tables with the old syntax. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41248) (comment: 01071_prohibition_secondary_index_with_old_format_merge_tree.sql) (in query: ALTER TABLE old_syntax_01071_test ADD INDEX id_minmax id TYPE minmax GRANULARITY 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3647: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003deaf4f4 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:50:00.924890 [ 55895 ] {} TCPHandler: Code: 36. DB::Exception: ALTER ADD INDEX is not supported for tables with the old syntax. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3647: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003deaf4f4 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:50:11.934569 [ 4149 ] {866a2cf3-fc35-4b69-b2f2-2f8816e69fd6} executeQuery: Code: 117. DB::Exception: Incorrect data: is_deleted = 2 (must be 1 or 0). (INCORRECT_DATA) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:43046) (comment: 02490_replacing_merge_tree_is_deleted_column.sql) (in query: -- is_deleted == 0/1 INSERT INTO test (*) VALUES ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Processors/Merges/Algorithms/ReplacingSortedAlgorithm.cpp:198: DB::ReplacingSortedAlgorithm::merge() @ 0x000000004061e219 5. ./build_docker/./src/Storages/MergeTree/MergeTreeDataWriter.cpp:460: DB::MergeTreeDataWriter::mergeBlock(DB::Block&&, DB::SortDescription, std::vector> const&, DB::PODArray, 63ul, 64ul>*&, DB::MergeTreeData::MergingParams const&) @ 0x000000003e21cf15 6. ./build_docker/./src/Storages/MergeTree/MergeTreeDataWriter.cpp:605: DB::MergeTreeDataWriter::writeTempPartImpl(DB::BlockWithPartition&, std::shared_ptr const&, std::shared_ptr, long, bool) @ 0x000000003e2242b8 7. ./build_docker/./src/Storages/MergeTree/MergeTreeDataWriter.cpp:481: DB::MergeTreeDataWriter::writeTempPart(DB::BlockWithPartition&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003e21f4d7 8. ./build_docker/./src/Storages/MergeTree/MergeTreeSink.cpp:127: DB::MergeTreeSink::consume(DB::Chunk&) @ 0x000000003eb8620e 9. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:18: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x0000000040442f99 10. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 11. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 12. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 13. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 16. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 17. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 18. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:50:11.938766 [ 4149 ] {} TCPHandler: Code: 117. DB::Exception: Incorrect data: is_deleted = 2 (must be 1 or 0). (INCORRECT_DATA), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Processors/Merges/Algorithms/ReplacingSortedAlgorithm.cpp:198: DB::ReplacingSortedAlgorithm::merge() @ 0x000000004061e219 5. ./build_docker/./src/Storages/MergeTree/MergeTreeDataWriter.cpp:460: DB::MergeTreeDataWriter::mergeBlock(DB::Block&&, DB::SortDescription, std::vector> const&, DB::PODArray, 63ul, 64ul>*&, DB::MergeTreeData::MergingParams const&) @ 0x000000003e21cf15 6. ./build_docker/./src/Storages/MergeTree/MergeTreeDataWriter.cpp:605: DB::MergeTreeDataWriter::writeTempPartImpl(DB::BlockWithPartition&, std::shared_ptr const&, std::shared_ptr, long, bool) @ 0x000000003e2242b8 7. ./build_docker/./src/Storages/MergeTree/MergeTreeDataWriter.cpp:481: DB::MergeTreeDataWriter::writeTempPart(DB::BlockWithPartition&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003e21f4d7 8. ./build_docker/./src/Storages/MergeTree/MergeTreeSink.cpp:127: DB::MergeTreeSink::consume(DB::Chunk&) @ 0x000000003eb8620e 9. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:18: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x0000000040442f99 10. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 11. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 12. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 13. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 16. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 17. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 18. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:50:12.594666 [ 4149 ] {2d6a516d-ab59-4564-821e-e5e435e9c7cc} executeQuery: Code: 169. DB::Exception: is_deleted column (is_deleted) for storage ReplacingMergeTree must have type UInt8. Provided column of type String. (BAD_TYPE_OF_FIELD) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:43046) (comment: 02490_replacing_merge_tree_is_deleted_column.sql) (in query: CREATE TABLE test (`uid` String, `version` UInt32, `is_deleted` String) ENGINE = ReplacingMergeTree(version, is_deleted) ORDER BY uid SETTINGS index_granularity = 22656, min_bytes_for_wide_part = 0, ratio_of_defaults_for_sparse_serialization = 0., replace_long_file_name_to_hash = false, max_file_name_length = 128, min_bytes_for_full_part_storage = 424122063, compact_parts_max_bytes_to_buffer = 355396199, compact_parts_max_granules_to_buffer = 145, compact_parts_merge_max_bytes_to_prefetch_part = 7480442, merge_max_block_size = 23530, old_parts_lifetime = 175., prefer_fetch_merged_part_size_threshold = 10737418240, vertical_merge_algorithm_min_rows_to_activate = 1000000, vertical_merge_algorithm_min_columns_to_activate = 100, min_merge_bytes_to_use_direct_io = 8610054839, index_granularity_bytes = 12456618, use_const_adaptive_granularity = false, enable_index_granularity_compression = true, concurrent_part_removal_threshold = 16, allow_vertical_merges_from_compact_to_wide_parts = false, cache_populated_by_fetch = false, marks_compress_block_size = 74858, primary_key_compress_block_size = 98584, use_primary_key_cache = false, prewarm_primary_key_cache = true, prewarm_mark_cache = false), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String const&, String const&, String&&) @ 0x0000000035381f97 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:1170: DB::MergeTreeData::MergingParams::check(DB::StorageInMemoryMetadata const&) const @ 0x000000003ddf16b1 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:505: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea272 6. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 7. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 8. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 9. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 10. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 11. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 12. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 17:50:12.598399 [ 4149 ] {} TCPHandler: Code: 169. DB::Exception: is_deleted column (is_deleted) for storage ReplacingMergeTree must have type UInt8. Provided column of type String. (BAD_TYPE_OF_FIELD), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String const&, String const&, String&&) @ 0x0000000035381f97 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:1170: DB::MergeTreeData::MergingParams::check(DB::StorageInMemoryMetadata const&) const @ 0x000000003ddf16b1 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:505: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea272 6. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 7. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 8. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 9. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 10. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 11. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 12. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 17:50:13.196903 [ 4149 ] {d57dbcdb-043b-48d2-a98e-53975b45cb01} executeQuery: Code: 344. DB::Exception: Experimental merges with CLEANUP are not allowed. (SUPPORT_IS_DISABLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:43046) (comment: 02490_replacing_merge_tree_is_deleted_column.sql) (in query: OPTIMIZE TABLE test FINAL CLEANUP;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageMergeTree.cpp:1644: DB::StorageMergeTree::optimize(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr const&, bool, bool, std::vector> const&, bool, std::shared_ptr) @ 0x000000003eaf5bb2 5. ./build_docker/./src/Interpreters/InterpreterOptimizeQuery.cpp:84: DB::InterpreterOptimizeQuery::execute() @ 0x000000003939547f 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 8. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 17:50:13.200183 [ 4149 ] {} TCPHandler: Code: 344. DB::Exception: Experimental merges with CLEANUP are not allowed. (SUPPORT_IS_DISABLED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageMergeTree.cpp:1644: DB::StorageMergeTree::optimize(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr const&, bool, bool, std::vector> const&, bool, std::shared_ptr) @ 0x000000003eaf5bb2 5. ./build_docker/./src/Interpreters/InterpreterOptimizeQuery.cpp:84: DB::InterpreterOptimizeQuery::execute() @ 0x000000003939547f 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 8. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 17:50:14.052648 [ 4149 ] {945ba888-202b-41b0-9bec-795228770aec} executeQuery: Code: 344. DB::Exception: Experimental merges with CLEANUP are not allowed. (SUPPORT_IS_DISABLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:43046) (comment: 02490_replacing_merge_tree_is_deleted_column.sql) (in query: OPTIMIZE TABLE test FINAL CLEANUP;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:6084: DB::StorageReplicatedMergeTree::optimize(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr const&, bool, bool, std::vector> const&, bool, std::shared_ptr) @ 0x000000003cf8d914 5. ./build_docker/./src/Interpreters/InterpreterOptimizeQuery.cpp:84: DB::InterpreterOptimizeQuery::execute() @ 0x000000003939547f 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 8. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 17:50:14.056998 [ 4149 ] {} TCPHandler: Code: 344. DB::Exception: Experimental merges with CLEANUP are not allowed. (SUPPORT_IS_DISABLED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:6084: DB::StorageReplicatedMergeTree::optimize(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr const&, bool, bool, std::vector> const&, bool, std::shared_ptr) @ 0x000000003cf8d914 5. ./build_docker/./src/Interpreters/InterpreterOptimizeQuery.cpp:84: DB::InterpreterOptimizeQuery::execute() @ 0x000000003939547f 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 8. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 17:50:14.641129 [ 56178 ] {7c540a53-4608-484d-aaab-e0f62b9b06fd} executeQuery: Code: 36. DB::Exception: Tables have different ordering. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:43460) (comment: 01034_move_partition_from_table_zookeeper.sh) (in query: ALTER TABLE src MOVE PARTITION 1 TO TABLE dst;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:7614: DB::MergeTreeData::checkStructureAndGetMergeTreeData(DB::IStorage&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x000000003df99c1d 5. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:8661: DB::StorageReplicatedMergeTree::movePartitionToTable(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003d07947d 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5542: DB::MergeTreeData::movePartitionToTable(DB::PartitionCommand const&, std::shared_ptr) @ 0x000000003df2ac90 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5621: DB::MergeTreeData::alterPartition(std::shared_ptr const&, std::vector> const&, std::shared_ptr) @ 0x000000003df2dfbc 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:245: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751f81 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:50:14.644293 [ 56178 ] {} TCPHandler: Code: 36. DB::Exception: Tables have different ordering. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:7614: DB::MergeTreeData::checkStructureAndGetMergeTreeData(DB::IStorage&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x000000003df99c1d 5. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:8661: DB::StorageReplicatedMergeTree::movePartitionToTable(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003d07947d 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5542: DB::MergeTreeData::movePartitionToTable(DB::PartitionCommand const&, std::shared_ptr) @ 0x000000003df2ac90 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5621: DB::MergeTreeData::alterPartition(std::shared_ptr const&, std::vector> const&, std::shared_ptr) @ 0x000000003df2dfbc 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:245: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751f81 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:50:14.728110 [ 4149 ] {5cdc50a5-251d-44a3-b192-a1ea53f3a4d6} executeQuery: Code: 388. DB::Exception: Cannot OPTIMIZE with CLEANUP table: only ReplacingMergeTree can be CLEANUP. (CANNOT_ASSIGN_OPTIMIZE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:43046) (comment: 02490_replacing_merge_tree_is_deleted_column.sql) (in query: OPTIMIZE TABLE testMT FINAL CLEANUP;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageMergeTree.cpp:1641: DB::StorageMergeTree::optimize(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr const&, bool, bool, std::vector> const&, bool, std::shared_ptr) @ 0x000000003eaf59b4 5. ./build_docker/./src/Interpreters/InterpreterOptimizeQuery.cpp:84: DB::InterpreterOptimizeQuery::execute() @ 0x000000003939547f 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 8. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 17:50:14.732040 [ 4149 ] {} TCPHandler: Code: 388. DB::Exception: Cannot OPTIMIZE with CLEANUP table: only ReplacingMergeTree can be CLEANUP. (CANNOT_ASSIGN_OPTIMIZE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageMergeTree.cpp:1641: DB::StorageMergeTree::optimize(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr const&, bool, bool, std::vector> const&, bool, std::shared_ptr) @ 0x000000003eaf59b4 5. ./build_docker/./src/Interpreters/InterpreterOptimizeQuery.cpp:84: DB::InterpreterOptimizeQuery::execute() @ 0x000000003939547f 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 8. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 17:50:14.987352 [ 4149 ] {b283cad4-a298-4f49-b66d-f42cfde99771} executeQuery: Code: 388. DB::Exception: Cannot OPTIMIZE with CLEANUP table: only ReplacingMergeTree can be CLEANUP. (CANNOT_ASSIGN_OPTIMIZE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:43046) (comment: 02490_replacing_merge_tree_is_deleted_column.sql) (in query: OPTIMIZE TABLE testSummingMT FINAL CLEANUP;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageMergeTree.cpp:1641: DB::StorageMergeTree::optimize(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr const&, bool, bool, std::vector> const&, bool, std::shared_ptr) @ 0x000000003eaf59b4 5. ./build_docker/./src/Interpreters/InterpreterOptimizeQuery.cpp:84: DB::InterpreterOptimizeQuery::execute() @ 0x000000003939547f 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 8. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 17:50:14.990723 [ 4149 ] {} TCPHandler: Code: 388. DB::Exception: Cannot OPTIMIZE with CLEANUP table: only ReplacingMergeTree can be CLEANUP. (CANNOT_ASSIGN_OPTIMIZE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageMergeTree.cpp:1641: DB::StorageMergeTree::optimize(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr const&, bool, bool, std::vector> const&, bool, std::shared_ptr) @ 0x000000003eaf59b4 5. ./build_docker/./src/Interpreters/InterpreterOptimizeQuery.cpp:84: DB::InterpreterOptimizeQuery::execute() @ 0x000000003939547f 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 8. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 17:50:15.235835 [ 4149 ] {e30450ef-d479-4b2e-a9d2-ec052e39e429} executeQuery: Code: 388. DB::Exception: Cannot OPTIMIZE with CLEANUP table: only ReplacingMergeTree can be CLEANUP. (CANNOT_ASSIGN_OPTIMIZE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:43046) (comment: 02490_replacing_merge_tree_is_deleted_column.sql) (in query: OPTIMIZE TABLE testAggregatingMT FINAL CLEANUP;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageMergeTree.cpp:1641: DB::StorageMergeTree::optimize(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr const&, bool, bool, std::vector> const&, bool, std::shared_ptr) @ 0x000000003eaf59b4 5. ./build_docker/./src/Interpreters/InterpreterOptimizeQuery.cpp:84: DB::InterpreterOptimizeQuery::execute() @ 0x000000003939547f 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 8. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 17:50:15.238674 [ 4149 ] {} TCPHandler: Code: 388. DB::Exception: Cannot OPTIMIZE with CLEANUP table: only ReplacingMergeTree can be CLEANUP. (CANNOT_ASSIGN_OPTIMIZE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageMergeTree.cpp:1641: DB::StorageMergeTree::optimize(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr const&, bool, bool, std::vector> const&, bool, std::shared_ptr) @ 0x000000003eaf59b4 5. ./build_docker/./src/Interpreters/InterpreterOptimizeQuery.cpp:84: DB::InterpreterOptimizeQuery::execute() @ 0x000000003939547f 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 8. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 17:50:15.409041 [ 4142 ] {mysql:0:042eb2d9-e5e6-467e-a637-7ea5169e736f} executeQuery: Code: 60. DB::Exception: Unknown table expression identifier 'table_that_does_not_exist' in scope SELECT * FROM table_that_does_not_exist. (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34626) (in query: select * from table_that_does_not_exist), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4370: DB::QueryAnalyzer::initializeQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dd184f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5549: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19ac7 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 8. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 16. ./build_docker/./src/Server/MySQLHandler.cpp:530: DB::MySQLHandler::comQuery(DB::ReadBuffer&, bool) @ 0x000000003f3291ff 17. ./build_docker/./src/Server/MySQLHandler.cpp:295: DB::MySQLHandler::run() @ 0x000000003f31b26c 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 17:50:15.414635 [ 4142 ] {} MySQLHandler: MySQLHandler: Cannot read packet: : Code: 60. DB::Exception: Unknown table expression identifier 'table_that_does_not_exist' in scope SELECT * FROM table_that_does_not_exist. (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4370: DB::QueryAnalyzer::initializeQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dd184f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5549: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19ac7 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 8. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 16. ./build_docker/./src/Server/MySQLHandler.cpp:530: DB::MySQLHandler::comQuery(DB::ReadBuffer&, bool) @ 0x000000003f3291ff 17. ./build_docker/./src/Server/MySQLHandler.cpp:295: DB::MySQLHandler::run() @ 0x000000003f31b26c 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:50:15.504989 [ 4149 ] {a852bfff-b1bf-4a61-8aa0-28c9237faa2c} executeQuery: Code: 388. DB::Exception: Cannot OPTIMIZE with CLEANUP table: only ReplacingMergeTree can be CLEANUP. (CANNOT_ASSIGN_OPTIMIZE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:43046) (comment: 02490_replacing_merge_tree_is_deleted_column.sql) (in query: OPTIMIZE TABLE testCollapsingMT FINAL CLEANUP;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageMergeTree.cpp:1641: DB::StorageMergeTree::optimize(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr const&, bool, bool, std::vector> const&, bool, std::shared_ptr) @ 0x000000003eaf59b4 5. ./build_docker/./src/Interpreters/InterpreterOptimizeQuery.cpp:84: DB::InterpreterOptimizeQuery::execute() @ 0x000000003939547f 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 8. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 17:50:15.508139 [ 4149 ] {} TCPHandler: Code: 388. DB::Exception: Cannot OPTIMIZE with CLEANUP table: only ReplacingMergeTree can be CLEANUP. (CANNOT_ASSIGN_OPTIMIZE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageMergeTree.cpp:1641: DB::StorageMergeTree::optimize(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr const&, bool, bool, std::vector> const&, bool, std::shared_ptr) @ 0x000000003eaf59b4 5. ./build_docker/./src/Interpreters/InterpreterOptimizeQuery.cpp:84: DB::InterpreterOptimizeQuery::execute() @ 0x000000003939547f 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 8. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 17:50:15.776898 [ 4149 ] {4ef26bbd-2a48-4fb7-bc3c-f6f60d5ea729} executeQuery: Code: 388. DB::Exception: Cannot OPTIMIZE with CLEANUP table: only ReplacingMergeTree can be CLEANUP. (CANNOT_ASSIGN_OPTIMIZE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:43046) (comment: 02490_replacing_merge_tree_is_deleted_column.sql) (in query: OPTIMIZE TABLE testVersionedCMT FINAL CLEANUP;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageMergeTree.cpp:1641: DB::StorageMergeTree::optimize(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr const&, bool, bool, std::vector> const&, bool, std::shared_ptr) @ 0x000000003eaf59b4 5. ./build_docker/./src/Interpreters/InterpreterOptimizeQuery.cpp:84: DB::InterpreterOptimizeQuery::execute() @ 0x000000003939547f 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 8. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 17:50:15.780109 [ 4149 ] {} TCPHandler: Code: 388. DB::Exception: Cannot OPTIMIZE with CLEANUP table: only ReplacingMergeTree can be CLEANUP. (CANNOT_ASSIGN_OPTIMIZE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageMergeTree.cpp:1641: DB::StorageMergeTree::optimize(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr const&, bool, bool, std::vector> const&, bool, std::shared_ptr) @ 0x000000003eaf59b4 5. ./build_docker/./src/Interpreters/InterpreterOptimizeQuery.cpp:84: DB::InterpreterOptimizeQuery::execute() @ 0x000000003939547f 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 8. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 17:50:16.005643 [ 4142 ] {mysql:0:0f6d6c89-e799-405d-8765-e8293e4253bd} executeQuery: Code: 395. DB::Exception: Value passed to 'throwIf' function is non-zero: while executing 'FUNCTION throwIf(__table1.number :: 1) -> throwIf(__table1.number) UInt8 : 0'. (FUNCTION_THROW_IF_VALUE_IS_NON_ZERO) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34626) (in query: select throwIf(number) from numbers(2) settings max_block_size=1), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionThrowIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001bcae3d6 5. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 6. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 7. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 8. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 9. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 10. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 11. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 12. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 13. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 17. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:112: DB::CompletedPipelineExecutor::execute() @ 0x000000003f7140d3 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1798: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003928176b 19. ./build_docker/./src/Server/MySQLHandler.cpp:530: DB::MySQLHandler::comQuery(DB::ReadBuffer&, bool) @ 0x000000003f3291ff 20. ./build_docker/./src/Server/MySQLHandler.cpp:295: DB::MySQLHandler::run() @ 0x000000003f31b26c 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:50:16.010829 [ 4142 ] {} MySQLHandler: MySQLHandler: Cannot read packet: : Code: 395. DB::Exception: Value passed to 'throwIf' function is non-zero: while executing 'FUNCTION throwIf(__table1.number :: 1) -> throwIf(__table1.number) UInt8 : 0'. (FUNCTION_THROW_IF_VALUE_IS_NON_ZERO), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionThrowIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001bcae3d6 5. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 6. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 7. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 8. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 9. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 10. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 11. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 12. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 13. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 17. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:112: DB::CompletedPipelineExecutor::execute() @ 0x000000003f7140d3 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1798: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003928176b 19. ./build_docker/./src/Server/MySQLHandler.cpp:530: DB::MySQLHandler::comQuery(DB::ReadBuffer&, bool) @ 0x000000003f3291ff 20. ./build_docker/./src/Server/MySQLHandler.cpp:295: DB::MySQLHandler::run() @ 0x000000003f31b26c 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:50:16.323231 [ 4142 ] {mysql:0:77fb4c86-44b3-470e-b51a-221e5735c4ab} executeQuery: Code: 1. DB::Exception: MySQL protocol does not support custom output formats. (UNSUPPORTED_METHOD) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34626) (in query: select * from system.one format TSV), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Server/MySQLHandler.cpp:518: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*, DB::QueryResultDetails const&) @ 0x000000003f33764d 5. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000039281651 6. ./build_docker/./src/Server/MySQLHandler.cpp:530: DB::MySQLHandler::comQuery(DB::ReadBuffer&, bool) @ 0x000000003f3291ff 7. ./build_docker/./src/Server/MySQLHandler.cpp:295: DB::MySQLHandler::run() @ 0x000000003f31b26c 8. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 9. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 10. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 11. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 12. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 13. ? @ 0x00007fc708d31ac3 14. ? @ 0x00007fc708dc3850 2025.03.31 17:50:16.325346 [ 4142 ] {} MySQLHandler: MySQLHandler: Cannot read packet: : Code: 1. DB::Exception: MySQL protocol does not support custom output formats. (UNSUPPORTED_METHOD), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Server/MySQLHandler.cpp:518: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*, DB::QueryResultDetails const&) @ 0x000000003f33764d 5. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000039281651 6. ./build_docker/./src/Server/MySQLHandler.cpp:530: DB::MySQLHandler::comQuery(DB::ReadBuffer&, bool) @ 0x000000003f3291ff 7. ./build_docker/./src/Server/MySQLHandler.cpp:295: DB::MySQLHandler::run() @ 0x000000003f31b26c 8. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 9. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 10. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 11. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 12. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 13. ? @ 0x00007fc708d31ac3 14. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:50:16.335699 [ 4142 ] {mysql:0:eae6169f-e702-43ec-9c8b-131b6b04e186} executeQuery: Code: 1. DB::Exception: MySQL protocol does not support custom output formats. (UNSUPPORTED_METHOD) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34626) (in query: select * from system.one format JSON), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Server/MySQLHandler.cpp:518: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*, DB::QueryResultDetails const&) @ 0x000000003f33764d 5. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000039281651 6. ./build_docker/./src/Server/MySQLHandler.cpp:530: DB::MySQLHandler::comQuery(DB::ReadBuffer&, bool) @ 0x000000003f3291ff 7. ./build_docker/./src/Server/MySQLHandler.cpp:295: DB::MySQLHandler::run() @ 0x000000003f31b26c 8. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 9. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 10. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 11. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 12. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 13. ? @ 0x00007fc708d31ac3 14. ? @ 0x00007fc708dc3850 2025.03.31 17:50:16.337138 [ 4142 ] {} MySQLHandler: MySQLHandler: Cannot read packet: : Code: 1. DB::Exception: MySQL protocol does not support custom output formats. (UNSUPPORTED_METHOD), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Server/MySQLHandler.cpp:518: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*, DB::QueryResultDetails const&) @ 0x000000003f33764d 5. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000039281651 6. ./build_docker/./src/Server/MySQLHandler.cpp:530: DB::MySQLHandler::comQuery(DB::ReadBuffer&, bool) @ 0x000000003f3291ff 7. ./build_docker/./src/Server/MySQLHandler.cpp:295: DB::MySQLHandler::run() @ 0x000000003f31b26c 8. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 9. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 10. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 11. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 12. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 13. ? @ 0x00007fc708d31ac3 14. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:50:18.326487 [ 1428 ] {7a9b3f06-3058-4885-9149-21e3d8aacd17} executeQuery: Code: 36. DB::Exception: Tables have different ordering. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38236) (comment: 01034_move_partition_from_table_zookeeper.sh) (in query: ALTER TABLE src MOVE PARTITION 1 TO TABLE dst;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:7614: DB::MergeTreeData::checkStructureAndGetMergeTreeData(DB::IStorage&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x000000003df99c1d 5. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:8661: DB::StorageReplicatedMergeTree::movePartitionToTable(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003d07947d 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5542: DB::MergeTreeData::movePartitionToTable(DB::PartitionCommand const&, std::shared_ptr) @ 0x000000003df2ac90 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5621: DB::MergeTreeData::alterPartition(std::shared_ptr const&, std::vector> const&, std::shared_ptr) @ 0x000000003df2dfbc 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:245: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751f81 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:50:18.330090 [ 1428 ] {} TCPHandler: Code: 36. DB::Exception: Tables have different ordering. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:7614: DB::MergeTreeData::checkStructureAndGetMergeTreeData(DB::IStorage&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x000000003df99c1d 5. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:8661: DB::StorageReplicatedMergeTree::movePartitionToTable(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003d07947d 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5542: DB::MergeTreeData::movePartitionToTable(DB::PartitionCommand const&, std::shared_ptr) @ 0x000000003df2ac90 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5621: DB::MergeTreeData::alterPartition(std::shared_ptr const&, std::vector> const&, std::shared_ptr) @ 0x000000003df2dfbc 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:245: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751f81 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:50:20.054717 [ 57570 ] {dab91640-1722-4394-a1b1-f1b83ac4cbb9} executeQuery: Code: 43. DB::Exception: Illegal type UInt8 of argument of function arrayShiftLeft, expected String: In scope SELECT arrayShiftLeft(['foo'], 3, 3). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38196) (comment: 02845_arrayShiftRotate.sql) (in query: select arrayShiftLeft(['foo'], 3, 3);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. DB::FunctionArrayShiftRotate, DB::NameArrayShiftLeft>::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001f5fafaa 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:50:20.058067 [ 57570 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type UInt8 of argument of function arrayShiftLeft, expected String: In scope SELECT arrayShiftLeft(['foo'], 3, 3). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. DB::FunctionArrayShiftRotate, DB::NameArrayShiftLeft>::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001f5fafaa 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:50:20.076236 [ 57570 ] {c6637c19-546d-4056-87b4-af573b840be3} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function arrayShiftLeft, expected UInt8: In scope SELECT arrayShiftLeft([1], 3, 'foo'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38196) (comment: 02845_arrayShiftRotate.sql) (in query: select arrayShiftLeft([1], 3, 'foo');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. DB::FunctionArrayShiftRotate, DB::NameArrayShiftLeft>::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001f5fafaa 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:50:20.079729 [ 57570 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function arrayShiftLeft, expected UInt8: In scope SELECT arrayShiftLeft([1], 3, 'foo'). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. DB::FunctionArrayShiftRotate, DB::NameArrayShiftLeft>::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001f5fafaa 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:50:21.967225 [ 4128 ] {d7b192c6-2369-4bfc-820d-ab54c7eecb52} executeQuery: Code: 36. DB::Exception: Tables have different ordering. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38252) (comment: 01034_move_partition_from_table_zookeeper.sh) (in query: ALTER TABLE src MOVE PARTITION 1 TO TABLE dst;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:7614: DB::MergeTreeData::checkStructureAndGetMergeTreeData(DB::IStorage&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x000000003df99c1d 5. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:8661: DB::StorageReplicatedMergeTree::movePartitionToTable(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003d07947d 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5542: DB::MergeTreeData::movePartitionToTable(DB::PartitionCommand const&, std::shared_ptr) @ 0x000000003df2ac90 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5621: DB::MergeTreeData::alterPartition(std::shared_ptr const&, std::vector> const&, std::shared_ptr) @ 0x000000003df2dfbc 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:245: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751f81 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:50:21.970992 [ 4128 ] {} TCPHandler: Code: 36. DB::Exception: Tables have different ordering. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:7614: DB::MergeTreeData::checkStructureAndGetMergeTreeData(DB::IStorage&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x000000003df99c1d 5. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:8661: DB::StorageReplicatedMergeTree::movePartitionToTable(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003d07947d 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5542: DB::MergeTreeData::movePartitionToTable(DB::PartitionCommand const&, std::shared_ptr) @ 0x000000003df2ac90 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5621: DB::MergeTreeData::alterPartition(std::shared_ptr const&, std::vector> const&, std::shared_ptr) @ 0x000000003df2dfbc 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:245: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751f81 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:50:24.314453 [ 3914 ] {fa003310-a8b9-461c-b481-0c7e71ea8d73} executeQuery: Code: 636. DB::Exception: The table structure cannot be extracted from a Parquet format file, because there are no files with provided path in S3ObjectStorage or all files are empty. You can specify table structure manually: The table structure cannot be extracted from a Parquet format file. You can specify the structure manually. (CANNOT_EXTRACT_TABLE_STRUCTURE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:43506) (comment: 02873_s3_presigned_url_and_url_with_special_characters.sql) (in query: select * from s3('https://datasets-documentation.s3.eu-west-3.amazonaws.com/MyPrefix/BU%20-%20UNIT%20-%201/*.parquet');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&, String&&) @ 0x000000000d70d70d 4. ./build_docker/./src/Storages/ObjectStorage/ReadBufferIterator.cpp:201: DB::ReadBufferIterator::next() @ 0x00000000331054a3 5. ./build_docker/./src/Formats/ReadSchemaUtils.cpp:152: DB::readSchemaFromFormatImpl(std::optional, std::optional const&, DB::IReadBufferIterator&, std::shared_ptr const&) @ 0x000000003f62130a 6. ./build_docker/./src/Formats/ReadSchemaUtils.cpp:549: DB::readSchemaFromFormat(String const&, std::optional const&, DB::IReadBufferIterator&, std::shared_ptr const&) @ 0x000000003f632f62 7. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:488: DB::StorageObjectStorage::resolveSchemaFromData(std::shared_ptr const&, std::shared_ptr const&, std::optional const&, String&, std::shared_ptr const&) @ 0x00000000330e9650 8. ./build_docker/./src/Storages/ObjectStorage/Utils.cpp:61: DB::resolveSchemaAndFormat(DB::ColumnsDescription&, String&, std::shared_ptr, std::shared_ptr const&, std::optional, String&, std::shared_ptr const&) @ 0x00000000332de9ce 9. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:129: DB::StorageObjectStorage::StorageObjectStorage(std::shared_ptr, std::shared_ptr, std::shared_ptr, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, String const&, std::optional, DB::LoadingStrictnessLevel, bool, std::shared_ptr, bool) @ 0x00000000330ddba1 10. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageObjectStorage* std::construct_at[abi:v15007]&, std::shared_ptr, std::shared_ptr&, DB::StorageID, DB::ColumnsDescription&, DB::ConstraintsDescription, String, std::nullopt_t const&, DB::LoadingStrictnessLevel, bool, std::nullptr_t, DB::StorageObjectStorage*>(DB::StorageObjectStorage*, std::shared_ptr&, std::shared_ptr&&, std::shared_ptr&, DB::StorageID&&, DB::ColumnsDescription&, DB::ConstraintsDescription&&, String&&, std::nullopt_t const&, DB::LoadingStrictnessLevel&&, bool&&, std::nullptr_t&&) @ 0x000000002754771e 11. ./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298: std::shared_ptr std::allocate_shared[abi:v15007], std::shared_ptr&, std::shared_ptr, std::shared_ptr&, DB::StorageID, DB::ColumnsDescription&, DB::ConstraintsDescription, String, std::nullopt_t const&, DB::LoadingStrictnessLevel, bool, std::nullptr_t, void>(std::allocator const&, std::shared_ptr&, std::shared_ptr&&, std::shared_ptr&, DB::StorageID&&, DB::ColumnsDescription&, DB::ConstraintsDescription&&, String&&, std::nullopt_t const&, DB::LoadingStrictnessLevel&&, bool&&, std::nullptr_t&&) @ 0x0000000027546fdd 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::TableFunctionObjectStorage::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000274e9537 13. ./build_docker/./src/TableFunctions/TableFunctionObjectStorageClusterFallback.cpp:117: DB::TableFunctionObjectStorageClusterFallback>::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000275eaa25 14. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 15. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 17:50:24.318118 [ 3914 ] {} TCPHandler: Code: 636. DB::Exception: The table structure cannot be extracted from a Parquet format file, because there are no files with provided path in S3ObjectStorage or all files are empty. You can specify table structure manually: The table structure cannot be extracted from a Parquet format file. You can specify the structure manually. (CANNOT_EXTRACT_TABLE_STRUCTURE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&, String&&) @ 0x000000000d70d70d 4. ./build_docker/./src/Storages/ObjectStorage/ReadBufferIterator.cpp:201: DB::ReadBufferIterator::next() @ 0x00000000331054a3 5. ./build_docker/./src/Formats/ReadSchemaUtils.cpp:152: DB::readSchemaFromFormatImpl(std::optional, std::optional const&, DB::IReadBufferIterator&, std::shared_ptr const&) @ 0x000000003f62130a 6. ./build_docker/./src/Formats/ReadSchemaUtils.cpp:549: DB::readSchemaFromFormat(String const&, std::optional const&, DB::IReadBufferIterator&, std::shared_ptr const&) @ 0x000000003f632f62 7. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:488: DB::StorageObjectStorage::resolveSchemaFromData(std::shared_ptr const&, std::shared_ptr const&, std::optional const&, String&, std::shared_ptr const&) @ 0x00000000330e9650 8. ./build_docker/./src/Storages/ObjectStorage/Utils.cpp:61: DB::resolveSchemaAndFormat(DB::ColumnsDescription&, String&, std::shared_ptr, std::shared_ptr const&, std::optional, String&, std::shared_ptr const&) @ 0x00000000332de9ce 9. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:129: DB::StorageObjectStorage::StorageObjectStorage(std::shared_ptr, std::shared_ptr, std::shared_ptr, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, String const&, std::optional, DB::LoadingStrictnessLevel, bool, std::shared_ptr, bool) @ 0x00000000330ddba1 10. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageObjectStorage* std::construct_at[abi:v15007]&, std::shared_ptr, std::shared_ptr&, DB::StorageID, DB::ColumnsDescription&, DB::ConstraintsDescription, String, std::nullopt_t const&, DB::LoadingStrictnessLevel, bool, std::nullptr_t, DB::StorageObjectStorage*>(DB::StorageObjectStorage*, std::shared_ptr&, std::shared_ptr&&, std::shared_ptr&, DB::StorageID&&, DB::ColumnsDescription&, DB::ConstraintsDescription&&, String&&, std::nullopt_t const&, DB::LoadingStrictnessLevel&&, bool&&, std::nullptr_t&&) @ 0x000000002754771e 11. ./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298: std::shared_ptr std::allocate_shared[abi:v15007], std::shared_ptr&, std::shared_ptr, std::shared_ptr&, DB::StorageID, DB::ColumnsDescription&, DB::ConstraintsDescription, String, std::nullopt_t const&, DB::LoadingStrictnessLevel, bool, std::nullptr_t, void>(std::allocator const&, std::shared_ptr&, std::shared_ptr&&, std::shared_ptr&, DB::StorageID&&, DB::ColumnsDescription&, DB::ConstraintsDescription&&, String&&, std::nullopt_t const&, DB::LoadingStrictnessLevel&&, bool&&, std::nullptr_t&&) @ 0x0000000027546fdd 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::TableFunctionObjectStorage::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000274e9537 13. ./build_docker/./src/TableFunctions/TableFunctionObjectStorageClusterFallback.cpp:117: DB::TableFunctionObjectStorageClusterFallback>::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000275eaa25 14. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 15. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 17:50:25.212000 [ 3914 ] {c0abfb33-1357-49d5-8b95-8056ce170188} executeQuery: Code: 715. DB::Exception: The data format cannot be detected by the contents of the files, because there are no files with provided path in S3ObjectStorage or all files are empty. You can specify the format manually: The data format cannot be detected by the contents of the files. You can specify the format manually. (CANNOT_DETECT_FORMAT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:43506) (comment: 02873_s3_presigned_url_and_url_with_special_characters.sql) (in query: select * from s3('https://datasets-documentation.s3.eu-west-3.amazonaws.com/MyPrefix/*.parquet?some_tocken=ABCD');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/ObjectStorage/ReadBufferIterator.cpp:209: DB::ReadBufferIterator::next() @ 0x000000003310570c 5. ./build_docker/./src/Formats/ReadSchemaUtils.cpp:152: DB::readSchemaFromFormatImpl(std::optional, std::optional const&, DB::IReadBufferIterator&, std::shared_ptr const&) @ 0x000000003f62130a 6. ./build_docker/./src/Formats/ReadSchemaUtils.cpp:557: DB::detectFormatAndReadSchema(std::optional const&, DB::IReadBufferIterator&, std::shared_ptr const&) @ 0x000000003f633500 7. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:516: DB::StorageObjectStorage::resolveSchemaAndFormatFromData(std::shared_ptr const&, std::shared_ptr const&, std::optional const&, String&, std::shared_ptr const&) @ 0x00000000330ea664 8. ./build_docker/./src/Storages/ObjectStorage/Utils.cpp:59: DB::resolveSchemaAndFormat(DB::ColumnsDescription&, String&, std::shared_ptr, std::shared_ptr const&, std::optional, String&, std::shared_ptr const&) @ 0x00000000332df07b 9. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:129: DB::StorageObjectStorage::StorageObjectStorage(std::shared_ptr, std::shared_ptr, std::shared_ptr, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, String const&, std::optional, DB::LoadingStrictnessLevel, bool, std::shared_ptr, bool) @ 0x00000000330ddba1 10. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageObjectStorage* std::construct_at[abi:v15007]&, std::shared_ptr, std::shared_ptr&, DB::StorageID, DB::ColumnsDescription&, DB::ConstraintsDescription, String, std::nullopt_t const&, DB::LoadingStrictnessLevel, bool, std::nullptr_t, DB::StorageObjectStorage*>(DB::StorageObjectStorage*, std::shared_ptr&, std::shared_ptr&&, std::shared_ptr&, DB::StorageID&&, DB::ColumnsDescription&, DB::ConstraintsDescription&&, String&&, std::nullopt_t const&, DB::LoadingStrictnessLevel&&, bool&&, std::nullptr_t&&) @ 0x000000002754771e 11. ./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298: std::shared_ptr std::allocate_shared[abi:v15007], std::shared_ptr&, std::shared_ptr, std::shared_ptr&, DB::StorageID, DB::ColumnsDescription&, DB::ConstraintsDescription, String, std::nullopt_t const&, DB::LoadingStrictnessLevel, bool, std::nullptr_t, void>(std::allocator const&, std::shared_ptr&, std::shared_ptr&&, std::shared_ptr&, DB::StorageID&&, DB::ColumnsDescription&, DB::ConstraintsDescription&&, String&&, std::nullopt_t const&, DB::LoadingStrictnessLevel&&, bool&&, std::nullptr_t&&) @ 0x0000000027546fdd 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::TableFunctionObjectStorage::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000274e9537 13. ./build_docker/./src/TableFunctions/TableFunctionObjectStorageClusterFallback.cpp:117: DB::TableFunctionObjectStorageClusterFallback>::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000275eaa25 14. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 15. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 17:50:25.215446 [ 3914 ] {} TCPHandler: Code: 715. DB::Exception: The data format cannot be detected by the contents of the files, because there are no files with provided path in S3ObjectStorage or all files are empty. You can specify the format manually: The data format cannot be detected by the contents of the files. You can specify the format manually. (CANNOT_DETECT_FORMAT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/ObjectStorage/ReadBufferIterator.cpp:209: DB::ReadBufferIterator::next() @ 0x000000003310570c 5. ./build_docker/./src/Formats/ReadSchemaUtils.cpp:152: DB::readSchemaFromFormatImpl(std::optional, std::optional const&, DB::IReadBufferIterator&, std::shared_ptr const&) @ 0x000000003f62130a 6. ./build_docker/./src/Formats/ReadSchemaUtils.cpp:557: DB::detectFormatAndReadSchema(std::optional const&, DB::IReadBufferIterator&, std::shared_ptr const&) @ 0x000000003f633500 7. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:516: DB::StorageObjectStorage::resolveSchemaAndFormatFromData(std::shared_ptr const&, std::shared_ptr const&, std::optional const&, String&, std::shared_ptr const&) @ 0x00000000330ea664 8. ./build_docker/./src/Storages/ObjectStorage/Utils.cpp:59: DB::resolveSchemaAndFormat(DB::ColumnsDescription&, String&, std::shared_ptr, std::shared_ptr const&, std::optional, String&, std::shared_ptr const&) @ 0x00000000332df07b 9. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:129: DB::StorageObjectStorage::StorageObjectStorage(std::shared_ptr, std::shared_ptr, std::shared_ptr, DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, String const&, std::optional, DB::LoadingStrictnessLevel, bool, std::shared_ptr, bool) @ 0x00000000330ddba1 10. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageObjectStorage* std::construct_at[abi:v15007]&, std::shared_ptr, std::shared_ptr&, DB::StorageID, DB::ColumnsDescription&, DB::ConstraintsDescription, String, std::nullopt_t const&, DB::LoadingStrictnessLevel, bool, std::nullptr_t, DB::StorageObjectStorage*>(DB::StorageObjectStorage*, std::shared_ptr&, std::shared_ptr&&, std::shared_ptr&, DB::StorageID&&, DB::ColumnsDescription&, DB::ConstraintsDescription&&, String&&, std::nullopt_t const&, DB::LoadingStrictnessLevel&&, bool&&, std::nullptr_t&&) @ 0x000000002754771e 11. ./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298: std::shared_ptr std::allocate_shared[abi:v15007], std::shared_ptr&, std::shared_ptr, std::shared_ptr&, DB::StorageID, DB::ColumnsDescription&, DB::ConstraintsDescription, String, std::nullopt_t const&, DB::LoadingStrictnessLevel, bool, std::nullptr_t, void>(std::allocator const&, std::shared_ptr&, std::shared_ptr&&, std::shared_ptr&, DB::StorageID&&, DB::ColumnsDescription&, DB::ConstraintsDescription&&, String&&, std::nullopt_t const&, DB::LoadingStrictnessLevel&&, bool&&, std::nullptr_t&&) @ 0x0000000027546fdd 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::TableFunctionObjectStorage::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000274e9537 13. ./build_docker/./src/TableFunctions/TableFunctionObjectStorageClusterFallback.cpp:117: DB::TableFunctionObjectStorageClusterFallback>::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000275eaa25 14. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 15. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 17:50:25.505902 [ 1428 ] {b7eac80a-62cb-4924-b248-00d42d295de9} executeQuery: Code: 43. DB::Exception: Illegal types Float32 and IntervalDay of arguments of function plus: While processing InsertionDateTime + toIntervalDay(3). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38266) (comment: 01923_ttl_with_modify_column.sql) (in query: ALTER TABLE t_ttl_modify_column MODIFY COLUMN InsertionDateTime Float32;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. DB::FunctionBinaryArithmetic::getReturnTypeImplStatic(std::vector, std::allocator>> const&, std::shared_ptr) @ 0x0000000019b3770d 5. DB::BinaryArithmeticOverloadResolver::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001931c679 6. DB::IFunctionOverloadResolver::getReturnTypeImpl(std::vector> const&) const @ 0x0000000009f857c6 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Interpreters/ActionsDAG.cpp:261: DB::ActionsDAG::addFunction(std::shared_ptr const&, std::vector>, String) @ 0x0000000035adea36 11. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:673: DB::ScopeStack::addFunction(std::shared_ptr const&, std::vector> const&, String) @ 0x0000000036a10683 12. ./src/Interpreters/ActionsVisitor.h:178: DB::ActionsMatcher::Data::addFunction(std::shared_ptr const&, std::vector> const&, String) @ 0x0000000036a3acd3 13. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:1342: DB::ActionsMatcher::visit(DB::ASTFunction const&, std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a16e75 14. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:732: DB::ActionsMatcher::visit(std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a122b5 15. ./src/Interpreters/InDepthNodeVisitor.h:71: DB::InDepthNodeVisitor const>::doVisit(std::shared_ptr const&) @ 0x00000000369ecfd5 16. ./src/Interpreters/InDepthNodeVisitor.h:61: DB::ExpressionAnalyzer::getRootActions(std::shared_ptr const&, bool, DB::ActionsDAG&, bool) @ 0x0000000036967af7 17. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:1859: DB::ExpressionAnalyzer::getActionsDAG(bool, bool) @ 0x000000003699dab3 18. ./build_docker/./src/Storages/TTLDescription.cpp:185: DB::buildExpressionAndSets(std::shared_ptr&, DB::NamesAndTypesList const&, std::shared_ptr const&) @ 0x000000003d382d95 19. ./build_docker/./src/Storages/TTLDescription.cpp:234: DB::TTLDescription::getTTLFromAST(std::shared_ptr const&, DB::ColumnsDescription const&, std::shared_ptr, DB::KeyDescription const&, bool) @ 0x000000003d3851df 20. ./build_docker/./src/Storages/TTLDescription.cpp:405: DB::TTLTableDescription::getTTLForTableFromAST(std::shared_ptr const&, DB::ColumnsDescription const&, std::shared_ptr, DB::KeyDescription const&, bool) @ 0x000000003d390ea6 21. ./build_docker/./src/Storages/AlterCommands.cpp:1264: DB::AlterCommands::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6cee54 22. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3469: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea34a0 23. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 24. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:50:25.509727 [ 1428 ] {} TCPHandler: Code: 43. DB::Exception: Illegal types Float32 and IntervalDay of arguments of function plus: While processing InsertionDateTime + toIntervalDay(3). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. DB::FunctionBinaryArithmetic::getReturnTypeImplStatic(std::vector, std::allocator>> const&, std::shared_ptr) @ 0x0000000019b3770d 5. DB::BinaryArithmeticOverloadResolver::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001931c679 6. DB::IFunctionOverloadResolver::getReturnTypeImpl(std::vector> const&) const @ 0x0000000009f857c6 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Interpreters/ActionsDAG.cpp:261: DB::ActionsDAG::addFunction(std::shared_ptr const&, std::vector>, String) @ 0x0000000035adea36 11. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:673: DB::ScopeStack::addFunction(std::shared_ptr const&, std::vector> const&, String) @ 0x0000000036a10683 12. ./src/Interpreters/ActionsVisitor.h:178: DB::ActionsMatcher::Data::addFunction(std::shared_ptr const&, std::vector> const&, String) @ 0x0000000036a3acd3 13. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:1342: DB::ActionsMatcher::visit(DB::ASTFunction const&, std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a16e75 14. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:732: DB::ActionsMatcher::visit(std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a122b5 15. ./src/Interpreters/InDepthNodeVisitor.h:71: DB::InDepthNodeVisitor const>::doVisit(std::shared_ptr const&) @ 0x00000000369ecfd5 16. ./src/Interpreters/InDepthNodeVisitor.h:61: DB::ExpressionAnalyzer::getRootActions(std::shared_ptr const&, bool, DB::ActionsDAG&, bool) @ 0x0000000036967af7 17. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:1859: DB::ExpressionAnalyzer::getActionsDAG(bool, bool) @ 0x000000003699dab3 18. ./build_docker/./src/Storages/TTLDescription.cpp:185: DB::buildExpressionAndSets(std::shared_ptr&, DB::NamesAndTypesList const&, std::shared_ptr const&) @ 0x000000003d382d95 19. ./build_docker/./src/Storages/TTLDescription.cpp:234: DB::TTLDescription::getTTLFromAST(std::shared_ptr const&, DB::ColumnsDescription const&, std::shared_ptr, DB::KeyDescription const&, bool) @ 0x000000003d3851df 20. ./build_docker/./src/Storages/TTLDescription.cpp:405: DB::TTLTableDescription::getTTLForTableFromAST(std::shared_ptr const&, DB::ColumnsDescription const&, std::shared_ptr, DB::KeyDescription const&, bool) @ 0x000000003d390ea6 21. ./build_docker/./src/Storages/AlterCommands.cpp:1264: DB::AlterCommands::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6cee54 22. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3469: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea34a0 23. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 24. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:50:25.645965 [ 55895 ] {4e0a2a87-8cd0-4f51-9a96-1d18d267baa3} executeQuery: Code: 36. DB::Exception: Tables have different ordering. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38290) (comment: 01034_move_partition_from_table_zookeeper.sh) (in query: ALTER TABLE src MOVE PARTITION 1 TO TABLE dst;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:7614: DB::MergeTreeData::checkStructureAndGetMergeTreeData(DB::IStorage&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x000000003df99c1d 5. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:8661: DB::StorageReplicatedMergeTree::movePartitionToTable(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003d07947d 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5542: DB::MergeTreeData::movePartitionToTable(DB::PartitionCommand const&, std::shared_ptr) @ 0x000000003df2ac90 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5621: DB::MergeTreeData::alterPartition(std::shared_ptr const&, std::vector> const&, std::shared_ptr) @ 0x000000003df2dfbc 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:245: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751f81 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:50:25.649872 [ 55895 ] {} TCPHandler: Code: 36. DB::Exception: Tables have different ordering. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:7614: DB::MergeTreeData::checkStructureAndGetMergeTreeData(DB::IStorage&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x000000003df99c1d 5. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:8661: DB::StorageReplicatedMergeTree::movePartitionToTable(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003d07947d 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5542: DB::MergeTreeData::movePartitionToTable(DB::PartitionCommand const&, std::shared_ptr) @ 0x000000003df2ac90 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5621: DB::MergeTreeData::alterPartition(std::shared_ptr const&, std::vector> const&, std::shared_ptr) @ 0x000000003df2dfbc 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:245: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751f81 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:50:25.978003 [ 55901 ] {14b2a08f-e967-4f3f-b9f7-ff8255a1c9d0} executeQuery: Code: 36. DB::Exception: Cannot rename column from nested struct to normal column and vice versa. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38284) (comment: 01213_alter_table_rename_nested.sql) (in query: ALTER TABLE table_for_rename_nested RENAME COLUMN n.renamed_x TO not_nested_x;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/AlterCommands.cpp:1618: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6ddf3d 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:50:25.981321 [ 55901 ] {} TCPHandler: Code: 36. DB::Exception: Cannot rename column from nested struct to normal column and vice versa. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/AlterCommands.cpp:1618: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6ddf3d 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:50:26.359280 [ 55901 ] {8d57f605-e8aa-4891-8558-5616dd60fdff} executeQuery: Code: 36. DB::Exception: Cannot rename column from one nested name to another. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38284) (comment: 01213_alter_table_rename_nested.sql) (in query: ALTER TABLE table_for_rename_nested RENAME COLUMN n.renamed_x TO q.renamed_x;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/AlterCommands.cpp:1608: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6dbfb5 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:50:26.362835 [ 55901 ] {} TCPHandler: Code: 36. DB::Exception: Cannot rename column from one nested name to another. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/AlterCommands.cpp:1608: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6dbfb5 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:50:26.379807 [ 55901 ] {0579268e-1f5f-4ee1-a79f-bea47a57c4b8} executeQuery: Code: 36. DB::Exception: Cannot rename column from nested struct to normal column and vice versa. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38284) (comment: 01213_alter_table_rename_nested.sql) (in query: ALTER TABLE table_for_rename_nested RENAME COLUMN value1 TO q.renamed_x;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/AlterCommands.cpp:1618: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6ddf3d 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:50:26.383123 [ 55901 ] {} TCPHandler: Code: 36. DB::Exception: Cannot rename column from nested struct to normal column and vice versa. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/AlterCommands.cpp:1618: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6ddf3d 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:50:26.399761 [ 55901 ] {6fa7b14f-9e82-4b95-a5ea-fdd23e0480d6} executeQuery: Code: 48. DB::Exception: Cannot rename whole Nested struct. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38284) (comment: 01213_alter_table_rename_nested.sql) (in query: -- Currently not implemented ALTER TABLE table_for_rename_nested RENAME COLUMN n TO renamed_n;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/AlterCommands.cpp:1573: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6dc4d3 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:50:26.403066 [ 55901 ] {} TCPHandler: Code: 48. DB::Exception: Cannot rename whole Nested struct. (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/AlterCommands.cpp:1573: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6dc4d3 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:50:27.423114 [ 55895 ] {27de3c3c-56e2-4eb6-a128-9186abec1988} InterpreterCreateQuery: ATTACH TABLE query with full table definition is not recommended: use either ATTACH TABLE t2; to attach existing table or CREATE TABLE t2 ; to create new table or ATTACH TABLE t2 FROM '/path/to/data/'
; to create new table and attach data. 2025.03.31 17:50:28.013245 [ 55895 ] {27de3c3c-56e2-4eb6-a128-9186abec1988} executeQuery: Code: 253. DB::Exception: There already is an active replica with this replica path /clickhouse/tables/MBppDzLifs/581d28d9-4795-4ff6-b87c-20899ca471c3/replicas/r1. (REPLICA_ALREADY_EXISTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56180) (comment: 03013_forbid_attach_table_if_active_replica_already_exists.sh) (in query: attach table MBppDzLifs.t2 UUID '581d28d9-4795-4ff6-b87c-20899ca471c3' (a Int) engine=ReplicatedMergeTree('/clickhouse/tables/{database}/581d28d9-4795-4ff6-b87c-20899ca471c3', '{replica}') order by tuple() SETTINGS index_granularity = 8192), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:479: DB::StorageReplicatedMergeTree::StorageReplicatedMergeTree(DB::TableZnodeInfo const&, DB::LoadingStrictnessLevel, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::ZooKeeperRetriesInfo const&) @ 0x000000003cd55e55 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::TableZnodeInfo&, DB::LoadingStrictnessLevel const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, bool&, DB::ZooKeeperRetriesInfo&, void>(std::allocator const&, DB::TableZnodeInfo&, DB::LoadingStrictnessLevel const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&, bool&, DB::ZooKeeperRetriesInfo&) @ 0x000000003eaa4483 6. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95b18 7. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 8. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 9. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 11. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 14. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 17:50:28.018897 [ 55895 ] {} TCPHandler: Code: 253. DB::Exception: There already is an active replica with this replica path /clickhouse/tables/MBppDzLifs/581d28d9-4795-4ff6-b87c-20899ca471c3/replicas/r1. (REPLICA_ALREADY_EXISTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:479: DB::StorageReplicatedMergeTree::StorageReplicatedMergeTree(DB::TableZnodeInfo const&, DB::LoadingStrictnessLevel, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::ZooKeeperRetriesInfo const&) @ 0x000000003cd55e55 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::TableZnodeInfo&, DB::LoadingStrictnessLevel const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, bool&, DB::ZooKeeperRetriesInfo&, void>(std::allocator const&, DB::TableZnodeInfo&, DB::LoadingStrictnessLevel const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&, bool&, DB::ZooKeeperRetriesInfo&) @ 0x000000003eaa4483 6. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95b18 7. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 8. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 9. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 11. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 14. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 17:50:29.297137 [ 1375 ] {7e8ca1f5-8225-43a0-904c-d6e8871d873b} executeQuery: Code: 36. DB::Exception: Tables have different ordering. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56230) (comment: 01034_move_partition_from_table_zookeeper.sh) (in query: ALTER TABLE src MOVE PARTITION 1 TO TABLE dst;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:7614: DB::MergeTreeData::checkStructureAndGetMergeTreeData(DB::IStorage&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x000000003df99c1d 5. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:8661: DB::StorageReplicatedMergeTree::movePartitionToTable(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003d07947d 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5542: DB::MergeTreeData::movePartitionToTable(DB::PartitionCommand const&, std::shared_ptr) @ 0x000000003df2ac90 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5621: DB::MergeTreeData::alterPartition(std::shared_ptr const&, std::vector> const&, std::shared_ptr) @ 0x000000003df2dfbc 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:245: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751f81 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:50:29.300811 [ 1375 ] {} TCPHandler: Code: 36. DB::Exception: Tables have different ordering. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:7614: DB::MergeTreeData::checkStructureAndGetMergeTreeData(DB::IStorage&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x000000003df99c1d 5. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:8661: DB::StorageReplicatedMergeTree::movePartitionToTable(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003d07947d 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5542: DB::MergeTreeData::movePartitionToTable(DB::PartitionCommand const&, std::shared_ptr) @ 0x000000003df2ac90 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5621: DB::MergeTreeData::alterPartition(std::shared_ptr const&, std::vector> const&, std::shared_ptr) @ 0x000000003df2dfbc 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:245: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751f81 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:50:29.490948 [ 57570 ] {1702e955-005f-4ea2-8353-a44f72149838} executeQuery: Code: 36. DB::Exception: Explicitly specified value of minimum unit argument (hours) for function formatReadableTimeDelta must not be greater than maximum unit value (seconds).: In scope SELECT formatReadableTimeDelta(1.1, 'seconds', 'hours'). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56196) (comment: 02887_format_readable_timedelta_subseconds.sql) (in query: -- Check exception is thrown SELECT formatReadableTimeDelta(1.1, 'seconds', 'hours');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception>&, String, std::basic_string_view>&>(int, FormatStringHelperImpl>&>::type, std::type_identity::type, std::type_identity>&>::type>, std::basic_string_view>&, String&&, std::basic_string_view>&) @ 0x000000000f39bb97 4. DB::(anonymous namespace)::FunctionFormatReadableTimeDelta::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000f398215 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:50:29.494476 [ 57570 ] {} TCPHandler: Code: 36. DB::Exception: Explicitly specified value of minimum unit argument (hours) for function formatReadableTimeDelta must not be greater than maximum unit value (seconds).: In scope SELECT formatReadableTimeDelta(1.1, 'seconds', 'hours'). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception>&, String, std::basic_string_view>&>(int, FormatStringHelperImpl>&>::type, std::type_identity::type, std::type_identity>&>::type>, std::basic_string_view>&, String&&, std::basic_string_view>&) @ 0x000000000f39bb97 4. DB::(anonymous namespace)::FunctionFormatReadableTimeDelta::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000f398215 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:50:36.103845 [ 4128 ] {b1d54176-223d-4e80-8bd9-d2216dd38848} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `j1` in scope SELECT * EXCEPT STRICT i, j1 FROM columns_transformers. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56494) (comment: 01470_columns_transformers.sql) (in query: SELECT * EXCEPT STRICT i, j1 from columns_transformers;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:50:36.107318 [ 4128 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `j1` in scope SELECT * EXCEPT STRICT i, j1 FROM columns_transformers. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:50:36.727354 [ 4128 ] {7b98ae55-83e1-4108-a300-180e1d701705} executeQuery: Code: 36. DB::Exception: Strict EXCEPT column transformer EXCEPT (i, j1) expects following column(s) : j1. In scope SELECT * EXCEPT STRICT (i, j1) FROM columns_transformers. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56494) (comment: 01470_columns_transformers.sql) (in query: SELECT * EXCEPT STRICT(i, j1) from columns_transformers;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception, std::__wrap_iter, char>, String>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity, std::__wrap_iter, char>>::type, std::type_identity::type>, char const*&&, String&&, fmt::v9::join_view, std::__wrap_iter, char>&&, String&&) @ 0x0000000035de761f 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2392: DB::QueryAnalyzer::resolveMatcher(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035db63c5 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3780: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d31f58 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:50:36.730923 [ 4128 ] {} TCPHandler: Code: 36. DB::Exception: Strict EXCEPT column transformer EXCEPT (i, j1) expects following column(s) : j1. In scope SELECT * EXCEPT STRICT (i, j1) FROM columns_transformers. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception, std::__wrap_iter, char>, String>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity, std::__wrap_iter, char>>::type, std::type_identity::type>, char const*&&, String&&, fmt::v9::join_view, std::__wrap_iter, char>&&, String&&) @ 0x0000000035de761f 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2392: DB::QueryAnalyzer::resolveMatcher(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035db63c5 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3780: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d31f58 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:50:36.799495 [ 4128 ] {7cb90c2a-d55d-4cd7-9b9b-a3c104272529} executeQuery: Code: 36. DB::Exception: Strict REPLACE column transformer REPLACE (i + 1 AS col) expects following column(s) : col. In scope SELECT * REPLACE STRICT (i + 1 AS col) FROM columns_transformers. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56494) (comment: 01470_columns_transformers.sql) (in query: SELECT * REPLACE STRICT(i + 1 AS col) from columns_transformers;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception, std::__wrap_iter, char>, String>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity, std::__wrap_iter, char>>::type, std::type_identity::type>, char const*&&, String&&, fmt::v9::join_view, std::__wrap_iter, char>&&, String&&) @ 0x0000000035de761f 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2392: DB::QueryAnalyzer::resolveMatcher(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035db63c5 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3780: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d31f58 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:50:36.804027 [ 4128 ] {} TCPHandler: Code: 36. DB::Exception: Strict REPLACE column transformer REPLACE (i + 1 AS col) expects following column(s) : col. In scope SELECT * REPLACE STRICT (i + 1 AS col) FROM columns_transformers. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception, std::__wrap_iter, char>, String>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity, std::__wrap_iter, char>>::type, std::type_identity::type>, char const*&&, String&&, fmt::v9::join_view, std::__wrap_iter, char>&&, String&&) @ 0x0000000035de761f 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2392: DB::QueryAnalyzer::resolveMatcher(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035db63c5 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3780: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d31f58 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:50:37.509922 [ 4128 ] {300addbf-f886-483d-b52b-13e9b55189e9} executeQuery: Code: 43. DB::Exception: Expressions in column transformer replace should not contain same replacement j more than once. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56494) (comment: 01470_columns_transformers.sql) (in query: SELECT columns_transformers.* REPLACE(j + 1 AS j, j + 2 AS j) APPLY(avg) from columns_transformers;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Analyzer/ColumnTransformers.cpp:262: DB::ReplaceColumnTransformerNode::ReplaceColumnTransformerNode(std::vector> const&, bool) @ 0x0000000035cdeb1a 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::(anonymous namespace)::QueryTreeBuilder::buildColumnTransformers(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c98e9f 6. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:617: DB::(anonymous namespace)::QueryTreeBuilder::buildExpression(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6d8b2 7. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:588: DB::(anonymous namespace)::QueryTreeBuilder::buildExpressionList(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6bc35 8. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:339: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c7ef95 9. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:164: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6984a 10. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:182: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectWithUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c74ba1 11. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:160: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c69545 12. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:144: DB::buildQueryTree(std::shared_ptr, std::shared_ptr) @ 0x0000000035c67ea8 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:138: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000038638231 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:50:37.513820 [ 4128 ] {} TCPHandler: Code: 43. DB::Exception: Expressions in column transformer replace should not contain same replacement j more than once. (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Analyzer/ColumnTransformers.cpp:262: DB::ReplaceColumnTransformerNode::ReplaceColumnTransformerNode(std::vector> const&, bool) @ 0x0000000035cdeb1a 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::(anonymous namespace)::QueryTreeBuilder::buildColumnTransformers(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c98e9f 6. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:617: DB::(anonymous namespace)::QueryTreeBuilder::buildExpression(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6d8b2 7. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:588: DB::(anonymous namespace)::QueryTreeBuilder::buildExpressionList(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6bc35 8. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:339: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c7ef95 9. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:164: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6984a 10. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:182: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectWithUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c74ba1 11. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:160: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c69545 12. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:144: DB::buildQueryTree(std::shared_ptr, std::shared_ptr) @ 0x0000000035c67ea8 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:138: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000038638231 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:50:37.544139 [ 57570 ] {504b8cd6-75cb-4b41-a588-0df5fa3c0186} executeQuery: Code: 124. DB::Exception: Incorrect size of tuple in set: 1 instead of 0. (INCORRECT_ELEMENT_OF_SET) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33184) (comment: 03210_empty_tuple_lhs_of_in.sql) (in query: SELECT tuple() IN tuple(1) SETTINGS allow_experimental_map_type = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long&) @ 0x000000000afececd 4. ./build_docker/./src/Analyzer/SetUtils.cpp:109: std::vector> DB::(anonymous namespace)::createBlockFromCollection(DB::Array const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, bool) @ 0x0000000035ee1fe1 5. ./build_docker/./src/Analyzer/SetUtils.cpp:171: DB::getSetElementsForConstantValue(std::shared_ptr const&, DB::Field const&, std::shared_ptr const&, bool) @ 0x0000000035ed7e57 6. ./build_docker/./src/Planner/CollectSets.cpp:76: DB::(anonymous namespace)::CollectSetsVisitor::visitImpl(std::shared_ptr const&) @ 0x0000000035f03325 7. ./src/Analyzer/InDepthQueryTreeVisitor.h:63: DB::InDepthQueryTreeVisitor::visitChildren(std::shared_ptr const&) @ 0x0000000035f020f1 8. ./src/Analyzer/InDepthQueryTreeVisitor.h:66: DB::InDepthQueryTreeVisitor::visitChildren(std::shared_ptr const&) @ 0x0000000035f02103 9. ./src/Analyzer/InDepthQueryTreeVisitor.h:66: DB::collectSets(std::shared_ptr const&, DB::PlannerContext&) @ 0x0000000035f01f8b 10. ./build_docker/./src/Planner/Planner.cpp:1478: DB::Planner::buildPlanForQueryNode() @ 0x000000003864bc48 11. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:50:37.547702 [ 57570 ] {} TCPHandler: Code: 124. DB::Exception: Incorrect size of tuple in set: 1 instead of 0. (INCORRECT_ELEMENT_OF_SET), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long&) @ 0x000000000afececd 4. ./build_docker/./src/Analyzer/SetUtils.cpp:109: std::vector> DB::(anonymous namespace)::createBlockFromCollection(DB::Array const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, bool) @ 0x0000000035ee1fe1 5. ./build_docker/./src/Analyzer/SetUtils.cpp:171: DB::getSetElementsForConstantValue(std::shared_ptr const&, DB::Field const&, std::shared_ptr const&, bool) @ 0x0000000035ed7e57 6. ./build_docker/./src/Planner/CollectSets.cpp:76: DB::(anonymous namespace)::CollectSetsVisitor::visitImpl(std::shared_ptr const&) @ 0x0000000035f03325 7. ./src/Analyzer/InDepthQueryTreeVisitor.h:63: DB::InDepthQueryTreeVisitor::visitChildren(std::shared_ptr const&) @ 0x0000000035f020f1 8. ./src/Analyzer/InDepthQueryTreeVisitor.h:66: DB::InDepthQueryTreeVisitor::visitChildren(std::shared_ptr const&) @ 0x0000000035f02103 9. ./src/Analyzer/InDepthQueryTreeVisitor.h:66: DB::collectSets(std::shared_ptr const&, DB::PlannerContext&) @ 0x0000000035f01f8b 10. ./build_docker/./src/Planner/Planner.cpp:1478: DB::Planner::buildPlanForQueryNode() @ 0x000000003864bc48 11. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:50:37.594013 [ 4128 ] {af9844b5-f1b2-4e3a-9c4c-0ed80b314d70} executeQuery: Code: 36. DB::Exception: Strict REPLACE column transformer REPLACE (i + 1 AS i) expects following column(s) : i. In scope SELECT a.* APPLY toDate REPLACE STRICT (i + 1 AS i) APPLY any FROM columns_transformers AS a. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56494) (comment: 01470_columns_transformers.sql) (in query: SELECT a.* APPLY(toDate) REPLACE STRICT(i + 1 AS i) APPLY(any) from columns_transformers a;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception, std::__wrap_iter, char>, String>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity, std::__wrap_iter, char>>::type, std::type_identity::type>, char const*&&, String&&, fmt::v9::join_view, std::__wrap_iter, char>&&, String&&) @ 0x0000000035de761f 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2392: DB::QueryAnalyzer::resolveMatcher(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035db63c5 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3780: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d31f58 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:50:37.597907 [ 4128 ] {} TCPHandler: Code: 36. DB::Exception: Strict REPLACE column transformer REPLACE (i + 1 AS i) expects following column(s) : i. In scope SELECT a.* APPLY toDate REPLACE STRICT (i + 1 AS i) APPLY any FROM columns_transformers AS a. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception, std::__wrap_iter, char>, String>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity, std::__wrap_iter, char>>::type, std::type_identity::type>, char const*&&, String&&, fmt::v9::join_view, std::__wrap_iter, char>&&, String&&) @ 0x0000000035de761f 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2392: DB::QueryAnalyzer::resolveMatcher(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035db63c5 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3780: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d31f58 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:50:39.770961 [ 4149 ] {573689b9-3d64-418d-a328-fbb9f2db0a3f} executeQuery: Code: 43. DB::Exception: The type Array(Nothing) of argument for aggregate function groupBitOr is illegal, because it cannot be used in bitwise operations. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT BIT_OR([]);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String const&) @ 0x000000000a012e2d 4. ./build_docker/./src/AggregateFunctions/AggregateFunctionBitwise.cpp:215: std::shared_ptr DB::(anonymous namespace)::createAggregateFunctionBitwise(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x00000000263247cf 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:50:39.775838 [ 4149 ] {} TCPHandler: Code: 43. DB::Exception: The type Array(Nothing) of argument for aggregate function groupBitOr is illegal, because it cannot be used in bitwise operations. (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String const&) @ 0x000000000a012e2d 4. ./build_docker/./src/AggregateFunctions/AggregateFunctionBitwise.cpp:215: std::shared_ptr DB::(anonymous namespace)::createAggregateFunctionBitwise(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x00000000263247cf 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:50:39.984280 [ 4149 ] {172cc214-18dd-4709-849e-df148246d343} executeQuery: Code: 42. DB::Exception: Number of arguments for function tupleMinus doesn't match: passed 0, should be 2: In scope SELECT vectorDifference(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT vectorDifference();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:50:39.989578 [ 4149 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tupleMinus doesn't match: passed 0, should be 2: In scope SELECT vectorDifference(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:50:40.553856 [ 4149 ] {68d7c7ae-0df5-455e-a75e-7b42ef80aba3} executeQuery: Code: 36. DB::Exception: Couldn't get a table name from the arguments of the timeSeriesTags table function. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM timeSeriesTags('');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const* const&) @ 0x0000000008961e4a 4. ./build_docker/./src/TableFunctions/TableFunctionTimeSeries.cpp:67: DB::TableFunctionTimeSeriesTarget<(DB::ViewTarget::Kind)3>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274d8fdc 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:50:40.559074 [ 4149 ] {} TCPHandler: Code: 36. DB::Exception: Couldn't get a table name from the arguments of the timeSeriesTags table function. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const* const&) @ 0x0000000008961e4a 4. ./build_docker/./src/TableFunctions/TableFunctionTimeSeries.cpp:67: DB::TableFunctionTimeSeriesTarget<(DB::ViewTarget::Kind)3>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274d8fdc 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:50:41.471137 [ 4149 ] {fa696c5d-cfee-4ce5-b20b-aaed223d1386} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayJaccardIndex doesn't match: passed 0, should be 2: In scope (SELECT 2747, arrayJaccardIndex(), (SELECT CAST(NULL, 'DateTime'), CAST('\0', 'DateTime'), [], '\0', 30), -97589270.843, (SELECT * FROM fuzzJSON(NULL, CAST('NTOH<4kO', 'Date')))). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT [], [], [''], ( SELECT 20.2, [], ( SELECT 2747, arrayJaccardIndex(), ( SELECT (CAST((NULL) AS DateTime)), (CAST(('\0') AS DateTime)), [], '\0', 30 ) , -97589270.843, ( SELECT * FROM fuzzJSON(NULL, (CAST(('NTOH<4kO') AS Date))) ) ) ) , ( SELECT NULL, '9\'A:', '\0', [], [NULL] ) AS qkwao;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 17:50:41.477362 [ 4149 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayJaccardIndex doesn't match: passed 0, should be 2: In scope (SELECT 2747, arrayJaccardIndex(), (SELECT CAST(NULL, 'DateTime'), CAST('\0', 'DateTime'), [], '\0', 30), -97589270.843, (SELECT * FROM fuzzJSON(NULL, CAST('NTOH<4kO', 'Date')))). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 17:50:41.906736 [ 55901 ] {b7fe38c3-d614-408d-b19d-d469188adf13} executeQuery: Code: 48. DB::Exception: Alter of type 'MODIFY_ORDER_BY' is not supported by storage Distributed. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33378) (comment: 00910_crash_when_distributed_modify_order_by.sql) (in query: ALTER TABLE union2 MODIFY ORDER BY a;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, DB::AlterCommand::Type const&, String&&) @ 0x00000000334fcced 4. ./build_docker/./src/Storages/StorageDistributed.cpp:1246: DB::StorageDistributed::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003c8d079b 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:50:41.910479 [ 55901 ] {} TCPHandler: Code: 48. DB::Exception: Alter of type 'MODIFY_ORDER_BY' is not supported by storage Distributed. (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, DB::AlterCommand::Type const&, String&&) @ 0x00000000334fcced 4. ./build_docker/./src/Storages/StorageDistributed.cpp:1246: DB::StorageDistributed::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003c8d079b 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:50:42.287383 [ 4149 ] {181ec75f-fb1d-4bc7-89bd-a2c740cea2d5} executeQuery: Code: 42. DB::Exception: Number of arguments for function leftPad doesn't match: passed 0, should be 2 or 3: In scope SELECT lpad(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT lpad();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&) @ 0x0000000008ef7fed 4. DB::(anonymous namespace)::FunctionPadString::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x0000000019011408 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:50:42.292672 [ 4149 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function leftPad doesn't match: passed 0, should be 2 or 3: In scope SELECT lpad(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&) @ 0x0000000008ef7fed 4. DB::(anonymous namespace)::FunctionPadString::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x0000000019011408 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:50:42.826061 [ 4149 ] {b6b9f6bd-260b-478e-8c4f-fcd576c05146} executeQuery: Code: 43. DB::Exception: Expected identifier or function for argument 1 of function 'loop', got Literal_'Vl*i`i}'. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM loop('Vl*i`i}');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionLoop.cpp:80: DB::(anonymous namespace)::TableFunctionLoop::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000273b9e2e 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:50:42.831148 [ 4149 ] {} TCPHandler: Code: 43. DB::Exception: Expected identifier or function for argument 1 of function 'loop', got Literal_'Vl*i`i}'. (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionLoop.cpp:80: DB::(anonymous namespace)::TableFunctionLoop::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000273b9e2e 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:50:43.518212 [ 4149 ] {c67eacb0-5f26-44e8-a000-a2eca5bfd04b} executeQuery: Code: 36. DB::Exception: Argument 'format/NOSIGN' must be a literal with type String, got Null. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM hudi('\0', NULL);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>, std::basic_string_view>>(int, FormatStringHelperImpl::type, std::type_identity>>::type, std::type_identity>>::type>, String const&, std::basic_string_view>&&, std::basic_string_view>&&) @ 0x000000003d3e0c17 4. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:39: String DB::checkAndGetLiteralArgument(DB::ASTLiteral const&, String const&) @ 0x000000003d3dee23 5. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:22: String DB::checkAndGetLiteralArgument(std::shared_ptr const&, String const&) @ 0x000000003d3de339 6. ./build_docker/./src/Storages/ObjectStorage/S3/Configuration.cpp:213: DB::StorageS3Configuration::fromAST(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool) @ 0x000000003331988a 7. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:568: DB::StorageObjectStorage::Configuration::initialize(DB::StorageObjectStorage::Configuration&, absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool, std::unique_ptr>) @ 0x00000000330eb74a 8. ./src/TableFunctions/TableFunctionObjectStorage.h:133: DB::TableFunctionObjectStorage>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x000000002751869e 9. ./build_docker/./src/TableFunctions/TableFunctionObjectStorageClusterFallback.cpp:98: DB::TableFunctionObjectStorageClusterFallback>>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275faa2f 10. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x000000002751bf17 11. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster>>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275d8fe6 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:50:43.523478 [ 4149 ] {} TCPHandler: Code: 36. DB::Exception: Argument 'format/NOSIGN' must be a literal with type String, got Null. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>, std::basic_string_view>>(int, FormatStringHelperImpl::type, std::type_identity>>::type, std::type_identity>>::type>, String const&, std::basic_string_view>&&, std::basic_string_view>&&) @ 0x000000003d3e0c17 4. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:39: String DB::checkAndGetLiteralArgument(DB::ASTLiteral const&, String const&) @ 0x000000003d3dee23 5. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:22: String DB::checkAndGetLiteralArgument(std::shared_ptr const&, String const&) @ 0x000000003d3de339 6. ./build_docker/./src/Storages/ObjectStorage/S3/Configuration.cpp:213: DB::StorageS3Configuration::fromAST(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool) @ 0x000000003331988a 7. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:568: DB::StorageObjectStorage::Configuration::initialize(DB::StorageObjectStorage::Configuration&, absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool, std::unique_ptr>) @ 0x00000000330eb74a 8. ./src/TableFunctions/TableFunctionObjectStorage.h:133: DB::TableFunctionObjectStorage>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x000000002751869e 9. ./build_docker/./src/TableFunctions/TableFunctionObjectStorageClusterFallback.cpp:98: DB::TableFunctionObjectStorageClusterFallback>>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275faa2f 10. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x000000002751bf17 11. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster>>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275d8fe6 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:50:43.532146 [ 1428 ] {a9ab75fe-8359-434b-96a4-a5fbc0cee959} executeQuery: Code: 33. DB::Exception: Error while parsing Nullable: got an unquoted string n instead of a number: (at row 1) : Could not print diagnostic info because two last rows aren't in buffer (rare case) : (in file/uri /var/lib/clickhouse/user_files/test_up7udpt8.data): While executing CustomSeparatedRowInputFormat: While executing File. (CANNOT_READ_ALL_DATA) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33430) (comment: 02130_parse_quoted_null.sh) (in query: select * from file('test_up7udpt8.data', 'CustomSeparated', 'x Nullable(Float64), y Nullable(UInt64)') settings input_format_parallel_parsing=0, format_custom_escaping_rule='Quoted'), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/DataTypes/Serializations/SerializationNullable.cpp:543: void DB::deserializeTextQuotedImpl(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, std::shared_ptr const&, bool&)::'lambda0'(DB::IColumn&, DB::ReadBuffer&)::operator()(DB::IColumn&, DB::ReadBuffer&) const @ 0x0000000034f73b31 5. ./build_docker/./src/DataTypes/Serializations/SerializationNullable.cpp:224: void DB::deserializeTextQuotedImpl(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, std::shared_ptr const&, bool&) @ 0x0000000034f68dd0 6. ./build_docker/./src/DataTypes/Serializations/SerializationNullable.cpp:557: DB::SerializationNullable::deserializeTextQuoted(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&) const @ 0x0000000034f6479e 7. ./build_docker/./src/Formats/EscapingRuleUtils.cpp:117: DB::deserializeFieldByEscapingRule(std::shared_ptr const&, std::shared_ptr const&, DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings::EscapingRule, DB::FormatSettings const&) @ 0x000000003f4cc2b9 8. ./build_docker/./src/Processors/Formats/Impl/CustomSeparatedRowInputFormat.cpp:293: DB::CustomSeparatedFormatReader::readField(DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, bool, String const&) @ 0x000000003fae8159 9. ./build_docker/./src/Processors/Formats/RowInputFormatWithNamesAndTypes.cpp:262: DB::RowInputFormatWithNamesAndTypes::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003f989b9f 10. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 11. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 12. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 13. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 17. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 18. ./build_docker/./src/Storages/StorageFile.cpp:1474: DB::StorageFileSource::generate() @ 0x000000003c96c16e 19. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 20. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 21. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 22. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 23. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 24. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 25. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 27. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:50:43.539553 [ 1428 ] {} TCPHandler: Code: 33. DB::Exception: Error while parsing Nullable: got an unquoted string n instead of a number: (at row 1) : Could not print diagnostic info because two last rows aren't in buffer (rare case) : (in file/uri /var/lib/clickhouse/user_files/test_up7udpt8.data): While executing CustomSeparatedRowInputFormat: While executing File. (CANNOT_READ_ALL_DATA), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/DataTypes/Serializations/SerializationNullable.cpp:543: void DB::deserializeTextQuotedImpl(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, std::shared_ptr const&, bool&)::'lambda0'(DB::IColumn&, DB::ReadBuffer&)::operator()(DB::IColumn&, DB::ReadBuffer&) const @ 0x0000000034f73b31 5. ./build_docker/./src/DataTypes/Serializations/SerializationNullable.cpp:224: void DB::deserializeTextQuotedImpl(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, std::shared_ptr const&, bool&) @ 0x0000000034f68dd0 6. ./build_docker/./src/DataTypes/Serializations/SerializationNullable.cpp:557: DB::SerializationNullable::deserializeTextQuoted(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&) const @ 0x0000000034f6479e 7. ./build_docker/./src/Formats/EscapingRuleUtils.cpp:117: DB::deserializeFieldByEscapingRule(std::shared_ptr const&, std::shared_ptr const&, DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings::EscapingRule, DB::FormatSettings const&) @ 0x000000003f4cc2b9 8. ./build_docker/./src/Processors/Formats/Impl/CustomSeparatedRowInputFormat.cpp:293: DB::CustomSeparatedFormatReader::readField(DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, bool, String const&) @ 0x000000003fae8159 9. ./build_docker/./src/Processors/Formats/RowInputFormatWithNamesAndTypes.cpp:262: DB::RowInputFormatWithNamesAndTypes::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003f989b9f 10. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 11. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 12. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 13. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 17. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 18. ./build_docker/./src/Storages/StorageFile.cpp:1474: DB::StorageFileSource::generate() @ 0x000000003c96c16e 19. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 20. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 21. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 22. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 23. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 24. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 25. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 27. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:50:44.480302 [ 4149 ] {6c09cbed-633c-47d0-b602-8c11af1927d3} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nullable(Nothing)) of argument of function toDateTime: In scope SELECT moduloOrZero([], [CAST(javaHash(CAST([NULL], 'DateTime'), NULL), 'String')]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT moduloOrZero([], [(CAST((javaHash((CAST(([NULL]) AS DateTime)), NULL)) AS String))]);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./src/Functions/FunctionsConversion.h:2527: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032568769 5. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032566142 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 11. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 12. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 13. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 14. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 15. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 16. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 17. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 18. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 30. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 31. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 2025.03.31 17:50:44.488154 [ 4149 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nullable(Nothing)) of argument of function toDateTime: In scope SELECT moduloOrZero([], [CAST(javaHash(CAST([NULL], 'DateTime'), NULL), 'String')]). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./src/Functions/FunctionsConversion.h:2527: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032568769 5. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032566142 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 11. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 12. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 13. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 14. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 15. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 16. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 17. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 18. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 30. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 31. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 2025.03.31 17:50:45.158058 [ 4149 ] {c960b223-31cd-41b8-ac92-33c23e89a677} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileBFloat16Weighted. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT medianBFloat16Weighted([], '');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String const&) @ 0x000000000a012e2d 4. ./build_docker/./src/AggregateFunctions/AggregateFunctionQuantileBFloat16Weighted.cpp:42: std::shared_ptr DB::(anonymous namespace)::createAggregateFunctionQuantile(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x0000000023796118 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:50:45.162477 [ 4149 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileBFloat16Weighted. (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String const&) @ 0x000000000a012e2d 4. ./build_docker/./src/AggregateFunctions/AggregateFunctionQuantileBFloat16Weighted.cpp:42: std::shared_ptr DB::(anonymous namespace)::createAggregateFunctionQuantile(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x0000000023796118 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:50:45.953239 [ 4149 ] {23e57a00-0312-4baf-88ae-b870aa77f4bd} executeQuery: Code: 42. DB::Exception: Number of arguments for function positionCaseInsensitive doesn't match: passed 1, should be 2 or 3: In scope SELECT * FROM deltaLake([instr('[j@J# ')], NULL). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM deltaLake([instr('[j@J# ')], NULL);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&&) @ 0x00000000088dcead 4. DB::FunctionsStringSearch, (DB::ExecutionErrorPolicy)1, (DB::HaystackNeedleOrderIsConfigurable)0>::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001b050786 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4786: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3b19a 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:50:45.958246 [ 4149 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function positionCaseInsensitive doesn't match: passed 1, should be 2 or 3: In scope SELECT * FROM deltaLake([instr('[j@J# ')], NULL). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&&) @ 0x00000000088dcead 4. DB::FunctionsStringSearch, (DB::ExecutionErrorPolicy)1, (DB::HaystackNeedleOrderIsConfigurable)0>::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001b050786 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4786: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3b19a 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:50:46.584773 [ 4149 ] {e4257857-c64c-42bf-a0cb-483fe3cf5eef} executeQuery: Code: 36. DB::Exception: Argument 'structure' must be a literal with type String, got Array. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM generateRandom(['\0']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>, std::basic_string_view>>(int, FormatStringHelperImpl::type, std::type_identity>>::type, std::type_identity>>::type>, String const&, std::basic_string_view>&&, std::basic_string_view>&&) @ 0x000000003d3e0c17 4. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:39: String DB::checkAndGetLiteralArgument(DB::ASTLiteral const&, String const&) @ 0x000000003d3dee23 5. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:22: String DB::checkAndGetLiteralArgument(std::shared_ptr const&, String const&) @ 0x000000003d3de339 6. ./build_docker/./src/TableFunctions/TableFunctionGenerateRandom.cpp:109: DB::(anonymous namespace)::TableFunctionGenerateRandom::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x0000000027427b8d 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:50:46.592290 [ 4149 ] {} TCPHandler: Code: 36. DB::Exception: Argument 'structure' must be a literal with type String, got Array. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>, std::basic_string_view>>(int, FormatStringHelperImpl::type, std::type_identity>>::type, std::type_identity>>::type>, String const&, std::basic_string_view>&&, std::basic_string_view>&&) @ 0x000000003d3e0c17 4. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:39: String DB::checkAndGetLiteralArgument(DB::ASTLiteral const&, String const&) @ 0x000000003d3dee23 5. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:22: String DB::checkAndGetLiteralArgument(std::shared_ptr const&, String const&) @ 0x000000003d3de339 6. ./build_docker/./src/TableFunctions/TableFunctionGenerateRandom.cpp:109: DB::(anonymous namespace)::TableFunctionGenerateRandom::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x0000000027427b8d 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:50:46.612268 [ 4149 ] {a72ff854-0011-4149-b7fd-0cb924f51ba8} executeQuery: Code: 42. DB::Exception: Number of arguments for function acos doesn't match: passed 2, should be 1: In scope SELECT acos(NULL, '\0'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT acos(NULL, '\0');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:50:46.617759 [ 4149 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function acos doesn't match: passed 2, should be 1: In scope SELECT acos(NULL, '\0'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:50:47.246671 [ 4149 ] {9cb5db39-d53e-4111-8b97-809926134702} executeQuery: Code: 701. DB::Exception: Requested cluster '' not found. (CLUSTER_DOESNT_EXIST) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM icebergHDFSCluster('\0');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./src/TableFunctions/ITableFunctionCluster.h:61: DB::ITableFunctionCluster>>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275d2a9f 5. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275114d7 6. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster>>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275cea26 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:50:47.251593 [ 4149 ] {} TCPHandler: Code: 701. DB::Exception: Requested cluster '' not found. (CLUSTER_DOESNT_EXIST), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./src/TableFunctions/ITableFunctionCluster.h:61: DB::ITableFunctionCluster>>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275d2a9f 5. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275114d7 6. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster>>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275cea26 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:50:48.025290 [ 4149 ] {3187e943-a7e8-4cd4-9d91-b2aaf007a453} executeQuery: Code: 42. DB::Exception: Aggregate function any_respect_nulls requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM s3Cluster(zookeeperSessionUptime(anyRespectNulls(), ''), NULL);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./src/AggregateFunctions/FactoryHelpers.h:26: DB::(anonymous namespace)::createAggregateFunctionAnyRespectNulls(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x0000000024355572 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4786: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3b19a 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:50:48.030759 [ 4149 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function any_respect_nulls requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./src/AggregateFunctions/FactoryHelpers.h:26: DB::(anonymous namespace)::createAggregateFunctionAnyRespectNulls(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x0000000024355572 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4786: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3b19a 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:50:48.657928 [ 4149 ] {a572cd19-648c-4159-bc0f-8906ab280f1c} executeQuery: Code: 701. DB::Exception: Requested cluster '[]' not found. (CLUSTER_DOESNT_EXIST) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM deltaLakeCluster((CAST(([]) AS String)));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./src/TableFunctions/ITableFunctionCluster.h:61: DB::ITableFunctionCluster>>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275d7d7f 5. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275169f7 6. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster>>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275d3d06 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:50:48.664375 [ 4149 ] {} TCPHandler: Code: 701. DB::Exception: Requested cluster '[]' not found. (CLUSTER_DOESNT_EXIST), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./src/TableFunctions/ITableFunctionCluster.h:61: DB::ITableFunctionCluster>>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275d7d7f 5. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275169f7 6. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster>>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275d3d06 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:50:49.424202 [ 4149 ] {cff24ab1-77b0-4c12-9278-53b0e73fd8e7} executeQuery: Code: 42. DB::Exception: Storage MySQL requires 5-7 parameters: MySQL('host:port' (or 'addresses_pattern'), database, table, 'user', 'password'[, replace_query, 'on_duplicate_clause']). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT [[[( SELECT * FROM mysql('', []) ) , ( SELECT (CAST(([( SELECT '\0', toIPv4OrNull(( SELECT * FROM fuzzQuery() ) , '7l-7-Ld') ) AS acukzz, ( SELECT rand32('', analysisOfVariance()) ) ]) AS Date)), [], [], [NULL], ( SELECT partitionID([[NULL]]) ) AS yrgxaj, ( SELECT tupleMinus('-MLB2B', '') ) AS jzt ) AS qlv]]];), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageMySQL.cpp:325: DB::StorageMySQL::getConfiguration(absl::InlinedVector, 7ul, std::allocator>>, std::shared_ptr, DB::MySQLSettings&) @ 0x000000003ccf87ac 5. ./build_docker/./src/TableFunctions/TableFunctionMySQL.cpp:95: DB::(anonymous namespace)::TableFunctionMySQL::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274a0c28 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 24. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 27. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 29. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 31. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 2025.03.31 17:50:49.430789 [ 4149 ] {} TCPHandler: Code: 42. DB::Exception: Storage MySQL requires 5-7 parameters: MySQL('host:port' (or 'addresses_pattern'), database, table, 'user', 'password'[, replace_query, 'on_duplicate_clause']). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageMySQL.cpp:325: DB::StorageMySQL::getConfiguration(absl::InlinedVector, 7ul, std::allocator>>, std::shared_ptr, DB::MySQLSettings&) @ 0x000000003ccf87ac 5. ./build_docker/./src/TableFunctions/TableFunctionMySQL.cpp:95: DB::(anonymous namespace)::TableFunctionMySQL::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274a0c28 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 24. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 27. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 29. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 31. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 2025.03.31 17:50:50.089611 [ 4149 ] {af1d130b-a579-4f34-a653-9bd3778c2a7c} executeQuery: Code: 42. DB::Exception: Table function 'mongodb' requires 3 or from 6 to 7 parameters: mongodb('host:port', database, collection, user, password, structure, [, options]) or mongodb(uri, collection, structure). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT '', (SELECT * FROM mongodb('[HIDDEN]', [])) AS uj, (SELECT transactionID(JSONMergePatch(NULL, []), '')), -625362.2655, CAST('\0', 'DateTime')), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/TableFunctions/TableFunctionMongoDB.cpp:130: DB::(anonymous namespace)::TableFunctionMongoDB::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x000000002743715c 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 14. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:50:50.094902 [ 4149 ] {} TCPHandler: Code: 42. DB::Exception: Table function 'mongodb' requires 3 or from 6 to 7 parameters: mongodb('host:port', database, collection, user, password, structure, [, options]) or mongodb(uri, collection, structure). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/TableFunctions/TableFunctionMongoDB.cpp:130: DB::(anonymous namespace)::TableFunctionMongoDB::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x000000002743715c 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 14. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:50:50.848954 [ 4149 ] {ceb1818e-bd0f-4f5e-be29-285239482e74} executeQuery: Code: 42. DB::Exception: Number of arguments for function IPv6StringToNum doesn't match: passed 0, should be 1: In scope SELECT IPv6StringToNum(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT IPv6StringToNum();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff160 6. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 7. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:50:50.854415 [ 4149 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function IPv6StringToNum doesn't match: passed 0, should be 1: In scope SELECT IPv6StringToNum(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff160 6. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 7. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:50:51.144193 [ 1428 ] {7349cd32-0bda-497c-97d3-0a20a60024e2} executeQuery: Code: 475. DB::Exception: The same column in ORDER BY before WITH FILL (sorting prefix) and INTERPOLATE is not allowed. Column: __table1.value. (INVALID_WITH_FILL_EXPRESSION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:58458) (comment: 02730_with_fill_by_sorting_prefix.sql) (in query: -- checking that sorting prefix columns can't be used in INTERPOLATE SELECT * FROM ts ORDER BY sensor_id, value, timestamp WITH FILL FROM 6 TO 10 INTERPOLATE ( value AS 1 );), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Processors/Transforms/FillingTransform.cpp:330: DB::FillingTransform::FillingTransform(DB::Block const&, DB::SortDescription const&, DB::SortDescription const&, std::shared_ptr, bool) @ 0x000000004075714f 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::Block const&, DB::SortDescription&, DB::SortDescription&, std::shared_ptr, bool const&, void>(std::allocator const&, DB::Block const&, DB::SortDescription&, DB::SortDescription&, std::shared_ptr&&, bool const&) @ 0x000000004074c16b 6. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: std::shared_ptr std::__function::__policy_invoker (DB::Block const&, DB::Pipe::StreamType)>::__call_impl (DB::Block const&, DB::Pipe::StreamType)>>(std::__function::__policy_storage const*, DB::Block const&, DB::Pipe::StreamType) @ 0x000000004074b145 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034a6d8bc 8. ./build_docker/./src/QueryPipeline/Pipe.cpp:631: DB::Pipe::addSimpleTransform(std::function (DB::Block const&, DB::Pipe::StreamType)> const&) @ 0x0000000034a6d326 9. ./build_docker/./src/QueryPipeline/QueryPipelineBuilder.cpp:136: DB::QueryPipelineBuilder::addSimpleTransform(std::function (DB::Block const&, DB::Pipe::StreamType)> const&) @ 0x0000000034ac4f41 10. ./build_docker/./src/Processors/QueryPlan/FillingStep.cpp:50: DB::FillingStep::transformPipeline(DB::QueryPipelineBuilder&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040749274 11. ./build_docker/./src/Processors/QueryPlan/ITransformingStep.cpp:21: DB::ITransformingStep::updatePipeline(std::vector>, std::allocator>>>, DB::BuildQueryPipelineSettings const&) @ 0x0000000040796c8e 12. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:188: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040813a6f 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:50:51.148270 [ 1428 ] {} TCPHandler: Code: 475. DB::Exception: The same column in ORDER BY before WITH FILL (sorting prefix) and INTERPOLATE is not allowed. Column: __table1.value. (INVALID_WITH_FILL_EXPRESSION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Processors/Transforms/FillingTransform.cpp:330: DB::FillingTransform::FillingTransform(DB::Block const&, DB::SortDescription const&, DB::SortDescription const&, std::shared_ptr, bool) @ 0x000000004075714f 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::Block const&, DB::SortDescription&, DB::SortDescription&, std::shared_ptr, bool const&, void>(std::allocator const&, DB::Block const&, DB::SortDescription&, DB::SortDescription&, std::shared_ptr&&, bool const&) @ 0x000000004074c16b 6. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: std::shared_ptr std::__function::__policy_invoker (DB::Block const&, DB::Pipe::StreamType)>::__call_impl (DB::Block const&, DB::Pipe::StreamType)>>(std::__function::__policy_storage const*, DB::Block const&, DB::Pipe::StreamType) @ 0x000000004074b145 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034a6d8bc 8. ./build_docker/./src/QueryPipeline/Pipe.cpp:631: DB::Pipe::addSimpleTransform(std::function (DB::Block const&, DB::Pipe::StreamType)> const&) @ 0x0000000034a6d326 9. ./build_docker/./src/QueryPipeline/QueryPipelineBuilder.cpp:136: DB::QueryPipelineBuilder::addSimpleTransform(std::function (DB::Block const&, DB::Pipe::StreamType)> const&) @ 0x0000000034ac4f41 10. ./build_docker/./src/Processors/QueryPlan/FillingStep.cpp:50: DB::FillingStep::transformPipeline(DB::QueryPipelineBuilder&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040749274 11. ./build_docker/./src/Processors/QueryPlan/ITransformingStep.cpp:21: DB::ITransformingStep::updatePipeline(std::vector>, std::allocator>>>, DB::BuildQueryPipelineSettings const&) @ 0x0000000040796c8e 12. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:188: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040813a6f 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:50:51.432384 [ 4149 ] {bae5f8e3-aa80-439e-92ee-2b3e3222ab50} executeQuery: Code: 42. DB::Exception: The function hdfsCluster should have arguments. The first argument must be the cluster name and the rest are the arguments of corresponding table function. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM hdfsCluster();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./src/TableFunctions/ITableFunctionCluster.h:48: DB::ITableFunctionCluster>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275c2f82 5. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x0000000027500e37 6. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275bf186 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:50:51.437237 [ 4149 ] {} TCPHandler: Code: 42. DB::Exception: The function hdfsCluster should have arguments. The first argument must be the cluster name and the rest are the arguments of corresponding table function. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./src/TableFunctions/ITableFunctionCluster.h:48: DB::ITableFunctionCluster>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275c2f82 5. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x0000000027500e37 6. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275bf186 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:50:52.060536 [ 4149 ] {ec81673f-5b11-4f89-89c1-e6f2d302c8b8} executeQuery: Code: 36. DB::Exception: Argument 'cluster_name' must be a literal with type String, got Array. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM icebergAzureCluster(['\0']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>, std::basic_string_view>>(int, FormatStringHelperImpl::type, std::type_identity>>::type, std::type_identity>>::type>, String const&, std::basic_string_view>&&, std::basic_string_view>&&) @ 0x000000003d3e0c17 4. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:39: String DB::checkAndGetLiteralArgument(DB::ASTLiteral const&, String const&) @ 0x000000003d3dee23 5. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:22: String DB::checkAndGetLiteralArgument(std::shared_ptr const&, String const&) @ 0x000000003d3de339 6. ./src/TableFunctions/ITableFunctionCluster.h:58: DB::ITableFunctionCluster>>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275cd093 7. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x000000002750bdd7 8. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster>>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275c9746 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 14. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:50:52.068775 [ 4149 ] {} TCPHandler: Code: 36. DB::Exception: Argument 'cluster_name' must be a literal with type String, got Array. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>, std::basic_string_view>>(int, FormatStringHelperImpl::type, std::type_identity>>::type, std::type_identity>>::type>, String const&, std::basic_string_view>&&, std::basic_string_view>&&) @ 0x000000003d3e0c17 4. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:39: String DB::checkAndGetLiteralArgument(DB::ASTLiteral const&, String const&) @ 0x000000003d3dee23 5. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:22: String DB::checkAndGetLiteralArgument(std::shared_ptr const&, String const&) @ 0x000000003d3de339 6. ./src/TableFunctions/ITableFunctionCluster.h:58: DB::ITableFunctionCluster>>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275cd093 7. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x000000002750bdd7 8. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster>>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275c9746 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 14. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:50:52.665754 [ 4149 ] {2908e20a-6be5-4396-be7c-57864194ddd8} executeQuery: Code: 42. DB::Exception: The function icebergAzure should have arguments. The first argument must be the cluster name and the rest are the arguments of corresponding table function. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM icebergAzure();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionObjectStorageClusterFallback.cpp:80: DB::TableFunctionObjectStorageClusterFallback>>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275f44e1 5. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x000000002750bdd7 6. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster>>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275c9746 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:50:52.671220 [ 4149 ] {} TCPHandler: Code: 42. DB::Exception: The function icebergAzure should have arguments. The first argument must be the cluster name and the rest are the arguments of corresponding table function. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionObjectStorageClusterFallback.cpp:80: DB::TableFunctionObjectStorageClusterFallback>>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275f44e1 5. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x000000002750bdd7 6. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster>>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275c9746 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:50:53.162724 [ 4128 ] {3ef53b39-a2e5-4182-adb8-54a0fa41a820} executeQuery: Code: 36. DB::Exception: The coordinates of the point are such that subsequent calculations cannot be performed correctly. Most likely they are very large in modulus.: In scope SELECT pointInPolygon((0, 0), [[(0, 0), (10, 10), (256, -9223372036854775808)]]). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:58626) (comment: 01700_point_in_polygon_ubsan.sql) (in query: SELECT pointInPolygon((0, 0), [[(0, 0), (10, 10), (256, -9223372036854775808)]]) FORMAT Null ;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. void DB::(anonymous namespace)::FunctionPointInPolygon>::parseRing, false, true, std::vector, std::allocator>>(double const*, double const*, unsigned long, unsigned long, boost::geometry::model::ring, false, true, std::vector, std::allocator>&) const @ 0x0000000019bdd31b 5. DB::(anonymous namespace)::FunctionPointInPolygon>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000019bd63cd 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 10. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:50:53.166516 [ 4128 ] {} TCPHandler: Code: 36. DB::Exception: The coordinates of the point are such that subsequent calculations cannot be performed correctly. Most likely they are very large in modulus.: In scope SELECT pointInPolygon((0, 0), [[(0, 0), (10, 10), (256, -9223372036854775808)]]). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. void DB::(anonymous namespace)::FunctionPointInPolygon>::parseRing, false, true, std::vector, std::allocator>>(double const*, double const*, unsigned long, unsigned long, boost::geometry::model::ring, false, true, std::vector, std::allocator>&) const @ 0x0000000019bdd31b 5. DB::(anonymous namespace)::FunctionPointInPolygon>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000019bd63cd 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 10. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:50:53.223547 [ 4149 ] {af1b5e47-ede5-4f3f-9969-b429996f4dc1} executeQuery: Code: 42. DB::Exception: FuzzJSON requires 1 to 2 arguments: json_str, random_seed. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM fuzzJSON();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageFuzzJSON.cpp:692: DB::StorageFuzzJSON::getConfiguration(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr) @ 0x000000003c9cf18b 5. ./build_docker/./src/TableFunctions/TableFunctionFuzzJSON.cpp:26: DB::TableFunctionFuzzJSON::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x0000000027456b4c 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:50:53.230417 [ 4149 ] {} TCPHandler: Code: 42. DB::Exception: FuzzJSON requires 1 to 2 arguments: json_str, random_seed. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageFuzzJSON.cpp:692: DB::StorageFuzzJSON::getConfiguration(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr) @ 0x000000003c9cf18b 5. ./build_docker/./src/TableFunctions/TableFunctionFuzzJSON.cpp:26: DB::TableFunctionFuzzJSON::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x0000000027456b4c 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:50:53.798065 [ 57570 ] {abf59fd3-6d0e-4b15-8051-40080b2d1199} executeQuery: Code: 36. DB::Exception: The disk `02963_custom_disk` is already configured as a custom disk in another table. It can't be redefined with different settings.: While processing disk(name = '02963_custom_disk', type = object_storage, object_storage_type = local_blob_storage, path = './02963_test2/'). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:58658) (comment: 02963_test_flexible_disk_configuration.sql) (in query: CREATE TABLE test (`a` Int32) ENGINE = MergeTree ORDER BY tuple() SETTINGS disk = disk(name = '02963_custom_disk', type = object_storage, object_storage_type = local_blob_storage, path = './02963_test2/'), index_granularity = 17007, min_bytes_for_wide_part = 0, ratio_of_defaults_for_sparse_serialization = 0., replace_long_file_name_to_hash = false, max_file_name_length = 2, min_bytes_for_full_part_storage = 0, compact_parts_max_bytes_to_buffer = 317180417, compact_parts_max_granules_to_buffer = 124, compact_parts_merge_max_bytes_to_prefetch_part = 5407706, merge_max_block_size = 16793, old_parts_lifetime = 480., prefer_fetch_merged_part_size_threshold = 5195946150, vertical_merge_algorithm_min_rows_to_activate = 1, vertical_merge_algorithm_min_columns_to_activate = 72, min_merge_bytes_to_use_direct_io = 10737418240, index_granularity_bytes = 13233940, use_const_adaptive_granularity = false, enable_index_granularity_compression = false, concurrent_part_removal_threshold = 97, allow_vertical_merges_from_compact_to_wide_parts = false, cache_populated_by_fetch = false, marks_compress_block_size = 76029, primary_key_compress_block_size = 96106, use_primary_key_cache = true, prewarm_primary_key_cache = false, prewarm_mark_cache = true), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Disks/DiskFomAST.cpp:72: DB::getOrCreateCustomDisk(Poco::AutoPtr, String const&, std::shared_ptr, bool) @ 0x000000003e5e18fa 5. ./build_docker/./src/Disks/DiskFomAST.cpp:118: DB::DiskConfigurationFlattener::visit(std::shared_ptr&, DB::DiskConfigurationFlattener::Data&) @ 0x000000003e5e4bf5 6. ./src/Interpreters/InDepthNodeVisitor.h:71: DB::InDepthNodeVisitor>::doVisit(std::shared_ptr&) @ 0x000000003e5e45d5 7. ./src/Interpreters/InDepthNodeVisitor.h:61: DB::DiskFomAST::createCustomDisk(std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003e5e2928 8. ./build_docker/./src/Storages/MergeTree/MergeTreeSettings.cpp:332: DB::MergeTreeSettingsImpl::loadFromQuery(DB::ASTStorage&, std::shared_ptr, bool) @ 0x000000003e560580 9. ./build_docker/./src/Storages/MergeTree/MergeTreeSettings.cpp:630: DB::MergeTreeSettings::loadFromQuery(DB::ASTStorage&, std::shared_ptr, bool) @ 0x000000003e569c92 10. ./build_docker/./src/Storages/MergeTree/registerStorageMergeTree.cpp:710: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea92836 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 14. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:50:53.802055 [ 57570 ] {} TCPHandler: Code: 36. DB::Exception: The disk `02963_custom_disk` is already configured as a custom disk in another table. It can't be redefined with different settings.: While processing disk(name = '02963_custom_disk', type = object_storage, object_storage_type = local_blob_storage, path = './02963_test2/'). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Disks/DiskFomAST.cpp:72: DB::getOrCreateCustomDisk(Poco::AutoPtr, String const&, std::shared_ptr, bool) @ 0x000000003e5e18fa 5. ./build_docker/./src/Disks/DiskFomAST.cpp:118: DB::DiskConfigurationFlattener::visit(std::shared_ptr&, DB::DiskConfigurationFlattener::Data&) @ 0x000000003e5e4bf5 6. ./src/Interpreters/InDepthNodeVisitor.h:71: DB::InDepthNodeVisitor>::doVisit(std::shared_ptr&) @ 0x000000003e5e45d5 7. ./src/Interpreters/InDepthNodeVisitor.h:61: DB::DiskFomAST::createCustomDisk(std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003e5e2928 8. ./build_docker/./src/Storages/MergeTree/MergeTreeSettings.cpp:332: DB::MergeTreeSettingsImpl::loadFromQuery(DB::ASTStorage&, std::shared_ptr, bool) @ 0x000000003e560580 9. ./build_docker/./src/Storages/MergeTree/MergeTreeSettings.cpp:630: DB::MergeTreeSettings::loadFromQuery(DB::ASTStorage&, std::shared_ptr, bool) @ 0x000000003e569c92 10. ./build_docker/./src/Storages/MergeTree/registerStorageMergeTree.cpp:710: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea92836 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 14. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:50:53.917061 [ 4149 ] {cfcf9e04-c117-4b78-8a7f-76eb99eb7945} executeQuery: Code: 42. DB::Exception: Aggregate function groupArray requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT array_agg();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./src/AggregateFunctions/FactoryHelpers.h:26: std::shared_ptr DB::(anonymous namespace)::createAggregateFunctionGroupArray(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x00000000219c6051 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:50:53.922062 [ 4149 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function groupArray requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./src/AggregateFunctions/FactoryHelpers.h:26: std::shared_ptr DB::(anonymous namespace)::createAggregateFunctionGroupArray(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x00000000219c6051 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:50:54.523081 [ 57570 ] {16655dba-f2c1-4203-8a69-360fd4f5e936} executeQuery: Code: 36. DB::Exception: Disk function `disk(name = '02963_custom_disk')` must have other arguments apart from `name`, which describe disk configuration. Invalid disk description.: While processing disk(name = '02963_custom_disk'). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:58658) (comment: 02963_test_flexible_disk_configuration.sql) (in query: CREATE TABLE test (`a` Int32) ENGINE = MergeTree ORDER BY tuple() SETTINGS disk = disk(name = '02963_custom_disk'), index_granularity = 17007, min_bytes_for_wide_part = 0, ratio_of_defaults_for_sparse_serialization = 0., replace_long_file_name_to_hash = false, max_file_name_length = 2, min_bytes_for_full_part_storage = 0, compact_parts_max_bytes_to_buffer = 317180417, compact_parts_max_granules_to_buffer = 124, compact_parts_merge_max_bytes_to_prefetch_part = 5407706, merge_max_block_size = 16793, old_parts_lifetime = 480., prefer_fetch_merged_part_size_threshold = 5195946150, vertical_merge_algorithm_min_rows_to_activate = 1, vertical_merge_algorithm_min_columns_to_activate = 72, min_merge_bytes_to_use_direct_io = 10737418240, index_granularity_bytes = 13233940, use_const_adaptive_granularity = false, enable_index_granularity_compression = false, concurrent_part_removal_threshold = 97, allow_vertical_merges_from_compact_to_wide_parts = false, cache_populated_by_fetch = false, marks_compress_block_size = 76029, primary_key_compress_block_size = 96106, use_primary_key_cache = true, prewarm_primary_key_cache = false, prewarm_mark_cache = true), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Disks/DiskFomAST.cpp:36: DB::getOrCreateCustomDisk(Poco::AutoPtr, String const&, std::shared_ptr, bool) @ 0x000000003e5e1e58 5. ./build_docker/./src/Disks/DiskFomAST.cpp:118: DB::DiskConfigurationFlattener::visit(std::shared_ptr&, DB::DiskConfigurationFlattener::Data&) @ 0x000000003e5e4bf5 6. ./src/Interpreters/InDepthNodeVisitor.h:71: DB::InDepthNodeVisitor>::doVisit(std::shared_ptr&) @ 0x000000003e5e45d5 7. ./src/Interpreters/InDepthNodeVisitor.h:61: DB::DiskFomAST::createCustomDisk(std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003e5e2928 8. ./build_docker/./src/Storages/MergeTree/MergeTreeSettings.cpp:332: DB::MergeTreeSettingsImpl::loadFromQuery(DB::ASTStorage&, std::shared_ptr, bool) @ 0x000000003e560580 9. ./build_docker/./src/Storages/MergeTree/MergeTreeSettings.cpp:630: DB::MergeTreeSettings::loadFromQuery(DB::ASTStorage&, std::shared_ptr, bool) @ 0x000000003e569c92 10. ./build_docker/./src/Storages/MergeTree/registerStorageMergeTree.cpp:710: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea92836 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 14. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:50:54.527142 [ 57570 ] {} TCPHandler: Code: 36. DB::Exception: Disk function `disk(name = '02963_custom_disk')` must have other arguments apart from `name`, which describe disk configuration. Invalid disk description.: While processing disk(name = '02963_custom_disk'). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Disks/DiskFomAST.cpp:36: DB::getOrCreateCustomDisk(Poco::AutoPtr, String const&, std::shared_ptr, bool) @ 0x000000003e5e1e58 5. ./build_docker/./src/Disks/DiskFomAST.cpp:118: DB::DiskConfigurationFlattener::visit(std::shared_ptr&, DB::DiskConfigurationFlattener::Data&) @ 0x000000003e5e4bf5 6. ./src/Interpreters/InDepthNodeVisitor.h:71: DB::InDepthNodeVisitor>::doVisit(std::shared_ptr&) @ 0x000000003e5e45d5 7. ./src/Interpreters/InDepthNodeVisitor.h:61: DB::DiskFomAST::createCustomDisk(std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003e5e2928 8. ./build_docker/./src/Storages/MergeTree/MergeTreeSettings.cpp:332: DB::MergeTreeSettingsImpl::loadFromQuery(DB::ASTStorage&, std::shared_ptr, bool) @ 0x000000003e560580 9. ./build_docker/./src/Storages/MergeTree/MergeTreeSettings.cpp:630: DB::MergeTreeSettings::loadFromQuery(DB::ASTStorage&, std::shared_ptr, bool) @ 0x000000003e569c92 10. ./build_docker/./src/Storages/MergeTree/registerStorageMergeTree.cpp:710: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea92836 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 14. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:50:54.691495 [ 4149 ] {b5ca22e6-ffa2-418e-9078-6fd93432fab5} executeQuery: Code: 42. DB::Exception: Number of arguments for function toInt64OrZero doesn't match: passed 0, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope (SELECT toInt64OrZero()) AS zakg. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM executable(( SELECT toInt64OrZero() ) AS zakg);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&&) @ 0x00000000088dcead 4. ./src/Functions/FunctionsConversion.h:2592: DB::detail::FunctionConvertFromString, DB::detail::NameToInt64OrZero, (DB::detail::ConvertFromStringExceptionMode)1, (DB::detail::ConvertFromStringParsingMode)0>::getReturnTypeImpl(std::vector> const&) const @ 0x0000000032bcae46 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4786: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3b19a 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:50:54.698308 [ 4149 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toInt64OrZero doesn't match: passed 0, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope (SELECT toInt64OrZero()) AS zakg. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&&) @ 0x00000000088dcead 4. ./src/Functions/FunctionsConversion.h:2592: DB::detail::FunctionConvertFromString, DB::detail::NameToInt64OrZero, (DB::detail::ConvertFromStringExceptionMode)1, (DB::detail::ConvertFromStringParsingMode)0>::getReturnTypeImpl(std::vector> const&) const @ 0x0000000032bcae46 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4786: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3b19a 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:50:55.194542 [ 57570 ] {822aa728-5160-4ae3-a7da-ac19b0ec7f07} executeQuery: Code: 36. DB::Exception: Disk name `02963_custom_disk` is a custom disk that is used in other table. That disk could not be used by a reference by other tables. The custom disk should be fully specified with a disk function. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:58658) (comment: 02963_test_flexible_disk_configuration.sql) (in query: CREATE TABLE test (`a` Int32) ENGINE = MergeTree ORDER BY tuple() SETTINGS disk = '02963_custom_disk', index_granularity = 17007, min_bytes_for_wide_part = 0, ratio_of_defaults_for_sparse_serialization = 0., replace_long_file_name_to_hash = false, max_file_name_length = 2, min_bytes_for_full_part_storage = 0, compact_parts_max_bytes_to_buffer = 317180417, compact_parts_max_granules_to_buffer = 124, compact_parts_merge_max_bytes_to_prefetch_part = 5407706, merge_max_block_size = 16793, old_parts_lifetime = 480., prefer_fetch_merged_part_size_threshold = 5195946150, vertical_merge_algorithm_min_rows_to_activate = 1, vertical_merge_algorithm_min_columns_to_activate = 72, min_merge_bytes_to_use_direct_io = 10737418240, index_granularity_bytes = 13233940, use_const_adaptive_granularity = false, enable_index_granularity_compression = false, concurrent_part_removal_threshold = 97, allow_vertical_merges_from_compact_to_wide_parts = false, cache_populated_by_fetch = false, marks_compress_block_size = 76029, primary_key_compress_block_size = 96106, use_primary_key_cache = true, prewarm_primary_key_cache = false, prewarm_mark_cache = true), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Disks/DiskFomAST.cpp:144: DB::DiskFomAST::ensureDiskIsNotCustom(String const&, std::shared_ptr) @ 0x000000003e5e36f2 5. ./build_docker/./src/Storages/MergeTree/MergeTreeSettings.cpp:338: DB::MergeTreeSettingsImpl::loadFromQuery(DB::ASTStorage&, std::shared_ptr, bool) @ 0x000000003e5608c0 6. ./build_docker/./src/Storages/MergeTree/MergeTreeSettings.cpp:630: DB::MergeTreeSettings::loadFromQuery(DB::ASTStorage&, std::shared_ptr, bool) @ 0x000000003e569c92 7. ./build_docker/./src/Storages/MergeTree/registerStorageMergeTree.cpp:710: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea92836 8. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 11. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 12. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:50:55.199212 [ 57570 ] {} TCPHandler: Code: 36. DB::Exception: Disk name `02963_custom_disk` is a custom disk that is used in other table. That disk could not be used by a reference by other tables. The custom disk should be fully specified with a disk function. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Disks/DiskFomAST.cpp:144: DB::DiskFomAST::ensureDiskIsNotCustom(String const&, std::shared_ptr) @ 0x000000003e5e36f2 5. ./build_docker/./src/Storages/MergeTree/MergeTreeSettings.cpp:338: DB::MergeTreeSettingsImpl::loadFromQuery(DB::ASTStorage&, std::shared_ptr, bool) @ 0x000000003e5608c0 6. ./build_docker/./src/Storages/MergeTree/MergeTreeSettings.cpp:630: DB::MergeTreeSettings::loadFromQuery(DB::ASTStorage&, std::shared_ptr, bool) @ 0x000000003e569c92 7. ./build_docker/./src/Storages/MergeTree/registerStorageMergeTree.cpp:710: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea92836 8. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 11. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 12. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:50:55.262750 [ 57570 ] {24d4266b-3526-475c-adef-14f79c510baa} executeQuery: Code: 36. DB::Exception: Disk function `disk(name = 's3_disk_02963')` must have other arguments apart from `name`, which describe disk configuration. Invalid disk description.: While processing disk(name = 's3_disk_02963'). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:58658) (comment: 02963_test_flexible_disk_configuration.sql) (in query: CREATE TABLE test (`a` Int32) ENGINE = MergeTree ORDER BY tuple() SETTINGS disk = disk(name = 's3_disk_02963'), index_granularity = 17007, min_bytes_for_wide_part = 0, ratio_of_defaults_for_sparse_serialization = 0., replace_long_file_name_to_hash = false, max_file_name_length = 2, min_bytes_for_full_part_storage = 0, compact_parts_max_bytes_to_buffer = 317180417, compact_parts_max_granules_to_buffer = 124, compact_parts_merge_max_bytes_to_prefetch_part = 5407706, merge_max_block_size = 16793, old_parts_lifetime = 480., prefer_fetch_merged_part_size_threshold = 5195946150, vertical_merge_algorithm_min_rows_to_activate = 1, vertical_merge_algorithm_min_columns_to_activate = 72, min_merge_bytes_to_use_direct_io = 10737418240, index_granularity_bytes = 13233940, use_const_adaptive_granularity = false, enable_index_granularity_compression = false, concurrent_part_removal_threshold = 97, allow_vertical_merges_from_compact_to_wide_parts = false, cache_populated_by_fetch = false, marks_compress_block_size = 76029, primary_key_compress_block_size = 96106, use_primary_key_cache = true, prewarm_primary_key_cache = false, prewarm_mark_cache = true), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Disks/DiskFomAST.cpp:36: DB::getOrCreateCustomDisk(Poco::AutoPtr, String const&, std::shared_ptr, bool) @ 0x000000003e5e1e58 5. ./build_docker/./src/Disks/DiskFomAST.cpp:118: DB::DiskConfigurationFlattener::visit(std::shared_ptr&, DB::DiskConfigurationFlattener::Data&) @ 0x000000003e5e4bf5 6. ./src/Interpreters/InDepthNodeVisitor.h:71: DB::InDepthNodeVisitor>::doVisit(std::shared_ptr&) @ 0x000000003e5e45d5 7. ./src/Interpreters/InDepthNodeVisitor.h:61: DB::DiskFomAST::createCustomDisk(std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003e5e2928 8. ./build_docker/./src/Storages/MergeTree/MergeTreeSettings.cpp:332: DB::MergeTreeSettingsImpl::loadFromQuery(DB::ASTStorage&, std::shared_ptr, bool) @ 0x000000003e560580 9. ./build_docker/./src/Storages/MergeTree/MergeTreeSettings.cpp:630: DB::MergeTreeSettings::loadFromQuery(DB::ASTStorage&, std::shared_ptr, bool) @ 0x000000003e569c92 10. ./build_docker/./src/Storages/MergeTree/registerStorageMergeTree.cpp:710: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea92836 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 14. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:50:55.266761 [ 57570 ] {} TCPHandler: Code: 36. DB::Exception: Disk function `disk(name = 's3_disk_02963')` must have other arguments apart from `name`, which describe disk configuration. Invalid disk description.: While processing disk(name = 's3_disk_02963'). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Disks/DiskFomAST.cpp:36: DB::getOrCreateCustomDisk(Poco::AutoPtr, String const&, std::shared_ptr, bool) @ 0x000000003e5e1e58 5. ./build_docker/./src/Disks/DiskFomAST.cpp:118: DB::DiskConfigurationFlattener::visit(std::shared_ptr&, DB::DiskConfigurationFlattener::Data&) @ 0x000000003e5e4bf5 6. ./src/Interpreters/InDepthNodeVisitor.h:71: DB::InDepthNodeVisitor>::doVisit(std::shared_ptr&) @ 0x000000003e5e45d5 7. ./src/Interpreters/InDepthNodeVisitor.h:61: DB::DiskFomAST::createCustomDisk(std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003e5e2928 8. ./build_docker/./src/Storages/MergeTree/MergeTreeSettings.cpp:332: DB::MergeTreeSettingsImpl::loadFromQuery(DB::ASTStorage&, std::shared_ptr, bool) @ 0x000000003e560580 9. ./build_docker/./src/Storages/MergeTree/MergeTreeSettings.cpp:630: DB::MergeTreeSettings::loadFromQuery(DB::ASTStorage&, std::shared_ptr, bool) @ 0x000000003e569c92 10. ./build_docker/./src/Storages/MergeTree/registerStorageMergeTree.cpp:710: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea92836 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 14. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:50:55.341832 [ 4149 ] {bb4f6fd4-bbb6-45bc-902c-ab5d99069ce7} executeQuery: Code: 170. DB::Exception: Bad get: has Int64, requested String. (BAD_GET) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM merge(-53409048, 'yb');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception>, std::basic_string_view>>(int, FormatStringHelperImpl>>::type, std::type_identity>>::type>, std::basic_string_view>&&, std::basic_string_view>&&) @ 0x00000000088f454d 4. auto& DB::Field::safeGet() & @ 0x00000000088f4379 5. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:218: DB::evaluateConstantExpressionForDatabaseName(std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000391fac3d 6. ./build_docker/./src/Storages/StorageMerge.cpp:1666: DB::StorageMerge::evaluateDatabaseName(std::shared_ptr const&, std::shared_ptr) @ 0x000000003cc66906 7. ./build_docker/./src/TableFunctions/TableFunctionMerge.cpp:107: DB::(anonymous namespace)::TableFunctionMerge::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x000000002736d8c2 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:50:55.347204 [ 4149 ] {} TCPHandler: Code: 170. DB::Exception: Bad get: has Int64, requested String. (BAD_GET), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception>, std::basic_string_view>>(int, FormatStringHelperImpl>>::type, std::type_identity>>::type>, std::basic_string_view>&&, std::basic_string_view>&&) @ 0x00000000088f454d 4. auto& DB::Field::safeGet() & @ 0x00000000088f4379 5. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:218: DB::evaluateConstantExpressionForDatabaseName(std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000391fac3d 6. ./build_docker/./src/Storages/StorageMerge.cpp:1666: DB::StorageMerge::evaluateDatabaseName(std::shared_ptr const&, std::shared_ptr) @ 0x000000003cc66906 7. ./build_docker/./src/TableFunctions/TableFunctionMerge.cpp:107: DB::(anonymous namespace)::TableFunctionMerge::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x000000002736d8c2 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:50:55.996493 [ 4149 ] {f6d48c9e-ced9-42d3-a782-23313538e72d} executeQuery: Code: 42. DB::Exception: The function hudiCluster should have arguments. The first argument must be the cluster name and the rest are the arguments of corresponding table function. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM hudiCluster();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./src/TableFunctions/ITableFunctionCluster.h:48: DB::ITableFunctionCluster>>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275dcde2 5. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x000000002751bf17 6. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster>>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275d8fe6 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:50:56.003528 [ 4149 ] {} TCPHandler: Code: 42. DB::Exception: The function hudiCluster should have arguments. The first argument must be the cluster name and the rest are the arguments of corresponding table function. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./src/TableFunctions/ITableFunctionCluster.h:48: DB::ITableFunctionCluster>>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275dcde2 5. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x000000002751bf17 6. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster>>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275d8fe6 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:50:56.138361 [ 57570 ] {ef87d542-3986-49ca-a611-7124e552e6fa} executeQuery: Code: 36. DB::Exception: Disk `s3_disk_02963` already exists and is described by the config. It is impossible to redefine it.: While processing disk(name = 's3_disk_02963', type = object_storage, object_storage_type = local_blob_storage, path = './02963_test2/'). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:58658) (comment: 02963_test_flexible_disk_configuration.sql) (in query: CREATE TABLE test (`a` Int32) ENGINE = MergeTree ORDER BY tuple() SETTINGS disk = disk(name = 's3_disk_02963', type = object_storage, object_storage_type = local_blob_storage, path = './02963_test2/'), index_granularity = 17007, min_bytes_for_wide_part = 0, ratio_of_defaults_for_sparse_serialization = 0., replace_long_file_name_to_hash = false, max_file_name_length = 2, min_bytes_for_full_part_storage = 0, compact_parts_max_bytes_to_buffer = 317180417, compact_parts_max_granules_to_buffer = 124, compact_parts_merge_max_bytes_to_prefetch_part = 5407706, merge_max_block_size = 16793, old_parts_lifetime = 480., prefer_fetch_merged_part_size_threshold = 5195946150, vertical_merge_algorithm_min_rows_to_activate = 1, vertical_merge_algorithm_min_columns_to_activate = 72, min_merge_bytes_to_use_direct_io = 10737418240, index_granularity_bytes = 13233940, use_const_adaptive_granularity = false, enable_index_granularity_compression = false, concurrent_part_removal_threshold = 97, allow_vertical_merges_from_compact_to_wide_parts = false, cache_populated_by_fetch = false, marks_compress_block_size = 76029, primary_key_compress_block_size = 96106, use_primary_key_cache = true, prewarm_primary_key_cache = false, prewarm_mark_cache = true), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Disks/DiskFomAST.cpp:66: DB::getOrCreateCustomDisk(Poco::AutoPtr, String const&, std::shared_ptr, bool) @ 0x000000003e5e17b5 5. ./build_docker/./src/Disks/DiskFomAST.cpp:118: DB::DiskConfigurationFlattener::visit(std::shared_ptr&, DB::DiskConfigurationFlattener::Data&) @ 0x000000003e5e4bf5 6. ./src/Interpreters/InDepthNodeVisitor.h:71: DB::InDepthNodeVisitor>::doVisit(std::shared_ptr&) @ 0x000000003e5e45d5 7. ./src/Interpreters/InDepthNodeVisitor.h:61: DB::DiskFomAST::createCustomDisk(std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003e5e2928 8. ./build_docker/./src/Storages/MergeTree/MergeTreeSettings.cpp:332: DB::MergeTreeSettingsImpl::loadFromQuery(DB::ASTStorage&, std::shared_ptr, bool) @ 0x000000003e560580 9. ./build_docker/./src/Storages/MergeTree/MergeTreeSettings.cpp:630: DB::MergeTreeSettings::loadFromQuery(DB::ASTStorage&, std::shared_ptr, bool) @ 0x000000003e569c92 10. ./build_docker/./src/Storages/MergeTree/registerStorageMergeTree.cpp:710: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea92836 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 14. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:50:56.142583 [ 57570 ] {} TCPHandler: Code: 36. DB::Exception: Disk `s3_disk_02963` already exists and is described by the config. It is impossible to redefine it.: While processing disk(name = 's3_disk_02963', type = object_storage, object_storage_type = local_blob_storage, path = './02963_test2/'). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Disks/DiskFomAST.cpp:66: DB::getOrCreateCustomDisk(Poco::AutoPtr, String const&, std::shared_ptr, bool) @ 0x000000003e5e17b5 5. ./build_docker/./src/Disks/DiskFomAST.cpp:118: DB::DiskConfigurationFlattener::visit(std::shared_ptr&, DB::DiskConfigurationFlattener::Data&) @ 0x000000003e5e4bf5 6. ./src/Interpreters/InDepthNodeVisitor.h:71: DB::InDepthNodeVisitor>::doVisit(std::shared_ptr&) @ 0x000000003e5e45d5 7. ./src/Interpreters/InDepthNodeVisitor.h:61: DB::DiskFomAST::createCustomDisk(std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003e5e2928 8. ./build_docker/./src/Storages/MergeTree/MergeTreeSettings.cpp:332: DB::MergeTreeSettingsImpl::loadFromQuery(DB::ASTStorage&, std::shared_ptr, bool) @ 0x000000003e560580 9. ./build_docker/./src/Storages/MergeTree/MergeTreeSettings.cpp:630: DB::MergeTreeSettings::loadFromQuery(DB::ASTStorage&, std::shared_ptr, bool) @ 0x000000003e569c92 10. ./build_docker/./src/Storages/MergeTree/registerStorageMergeTree.cpp:710: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea92836 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 14. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:50:56.596689 [ 4149 ] {85bb6188-7037-41c6-a503-bea8a99158c0} executeQuery: Code: 36. DB::Exception: Dictionary (`\0`) not found. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM dictionary('\0');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/ExternalDictionariesLoader.cpp:168: DB::ExternalDictionariesLoader::resolveDictionaryName(String const&, String const&) const @ 0x000000003767bfde 5. ./build_docker/./src/TableFunctions/TableFunctionDictionary.cpp:52: DB::TableFunctionDictionary::getActualTableStructure(std::shared_ptr, bool) const @ 0x00000000274ae31d 6. ./build_docker/./src/TableFunctions/TableFunctionDictionary.cpp:84: DB::TableFunctionDictionary::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000274b3153 7. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 8. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 14. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:50:56.602640 [ 4149 ] {} TCPHandler: Code: 36. DB::Exception: Dictionary (`\0`) not found. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/ExternalDictionariesLoader.cpp:168: DB::ExternalDictionariesLoader::resolveDictionaryName(String const&, String const&) const @ 0x000000003767bfde 5. ./build_docker/./src/TableFunctions/TableFunctionDictionary.cpp:52: DB::TableFunctionDictionary::getActualTableStructure(std::shared_ptr, bool) const @ 0x00000000274ae31d 6. ./build_docker/./src/TableFunctions/TableFunctionDictionary.cpp:84: DB::TableFunctionDictionary::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000274b3153 7. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 8. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 14. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:50:57.285960 [ 4149 ] {e5b05a13-8ada-47ef-9bda-5ea6e58d6334} executeQuery: Code: 42. DB::Exception: Number of arguments for function hostName doesn't match: passed 2, should be 0: In scope SELECT * FROM file(hostName('Yb', ''), ''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM file(hostName('Yb', ''), '');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4786: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3b19a 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:50:57.291827 [ 4149 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function hostName doesn't match: passed 2, should be 0: In scope SELECT * FROM file(hostName('Yb', ''), ''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4786: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3b19a 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:50:57.830051 [ 57570 ] {bca26fac-e6ca-4033-b4e6-cdbdcdc80ab3} executeQuery: Code: 137. DB::Exception: MetadataStorageFactory: unknown metadata storage type: lll: While processing disk(name = 'test5', type = object_storage, object_storage_type = s3, metadata_type = lll, endpoint = 'http://localhost:11111/test/common/', access_key_id = clickhouse, secret_access_key = clickhouse). (UNKNOWN_ELEMENT_IN_CONFIG) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:58658) (comment: 02963_test_flexible_disk_configuration.sql) (in query: CREATE TABLE test (`a` Int32) ENGINE = MergeTree ORDER BY tuple() SETTINGS disk = disk(name = 'test5', type = object_storage, object_storage_type = s3, metadata_type = lll, endpoint = 'http://localhost:11111/test/common/', access_key_id = clickhouse, secret_access_key = clickhouse), index_granularity = 17007, min_bytes_for_wide_part = 0, ratio_of_defaults_for_sparse_serialization = 0., replace_long_file_name_to_hash = false, max_file_name_length = 2, min_bytes_for_full_part_storage = 0, compact_parts_max_bytes_to_buffer = 317180417, compact_parts_max_granules_to_buffer = 124, compact_parts_merge_max_bytes_to_prefetch_part = 5407706, merge_max_block_size = 16793, old_parts_lifetime = 480., prefer_fetch_merged_part_size_threshold = 5195946150, vertical_merge_algorithm_min_rows_to_activate = 1, vertical_merge_algorithm_min_columns_to_activate = 72, min_merge_bytes_to_use_direct_io = 10737418240, index_granularity_bytes = 13233940, use_const_adaptive_granularity = false, enable_index_granularity_compression = false, concurrent_part_removal_threshold = 97, allow_vertical_merges_from_compact_to_wide_parts = false, cache_populated_by_fetch = false, marks_compress_block_size = 76029, primary_key_compress_block_size = 96106, use_primary_key_cache = true, prewarm_primary_key_cache = false, prewarm_mark_cache = true), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Disks/DiskType.cpp:24: DB::metadataTypeFromString(String const&) @ 0x00000000357922f6 5. ./build_docker/./src/Disks/ObjectStorages/ObjectStorageFactory.cpp:60: DB::(anonymous namespace)::isCompatibleWithMetadataStorage(DB::ObjectStorageType, Poco::Util::AbstractConfiguration const&, String const&, DB::MetadataStorageType) @ 0x00000000358eabec 6. ./build_docker/./src/Disks/ObjectStorages/ObjectStorageFactory.cpp:65: std::shared_ptr std::__function::__policy_invoker (String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr const&, bool)>::__call_impl (String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr const&, bool)>>(std::__function::__policy_storage const*, String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr const&, bool) @ 0x00000000358e774b 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000358e415f 8. ./build_docker/./src/Disks/ObjectStorages/RegisterDiskObjectStorage.cpp:27: std::shared_ptr std::__function::__policy_invoker (String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr, std::map, std::less, std::allocator>>> const&, bool, bool)>::__call_impl (String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr, std::map, std::less, std::allocator>>> const&, bool, bool)>>(std::__function::__policy_storage const*, String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr&&, std::map, std::less, std::allocator>>> const&, bool, bool) @ 0x00000000358e111f 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000035776952 10. ./build_docker/./src/Disks/DiskFomAST.cpp:58: std::shared_ptr std::__function::__policy_invoker (std::map, std::less, std::allocator>>> const&)>::__call_impl, String const&, std::shared_ptr, bool)::$_0, std::shared_ptr (std::map, std::less, std::allocator>>> const&)>>(std::__function::__policy_storage const*, std::map, std::less, std::allocator>>> const&) @ 0x000000003e5e3b04 11. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000036585d4d 12. ./build_docker/./src/Disks/DiskFomAST.cpp:57: DB::getOrCreateCustomDisk(Poco::AutoPtr, String const&, std::shared_ptr, bool) @ 0x000000003e5e08cd 13. ./build_docker/./src/Disks/DiskFomAST.cpp:118: DB::DiskConfigurationFlattener::visit(std::shared_ptr&, DB::DiskConfigurationFlattener::Data&) @ 0x000000003e5e4bf5 14. ./src/Interpreters/InDepthNodeVisitor.h:71: DB::InDepthNodeVisitor>::doVisit(std::shared_ptr&) @ 0x000000003e5e45d5 15. ./src/Interpreters/InDepthNodeVisitor.h:61: DB::DiskFomAST::createCustomDisk(std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003e5e2928 16. ./build_docker/./src/Storages/MergeTree/MergeTreeSettings.cpp:332: DB::MergeTreeSettingsImpl::loadFromQuery(DB::ASTStorage&, std::shared_ptr, bool) @ 0x000000003e560580 17. ./build_docker/./src/Storages/MergeTree/MergeTreeSettings.cpp:630: DB::MergeTreeSettings::loadFromQuery(DB::ASTStorage&, std::shared_ptr, bool) @ 0x000000003e569c92 18. ./build_docker/./src/Storages/MergeTree/registerStorageMergeTree.cpp:710: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea92836 19. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 21. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 22. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 23. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:50:57.834249 [ 57570 ] {} TCPHandler: Code: 137. DB::Exception: MetadataStorageFactory: unknown metadata storage type: lll: While processing disk(name = 'test5', type = object_storage, object_storage_type = s3, metadata_type = lll, endpoint = 'http://localhost:11111/test/common/', access_key_id = clickhouse, secret_access_key = clickhouse). (UNKNOWN_ELEMENT_IN_CONFIG), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Disks/DiskType.cpp:24: DB::metadataTypeFromString(String const&) @ 0x00000000357922f6 5. ./build_docker/./src/Disks/ObjectStorages/ObjectStorageFactory.cpp:60: DB::(anonymous namespace)::isCompatibleWithMetadataStorage(DB::ObjectStorageType, Poco::Util::AbstractConfiguration const&, String const&, DB::MetadataStorageType) @ 0x00000000358eabec 6. ./build_docker/./src/Disks/ObjectStorages/ObjectStorageFactory.cpp:65: std::shared_ptr std::__function::__policy_invoker (String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr const&, bool)>::__call_impl (String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr const&, bool)>>(std::__function::__policy_storage const*, String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr const&, bool) @ 0x00000000358e774b 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000358e415f 8. ./build_docker/./src/Disks/ObjectStorages/RegisterDiskObjectStorage.cpp:27: std::shared_ptr std::__function::__policy_invoker (String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr, std::map, std::less, std::allocator>>> const&, bool, bool)>::__call_impl (String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr, std::map, std::less, std::allocator>>> const&, bool, bool)>>(std::__function::__policy_storage const*, String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr&&, std::map, std::less, std::allocator>>> const&, bool, bool) @ 0x00000000358e111f 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000035776952 10. ./build_docker/./src/Disks/DiskFomAST.cpp:58: std::shared_ptr std::__function::__policy_invoker (std::map, std::less, std::allocator>>> const&)>::__call_impl, String const&, std::shared_ptr, bool)::$_0, std::shared_ptr (std::map, std::less, std::allocator>>> const&)>>(std::__function::__policy_storage const*, std::map, std::less, std::allocator>>> const&) @ 0x000000003e5e3b04 11. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000036585d4d 12. ./build_docker/./src/Disks/DiskFomAST.cpp:57: DB::getOrCreateCustomDisk(Poco::AutoPtr, String const&, std::shared_ptr, bool) @ 0x000000003e5e08cd 13. ./build_docker/./src/Disks/DiskFomAST.cpp:118: DB::DiskConfigurationFlattener::visit(std::shared_ptr&, DB::DiskConfigurationFlattener::Data&) @ 0x000000003e5e4bf5 14. ./src/Interpreters/InDepthNodeVisitor.h:71: DB::InDepthNodeVisitor>::doVisit(std::shared_ptr&) @ 0x000000003e5e45d5 15. ./src/Interpreters/InDepthNodeVisitor.h:61: DB::DiskFomAST::createCustomDisk(std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003e5e2928 16. ./build_docker/./src/Storages/MergeTree/MergeTreeSettings.cpp:332: DB::MergeTreeSettingsImpl::loadFromQuery(DB::ASTStorage&, std::shared_ptr, bool) @ 0x000000003e560580 17. ./build_docker/./src/Storages/MergeTree/MergeTreeSettings.cpp:630: DB::MergeTreeSettings::loadFromQuery(DB::ASTStorage&, std::shared_ptr, bool) @ 0x000000003e569c92 18. ./build_docker/./src/Storages/MergeTree/registerStorageMergeTree.cpp:710: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea92836 19. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 21. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 22. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 23. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:50:57.847427 [ 4149 ] {e27dd4e8-cfa6-4db5-89b9-c03b9a949afb} executeQuery: Code: 36. DB::Exception: Bad arguments count when creating Redis table function. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM redis();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/TableFunctions/TableFunctionRedis.cpp:85: DB::(anonymous namespace)::TableFunctionRedis::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x000000002743cb52 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:50:57.853207 [ 4149 ] {} TCPHandler: Code: 36. DB::Exception: Bad arguments count when creating Redis table function. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/TableFunctions/TableFunctionRedis.cpp:85: DB::(anonymous namespace)::TableFunctionRedis::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x000000002743cb52 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:50:57.949117 [ 4149 ] {55a35d4b-3e2b-4baa-9341-5dfac7ff0db3} executeQuery: Code: 42. DB::Exception: Number of arguments for function getSetting doesn't match: passed 0, should be 1: In scope SELECT getSetting(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT getSetting();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:50:57.953551 [ 4149 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function getSetting doesn't match: passed 0, should be 1: In scope SELECT getSetting(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:50:58.651845 [ 57570 ] {dc217d5f-769d-4dc5-a3a6-a972f051aef8} executeQuery: Code: 137. DB::Exception: ObjectStorageFactory: unknown object storage type: kkk: While processing disk(name = 'test6', type = object_storage, object_storage_type = kkk, metadata_type = local, endpoint = 'http://localhost:11111/test/common/', access_key_id = clickhouse, secret_access_key = clickhouse). (UNKNOWN_ELEMENT_IN_CONFIG) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:58658) (comment: 02963_test_flexible_disk_configuration.sql) (in query: CREATE TABLE test (`a` Int32) ENGINE = MergeTree ORDER BY tuple() SETTINGS disk = disk(name = 'test6', type = object_storage, object_storage_type = kkk, metadata_type = local, endpoint = 'http://localhost:11111/test/common/', access_key_id = clickhouse, secret_access_key = clickhouse), index_granularity = 17007, min_bytes_for_wide_part = 0, ratio_of_defaults_for_sparse_serialization = 0., replace_long_file_name_to_hash = false, max_file_name_length = 2, min_bytes_for_full_part_storage = 0, compact_parts_max_bytes_to_buffer = 317180417, compact_parts_max_granules_to_buffer = 124, compact_parts_merge_max_bytes_to_prefetch_part = 5407706, merge_max_block_size = 16793, old_parts_lifetime = 480., prefer_fetch_merged_part_size_threshold = 5195946150, vertical_merge_algorithm_min_rows_to_activate = 1, vertical_merge_algorithm_min_columns_to_activate = 72, min_merge_bytes_to_use_direct_io = 10737418240, index_granularity_bytes = 13233940, use_const_adaptive_granularity = false, enable_index_granularity_compression = false, concurrent_part_removal_threshold = 97, allow_vertical_merges_from_compact_to_wide_parts = false, cache_populated_by_fetch = false, marks_compress_block_size = 76029, primary_key_compress_block_size = 96106, use_primary_key_cache = true, prewarm_primary_key_cache = false, prewarm_mark_cache = true), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Disks/ObjectStorages/ObjectStorageFactory.cpp:134: DB::ObjectStorageFactory::create(String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr const&, bool) const @ 0x00000000358e4376 5. ./build_docker/./src/Disks/ObjectStorages/RegisterDiskObjectStorage.cpp:27: std::shared_ptr std::__function::__policy_invoker (String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr, std::map, std::less, std::allocator>>> const&, bool, bool)>::__call_impl (String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr, std::map, std::less, std::allocator>>> const&, bool, bool)>>(std::__function::__policy_storage const*, String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr&&, std::map, std::less, std::allocator>>> const&, bool, bool) @ 0x00000000358e111f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000035776952 7. ./build_docker/./src/Disks/DiskFomAST.cpp:58: std::shared_ptr std::__function::__policy_invoker (std::map, std::less, std::allocator>>> const&)>::__call_impl, String const&, std::shared_ptr, bool)::$_0, std::shared_ptr (std::map, std::less, std::allocator>>> const&)>>(std::__function::__policy_storage const*, std::map, std::less, std::allocator>>> const&) @ 0x000000003e5e3b04 8. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000036585d4d 9. ./build_docker/./src/Disks/DiskFomAST.cpp:57: DB::getOrCreateCustomDisk(Poco::AutoPtr, String const&, std::shared_ptr, bool) @ 0x000000003e5e08cd 10. ./build_docker/./src/Disks/DiskFomAST.cpp:118: DB::DiskConfigurationFlattener::visit(std::shared_ptr&, DB::DiskConfigurationFlattener::Data&) @ 0x000000003e5e4bf5 11. ./src/Interpreters/InDepthNodeVisitor.h:71: DB::InDepthNodeVisitor>::doVisit(std::shared_ptr&) @ 0x000000003e5e45d5 12. ./src/Interpreters/InDepthNodeVisitor.h:61: DB::DiskFomAST::createCustomDisk(std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003e5e2928 13. ./build_docker/./src/Storages/MergeTree/MergeTreeSettings.cpp:332: DB::MergeTreeSettingsImpl::loadFromQuery(DB::ASTStorage&, std::shared_ptr, bool) @ 0x000000003e560580 14. ./build_docker/./src/Storages/MergeTree/MergeTreeSettings.cpp:630: DB::MergeTreeSettings::loadFromQuery(DB::ASTStorage&, std::shared_ptr, bool) @ 0x000000003e569c92 15. ./build_docker/./src/Storages/MergeTree/registerStorageMergeTree.cpp:710: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea92836 16. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 18. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 19. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 20. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:50:58.656496 [ 57570 ] {} TCPHandler: Code: 137. DB::Exception: ObjectStorageFactory: unknown object storage type: kkk: While processing disk(name = 'test6', type = object_storage, object_storage_type = kkk, metadata_type = local, endpoint = 'http://localhost:11111/test/common/', access_key_id = clickhouse, secret_access_key = clickhouse). (UNKNOWN_ELEMENT_IN_CONFIG), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Disks/ObjectStorages/ObjectStorageFactory.cpp:134: DB::ObjectStorageFactory::create(String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr const&, bool) const @ 0x00000000358e4376 5. ./build_docker/./src/Disks/ObjectStorages/RegisterDiskObjectStorage.cpp:27: std::shared_ptr std::__function::__policy_invoker (String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr, std::map, std::less, std::allocator>>> const&, bool, bool)>::__call_impl (String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr, std::map, std::less, std::allocator>>> const&, bool, bool)>>(std::__function::__policy_storage const*, String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr&&, std::map, std::less, std::allocator>>> const&, bool, bool) @ 0x00000000358e111f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000035776952 7. ./build_docker/./src/Disks/DiskFomAST.cpp:58: std::shared_ptr std::__function::__policy_invoker (std::map, std::less, std::allocator>>> const&)>::__call_impl, String const&, std::shared_ptr, bool)::$_0, std::shared_ptr (std::map, std::less, std::allocator>>> const&)>>(std::__function::__policy_storage const*, std::map, std::less, std::allocator>>> const&) @ 0x000000003e5e3b04 8. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000036585d4d 9. ./build_docker/./src/Disks/DiskFomAST.cpp:57: DB::getOrCreateCustomDisk(Poco::AutoPtr, String const&, std::shared_ptr, bool) @ 0x000000003e5e08cd 10. ./build_docker/./src/Disks/DiskFomAST.cpp:118: DB::DiskConfigurationFlattener::visit(std::shared_ptr&, DB::DiskConfigurationFlattener::Data&) @ 0x000000003e5e4bf5 11. ./src/Interpreters/InDepthNodeVisitor.h:71: DB::InDepthNodeVisitor>::doVisit(std::shared_ptr&) @ 0x000000003e5e45d5 12. ./src/Interpreters/InDepthNodeVisitor.h:61: DB::DiskFomAST::createCustomDisk(std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003e5e2928 13. ./build_docker/./src/Storages/MergeTree/MergeTreeSettings.cpp:332: DB::MergeTreeSettingsImpl::loadFromQuery(DB::ASTStorage&, std::shared_ptr, bool) @ 0x000000003e560580 14. ./build_docker/./src/Storages/MergeTree/MergeTreeSettings.cpp:630: DB::MergeTreeSettings::loadFromQuery(DB::ASTStorage&, std::shared_ptr, bool) @ 0x000000003e569c92 15. ./build_docker/./src/Storages/MergeTree/registerStorageMergeTree.cpp:710: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea92836 16. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 18. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 19. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 20. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:50:59.257395 [ 4149 ] {f512d1f4-1363-475a-aaf6-98a2f6c14510} executeQuery: Code: 38. DB::Exception: Cannot parse date: value is too short: Cannot parse Date from String: In scope SELECT normalizeL2(-8904, CAST(CAST('', 'Date'), 'String')). (CANNOT_PARSE_DATE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT normalizeL2(-8904, (CAST(((CAST(('') AS Date))) AS String)));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/IO/ReadHelpers.cpp:1363: void DB::readDateTextFallback(LocalDate&, DB::ReadBuffer&, char const*) @ 0x000000002087769b 5. ./src/IO/ReadHelpers.h:825: void DB::readDateTextImpl(LocalDate&, DB::ReadBuffer&, char const*) @ 0x0000000027db28d3 6. ./src/IO/ReadHelpers.h:846: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000328007ed 7. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000327d74a7 8. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324f568b 9. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003255e2c9 10. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003255cec2 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 16. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 17. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 18. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 19. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 20. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 21. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 22. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 23. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 30. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 31. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 2025.03.31 17:50:59.265209 [ 4149 ] {} TCPHandler: Code: 38. DB::Exception: Cannot parse date: value is too short: Cannot parse Date from String: In scope SELECT normalizeL2(-8904, CAST(CAST('', 'Date'), 'String')). (CANNOT_PARSE_DATE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/IO/ReadHelpers.cpp:1363: void DB::readDateTextFallback(LocalDate&, DB::ReadBuffer&, char const*) @ 0x000000002087769b 5. ./src/IO/ReadHelpers.h:825: void DB::readDateTextImpl(LocalDate&, DB::ReadBuffer&, char const*) @ 0x0000000027db28d3 6. ./src/IO/ReadHelpers.h:846: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000328007ed 7. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000327d74a7 8. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324f568b 9. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003255e2c9 10. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003255cec2 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 16. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 17. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 18. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 19. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 20. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 21. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 22. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 23. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 30. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 31. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 2025.03.31 17:50:59.456364 [ 57570 ] {b0fe1f3f-ca90-4101-9daf-fa75ea8e9306} executeQuery: Code: 137. DB::Exception: DiskFactory: the disk 'test7' has unknown disk type: kkk: While processing disk(name = 'test7', type = kkk, object_storage_type = s3, metadata_type = local, endpoint = 'http://localhost:11111/test/common/', access_key_id = clickhouse, secret_access_key = clickhouse). (UNKNOWN_ELEMENT_IN_CONFIG) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:58658) (comment: 02963_test_flexible_disk_configuration.sql) (in query: CREATE TABLE test (`a` Int32) ENGINE = MergeTree ORDER BY tuple() SETTINGS disk = disk(name = 'test7', type = kkk, object_storage_type = s3, metadata_type = local, endpoint = 'http://localhost:11111/test/common/', access_key_id = clickhouse, secret_access_key = clickhouse), index_granularity = 17007, min_bytes_for_wide_part = 0, ratio_of_defaults_for_sparse_serialization = 0., replace_long_file_name_to_hash = false, max_file_name_length = 2, min_bytes_for_full_part_storage = 0, compact_parts_max_bytes_to_buffer = 317180417, compact_parts_max_granules_to_buffer = 124, compact_parts_merge_max_bytes_to_prefetch_part = 5407706, merge_max_block_size = 16793, old_parts_lifetime = 480., prefer_fetch_merged_part_size_threshold = 5195946150, vertical_merge_algorithm_min_rows_to_activate = 1, vertical_merge_algorithm_min_columns_to_activate = 72, min_merge_bytes_to_use_direct_io = 10737418240, index_granularity_bytes = 13233940, use_const_adaptive_granularity = false, enable_index_granularity_compression = false, concurrent_part_removal_threshold = 97, allow_vertical_merges_from_compact_to_wide_parts = false, cache_populated_by_fetch = false, marks_compress_block_size = 76029, primary_key_compress_block_size = 96106, use_primary_key_cache = true, prewarm_primary_key_cache = false, prewarm_mark_cache = true), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String const&) @ 0x00000000088e42ad 4. ./build_docker/./src/Disks/DiskFactory.cpp:38: DB::DiskFactory::create(String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr, std::map, std::less, std::allocator>>> const&, bool, bool, std::unordered_set, std::equal_to, std::allocator> const&) const @ 0x0000000035776d04 5. ./build_docker/./src/Disks/DiskFomAST.cpp:58: std::shared_ptr std::__function::__policy_invoker (std::map, std::less, std::allocator>>> const&)>::__call_impl, String const&, std::shared_ptr, bool)::$_0, std::shared_ptr (std::map, std::less, std::allocator>>> const&)>>(std::__function::__policy_storage const*, std::map, std::less, std::allocator>>> const&) @ 0x000000003e5e3b04 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000036585d4d 7. ./build_docker/./src/Disks/DiskFomAST.cpp:57: DB::getOrCreateCustomDisk(Poco::AutoPtr, String const&, std::shared_ptr, bool) @ 0x000000003e5e08cd 8. ./build_docker/./src/Disks/DiskFomAST.cpp:118: DB::DiskConfigurationFlattener::visit(std::shared_ptr&, DB::DiskConfigurationFlattener::Data&) @ 0x000000003e5e4bf5 9. ./src/Interpreters/InDepthNodeVisitor.h:71: DB::InDepthNodeVisitor>::doVisit(std::shared_ptr&) @ 0x000000003e5e45d5 10. ./src/Interpreters/InDepthNodeVisitor.h:61: DB::DiskFomAST::createCustomDisk(std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003e5e2928 11. ./build_docker/./src/Storages/MergeTree/MergeTreeSettings.cpp:332: DB::MergeTreeSettingsImpl::loadFromQuery(DB::ASTStorage&, std::shared_ptr, bool) @ 0x000000003e560580 12. ./build_docker/./src/Storages/MergeTree/MergeTreeSettings.cpp:630: DB::MergeTreeSettings::loadFromQuery(DB::ASTStorage&, std::shared_ptr, bool) @ 0x000000003e569c92 13. ./build_docker/./src/Storages/MergeTree/registerStorageMergeTree.cpp:710: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea92836 14. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 18. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:50:59.461068 [ 57570 ] {} TCPHandler: Code: 137. DB::Exception: DiskFactory: the disk 'test7' has unknown disk type: kkk: While processing disk(name = 'test7', type = kkk, object_storage_type = s3, metadata_type = local, endpoint = 'http://localhost:11111/test/common/', access_key_id = clickhouse, secret_access_key = clickhouse). (UNKNOWN_ELEMENT_IN_CONFIG), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String const&) @ 0x00000000088e42ad 4. ./build_docker/./src/Disks/DiskFactory.cpp:38: DB::DiskFactory::create(String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr, std::map, std::less, std::allocator>>> const&, bool, bool, std::unordered_set, std::equal_to, std::allocator> const&) const @ 0x0000000035776d04 5. ./build_docker/./src/Disks/DiskFomAST.cpp:58: std::shared_ptr std::__function::__policy_invoker (std::map, std::less, std::allocator>>> const&)>::__call_impl, String const&, std::shared_ptr, bool)::$_0, std::shared_ptr (std::map, std::less, std::allocator>>> const&)>>(std::__function::__policy_storage const*, std::map, std::less, std::allocator>>> const&) @ 0x000000003e5e3b04 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000036585d4d 7. ./build_docker/./src/Disks/DiskFomAST.cpp:57: DB::getOrCreateCustomDisk(Poco::AutoPtr, String const&, std::shared_ptr, bool) @ 0x000000003e5e08cd 8. ./build_docker/./src/Disks/DiskFomAST.cpp:118: DB::DiskConfigurationFlattener::visit(std::shared_ptr&, DB::DiskConfigurationFlattener::Data&) @ 0x000000003e5e4bf5 9. ./src/Interpreters/InDepthNodeVisitor.h:71: DB::InDepthNodeVisitor>::doVisit(std::shared_ptr&) @ 0x000000003e5e45d5 10. ./src/Interpreters/InDepthNodeVisitor.h:61: DB::DiskFomAST::createCustomDisk(std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003e5e2928 11. ./build_docker/./src/Storages/MergeTree/MergeTreeSettings.cpp:332: DB::MergeTreeSettingsImpl::loadFromQuery(DB::ASTStorage&, std::shared_ptr, bool) @ 0x000000003e560580 12. ./build_docker/./src/Storages/MergeTree/MergeTreeSettings.cpp:630: DB::MergeTreeSettings::loadFromQuery(DB::ASTStorage&, std::shared_ptr, bool) @ 0x000000003e569c92 13. ./build_docker/./src/Storages/MergeTree/registerStorageMergeTree.cpp:710: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea92836 14. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 18. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:50:59.831055 [ 4149 ] {80ac80e5-4aa9-4fe3-89d2-9057789f0e9e} executeQuery: Code: 36. DB::Exception: Argument 'dictionary_name' must be a literal with type String, got Null. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM dictionary(NULL);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>, std::basic_string_view>>(int, FormatStringHelperImpl::type, std::type_identity>>::type, std::type_identity>>::type>, String const&, std::basic_string_view>&&, std::basic_string_view>&&) @ 0x000000003d3e0c17 4. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:39: String DB::checkAndGetLiteralArgument(DB::ASTLiteral const&, String const&) @ 0x000000003d3dee23 5. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:22: String DB::checkAndGetLiteralArgument(std::shared_ptr const&, String const&) @ 0x000000003d3de339 6. ./build_docker/./src/TableFunctions/TableFunctionDictionary.cpp:46: DB::TableFunctionDictionary::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274ad731 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:50:59.838109 [ 4149 ] {} TCPHandler: Code: 36. DB::Exception: Argument 'dictionary_name' must be a literal with type String, got Null. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>, std::basic_string_view>>(int, FormatStringHelperImpl::type, std::type_identity>>::type, std::type_identity>>::type>, String const&, std::basic_string_view>&&, std::basic_string_view>&&) @ 0x000000003d3e0c17 4. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:39: String DB::checkAndGetLiteralArgument(DB::ASTLiteral const&, String const&) @ 0x000000003d3dee23 5. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:22: String DB::checkAndGetLiteralArgument(std::shared_ptr const&, String const&) @ 0x000000003d3de339 6. ./build_docker/./src/TableFunctions/TableFunctionDictionary.cpp:46: DB::TableFunctionDictionary::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274ad731 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:51:00.500659 [ 4149 ] {311e1f8b-7c95-45a6-a21f-ba81c3714748} executeQuery: Code: 70. DB::Exception: Cannot convert NULL to a non-nullable type: In scope SELECT CAST(NULL, 'Date'), '\0'. (CANNOT_CONVERT_TYPE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT (CAST((NULL) AS Date)), '\0';), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::detail::FunctionCast::prepareUnpackDictionaries(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000031e0f8b9 5. DB::detail::FunctionCast::prepare(std::vector> const&) const @ 0x0000000031e0e005 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3508: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d9494e 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:51:00.505482 [ 4149 ] {} TCPHandler: Code: 70. DB::Exception: Cannot convert NULL to a non-nullable type: In scope SELECT CAST(NULL, 'Date'), '\0'. (CANNOT_CONVERT_TYPE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::detail::FunctionCast::prepareUnpackDictionaries(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000031e0f8b9 5. DB::detail::FunctionCast::prepare(std::vector> const&) const @ 0x0000000031e0e005 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3508: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d9494e 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:51:00.525040 [ 4149 ] {f91f45d6-4c05-48a2-9b3c-06fffcfd5adc} executeQuery: Code: 42. DB::Exception: Number of arguments for function SHA512 doesn't match: passed 2, should be 1: In scope SELECT SHA512([''], ''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT SHA512([''], '');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:51:00.530090 [ 4149 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function SHA512 doesn't match: passed 2, should be 1: In scope SELECT SHA512([''], ''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:51:00.548376 [ 4149 ] {3f46edb2-672b-4ca6-ad1a-e57adf5e2f2b} executeQuery: Code: 42. DB::Exception: Number of arguments for function __bitBoolMaskOr doesn't match: passed 0, should be 2: In scope SELECT * FROM icebergAzureCluster(__bitBoolMaskOr()). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM icebergAzureCluster(__bitBoolMaskOr());), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4786: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3b19a 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:51:00.553510 [ 4149 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function __bitBoolMaskOr doesn't match: passed 0, should be 2: In scope SELECT * FROM icebergAzureCluster(__bitBoolMaskOr()). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4786: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3b19a 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:51:00.573912 [ 4149 ] {036d1283-0043-47ba-ab48-2837175e555d} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiMatchAny doesn't match: passed 0, should be 2: In scope SELECT * FROM hudi(multiMatchAny()). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM hudi(multiMatchAny());), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4786: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3b19a 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:51:00.578807 [ 4149 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiMatchAny doesn't match: passed 0, should be 2: In scope SELECT * FROM hudi(multiMatchAny()). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4786: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3b19a 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:51:01.344885 [ 4149 ] {ac731b79-90cd-4c0c-97cf-a7bdb70f3719} executeQuery: Code: 36. DB::Exception: Argument 'url' must be a literal with type String, got Array. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM iceberg([], '');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>, std::basic_string_view>>(int, FormatStringHelperImpl::type, std::type_identity>>::type, std::type_identity>>::type>, String const&, std::basic_string_view>&&, std::basic_string_view>&&) @ 0x000000003d3e0c17 4. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:39: String DB::checkAndGetLiteralArgument(DB::ASTLiteral const&, String const&) @ 0x000000003d3dee23 5. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:22: String DB::checkAndGetLiteralArgument(std::shared_ptr const&, String const&) @ 0x000000003d3de339 6. ./build_docker/./src/Storages/ObjectStorage/S3/Configuration.cpp:362: DB::StorageS3Configuration::fromAST(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool) @ 0x000000003331be17 7. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:568: DB::StorageObjectStorage::Configuration::initialize(DB::StorageObjectStorage::Configuration&, absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool, std::unique_ptr>) @ 0x00000000330eb74a 8. ./src/TableFunctions/TableFunctionObjectStorage.h:133: DB::TableFunctionObjectStorage>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x000000002754f79e 9. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x000000002754be97 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:51:01.350379 [ 4149 ] {} TCPHandler: Code: 36. DB::Exception: Argument 'url' must be a literal with type String, got Array. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>, std::basic_string_view>>(int, FormatStringHelperImpl::type, std::type_identity>>::type, std::type_identity>>::type>, String const&, std::basic_string_view>&&, std::basic_string_view>&&) @ 0x000000003d3e0c17 4. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:39: String DB::checkAndGetLiteralArgument(DB::ASTLiteral const&, String const&) @ 0x000000003d3dee23 5. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:22: String DB::checkAndGetLiteralArgument(std::shared_ptr const&, String const&) @ 0x000000003d3de339 6. ./build_docker/./src/Storages/ObjectStorage/S3/Configuration.cpp:362: DB::StorageS3Configuration::fromAST(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool) @ 0x000000003331be17 7. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:568: DB::StorageObjectStorage::Configuration::initialize(DB::StorageObjectStorage::Configuration&, absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool, std::unique_ptr>) @ 0x00000000330eb74a 8. ./src/TableFunctions/TableFunctionObjectStorage.h:133: DB::TableFunctionObjectStorage>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x000000002754f79e 9. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x000000002754be97 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:51:02.791887 [ 4149 ] {6a5999df-67d9-4ac5-b1e8-7b0ac84af0cf} executeQuery: Code: 41. DB::Exception: Cannot parse datetime: Cannot parse DateTime from String: In scope SELECT CAST([CAST('\0', 'DateTime')], 'Date'), ['q8B^/G'], []. (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT (CAST(([(CAST(('\0') AS DateTime))]) AS Date)), ['q8B^/G'], [];), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./src/IO/ReadHelpers.h:1030: void DB::readDateTimeTextImpl(long&, DB::ReadBuffer&, DateLUTImpl const&, char const*, char const*) @ 0x0000000027db3b1e 5. ./src/IO/ReadHelpers.h:1204: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000328e28c6 6. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000328b6a67 7. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324fab8b 8. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325677a9 9. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032566142 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 15. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 16. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 17. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 18. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 19. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 20. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 21. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 22. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 30. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 31. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 2025.03.31 17:51:02.797911 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Cannot parse datetime: Cannot parse DateTime from String: In scope SELECT CAST([CAST('\0', 'DateTime')], 'Date'), ['q8B^/G'], []. (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./src/IO/ReadHelpers.h:1030: void DB::readDateTimeTextImpl(long&, DB::ReadBuffer&, DateLUTImpl const&, char const*, char const*) @ 0x0000000027db3b1e 5. ./src/IO/ReadHelpers.h:1204: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000328e28c6 6. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000328b6a67 7. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324fab8b 8. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325677a9 9. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032566142 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 15. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 16. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 17. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 18. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 19. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 20. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 21. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 22. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 30. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 31. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 2025.03.31 17:51:02.829638 [ 4149 ] {37839966-ca8a-4b84-90b1-ac4fcd27bf27} executeQuery: Code: 70. DB::Exception: Cannot convert NULL to a non-nullable type: In scope SELECT '', CAST(NULL, 'Date'), '\0', toUUIDOrDefault(CAST('K4', 'DateTime')), -93. (CANNOT_CONVERT_TYPE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT '', (CAST((NULL) AS Date)), '\0', toUUIDOrDefault((CAST(('K4') AS DateTime))), -93;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::detail::FunctionCast::prepareUnpackDictionaries(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000031e0f8b9 5. DB::detail::FunctionCast::prepare(std::vector> const&) const @ 0x0000000031e0e005 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3508: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d9494e 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:51:02.834636 [ 4149 ] {} TCPHandler: Code: 70. DB::Exception: Cannot convert NULL to a non-nullable type: In scope SELECT '', CAST(NULL, 'Date'), '\0', toUUIDOrDefault(CAST('K4', 'DateTime')), -93. (CANNOT_CONVERT_TYPE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::detail::FunctionCast::prepareUnpackDictionaries(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000031e0f8b9 5. DB::detail::FunctionCast::prepare(std::vector> const&) const @ 0x0000000031e0e005 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3508: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d9494e 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:51:03.609905 [ 4149 ] {209805b6-bfc1-4d52-9ad1-3e6cea07d0a9} executeQuery: Code: 42. DB::Exception: Number of arguments for function ngramDistanceCaseInsensitiveUTF8 doesn't match: passed 1, should be 2: In scope (SELECT ngramDistanceCaseInsensitiveUTF8('S`W')) AS azafo. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT ( SELECT ngramDistanceCaseInsensitiveUTF8('S`W') ) AS azafo;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:51:03.623296 [ 4149 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function ngramDistanceCaseInsensitiveUTF8 doesn't match: passed 1, should be 2: In scope (SELECT ngramDistanceCaseInsensitiveUTF8('S`W')) AS azafo. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:51:04.409492 [ 4149 ] {37168a6a-1fcb-4f7f-a969-1240c982617b} executeQuery: Code: 43. DB::Exception: First argument of function wordShingleMinHashArgUTF8 must be String, got Array(String): In scope SELECT wordShingleMinHashArgUTF8(['']). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT wordShingleMinHashArgUTF8(['']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionsStringHash, DB::NameWordShingleMinHashArgUTF8, false, true>::getReturnTypeImpl(std::vector> const&) const @ 0x000000000abbeac9 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:51:04.415169 [ 4149 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function wordShingleMinHashArgUTF8 must be String, got Array(String): In scope SELECT wordShingleMinHashArgUTF8(['']). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionsStringHash, DB::NameWordShingleMinHashArgUTF8, false, true>::getReturnTypeImpl(std::vector> const&) const @ 0x000000000abbeac9 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:51:05.187753 [ 4149 ] {3a6a5f61-1d9b-46a1-a8fe-4fa9d52b431a} executeQuery: Code: 42. DB::Exception: Number of arguments for function changeSecond doesn't match: passed 0, should be 2: In scope (SELECT changeSecond()). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT [], '', [], [( SELECT changeSecond() ) ], '\0';), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:05.193264 [ 4149 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function changeSecond doesn't match: passed 0, should be 2: In scope (SELECT changeSecond()). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:06.680152 [ 4149 ] {eec406a9-ce7b-4272-bd00-15ba6f0b9cad} executeQuery: Code: 41. DB::Exception: Cannot parse DateTime: Cannot parse DateTime from String: In scope (SELECT isDecimalOverflow([], CAST('', 'DateTime'))). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT [NULL], (CAST(((CAST((( SELECT isDecimalOverflow([], (CAST(('') AS DateTime))) ) ) AS Date))) AS String)), isNotDistinctFrom((CAST((NULL) AS Date)), NULL), '\0', [];), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/IO/ReadHelpers.cpp:1571: void DB::readDateTimeTextFallback(long&, DB::ReadBuffer&, DateLUTImpl const&, char const*, char const*) @ 0x000000002087a10a 5. ./src/IO/ReadHelpers.h:1101: void DB::readDateTimeTextImpl(long&, DB::ReadBuffer&, DateLUTImpl const&, char const*, char const*) @ 0x0000000027db335d 6. ./src/IO/ReadHelpers.h:1204: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000328e28c6 7. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000328b6a67 8. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324fab8b 9. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325677a9 10. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032566142 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 16. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 17. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 18. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 19. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 20. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 21. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 22. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 23. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 30. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 31. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 2025.03.31 17:51:06.685643 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Cannot parse DateTime: Cannot parse DateTime from String: In scope (SELECT isDecimalOverflow([], CAST('', 'DateTime'))). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/IO/ReadHelpers.cpp:1571: void DB::readDateTimeTextFallback(long&, DB::ReadBuffer&, DateLUTImpl const&, char const*, char const*) @ 0x000000002087a10a 5. ./src/IO/ReadHelpers.h:1101: void DB::readDateTimeTextImpl(long&, DB::ReadBuffer&, DateLUTImpl const&, char const*, char const*) @ 0x0000000027db335d 6. ./src/IO/ReadHelpers.h:1204: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000328e28c6 7. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000328b6a67 8. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324fab8b 9. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325677a9 10. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032566142 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 16. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 17. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 18. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 19. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 20. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 21. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 22. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 23. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 30. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 31. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 2025.03.31 17:51:07.169114 [ 4149 ] {574ecdeb-6fe3-476b-bfdd-426a6527aef7} executeQuery: Code: 42. DB::Exception: Table function 'remote' requires from 1 to 6 parameters: [, , ] [, username[, password], sharding_key]. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM remote();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:104: DB::Exception::Exception(PreformattedMessage const&, int) @ 0x000000002738bf55 3. ./build_docker/./src/TableFunctions/TableFunctionRemote.cpp:124: DB::TableFunctionRemote::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000273845bb 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 9. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:51:07.178459 [ 4149 ] {} TCPHandler: Code: 42. DB::Exception: Table function 'remote' requires from 1 to 6 parameters: [, , ] [, username[, password], sharding_key]. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:104: DB::Exception::Exception(PreformattedMessage const&, int) @ 0x000000002738bf55 3. ./build_docker/./src/TableFunctions/TableFunctionRemote.cpp:124: DB::TableFunctionRemote::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000273845bb 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 9. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:51:08.551798 [ 4149 ] {f20963fd-5ad4-4682-a003-d51c847fc59c} executeQuery: Code: 38. DB::Exception: Cannot parse date: value is too short: Cannot parse Date from String: In scope (SELECT * FROM fuzzQuery(CAST('', 'Date'))). (CANNOT_PARSE_DATE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM fuzzQuery(( SELECT * FROM fuzzQuery((CAST(('') AS Date))) ) , ( SELECT '\0', (CAST((( SELECT JSONExtractKeys('HqTkfG C', (CAST(([NULL]) AS DateTime))) ) AS muqzmja) AS DateTime)), ['Bhv'], [] ) );), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/IO/ReadHelpers.cpp:1363: void DB::readDateTextFallback(LocalDate&, DB::ReadBuffer&, char const*) @ 0x000000002087769b 5. ./src/IO/ReadHelpers.h:825: void DB::readDateTextImpl(LocalDate&, DB::ReadBuffer&, char const*) @ 0x0000000027db28d3 6. ./src/IO/ReadHelpers.h:846: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000328007ed 7. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000327d74a7 8. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324f568b 9. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003255e2c9 10. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003255cec2 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 16. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 17. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 18. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 19. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 20. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 21. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 22. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 23. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4786: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3b19a 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 30. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4786: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3b19a 31. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 2025.03.31 17:51:08.557278 [ 4149 ] {} TCPHandler: Code: 38. DB::Exception: Cannot parse date: value is too short: Cannot parse Date from String: In scope (SELECT * FROM fuzzQuery(CAST('', 'Date'))). (CANNOT_PARSE_DATE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/IO/ReadHelpers.cpp:1363: void DB::readDateTextFallback(LocalDate&, DB::ReadBuffer&, char const*) @ 0x000000002087769b 5. ./src/IO/ReadHelpers.h:825: void DB::readDateTextImpl(LocalDate&, DB::ReadBuffer&, char const*) @ 0x0000000027db28d3 6. ./src/IO/ReadHelpers.h:846: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000328007ed 7. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000327d74a7 8. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324f568b 9. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003255e2c9 10. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003255cec2 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 16. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 17. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 18. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 19. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 20. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 21. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 22. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 23. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4786: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3b19a 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 30. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4786: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3b19a 31. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 2025.03.31 17:51:09.109557 [ 4149 ] {d1dcd4d6-6e09-4346-9da6-1d1c365db787} executeQuery: Code: 36. DB::Exception: Argument 'cluster_name' must be a literal with type String, got UInt64. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM cluster(7351, ['']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>, std::basic_string_view>>(int, FormatStringHelperImpl::type, std::type_identity>>::type, std::type_identity>>::type>, String const&, std::basic_string_view>&&, std::basic_string_view>&&) @ 0x000000003d3e0c17 4. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:39: String DB::checkAndGetLiteralArgument(DB::ASTLiteral const&, String const&) @ 0x000000003d3dee23 5. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:22: String DB::checkAndGetLiteralArgument(std::shared_ptr const&, String const&) @ 0x000000003d3de339 6. ./build_docker/./src/TableFunctions/TableFunctionRemote.cpp:145: DB::TableFunctionRemote::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x000000002737b67c 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:51:09.114632 [ 4149 ] {} TCPHandler: Code: 36. DB::Exception: Argument 'cluster_name' must be a literal with type String, got UInt64. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>, std::basic_string_view>>(int, FormatStringHelperImpl::type, std::type_identity>>::type, std::type_identity>>::type>, String const&, std::basic_string_view>&&, std::basic_string_view>&&) @ 0x000000003d3e0c17 4. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:39: String DB::checkAndGetLiteralArgument(DB::ASTLiteral const&, String const&) @ 0x000000003d3dee23 5. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:22: String DB::checkAndGetLiteralArgument(std::shared_ptr const&, String const&) @ 0x000000003d3de339 6. ./build_docker/./src/TableFunctions/TableFunctionRemote.cpp:145: DB::TableFunctionRemote::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x000000002737b67c 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:51:10.044430 [ 4149 ] {e71da864-3176-4c2a-9950-4c6c4018c655} executeQuery: Code: 43. DB::Exception: Illegal type Array(String) of argument of function toDate: In scope SELECT '\0', [], NULL, [CAST(['\0'], 'Date')], (SELECT CAST(medianDD([]), 'Date')) AS orhgthb, (SELECT kolmogorovSmirnovTest()). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT '\0', [], NULL, [(CAST((['\0']) AS Date))], ( SELECT (CAST((medianDD([])) AS Date)) ) AS orhgthb, ( SELECT kolmogorovSmirnovTest() ) ;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./src/Functions/FunctionsConversion.h:2527: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003255e93b 5. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003255cec2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 11. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 12. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 13. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 14. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 15. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 16. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 17. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 18. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 29. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 30. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 31. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 2025.03.31 17:51:10.050173 [ 4149 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(String) of argument of function toDate: In scope SELECT '\0', [], NULL, [CAST(['\0'], 'Date')], (SELECT CAST(medianDD([]), 'Date')) AS orhgthb, (SELECT kolmogorovSmirnovTest()). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./src/Functions/FunctionsConversion.h:2527: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003255e93b 5. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003255cec2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 11. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 12. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 13. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 14. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 15. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 16. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 17. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 18. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 29. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 30. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 31. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 2025.03.31 17:51:10.068370 [ 4149 ] {21c3c636-8775-420f-8e89-f9ccc3ed367e} executeQuery: Code: 36. DB::Exception: Bad arguments count when creating Redis table function. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM redis();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/TableFunctions/TableFunctionRedis.cpp:85: DB::(anonymous namespace)::TableFunctionRedis::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x000000002743cb52 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:51:10.072936 [ 4149 ] {} TCPHandler: Code: 36. DB::Exception: Bad arguments count when creating Redis table function. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/TableFunctions/TableFunctionRedis.cpp:85: DB::(anonymous namespace)::TableFunctionRedis::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x000000002743cb52 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:51:10.851146 [ 4149 ] {e6addcfa-2654-4977-a41d-2bc9fb960ba9} executeQuery: Code: 35. DB::Exception: Number of arguments for function "xor" should be at least 2: passed 0: In scope SELECT ['j-$'], '\0', NULL, '\0', xor(). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT ['j-$'], '\0', NULL, '\0', xor();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&&) @ 0x00000000088dcead 4. DB::FunctionsLogicalDetail::FunctionAnyArityLogical::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x0000000031d72334 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:51:10.857052 [ 4149 ] {} TCPHandler: Code: 35. DB::Exception: Number of arguments for function "xor" should be at least 2: passed 0: In scope SELECT ['j-$'], '\0', NULL, '\0', xor(). (TOO_FEW_ARGUMENTS_FOR_FUNCTION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&&) @ 0x00000000088dcead 4. DB::FunctionsLogicalDetail::FunctionAnyArityLogical::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x0000000031d72334 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:51:10.932994 [ 4149 ] {dfb7ae19-732b-4061-b4fb-047b4347968b} executeQuery: Code: 36. DB::Exception: Argument 'url' must be a literal with type String, got Tuple. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM iceberg(( SELECT 581593.281, [] ) AS twcwh);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>, std::basic_string_view>>(int, FormatStringHelperImpl::type, std::type_identity>>::type, std::type_identity>>::type>, String const&, std::basic_string_view>&&, std::basic_string_view>&&) @ 0x000000003d3e0c17 4. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:39: String DB::checkAndGetLiteralArgument(DB::ASTLiteral const&, String const&) @ 0x000000003d3dee23 5. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:22: String DB::checkAndGetLiteralArgument(std::shared_ptr const&, String const&) @ 0x000000003d3de339 6. ./build_docker/./src/Storages/ObjectStorage/S3/Configuration.cpp:362: DB::StorageS3Configuration::fromAST(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool) @ 0x000000003331be17 7. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:568: DB::StorageObjectStorage::Configuration::initialize(DB::StorageObjectStorage::Configuration&, absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool, std::unique_ptr>) @ 0x00000000330eb74a 8. ./src/TableFunctions/TableFunctionObjectStorage.h:133: DB::TableFunctionObjectStorage>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x000000002754f79e 9. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x000000002754be97 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:51:10.937896 [ 4149 ] {} TCPHandler: Code: 36. DB::Exception: Argument 'url' must be a literal with type String, got Tuple. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>, std::basic_string_view>>(int, FormatStringHelperImpl::type, std::type_identity>>::type, std::type_identity>>::type>, String const&, std::basic_string_view>&&, std::basic_string_view>&&) @ 0x000000003d3e0c17 4. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:39: String DB::checkAndGetLiteralArgument(DB::ASTLiteral const&, String const&) @ 0x000000003d3dee23 5. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:22: String DB::checkAndGetLiteralArgument(std::shared_ptr const&, String const&) @ 0x000000003d3de339 6. ./build_docker/./src/Storages/ObjectStorage/S3/Configuration.cpp:362: DB::StorageS3Configuration::fromAST(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool) @ 0x000000003331be17 7. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:568: DB::StorageObjectStorage::Configuration::initialize(DB::StorageObjectStorage::Configuration&, absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool, std::unique_ptr>) @ 0x00000000330eb74a 8. ./src/TableFunctions/TableFunctionObjectStorage.h:133: DB::TableFunctionObjectStorage>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x000000002754f79e 9. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x000000002754be97 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:51:11.730640 [ 4149 ] {680bcd25-eaae-4747-9b41-0aa18214b900} executeQuery: Code: 42. DB::Exception: Number of arguments for function __bitSwapLastTwo doesn't match: passed 2, should be 1: In scope (SELECT __bitSwapLastTwo(NULL, '\0')) AS ygvar. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM mongodb(( SELECT __bitSwapLastTwo(NULL, '\0') ) AS ygvar, ( SELECT * FROM jdbc(( SELECT rand(( SELECT parseDateTime64BestEffortOrNull(-079), ['/X&2'], (CAST((( SELECT addNanoseconds() ) ) AS Date)), ( SELECT [] ) , 31 ) AS gg, skewSamp()) ) , ( SELECT (CAST((-01032) AS Date)), 21.752553, (CAST(((CAST(([]) AS String))) AS String)) ) AS khmrnkq, -2061570.6) ) , '\0');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4786: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3b19a 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:51:11.736387 [ 4149 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function __bitSwapLastTwo doesn't match: passed 2, should be 1: In scope (SELECT __bitSwapLastTwo(NULL, '\0')) AS ygvar. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4786: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3b19a 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:51:12.297328 [ 4149 ] {06876e96-8406-48e5-9ff6-03e515b42048} executeQuery: Code: 36. DB::Exception: Argument 'database_path' must be a literal with type String, got Array. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM sqlite([51788220.330], '\0');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>, std::basic_string_view>>(int, FormatStringHelperImpl::type, std::type_identity>>::type, std::type_identity>>::type>, String const&, std::basic_string_view>&&, std::basic_string_view>&&) @ 0x000000003d3e0c17 4. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:39: String DB::checkAndGetLiteralArgument(DB::ASTLiteral const&, String const&) @ 0x000000003d3dee23 5. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:22: String DB::checkAndGetLiteralArgument(std::shared_ptr const&, String const&) @ 0x000000003d3de339 6. ./build_docker/./src/TableFunctions/TableFunctionSQLite.cpp:88: DB::(anonymous namespace)::TableFunctionSQLite::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274aa273 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:51:12.303044 [ 4149 ] {} TCPHandler: Code: 36. DB::Exception: Argument 'database_path' must be a literal with type String, got Array. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>, std::basic_string_view>>(int, FormatStringHelperImpl::type, std::type_identity>>::type, std::type_identity>>::type>, String const&, std::basic_string_view>&&, std::basic_string_view>&&) @ 0x000000003d3e0c17 4. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:39: String DB::checkAndGetLiteralArgument(DB::ASTLiteral const&, String const&) @ 0x000000003d3dee23 5. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:22: String DB::checkAndGetLiteralArgument(std::shared_ptr const&, String const&) @ 0x000000003d3de339 6. ./build_docker/./src/TableFunctions/TableFunctionSQLite.cpp:88: DB::(anonymous namespace)::TableFunctionSQLite::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274aa273 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:51:13.035665 [ 4149 ] {e83b6bcd-6f38-44bd-a3c8-89de8e2ed006} executeQuery: Code: 42. DB::Exception: Number of arguments for function transactionOldestSnapshot doesn't match: passed 1, should be 0: In scope SELECT CAST(transactionOldestSnapshot([]), 'DateTime'), []. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT (CAST((transactionOldestSnapshot([])) AS DateTime)), [];), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:51:13.040858 [ 4149 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function transactionOldestSnapshot doesn't match: passed 1, should be 0: In scope SELECT CAST(transactionOldestSnapshot([]), 'DateTime'), []. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:51:13.102761 [ 4149 ] {9d59d606-1d06-40ea-9b49-927e9dce89dd} executeQuery: Code: 42. DB::Exception: Number of arguments for function domainWithoutWWWRFC doesn't match: passed 0, should be 1: In scope SELECT domainWithoutWWWRFC(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT domainWithoutWWWRFC();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:51:13.107788 [ 4149 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function domainWithoutWWWRFC doesn't match: passed 0, should be 1: In scope SELECT domainWithoutWWWRFC(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:51:13.682548 [ 4149 ] {2a950c6c-2e37-4152-9c36-978fc9c7cf79} executeQuery: Code: 42. DB::Exception: The function s3 should have arguments. The first argument must be the cluster name and the rest are the arguments of corresponding table function. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM s3();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionObjectStorageClusterFallback.cpp:80: DB::TableFunctionObjectStorageClusterFallback>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275eb761 5. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274eb9b7 6. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275b3666 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:51:13.689795 [ 4149 ] {} TCPHandler: Code: 42. DB::Exception: The function s3 should have arguments. The first argument must be the cluster name and the rest are the arguments of corresponding table function. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionObjectStorageClusterFallback.cpp:80: DB::TableFunctionObjectStorageClusterFallback>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275eb761 5. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274eb9b7 6. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275b3666 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:51:13.747022 [ 4149 ] {3be9a638-7e38-4c44-b775-1fd74c898dac} executeQuery: Code: 42. DB::Exception: Number of arguments for function polygonsWithinSpherical doesn't match: passed 0, should be 2: In scope SELECT polygonsWithinSpherical(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT polygonsWithinSpherical();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:51:13.754024 [ 4149 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function polygonsWithinSpherical doesn't match: passed 0, should be 2: In scope SELECT polygonsWithinSpherical(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:51:14.331528 [ 4149 ] {06fbf9d0-61b3-4596-b651-d05b89e34f96} executeQuery: Code: 636. DB::Exception: Table function 'input' was used without structure argument but structure could not be determined automatically. Please, provide structure manually. (CANNOT_EXTRACT_TABLE_STRUCTURE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM input();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionInput.cpp:75: DB::(anonymous namespace)::TableFunctionInput::getActualTableStructure(std::shared_ptr, bool) const @ 0x0000000027423eca 5. ./build_docker/./src/TableFunctions/TableFunctionInput.cpp:87: DB::(anonymous namespace)::TableFunctionInput::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x0000000027424753 6. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 7. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:51:14.336922 [ 4149 ] {} TCPHandler: Code: 636. DB::Exception: Table function 'input' was used without structure argument but structure could not be determined automatically. Please, provide structure manually. (CANNOT_EXTRACT_TABLE_STRUCTURE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionInput.cpp:75: DB::(anonymous namespace)::TableFunctionInput::getActualTableStructure(std::shared_ptr, bool) const @ 0x0000000027423eca 5. ./build_docker/./src/TableFunctions/TableFunctionInput.cpp:87: DB::(anonymous namespace)::TableFunctionInput::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x0000000027424753 6. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 7. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:51:14.900345 [ 4149 ] {85f4d97a-cd26-4820-ba63-c002ed1c261c} executeQuery: Code: 42. DB::Exception: Storage PostgreSQL requires from 5 to 7 parameters: PostgreSQL('host:port', 'database', 'table', 'username', 'password' [, 'schema', 'ON CONFLICT ...']. Got: 0. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM postgresql();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, unsigned long&&) @ 0x000000000d0a538a 4. ./build_docker/./src/Storages/StoragePostgreSQL.cpp:583: DB::StoragePostgreSQL::getConfiguration(absl::InlinedVector, 7ul, std::allocator>>, std::shared_ptr) @ 0x000000003cd0eb58 5. ./build_docker/./src/TableFunctions/TableFunctionPostgreSQL.cpp:86: DB::(anonymous namespace)::TableFunctionPostgreSQL::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274a54d9 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:51:14.909661 [ 4149 ] {} TCPHandler: Code: 42. DB::Exception: Storage PostgreSQL requires from 5 to 7 parameters: PostgreSQL('host:port', 'database', 'table', 'username', 'password' [, 'schema', 'ON CONFLICT ...']. Got: 0. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, unsigned long&&) @ 0x000000000d0a538a 4. ./build_docker/./src/Storages/StoragePostgreSQL.cpp:583: DB::StoragePostgreSQL::getConfiguration(absl::InlinedVector, 7ul, std::allocator>>, std::shared_ptr) @ 0x000000003cd0eb58 5. ./build_docker/./src/TableFunctions/TableFunctionPostgreSQL.cpp:86: DB::(anonymous namespace)::TableFunctionPostgreSQL::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274a54d9 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:51:14.937010 [ 1375 ] {50b2a562-258a-4530-be81-ac182a222d98} executeQuery: Code: 469. DB::Exception: Constraint `a_constraint` for table test_p791nepg.replicated_constraints1 (d693d420-6974-42ba-a9cd-c3b50b49181f) is violated at row 1. Expression: (a < 10). Column values: a = 10. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:43044) (comment: 00988_constraints_replication_zookeeper_long.sql) (in query: INSERT INTO replicated_constraints1 VALUES ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 17:51:14.946083 [ 1375 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `a_constraint` for table test_p791nepg.replicated_constraints1 (d693d420-6974-42ba-a9cd-c3b50b49181f) is violated at row 1. Expression: (a < 10). Column values: a = 10. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 17:51:15.556705 [ 4149 ] {42f02252-964a-4f01-9320-537678e5b01a} executeQuery: Code: 36. DB::Exception: Argument 'url' must be a literal with type String, got UInt64. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM s3((CAST(((CAST((775698) AS String))) AS DateTime)));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>, std::basic_string_view>>(int, FormatStringHelperImpl::type, std::type_identity>>::type, std::type_identity>>::type>, String const&, std::basic_string_view>&&, std::basic_string_view>&&) @ 0x000000003d3e0c17 4. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:39: String DB::checkAndGetLiteralArgument(DB::ASTLiteral const&, String const&) @ 0x000000003d3dee23 5. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:22: String DB::checkAndGetLiteralArgument(std::shared_ptr const&, String const&) @ 0x000000003d3de339 6. ./build_docker/./src/Storages/ObjectStorage/S3/Configuration.cpp:362: DB::StorageS3Configuration::fromAST(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool) @ 0x000000003331be17 7. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:568: DB::StorageObjectStorage::Configuration::initialize(DB::StorageObjectStorage::Configuration&, absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool, std::unique_ptr>) @ 0x00000000330eb74a 8. ./src/TableFunctions/TableFunctionObjectStorage.h:133: DB::TableFunctionObjectStorage::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000274e829e 9. ./build_docker/./src/TableFunctions/TableFunctionObjectStorageClusterFallback.cpp:98: DB::TableFunctionObjectStorageClusterFallback>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275eb5af 10. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274eb9b7 11. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275b3666 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:51:15.642398 [ 4149 ] {} TCPHandler: Code: 36. DB::Exception: Argument 'url' must be a literal with type String, got UInt64. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>, std::basic_string_view>>(int, FormatStringHelperImpl::type, std::type_identity>>::type, std::type_identity>>::type>, String const&, std::basic_string_view>&&, std::basic_string_view>&&) @ 0x000000003d3e0c17 4. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:39: String DB::checkAndGetLiteralArgument(DB::ASTLiteral const&, String const&) @ 0x000000003d3dee23 5. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:22: String DB::checkAndGetLiteralArgument(std::shared_ptr const&, String const&) @ 0x000000003d3de339 6. ./build_docker/./src/Storages/ObjectStorage/S3/Configuration.cpp:362: DB::StorageS3Configuration::fromAST(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool) @ 0x000000003331be17 7. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:568: DB::StorageObjectStorage::Configuration::initialize(DB::StorageObjectStorage::Configuration&, absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool, std::unique_ptr>) @ 0x00000000330eb74a 8. ./src/TableFunctions/TableFunctionObjectStorage.h:133: DB::TableFunctionObjectStorage::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000274e829e 9. ./build_docker/./src/TableFunctions/TableFunctionObjectStorageClusterFallback.cpp:98: DB::TableFunctionObjectStorageClusterFallback>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275eb5af 10. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274eb9b7 11. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275b3666 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:51:15.796472 [ 1375 ] {68a1b1a0-75f2-4139-b503-34670ea7939a} executeQuery: Code: 469. DB::Exception: Constraint `a_constraint` for table test_p791nepg.replicated_constraints1 (d693d420-6974-42ba-a9cd-c3b50b49181f) is violated at row 1. Expression: (a < 10). Column values: a = 10. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:43044) (comment: 00988_constraints_replication_zookeeper_long.sql) (in query: INSERT INTO replicated_constraints1 VALUES ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 17:51:15.801087 [ 1375 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `a_constraint` for table test_p791nepg.replicated_constraints1 (d693d420-6974-42ba-a9cd-c3b50b49181f) is violated at row 1. Expression: (a < 10). Column values: a = 10. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 17:51:15.828394 [ 1375 ] {ce4b7374-1ea6-4689-b005-aada1f84c434} executeQuery: Code: 469. DB::Exception: Constraint `b_constraint` for table test_p791nepg.replicated_constraints2 (27198527-eeec-49cc-a82d-e3d119b87c27) is violated at row 1. Expression: (b > 10). Column values: b = 10. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:43044) (comment: 00988_constraints_replication_zookeeper_long.sql) (in query: INSERT INTO replicated_constraints2 VALUES ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 17:51:15.833152 [ 1375 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `b_constraint` for table test_p791nepg.replicated_constraints2 (27198527-eeec-49cc-a82d-e3d119b87c27) is violated at row 1. Expression: (b > 10). Column values: b = 10. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 17:51:16.268526 [ 4149 ] {52db9cb1-d33e-4e09-95a7-e9d5f4931f2c} executeQuery: Code: 42. DB::Exception: Table function 'generateSeries' requires 'length' or 'offset, length'. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM generateSeries();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionGenerateSeries.cpp:72: DB::(anonymous namespace)::TableFunctionGenerateSeries<1ul>::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000273c620b 5. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 6. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:51:16.274063 [ 4149 ] {} TCPHandler: Code: 42. DB::Exception: Table function 'generateSeries' requires 'length' or 'offset, length'. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionGenerateSeries.cpp:72: DB::(anonymous namespace)::TableFunctionGenerateSeries<1ul>::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000273c620b 5. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 6. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:51:16.971647 [ 56178 ] {ee01bf07-9e1b-4190-9be7-bdebd5d6fa1f} executeQuery: Code: 179. DB::Exception: Multiple expressions 2 AS value and 1 AS value for alias value. In scope SELECT 1 AS value, 2 AS value. (MULTIPLE_EXPRESSIONS_FOR_ALIAS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:43116) (comment: 02344_analyzer_multiple_aliases_for_expression.sql) (in query: SELECT 1 AS value, 2 AS value;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&, String&&) @ 0x0000000035de9e7f 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5700: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1f3df 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 7. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 8. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 10. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:51:16.975784 [ 56178 ] {} TCPHandler: Code: 179. DB::Exception: Multiple expressions 2 AS value and 1 AS value for alias value. In scope SELECT 1 AS value, 2 AS value. (MULTIPLE_EXPRESSIONS_FOR_ALIAS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&, String&&) @ 0x0000000035de9e7f 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5700: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1f3df 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 7. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 8. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 10. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:51:16.996806 [ 56178 ] {04afc109-1159-4f6b-877e-4313b1d99743} executeQuery: Code: 179. DB::Exception: Multiple expressions 2 AS value and _CAST(2, 'UInt16') for alias value. In scope SELECT 1 + 1 AS value, 2 AS value. (MULTIPLE_EXPRESSIONS_FOR_ALIAS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:43116) (comment: 02344_analyzer_multiple_aliases_for_expression.sql) (in query: SELECT plus(1, 1) AS value, 2 AS value;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&, String&&) @ 0x0000000035de9e7f 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5700: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1f3df 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 7. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 8. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 10. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:51:17.000455 [ 56178 ] {} TCPHandler: Code: 179. DB::Exception: Multiple expressions 2 AS value and _CAST(2, 'UInt16') for alias value. In scope SELECT 1 + 1 AS value, 2 AS value. (MULTIPLE_EXPRESSIONS_FOR_ALIAS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&, String&&) @ 0x0000000035de9e7f 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5700: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1f3df 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 7. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 8. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 10. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:51:17.038962 [ 56178 ] {0a25dff9-8469-4235-a8f4-83b6f956f5fe} executeQuery: Code: 179. DB::Exception: Multiple expressions 1 AS subquery and _CAST(1, 'Nullable(UInt8)') for alias subquery. In scope SELECT (SELECT 1) AS subquery, 1 AS subquery. (MULTIPLE_EXPRESSIONS_FOR_ALIAS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:43116) (comment: 02344_analyzer_multiple_aliases_for_expression.sql) (in query: SELECT (SELECT 1) AS subquery, 1 AS subquery;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&, String&&) @ 0x0000000035de9e7f 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5700: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1f3df 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 7. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 8. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 10. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:51:17.042438 [ 56178 ] {} TCPHandler: Code: 179. DB::Exception: Multiple expressions 1 AS subquery and _CAST(1, 'Nullable(UInt8)') for alias subquery. In scope SELECT (SELECT 1) AS subquery, 1 AS subquery. (MULTIPLE_EXPRESSIONS_FOR_ALIAS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&, String&&) @ 0x0000000035de9e7f 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5700: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1f3df 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 7. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 8. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 10. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:51:17.546130 [ 56178 ] {ca7a96f5-7d43-47af-9ae8-a1f86e46f5da} executeQuery: Code: 179. DB::Exception: Multiple expressions x -> (x + 2) AS lambda and x -> (x + 1) AS lambda for alias lambda. In scope WITH x -> (x + 1) AS lambda, (x -> (x + 2)) AS lambda SELECT lambda(1). (MULTIPLE_EXPRESSIONS_FOR_ALIAS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:43116) (comment: 02344_analyzer_multiple_aliases_for_expression.sql) (in query: WITH x -> x + 1 AS lambda, x -> x + 2 AS lambda SELECT lambda(1);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&, String&&) @ 0x0000000035de9e7f 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5714: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1f8f1 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 7. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 8. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 10. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:51:17.550591 [ 56178 ] {} TCPHandler: Code: 179. DB::Exception: Multiple expressions x -> (x + 2) AS lambda and x -> (x + 1) AS lambda for alias lambda. In scope WITH x -> (x + 1) AS lambda, (x -> (x + 2)) AS lambda SELECT lambda(1). (MULTIPLE_EXPRESSIONS_FOR_ALIAS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&, String&&) @ 0x0000000035de9e7f 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5714: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1f8f1 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 7. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 8. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 10. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:51:17.567259 [ 4128 ] {44e7546f-77f7-4cad-8a6b-6b7c24493361} executeQuery: Code: 36. DB::Exception: The size of bloom filter cannot be zero. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57648) (comment: 01384_bloom_filter_bad_arguments.sql) (in query: CREATE TABLE test (`a` String, INDEX a a TYPE tokenbf_v1(0, 2, 0) GRANULARITY 1) ENGINE = MergeTree ORDER BY a SETTINGS index_granularity = 6161, min_bytes_for_wide_part = 64478965, ratio_of_defaults_for_sparse_serialization = 0., replace_long_file_name_to_hash = true, max_file_name_length = 0, min_bytes_for_full_part_storage = 511662985, compact_parts_max_bytes_to_buffer = 95877982, compact_parts_max_granules_to_buffer = 83, compact_parts_merge_max_bytes_to_prefetch_part = 9329239, merge_max_block_size = 17042, old_parts_lifetime = 10., prefer_fetch_merged_part_size_threshold = 10737418240, vertical_merge_algorithm_min_rows_to_activate = 1000000, vertical_merge_algorithm_min_columns_to_activate = 1, min_merge_bytes_to_use_direct_io = 9578785510, index_granularity_bytes = 29992712, use_const_adaptive_granularity = true, enable_index_granularity_compression = false, concurrent_part_removal_threshold = 90, allow_vertical_merges_from_compact_to_wide_parts = true, cache_populated_by_fetch = true, marks_compress_block_size = 29914, primary_key_compress_block_size = 61281, use_primary_key_cache = false, prewarm_primary_key_cache = true, prewarm_mark_cache = true), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/BloomFilter.cpp:28: DB::BloomFilterParameters::BloomFilterParameters(unsigned long, unsigned long, unsigned long) @ 0x00000000377413c6 5. ./build_docker/./src/Storages/MergeTree/MergeTreeIndexBloomFilterText.cpp:811: DB::bloomFilterIndexTextValidator(DB::IndexDescription const&, bool) @ 0x000000003e2f4bff 6. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003e2a002e 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003e29122e 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:793: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de064bc 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 10. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 11. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 12. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 13. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 14. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 18. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:51:17.571990 [ 4128 ] {} TCPHandler: Code: 36. DB::Exception: The size of bloom filter cannot be zero. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/BloomFilter.cpp:28: DB::BloomFilterParameters::BloomFilterParameters(unsigned long, unsigned long, unsigned long) @ 0x00000000377413c6 5. ./build_docker/./src/Storages/MergeTree/MergeTreeIndexBloomFilterText.cpp:811: DB::bloomFilterIndexTextValidator(DB::IndexDescription const&, bool) @ 0x000000003e2f4bff 6. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003e2a002e 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003e29122e 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:793: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de064bc 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 10. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 11. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 12. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 13. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 14. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 18. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:51:17.591809 [ 56178 ] {f22bad22-bb9b-4503-9f30-e46d88cb7048} executeQuery: Code: 179. DB::Exception: Multiple expressions (SELECT 1) AS lambda and x -> (x + 1) AS lambda for alias lambda. In scope WITH x -> (x + 1) AS lambda SELECT (SELECT 1) AS lambda. (MULTIPLE_EXPRESSIONS_FOR_ALIAS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:43116) (comment: 02344_analyzer_multiple_aliases_for_expression.sql) (in query: WITH x -> x + 1 AS lambda SELECT (SELECT 1) AS lambda;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&, String&&) @ 0x0000000035de9e7f 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5714: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1f8f1 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 7. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 8. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 10. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:51:17.595597 [ 56178 ] {} TCPHandler: Code: 179. DB::Exception: Multiple expressions (SELECT 1) AS lambda and x -> (x + 1) AS lambda for alias lambda. In scope WITH x -> (x + 1) AS lambda SELECT (SELECT 1) AS lambda. (MULTIPLE_EXPRESSIONS_FOR_ALIAS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&, String&&) @ 0x0000000035de9e7f 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5714: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1f8f1 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 7. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 8. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 10. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:51:17.615516 [ 56178 ] {1b6e9226-39ab-46f5-ab33-9022004af6b2} executeQuery: Code: 179. DB::Exception: Multiple expressions 1 AS lambda and x -> (x + 1) AS lambda for alias lambda. In scope WITH x -> (x + 1) AS lambda SELECT 1 AS lambda. (MULTIPLE_EXPRESSIONS_FOR_ALIAS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:43116) (comment: 02344_analyzer_multiple_aliases_for_expression.sql) (in query: WITH x -> x + 1 AS lambda SELECT 1 AS lambda;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&, String&&) @ 0x0000000035de9e7f 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5714: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1f8f1 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 7. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 8. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 10. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:51:17.619189 [ 56178 ] {} TCPHandler: Code: 179. DB::Exception: Multiple expressions 1 AS lambda and x -> (x + 1) AS lambda for alias lambda. In scope WITH x -> (x + 1) AS lambda SELECT 1 AS lambda. (MULTIPLE_EXPRESSIONS_FOR_ALIAS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&, String&&) @ 0x0000000035de9e7f 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5714: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1f8f1 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 7. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 8. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 10. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:51:17.640554 [ 56178 ] {09d8aeb3-584a-49c0-a666-fe2d6f916127} executeQuery: Code: 179. DB::Exception: Multiple expressions test_2ht1yst8.test_table.value and test_2ht1yst8.test_table.id for alias value. In scope SELECT id AS value, value AS value FROM test_table. (MULTIPLE_EXPRESSIONS_FOR_ALIAS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:43116) (comment: 02344_analyzer_multiple_aliases_for_expression.sql) (in query: SELECT id AS value, value AS value FROM test_table;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&, String&&) @ 0x0000000035de9e7f 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5700: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1f3df 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 7. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 8. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 10. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:51:17.643963 [ 56178 ] {} TCPHandler: Code: 179. DB::Exception: Multiple expressions test_2ht1yst8.test_table.value and test_2ht1yst8.test_table.id for alias value. In scope SELECT id AS value, value AS value FROM test_table. (MULTIPLE_EXPRESSIONS_FOR_ALIAS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&, String&&) @ 0x0000000035de9e7f 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5700: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1f3df 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 7. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 8. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 10. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:51:17.666791 [ 56178 ] {e6369ada-44a3-479d-9f57-7434470478fd} executeQuery: Code: 179. DB::Exception: Multiple expressions test_2ht1yst8.test_table.value and test_2ht1yst8.test_table.id for alias value_1. In scope SELECT id AS value_1, value AS value_1 FROM test_table. (MULTIPLE_EXPRESSIONS_FOR_ALIAS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:43116) (comment: 02344_analyzer_multiple_aliases_for_expression.sql) (in query: SELECT id AS value_1, value AS value_1 FROM test_table;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&, String&&) @ 0x0000000035de9e7f 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5700: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1f3df 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 7. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 8. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 10. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:51:17.667206 [ 4149 ] {dafedba2-0ed1-45c0-b914-43e6c691d0c9} executeQuery: Code: 41. DB::Exception: Cannot parse datetime: Cannot parse DateTime from String: In scope SELECT CAST('\0', 'DateTime'), '\0', 'Jj'. (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT (CAST(('\0') AS DateTime)), '\0', 'Jj';), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./src/IO/ReadHelpers.h:1030: void DB::readDateTimeTextImpl(long&, DB::ReadBuffer&, DateLUTImpl const&, char const*, char const*) @ 0x0000000027db3b1e 5. ./src/IO/ReadHelpers.h:1204: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000328e28c6 6. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000328b6a67 7. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324fab8b 8. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325677a9 9. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032566142 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 15. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 16. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 17. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 18. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 19. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 20. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 21. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 22. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 30. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 31. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 2025.03.31 17:51:17.670606 [ 56178 ] {} TCPHandler: Code: 179. DB::Exception: Multiple expressions test_2ht1yst8.test_table.value and test_2ht1yst8.test_table.id for alias value_1. In scope SELECT id AS value_1, value AS value_1 FROM test_table. (MULTIPLE_EXPRESSIONS_FOR_ALIAS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&, String&&) @ 0x0000000035de9e7f 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5700: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1f3df 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 7. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 8. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 10. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:51:17.672313 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Cannot parse datetime: Cannot parse DateTime from String: In scope SELECT CAST('\0', 'DateTime'), '\0', 'Jj'. (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./src/IO/ReadHelpers.h:1030: void DB::readDateTimeTextImpl(long&, DB::ReadBuffer&, DateLUTImpl const&, char const*, char const*) @ 0x0000000027db3b1e 5. ./src/IO/ReadHelpers.h:1204: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000328e28c6 6. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000328b6a67 7. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324fab8b 8. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325677a9 9. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032566142 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 15. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 16. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 17. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 18. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 19. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 20. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 21. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 22. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 30. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 31. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 2025.03.31 17:51:17.691816 [ 56178 ] {910ebca2-d214-41e9-ae6e-39466f6a7af4} executeQuery: Code: 179. DB::Exception: Multiple expressions id + 1 AS value and test_2ht1yst8.test_table.id for alias value. In scope SELECT id AS value, id + 1 AS value FROM test_table. (MULTIPLE_EXPRESSIONS_FOR_ALIAS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:43116) (comment: 02344_analyzer_multiple_aliases_for_expression.sql) (in query: SELECT id AS value, (id + 1) AS value FROM test_table;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&, String&&) @ 0x0000000035de9e7f 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5700: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1f3df 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 7. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 8. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 10. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:51:17.695277 [ 56178 ] {} TCPHandler: Code: 179. DB::Exception: Multiple expressions id + 1 AS value and test_2ht1yst8.test_table.id for alias value. In scope SELECT id AS value, id + 1 AS value FROM test_table. (MULTIPLE_EXPRESSIONS_FOR_ALIAS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&, String&&) @ 0x0000000035de9e7f 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5700: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1f3df 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 7. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 8. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 10. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:51:18.326512 [ 4128 ] {cdcc4fc9-c263-402f-9297-b8b274418359} executeQuery: Code: 36. DB::Exception: The number of hash functions for bloom filter cannot be zero. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57648) (comment: 01384_bloom_filter_bad_arguments.sql) (in query: CREATE TABLE test (`a` String, INDEX a a TYPE tokenbf_v1(2, 0, 0) GRANULARITY 1) ENGINE = MergeTree ORDER BY a SETTINGS index_granularity = 6161, min_bytes_for_wide_part = 64478965, ratio_of_defaults_for_sparse_serialization = 0., replace_long_file_name_to_hash = true, max_file_name_length = 0, min_bytes_for_full_part_storage = 511662985, compact_parts_max_bytes_to_buffer = 95877982, compact_parts_max_granules_to_buffer = 83, compact_parts_merge_max_bytes_to_prefetch_part = 9329239, merge_max_block_size = 17042, old_parts_lifetime = 10., prefer_fetch_merged_part_size_threshold = 10737418240, vertical_merge_algorithm_min_rows_to_activate = 1000000, vertical_merge_algorithm_min_columns_to_activate = 1, min_merge_bytes_to_use_direct_io = 9578785510, index_granularity_bytes = 29992712, use_const_adaptive_granularity = true, enable_index_granularity_compression = false, concurrent_part_removal_threshold = 90, allow_vertical_merges_from_compact_to_wide_parts = true, cache_populated_by_fetch = true, marks_compress_block_size = 29914, primary_key_compress_block_size = 61281, use_primary_key_cache = false, prewarm_primary_key_cache = true, prewarm_mark_cache = true), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/BloomFilter.cpp:30: DB::BloomFilterParameters::BloomFilterParameters(unsigned long, unsigned long, unsigned long) @ 0x00000000377414ec 5. ./build_docker/./src/Storages/MergeTree/MergeTreeIndexBloomFilterText.cpp:811: DB::bloomFilterIndexTextValidator(DB::IndexDescription const&, bool) @ 0x000000003e2f4bff 6. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003e2a002e 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003e29122e 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:793: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de064bc 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 10. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 11. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 12. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 13. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 14. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 18. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:51:18.331070 [ 4128 ] {} TCPHandler: Code: 36. DB::Exception: The number of hash functions for bloom filter cannot be zero. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/BloomFilter.cpp:30: DB::BloomFilterParameters::BloomFilterParameters(unsigned long, unsigned long, unsigned long) @ 0x00000000377414ec 5. ./build_docker/./src/Storages/MergeTree/MergeTreeIndexBloomFilterText.cpp:811: DB::bloomFilterIndexTextValidator(DB::IndexDescription const&, bool) @ 0x000000003e2f4bff 6. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003e2a002e 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003e29122e 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:793: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de064bc 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 10. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 11. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 12. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 13. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 14. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 18. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:51:18.388092 [ 4128 ] {972f421e-0db0-45c1-b884-a068d8aead49} executeQuery: Code: 36. DB::Exception: The size of bloom filter cannot be zero. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57648) (comment: 01384_bloom_filter_bad_arguments.sql) (in query: CREATE TABLE test (`a` String, INDEX a a TYPE tokenbf_v1(0, 1, 1) GRANULARITY 1) ENGINE = MergeTree ORDER BY a SETTINGS index_granularity = 6161, min_bytes_for_wide_part = 64478965, ratio_of_defaults_for_sparse_serialization = 0., replace_long_file_name_to_hash = true, max_file_name_length = 0, min_bytes_for_full_part_storage = 511662985, compact_parts_max_bytes_to_buffer = 95877982, compact_parts_max_granules_to_buffer = 83, compact_parts_merge_max_bytes_to_prefetch_part = 9329239, merge_max_block_size = 17042, old_parts_lifetime = 10., prefer_fetch_merged_part_size_threshold = 10737418240, vertical_merge_algorithm_min_rows_to_activate = 1000000, vertical_merge_algorithm_min_columns_to_activate = 1, min_merge_bytes_to_use_direct_io = 9578785510, index_granularity_bytes = 29992712, use_const_adaptive_granularity = true, enable_index_granularity_compression = false, concurrent_part_removal_threshold = 90, allow_vertical_merges_from_compact_to_wide_parts = true, cache_populated_by_fetch = true, marks_compress_block_size = 29914, primary_key_compress_block_size = 61281, use_primary_key_cache = false, prewarm_primary_key_cache = true, prewarm_mark_cache = true), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/BloomFilter.cpp:28: DB::BloomFilterParameters::BloomFilterParameters(unsigned long, unsigned long, unsigned long) @ 0x00000000377413c6 5. ./build_docker/./src/Storages/MergeTree/MergeTreeIndexBloomFilterText.cpp:811: DB::bloomFilterIndexTextValidator(DB::IndexDescription const&, bool) @ 0x000000003e2f4bff 6. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003e2a002e 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003e29122e 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:793: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de064bc 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 10. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 11. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 12. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 13. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 14. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 18. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:51:18.392604 [ 4128 ] {} TCPHandler: Code: 36. DB::Exception: The size of bloom filter cannot be zero. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/BloomFilter.cpp:28: DB::BloomFilterParameters::BloomFilterParameters(unsigned long, unsigned long, unsigned long) @ 0x00000000377413c6 5. ./build_docker/./src/Storages/MergeTree/MergeTreeIndexBloomFilterText.cpp:811: DB::bloomFilterIndexTextValidator(DB::IndexDescription const&, bool) @ 0x000000003e2f4bff 6. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003e2a002e 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003e29122e 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:793: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de064bc 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 10. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 11. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 12. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 13. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 14. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 18. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:51:18.448145 [ 4128 ] {af610e9d-4650-4eab-8843-231476318c9e} executeQuery: Code: 36. DB::Exception: The number of hash functions for bloom filter cannot be zero. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57648) (comment: 01384_bloom_filter_bad_arguments.sql) (in query: CREATE TABLE test (`a` String, INDEX a a TYPE tokenbf_v1(1, 0, 1) GRANULARITY 1) ENGINE = MergeTree ORDER BY a SETTINGS index_granularity = 6161, min_bytes_for_wide_part = 64478965, ratio_of_defaults_for_sparse_serialization = 0., replace_long_file_name_to_hash = true, max_file_name_length = 0, min_bytes_for_full_part_storage = 511662985, compact_parts_max_bytes_to_buffer = 95877982, compact_parts_max_granules_to_buffer = 83, compact_parts_merge_max_bytes_to_prefetch_part = 9329239, merge_max_block_size = 17042, old_parts_lifetime = 10., prefer_fetch_merged_part_size_threshold = 10737418240, vertical_merge_algorithm_min_rows_to_activate = 1000000, vertical_merge_algorithm_min_columns_to_activate = 1, min_merge_bytes_to_use_direct_io = 9578785510, index_granularity_bytes = 29992712, use_const_adaptive_granularity = true, enable_index_granularity_compression = false, concurrent_part_removal_threshold = 90, allow_vertical_merges_from_compact_to_wide_parts = true, cache_populated_by_fetch = true, marks_compress_block_size = 29914, primary_key_compress_block_size = 61281, use_primary_key_cache = false, prewarm_primary_key_cache = true, prewarm_mark_cache = true), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/BloomFilter.cpp:30: DB::BloomFilterParameters::BloomFilterParameters(unsigned long, unsigned long, unsigned long) @ 0x00000000377414ec 5. ./build_docker/./src/Storages/MergeTree/MergeTreeIndexBloomFilterText.cpp:811: DB::bloomFilterIndexTextValidator(DB::IndexDescription const&, bool) @ 0x000000003e2f4bff 6. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003e2a002e 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003e29122e 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:793: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de064bc 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 10. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 11. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 12. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 13. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 14. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 18. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:51:18.452814 [ 4128 ] {} TCPHandler: Code: 36. DB::Exception: The number of hash functions for bloom filter cannot be zero. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/BloomFilter.cpp:30: DB::BloomFilterParameters::BloomFilterParameters(unsigned long, unsigned long, unsigned long) @ 0x00000000377414ec 5. ./build_docker/./src/Storages/MergeTree/MergeTreeIndexBloomFilterText.cpp:811: DB::bloomFilterIndexTextValidator(DB::IndexDescription const&, bool) @ 0x000000003e2f4bff 6. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003e2a002e 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003e29122e 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:793: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de064bc 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 10. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 11. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 12. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 13. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 14. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 18. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:51:18.452967 [ 4149 ] {47e13579-a408-46a2-b60c-24cfeffad4d7} executeQuery: Code: 43. DB::Exception: Argument 0 of function L1Norm should be tuple, got String: In scope SELECT L1Normalize('c'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT L1Normalize('c');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionLNorm::getReturnTypeImpl(std::vector> const&) const @ 0x000000001c20e4a9 5. DB::FunctionLNormalize::getReturnTypeImpl(std::vector> const&) const @ 0x000000001c273e7d 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:51:18.458054 [ 4149 ] {} TCPHandler: Code: 43. DB::Exception: Argument 0 of function L1Norm should be tuple, got String: In scope SELECT L1Normalize('c'). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionLNorm::getReturnTypeImpl(std::vector> const&) const @ 0x000000001c20e4a9 5. DB::FunctionLNormalize::getReturnTypeImpl(std::vector> const&) const @ 0x000000001c273e7d 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:51:18.762893 [ 57570 ] {e2aa94de-09a3-48f9-979d-6c4a6906fffb} executeQuery: Code: 252. DB::Exception: Too many partitions for single INSERT block (more than 1). The limit is controlled by 'max_partitions_per_insert_block' setting. Large number of partitions is a common misconception. It will lead to severe negative performance impact, including slow server startup, slow INSERT queries and slow SELECT queries. Recommended total number of partitions for a table is under 1000..10000. Please note, that partitioning is not intended to speed up SELECT queries (ORDER BY key is sufficient to make range queries fast). Partitions are intended for data manipulation (DROP PARTITION, etc). (TOO_MANY_PARTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57666) (comment: 01593_insert_settings.sql) (in query: insert into data_01593 select * from numbers_mt(10) settings max_partitions_per_insert_block=1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, unsigned long&) @ 0x0000000009f9a88a 4. ./build_docker/./src/Storages/MergeTree/MergeTreeDataWriter.cpp:116: DB::MergeTreeDataWriter::splitBlockIntoParts(DB::Block&&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr) @ 0x000000003e218ae0 5. ./build_docker/./src/Storages/MergeTree/MergeTreeSink.cpp:95: DB::MergeTreeSink::consume(DB::Chunk&) @ 0x000000003eb858d1 6. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:18: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x0000000040442f99 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 8. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 9. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 10. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 12. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 13. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 14. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:49: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f7151e5 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 16. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 17:51:18.770607 [ 57570 ] {} TCPHandler: Code: 252. DB::Exception: Too many partitions for single INSERT block (more than 1). The limit is controlled by 'max_partitions_per_insert_block' setting. Large number of partitions is a common misconception. It will lead to severe negative performance impact, including slow server startup, slow INSERT queries and slow SELECT queries. Recommended total number of partitions for a table is under 1000..10000. Please note, that partitioning is not intended to speed up SELECT queries (ORDER BY key is sufficient to make range queries fast). Partitions are intended for data manipulation (DROP PARTITION, etc). (TOO_MANY_PARTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, unsigned long&) @ 0x0000000009f9a88a 4. ./build_docker/./src/Storages/MergeTree/MergeTreeDataWriter.cpp:116: DB::MergeTreeDataWriter::splitBlockIntoParts(DB::Block&&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr) @ 0x000000003e218ae0 5. ./build_docker/./src/Storages/MergeTree/MergeTreeSink.cpp:95: DB::MergeTreeSink::consume(DB::Chunk&) @ 0x000000003eb858d1 6. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:18: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x0000000040442f99 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 8. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 9. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 10. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 12. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 13. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 14. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:49: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f7151e5 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 16. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 17:51:18.818232 [ 5933 ] {3012e7cd-508d-4891-b759-d40fed2732a9} MergeTreeDataWriter: INSERT query from initial_user default (query ID: 3012e7cd-508d-4891-b759-d40fed2732a9) inserted a block that created parts in 10 partitions. This is being logged rather than throwing an exception as throw_on_max_partitions_per_insert_block=false. 2025.03.31 17:51:19.034140 [ 4149 ] {1fc2760b-0c19-4ad9-b70e-ca3f22edd66a} executeQuery: Code: 701. DB::Exception: Requested cluster 'default' not found. (CLUSTER_DOESNT_EXIST) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM cluster();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Interpreters/Context.cpp:4195: DB::Context::getCluster(String const&) const @ 0x0000000036576c21 5. ./build_docker/./src/TableFunctions/TableFunctionRemote.cpp:246: DB::TableFunctionRemote::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000273802a7 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:51:19.039566 [ 4149 ] {} TCPHandler: Code: 701. DB::Exception: Requested cluster 'default' not found. (CLUSTER_DOESNT_EXIST), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Interpreters/Context.cpp:4195: DB::Context::getCluster(String const&) const @ 0x0000000036576c21 5. ./build_docker/./src/TableFunctions/TableFunctionRemote.cpp:246: DB::TableFunctionRemote::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000273802a7 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:51:19.059692 [ 4149 ] {676ade3e-1df1-45e3-b594-5762a6092da8} executeQuery: Code: 42. DB::Exception: Number of arguments for function LpNormalize doesn't match: passed 0, should be 2: In scope SELECT arrayDifference('\0', normalizeLp()). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT arrayDifference('\0', normalizeLp());), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:51:19.064675 [ 4149 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function LpNormalize doesn't match: passed 0, should be 2: In scope SELECT arrayDifference('\0', normalizeLp()). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:51:19.197081 [ 4128 ] {52d4ee28-ec98-4ff1-b9a3-565584623657} executeQuery: Code: 36. DB::Exception: All parameters to *bf_v1 index must be unsigned integers. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57648) (comment: 01384_bloom_filter_bad_arguments.sql) (in query: CREATE TABLE test (`a` String, INDEX a a TYPE tokenbf_v1(0.1, 2, 0) GRANULARITY 1) ENGINE = MergeTree ORDER BY a SETTINGS index_granularity = 6161, min_bytes_for_wide_part = 64478965, ratio_of_defaults_for_sparse_serialization = 0., replace_long_file_name_to_hash = true, max_file_name_length = 0, min_bytes_for_full_part_storage = 511662985, compact_parts_max_bytes_to_buffer = 95877982, compact_parts_max_granules_to_buffer = 83, compact_parts_merge_max_bytes_to_prefetch_part = 9329239, merge_max_block_size = 17042, old_parts_lifetime = 10., prefer_fetch_merged_part_size_threshold = 10737418240, vertical_merge_algorithm_min_rows_to_activate = 1000000, vertical_merge_algorithm_min_columns_to_activate = 1, min_merge_bytes_to_use_direct_io = 9578785510, index_granularity_bytes = 29992712, use_const_adaptive_granularity = true, enable_index_granularity_compression = false, concurrent_part_removal_threshold = 90, allow_vertical_merges_from_compact_to_wide_parts = true, cache_populated_by_fetch = true, marks_compress_block_size = 29914, primary_key_compress_block_size = 61281, use_primary_key_cache = false, prewarm_primary_key_cache = true, prewarm_mark_cache = true), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/MergeTree/MergeTreeIndexBloomFilterText.cpp:808: DB::bloomFilterIndexTextValidator(DB::IndexDescription const&, bool) @ 0x000000003e2f4d31 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003e2a002e 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003e29122e 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:793: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de064bc 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:51:19.202372 [ 4128 ] {} TCPHandler: Code: 36. DB::Exception: All parameters to *bf_v1 index must be unsigned integers. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/MergeTree/MergeTreeIndexBloomFilterText.cpp:808: DB::bloomFilterIndexTextValidator(DB::IndexDescription const&, bool) @ 0x000000003e2f4d31 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003e2a002e 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003e29122e 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:793: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de064bc 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:51:19.259256 [ 4128 ] {913176dc-7965-43dd-869b-22c7aa477f4f} executeQuery: Code: 36. DB::Exception: All parameters to *bf_v1 index must be unsigned integers. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57648) (comment: 01384_bloom_filter_bad_arguments.sql) (in query: CREATE TABLE test (`a` String, INDEX a a TYPE tokenbf_v1(-1, 2, 0) GRANULARITY 1) ENGINE = MergeTree ORDER BY a SETTINGS index_granularity = 6161, min_bytes_for_wide_part = 64478965, ratio_of_defaults_for_sparse_serialization = 0., replace_long_file_name_to_hash = true, max_file_name_length = 0, min_bytes_for_full_part_storage = 511662985, compact_parts_max_bytes_to_buffer = 95877982, compact_parts_max_granules_to_buffer = 83, compact_parts_merge_max_bytes_to_prefetch_part = 9329239, merge_max_block_size = 17042, old_parts_lifetime = 10., prefer_fetch_merged_part_size_threshold = 10737418240, vertical_merge_algorithm_min_rows_to_activate = 1000000, vertical_merge_algorithm_min_columns_to_activate = 1, min_merge_bytes_to_use_direct_io = 9578785510, index_granularity_bytes = 29992712, use_const_adaptive_granularity = true, enable_index_granularity_compression = false, concurrent_part_removal_threshold = 90, allow_vertical_merges_from_compact_to_wide_parts = true, cache_populated_by_fetch = true, marks_compress_block_size = 29914, primary_key_compress_block_size = 61281, use_primary_key_cache = false, prewarm_primary_key_cache = true, prewarm_mark_cache = true), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/MergeTree/MergeTreeIndexBloomFilterText.cpp:808: DB::bloomFilterIndexTextValidator(DB::IndexDescription const&, bool) @ 0x000000003e2f4d31 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003e2a002e 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003e29122e 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:793: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de064bc 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:51:19.263930 [ 4128 ] {} TCPHandler: Code: 36. DB::Exception: All parameters to *bf_v1 index must be unsigned integers. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/MergeTree/MergeTreeIndexBloomFilterText.cpp:808: DB::bloomFilterIndexTextValidator(DB::IndexDescription const&, bool) @ 0x000000003e2f4d31 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003e2a002e 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003e29122e 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:793: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de064bc 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:51:19.966921 [ 4149 ] {108fdf6b-596b-4ef4-8622-702d7ee8c05e} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'dateTimeToSnowflakeID'. Expected: DateTime, got: Float64: In scope (SELECT dateTimeToSnowflakeID(-3713.258), CAST('', 'Date'), polygonsEqualsCartesian(['Eg2Q'], [''])). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM generateSeries('', ( SELECT (CAST((( SELECT reverse('', ( SELECT 97840413, ( SELECT dateTimeToSnowflakeID(-3713.2580), (CAST(('') AS Date)), polygonsEqualsCartesian(['Eg2Q'], ['']) ) , ( SELECT NULL, [dictGetString()], NULL ) AS nqvybb ) ) ) ) AS DateTime)), [730677] ) , ( SELECT * FROM icebergAzure(NULL) ) AS ysqlrc);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::FunctionDateTimeToSnowflakeID::getReturnTypeImpl(std::vector> const&) const @ 0x000000000d7039a6 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 30. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 31. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 2025.03.31 17:51:19.972622 [ 4149 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'dateTimeToSnowflakeID'. Expected: DateTime, got: Float64: In scope (SELECT dateTimeToSnowflakeID(-3713.258), CAST('', 'Date'), polygonsEqualsCartesian(['Eg2Q'], [''])). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::FunctionDateTimeToSnowflakeID::getReturnTypeImpl(std::vector> const&) const @ 0x000000000d7039a6 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 30. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 31. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 2025.03.31 17:51:20.015520 [ 4128 ] {cf9f3183-ece0-4293-8ac4-d7d350322cdb} executeQuery: Code: 36. DB::Exception: The size of bloom filter cannot be more than 1073741824. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57648) (comment: 01384_bloom_filter_bad_arguments.sql) (in query: CREATE TABLE test (`a` String, INDEX a a TYPE tokenbf_v1(4294967295, 2, 0) GRANULARITY 1) ENGINE = MergeTree ORDER BY a SETTINGS index_granularity = 6161, min_bytes_for_wide_part = 64478965, ratio_of_defaults_for_sparse_serialization = 0., replace_long_file_name_to_hash = true, max_file_name_length = 0, min_bytes_for_full_part_storage = 511662985, compact_parts_max_bytes_to_buffer = 95877982, compact_parts_max_granules_to_buffer = 83, compact_parts_merge_max_bytes_to_prefetch_part = 9329239, merge_max_block_size = 17042, old_parts_lifetime = 10., prefer_fetch_merged_part_size_threshold = 10737418240, vertical_merge_algorithm_min_rows_to_activate = 1000000, vertical_merge_algorithm_min_columns_to_activate = 1, min_merge_bytes_to_use_direct_io = 9578785510, index_granularity_bytes = 29992712, use_const_adaptive_granularity = true, enable_index_granularity_compression = false, concurrent_part_removal_threshold = 90, allow_vertical_merges_from_compact_to_wide_parts = true, cache_populated_by_fetch = true, marks_compress_block_size = 29914, primary_key_compress_block_size = 61281, use_primary_key_cache = false, prewarm_primary_key_cache = true, prewarm_mark_cache = true), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, unsigned long const&) @ 0x000000000aaefbaa 4. ./build_docker/./src/Interpreters/BloomFilter.cpp:32: DB::BloomFilterParameters::BloomFilterParameters(unsigned long, unsigned long, unsigned long) @ 0x0000000037741639 5. ./build_docker/./src/Storages/MergeTree/MergeTreeIndexBloomFilterText.cpp:811: DB::bloomFilterIndexTextValidator(DB::IndexDescription const&, bool) @ 0x000000003e2f4bff 6. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003e2a002e 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003e29122e 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:793: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de064bc 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 10. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 11. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 12. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 13. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 14. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 18. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:51:20.020621 [ 4128 ] {} TCPHandler: Code: 36. DB::Exception: The size of bloom filter cannot be more than 1073741824. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, unsigned long const&) @ 0x000000000aaefbaa 4. ./build_docker/./src/Interpreters/BloomFilter.cpp:32: DB::BloomFilterParameters::BloomFilterParameters(unsigned long, unsigned long, unsigned long) @ 0x0000000037741639 5. ./build_docker/./src/Storages/MergeTree/MergeTreeIndexBloomFilterText.cpp:811: DB::bloomFilterIndexTextValidator(DB::IndexDescription const&, bool) @ 0x000000003e2f4bff 6. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003e2a002e 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003e29122e 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:793: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de064bc 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 10. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 11. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 12. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 13. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 14. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 18. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:51:20.700523 [ 4149 ] {b207a709-e4ef-4184-a5cb-20f6d6b66025} executeQuery: Code: 42. DB::Exception: Number of arguments for function toInt256OrZero doesn't match: passed 0, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT [NULL], '_P]y', '', toInt256OrZero(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT [NULL], '_P]y', '', toInt256OrZero();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&&) @ 0x00000000088dcead 4. ./src/Functions/FunctionsConversion.h:2592: DB::detail::FunctionConvertFromString>, DB::detail::NameToInt256OrZero, (DB::detail::ConvertFromStringExceptionMode)1, (DB::detail::ConvertFromStringParsingMode)0>::getReturnTypeImpl(std::vector> const&) const @ 0x0000000032bcf586 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:51:20.705887 [ 4149 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toInt256OrZero doesn't match: passed 0, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT [NULL], '_P]y', '', toInt256OrZero(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&&) @ 0x00000000088dcead 4. ./src/Functions/FunctionsConversion.h:2592: DB::detail::FunctionConvertFromString>, DB::detail::NameToInt256OrZero, (DB::detail::ConvertFromStringExceptionMode)1, (DB::detail::ConvertFromStringParsingMode)0>::getReturnTypeImpl(std::vector> const&) const @ 0x0000000032bcf586 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:51:20.724084 [ 4149 ] {3200d1a3-cb1f-4357-b090-3850fc26282a} executeQuery: Code: 701. DB::Exception: Requested cluster ':N y)+s;' not found. (CLUSTER_DOESNT_EXIST) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM deltaLakeCluster(':N y)+s;', '');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./src/TableFunctions/ITableFunctionCluster.h:61: DB::ITableFunctionCluster>>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275d7d7f 5. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275169f7 6. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster>>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275d3d06 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:51:20.729113 [ 4149 ] {} TCPHandler: Code: 701. DB::Exception: Requested cluster ':N y)+s;' not found. (CLUSTER_DOESNT_EXIST), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./src/TableFunctions/ITableFunctionCluster.h:61: DB::ITableFunctionCluster>>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275d7d7f 5. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275169f7 6. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster>>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275d3d06 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:51:20.749845 [ 4149 ] {8471560c-6f1a-4119-9501-817d16677c3c} executeQuery: Code: 42. DB::Exception: Number of arguments for function toJSONString doesn't match: passed 2, should be 1: In scope SELECT toIntervalQuarter(toJSONString(NULL, '\0')). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT toIntervalQuarter(toJSONString(NULL, '\0'));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:51:20.754843 [ 4149 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toJSONString doesn't match: passed 2, should be 1: In scope SELECT toIntervalQuarter(toJSONString(NULL, '\0')). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:51:20.935278 [ 56178 ] {a87ac919-317a-427f-a8b7-72934ed327de} executeQuery: Code: 46. DB::Exception: Table function 'view' cannot be used as an expression. (UNKNOWN_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57734) (comment: 01715_table_function_view_fix.sql) (in query: SELECT sumIf(dummy, dummy) FROM remote('127.0.0.{1,2}', numbers(2, 100), view(SELECT CAST(NULL, 'Nullable(UInt8)') AS dummy FROM system.one));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Parsers/ASTFunction.cpp:40: DB::ASTFunction::appendColumnNameImpl(DB::WriteBuffer&) const @ 0x000000004235d3d8 5. ./build_docker/./src/Parsers/ASTWithAlias.cpp:58: DB::ASTWithAlias::appendColumnName(DB::WriteBuffer&) const @ 0x0000000042470cd8 6. ./build_docker/./src/Parsers/IAST.cpp:211: DB::IAST::getColumnName() const @ 0x00000000425a6b58 7. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:1851: DB::ExpressionAnalyzer::getActionsDAG(bool, bool) @ 0x000000003699d74b 8. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:1894: DB::ExpressionAnalyzer::getActions(bool, bool, DB::CompileExpressions) @ 0x000000003699e752 9. ./build_docker/./src/Storages/StorageDistributed.cpp:260: DB::(anonymous namespace)::buildShardingKeyExpression(std::shared_ptr const&, std::shared_ptr, DB::NamesAndTypesList const&, bool) @ 0x000000003c8a5f92 10. ./build_docker/./src/Storages/StorageDistributed.cpp:399: DB::StorageDistributed::StorageDistributed(DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, String const&, String const&, String const&, String const&, std::shared_ptr, std::shared_ptr const&, String const&, String const&, DB::DistributedSettings const&, DB::LoadingStrictnessLevel, std::shared_ptr, std::shared_ptr, bool) @ 0x000000003c89fdd0 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID, DB::ColumnsDescription&, DB::ConstraintsDescription, String, String const&, String const&, String, std::shared_ptr&, std::shared_ptr const&, String, String, DB::DistributedSettings, DB::LoadingStrictnessLevel, std::shared_ptr const&, std::shared_ptr const&, bool, void>(std::allocator const&, DB::StorageID&&, DB::ColumnsDescription&, DB::ConstraintsDescription&&, String&&, String const&, String const&, String&&, std::shared_ptr&, std::shared_ptr const&, String&&, String&&, DB::DistributedSettings&&, DB::LoadingStrictnessLevel&&, std::shared_ptr const&, std::shared_ptr const&, bool&&) @ 0x000000002739781c 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::TableFunctionRemote::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000273888cc 13. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 14. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:20.940455 [ 56178 ] {} TCPHandler: Code: 46. DB::Exception: Table function 'view' cannot be used as an expression. (UNKNOWN_FUNCTION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Parsers/ASTFunction.cpp:40: DB::ASTFunction::appendColumnNameImpl(DB::WriteBuffer&) const @ 0x000000004235d3d8 5. ./build_docker/./src/Parsers/ASTWithAlias.cpp:58: DB::ASTWithAlias::appendColumnName(DB::WriteBuffer&) const @ 0x0000000042470cd8 6. ./build_docker/./src/Parsers/IAST.cpp:211: DB::IAST::getColumnName() const @ 0x00000000425a6b58 7. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:1851: DB::ExpressionAnalyzer::getActionsDAG(bool, bool) @ 0x000000003699d74b 8. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:1894: DB::ExpressionAnalyzer::getActions(bool, bool, DB::CompileExpressions) @ 0x000000003699e752 9. ./build_docker/./src/Storages/StorageDistributed.cpp:260: DB::(anonymous namespace)::buildShardingKeyExpression(std::shared_ptr const&, std::shared_ptr, DB::NamesAndTypesList const&, bool) @ 0x000000003c8a5f92 10. ./build_docker/./src/Storages/StorageDistributed.cpp:399: DB::StorageDistributed::StorageDistributed(DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, String const&, String const&, String const&, String const&, std::shared_ptr, std::shared_ptr const&, String const&, String const&, DB::DistributedSettings const&, DB::LoadingStrictnessLevel, std::shared_ptr, std::shared_ptr, bool) @ 0x000000003c89fdd0 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID, DB::ColumnsDescription&, DB::ConstraintsDescription, String, String const&, String const&, String, std::shared_ptr&, std::shared_ptr const&, String, String, DB::DistributedSettings, DB::LoadingStrictnessLevel, std::shared_ptr const&, std::shared_ptr const&, bool, void>(std::allocator const&, DB::StorageID&&, DB::ColumnsDescription&, DB::ConstraintsDescription&&, String&&, String const&, String const&, String&&, std::shared_ptr&, std::shared_ptr const&, String&&, String&&, DB::DistributedSettings&&, DB::LoadingStrictnessLevel&&, std::shared_ptr const&, std::shared_ptr const&, bool&&) @ 0x000000002739781c 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::TableFunctionRemote::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000273888cc 13. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 14. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:22.088337 [ 4149 ] {877660dc-f06b-4c7e-88c8-9d8504d093aa} executeQuery: Code: 38. DB::Exception: Cannot parse date: value is too short: Cannot parse Date from String: In scope SELECT * FROM loop('', CAST(CAST('=:~eGV', 'String'), 'Date')). (CANNOT_PARSE_DATE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM loop('', (CAST(((CAST(('=:~eGV') AS String))) AS Date)));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/IO/ReadHelpers.cpp:1363: void DB::readDateTextFallback(LocalDate&, DB::ReadBuffer&, char const*) @ 0x000000002087769b 5. ./src/IO/ReadHelpers.h:825: void DB::readDateTextImpl(LocalDate&, DB::ReadBuffer&, char const*) @ 0x0000000027db28d3 6. ./src/IO/ReadHelpers.h:846: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000328007ed 7. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000327d74a7 8. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324f568b 9. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003255e2c9 10. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003255cec2 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 16. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 17. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 18. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 19. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 20. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 21. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 22. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 23. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4786: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3b19a 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 30. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 31. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 2025.03.31 17:51:22.093378 [ 4149 ] {} TCPHandler: Code: 38. DB::Exception: Cannot parse date: value is too short: Cannot parse Date from String: In scope SELECT * FROM loop('', CAST(CAST('=:~eGV', 'String'), 'Date')). (CANNOT_PARSE_DATE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/IO/ReadHelpers.cpp:1363: void DB::readDateTextFallback(LocalDate&, DB::ReadBuffer&, char const*) @ 0x000000002087769b 5. ./src/IO/ReadHelpers.h:825: void DB::readDateTextImpl(LocalDate&, DB::ReadBuffer&, char const*) @ 0x0000000027db28d3 6. ./src/IO/ReadHelpers.h:846: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000328007ed 7. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000327d74a7 8. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324f568b 9. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003255e2c9 10. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003255cec2 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 16. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 17. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 18. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 19. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 20. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 21. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 22. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 23. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4786: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3b19a 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 30. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 31. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 2025.03.31 17:51:22.831655 [ 4149 ] {57fcaba2-d074-40dd-84dd-d9b57a500a4a} executeQuery: Code: 42. DB::Exception: Number of arguments for function lowCardinalityKeys doesn't match: passed 2, should be 1: In scope SELECT lowCardinalityKeys(CAST(6, 'Date'), ''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT lowCardinalityKeys((CAST((6) AS Date)), '');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff160 6. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 7. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:51:22.839420 [ 4149 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function lowCardinalityKeys doesn't match: passed 2, should be 1: In scope SELECT lowCardinalityKeys(CAST(6, 'Date'), ''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff160 6. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 7. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:51:23.301220 [ 55901 ] {768c9c27-6cc2-4178-8437-12f13ff99841} Context: Server has databases (for example `02988_ordinary`) with Ordinary engine, which was deprecated. To convert this database to the new Atomic engine, create a flag /var/lib/clickhouse/flags/convert_ordinary_to_atomic and make sure that ClickHouse has write permission for it. Example: sudo touch '/var/lib/clickhouse/flags/convert_ordinary_to_atomic' && sudo chmod 666 '/var/lib/clickhouse/flags/convert_ordinary_to_atomic' 2025.03.31 17:51:23.585416 [ 4149 ] {cf4595b6-75b4-4b1c-8b4c-8353144d232c} executeQuery: Code: 35. DB::Exception: Function wordShingleMinHashUTF8 expect at least one argument: In scope SELECT wordShingleMinHashUTF8(). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT wordShingleMinHashUTF8();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionsStringHash, DB::NameWordShingleMinHashUTF8, false, false>::getReturnTypeImpl(std::vector> const&) const @ 0x000000000ab7e994 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:51:23.591518 [ 4149 ] {} TCPHandler: Code: 35. DB::Exception: Function wordShingleMinHashUTF8 expect at least one argument: In scope SELECT wordShingleMinHashUTF8(). (TOO_FEW_ARGUMENTS_FOR_FUNCTION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionsStringHash, DB::NameWordShingleMinHashUTF8, false, false>::getReturnTypeImpl(std::vector> const&) const @ 0x000000000ab7e994 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:51:24.500734 [ 4149 ] {ffe40bd1-9866-427a-8ad7-658dd8350ae2} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toDate: In scope SELECT * FROM fuzzJSON(CAST(34042.53412, 'Date'), CAST([], 'Date')). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM fuzzJSON((CAST((34042.53412) AS Date)), (CAST(([]) AS Date)));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./src/Functions/FunctionsConversion.h:2527: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003255e93b 5. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003255cec2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 11. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 12. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 13. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 14. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 15. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 16. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 17. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 18. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4786: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3b19a 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 26. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 29. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 30. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 31. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 2025.03.31 17:51:24.505997 [ 4149 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toDate: In scope SELECT * FROM fuzzJSON(CAST(34042.53412, 'Date'), CAST([], 'Date')). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./src/Functions/FunctionsConversion.h:2527: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003255e93b 5. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003255cec2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 11. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 12. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 13. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 14. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 15. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 16. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 17. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 18. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4786: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3b19a 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 26. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 29. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 30. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 31. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 2025.03.31 17:51:25.043045 [ 4149 ] {8a0d482e-f345-4fef-8928-9735f049b766} executeQuery: Code: 42. DB::Exception: Table function 'input' requires exactly 1 argument: structure. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM input('', ['']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionInput.cpp:64: DB::(anonymous namespace)::TableFunctionInput::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x000000002742366e 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:51:25.048609 [ 4149 ] {} TCPHandler: Code: 42. DB::Exception: Table function 'input' requires exactly 1 argument: structure. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionInput.cpp:64: DB::(anonymous namespace)::TableFunctionInput::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x000000002742366e 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:51:26.016274 [ 4149 ] {c37b960d-b37b-4c6f-b425-21d0a3a640df} executeQuery: Code: 42. DB::Exception: Number of arguments for function arraySlice doesn't match: passed 0, should be 2 or 3: In scope (SELECT arraySlice()) AS thrcup. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT 'di/', ( SELECT 04.0179, [( SELECT murmurHash2_64(( SELECT arraySlice() ) AS thrcup) ) AS roxq], '\0' ) AS znoh, '', [[-49355]], [(CAST(('{+]') AS Date))];), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long const&) @ 0x00000000096177ad 4. DB::FunctionArraySlice::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001f615853 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 30. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 31. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 2025.03.31 17:51:26.021635 [ 4149 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arraySlice doesn't match: passed 0, should be 2 or 3: In scope (SELECT arraySlice()) AS thrcup. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long const&) @ 0x00000000096177ad 4. DB::FunctionArraySlice::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001f615853 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 30. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 31. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 2025.03.31 17:51:26.042463 [ 4149 ] {944e65b0-d4ad-40fc-919b-c43012ab575a} executeQuery: Code: 42. DB::Exception: Number of arguments for function translateUTF8 doesn't match: passed 2, should be 3: In scope SELECT translateUTF8([], NULL). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT translateUTF8([], NULL);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:51:26.047349 [ 4149 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function translateUTF8 doesn't match: passed 2, should be 3: In scope SELECT translateUTF8([], NULL). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:51:26.870300 [ 4149 ] {6c5532d3-ba02-4cd4-bcdc-40e78aad63a8} executeQuery: Code: 721. DB::Exception: Function runningAccumulate is deprecated since its usage is error-prone (see docs).Please use proper window function or set `allow_deprecated_error_prone_window_functions` setting to enable it. (DEPRECATED_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT -3421376, ( SELECT 5743943, NULL, 72057.8644 ) , ( SELECT runningAccumulate([]), '', '', dotProduct((CAST((( SELECT sqid() ) ) AS DateTime))), NULL ) AS dq, serverTimeZone((CAST(('\0') AS Date)), ['']), substringIndexUTF8();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const* const&) @ 0x0000000008961e4a 4. DB::(anonymous namespace)::FunctionRunningAccumulate::create(std::shared_ptr) @ 0x000000001b5f06cc 5. std::shared_ptr std::__function::__policy_invoker (std::shared_ptr)>::__call_impl (*)(std::shared_ptr), std::shared_ptr (std::shared_ptr)>>(std::__function::__policy_storage const*, std::shared_ptr&&) @ 0x00000000088d36b7 6. std::shared_ptr std::__function::__policy_invoker (std::shared_ptr)>::__call_impl (std::shared_ptr)>, DB::FunctionDocumentation, DB::IFactoryWithAliases (std::shared_ptr)>, DB::FunctionDocumentation>>::Case)::$_0, std::shared_ptr (std::shared_ptr)>>(std::__function::__policy_storage const*, std::shared_ptr&&) @ 0x0000000031c2d864 7. DB::FunctionFactory::tryGetImpl(String const&, std::shared_ptr) const @ 0x0000000031c2affa 8. DB::FunctionFactory::tryGet(String const&, std::shared_ptr) const @ 0x0000000031c2d02c 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3268: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d8bdcd 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:26.875672 [ 4149 ] {} TCPHandler: Code: 721. DB::Exception: Function runningAccumulate is deprecated since its usage is error-prone (see docs).Please use proper window function or set `allow_deprecated_error_prone_window_functions` setting to enable it. (DEPRECATED_FUNCTION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const* const&) @ 0x0000000008961e4a 4. DB::(anonymous namespace)::FunctionRunningAccumulate::create(std::shared_ptr) @ 0x000000001b5f06cc 5. std::shared_ptr std::__function::__policy_invoker (std::shared_ptr)>::__call_impl (*)(std::shared_ptr), std::shared_ptr (std::shared_ptr)>>(std::__function::__policy_storage const*, std::shared_ptr&&) @ 0x00000000088d36b7 6. std::shared_ptr std::__function::__policy_invoker (std::shared_ptr)>::__call_impl (std::shared_ptr)>, DB::FunctionDocumentation, DB::IFactoryWithAliases (std::shared_ptr)>, DB::FunctionDocumentation>>::Case)::$_0, std::shared_ptr (std::shared_ptr)>>(std::__function::__policy_storage const*, std::shared_ptr&&) @ 0x0000000031c2d864 7. DB::FunctionFactory::tryGetImpl(String const&, std::shared_ptr) const @ 0x0000000031c2affa 8. DB::FunctionFactory::tryGet(String const&, std::shared_ptr) const @ 0x0000000031c2d02c 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3268: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d8bdcd 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:27.412709 [ 4149 ] {748c613e-eaa3-4f6d-9ac0-c53940a7f38f} executeQuery: Code: 42. DB::Exception: Table function 'odbc' requires 2 or 3 arguments: odbc('DSN', table) or odbc('DSN', schema, table). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM odbc();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/ITableFunctionXDBC.cpp:122: DB::(anonymous namespace)::ITableFunctionXDBC::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x000000002745d0cf 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:51:27.418160 [ 4149 ] {} TCPHandler: Code: 42. DB::Exception: Table function 'odbc' requires 2 or 3 arguments: odbc('DSN', table) or odbc('DSN', schema, table). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/ITableFunctionXDBC.cpp:122: DB::(anonymous namespace)::ITableFunctionXDBC::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x000000002745d0cf 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:51:28.114891 [ 4149 ] {371a19e6-341b-4120-a99c-75754da16820} executeQuery: Code: 170. DB::Exception: Bad get: has Int64, requested String. (BAD_GET) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33258) (comment: 00746_sql_fuzzy.sh) (in query: SELECT ( SELECT * FROM loop(-630581, '9') ) , ( SELECT arrayAUC(( SELECT parseReadableSizeOrZero() ) , '\0') ) AS tzogubqt, NULL;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception>, std::basic_string_view>>(int, FormatStringHelperImpl>>::type, std::type_identity>>::type>, std::basic_string_view>&&, std::basic_string_view>&&) @ 0x00000000088f454d 4. auto& DB::Field::safeGet() & @ 0x00000000088f4379 5. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:218: DB::evaluateConstantExpressionForDatabaseName(std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000391fac3d 6. ./build_docker/./src/TableFunctions/TableFunctionLoop.cpp:86: DB::(anonymous namespace)::TableFunctionLoop::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000273b804d 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:51:28.122918 [ 4149 ] {} TCPHandler: Code: 170. DB::Exception: Bad get: has Int64, requested String. (BAD_GET), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception>, std::basic_string_view>>(int, FormatStringHelperImpl>>::type, std::type_identity>>::type>, std::basic_string_view>&&, std::basic_string_view>&&) @ 0x00000000088f454d 4. auto& DB::Field::safeGet() & @ 0x00000000088f4379 5. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:218: DB::evaluateConstantExpressionForDatabaseName(std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000391fac3d 6. ./build_docker/./src/TableFunctions/TableFunctionLoop.cpp:86: DB::(anonymous namespace)::TableFunctionLoop::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000273b804d 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:51:30.545583 [ 1428 ] {8111402d-e4fd-41da-bae4-16462b505e69} executeQuery: Code: 42. DB::Exception: Number of arguments for function formatReadableTimeDelta doesn't match: passed 0, should be at least 1.: In scope SELECT formatReadableTimeDelta(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34920) (comment: 00746_sql_fuzzy.sh) (in query: SELECT formatReadableTimeDelta();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&&) @ 0x00000000088dcead 4. DB::(anonymous namespace)::FunctionFormatReadableTimeDelta::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000000f399530 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:51:30.555529 [ 1428 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function formatReadableTimeDelta doesn't match: passed 0, should be at least 1.: In scope SELECT formatReadableTimeDelta(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&&) @ 0x00000000088dcead 4. DB::(anonymous namespace)::FunctionFormatReadableTimeDelta::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000000f399530 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:51:30.769134 [ 1428 ] {418aadd3-e391-4ad7-a22f-fda1619008bd} executeQuery: Code: 42. DB::Exception: Number of arguments for function editDistanceUTF8 doesn't match: passed 0, should be 2: In scope SELECT editDistanceUTF8(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34920) (comment: 00746_sql_fuzzy.sh) (in query: SELECT editDistanceUTF8();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:51:30.774140 [ 1428 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function editDistanceUTF8 doesn't match: passed 0, should be 2: In scope SELECT editDistanceUTF8(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:51:31.381196 [ 1428 ] {a732b455-b614-42bf-a7b7-1d18f07b7c14} executeQuery: Code: 42. DB::Exception: Storage MySQL requires 5-7 parameters: MySQL('host:port' (or 'addresses_pattern'), database, table, 'user', 'password'[, replace_query, 'on_duplicate_clause']). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34920) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM mysql();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageMySQL.cpp:325: DB::StorageMySQL::getConfiguration(absl::InlinedVector, 7ul, std::allocator>>, std::shared_ptr, DB::MySQLSettings&) @ 0x000000003ccf87ac 5. ./build_docker/./src/TableFunctions/TableFunctionMySQL.cpp:95: DB::(anonymous namespace)::TableFunctionMySQL::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274a0c28 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:51:31.386834 [ 1428 ] {} TCPHandler: Code: 42. DB::Exception: Storage MySQL requires 5-7 parameters: MySQL('host:port' (or 'addresses_pattern'), database, table, 'user', 'password'[, replace_query, 'on_duplicate_clause']). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageMySQL.cpp:325: DB::StorageMySQL::getConfiguration(absl::InlinedVector, 7ul, std::allocator>>, std::shared_ptr, DB::MySQLSettings&) @ 0x000000003ccf87ac 5. ./build_docker/./src/TableFunctions/TableFunctionMySQL.cpp:95: DB::(anonymous namespace)::TableFunctionMySQL::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274a0c28 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:51:32.001584 [ 4149 ] {2a0741bd-4f1f-4536-9f0d-02953d4cce26} executeQuery: Code: 41. DB::Exception: Value 1 for year must be in the range [1970, 2106]: In scope SELECT parseDateTimeInJodaSyntax('AD 1999', 'G Y'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTimeInJodaSyntax('AD 1999', 'G Y');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:32.006593 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Value 1 for year must be in the range [1970, 2106]: In scope SELECT parseDateTimeInJodaSyntax('AD 1999', 'G Y'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:32.658670 [ 55895 ] {d09f568e-2fe8-46e7-b01c-02177b00a75a} executeQuery: Code: 36. DB::Exception: Unsupported value 2 of the `function_visible_width_behavior` setting: In scope SELECT visibleWidth('ClickHouse是一个很好的数æ®åº“') SETTINGS function_visible_width_behavior = 2. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34930) (comment: 02970_visible_width_behavior.sql) (in query: SELECT visibleWidth('ClickHouse是一个很好的数æ®åº“') SETTINGS function_visible_width_behavior = 2;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, unsigned long const&) @ 0x000000000aaefbaa 4. DB::FunctionVisibleWidth::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001c2a19ef 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:51:32.662571 [ 55895 ] {} TCPHandler: Code: 36. DB::Exception: Unsupported value 2 of the `function_visible_width_behavior` setting: In scope SELECT visibleWidth('ClickHouse是一个很好的数æ®åº“') SETTINGS function_visible_width_behavior = 2. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, unsigned long const&) @ 0x000000000aaefbaa 4. DB::FunctionVisibleWidth::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001c2a19ef 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:51:32.757139 [ 62483 ] {7733cd01-57cf-4e0d-b2a2-356676539aa4} DynamicQueryHandler: Code: 271. DB::Exception: Cannot decompress Gorilla-encoded data. File has wrong header. (CANNOT_DECOMPRESS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Compression/CompressionCodecGorilla.cpp:431: DB::CompressionCodecGorilla::doDecompressData(char const*, unsigned int, char*, unsigned int) const @ 0x000000004225cf42 5. ./build_docker/./src/Compression/ICompressionCodec.cpp:120: DB::ICompressionCodec::decompress(char const*, unsigned int, char*) const @ 0x0000000042281713 6. ./build_docker/./src/Compression/CompressedReadBufferBase.cpp:317: DB::CompressedReadBufferBase::decompress(DB::BufferBase::Buffer&, unsigned long, unsigned long) @ 0x000000004214c72f 7. ./build_docker/./src/Compression/CompressedReadBuffer.cpp:24: non-virtual thunk to DB::CompressedReadBuffer::nextImpl() @ 0x0000000042146f86 8. DB::ReadBuffer::next() @ 0x0000000008c432cf 9. ./build_docker/./src/IO/ReadBuffer.cpp:28: DB::(anonymous namespace)::ReadBufferWrapper::nextImpl() @ 0x0000000033789646 10. DB::ReadBuffer::next() @ 0x0000000008c432cf 11. ./src/IO/ReadBuffer.h:103: DB::ConcatReadBuffer::nextImpl() @ 0x000000003642e017 12. DB::ReadBuffer::next() @ 0x0000000008c432cf 13. ./src/IO/ReadBuffer.h:88: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927ccdd 14. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 15. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 16. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:51:32.785952 [ 4149 ] {57b70762-fb80-4448-9a45-ea67138a53b4} executeQuery: Code: 41. DB::Exception: Invalid format input AD 1999 is malformed at 99: In scope SELECT parseDateTimeInJodaSyntax('AD 1999', 'G YY'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTimeInJodaSyntax('AD 1999', 'G YY');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x000000001913a1d9 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:32.790529 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Invalid format input AD 1999 is malformed at 99: In scope SELECT parseDateTimeInJodaSyntax('AD 1999', 'G YY'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x000000001913a1d9 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:32.818885 [ 4149 ] {f0bd23d5-c887-4ea0-9bb7-0699aa518d22} executeQuery: Code: 41. DB::Exception: Value 199 for year must be in the range [1970, 2106]: In scope SELECT parseDateTimeInJodaSyntax('AD 1999', 'G YYY'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTimeInJodaSyntax('AD 1999', 'G YYY');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:32.822901 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Value 199 for year must be in the range [1970, 2106]: In scope SELECT parseDateTimeInJodaSyntax('AD 1999', 'G YYY'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:32.847872 [ 4149 ] {10a29e67-ba98-4b25-a3e9-3991e467519b} executeQuery: Code: 41. DB::Exception: Era BC exceeds the range of DateTime: In scope SELECT parseDateTimeInJodaSyntax('BC', 'G'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTimeInJodaSyntax('BC', 'G');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:32.851522 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Era BC exceeds the range of DateTime: In scope SELECT parseDateTimeInJodaSyntax('BC', 'G'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:32.873875 [ 4149 ] {8f6ad2e6-dd18-4dbb-b828-981088caead1} executeQuery: Code: 41. DB::Exception: Unknown era ab (expected 'ad' or 'bc'): In scope SELECT parseDateTimeInJodaSyntax('AB', 'G'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTimeInJodaSyntax('AB', 'G');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:32.877161 [ 1428 ] {9eb1dc75-06e1-4533-bfeb-cecea8238a0c} executeQuery: Code: 41. DB::Exception: Cannot parse datetime: Cannot parse DateTime from String: In scope (SELECT '\0', CAST('x: \'', 'DateTime'), (SELECT demangle([[(SELECT user(CAST('', 'Date')))]])) AS dbmvdiu, (SELECT xor()), '\0'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34920) (comment: 00746_sql_fuzzy.sh) (in query: SELECT h3HexRing(( SELECT JSONKey(-418.5, ( SELECT '\0', (CAST(('x: \'') AS DateTime)), ( SELECT demangle([[( SELECT user((CAST(('') AS Date))) ) ]]) ) AS dbmvdiu, ( SELECT xor() ) , '\0' ) , ( SELECT * FROM fuzzJSON(NULL) ) AS cppscz) ) AS wazxthwn, ( SELECT * FROM redis(-77636.945249) ) , '');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./src/IO/ReadHelpers.h:1030: void DB::readDateTimeTextImpl(long&, DB::ReadBuffer&, DateLUTImpl const&, char const*, char const*) @ 0x0000000027db3b1e 5. ./src/IO/ReadHelpers.h:1204: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000328e28c6 6. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000328b6a67 7. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324fab8b 8. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325677a9 9. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032566142 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 15. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 16. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 17. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 18. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 19. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 20. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 21. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 22. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 30. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 31. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 2025.03.31 17:51:32.877555 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Unknown era ab (expected 'ad' or 'bc'): In scope SELECT parseDateTimeInJodaSyntax('AB', 'G'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:32.883347 [ 1428 ] {} TCPHandler: Code: 41. DB::Exception: Cannot parse datetime: Cannot parse DateTime from String: In scope (SELECT '\0', CAST('x: \'', 'DateTime'), (SELECT demangle([[(SELECT user(CAST('', 'Date')))]])) AS dbmvdiu, (SELECT xor()), '\0'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./src/IO/ReadHelpers.h:1030: void DB::readDateTimeTextImpl(long&, DB::ReadBuffer&, DateLUTImpl const&, char const*, char const*) @ 0x0000000027db3b1e 5. ./src/IO/ReadHelpers.h:1204: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000328e28c6 6. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000328b6a67 7. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324fab8b 8. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325677a9 9. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032566142 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 15. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 16. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 17. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 18. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 19. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 20. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 21. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 22. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 30. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 31. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 2025.03.31 17:51:32.995696 [ 4149 ] {1b2a05a9-195b-4332-93bd-c64655b40b1b} executeQuery: Code: 41. DB::Exception: Value 1969 for year must be in the range [1970, 2106]: In scope SELECT parseDateTimeInJodaSyntax('1969', 'YYYY', 'UTC'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTimeInJodaSyntax('1969', 'YYYY', 'UTC');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:32.999610 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Value 1969 for year must be in the range [1970, 2106]: In scope SELECT parseDateTimeInJodaSyntax('1969', 'YYYY', 'UTC'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:33.023955 [ 4149 ] {89fdcfa8-19bb-4513-86a9-1861c7bff4fe} executeQuery: Code: 41. DB::Exception: Value 2107 for year must be in the range [1970, 2106]: In scope SELECT parseDateTimeInJodaSyntax('2107', 'YYYY', 'UTC'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTimeInJodaSyntax('2107', 'YYYY', 'UTC');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:33.031255 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Value 2107 for year must be in the range [1970, 2106]: In scope SELECT parseDateTimeInJodaSyntax('2107', 'YYYY', 'UTC'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:33.054381 [ 4149 ] {aabcbf15-428e-49e1-9001-d2676e7dcaba} executeQuery: Code: 41. DB::Exception: Unable to parse fragment YYYY from +1999 because read number failed: In scope SELECT parseDateTimeInJodaSyntax('+1999', 'YYYY', 'UTC'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTimeInJodaSyntax('+1999', 'YYYY', 'UTC');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:33.059016 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Unable to parse fragment YYYY from +1999 because read number failed: In scope SELECT parseDateTimeInJodaSyntax('+1999', 'YYYY', 'UTC'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:33.324233 [ 4149 ] {198f7fa4-01bc-438b-a2ce-18b0f8da876e} executeQuery: Code: 41. DB::Exception: Value 1 for year must be in the range [1970, 2106]: In scope SELECT parseDateTimeInJodaSyntax('1', 'YY', 'UTC'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTimeInJodaSyntax('1', 'YY', 'UTC');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:33.328434 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Value 1 for year must be in the range [1970, 2106]: In scope SELECT parseDateTimeInJodaSyntax('1', 'YY', 'UTC'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:33.471464 [ 1428 ] {7d3f1a8d-cf03-4421-a0cc-e70258b04538} executeQuery: Code: 701. DB::Exception: Requested cluster '' not found. (CLUSTER_DOESNT_EXIST) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34920) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM azureBlobStorageCluster('\0');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./src/TableFunctions/ITableFunctionCluster.h:61: DB::ITableFunctionCluster>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275bdf1f 5. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274e6037 6. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275b9ea6 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:51:33.477436 [ 1428 ] {} TCPHandler: Code: 701. DB::Exception: Requested cluster '' not found. (CLUSTER_DOESNT_EXIST), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./src/TableFunctions/ITableFunctionCluster.h:61: DB::ITableFunctionCluster>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275bdf1f 5. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274e6037 6. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275b9ea6 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:51:33.898177 [ 4149 ] {bd2d4f39-e0cb-4b8d-bd50-7525dce17f31} executeQuery: Code: 41. DB::Exception: Value 1969 for year must be in the range [1970, 2106]: In scope SELECT parseDateTimeInJodaSyntax('1969', 'yyyy', 'UTC'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTimeInJodaSyntax('1969', 'yyyy', 'UTC');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:33.901781 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Value 1969 for year must be in the range [1970, 2106]: In scope SELECT parseDateTimeInJodaSyntax('1969', 'yyyy', 'UTC'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:33.923803 [ 4149 ] {9ff6dbf0-a874-466d-a2a2-07af1d0b4535} executeQuery: Code: 41. DB::Exception: Value 2107 for year must be in the range [1970, 2106]: In scope SELECT parseDateTimeInJodaSyntax('2107', 'yyyy', 'UTC'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTimeInJodaSyntax('2107', 'yyyy', 'UTC');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:33.927665 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Value 2107 for year must be in the range [1970, 2106]: In scope SELECT parseDateTimeInJodaSyntax('2107', 'yyyy', 'UTC'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:34.260668 [ 1428 ] {43cca18f-75ba-49cf-8047-8540b0a9bd67} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'parseDateTimeOrZero'. Expected 1 mandatory argument and 2 optional arguments, got 0 arguments: In scope SELECT * FROM azureBlobStorage(CAST(parseDateTimeOrZero(), 'Date'), NULL). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34920) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM azureBlobStorage((CAST((parseDateTimeOrZero()) AS Date)), NULL);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&, String&&) @ 0x0000000031c3fcf7 4. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3b1b3 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::getReturnTypeImpl(std::vector> const&) const @ 0x00000000190b32ca 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4786: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3b19a 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:34.266677 [ 1428 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'parseDateTimeOrZero'. Expected 1 mandatory argument and 2 optional arguments, got 0 arguments: In scope SELECT * FROM azureBlobStorage(CAST(parseDateTimeOrZero(), 'Date'), NULL). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&, String&&) @ 0x0000000031c3fcf7 4. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3b1b3 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::getReturnTypeImpl(std::vector> const&) const @ 0x00000000190b32ca 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4786: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3b19a 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:34.381040 [ 57570 ] {b569717f-4869-4e8f-8f52-fba44d655199} executeQuery: Code: 36. DB::Exception: Encrypted data is smaller than the size of additional data for AEAD mode, cannot decrypt.: In scope SELECT decrypt('aes-128-gcm', '[HIDDEN]'). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34954) (comment: 01776_decrypt_aead_size_check.sql) (in query: SELECT decrypt('aes-128-gcm', '[HIDDEN]')), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. COW::immutable_ptr DB::FunctionDecrypt::doDecrypt(evp_cipher_st const*, unsigned long, COW::immutable_ptr const&, COW::immutable_ptr const&, COW::immutable_ptr const&, COW::immutable_ptr const&) @ 0x000000000d719c2f 5. DB::FunctionDecrypt::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000d716ff4 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:34.386231 [ 57570 ] {} TCPHandler: Code: 36. DB::Exception: Encrypted data is smaller than the size of additional data for AEAD mode, cannot decrypt.: In scope SELECT decrypt('aes-128-gcm', '[HIDDEN]'). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. COW::immutable_ptr DB::FunctionDecrypt::doDecrypt(evp_cipher_st const*, unsigned long, COW::immutable_ptr const&, COW::immutable_ptr const&, COW::immutable_ptr const&, COW::immutable_ptr const&) @ 0x000000000d719c2f 5. DB::FunctionDecrypt::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000d716ff4 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:34.588062 [ 4149 ] {8c963311-fa33-463a-b60e-98300e7a7829} executeQuery: Code: 321. DB::Exception: Seconds since epoch is negative: In scope SELECT parseDateTimeInJodaSyntax('1970', 'xxxx', 'UTC'). (VALUE_IS_OUT_OF_RANGE_OF_DATA_TYPE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTimeInJodaSyntax('1970', 'xxxx', 'UTC');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x000000001913a1d9 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:34.591680 [ 4149 ] {} TCPHandler: Code: 321. DB::Exception: Seconds since epoch is negative: In scope SELECT parseDateTimeInJodaSyntax('1970', 'xxxx', 'UTC'). (VALUE_IS_OUT_OF_RANGE_OF_DATA_TYPE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x000000001913a1d9 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:34.613807 [ 4149 ] {4b73589b-22d6-4614-a963-c59a89bab4ce} executeQuery: Code: 41. DB::Exception: Value 1969 for year must be in the range [1970, 2106]: In scope SELECT parseDateTimeInJodaSyntax('1969', 'xxxx', 'UTC'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTimeInJodaSyntax('1969', 'xxxx', 'UTC');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:34.617536 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Value 1969 for year must be in the range [1970, 2106]: In scope SELECT parseDateTimeInJodaSyntax('1969', 'xxxx', 'UTC'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:34.639871 [ 4149 ] {0b2e5e57-48b6-4b90-bcc6-0726ebff1257} executeQuery: Code: 41. DB::Exception: Value 2107 for year must be in the range [1970, 2106]: In scope SELECT parseDateTimeInJodaSyntax('2107', 'xxxx', 'UTC'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTimeInJodaSyntax('2107', 'xxxx', 'UTC');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:34.643656 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Value 2107 for year must be in the range [1970, 2106]: In scope SELECT parseDateTimeInJodaSyntax('2107', 'xxxx', 'UTC'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:34.758152 [ 4149 ] {b5d9d992-8fdb-4cde-a192-b0372ff7dcb5} executeQuery: Code: 41. DB::Exception: Invalid date, out of range (year: 1900 month: 1 day_of_month: 1): In scope SELECT parseDateTimeInJodaSyntax('19', 'CC', 'UTC'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTimeInJodaSyntax('19', 'CC', 'UTC');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x000000001913a1d9 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:34.762055 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Invalid date, out of range (year: 1900 month: 1 day_of_month: 1): In scope SELECT parseDateTimeInJodaSyntax('19', 'CC', 'UTC'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x000000001913a1d9 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:34.785416 [ 4149 ] {33ff8a7e-e298-4b37-b171-17ad20c98881} executeQuery: Code: 41. DB::Exception: Value 22 for century must be in the range [19, 21]: In scope SELECT parseDateTimeInJodaSyntax('22', 'CC', 'UTC'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTimeInJodaSyntax('22', 'CC', 'UTC');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:34.789056 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Value 22 for century must be in the range [19, 21]: In scope SELECT parseDateTimeInJodaSyntax('22', 'CC', 'UTC'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:35.042974 [ 4149 ] {4c696278-b713-41e8-bca6-4e6bf08f2679} executeQuery: Code: 41. DB::Exception: Value 0 for month of year must be in the range [1, 12]: In scope SELECT parseDateTimeInJodaSyntax('0', 'M', 'UTC'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTimeInJodaSyntax('0', 'M', 'UTC');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:35.046696 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Value 0 for month of year must be in the range [1, 12]: In scope SELECT parseDateTimeInJodaSyntax('0', 'M', 'UTC'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:35.067719 [ 4149 ] {e58c7804-f85e-48a4-966e-927dcd37a507} executeQuery: Code: 41. DB::Exception: Value 13 for month of year must be in the range [1, 12]: In scope SELECT parseDateTimeInJodaSyntax('13', 'M', 'UTC'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTimeInJodaSyntax('13', 'M', 'UTC');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:35.069007 [ 1428 ] {887639f1-dc97-45c2-87d0-1172d2a3141e} executeQuery: Code: 35. DB::Exception: Function ngramMinHashUTF8 expect at least one argument: In scope SELECT currentProfiles(ngramMinHashUTF8()). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34920) (comment: 00746_sql_fuzzy.sh) (in query: SELECT currentProfiles(ngramMinHashUTF8());), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionsStringHash, DB::NameNgramMinHashUTF8, false, false>::getReturnTypeImpl(std::vector> const&) const @ 0x000000000ab54554 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:51:35.071314 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Value 13 for month of year must be in the range [1, 12]: In scope SELECT parseDateTimeInJodaSyntax('13', 'M', 'UTC'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:35.075376 [ 1428 ] {} TCPHandler: Code: 35. DB::Exception: Function ngramMinHashUTF8 expect at least one argument: In scope SELECT currentProfiles(ngramMinHashUTF8()). (TOO_FEW_ARGUMENTS_FOR_FUNCTION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionsStringHash, DB::NameNgramMinHashUTF8, false, false>::getReturnTypeImpl(std::vector> const&) const @ 0x000000000ab54554 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:51:35.092058 [ 4149 ] {13ea5111-03b6-4d70-951d-593224f2431b} executeQuery: Code: 41. DB::Exception: Invalid format input 12345 is malformed at 345: In scope SELECT parseDateTimeInJodaSyntax('12345', 'M', 'UTC'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTimeInJodaSyntax('12345', 'M', 'UTC');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x000000001913a1d9 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:35.095751 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Invalid format input 12345 is malformed at 345: In scope SELECT parseDateTimeInJodaSyntax('12345', 'M', 'UTC'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x000000001913a1d9 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:35.131928 [ 1428 ] {c970b430-bea6-4254-8b1f-bef2de6c995b} executeQuery: Code: 36. DB::Exception: Argument 'database_path' must be a literal with type String, got Array. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34920) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM sqlite([], 'h*W"9V3');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>, std::basic_string_view>>(int, FormatStringHelperImpl::type, std::type_identity>>::type, std::type_identity>>::type>, String const&, std::basic_string_view>&&, std::basic_string_view>&&) @ 0x000000003d3e0c17 4. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:39: String DB::checkAndGetLiteralArgument(DB::ASTLiteral const&, String const&) @ 0x000000003d3dee23 5. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:22: String DB::checkAndGetLiteralArgument(std::shared_ptr const&, String const&) @ 0x000000003d3de339 6. ./build_docker/./src/TableFunctions/TableFunctionSQLite.cpp:88: DB::(anonymous namespace)::TableFunctionSQLite::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274aa273 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:51:35.137175 [ 1428 ] {} TCPHandler: Code: 36. DB::Exception: Argument 'database_path' must be a literal with type String, got Array. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>, std::basic_string_view>>(int, FormatStringHelperImpl::type, std::type_identity>>::type, std::type_identity>>::type>, String const&, std::basic_string_view>&&, std::basic_string_view>&&) @ 0x000000003d3e0c17 4. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:39: String DB::checkAndGetLiteralArgument(DB::ASTLiteral const&, String const&) @ 0x000000003d3dee23 5. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:22: String DB::checkAndGetLiteralArgument(std::shared_ptr const&, String const&) @ 0x000000003d3de339 6. ./build_docker/./src/TableFunctions/TableFunctionSQLite.cpp:88: DB::(anonymous namespace)::TableFunctionSQLite::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274aa273 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:51:35.394353 [ 4149 ] {6803851b-de12-4761-a7f2-b2a632f2b143} executeQuery: Code: 41. DB::Exception: Invalid format input Decembr is malformed at embr: In scope SELECT parseDateTimeInJodaSyntax('Decembr', 'MMM', 'UTC'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: --- invalid month names select parseDateTimeInJodaSyntax('Decembr', 'MMM', 'UTC');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x000000001913a1d9 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:35.398591 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Invalid format input Decembr is malformed at embr: In scope SELECT parseDateTimeInJodaSyntax('Decembr', 'MMM', 'UTC'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x000000001913a1d9 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:35.423237 [ 4149 ] {d0dac45f-839e-47c9-a2fd-29d3aaa222c3} executeQuery: Code: 41. DB::Exception: Invalid format input Decembr is malformed at embr: In scope SELECT parseDateTimeInJodaSyntax('Decembr', 'MMMM', 'UTC'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTimeInJodaSyntax('Decembr', 'MMMM', 'UTC');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x000000001913a1d9 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:35.427627 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Invalid format input Decembr is malformed at embr: In scope SELECT parseDateTimeInJodaSyntax('Decembr', 'MMMM', 'UTC'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x000000001913a1d9 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:35.453661 [ 4149 ] {0c5842d3-ef6b-4ac9-a705-7131efc684ef} executeQuery: Code: 41. DB::Exception: Invalid format input Decemberary is malformed at ary: In scope SELECT parseDateTimeInJodaSyntax('Decemberary', 'MMM', 'UTC'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTimeInJodaSyntax('Decemberary', 'MMM', 'UTC');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x000000001913a1d9 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:35.457842 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Invalid format input Decemberary is malformed at ary: In scope SELECT parseDateTimeInJodaSyntax('Decemberary', 'MMM', 'UTC'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x000000001913a1d9 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:35.481841 [ 4149 ] {b7bfa89e-ffb8-45ec-bad3-7023fdc92b3b} executeQuery: Code: 41. DB::Exception: Invalid format input Decemberary is malformed at ary: In scope SELECT parseDateTimeInJodaSyntax('Decemberary', 'MMMM', 'UTC'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTimeInJodaSyntax('Decemberary', 'MMMM', 'UTC');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x000000001913a1d9 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:35.485862 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Invalid format input Decemberary is malformed at ary: In scope SELECT parseDateTimeInJodaSyntax('Decemberary', 'MMMM', 'UTC'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x000000001913a1d9 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:35.509261 [ 4149 ] {7ce2a8b9-d994-4336-8d7f-e7990e2e957d} executeQuery: Code: 41. DB::Exception: Unable to parse fragment MMM from asdf because of unknown month of year text: asd: In scope SELECT parseDateTimeInJodaSyntax('asdf', 'MMM', 'UTC'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTimeInJodaSyntax('asdf', 'MMM', 'UTC');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:35.513481 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Unable to parse fragment MMM from asdf because of unknown month of year text: asd: In scope SELECT parseDateTimeInJodaSyntax('asdf', 'MMM', 'UTC'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:35.537351 [ 4149 ] {9a0b8721-6f0c-44b4-8510-855d0f0a618d} executeQuery: Code: 41. DB::Exception: Unable to parse fragment MMMM from asdf because of unknown month of year text: asd: In scope SELECT parseDateTimeInJodaSyntax('asdf', 'MMMM', 'UTC'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTimeInJodaSyntax('asdf', 'MMMM', 'UTC');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:35.541497 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Unable to parse fragment MMMM from asdf because of unknown month of year text: asd: In scope SELECT parseDateTimeInJodaSyntax('asdf', 'MMMM', 'UTC'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:35.755705 [ 4149 ] {8a0cc3cb-124f-4268-b879-54076b7a2f78} executeQuery: Code: 41. DB::Exception: Value 0 for day of month must be in the range [1, 31]: In scope SELECT parseDateTimeInJodaSyntax('0', 'd', 'UTC'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTimeInJodaSyntax('0', 'd', 'UTC');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:35.760069 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Value 0 for day of month must be in the range [1, 31]: In scope SELECT parseDateTimeInJodaSyntax('0', 'd', 'UTC'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:35.782964 [ 4149 ] {1a9c08c9-150e-40d8-a90d-4d7c96de0412} executeQuery: Code: 41. DB::Exception: Value 32 for day of month must be in the range [1, 31]: In scope SELECT parseDateTimeInJodaSyntax('32', 'd', 'UTC'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTimeInJodaSyntax('32', 'd', 'UTC');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:35.786873 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Value 32 for day of month must be in the range [1, 31]: In scope SELECT parseDateTimeInJodaSyntax('32', 'd', 'UTC'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:35.809583 [ 4149 ] {1f08e152-73c4-43e8-9126-de3d18970851} executeQuery: Code: 41. DB::Exception: Invalid format input 12345 is malformed at 345: In scope SELECT parseDateTimeInJodaSyntax('12345', 'd', 'UTC'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTimeInJodaSyntax('12345', 'd', 'UTC');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x000000001913a1d9 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:35.813393 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Invalid format input 12345 is malformed at 345: In scope SELECT parseDateTimeInJodaSyntax('12345', 'd', 'UTC'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x000000001913a1d9 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:35.836335 [ 4149 ] {7af1d18b-47ef-4db4-80d8-6d6bd59f7125} executeQuery: Code: 41. DB::Exception: Invalid date, out of range (year: 2000 month: 2 day_of_month: 31): In scope SELECT parseDateTimeInJodaSyntax('02-31', 'M-d', 'UTC'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTimeInJodaSyntax('02-31', 'M-d', 'UTC');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x000000001913a1d9 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:35.840142 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Invalid date, out of range (year: 2000 month: 2 day_of_month: 31): In scope SELECT parseDateTimeInJodaSyntax('02-31', 'M-d', 'UTC'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x000000001913a1d9 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:35.862802 [ 4149 ] {846144f2-3453-480c-9c13-18a89c4d49e1} executeQuery: Code: 41. DB::Exception: Invalid date, out of range (year: 2000 month: 4 day_of_month: 31): In scope SELECT parseDateTimeInJodaSyntax('04-31', 'M-d', 'UTC'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTimeInJodaSyntax('04-31', 'M-d', 'UTC');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x000000001913a1d9 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:35.866657 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Invalid date, out of range (year: 2000 month: 4 day_of_month: 31): In scope SELECT parseDateTimeInJodaSyntax('04-31', 'M-d', 'UTC'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x000000001913a1d9 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:35.969101 [ 1428 ] {d0ffd5be-c718-4d3d-8669-4b7d406b67ac} executeQuery: Code: 42. DB::Exception: Function exponentialTimeDecayedSum takes exactly one parameter. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34920) (comment: 00746_sql_fuzzy.sh) (in query: SELECT exponentialTimeDecayedSum();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Processors/Transforms/WindowTransform.cpp:1629: DB::WindowFunctionExponentialTimeDecayedSum::WindowFunctionExponentialTimeDecayedSum(String const&, std::vector, std::allocator>> const&, DB::Array const&) @ 0x000000004033a1cf 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], String const&, std::vector, std::allocator>> const&, DB::Array const&, void>(std::allocator const&, String const&, std::vector, std::allocator>> const&, DB::Array const&) @ 0x0000000040339651 6. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: std::shared_ptr std::__function::__policy_invoker (String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*)>::__call_impl (String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*)>>(std::__function::__policy_storage const*, String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x0000000040303fd7 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 8. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:51:35.974018 [ 1428 ] {} TCPHandler: Code: 42. DB::Exception: Function exponentialTimeDecayedSum takes exactly one parameter. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Processors/Transforms/WindowTransform.cpp:1629: DB::WindowFunctionExponentialTimeDecayedSum::WindowFunctionExponentialTimeDecayedSum(String const&, std::vector, std::allocator>> const&, DB::Array const&) @ 0x000000004033a1cf 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], String const&, std::vector, std::allocator>> const&, DB::Array const&, void>(std::allocator const&, String const&, std::vector, std::allocator>> const&, DB::Array const&) @ 0x0000000040339651 6. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: std::shared_ptr std::__function::__policy_invoker (String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*)>::__call_impl (String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*)>>(std::__function::__policy_storage const*, String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x0000000040303fd7 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 8. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:51:36.081452 [ 4149 ] {daae6185-f5b3-4ecf-bfd1-77dc8e74f70a} executeQuery: Code: 41. DB::Exception: Invalid date, out of range (year: 2001 month: 2 day_of_month: 29): In scope SELECT parseDateTimeInJodaSyntax('2001-02-29', 'YYYY-M-d', 'UTC'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTimeInJodaSyntax('2001-02-29', 'YYYY-M-d', 'UTC');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x000000001913a1d9 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:36.085133 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Invalid date, out of range (year: 2001 month: 2 day_of_month: 29): In scope SELECT parseDateTimeInJodaSyntax('2001-02-29', 'YYYY-M-d', 'UTC'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x000000001913a1d9 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:36.321221 [ 55895 ] {0ebe9150-0a53-40b4-9856-48eecd97b5c2} executeQuery: Code: 41. DB::Exception: Cannot read DateTime: neither Date nor Time was parsed successfully: In scope SELECT parseDateTimeBestEffort('', 3) AS a, toTypeName(a). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34958) (comment: 01442_date_time_with_params.sql) (in query: SELECT parseDateTimeBestEffort('', 3) AS a, toTypeName(a);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/IO/parseDateTimeBestEffort.cpp:99: DB::parseDateTime64BestEffort(DB::DateTime64&, unsigned int, DB::ReadBuffer&, DateLUTImpl const&, DateLUTImpl const&) @ 0x00000000208e5244 5. ./src/Functions/FunctionsConversion.h:977: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, unsigned int) @ 0x0000000032d180c5 6. ./src/Functions/FunctionsConversion.h:2661: DB::detail::FunctionConvertFromString::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032ced376 7. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 8. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 10. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 17:51:36.325222 [ 55895 ] {} TCPHandler: Code: 41. DB::Exception: Cannot read DateTime: neither Date nor Time was parsed successfully: In scope SELECT parseDateTimeBestEffort('', 3) AS a, toTypeName(a). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/IO/parseDateTimeBestEffort.cpp:99: DB::parseDateTime64BestEffort(DB::DateTime64&, unsigned int, DB::ReadBuffer&, DateLUTImpl const&, DateLUTImpl const&) @ 0x00000000208e5244 5. ./src/Functions/FunctionsConversion.h:977: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, unsigned int) @ 0x0000000032d180c5 6. ./src/Functions/FunctionsConversion.h:2661: DB::detail::FunctionConvertFromString::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032ced376 7. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 8. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 10. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 17:51:36.521447 [ 1428 ] {9c7b2fe8-b897-4da4-ba28-6b59ce88c273} executeQuery: Code: 42. DB::Exception: Table function 'executable' requires minimum 3 arguments: script_name, format, structure, [input_query...]. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34920) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM executable('D|t&S|^*');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionExecutable.cpp:98: DB::(anonymous namespace)::TableFunctionExecutable::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000273ef324 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:51:36.527578 [ 1428 ] {} TCPHandler: Code: 42. DB::Exception: Table function 'executable' requires minimum 3 arguments: script_name, format, structure, [input_query...]. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionExecutable.cpp:98: DB::(anonymous namespace)::TableFunctionExecutable::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000273ef324 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:51:36.798226 [ 4149 ] {ba3c7584-055d-4ad4-8d26-18f96f9b1994} executeQuery: Code: 41. DB::Exception: Invalid day of year, out of range (year: 1999 day of year: 366): In scope SELECT parseDateTimeInJodaSyntax('1999 366', 'yyyy D', 'UTC'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTimeInJodaSyntax('1999 366', 'yyyy D', 'UTC');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x000000001913a1d9 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:36.801879 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Invalid day of year, out of range (year: 1999 day of year: 366): In scope SELECT parseDateTimeInJodaSyntax('1999 366', 'yyyy D', 'UTC'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x000000001913a1d9 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:36.864484 [ 4149 ] {76df39af-298a-45f2-aa06-0a6e4ffde481} executeQuery: Code: 41. DB::Exception: Invalid day of year, out of range (year: 2001 day of year: 366): In scope SELECT parseDateTimeInJodaSyntax('2000 366 2001', 'yyyy D yyyy', 'UTC'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTimeInJodaSyntax('2000 366 2001', 'yyyy D yyyy', 'UTC');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x000000001913a1d9 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:36.867376 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Invalid day of year, out of range (year: 2001 day of year: 366): In scope SELECT parseDateTimeInJodaSyntax('2000 366 2001', 'yyyy D yyyy', 'UTC'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x000000001913a1d9 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:36.882215 [ 4149 ] {783c0f0d-68b2-4dfb-9166-2159baf7249f} executeQuery: Code: 41. DB::Exception: Value 0 for day of year must be in the range [1, 366]: In scope SELECT parseDateTimeInJodaSyntax('0', 'D', 'UTC'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTimeInJodaSyntax('0', 'D', 'UTC');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:36.885298 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Value 0 for day of year must be in the range [1, 366]: In scope SELECT parseDateTimeInJodaSyntax('0', 'D', 'UTC'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:36.904713 [ 4149 ] {604a291c-81ca-4354-9555-df71048b75d9} executeQuery: Code: 41. DB::Exception: Value 367 for day of year must be in the range [1, 366]: In scope SELECT parseDateTimeInJodaSyntax('367', 'D', 'UTC'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTimeInJodaSyntax('367', 'D', 'UTC');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:36.907445 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Value 367 for day of year must be in the range [1, 366]: In scope SELECT parseDateTimeInJodaSyntax('367', 'D', 'UTC'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:37.101697 [ 4149 ] {81a16063-a57e-43f3-b3d6-73cee6f703c4} executeQuery: Code: 41. DB::Exception: Value 0 for hour must be in the range [23, 0] if_hour_of_half_day=false and hour_starts_at_1=false: In scope SELECT parseDateTimeInJodaSyntax('24', 'H', 'UTC'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: --- invalid hour od day select parseDateTimeInJodaSyntax('24', 'H', 'UTC');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:37.105679 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Value 0 for hour must be in the range [23, 0] if_hour_of_half_day=false and hour_starts_at_1=false: In scope SELECT parseDateTimeInJodaSyntax('24', 'H', 'UTC'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:37.129324 [ 4149 ] {ac657cab-739d-4f9d-a8b3-ba1a0acd8f7a} executeQuery: Code: 41. DB::Exception: Unable to parse fragment H from -1 because read number failed: In scope SELECT parseDateTimeInJodaSyntax('-1', 'H', 'UTC'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTimeInJodaSyntax('-1', 'H', 'UTC');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:37.133038 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Unable to parse fragment H from -1 because read number failed: In scope SELECT parseDateTimeInJodaSyntax('-1', 'H', 'UTC'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:37.153575 [ 4149 ] {bc4238cc-590f-471a-8042-f455ef8ebc12} executeQuery: Code: 41. DB::Exception: Invalid format input 123456789 is malformed at 3456789: In scope SELECT parseDateTimeInJodaSyntax('123456789', 'H', 'UTC'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTimeInJodaSyntax('123456789', 'H', 'UTC');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x000000001913a1d9 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:37.158264 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Invalid format input 123456789 is malformed at 3456789: In scope SELECT parseDateTimeInJodaSyntax('123456789', 'H', 'UTC'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x000000001913a1d9 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:37.294503 [ 1428 ] {a3479dd2-bde5-4276-b086-7d5c0350b9fb} executeQuery: Code: 43. DB::Exception: Illegal type UInt8 of first argument of function subtractWeeks. Must be a date, a date with time or a String: In scope SELECT subtractWeeks(12, [NULL]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34920) (comment: 00746_sql_fuzzy.sh) (in query: SELECT subtractWeeks(12, [NULL]);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionDateOrDateTimeAddInterval::getReturnTypeImpl(std::vector> const&) const @ 0x000000001bbf92d6 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:51:37.301882 [ 1428 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type UInt8 of first argument of function subtractWeeks. Must be a date, a date with time or a String: In scope SELECT subtractWeeks(12, [NULL]). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionDateOrDateTimeAddInterval::getReturnTypeImpl(std::vector> const&) const @ 0x000000001bbf92d6 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:51:37.328935 [ 1428 ] {631e0193-ed83-44b7-a84a-29ad29ecd9e3} executeQuery: Code: 42. DB::Exception: Number of arguments for function tupleIntDivOrZero doesn't match: passed 0, should be 2: In scope (SELECT tupleIntDivOrZero()). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34920) (comment: 00746_sql_fuzzy.sh) (in query: SELECT toRelativeHourNum(( SELECT tupleIntDivOrZero() ) , (CAST(((CAST(([]) AS Date))) AS String)));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:37.336513 [ 1428 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tupleIntDivOrZero doesn't match: passed 0, should be 2: In scope (SELECT tupleIntDivOrZero()). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:37.365997 [ 4149 ] {a496dc1b-6522-4c61-889d-01ac1db8d597} executeQuery: Code: 41. DB::Exception: Value 0 for hour must be in the range [24, 1] if_hour_of_half_day=false and hour_starts_at_1=true: In scope SELECT parseDateTimeInJodaSyntax('25', 'k', 'UTC'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: -- invalid clock hour of day select parseDateTimeInJodaSyntax('25', 'k', 'UTC');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:37.370084 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Value 0 for hour must be in the range [24, 1] if_hour_of_half_day=false and hour_starts_at_1=true: In scope SELECT parseDateTimeInJodaSyntax('25', 'k', 'UTC'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:37.394668 [ 4149 ] {e2ebe42a-a20c-41a9-af37-00a0f20e171d} executeQuery: Code: 41. DB::Exception: Value 0 for hour must be in the range [24, 1] if_hour_of_half_day=false and hour_starts_at_1=true: In scope SELECT parseDateTimeInJodaSyntax('0', 'k', 'UTC'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTimeInJodaSyntax('0', 'k', 'UTC');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:37.398721 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Value 0 for hour must be in the range [24, 1] if_hour_of_half_day=false and hour_starts_at_1=true: In scope SELECT parseDateTimeInJodaSyntax('0', 'k', 'UTC'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:37.421682 [ 4149 ] {13e6b48d-a3cb-4675-b7b8-71e57315a7c9} executeQuery: Code: 41. DB::Exception: Invalid format input 123456789 is malformed at 3456789: In scope SELECT parseDateTimeInJodaSyntax('123456789', 'k', 'UTC'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTimeInJodaSyntax('123456789', 'k', 'UTC');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x000000001913a1d9 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:37.426947 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Invalid format input 123456789 is malformed at 3456789: In scope SELECT parseDateTimeInJodaSyntax('123456789', 'k', 'UTC'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x000000001913a1d9 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:37.645286 [ 4149 ] {46f98d6b-6219-43ef-bf8d-f278629a846b} executeQuery: Code: 41. DB::Exception: Value 0 for hour must be in the range [11, 0] if_hour_of_half_day=true and hour_starts_at_1=false: In scope SELECT parseDateTimeInJodaSyntax('12', 'K', 'UTC'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: -- invalid hour of half day select parseDateTimeInJodaSyntax('12', 'K', 'UTC');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:37.649158 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Value 0 for hour must be in the range [11, 0] if_hour_of_half_day=true and hour_starts_at_1=false: In scope SELECT parseDateTimeInJodaSyntax('12', 'K', 'UTC'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:37.670993 [ 4149 ] {428384c3-b590-415e-b907-008ed75d4cbf} executeQuery: Code: 41. DB::Exception: Unable to parse fragment K from -1 because read number failed: In scope SELECT parseDateTimeInJodaSyntax('-1', 'K', 'UTC'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTimeInJodaSyntax('-1', 'K', 'UTC');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:37.674919 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Unable to parse fragment K from -1 because read number failed: In scope SELECT parseDateTimeInJodaSyntax('-1', 'K', 'UTC'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:37.697788 [ 4149 ] {fdbcf71e-adc1-4d54-b332-ae62d8802edb} executeQuery: Code: 41. DB::Exception: Value 0 for hour must be in the range [11, 0] if_hour_of_half_day=true and hour_starts_at_1=false: In scope SELECT parseDateTimeInJodaSyntax('123456789', 'K', 'UTC'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTimeInJodaSyntax('123456789', 'K', 'UTC');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:37.701647 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Value 0 for hour must be in the range [11, 0] if_hour_of_half_day=true and hour_starts_at_1=false: In scope SELECT parseDateTimeInJodaSyntax('123456789', 'K', 'UTC'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:37.938031 [ 4149 ] {19e9e448-3ed1-4a25-a4bd-d9100f8b0dc9} executeQuery: Code: 41. DB::Exception: Value 0 for hour must be in the range [12, 1] if_hour_of_half_day=true and hour_starts_at_1=true: In scope SELECT parseDateTimeInJodaSyntax('13', 'h', 'UTC'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: -- invalid clock hour of half day select parseDateTimeInJodaSyntax('13', 'h', 'UTC');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:37.942979 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Value 0 for hour must be in the range [12, 1] if_hour_of_half_day=true and hour_starts_at_1=true: In scope SELECT parseDateTimeInJodaSyntax('13', 'h', 'UTC'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:37.964842 [ 4149 ] {b472b07b-532a-4552-a627-7e436745586d} executeQuery: Code: 41. DB::Exception: Value 0 for hour must be in the range [12, 1] if_hour_of_half_day=true and hour_starts_at_1=true: In scope SELECT parseDateTimeInJodaSyntax('0', 'h', 'UTC'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTimeInJodaSyntax('0', 'h', 'UTC');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:37.968625 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Value 0 for hour must be in the range [12, 1] if_hour_of_half_day=true and hour_starts_at_1=true: In scope SELECT parseDateTimeInJodaSyntax('0', 'h', 'UTC'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:37.992654 [ 4149 ] {e97d0068-994a-4a0d-9f07-b04f89d4c2ab} executeQuery: Code: 41. DB::Exception: Invalid format input 123456789 is malformed at 3456789: In scope SELECT parseDateTimeInJodaSyntax('123456789', 'h', 'UTC'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTimeInJodaSyntax('123456789', 'h', 'UTC');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x000000001913a1d9 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:37.997054 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Invalid format input 123456789 is malformed at 3456789: In scope SELECT parseDateTimeInJodaSyntax('123456789', 'h', 'UTC'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x000000001913a1d9 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:38.107224 [ 1428 ] {6384bbe5-711f-4962-84cb-74e15de4b2c2} executeQuery: Code: 43. DB::Exception: Illegal types UInt8 and String of arguments of function bitHammingDistance: In scope SELECT bitHammingDistance(39, ''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34920) (comment: 00746_sql_fuzzy.sh) (in query: SELECT bitHammingDistance(39, '');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. DB::FunctionBinaryArithmetic::getReturnTypeImplStatic(std::vector, std::allocator>> const&, std::shared_ptr) @ 0x000000000bf8758b 5. DB::BinaryArithmeticOverloadResolver::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000000bc46299 6. DB::IFunctionOverloadResolver::getReturnTypeImpl(std::vector> const&) const @ 0x0000000009f857c6 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:51:38.115609 [ 1428 ] {} TCPHandler: Code: 43. DB::Exception: Illegal types UInt8 and String of arguments of function bitHammingDistance: In scope SELECT bitHammingDistance(39, ''). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. DB::FunctionBinaryArithmetic::getReturnTypeImplStatic(std::vector, std::allocator>> const&, std::shared_ptr) @ 0x000000000bf8758b 5. DB::BinaryArithmeticOverloadResolver::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000000bc46299 6. DB::IFunctionOverloadResolver::getReturnTypeImpl(std::vector> const&) const @ 0x0000000009f857c6 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:51:38.179936 [ 1428 ] {e4984d62-6ea5-4549-b363-3fe9c3bef80c} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitmaskToArray doesn't match: passed 0, should be 1: In scope SELECT bitmaskToArray(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34920) (comment: 00746_sql_fuzzy.sh) (in query: SELECT bitmaskToArray();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:51:38.185471 [ 1428 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitmaskToArray doesn't match: passed 0, should be 1: In scope SELECT bitmaskToArray(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:51:38.975438 [ 1428 ] {9263439f-3192-4a15-ac41-99d20be70f97} executeQuery: Code: 35. DB::Exception: Number of arguments for function arrayEnumerateUniq doesn't match: passed 0, should be at least 1.: In scope SELECT arrayEnumerateUniq(). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34920) (comment: 00746_sql_fuzzy.sh) (in query: SELECT arrayEnumerateUniq();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&&) @ 0x00000000088dcead 4. DB::FunctionArrayEnumerateExtended::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001f39f043 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:51:38.982010 [ 1428 ] {} TCPHandler: Code: 35. DB::Exception: Number of arguments for function arrayEnumerateUniq doesn't match: passed 0, should be at least 1.: In scope SELECT arrayEnumerateUniq(). (TOO_FEW_ARGUMENTS_FOR_FUNCTION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&&) @ 0x00000000088dcead 4. DB::FunctionArrayEnumerateExtended::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001f39f043 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:51:39.524967 [ 55895 ] {f09923b3-b028-4d69-8ef4-ac21c9000516} executeQuery: Code: 41. DB::Exception: Cannot read DateTime: neither Date nor Time was parsed successfully: In scope SELECT parseDateTime32BestEffort('') AS a, toTypeName(a). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34958) (comment: 01442_date_time_with_params.sql) (in query: SELECT parseDateTime32BestEffort('') AS a, toTypeName(a);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/IO/parseDateTimeBestEffort.cpp:99: DB::parseDateTimeBestEffort(long&, DB::ReadBuffer&, DateLUTImpl const&, DateLUTImpl const&) @ 0x00000000208c7b0e 5. ./src/Functions/FunctionsConversion.h:983: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, unsigned int) @ 0x0000000032d35663 6. ./src/Functions/FunctionsConversion.h:2661: DB::detail::FunctionConvertFromString::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032cffa81 7. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 8. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 10. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 17:51:39.528344 [ 55895 ] {} TCPHandler: Code: 41. DB::Exception: Cannot read DateTime: neither Date nor Time was parsed successfully: In scope SELECT parseDateTime32BestEffort('') AS a, toTypeName(a). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/IO/parseDateTimeBestEffort.cpp:99: DB::parseDateTimeBestEffort(long&, DB::ReadBuffer&, DateLUTImpl const&, DateLUTImpl const&) @ 0x00000000208c7b0e 5. ./src/Functions/FunctionsConversion.h:983: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, unsigned int) @ 0x0000000032d35663 6. ./src/Functions/FunctionsConversion.h:2661: DB::detail::FunctionConvertFromString::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032cffa81 7. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 8. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 10. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 17:51:39.682159 [ 4149 ] {85021ae9-823c-40de-bca1-d48a6fe341c7} executeQuery: Code: 41. DB::Exception: Value 60 for minute must be in the range [0, 59]: In scope SELECT parseDateTimeInJodaSyntax('60', 'm', 'UTC'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTimeInJodaSyntax('60', 'm', 'UTC');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:39.685313 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Value 60 for minute must be in the range [0, 59]: In scope SELECT parseDateTimeInJodaSyntax('60', 'm', 'UTC'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:39.707156 [ 4149 ] {6d920c63-68e5-4aa5-b5d4-1e51ba54ba2d} executeQuery: Code: 41. DB::Exception: Unable to parse fragment m from -1 because read number failed: In scope SELECT parseDateTimeInJodaSyntax('-1', 'm', 'UTC'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTimeInJodaSyntax('-1', 'm', 'UTC');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:39.711028 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Unable to parse fragment m from -1 because read number failed: In scope SELECT parseDateTimeInJodaSyntax('-1', 'm', 'UTC'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:39.732872 [ 4149 ] {4c357f70-2e33-408a-abd0-6ef3b519c6ac} executeQuery: Code: 41. DB::Exception: Invalid format input 123456789 is malformed at 3456789: In scope SELECT parseDateTimeInJodaSyntax('123456789', 'm', 'UTC'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTimeInJodaSyntax('123456789', 'm', 'UTC');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x000000001913a1d9 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:39.737080 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Invalid format input 123456789 is malformed at 3456789: In scope SELECT parseDateTimeInJodaSyntax('123456789', 'm', 'UTC'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x000000001913a1d9 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:39.893900 [ 4149 ] {ca14b631-0835-468d-8455-22060ac24a09} executeQuery: Code: 41. DB::Exception: Value 60 for second must be in the range [0, 59]: In scope SELECT parseDateTimeInJodaSyntax('60', 's', 'UTC'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTimeInJodaSyntax('60', 's', 'UTC');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:39.897755 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Value 60 for second must be in the range [0, 59]: In scope SELECT parseDateTimeInJodaSyntax('60', 's', 'UTC'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:39.919061 [ 4149 ] {e7f92e72-01d6-4f69-93a8-f1aedcbed983} executeQuery: Code: 41. DB::Exception: Unable to parse fragment s from -1 because read number failed: In scope SELECT parseDateTimeInJodaSyntax('-1', 's', 'UTC'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTimeInJodaSyntax('-1', 's', 'UTC');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:39.922819 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Unable to parse fragment s from -1 because read number failed: In scope SELECT parseDateTimeInJodaSyntax('-1', 's', 'UTC'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:39.924652 [ 1428 ] {d1aa007c-5185-413d-b1be-a21b939a352a} executeQuery: Code: 43. DB::Exception: Illegal type Array(UInt32) of argument of function toDate: In scope SELECT * FROM gcs(CAST(CAST(CAST([93886959], 'Date'), 'DateTime'), 'DateTime'), NULL). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34920) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM gcs((CAST(((CAST(((CAST(([93886959]) AS Date))) AS DateTime))) AS DateTime)), NULL);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./src/Functions/FunctionsConversion.h:2527: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003255e93b 5. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003255cec2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 11. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 12. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 13. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 14. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 15. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 16. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 17. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 18. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4786: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3b19a 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 30. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 31. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 2025.03.31 17:51:39.931201 [ 1428 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(UInt32) of argument of function toDate: In scope SELECT * FROM gcs(CAST(CAST(CAST([93886959], 'Date'), 'DateTime'), 'DateTime'), NULL). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./src/Functions/FunctionsConversion.h:2527: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003255e93b 5. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003255cec2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 11. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 12. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 13. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 14. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 15. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 16. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 17. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 18. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4786: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3b19a 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 30. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 31. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 2025.03.31 17:51:39.944448 [ 4149 ] {11a25ecf-9cc2-4917-a15a-964f7b62c797} executeQuery: Code: 41. DB::Exception: Invalid format input 123456789 is malformed at 3456789: In scope SELECT parseDateTimeInJodaSyntax('123456789', 's', 'UTC'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTimeInJodaSyntax('123456789', 's', 'UTC');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x000000001913a1d9 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:39.948797 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Invalid format input 123456789 is malformed at 3456789: In scope SELECT parseDateTimeInJodaSyntax('123456789', 's', 'UTC'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x000000001913a1d9 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:39.970085 [ 4149 ] {eb41c80f-af80-4ddb-9819-c83e9b5e0e80} executeQuery: Code: 41. DB::Exception: Unable to parse fragment CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC from because max_digits_to_read is too big: In scope SELECT parseDateTimeInJodaSyntax('19191919191919191919191919191919', 'CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC', 'UTC'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: -- integer overflow in AST Fuzzer select parseDateTimeInJodaSyntax('19191919191919191919191919191919', 'CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC', 'UTC');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:39.973880 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Unable to parse fragment CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC from because max_digits_to_read is too big: In scope SELECT parseDateTimeInJodaSyntax('19191919191919191919191919191919', 'CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC', 'UTC'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:40.278097 [ 3914 ] {e468c5fb-ea43-4668-9e2a-180ef7a993f0} executeQuery: Code: 344. DB::Exception: JOIN with parallel replicas is only supported with subqueries: While processing ALL INNER JOIN filtered_groups ON a = filtered_groups.a. (SUPPORT_IS_DISABLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:51138) (comment: 02972_parallel_replicas_cte.sql) (in query: -- Testing that it is disabled for enable_analyzer=0. With analyzer it will be supported (with correct result) WITH filtered_groups AS (SELECT a FROM pr_1 WHERE a >= 100) SELECT count() FROM pr_2 INNER JOIN filtered_groups ON pr_2.a = filtered_groups.a SETTINGS enable_analyzer = 0, enable_parallel_replicas = 2, parallel_replicas_for_non_replicated_merge_tree = 1, cluster_for_parallel_replicas = 'test_cluster_one_shard_three_replicas_localhost', max_parallel_replicas = 3;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./src/Interpreters/GlobalSubqueriesVisitor.h:293: DB::GlobalSubqueriesMatcher::visit(DB::ASTTablesInSelectQueryElement&, std::shared_ptr&, DB::GlobalSubqueriesMatcher::Data&) @ 0x00000000369e4a49 5. ./src/Interpreters/GlobalSubqueriesVisitor.h:201: DB::InDepthNodeVisitor>::doVisit(std::shared_ptr&) @ 0x00000000369df6a2 6. ./src/Interpreters/InDepthNodeVisitor.h:61: void DB::InDepthNodeVisitor>::visitChildren(std::shared_ptr&) @ 0x00000000369ecdf9 7. ./src/Interpreters/InDepthNodeVisitor.h:59: void DB::InDepthNodeVisitor>::visitChildren(std::shared_ptr&) @ 0x00000000369ecdeb 8. ./src/Interpreters/InDepthNodeVisitor.h:59: DB::ExpressionAnalyzer::initGlobalSubqueriesAndExternalTables(bool, bool) @ 0x00000000369579f8 9. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:210: DB::ExpressionAnalyzer::ExpressionAnalyzer(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, unsigned long, bool, bool, std::shared_ptr, bool) @ 0x0000000036956559 10. ./src/Interpreters/ExpressionAnalyzer.h:314: DB::SelectQueryExpressionAnalyzer::SelectQueryExpressionAnalyzer(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, std::vector> const&, bool, DB::SelectQueryOptions const&, std::shared_ptr) @ 0x00000000385a3e34 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr)::$_0::operator()(bool) const @ 0x0000000038547c12 12. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:921: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000038535ab7 13. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:302: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x0000000038527331 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector> const&) @ 0x00000000387a94b9 15. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:165: DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000387a3e1a 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x00000000387b810e 17. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:428: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x00000000387b2033 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:51:40.282327 [ 3914 ] {} TCPHandler: Code: 344. DB::Exception: JOIN with parallel replicas is only supported with subqueries: While processing ALL INNER JOIN filtered_groups ON a = filtered_groups.a. (SUPPORT_IS_DISABLED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./src/Interpreters/GlobalSubqueriesVisitor.h:293: DB::GlobalSubqueriesMatcher::visit(DB::ASTTablesInSelectQueryElement&, std::shared_ptr&, DB::GlobalSubqueriesMatcher::Data&) @ 0x00000000369e4a49 5. ./src/Interpreters/GlobalSubqueriesVisitor.h:201: DB::InDepthNodeVisitor>::doVisit(std::shared_ptr&) @ 0x00000000369df6a2 6. ./src/Interpreters/InDepthNodeVisitor.h:61: void DB::InDepthNodeVisitor>::visitChildren(std::shared_ptr&) @ 0x00000000369ecdf9 7. ./src/Interpreters/InDepthNodeVisitor.h:59: void DB::InDepthNodeVisitor>::visitChildren(std::shared_ptr&) @ 0x00000000369ecdeb 8. ./src/Interpreters/InDepthNodeVisitor.h:59: DB::ExpressionAnalyzer::initGlobalSubqueriesAndExternalTables(bool, bool) @ 0x00000000369579f8 9. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:210: DB::ExpressionAnalyzer::ExpressionAnalyzer(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, unsigned long, bool, bool, std::shared_ptr, bool) @ 0x0000000036956559 10. ./src/Interpreters/ExpressionAnalyzer.h:314: DB::SelectQueryExpressionAnalyzer::SelectQueryExpressionAnalyzer(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, std::vector> const&, bool, DB::SelectQueryOptions const&, std::shared_ptr) @ 0x00000000385a3e34 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr)::$_0::operator()(bool) const @ 0x0000000038547c12 12. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:921: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000038535ab7 13. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:302: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x0000000038527331 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector> const&) @ 0x00000000387a94b9 15. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:165: DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000387a3e1a 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x00000000387b810e 17. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:428: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x00000000387b2033 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:51:40.324167 [ 3914 ] {199ea30a-a9b0-414a-8eaa-800ddf033be6} executeQuery: Code: 344. DB::Exception: JOIN with parallel replicas is only supported with subqueries: While processing ALL INNER JOIN filtered_groups ON a = filtered_groups.a. (SUPPORT_IS_DISABLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:51138) (comment: 02972_parallel_replicas_cte.sql) (in query: -- Disabled for any value of enable_parallel_replicas != 1, not just 2 WITH filtered_groups AS (SELECT a FROM pr_1 WHERE a >= 100) SELECT count() FROM pr_2 INNER JOIN filtered_groups ON pr_2.a = filtered_groups.a SETTINGS enable_analyzer = 0, enable_parallel_replicas = 512, parallel_replicas_for_non_replicated_merge_tree = 1, cluster_for_parallel_replicas = 'test_cluster_one_shard_three_replicas_localhost', max_parallel_replicas = 3;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./src/Interpreters/GlobalSubqueriesVisitor.h:293: DB::GlobalSubqueriesMatcher::visit(DB::ASTTablesInSelectQueryElement&, std::shared_ptr&, DB::GlobalSubqueriesMatcher::Data&) @ 0x00000000369e4a49 5. ./src/Interpreters/GlobalSubqueriesVisitor.h:201: DB::InDepthNodeVisitor>::doVisit(std::shared_ptr&) @ 0x00000000369df6a2 6. ./src/Interpreters/InDepthNodeVisitor.h:61: void DB::InDepthNodeVisitor>::visitChildren(std::shared_ptr&) @ 0x00000000369ecdf9 7. ./src/Interpreters/InDepthNodeVisitor.h:59: void DB::InDepthNodeVisitor>::visitChildren(std::shared_ptr&) @ 0x00000000369ecdeb 8. ./src/Interpreters/InDepthNodeVisitor.h:59: DB::ExpressionAnalyzer::initGlobalSubqueriesAndExternalTables(bool, bool) @ 0x00000000369579f8 9. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:210: DB::ExpressionAnalyzer::ExpressionAnalyzer(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, unsigned long, bool, bool, std::shared_ptr, bool) @ 0x0000000036956559 10. ./src/Interpreters/ExpressionAnalyzer.h:314: DB::SelectQueryExpressionAnalyzer::SelectQueryExpressionAnalyzer(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, std::vector> const&, bool, DB::SelectQueryOptions const&, std::shared_ptr) @ 0x00000000385a3e34 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr)::$_0::operator()(bool) const @ 0x0000000038547c12 12. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:921: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000038535ab7 13. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:302: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x0000000038527331 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector> const&) @ 0x00000000387a94b9 15. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:165: DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000387a3e1a 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x00000000387b810e 17. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:428: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x00000000387b2033 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:51:40.328323 [ 3914 ] {} TCPHandler: Code: 344. DB::Exception: JOIN with parallel replicas is only supported with subqueries: While processing ALL INNER JOIN filtered_groups ON a = filtered_groups.a. (SUPPORT_IS_DISABLED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./src/Interpreters/GlobalSubqueriesVisitor.h:293: DB::GlobalSubqueriesMatcher::visit(DB::ASTTablesInSelectQueryElement&, std::shared_ptr&, DB::GlobalSubqueriesMatcher::Data&) @ 0x00000000369e4a49 5. ./src/Interpreters/GlobalSubqueriesVisitor.h:201: DB::InDepthNodeVisitor>::doVisit(std::shared_ptr&) @ 0x00000000369df6a2 6. ./src/Interpreters/InDepthNodeVisitor.h:61: void DB::InDepthNodeVisitor>::visitChildren(std::shared_ptr&) @ 0x00000000369ecdf9 7. ./src/Interpreters/InDepthNodeVisitor.h:59: void DB::InDepthNodeVisitor>::visitChildren(std::shared_ptr&) @ 0x00000000369ecdeb 8. ./src/Interpreters/InDepthNodeVisitor.h:59: DB::ExpressionAnalyzer::initGlobalSubqueriesAndExternalTables(bool, bool) @ 0x00000000369579f8 9. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:210: DB::ExpressionAnalyzer::ExpressionAnalyzer(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, unsigned long, bool, bool, std::shared_ptr, bool) @ 0x0000000036956559 10. ./src/Interpreters/ExpressionAnalyzer.h:314: DB::SelectQueryExpressionAnalyzer::SelectQueryExpressionAnalyzer(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, std::vector> const&, bool, DB::SelectQueryOptions const&, std::shared_ptr) @ 0x00000000385a3e34 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr)::$_0::operator()(bool) const @ 0x0000000038547c12 12. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:921: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000038535ab7 13. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:302: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x0000000038527331 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector> const&) @ 0x00000000387a94b9 15. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:165: DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000387a3e1a 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x00000000387b810e 17. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:428: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x00000000387b2033 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:51:40.507728 [ 1428 ] {64bf201f-0737-464b-95ca-f9204944e1bd} executeQuery: Code: 701. DB::Exception: Requested cluster 'default' not found. (CLUSTER_DOESNT_EXIST) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34920) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM clusterAllReplicas();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Interpreters/Context.cpp:4195: DB::Context::getCluster(String const&) const @ 0x0000000036576c21 5. ./build_docker/./src/TableFunctions/TableFunctionRemote.cpp:248: DB::TableFunctionRemote::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x0000000027383632 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:51:40.513609 [ 1428 ] {} TCPHandler: Code: 701. DB::Exception: Requested cluster 'default' not found. (CLUSTER_DOESNT_EXIST), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Interpreters/Context.cpp:4195: DB::Context::getCluster(String const&) const @ 0x0000000036576c21 5. ./build_docker/./src/TableFunctions/TableFunctionRemote.cpp:248: DB::TableFunctionRemote::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x0000000027383632 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:51:40.538260 [ 1428 ] {8d64814d-c907-403c-9e69-bb3c68cad6d9} executeQuery: Code: 41. DB::Exception: Cannot parse datetime: Cannot parse DateTime from String: In scope SELECT '', [''], CAST('>pZRUL', 'DateTime'), []. (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34920) (comment: 00746_sql_fuzzy.sh) (in query: SELECT '', [''], (CAST(('>pZRUL') AS DateTime)), [];), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./src/IO/ReadHelpers.h:1030: void DB::readDateTimeTextImpl(long&, DB::ReadBuffer&, DateLUTImpl const&, char const*, char const*) @ 0x0000000027db3b1e 5. ./src/IO/ReadHelpers.h:1204: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000328e28c6 6. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000328b6a67 7. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324fab8b 8. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325677a9 9. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032566142 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 15. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 16. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 17. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 18. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 19. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 20. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 21. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 22. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 30. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 31. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 2025.03.31 17:51:40.543471 [ 1428 ] {} TCPHandler: Code: 41. DB::Exception: Cannot parse datetime: Cannot parse DateTime from String: In scope SELECT '', [''], CAST('>pZRUL', 'DateTime'), []. (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./src/IO/ReadHelpers.h:1030: void DB::readDateTimeTextImpl(long&, DB::ReadBuffer&, DateLUTImpl const&, char const*, char const*) @ 0x0000000027db3b1e 5. ./src/IO/ReadHelpers.h:1204: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000328e28c6 6. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000328b6a67 7. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324fab8b 8. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325677a9 9. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032566142 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 15. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 16. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 17. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 18. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 19. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 20. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 21. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 22. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 30. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 31. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 2025.03.31 17:51:40.564040 [ 1428 ] {0f0c39dc-a8d4-47d4-8d4a-ede0e45843f9} executeQuery: Code: 42. DB::Exception: Function exponentialTimeDecayedSum takes exactly one parameter. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34920) (comment: 00746_sql_fuzzy.sh) (in query: SELECT exponentialTimeDecayedSum([]);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Processors/Transforms/WindowTransform.cpp:1629: DB::WindowFunctionExponentialTimeDecayedSum::WindowFunctionExponentialTimeDecayedSum(String const&, std::vector, std::allocator>> const&, DB::Array const&) @ 0x000000004033a1cf 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], String const&, std::vector, std::allocator>> const&, DB::Array const&, void>(std::allocator const&, String const&, std::vector, std::allocator>> const&, DB::Array const&) @ 0x0000000040339651 6. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: std::shared_ptr std::__function::__policy_invoker (String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*)>::__call_impl (String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*)>>(std::__function::__policy_storage const*, String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x0000000040303fd7 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 8. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:51:40.569010 [ 1428 ] {} TCPHandler: Code: 42. DB::Exception: Function exponentialTimeDecayedSum takes exactly one parameter. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Processors/Transforms/WindowTransform.cpp:1629: DB::WindowFunctionExponentialTimeDecayedSum::WindowFunctionExponentialTimeDecayedSum(String const&, std::vector, std::allocator>> const&, DB::Array const&) @ 0x000000004033a1cf 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], String const&, std::vector, std::allocator>> const&, DB::Array const&, void>(std::allocator const&, String const&, std::vector, std::allocator>> const&, DB::Array const&) @ 0x0000000040339651 6. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: std::shared_ptr std::__function::__policy_invoker (String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*)>::__call_impl (String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*)>>(std::__function::__policy_storage const*, String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x0000000040303fd7 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 8. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:51:40.927368 [ 4149 ] {03f0c360-41e4-4ff3-8df8-7725f701f298} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'parseDateTimeInJodaSyntax'. Expected 1 mandatory argument and 2 optional arguments, got 0 arguments: In scope SELECT parseDateTimeInJodaSyntax(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: -- Error handling select parseDateTimeInJodaSyntax();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&, String&&) @ 0x0000000031c3fcf7 4. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3b1b3 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::getReturnTypeImpl(std::vector> const&) const @ 0x000000001912f6ca 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:51:40.931751 [ 4149 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'parseDateTimeInJodaSyntax'. Expected 1 mandatory argument and 2 optional arguments, got 0 arguments: In scope SELECT parseDateTimeInJodaSyntax(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&, String&&) @ 0x0000000031c3fcf7 4. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3b1b3 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::getReturnTypeImpl(std::vector> const&) const @ 0x000000001912f6ca 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:51:40.954244 [ 4149 ] {ba9dd6f2-d605-4791-9ce0-5465c97bca93} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'parseDateTimeInJodaSyntax'. Expected 1 mandatory argument and 2 optional arguments, got 4 arguments: In scope SELECT parseDateTimeInJodaSyntax('12 AM', 'h a', 'UTC', 'a fourth argument'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTimeInJodaSyntax('12 AM', 'h a', 'UTC', 'a fourth argument');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&, String&&) @ 0x0000000031c3fcf7 4. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3b1b3 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::getReturnTypeImpl(std::vector> const&) const @ 0x000000001912f6ca 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:51:40.958326 [ 4149 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'parseDateTimeInJodaSyntax'. Expected 1 mandatory argument and 2 optional arguments, got 4 arguments: In scope SELECT parseDateTimeInJodaSyntax('12 AM', 'h a', 'UTC', 'a fourth argument'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&, String&&) @ 0x0000000031c3fcf7 4. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3b1b3 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::getReturnTypeImpl(std::vector> const&) const @ 0x000000001912f6ca 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:51:41.041459 [ 4149 ] {0f417aa8-6e40-4ec2-95e9-32faf59d5409} executeQuery: Code: 41. DB::Exception: Invalid format input 2024-10-09 10:30:10-0812 is malformed at -0812: In scope SELECT parseDateTimeInJodaSyntax('2024-10-09 10:30:10-0812'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTimeInJodaSyntax('2024-10-09 10:30:10-0812');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x000000001913a1d9 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:41.045111 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Invalid format input 2024-10-09 10:30:10-0812 is malformed at -0812: In scope SELECT parseDateTimeInJodaSyntax('2024-10-09 10:30:10-0812'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x000000001913a1d9 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:41.110045 [ 4149 ] {88f3d738-35f1-4cc8-99c4-b79c939de099} executeQuery: Code: 41. DB::Exception: Unable to parse fragment ZZZ from 23 because the hour of datetime not in range [0, 23]: 2: In scope SELECT parseDateTimeInJodaSyntax('2024-10-09 10:30:10-08123', 'yyyy-MM-dd HH:mm:ssZZZ'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTimeInJodaSyntax('2024-10-09 10:30:10-08123', 'yyyy-MM-dd HH:mm:ssZZZ');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:41.114180 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Unable to parse fragment ZZZ from 23 because the hour of datetime not in range [0, 23]: 2: In scope SELECT parseDateTimeInJodaSyntax('2024-10-09 10:30:10-08123', 'yyyy-MM-dd HH:mm:ssZZZ'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:41.282105 [ 1428 ] {703e1e45-6911-4e76-86ad-a385e234839c} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetUInt64OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetUInt64OrDefault(-3, '\0'), CAST(NULL, 'String'), [[]], NULL, ['hkJ2^?M<']. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34920) (comment: 00746_sql_fuzzy.sh) (in query: SELECT dictGetUInt64OrDefault(-03, '\0'), (CAST((NULL) AS String)), [[]], NULL, ['hkJ2^?M<'];), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3e2b 5. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 6. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 7. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:51:41.288864 [ 1428 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetUInt64OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetUInt64OrDefault(-3, '\0'), CAST(NULL, 'String'), [[]], NULL, ['hkJ2^?M<']. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3e2b 5. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 6. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 7. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:51:41.330552 [ 4149 ] {cebbacf5-8429-4a60-b91e-3fb04aae1872} executeQuery: Code: 41. DB::Exception: Unable to parse fragment Z from 00 because the hour of datetime not in range [0, 23]: 0: In scope SELECT parseDateTimeInJodaSyntax('2024-10-09 10:30:10-8000', 'yyyy-MM-dd HH:mm:ssZ'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: -- incorrect timezone offset and timezone select parseDateTimeInJodaSyntax('2024-10-09 10:30:10-8000', 'yyyy-MM-dd HH:mm:ssZ');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:41.334749 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Unable to parse fragment Z from 00 because the hour of datetime not in range [0, 23]: 0: In scope SELECT parseDateTimeInJodaSyntax('2024-10-09 10:30:10-8000', 'yyyy-MM-dd HH:mm:ssZ'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019139eda 5. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:51:41.818268 [ 57570 ] {711b1e22-01e9-47a1-a808-2871e0efef13} executeQuery: Code: 352. DB::Exception: Block structure mismatch in (columns with identical name must have identical structure) stream: different columns: my_field String String(size = 0) my_field String Const(size = 0, String(size = 1)). (AMBIGUOUS_COLUMN_NAME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:51178) (comment: 03121_analyzer_filed_redefenition_in_subquery.sql) (in query: -- query 3 -- it works with old analyzer SELECT my_field FROM ( SELECT *, 'redefined' AS my_field from (select * from test_subquery) );), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>&, String, String>(int, FormatStringHelperImpl>&>::type, std::type_identity::type, std::type_identity::type>, std::basic_string_view>&, String&&, String&&) @ 0x000000003437d217 4. ./build_docker/./src/Core/Block.cpp:37: void DB::onError>&, String, String>(int, FormatStringHelperImpl>&>::type, std::type_identity::type, std::type_identity::type>, std::basic_string_view>&, String&&, String&&) @ 0x000000003436f18f 5. ./build_docker/./src/Core/Block.cpp:85: void DB::checkColumnStructure(DB::ColumnWithTypeAndName const&, DB::ColumnWithTypeAndName const&, std::basic_string_view>, bool, int) @ 0x0000000034355327 6. ./build_docker/./src/Core/Block.cpp:198: DB::Block::insert(DB::ColumnWithTypeAndName) @ 0x0000000034355f06 7. ./build_docker/./src/Interpreters/ActionsDAG.cpp:836: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b035b4 8. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 9. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 10. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 11. ./build_docker/./src/Planner/Planner.cpp:1846: DB::Planner::buildPlanForQueryNode() @ 0x000000003866093a 12. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 13. ./build_docker/./src/Planner/PlannerJoinTree.cpp:1184: DB::(anonymous namespace)::buildQueryPlanForTableExpression(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions const&, std::shared_ptr&, bool, bool) @ 0x00000000386b938a 14. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2035: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386aadf5 15. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 16. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:51:41.822353 [ 57570 ] {} TCPHandler: Code: 352. DB::Exception: Block structure mismatch in (columns with identical name must have identical structure) stream: different columns: my_field String String(size = 0) my_field String Const(size = 0, String(size = 1)). (AMBIGUOUS_COLUMN_NAME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>&, String, String>(int, FormatStringHelperImpl>&>::type, std::type_identity::type, std::type_identity::type>, std::basic_string_view>&, String&&, String&&) @ 0x000000003437d217 4. ./build_docker/./src/Core/Block.cpp:37: void DB::onError>&, String, String>(int, FormatStringHelperImpl>&>::type, std::type_identity::type, std::type_identity::type>, std::basic_string_view>&, String&&, String&&) @ 0x000000003436f18f 5. ./build_docker/./src/Core/Block.cpp:85: void DB::checkColumnStructure(DB::ColumnWithTypeAndName const&, DB::ColumnWithTypeAndName const&, std::basic_string_view>, bool, int) @ 0x0000000034355327 6. ./build_docker/./src/Core/Block.cpp:198: DB::Block::insert(DB::ColumnWithTypeAndName) @ 0x0000000034355f06 7. ./build_docker/./src/Interpreters/ActionsDAG.cpp:836: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b035b4 8. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 9. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 10. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 11. ./build_docker/./src/Planner/Planner.cpp:1846: DB::Planner::buildPlanForQueryNode() @ 0x000000003866093a 12. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 13. ./build_docker/./src/Planner/PlannerJoinTree.cpp:1184: DB::(anonymous namespace)::buildQueryPlanForTableExpression(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions const&, std::shared_ptr&, bool, bool) @ 0x00000000386b938a 14. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2035: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386aadf5 15. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 16. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:51:41.866452 [ 1428 ] {9976bcea-1ca0-4f2a-a034-01ba788db9ed} executeQuery: Code: 42. DB::Exception: SQLite database requires 2 arguments: database path, table name. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34920) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM sqlite(NULL);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/TableFunctions/TableFunctionSQLite.cpp:83: DB::(anonymous namespace)::TableFunctionSQLite::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274aac6b 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:51:41.872194 [ 1428 ] {} TCPHandler: Code: 42. DB::Exception: SQLite database requires 2 arguments: database path, table name. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/TableFunctions/TableFunctionSQLite.cpp:83: DB::(anonymous namespace)::TableFunctionSQLite::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274aac6b 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:51:42.057676 [ 4149 ] {77c43359-6005-4f1f-a114-29be8a663e59} executeQuery: Code: 36. DB::Exception: Cannot load time zone ABCD: In scope SELECT parseDateTimeInJodaSyntax('2024-10-09 10:30:10ABCD', 'yyyy-MM-dd HH:mm:ssz'). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTimeInJodaSyntax('2024-10-09 10:30:10ABCD', 'yyyy-MM-dd HH:mm:ssz');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Common/DateLUTImpl.cpp:77: DateLUTImpl::DateLUTImpl(String const&) @ 0x000000002068723b 5. ./build_docker/./src/Common/DateLUT.cpp:200: DateLUT::getImplementation(String const&) const @ 0x0000000020678576 6. DB::(anonymous namespace)::FunctionParseDateTimeImpl::Instruction::jodaTimezone(unsigned long, char const*, char const*, String const&, DB::(anonymous namespace)::DateTime<(DB::(anonymous namespace)::ErrorHandling)0>&) @ 0x00000000191548e9 7. tl::expected std::__function::__policy_invoker (char const*, char const*, String const&, DB::(anonymous namespace)::DateTime<(DB::(anonymous namespace)::ErrorHandling)0>&)>::__call_impl (*)(unsigned long, char const*, char const*, String const&, DB::(anonymous namespace)::DateTime<(DB::(anonymous namespace)::ErrorHandling)0>&), unsigned long>, tl::expected (char const*, char const*, String const&, DB::(anonymous namespace)::DateTime<(DB::(anonymous namespace)::ErrorHandling)0>&)>>(std::__function::__policy_storage const*, char const*, char const*, String const&, DB::(anonymous namespace)::DateTime<(DB::(anonymous namespace)::ErrorHandling)0>&) @ 0x0000000019159a2c 8. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019137ec2 9. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 10. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 13. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 14. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 15. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 16. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 24. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 27. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 29. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 31. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 2025.03.31 17:51:42.061662 [ 4149 ] {} TCPHandler: Code: 36. DB::Exception: Cannot load time zone ABCD: In scope SELECT parseDateTimeInJodaSyntax('2024-10-09 10:30:10ABCD', 'yyyy-MM-dd HH:mm:ssz'). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Common/DateLUTImpl.cpp:77: DateLUTImpl::DateLUTImpl(String const&) @ 0x000000002068723b 5. ./build_docker/./src/Common/DateLUT.cpp:200: DateLUT::getImplementation(String const&) const @ 0x0000000020678576 6. DB::(anonymous namespace)::FunctionParseDateTimeImpl::Instruction::jodaTimezone(unsigned long, char const*, char const*, String const&, DB::(anonymous namespace)::DateTime<(DB::(anonymous namespace)::ErrorHandling)0>&) @ 0x00000000191548e9 7. tl::expected std::__function::__policy_invoker (char const*, char const*, String const&, DB::(anonymous namespace)::DateTime<(DB::(anonymous namespace)::ErrorHandling)0>&)>::__call_impl (*)(unsigned long, char const*, char const*, String const&, DB::(anonymous namespace)::DateTime<(DB::(anonymous namespace)::ErrorHandling)0>&), unsigned long>, tl::expected (char const*, char const*, String const&, DB::(anonymous namespace)::DateTime<(DB::(anonymous namespace)::ErrorHandling)0>&)>>(std::__function::__policy_storage const*, char const*, char const*, String const&, DB::(anonymous namespace)::DateTime<(DB::(anonymous namespace)::ErrorHandling)0>&) @ 0x0000000019159a2c 8. COW::immutable_ptr DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, COW::mutable_ptr&, DB::PODArray, 63ul, 64ul>&) const @ 0x0000000019137ec2 9. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001912eea5 10. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 13. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 14. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 15. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 16. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 24. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 27. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 29. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 31. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 2025.03.31 17:51:42.535122 [ 1428 ] {310a8855-29d3-4b7b-97a0-45f76bd29b77} executeQuery: Code: 43. DB::Exception: Aggregate function groupArrayIntersect accepts only array type argument. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34920) (comment: 00746_sql_fuzzy.sh) (in query: SELECT groupArrayIntersect(-334.315895);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/AggregateFunctions/AggregateFunctionGroupArrayIntersect.cpp:424: DB::(anonymous namespace)::createAggregateFunctionGroupArrayIntersect(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x0000000021f9f059 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:51:42.540367 [ 1428 ] {} TCPHandler: Code: 43. DB::Exception: Aggregate function groupArrayIntersect accepts only array type argument. (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/AggregateFunctions/AggregateFunctionGroupArrayIntersect.cpp:424: DB::(anonymous namespace)::createAggregateFunctionGroupArrayIntersect(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x0000000021f9f059 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:51:42.877211 [ 4149 ] {b3f6c477-4946-40e8-8127-726263c10703} executeQuery: Code: 41. DB::Exception: Value 2177 for year must be in the range [1970, 2106]: In scope SELECT parseDateTime64InJodaSyntax('2177-10-09 10:30:10.123', 'yyyy-MM-dd HH:mm:ss.SSS'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTime64InJodaSyntax('2177-10-09 10:30:10.123', 'yyyy-MM-dd HH:mm:ss.SSS');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000191b3737 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:51:42.881182 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Value 2177 for year must be in the range [1970, 2106]: In scope SELECT parseDateTime64InJodaSyntax('2177-10-09 10:30:10.123', 'yyyy-MM-dd HH:mm:ss.SSS'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000191b3737 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:51:43.683522 [ 55895 ] {67d9332c-ede1-46b6-8921-f298ae82fc1b} executeQuery: Code: 1. DB::Exception: Invalid expression. Expected identifier, literal, matcher, function, subquery. Actual x = 1. (UNSUPPORTED_METHOD) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:51240) (comment: 02815_logical_error_cannot_get_column_name_of_set.sql) (in query: SELECT * FROM numbers(SETTINGS x = 1);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:782: DB::(anonymous namespace)::QueryTreeBuilder::buildExpression(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c73879 5. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:148: DB::buildQueryTree(std::shared_ptr, std::shared_ptr) @ 0x0000000035c6827b 6. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:104: DB::evaluateConstantExpressionImpl(std::shared_ptr const&, std::shared_ptr const&, bool) @ 0x00000000391f3a16 7. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:192: DB::evaluateConstantExpression(std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000391f9f93 8. ./build_docker/./src/TableFunctions/TableFunctionNumbers.cpp:102: DB::(anonymous namespace)::TableFunctionNumbers::evaluateArgument(std::shared_ptr, std::shared_ptr&) const @ 0x00000000273b3ed7 9. ./build_docker/./src/TableFunctions/TableFunctionNumbers.cpp:80: DB::(anonymous namespace)::TableFunctionNumbers::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000273b2bcf 10. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 11. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:51:43.687575 [ 55895 ] {} TCPHandler: Code: 1. DB::Exception: Invalid expression. Expected identifier, literal, matcher, function, subquery. Actual x = 1. (UNSUPPORTED_METHOD), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:782: DB::(anonymous namespace)::QueryTreeBuilder::buildExpression(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c73879 5. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:148: DB::buildQueryTree(std::shared_ptr, std::shared_ptr) @ 0x0000000035c6827b 6. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:104: DB::evaluateConstantExpressionImpl(std::shared_ptr const&, std::shared_ptr const&, bool) @ 0x00000000391f3a16 7. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:192: DB::evaluateConstantExpression(std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000391f9f93 8. ./build_docker/./src/TableFunctions/TableFunctionNumbers.cpp:102: DB::(anonymous namespace)::TableFunctionNumbers::evaluateArgument(std::shared_ptr, std::shared_ptr&) const @ 0x00000000273b3ed7 9. ./build_docker/./src/TableFunctions/TableFunctionNumbers.cpp:80: DB::(anonymous namespace)::TableFunctionNumbers::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000273b2bcf 10. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 11. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:51:44.073946 [ 4149 ] {a00d392c-90bb-4427-b12e-5d9b6ad048f9} executeQuery: Code: 41. DB::Exception: Invalid format input 2021-01-04 23:12:34.331 is malformed at .331: In scope SELECT parseDateTime64InJodaSyntax('2021-01-04 23:12:34.331'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTime64InJodaSyntax('2021-01-04 23:12:34.331');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000191b38aa 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:51:44.081257 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Invalid format input 2021-01-04 23:12:34.331 is malformed at .331: In scope SELECT parseDateTime64InJodaSyntax('2021-01-04 23:12:34.331'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000191b38aa 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:51:44.159454 [ 4149 ] {028e0df2-36d3-47c9-ba7a-1ffefe882ba3} executeQuery: Code: 41. DB::Exception: Invalid format input 2021-01-04 23:12:34.331 is malformed at 1: In scope SELECT parseDateTime64InJodaSyntax('2021-01-04 23:12:34.331', 'yyyy-MM-dd HH:mm:ss.SS'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTime64InJodaSyntax('2021-01-04 23:12:34.331', 'yyyy-MM-dd HH:mm:ss.SS');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000191b38aa 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:51:44.163835 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Invalid format input 2021-01-04 23:12:34.331 is malformed at 1: In scope SELECT parseDateTime64InJodaSyntax('2021-01-04 23:12:34.331', 'yyyy-MM-dd HH:mm:ss.SS'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000191b38aa 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:51:44.183914 [ 4149 ] {b419772f-8b11-4feb-b752-196fff542a19} executeQuery: Code: 41. DB::Exception: Invalid format input 2024-10-09 10:30:10-0812 is malformed at -0812: In scope SELECT parseDateTime64InJodaSyntax('2024-10-09 10:30:10-0812'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: -- Timezone and timezone offset select parseDateTime64InJodaSyntax('2024-10-09 10:30:10-0812');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000191b38aa 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:51:44.187802 [ 55895 ] {ff798c9d-d7e2-4c84-8840-a1e1a86360cb} executeQuery: Code: 1. DB::Exception: Invalid expression. Expected identifier, literal, matcher, function, subquery. Actual x = 1. (UNSUPPORTED_METHOD) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:51240) (comment: 02815_logical_error_cannot_get_column_name_of_set.sql) (in query: SELECT * FROM numbers(numbers(SETTINGS x = 1));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:782: DB::(anonymous namespace)::QueryTreeBuilder::buildExpression(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c73879 5. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:699: DB::(anonymous namespace)::QueryTreeBuilder::buildExpression(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c70a83 6. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:929: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c7a749 7. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:164: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6984a 8. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:182: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectWithUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c74ba1 9. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:160: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c69545 10. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:144: DB::buildQueryTree(std::shared_ptr, std::shared_ptr) @ 0x0000000035c67ea8 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:138: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000038638231 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:51:44.187919 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Invalid format input 2024-10-09 10:30:10-0812 is malformed at -0812: In scope SELECT parseDateTime64InJodaSyntax('2024-10-09 10:30:10-0812'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000191b38aa 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:51:44.192010 [ 55895 ] {} TCPHandler: Code: 1. DB::Exception: Invalid expression. Expected identifier, literal, matcher, function, subquery. Actual x = 1. (UNSUPPORTED_METHOD), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:782: DB::(anonymous namespace)::QueryTreeBuilder::buildExpression(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c73879 5. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:699: DB::(anonymous namespace)::QueryTreeBuilder::buildExpression(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c70a83 6. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:929: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c7a749 7. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:164: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6984a 8. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:182: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectWithUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c74ba1 9. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:160: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c69545 10. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:144: DB::buildQueryTree(std::shared_ptr, std::shared_ptr) @ 0x0000000035c67ea8 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:138: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000038638231 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:51:44.208993 [ 55895 ] {63530cf4-e64c-4282-a864-0b833a2f7ef6} executeQuery: Code: 1. DB::Exception: Invalid expression. Expected identifier, literal, matcher, function, subquery. Actual x = 1. (UNSUPPORTED_METHOD) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:51240) (comment: 02815_logical_error_cannot_get_column_name_of_set.sql) (in query: SELECT * FROM numbers(numbers(SETTINGS x = 1), SETTINGS x = 1);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:782: DB::(anonymous namespace)::QueryTreeBuilder::buildExpression(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c73879 5. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:699: DB::(anonymous namespace)::QueryTreeBuilder::buildExpression(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c70a83 6. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:929: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c7a749 7. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:164: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6984a 8. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:182: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectWithUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c74ba1 9. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:160: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c69545 10. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:144: DB::buildQueryTree(std::shared_ptr, std::shared_ptr) @ 0x0000000035c67ea8 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:138: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000038638231 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:51:44.213222 [ 55895 ] {} TCPHandler: Code: 1. DB::Exception: Invalid expression. Expected identifier, literal, matcher, function, subquery. Actual x = 1. (UNSUPPORTED_METHOD), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:782: DB::(anonymous namespace)::QueryTreeBuilder::buildExpression(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c73879 5. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:699: DB::(anonymous namespace)::QueryTreeBuilder::buildExpression(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c70a83 6. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:929: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c7a749 7. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:164: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6984a 8. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:182: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectWithUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c74ba1 9. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:160: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c69545 10. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:144: DB::buildQueryTree(std::shared_ptr, std::shared_ptr) @ 0x0000000035c67ea8 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:138: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000038638231 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:51:44.257276 [ 4149 ] {3fd305a1-79de-4171-9616-25ea9c3694dc} executeQuery: Code: 41. DB::Exception: Unable to parse fragment ZZZ from 23 because the hour of datetime not in range [0, 23]: 2: In scope SELECT parseDateTime64InJodaSyntax('2024-10-09 10:30:10.123456-08123', 'yyyy-MM-dd HH:mm:ss.SSSSSSZZZ'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTime64InJodaSyntax('2024-10-09 10:30:10.123456-08123', 'yyyy-MM-dd HH:mm:ss.SSSSSSZZZ');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000191b3737 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:51:44.261086 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Unable to parse fragment ZZZ from 23 because the hour of datetime not in range [0, 23]: 2: In scope SELECT parseDateTime64InJodaSyntax('2024-10-09 10:30:10.123456-08123', 'yyyy-MM-dd HH:mm:ss.SSSSSSZZZ'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000191b3737 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:51:44.481555 [ 1247 ] {774d65a9-95f0-423c-b256-218497dd9b38} executeQuery: Code: 395. DB::Exception: Value passed to 'throwIf' function is non-zero: while executing 'FUNCTION throwIf(equals(__table1.id, 42_UInt8) :: 0) -> throwIf(equals(__table1.id, 42_UInt8)) UInt8 : 1': while pushing to view test_m4olc5pq.async_insert_mv (f4bed914-d74c-4c55-a4c6-7bdfd19af543). (FUNCTION_THROW_IF_VALUE_IS_NON_ZERO) (version 24.12.2.20214.altinityantalya (altinity build)) (from 0.0.0.0:0) (comment: 02790_async_queries_in_query_log.sh) (in query: INSERT INTO test_m4olc5pq.async_insert_landing (id) SETTINGS wait_for_async_insert = 1, async_insert = 1 FORMAT Values), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionThrowIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001bcad856 5. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 6. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 7. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 8. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 9. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 10. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 11. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 12. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 13. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 16. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 17. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:833: DB::ExecutingInnerQueryFromViewTransform::onGenerate() @ 0x00000000403869cb 18. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:165: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dcd9b 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 20. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:165: DB::ExceptionKeepingTransform::work() @ 0x00000000400db5ac 21. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 22. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 23. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 24. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 25. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:112: DB::CompletedPipelineExecutor::execute() @ 0x000000003f7140d3 26. ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:993: DB::AsynchronousInsertQueue::processData(DB::AsynchronousInsertQueue::InsertQuery, std::unique_ptr>, std::shared_ptr, DB::AsynchronousInsertQueue::QueueShardFlushTimeHistory&) @ 0x0000000036415179 27. ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:319: void std::__function::__policy_invoker::__call_impl>, std::shared_ptr, unsigned long)::$_0, void ()>>(std::__function::__policy_storage const*) @ 0x000000003641e7d8 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 29. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 30. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 31. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 2025.03.31 17:51:44.494426 [ 1247 ] {} AsynchronousInsertQueue: Failed insertion for query 'INSERT INTO test_m4olc5pq.async_insert_landing (id) SETTINGS wait_for_async_insert = 1, async_insert = 1 FORMAT Values': Code: 395. DB::Exception: Value passed to 'throwIf' function is non-zero: while executing 'FUNCTION throwIf(equals(__table1.id, 42_UInt8) :: 0) -> throwIf(equals(__table1.id, 42_UInt8)) UInt8 : 1': while pushing to view test_m4olc5pq.async_insert_mv (f4bed914-d74c-4c55-a4c6-7bdfd19af543). (FUNCTION_THROW_IF_VALUE_IS_NON_ZERO), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionThrowIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001bcad856 5. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 6. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 7. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 8. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 9. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 10. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 11. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 12. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 13. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 16. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 17. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:833: DB::ExecutingInnerQueryFromViewTransform::onGenerate() @ 0x00000000403869cb 18. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:165: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dcd9b 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 20. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:165: DB::ExceptionKeepingTransform::work() @ 0x00000000400db5ac 21. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 22. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 23. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 24. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 25. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:112: DB::CompletedPipelineExecutor::execute() @ 0x000000003f7140d3 26. ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:993: DB::AsynchronousInsertQueue::processData(DB::AsynchronousInsertQueue::InsertQuery, std::unique_ptr>, std::shared_ptr, DB::AsynchronousInsertQueue::QueueShardFlushTimeHistory&) @ 0x0000000036415179 27. ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:319: void std::__function::__policy_invoker::__call_impl>, std::shared_ptr, unsigned long)::$_0, void ()>>(std::__function::__policy_storage const*) @ 0x000000003641e7d8 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 29. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 30. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 31. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:51:44.497237 [ 55896 ] {kthhrqgvem} executeQuery: Code: 395. DB::Exception: Value passed to 'throwIf' function is non-zero: while executing 'FUNCTION throwIf(equals(__table1.id, 42_UInt8) :: 0) -> throwIf(equals(__table1.id, 42_UInt8)) UInt8 : 1': while pushing to view test_m4olc5pq.async_insert_mv (f4bed914-d74c-4c55-a4c6-7bdfd19af543): While executing WaitForAsyncInsert. (FUNCTION_THROW_IF_VALUE_IS_NON_ZERO) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:51264) (comment: 02790_async_queries_in_query_log.sh) (in query: INSERT INTO async_insert_landing SETTINGS wait_for_async_insert=1, async_insert=1 values ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionThrowIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001bcad856 5. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 6. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 7. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 8. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 9. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 10. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 11. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 12. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 13. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 16. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 17. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:833: DB::ExecutingInnerQueryFromViewTransform::onGenerate() @ 0x00000000403869cb 18. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:165: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dcd9b 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 20. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:165: DB::ExceptionKeepingTransform::work() @ 0x00000000400db5ac 21. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 22. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 23. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 24. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 25. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:112: DB::CompletedPipelineExecutor::execute() @ 0x000000003f7140d3 26. ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:993: DB::AsynchronousInsertQueue::processData(DB::AsynchronousInsertQueue::InsertQuery, std::unique_ptr>, std::shared_ptr, DB::AsynchronousInsertQueue::QueueShardFlushTimeHistory&) @ 0x0000000036415179 27. ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:319: void std::__function::__policy_invoker::__call_impl>, std::shared_ptr, unsigned long)::$_0, void ()>>(std::__function::__policy_storage const*) @ 0x000000003641e7d8 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 29. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 30. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 31. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 2025.03.31 17:51:44.503242 [ 55896 ] {} TCPHandler: Code: 395. DB::Exception: Value passed to 'throwIf' function is non-zero: while executing 'FUNCTION throwIf(equals(__table1.id, 42_UInt8) :: 0) -> throwIf(equals(__table1.id, 42_UInt8)) UInt8 : 1': while pushing to view test_m4olc5pq.async_insert_mv (f4bed914-d74c-4c55-a4c6-7bdfd19af543): While executing WaitForAsyncInsert. (FUNCTION_THROW_IF_VALUE_IS_NON_ZERO), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionThrowIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001bcad856 5. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 6. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 7. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 8. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 9. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 10. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 11. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 12. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 13. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 16. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 17. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:833: DB::ExecutingInnerQueryFromViewTransform::onGenerate() @ 0x00000000403869cb 18. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:165: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dcd9b 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 20. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:165: DB::ExceptionKeepingTransform::work() @ 0x00000000400db5ac 21. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 22. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 23. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 24. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 25. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:112: DB::CompletedPipelineExecutor::execute() @ 0x000000003f7140d3 26. ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:993: DB::AsynchronousInsertQueue::processData(DB::AsynchronousInsertQueue::InsertQuery, std::unique_ptr>, std::shared_ptr, DB::AsynchronousInsertQueue::QueueShardFlushTimeHistory&) @ 0x0000000036415179 27. ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:319: void std::__function::__policy_invoker::__call_impl>, std::shared_ptr, unsigned long)::$_0, void ()>>(std::__function::__policy_storage const*) @ 0x000000003641e7d8 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 29. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 30. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 31. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 2025.03.31 17:51:45.425598 [ 4149 ] {66c01550-1440-4f9d-bc3a-8e35263d5a73} executeQuery: Code: 41. DB::Exception: Precision 0 is invalid (must be [0, 6]): In scope SELECT parseDateTime64InJodaSyntax('999999 10-09-202410:30:10', 'SSSSSSSSS dd-MM-yyyyHH:mm:ss'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTime64InJodaSyntax('999999 10-09-202410:30:10', 'SSSSSSSSS dd-MM-yyyyHH:mm:ss');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, unsigned int&) @ 0x00000000192f6d2a 4. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000191b3b38 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:51:45.431567 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Precision 0 is invalid (must be [0, 6]): In scope SELECT parseDateTime64InJodaSyntax('999999 10-09-202410:30:10', 'SSSSSSSSS dd-MM-yyyyHH:mm:ss'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, unsigned int&) @ 0x00000000192f6d2a 4. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000191b3b38 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:51:45.502230 [ 4149 ] {bfa80a2e-6da6-4f1b-83ce-b4de7d126bc2} executeQuery: Code: 41. DB::Exception: Unable to parse fragment Z from 00 because the hour of datetime not in range [0, 23]: 0: In scope SELECT parseDateTime64InJodaSyntax('2024-10-09 10:30:10.123456-8000', 'yyyy-MM-dd HH:mm:ss.SSSSSSZ'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: -- incorrect timezone offset and timezone select parseDateTime64InJodaSyntax('2024-10-09 10:30:10.123456-8000', 'yyyy-MM-dd HH:mm:ss.SSSSSSZ');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000191b3737 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:51:45.506227 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Unable to parse fragment Z from 00 because the hour of datetime not in range [0, 23]: 0: In scope SELECT parseDateTime64InJodaSyntax('2024-10-09 10:30:10.123456-8000', 'yyyy-MM-dd HH:mm:ss.SSSSSSZ'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000191b3737 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:51:46.264596 [ 4149 ] {e7caa9b7-31b0-41e0-a6ef-6524b768b0d3} executeQuery: Code: 36. DB::Exception: Cannot load time zone ABCD: In scope SELECT parseDateTime64InJodaSyntax('2024-10-09 10:30:10.123456ABCD', 'yyyy-MM-dd HH:mm:ss.SSSSSSz'). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTime64InJodaSyntax('2024-10-09 10:30:10.123456ABCD', 'yyyy-MM-dd HH:mm:ss.SSSSSSz');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Common/DateLUTImpl.cpp:77: DateLUTImpl::DateLUTImpl(String const&) @ 0x000000002068723b 5. ./build_docker/./src/Common/DateLUT.cpp:200: DateLUT::getImplementation(String const&) const @ 0x0000000020678576 6. DB::(anonymous namespace)::FunctionParseDateTimeImpl::Instruction::jodaTimezone(unsigned long, char const*, char const*, String const&, DB::(anonymous namespace)::DateTime<(DB::(anonymous namespace)::ErrorHandling)0>&) @ 0x00000000191d67a9 7. tl::expected std::__function::__policy_invoker (char const*, char const*, String const&, DB::(anonymous namespace)::DateTime<(DB::(anonymous namespace)::ErrorHandling)0>&)>::__call_impl (*)(unsigned long, char const*, char const*, String const&, DB::(anonymous namespace)::DateTime<(DB::(anonymous namespace)::ErrorHandling)0>&), unsigned long>, tl::expected (char const*, char const*, String const&, DB::(anonymous namespace)::DateTime<(DB::(anonymous namespace)::ErrorHandling)0>&)>>(std::__function::__policy_storage const*, char const*, char const*, String const&, DB::(anonymous namespace)::DateTime<(DB::(anonymous namespace)::ErrorHandling)0>&) @ 0x0000000019159a2c 8. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000191b150e 9. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 12. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 14. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 15. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 17:51:46.268489 [ 4149 ] {} TCPHandler: Code: 36. DB::Exception: Cannot load time zone ABCD: In scope SELECT parseDateTime64InJodaSyntax('2024-10-09 10:30:10.123456ABCD', 'yyyy-MM-dd HH:mm:ss.SSSSSSz'). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Common/DateLUTImpl.cpp:77: DateLUTImpl::DateLUTImpl(String const&) @ 0x000000002068723b 5. ./build_docker/./src/Common/DateLUT.cpp:200: DateLUT::getImplementation(String const&) const @ 0x0000000020678576 6. DB::(anonymous namespace)::FunctionParseDateTimeImpl::Instruction::jodaTimezone(unsigned long, char const*, char const*, String const&, DB::(anonymous namespace)::DateTime<(DB::(anonymous namespace)::ErrorHandling)0>&) @ 0x00000000191d67a9 7. tl::expected std::__function::__policy_invoker (char const*, char const*, String const&, DB::(anonymous namespace)::DateTime<(DB::(anonymous namespace)::ErrorHandling)0>&)>::__call_impl (*)(unsigned long, char const*, char const*, String const&, DB::(anonymous namespace)::DateTime<(DB::(anonymous namespace)::ErrorHandling)0>&), unsigned long>, tl::expected (char const*, char const*, String const&, DB::(anonymous namespace)::DateTime<(DB::(anonymous namespace)::ErrorHandling)0>&)>>(std::__function::__policy_storage const*, char const*, char const*, String const&, DB::(anonymous namespace)::DateTime<(DB::(anonymous namespace)::ErrorHandling)0>&) @ 0x0000000019159a2c 8. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000191b150e 9. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 12. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 14. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 15. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 17:51:46.295047 [ 4149 ] {4c716985-a2fb-45f5-8bf3-387b5c89bbd5} executeQuery: Code: 36. DB::Exception: Cannot load time zone Not/Timezone: In scope SELECT parseDateTime64InJodaSyntax('2023-02-29 11:22:33Not/Timezone', 'yyyy-MM-dd HH:mm:ssz'). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTime64InJodaSyntax('2023-02-29 11:22:33Not/Timezone', 'yyyy-MM-dd HH:mm:ssz');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Common/DateLUTImpl.cpp:77: DateLUTImpl::DateLUTImpl(String const&) @ 0x000000002068723b 5. ./build_docker/./src/Common/DateLUT.cpp:200: DateLUT::getImplementation(String const&) const @ 0x0000000020678576 6. DB::(anonymous namespace)::FunctionParseDateTimeImpl::Instruction::jodaTimezone(unsigned long, char const*, char const*, String const&, DB::(anonymous namespace)::DateTime<(DB::(anonymous namespace)::ErrorHandling)0>&) @ 0x00000000191d67a9 7. tl::expected std::__function::__policy_invoker (char const*, char const*, String const&, DB::(anonymous namespace)::DateTime<(DB::(anonymous namespace)::ErrorHandling)0>&)>::__call_impl (*)(unsigned long, char const*, char const*, String const&, DB::(anonymous namespace)::DateTime<(DB::(anonymous namespace)::ErrorHandling)0>&), unsigned long>, tl::expected (char const*, char const*, String const&, DB::(anonymous namespace)::DateTime<(DB::(anonymous namespace)::ErrorHandling)0>&)>>(std::__function::__policy_storage const*, char const*, char const*, String const&, DB::(anonymous namespace)::DateTime<(DB::(anonymous namespace)::ErrorHandling)0>&) @ 0x0000000019159a2c 8. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000191b150e 9. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 12. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 14. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 15. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 17:51:46.299074 [ 4149 ] {} TCPHandler: Code: 36. DB::Exception: Cannot load time zone Not/Timezone: In scope SELECT parseDateTime64InJodaSyntax('2023-02-29 11:22:33Not/Timezone', 'yyyy-MM-dd HH:mm:ssz'). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Common/DateLUTImpl.cpp:77: DateLUTImpl::DateLUTImpl(String const&) @ 0x000000002068723b 5. ./build_docker/./src/Common/DateLUT.cpp:200: DateLUT::getImplementation(String const&) const @ 0x0000000020678576 6. DB::(anonymous namespace)::FunctionParseDateTimeImpl::Instruction::jodaTimezone(unsigned long, char const*, char const*, String const&, DB::(anonymous namespace)::DateTime<(DB::(anonymous namespace)::ErrorHandling)0>&) @ 0x00000000191d67a9 7. tl::expected std::__function::__policy_invoker (char const*, char const*, String const&, DB::(anonymous namespace)::DateTime<(DB::(anonymous namespace)::ErrorHandling)0>&)>::__call_impl (*)(unsigned long, char const*, char const*, String const&, DB::(anonymous namespace)::DateTime<(DB::(anonymous namespace)::ErrorHandling)0>&), unsigned long>, tl::expected (char const*, char const*, String const&, DB::(anonymous namespace)::DateTime<(DB::(anonymous namespace)::ErrorHandling)0>&)>>(std::__function::__policy_storage const*, char const*, char const*, String const&, DB::(anonymous namespace)::DateTime<(DB::(anonymous namespace)::ErrorHandling)0>&) @ 0x0000000019159a2c 8. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000191b150e 9. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 12. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 14. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 15. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 17:51:46.367443 [ 4149 ] {bf7c74e2-ca0d-420d-bc29-2a47bd94375a} executeQuery: Code: 41. DB::Exception: Unable to parse date time from timezone America/Los_Angeles: In scope SELECT parseDateTime64InJodaSyntax('2023-02-29 11:22:33America/Los_Angeles', 'yyyy-MM-dd HH:mm:ssz'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTime64InJodaSyntax('2023-02-29 11:22:33America/Los_Angeles', 'yyyy-MM-dd HH:mm:ssz');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000191b3737 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:51:46.371436 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Unable to parse date time from timezone America/Los_Angeles: In scope SELECT parseDateTime64InJodaSyntax('2023-02-29 11:22:33America/Los_Angeles', 'yyyy-MM-dd HH:mm:ssz'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000191b3737 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:51:46.481404 [ 4149 ] {7401715b-8ff9-45eb-a4cb-d54cc30de524} executeQuery: Code: 41. DB::Exception: Unable to parse fragment Z from 00 because the hour of datetime not in range [0, 23]: 0: In scope SELECT parseDateTime64InJodaSyntax('2024-03-01 00:22:33-8000', 'yyyy-MM-dd HH:mm:ssZ'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTime64InJodaSyntax('2024-03-01 00:22:33-8000', 'yyyy-MM-dd HH:mm:ssZ');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000191b3737 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:51:46.485169 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Unable to parse fragment Z from 00 because the hour of datetime not in range [0, 23]: 0: In scope SELECT parseDateTime64InJodaSyntax('2024-03-01 00:22:33-8000', 'yyyy-MM-dd HH:mm:ssZ'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000191b3737 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:51:46.505278 [ 4149 ] {409f14a0-8a18-465c-888a-409488d3c8cc} executeQuery: Code: 41. DB::Exception: Unable to parse fragment Z from 00 because the hour of datetime not in range [0, 23]: 0: In scope SELECT parseDateTime64InJodaSyntax('2023-03-01 00:22:33-8000', 'yyyy-MM-dd HH:mm:ssZ'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTime64InJodaSyntax('2023-03-01 00:22:33-8000', 'yyyy-MM-dd HH:mm:ssZ');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000191b3737 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:51:46.509129 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Unable to parse fragment Z from 00 because the hour of datetime not in range [0, 23]: 0: In scope SELECT parseDateTime64InJodaSyntax('2023-03-01 00:22:33-8000', 'yyyy-MM-dd HH:mm:ssZ'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000191b3737 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:51:47.385572 [ 4149 ] {88dab988-245e-4e5c-b251-1263d76478fc} executeQuery: Code: 41. DB::Exception: Precision 0 is invalid (must be [0, 6]): In scope SELECT parseDateTime64InJodaSyntaxOrNull('2024-10-09 10:30:10.123456789', 'yyyy-MM-dd HH:mm:ss.SSSSSSSSS'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTime64InJodaSyntaxOrNull('2024-10-09 10:30:10.123456789', 'yyyy-MM-dd HH:mm:ss.SSSSSSSSS');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, unsigned int&) @ 0x00000000192f6d2a 4. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001920aa20 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:51:47.389751 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Precision 0 is invalid (must be [0, 6]): In scope SELECT parseDateTime64InJodaSyntaxOrNull('2024-10-09 10:30:10.123456789', 'yyyy-MM-dd HH:mm:ss.SSSSSSSSS'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, unsigned int&) @ 0x00000000192f6d2a 4. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001920aa20 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:51:48.540524 [ 4149 ] {dd185e85-257c-480a-a214-ffb12b9a69ea} executeQuery: Code: 41. DB::Exception: Precision 0 is invalid (must be [0, 6]): In scope SELECT parseDateTime64InJodaSyntaxOrZero('2024-10-09 10:30:10.123456789', 'yyyy-MM-dd HH:mm:ss.SSSSSSSSS'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02668_parse_datetime_in_joda_syntax.sql) (in query: select parseDateTime64InJodaSyntaxOrZero('2024-10-09 10:30:10.123456789', 'yyyy-MM-dd HH:mm:ss.SSSSSSSSS');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, unsigned int&) @ 0x00000000192f6d2a 4. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000191dff59 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:51:48.544806 [ 4149 ] {} TCPHandler: Code: 41. DB::Exception: Precision 0 is invalid (must be [0, 6]): In scope SELECT parseDateTime64InJodaSyntaxOrZero('2024-10-09 10:30:10.123456789', 'yyyy-MM-dd HH:mm:ss.SSSSSSSSS'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, unsigned int&) @ 0x00000000192f6d2a 4. DB::(anonymous namespace)::FunctionParseDateTimeImpl::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000191dff59 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:51:48.967809 [ 3914 ] {ab71f0eb-800b-4d7d-a434-206050b7be41} executeQuery: Code: 80. DB::Exception: Setting 'enable_analyzer' is changed in the subquery. Top level value: false. (INCORRECT_QUERY) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41624) (comment: 03003_analyzer_setting.sql) (in query: SELECT * FROM (SELECT * FROM test SETTINGS enable_analyzer = 1);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type>, bool&) @ 0x00000000392914aa 4. ./build_docker/./src/Interpreters/executeQuery.cpp:790: DB::validateAnalyzerSettings(std::shared_ptr, bool) @ 0x000000003925f631 5. ./build_docker/./src/Interpreters/executeQuery.cpp:1039: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926508e 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 7. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 2025.03.31 17:51:48.971128 [ 3914 ] {} TCPHandler: Code: 80. DB::Exception: Setting 'enable_analyzer' is changed in the subquery. Top level value: false. (INCORRECT_QUERY), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type>, bool&) @ 0x00000000392914aa 4. ./build_docker/./src/Interpreters/executeQuery.cpp:790: DB::validateAnalyzerSettings(std::shared_ptr, bool) @ 0x000000003925f631 5. ./build_docker/./src/Interpreters/executeQuery.cpp:1039: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926508e 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 7. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 2025.03.31 17:51:49.003925 [ 3914 ] {9c186bb7-c194-47d1-bd64-e7812e54453c} executeQuery: Code: 80. DB::Exception: Setting 'enable_analyzer' is changed in the subquery. Top level value: true. (INCORRECT_QUERY) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41624) (comment: 03003_analyzer_setting.sql) (in query: SELECT * FROM (SELECT * FROM test SETTINGS enable_analyzer = 0);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type>, bool&) @ 0x00000000392914aa 4. ./build_docker/./src/Interpreters/executeQuery.cpp:790: DB::validateAnalyzerSettings(std::shared_ptr, bool) @ 0x000000003925f631 5. ./build_docker/./src/Interpreters/executeQuery.cpp:1039: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926508e 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 7. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 2025.03.31 17:51:49.007516 [ 3914 ] {} TCPHandler: Code: 80. DB::Exception: Setting 'enable_analyzer' is changed in the subquery. Top level value: true. (INCORRECT_QUERY), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type>, bool&) @ 0x00000000392914aa 4. ./build_docker/./src/Interpreters/executeQuery.cpp:790: DB::validateAnalyzerSettings(std::shared_ptr, bool) @ 0x000000003925f631 5. ./build_docker/./src/Interpreters/executeQuery.cpp:1039: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926508e 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 7. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 2025.03.31 17:51:50.564295 [ 1428 ] {c79df908-0626-4f16-9249-8a2737aa9f6d} DNSResolver: Cannot resolve host (), error 0: No address found. 2025.03.31 17:51:51.431879 [ 1428 ] {c79df908-0626-4f16-9249-8a2737aa9f6d} Cluster: Code: 198. DB::NetException: Not found address of host: . (DNS_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type>, String const&) @ 0x000000002062cf96 3. ./build_docker/./src/Common/DNSResolver.cpp:113: DB::(anonymous namespace)::hostByName(String const&) @ 0x0000000020621ea2 4. ./build_docker/./src/Common/DNSResolver.cpp:138: DB::DNSResolver::getResolvedIPAdressessWithFiltering(String const&) @ 0x000000002061cddc 5. ./build_docker/./src/Common/DNSResolver.cpp:256: DB::DNSResolver::resolveIPAddressWithCache(String const&) @ 0x000000002061dfb9 6. ./build_docker/./src/Common/DNSResolver.cpp:305: DB::DNSResolver::resolveAddress(String const&, unsigned short) @ 0x0000000020620c63 7. ./build_docker/./src/Interpreters/Cluster.cpp:82: DB::Cluster::Address::getResolvedAddress() const @ 0x00000000364b282e 8. ./build_docker/./src/Interpreters/Cluster.cpp:95: DB::Cluster::Address::Address(DB::DatabaseReplicaInfo const&, DB::ClusterConnectionParameters const&, unsigned int, unsigned int) @ 0x00000000364b860d 9. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: void std::vector>::__emplace_back_slow_path(DB::DatabaseReplicaInfo&&, DB::ClusterConnectionParameters const&, unsigned int&, unsigned long&&) @ 0x00000000364ec61e 10. ./contrib/llvm-project/libcxx/include/vector:1634: DB::Cluster::Cluster(DB::Settings const&, std::vector>, std::allocator>>> const&, DB::ClusterConnectionParameters const&) @ 0x00000000364d51e5 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::TableFunctionRemote::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x0000000027382c90 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:51:59.043948 [ 4149 ] {fd0a0ea4-34d4-4cf7-88a2-d8ca5d758e1d} executeQuery: Code: 60. DB::Exception: Unknown table expression identifier 'test_zojeklye.t1' in scope SELECT id FROM test_zojeklye.t1: While processing conversation IN (SELECT id FROM test_zojeklye.t1). (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42770) (comment: 02841_not_ready_set_constraints.sql) (in query: INSERT INTO t2(conversation) VALUES ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4370: DB::QueryAnalyzer::initializeQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dd184f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5549: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19ac7 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 8. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 11. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:1440: DB::ActionsMatcher::makeSet(DB::ASTFunction const&, DB::ActionsMatcher::Data&, bool) @ 0x0000000036a2f42e 12. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:975: DB::ActionsMatcher::visit(DB::ASTFunction const&, std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a1531e 13. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:732: DB::ActionsMatcher::visit(std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a122b5 14. ./src/Interpreters/InDepthNodeVisitor.h:71: DB::InDepthNodeVisitor const>::doVisit(std::shared_ptr const&) @ 0x00000000369ecfd5 15. ./src/Interpreters/InDepthNodeVisitor.h:61: DB::ExpressionAnalyzer::getRootActions(std::shared_ptr const&, bool, DB::ActionsDAG&, bool) @ 0x0000000036967af7 16. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:1859: DB::ExpressionAnalyzer::getActionsDAG(bool, bool) @ 0x000000003699dab3 17. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:1894: DB::ExpressionAnalyzer::getActions(bool, bool, DB::CompileExpressions) @ 0x000000003699e752 18. ./build_docker/./src/Storages/ConstraintsDescription.cpp:147: DB::ConstraintsDescription::getExpressions(std::shared_ptr, DB::NamesAndTypesList const&) const @ 0x000000003c755643 19. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:34: DB::CheckConstraintsTransform::CheckConstraintsTransform(DB::StorageID const&, DB::Block const&, DB::ConstraintsDescription const&, std::shared_ptr) @ 0x00000000400a2781 20. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID, DB::Block const&, DB::ConstraintsDescription const&, std::shared_ptr&, void>(std::allocator const&, DB::StorageID&&, DB::Block const&, DB::ConstraintsDescription const&, std::shared_ptr&) @ 0x00000000384fc973 21. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::InterpreterInsertQuery::buildPreSinkChain(DB::Block const&, std::shared_ptr const&, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e3408 22. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:459: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e56ea 23. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:703: DB::InterpreterInsertQuery::buildInsertPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eecdf 24. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:823: DB::InterpreterInsertQuery::execute() @ 0x00000000384f501f 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:51:59.055713 [ 4149 ] {} TCPHandler: Code: 60. DB::Exception: Unknown table expression identifier 'test_zojeklye.t1' in scope SELECT id FROM test_zojeklye.t1: While processing conversation IN (SELECT id FROM test_zojeklye.t1). (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4370: DB::QueryAnalyzer::initializeQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dd184f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5549: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19ac7 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 8. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 11. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:1440: DB::ActionsMatcher::makeSet(DB::ASTFunction const&, DB::ActionsMatcher::Data&, bool) @ 0x0000000036a2f42e 12. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:975: DB::ActionsMatcher::visit(DB::ASTFunction const&, std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a1531e 13. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:732: DB::ActionsMatcher::visit(std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a122b5 14. ./src/Interpreters/InDepthNodeVisitor.h:71: DB::InDepthNodeVisitor const>::doVisit(std::shared_ptr const&) @ 0x00000000369ecfd5 15. ./src/Interpreters/InDepthNodeVisitor.h:61: DB::ExpressionAnalyzer::getRootActions(std::shared_ptr const&, bool, DB::ActionsDAG&, bool) @ 0x0000000036967af7 16. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:1859: DB::ExpressionAnalyzer::getActionsDAG(bool, bool) @ 0x000000003699dab3 17. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:1894: DB::ExpressionAnalyzer::getActions(bool, bool, DB::CompileExpressions) @ 0x000000003699e752 18. ./build_docker/./src/Storages/ConstraintsDescription.cpp:147: DB::ConstraintsDescription::getExpressions(std::shared_ptr, DB::NamesAndTypesList const&) const @ 0x000000003c755643 19. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:34: DB::CheckConstraintsTransform::CheckConstraintsTransform(DB::StorageID const&, DB::Block const&, DB::ConstraintsDescription const&, std::shared_ptr) @ 0x00000000400a2781 20. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID, DB::Block const&, DB::ConstraintsDescription const&, std::shared_ptr&, void>(std::allocator const&, DB::StorageID&&, DB::Block const&, DB::ConstraintsDescription const&, std::shared_ptr&) @ 0x00000000384fc973 21. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::InterpreterInsertQuery::buildPreSinkChain(DB::Block const&, std::shared_ptr const&, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e3408 22. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:459: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e56ea 23. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:703: DB::InterpreterInsertQuery::buildInsertPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eecdf 24. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:823: DB::InterpreterInsertQuery::execute() @ 0x00000000384f501f 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:51:59.183838 [ 66147 ] {e62ed280-3080-48e0-8c95-885ecc7305c3} DistributedSink: Structure does not match (remote: i UInt64 UInt64(size = 0), n LowCardinality(String) LowCardinality(size = 0, UInt8(size = 0), Unique(size = 1, String(size = 1))), local: i UInt64 UInt64(size = 1), n LowCardinality(Nullable(String)) LowCardinality(size = 1, UInt8(size = 1), Unique(size = 4, String(size = 4)))), implicit conversion will be done. 2025.03.31 17:51:59.255603 [ 4149 ] {36da52b8-fb65-4a3c-953f-7894d0e19f1c} executeQuery: Code: 60. DB::Exception: Unknown table expression identifier 'test_zojeklye.t1' in scope SELECT id FROM test_zojeklye.t1: While processing conversation IN (SELECT id FROM test_zojeklye.t1). (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42770) (comment: 02841_not_ready_set_constraints.sql) (in query: INSERT INTO t2(conversation) VALUES ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4370: DB::QueryAnalyzer::initializeQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dd184f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5549: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19ac7 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 8. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 11. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:1440: DB::ActionsMatcher::makeSet(DB::ASTFunction const&, DB::ActionsMatcher::Data&, bool) @ 0x0000000036a2f42e 12. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:975: DB::ActionsMatcher::visit(DB::ASTFunction const&, std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a1531e 13. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:732: DB::ActionsMatcher::visit(std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a122b5 14. ./src/Interpreters/InDepthNodeVisitor.h:71: DB::InDepthNodeVisitor const>::doVisit(std::shared_ptr const&) @ 0x00000000369ecfd5 15. ./src/Interpreters/InDepthNodeVisitor.h:61: DB::ExpressionAnalyzer::getRootActions(std::shared_ptr const&, bool, DB::ActionsDAG&, bool) @ 0x0000000036967af7 16. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:1859: DB::ExpressionAnalyzer::getActionsDAG(bool, bool) @ 0x000000003699dab3 17. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:1894: DB::ExpressionAnalyzer::getActions(bool, bool, DB::CompileExpressions) @ 0x000000003699e752 18. ./build_docker/./src/Storages/ConstraintsDescription.cpp:147: DB::ConstraintsDescription::getExpressions(std::shared_ptr, DB::NamesAndTypesList const&) const @ 0x000000003c755643 19. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:34: DB::CheckConstraintsTransform::CheckConstraintsTransform(DB::StorageID const&, DB::Block const&, DB::ConstraintsDescription const&, std::shared_ptr) @ 0x00000000400a2781 20. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID, DB::Block const&, DB::ConstraintsDescription const&, std::shared_ptr&, void>(std::allocator const&, DB::StorageID&&, DB::Block const&, DB::ConstraintsDescription const&, std::shared_ptr&) @ 0x00000000384fc973 21. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::InterpreterInsertQuery::buildPreSinkChain(DB::Block const&, std::shared_ptr const&, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e3408 22. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:459: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e56ea 23. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:703: DB::InterpreterInsertQuery::buildInsertPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eecdf 24. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:823: DB::InterpreterInsertQuery::execute() @ 0x00000000384f501f 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:51:59.259739 [ 4149 ] {} TCPHandler: Code: 60. DB::Exception: Unknown table expression identifier 'test_zojeklye.t1' in scope SELECT id FROM test_zojeklye.t1: While processing conversation IN (SELECT id FROM test_zojeklye.t1). (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4370: DB::QueryAnalyzer::initializeQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dd184f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5549: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19ac7 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 8. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 11. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:1440: DB::ActionsMatcher::makeSet(DB::ASTFunction const&, DB::ActionsMatcher::Data&, bool) @ 0x0000000036a2f42e 12. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:975: DB::ActionsMatcher::visit(DB::ASTFunction const&, std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a1531e 13. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:732: DB::ActionsMatcher::visit(std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a122b5 14. ./src/Interpreters/InDepthNodeVisitor.h:71: DB::InDepthNodeVisitor const>::doVisit(std::shared_ptr const&) @ 0x00000000369ecfd5 15. ./src/Interpreters/InDepthNodeVisitor.h:61: DB::ExpressionAnalyzer::getRootActions(std::shared_ptr const&, bool, DB::ActionsDAG&, bool) @ 0x0000000036967af7 16. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:1859: DB::ExpressionAnalyzer::getActionsDAG(bool, bool) @ 0x000000003699dab3 17. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:1894: DB::ExpressionAnalyzer::getActions(bool, bool, DB::CompileExpressions) @ 0x000000003699e752 18. ./build_docker/./src/Storages/ConstraintsDescription.cpp:147: DB::ConstraintsDescription::getExpressions(std::shared_ptr, DB::NamesAndTypesList const&) const @ 0x000000003c755643 19. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:34: DB::CheckConstraintsTransform::CheckConstraintsTransform(DB::StorageID const&, DB::Block const&, DB::ConstraintsDescription const&, std::shared_ptr) @ 0x00000000400a2781 20. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID, DB::Block const&, DB::ConstraintsDescription const&, std::shared_ptr&, void>(std::allocator const&, DB::StorageID&&, DB::Block const&, DB::ConstraintsDescription const&, std::shared_ptr&) @ 0x00000000384fc973 21. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::InterpreterInsertQuery::buildPreSinkChain(DB::Block const&, std::shared_ptr const&, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e3408 22. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:459: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e56ea 23. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:703: DB::InterpreterInsertQuery::buildInsertPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eecdf 24. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:823: DB::InterpreterInsertQuery::execute() @ 0x00000000384f501f 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:51:59.335142 [ 66166 ] {e62ed280-3080-48e0-8c95-885ecc7305c3} DistributedSink: Structure does not match (remote: i UInt64 UInt64(size = 0), n LowCardinality(String) LowCardinality(size = 0, UInt8(size = 0), Unique(size = 1, String(size = 1))), local: i UInt64 UInt64(size = 1), n LowCardinality(Nullable(String)) LowCardinality(size = 1, UInt8(size = 1), Unique(size = 4, String(size = 4)))), implicit conversion will be done. 2025.03.31 17:51:59.441056 [ 1428 ] {c79df908-0626-4f16-9249-8a2737aa9f6d} DNSResolver: Cannot resolve host (), error 0: No address found. 2025.03.31 17:51:59.715403 [ 5080 ] {c9343b4f-af99-4a3e-81e9-49e3fe12b3cc} DistributedSink: Structure does not match (remote: i UInt64 UInt64(size = 0), n LowCardinality(String) LowCardinality(size = 0, UInt8(size = 0), Unique(size = 1, String(size = 1))), local: i UInt64 UInt64(size = 500), n LowCardinality(Nullable(String)) LowCardinality(size = 500, UInt16(size = 500), Unique(size = 1002, String(size = 1002)))), implicit conversion will be done. 2025.03.31 17:51:59.838225 [ 10309 ] {c9343b4f-af99-4a3e-81e9-49e3fe12b3cc} DistributedSink: Structure does not match (remote: i UInt64 UInt64(size = 0), n LowCardinality(String) LowCardinality(size = 0, UInt8(size = 0), Unique(size = 1, String(size = 1))), local: i UInt64 UInt64(size = 500), n LowCardinality(Nullable(String)) LowCardinality(size = 500, UInt16(size = 500), Unique(size = 1002, String(size = 1002)))), implicit conversion will be done. 2025.03.31 17:52:01.692216 [ 5935 ] {5469ed0f-9497-4601-896c-50af5aec76c0} test_oco7fgxh.dist_02482.DistributedInsertQueue.default: Structure does not match (remote: i UInt64 UInt64(size = 0), n LowCardinality(String) LowCardinality(size = 0, UInt8(size = 0), Unique(size = 1, String(size = 1))), local: i UInt64 UInt64(size = 0), n LowCardinality(Nullable(String)) LowCardinality(size = 0, UInt8(size = 0), Unique(size = 2, String(size = 2)))), implicit conversion will be done 2025.03.31 17:52:01.881423 [ 5091 ] {5469ed0f-9497-4601-896c-50af5aec76c0} test_oco7fgxh.dist_02482.DistributedInsertQueue.default: Structure does not match (remote: i UInt64 UInt64(size = 0), n LowCardinality(String) LowCardinality(size = 0, UInt8(size = 0), Unique(size = 1, String(size = 1))), local: i UInt64 UInt64(size = 0), n LowCardinality(Nullable(String)) LowCardinality(size = 0, UInt8(size = 0), Unique(size = 2, String(size = 2)))), implicit conversion will be done 2025.03.31 17:52:02.068889 [ 5935 ] {5469ed0f-9497-4601-896c-50af5aec76c0} test_oco7fgxh.dist_02482.DistributedInsertQueue.default: Structure does not match (remote: i UInt64 UInt64(size = 0), n LowCardinality(String) LowCardinality(size = 0, UInt8(size = 0), Unique(size = 1, String(size = 1))), local: i UInt64 UInt64(size = 0), n LowCardinality(Nullable(String)) LowCardinality(size = 0, UInt8(size = 0), Unique(size = 2, String(size = 2)))), implicit conversion will be done 2025.03.31 17:52:02.122310 [ 5091 ] {5469ed0f-9497-4601-896c-50af5aec76c0} test_oco7fgxh.dist_02482.DistributedInsertQueue.default: Structure does not match (remote: i UInt64 UInt64(size = 0), n LowCardinality(String) LowCardinality(size = 0, UInt8(size = 0), Unique(size = 1, String(size = 1))), local: i UInt64 UInt64(size = 0), n LowCardinality(Nullable(String)) LowCardinality(size = 0, UInt8(size = 0), Unique(size = 2, String(size = 2)))), implicit conversion will be done 2025.03.31 17:52:06.733179 [ 55901 ] {a260215a-4749-45fc-ab05-f9ba4bf48193} executeQuery: Code: 223. DB::Exception: 'max_types' argument for Dynamic type should be a positive integer between 0 and 254. (UNEXPECTED_AST_STRUCTURE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42854) (comment: 03151_dynamic_type_scale_max_types.sql) (in query: ALTER TABLE to_table MODIFY COLUMN n2 Dynamic(max_types=500);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, unsigned long const&) @ 0x000000000aaefbaa 4. ./build_docker/./src/DataTypes/DataTypeDynamic.cpp:82: DB::create(std::shared_ptr const&) @ 0x0000000034bbbdf3 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x0000000034ba35da 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034be7311 7. ./build_docker/./src/DataTypes/DataTypeFactory.cpp:78: DB::DataTypeFactory::get(std::shared_ptr const&) const @ 0x0000000034be0757 8. ./build_docker/./src/Storages/AlterCommands.cpp:170: DB::AlterCommand::parse(DB::ASTAlterCommand const*) @ 0x000000003c6b03cc 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:161: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x000000003774e2b9 10. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 17:52:06.737268 [ 55901 ] {} TCPHandler: Code: 223. DB::Exception: 'max_types' argument for Dynamic type should be a positive integer between 0 and 254. (UNEXPECTED_AST_STRUCTURE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, unsigned long const&) @ 0x000000000aaefbaa 4. ./build_docker/./src/DataTypes/DataTypeDynamic.cpp:82: DB::create(std::shared_ptr const&) @ 0x0000000034bbbdf3 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x0000000034ba35da 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034be7311 7. ./build_docker/./src/DataTypes/DataTypeFactory.cpp:78: DB::DataTypeFactory::get(std::shared_ptr const&) const @ 0x0000000034be0757 8. ./build_docker/./src/Storages/AlterCommands.cpp:170: DB::AlterCommand::parse(DB::ASTAlterCommand const*) @ 0x000000003c6b03cc 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:161: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x000000003774e2b9 10. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 17:52:07.464822 [ 738 ] {} DNSResolver: Cannot resolve host (), error 0: No address found. 2025.03.31 17:52:08.568890 [ 56178 ] {bad41e45-5473-4dd1-906f-3bb616eef3d4} executeQuery: Code: 1. DB::Exception: Lambda must have arguments and body. (UNSUPPORTED_METHOD) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50778) (comment: 02181_sql_user_defined_functions_invalid_lambda.sql) (in query: CREATE FUNCTION 02181_invalid_lambda AS lambda(((x * 2) AS x_doubled) + x_doubled);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Functions/UserDefined/UserDefinedSQLFunctionFactory.cpp:60: DB::UserDefinedSQLFunctionFactory::checkCanBeRegistered(std::shared_ptr const&, String const&, DB::IAST const&) @ 0x0000000040ba4551 5. ./build_docker/./src/Functions/UserDefined/UserDefinedSQLFunctionFactory.cpp:135: DB::UserDefinedSQLFunctionFactory::registerFunction(std::shared_ptr const&, String const&, std::shared_ptr, bool, bool) @ 0x0000000040ba5618 6. ./build_docker/./src/Interpreters/InterpreterCreateFunctionQuery.cpp:52: DB::InterpreterCreateFunctionQuery::execute() @ 0x0000000039427df9 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:52:08.577046 [ 56178 ] {} TCPHandler: Code: 1. DB::Exception: Lambda must have arguments and body. (UNSUPPORTED_METHOD), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Functions/UserDefined/UserDefinedSQLFunctionFactory.cpp:60: DB::UserDefinedSQLFunctionFactory::checkCanBeRegistered(std::shared_ptr const&, String const&, DB::IAST const&) @ 0x0000000040ba4551 5. ./build_docker/./src/Functions/UserDefined/UserDefinedSQLFunctionFactory.cpp:135: DB::UserDefinedSQLFunctionFactory::registerFunction(std::shared_ptr const&, String const&, std::shared_ptr, bool, bool) @ 0x0000000040ba5618 6. ./build_docker/./src/Interpreters/InterpreterCreateFunctionQuery.cpp:52: DB::InterpreterCreateFunctionQuery::execute() @ 0x0000000039427df9 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:52:08.612084 [ 56178 ] {f0630a09-c9bc-477c-98cf-0c6e8052915e} executeQuery: Code: 1. DB::Exception: Lambda must have arguments and body. (UNSUPPORTED_METHOD) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50778) (comment: 02181_sql_user_defined_functions_invalid_lambda.sql) (in query: CREATE FUNCTION 02181_invalid_lambda AS lambda(x);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Functions/UserDefined/UserDefinedSQLFunctionFactory.cpp:60: DB::UserDefinedSQLFunctionFactory::checkCanBeRegistered(std::shared_ptr const&, String const&, DB::IAST const&) @ 0x0000000040ba4551 5. ./build_docker/./src/Functions/UserDefined/UserDefinedSQLFunctionFactory.cpp:135: DB::UserDefinedSQLFunctionFactory::registerFunction(std::shared_ptr const&, String const&, std::shared_ptr, bool, bool) @ 0x0000000040ba5618 6. ./build_docker/./src/Interpreters/InterpreterCreateFunctionQuery.cpp:52: DB::InterpreterCreateFunctionQuery::execute() @ 0x0000000039427df9 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:52:08.616865 [ 56178 ] {} TCPHandler: Code: 1. DB::Exception: Lambda must have arguments and body. (UNSUPPORTED_METHOD), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Functions/UserDefined/UserDefinedSQLFunctionFactory.cpp:60: DB::UserDefinedSQLFunctionFactory::checkCanBeRegistered(std::shared_ptr const&, String const&, DB::IAST const&) @ 0x0000000040ba4551 5. ./build_docker/./src/Functions/UserDefined/UserDefinedSQLFunctionFactory.cpp:135: DB::UserDefinedSQLFunctionFactory::registerFunction(std::shared_ptr const&, String const&, std::shared_ptr, bool, bool) @ 0x0000000040ba5618 6. ./build_docker/./src/Interpreters/InterpreterCreateFunctionQuery.cpp:52: DB::InterpreterCreateFunctionQuery::execute() @ 0x0000000039427df9 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:52:08.631836 [ 56178 ] {461eb7de-1f67-44d9-8e75-bb9f952af790} executeQuery: Code: 1. DB::Exception: Lambda must have arguments and body. (UNSUPPORTED_METHOD) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50778) (comment: 02181_sql_user_defined_functions_invalid_lambda.sql) (in query: CREATE FUNCTION 02181_invalid_lambda AS lambda();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Functions/UserDefined/UserDefinedSQLFunctionFactory.cpp:60: DB::UserDefinedSQLFunctionFactory::checkCanBeRegistered(std::shared_ptr const&, String const&, DB::IAST const&) @ 0x0000000040ba4551 5. ./build_docker/./src/Functions/UserDefined/UserDefinedSQLFunctionFactory.cpp:135: DB::UserDefinedSQLFunctionFactory::registerFunction(std::shared_ptr const&, String const&, std::shared_ptr, bool, bool) @ 0x0000000040ba5618 6. ./build_docker/./src/Interpreters/InterpreterCreateFunctionQuery.cpp:52: DB::InterpreterCreateFunctionQuery::execute() @ 0x0000000039427df9 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:52:08.635104 [ 56178 ] {} TCPHandler: Code: 1. DB::Exception: Lambda must have arguments and body. (UNSUPPORTED_METHOD), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Functions/UserDefined/UserDefinedSQLFunctionFactory.cpp:60: DB::UserDefinedSQLFunctionFactory::checkCanBeRegistered(std::shared_ptr const&, String const&, DB::IAST const&) @ 0x0000000040ba4551 5. ./build_docker/./src/Functions/UserDefined/UserDefinedSQLFunctionFactory.cpp:135: DB::UserDefinedSQLFunctionFactory::registerFunction(std::shared_ptr const&, String const&, std::shared_ptr, bool, bool) @ 0x0000000040ba5618 6. ./build_docker/./src/Interpreters/InterpreterCreateFunctionQuery.cpp:52: DB::InterpreterCreateFunctionQuery::execute() @ 0x0000000039427df9 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:52:08.670486 [ 56178 ] {777ddcd7-a80e-425d-a0c1-6f71a8f7d246} executeQuery: Code: 1. DB::Exception: Lambda must have arguments and body. (UNSUPPORTED_METHOD) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50778) (comment: 02181_sql_user_defined_functions_invalid_lambda.sql) (in query: CREATE FUNCTION 02181_invalid_lambda AS lambda(tuple(x)) --{serverError UNSUPPORTED_METHOD} ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Functions/UserDefined/UserDefinedSQLFunctionFactory.cpp:60: DB::UserDefinedSQLFunctionFactory::checkCanBeRegistered(std::shared_ptr const&, String const&, DB::IAST const&) @ 0x0000000040ba4551 5. ./build_docker/./src/Functions/UserDefined/UserDefinedSQLFunctionFactory.cpp:135: DB::UserDefinedSQLFunctionFactory::registerFunction(std::shared_ptr const&, String const&, std::shared_ptr, bool, bool) @ 0x0000000040ba5618 6. ./build_docker/./src/Interpreters/InterpreterCreateFunctionQuery.cpp:52: DB::InterpreterCreateFunctionQuery::execute() @ 0x0000000039427df9 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:52:08.675040 [ 56178 ] {} TCPHandler: Code: 1. DB::Exception: Lambda must have arguments and body. (UNSUPPORTED_METHOD), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Functions/UserDefined/UserDefinedSQLFunctionFactory.cpp:60: DB::UserDefinedSQLFunctionFactory::checkCanBeRegistered(std::shared_ptr const&, String const&, DB::IAST const&) @ 0x0000000040ba4551 5. ./build_docker/./src/Functions/UserDefined/UserDefinedSQLFunctionFactory.cpp:135: DB::UserDefinedSQLFunctionFactory::registerFunction(std::shared_ptr const&, String const&, std::shared_ptr, bool, bool) @ 0x0000000040ba5618 6. ./build_docker/./src/Interpreters/InterpreterCreateFunctionQuery.cpp:52: DB::InterpreterCreateFunctionQuery::execute() @ 0x0000000039427df9 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:52:11.156817 [ 62483 ] {9dcfad0f-a077-4f62-ad98-0a3bb58f551b} executeQuery: Code: 36. DB::Exception: Chosen number of marks to read is zero (likely because of weird interference of settings). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50850) (comment: 03223_parallel_replicas_read_task_size_overflow_bug.sql) (in query: SELECT v FROM test__fuzz_22 ORDER BY v LIMIT 10, 10 SETTINGS max_threads = 4 FORMAT Null;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/MergeTree/ParallelReplicasReadingCoordinator.cpp:1063: DB::ParallelReplicasReadingCoordinator::handleRequest(DB::ParallelReadRequest) @ 0x000000003e700a79 5. ./build_docker/./src/QueryPipeline/RemoteQueryExecutor.cpp:737: DB::RemoteQueryExecutor::processMergeTreeReadTaskRequest(DB::ParallelReadRequest) @ 0x0000000034b1c886 6. ./build_docker/./src/QueryPipeline/RemoteQueryExecutor.cpp:614: DB::RemoteQueryExecutor::processPacket(DB::Packet) @ 0x0000000034b1774a 7. ./build_docker/./src/QueryPipeline/RemoteQueryExecutor.cpp:989: DB::RemoteQueryExecutor::processParallelReplicaPacketIfAny() @ 0x0000000034b2281a 8. ./build_docker/./src/Processors/Sources/RemoteSource.cpp:145: DB::RemoteSource::onAsyncJobReady() @ 0x00000000404104d2 9. ./build_docker/./src/Processors/Executors/ExecutorTasks.cpp:223: DB::ExecutorTasks::processAsyncTasks() @ 0x000000003f7458b3 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:436: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717bde 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 12. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 14. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 17:52:11.225807 [ 62483 ] {} TCPHandler: Code: 36. DB::Exception: Chosen number of marks to read is zero (likely because of weird interference of settings). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/MergeTree/ParallelReplicasReadingCoordinator.cpp:1063: DB::ParallelReplicasReadingCoordinator::handleRequest(DB::ParallelReadRequest) @ 0x000000003e700a79 5. ./build_docker/./src/QueryPipeline/RemoteQueryExecutor.cpp:737: DB::RemoteQueryExecutor::processMergeTreeReadTaskRequest(DB::ParallelReadRequest) @ 0x0000000034b1c886 6. ./build_docker/./src/QueryPipeline/RemoteQueryExecutor.cpp:614: DB::RemoteQueryExecutor::processPacket(DB::Packet) @ 0x0000000034b1774a 7. ./build_docker/./src/QueryPipeline/RemoteQueryExecutor.cpp:989: DB::RemoteQueryExecutor::processParallelReplicaPacketIfAny() @ 0x0000000034b2281a 8. ./build_docker/./src/Processors/Sources/RemoteSource.cpp:145: DB::RemoteSource::onAsyncJobReady() @ 0x00000000404104d2 9. ./build_docker/./src/Processors/Executors/ExecutorTasks.cpp:223: DB::ExecutorTasks::processAsyncTasks() @ 0x000000003f7458b3 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:436: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717bde 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 12. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 14. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 17:52:11.473250 [ 1426 ] {} TCPHandler: TCPHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket (peer: [::ffff:127.0.0.1]:34504, local: [::ffff:127.0.0.3]:9000). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:83: DB::ReadBufferFromPocoSocketBase::socketReceiveBytesImpl(char*, unsigned long) @ 0x0000000020b7390f 4. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:107: DB::ReadBufferFromPocoSocketBase::nextImpl() @ 0x0000000020b748a1 5. ./build_docker/./src/IO/ReadBufferFromPocoSocketChunked.cpp:103: DB::ReadBufferFromPocoSocketChunked::nextImpl() @ 0x000000003f05181a 6. DB::ReadBuffer::next() @ 0x0000000008c432cf 7. ./src/IO/ReadBuffer.h:103: DB::TCPHandler::runImpl() @ 0x000000003f425633 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:52:11.473273 [ 4148 ] {} TCPHandler: TCPHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket (peer: [::ffff:127.0.0.1]:50772, local: [::ffff:127.0.0.1]:9000). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:83: DB::ReadBufferFromPocoSocketBase::socketReceiveBytesImpl(char*, unsigned long) @ 0x0000000020b7390f 4. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:107: DB::ReadBufferFromPocoSocketBase::nextImpl() @ 0x0000000020b748a1 5. ./build_docker/./src/IO/ReadBufferFromPocoSocketChunked.cpp:103: DB::ReadBufferFromPocoSocketChunked::nextImpl() @ 0x000000003f05181a 6. DB::ReadBuffer::next() @ 0x0000000008c432cf 7. ./src/IO/ReadBuffer.h:103: DB::TCPHandler::runImpl() @ 0x000000003f425633 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:52:11.473327 [ 1431 ] {} TCPHandler: TCPHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket (peer: [::ffff:127.0.0.1]:44322, local: [::ffff:127.0.0.2]:9000). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:83: DB::ReadBufferFromPocoSocketBase::socketReceiveBytesImpl(char*, unsigned long) @ 0x0000000020b7390f 4. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:107: DB::ReadBufferFromPocoSocketBase::nextImpl() @ 0x0000000020b748a1 5. ./build_docker/./src/IO/ReadBufferFromPocoSocketChunked.cpp:103: DB::ReadBufferFromPocoSocketChunked::nextImpl() @ 0x000000003f05181a 6. DB::ReadBuffer::next() @ 0x0000000008c432cf 7. ./src/IO/ReadBuffer.h:103: DB::TCPHandler::runImpl() @ 0x000000003f425633 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:52:11.473530 [ 1426 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket (peer: [::ffff:127.0.0.1]:34504, local: [::ffff:127.0.0.3]:9000). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:83: DB::ReadBufferFromPocoSocketBase::socketReceiveBytesImpl(char*, unsigned long) @ 0x0000000020b7390f 4. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:107: DB::ReadBufferFromPocoSocketBase::nextImpl() @ 0x0000000020b748a1 5. ./build_docker/./src/IO/ReadBufferFromPocoSocketChunked.cpp:103: DB::ReadBufferFromPocoSocketChunked::nextImpl() @ 0x000000003f05181a 6. DB::ReadBuffer::next() @ 0x0000000008c432cf 7. ./src/IO/ReadBuffer.h:103: DB::TCPHandler::runImpl() @ 0x000000003f425633 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:52:11.473708 [ 4148 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket (peer: [::ffff:127.0.0.1]:50772, local: [::ffff:127.0.0.1]:9000). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:83: DB::ReadBufferFromPocoSocketBase::socketReceiveBytesImpl(char*, unsigned long) @ 0x0000000020b7390f 4. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:107: DB::ReadBufferFromPocoSocketBase::nextImpl() @ 0x0000000020b748a1 5. ./build_docker/./src/IO/ReadBufferFromPocoSocketChunked.cpp:103: DB::ReadBufferFromPocoSocketChunked::nextImpl() @ 0x000000003f05181a 6. DB::ReadBuffer::next() @ 0x0000000008c432cf 7. ./src/IO/ReadBuffer.h:103: DB::TCPHandler::runImpl() @ 0x000000003f425633 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:52:11.473947 [ 1431 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket (peer: [::ffff:127.0.0.1]:44322, local: [::ffff:127.0.0.2]:9000). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:83: DB::ReadBufferFromPocoSocketBase::socketReceiveBytesImpl(char*, unsigned long) @ 0x0000000020b7390f 4. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:107: DB::ReadBufferFromPocoSocketBase::nextImpl() @ 0x0000000020b748a1 5. ./build_docker/./src/IO/ReadBufferFromPocoSocketChunked.cpp:103: DB::ReadBufferFromPocoSocketChunked::nextImpl() @ 0x000000003f05181a 6. DB::ReadBuffer::next() @ 0x0000000008c432cf 7. ./src/IO/ReadBuffer.h:103: DB::TCPHandler::runImpl() @ 0x000000003f425633 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:52:15.477109 [ 1428 ] {c79df908-0626-4f16-9249-8a2737aa9f6d} DNSResolver: Cannot resolve host (), error 0: No address found. 2025.03.31 17:52:17.079788 [ 4148 ] {d2c383bd-fe9f-44b2-b833-998d457bae87} executeQuery: Code: 53. DB::Exception: Type mismatch for column n. Column has type String, got type UInt8. (TYPE_MISMATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50900) (comment: 01182_materialized_view_different_structure.sql) (in query: INSERT INTO mv SELECT toString(number + 1000) FROM numbers(1000);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String const&, String&&, String&&) @ 0x00000000273f3937 4. ./build_docker/./src/Storages/StorageInMemoryMetadata.cpp:753: DB::StorageInMemoryMetadata::check(DB::Block const&, bool) const @ 0x000000003ca25bf5 5. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:611: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040361d5a 6. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 9. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:52:17.087438 [ 4148 ] {} TCPHandler: Code: 53. DB::Exception: Type mismatch for column n. Column has type String, got type UInt8. (TYPE_MISMATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String const&, String&&, String&&) @ 0x00000000273f3937 4. ./build_docker/./src/Storages/StorageInMemoryMetadata.cpp:753: DB::StorageInMemoryMetadata::check(DB::Block const&, bool) const @ 0x000000003ca25bf5 5. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:611: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040361d5a 6. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 9. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:52:17.124237 [ 4148 ] {ca81d5c3-b4d1-43ef-b678-6e176017a438} executeQuery: Code: 53. DB::Exception: Type mismatch for column n. Column has type String, got type UInt8. (TYPE_MISMATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50900) (comment: 01182_materialized_view_different_structure.sql) (in query: INSERT INTO mv SELECT arrayJoin(['42', 'test']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String const&, String&&, String&&) @ 0x00000000273f3937 4. ./build_docker/./src/Storages/StorageInMemoryMetadata.cpp:753: DB::StorageInMemoryMetadata::check(DB::Block const&, bool) const @ 0x000000003ca25bf5 5. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:611: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040361d5a 6. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 9. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:52:17.128226 [ 4148 ] {} TCPHandler: Code: 53. DB::Exception: Type mismatch for column n. Column has type String, got type UInt8. (TYPE_MISMATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String const&, String&&, String&&) @ 0x00000000273f3937 4. ./build_docker/./src/Storages/StorageInMemoryMetadata.cpp:753: DB::StorageInMemoryMetadata::check(DB::Block const&, bool) const @ 0x000000003ca25bf5 5. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:611: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040361d5a 6. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 9. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:52:18.366321 [ 4148 ] {4866f2e9-e6b9-4b58-bbc9-17bb6fc857e3} executeQuery: Code: 70. DB::Exception: Conversion from AggregateFunction(max, String) to AggregateFunction(max, Int128) is not supported: While executing Remote. (CANNOT_CONVERT_TYPE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50900) (comment: 01182_materialized_view_different_structure.sql) (in query: SELECT count(), sum(toInt64(n)), max(n), min(n) FROM dist;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::detail::FunctionCast::createAggregateFunctionWrapper(std::shared_ptr const&, DB::DataTypeAggregateFunction const*) const @ 0x0000000031e639e5 5. DB::detail::FunctionCast::prepareImpl(std::shared_ptr const&, std::shared_ptr const&, bool) const @ 0x0000000031e57398 6. DB::detail::FunctionCast::prepareRemoveNullable(std::shared_ptr const&, std::shared_ptr const&, bool) const @ 0x0000000031e13b21 7. DB::detail::FunctionCast::prepareUnpackDictionaries(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000031e0f308 8. DB::detail::FunctionCast::prepare(std::vector> const&) const @ 0x0000000031e0e005 9. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdaf3 10. ./build_docker/./src/Interpreters/castColumn.cpp:38: DB::castColumn(DB::CastType, DB::ColumnWithTypeAndName const&, std::shared_ptr const&, DB::InternalCastFunctionCache*) @ 0x000000003919bc1e 11. ./build_docker/./src/Interpreters/castColumn.cpp:43: DB::castColumn(DB::ColumnWithTypeAndName const&, std::shared_ptr const&, DB::InternalCastFunctionCache*) @ 0x0000000039199ab9 12. ./build_docker/./src/QueryPipeline/RemoteQueryExecutor.cpp:349: DB::adaptBlockStructure(DB::Block const&, DB::Block const&) @ 0x0000000034b1dfd9 13. ./build_docker/./src/QueryPipeline/RemoteQueryExecutor.cpp:634: DB::RemoteQueryExecutor::processPacket(DB::Packet) @ 0x0000000034b160c3 14. ./build_docker/./src/QueryPipeline/RemoteQueryExecutor.cpp:562: DB::RemoteQueryExecutor::readAsync() @ 0x0000000034b1afe3 15. ./build_docker/./src/Processors/Sources/RemoteSource.cpp:182: DB::RemoteSource::tryGenerate() @ 0x0000000040410d25 16. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 17. ./build_docker/./src/Processors/Sources/RemoteSource.cpp:134: DB::RemoteSource::work() @ 0x00000000404103b0 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:52:18.374949 [ 4129 ] {} TCPHandler: TCPHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket (peer: [::ffff:127.0.0.1]:35982, local: [::ffff:127.0.0.2]:9000). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:83: DB::ReadBufferFromPocoSocketBase::socketReceiveBytesImpl(char*, unsigned long) @ 0x0000000020b7390f 4. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:107: DB::ReadBufferFromPocoSocketBase::nextImpl() @ 0x0000000020b748a1 5. ./build_docker/./src/IO/ReadBufferFromPocoSocketChunked.cpp:103: DB::ReadBufferFromPocoSocketChunked::nextImpl() @ 0x000000003f05181a 6. DB::ReadBuffer::next() @ 0x0000000008c432cf 7. ./src/IO/ReadBuffer.h:103: DB::TCPHandler::runImpl() @ 0x000000003f425633 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:52:18.375263 [ 4129 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket (peer: [::ffff:127.0.0.1]:35982, local: [::ffff:127.0.0.2]:9000). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:83: DB::ReadBufferFromPocoSocketBase::socketReceiveBytesImpl(char*, unsigned long) @ 0x0000000020b7390f 4. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:107: DB::ReadBufferFromPocoSocketBase::nextImpl() @ 0x0000000020b748a1 5. ./build_docker/./src/IO/ReadBufferFromPocoSocketChunked.cpp:103: DB::ReadBufferFromPocoSocketChunked::nextImpl() @ 0x000000003f05181a 6. DB::ReadBuffer::next() @ 0x0000000008c432cf 7. ./src/IO/ReadBuffer.h:103: DB::TCPHandler::runImpl() @ 0x000000003f425633 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:52:18.390344 [ 4232 ] {} TCPHandler: TCPHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket (peer: [::ffff:127.0.0.1]:33272, local: [::ffff:127.0.0.1]:9000). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:83: DB::ReadBufferFromPocoSocketBase::socketReceiveBytesImpl(char*, unsigned long) @ 0x0000000020b7390f 4. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:107: DB::ReadBufferFromPocoSocketBase::nextImpl() @ 0x0000000020b748a1 5. ./build_docker/./src/IO/ReadBufferFromPocoSocketChunked.cpp:103: DB::ReadBufferFromPocoSocketChunked::nextImpl() @ 0x000000003f05181a 6. DB::ReadBuffer::next() @ 0x0000000008c432cf 7. ./src/IO/ReadBuffer.h:103: DB::TCPHandler::runImpl() @ 0x000000003f425633 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:52:18.390601 [ 4232 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket (peer: [::ffff:127.0.0.1]:33272, local: [::ffff:127.0.0.1]:9000). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:83: DB::ReadBufferFromPocoSocketBase::socketReceiveBytesImpl(char*, unsigned long) @ 0x0000000020b7390f 4. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:107: DB::ReadBufferFromPocoSocketBase::nextImpl() @ 0x0000000020b748a1 5. ./build_docker/./src/IO/ReadBufferFromPocoSocketChunked.cpp:103: DB::ReadBufferFromPocoSocketChunked::nextImpl() @ 0x000000003f05181a 6. DB::ReadBuffer::next() @ 0x0000000008c432cf 7. ./src/IO/ReadBuffer.h:103: DB::TCPHandler::runImpl() @ 0x000000003f425633 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:52:18.400045 [ 4148 ] {} TCPHandler: Code: 70. DB::Exception: Conversion from AggregateFunction(max, String) to AggregateFunction(max, Int128) is not supported: While executing Remote. (CANNOT_CONVERT_TYPE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::detail::FunctionCast::createAggregateFunctionWrapper(std::shared_ptr const&, DB::DataTypeAggregateFunction const*) const @ 0x0000000031e639e5 5. DB::detail::FunctionCast::prepareImpl(std::shared_ptr const&, std::shared_ptr const&, bool) const @ 0x0000000031e57398 6. DB::detail::FunctionCast::prepareRemoveNullable(std::shared_ptr const&, std::shared_ptr const&, bool) const @ 0x0000000031e13b21 7. DB::detail::FunctionCast::prepareUnpackDictionaries(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000031e0f308 8. DB::detail::FunctionCast::prepare(std::vector> const&) const @ 0x0000000031e0e005 9. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdaf3 10. ./build_docker/./src/Interpreters/castColumn.cpp:38: DB::castColumn(DB::CastType, DB::ColumnWithTypeAndName const&, std::shared_ptr const&, DB::InternalCastFunctionCache*) @ 0x000000003919bc1e 11. ./build_docker/./src/Interpreters/castColumn.cpp:43: DB::castColumn(DB::ColumnWithTypeAndName const&, std::shared_ptr const&, DB::InternalCastFunctionCache*) @ 0x0000000039199ab9 12. ./build_docker/./src/QueryPipeline/RemoteQueryExecutor.cpp:349: DB::adaptBlockStructure(DB::Block const&, DB::Block const&) @ 0x0000000034b1dfd9 13. ./build_docker/./src/QueryPipeline/RemoteQueryExecutor.cpp:634: DB::RemoteQueryExecutor::processPacket(DB::Packet) @ 0x0000000034b160c3 14. ./build_docker/./src/QueryPipeline/RemoteQueryExecutor.cpp:562: DB::RemoteQueryExecutor::readAsync() @ 0x0000000034b1afe3 15. ./build_docker/./src/Processors/Sources/RemoteSource.cpp:182: DB::RemoteSource::tryGenerate() @ 0x0000000040410d25 16. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 17. ./build_docker/./src/Processors/Sources/RemoteSource.cpp:134: DB::RemoteSource::work() @ 0x00000000404103b0 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:52:19.491716 [ 55896 ] {793f51d0-2e17-49c3-a042-e4a717577876} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 477.47 MiB (attempt to allocate chunk of 1048600 bytes), current RSS 476.47 MiB, maximum: 476.84 MiB.: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41602) (comment: 01782_field_oom.sql) (in query: SELECT sumMap([number], [number]) FROM system.numbers_mt;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. AllocatorWithMemoryTracking::allocate(unsigned long) @ 0x000000000ac7c3d9 8. ./contrib/llvm-project/libcxx/include/__memory/allocate_at_least.h:35: std::vector>::__append(unsigned long) @ 0x0000000021f933f5 9. ./contrib/llvm-project/libcxx/include/vector:1952: DB::(anonymous namespace)::AggregateFunctionMapBase, DB::FieldVisitorSum, false, false, true>::add(char*, DB::IColumn const**, unsigned long, DB::Arena*) const @ 0x0000000024e2efed 10. ./src/AggregateFunctions/IAggregateFunction.h:581: DB::IAggregateFunctionHelper>::addBatchSinglePlace(unsigned long, unsigned long, char*, DB::IColumn const**, DB::Arena*, long) const @ 0x0000000024e36c45 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: DB::Aggregator::executeWithoutKeyImpl(char*&, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, DB::Arena*, bool) const @ 0x0000000036a651ed 12. ./build_docker/./src/Interpreters/Aggregator.cpp:1562: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cb54 13. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 14. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 19. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 17:52:23.506991 [ 1428 ] {c79df908-0626-4f16-9249-8a2737aa9f6d} DNSResolver: Cannot resolve host (), error 0: No address found. 2025.03.31 17:52:24.153713 [ 1428 ] {c79df908-0626-4f16-9249-8a2737aa9f6d} executeQuery: Code: 519. DB::NetException: All attempts to get table structure failed. Log: Code: 279. DB::NetException: All connection tries failed. Log: Code: 198. DB::NetException: Not found address of host: : (:9440). (DNS_ERROR) (version 24.12.2.20214.altinityantalya (altinity build)) Code: 198. DB::NetException: Not found address of host: : (:9440). (DNS_ERROR) (version 24.12.2.20214.altinityantalya (altinity build)) Code: 198. DB::NetException: Not found address of host: : (:9440). (DNS_ERROR) (version 24.12.2.20214.altinityantalya (altinity build)) . (ALL_CONNECTION_TRIES_FAILED) (version 24.12.2.20214.altinityantalya (altinity build)) . (NO_REMOTE_SHARD_AVAILABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34920) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM remoteSecure('\0');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type>, String&) @ 0x000000003d3f3796 3. ./build_docker/./src/Storages/getStructureOfRemoteTable.cpp:177: DB::getStructureOfRemoteTable(DB::Cluster const&, DB::StorageID const&, std::shared_ptr, std::shared_ptr const&) @ 0x000000003d3ece18 4. ./build_docker/./src/TableFunctions/TableFunctionRemote.cpp:337: DB::TableFunctionRemote::getActualTableStructure(std::shared_ptr, bool) const @ 0x0000000027389969 5. ./build_docker/./src/TableFunctions/TableFunctionRemote.cpp:309: DB::TableFunctionRemote::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x0000000027387f1a 6. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 7. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:52:24.174272 [ 1428 ] {} TCPHandler: Code: 519. DB::NetException: All attempts to get table structure failed. Log: Code: 279. DB::NetException: All connection tries failed. Log: Code: 198. DB::NetException: Not found address of host: : (:9440). (DNS_ERROR) (version 24.12.2.20214.altinityantalya (altinity build)) Code: 198. DB::NetException: Not found address of host: : (:9440). (DNS_ERROR) (version 24.12.2.20214.altinityantalya (altinity build)) Code: 198. DB::NetException: Not found address of host: : (:9440). (DNS_ERROR) (version 24.12.2.20214.altinityantalya (altinity build)) . (ALL_CONNECTION_TRIES_FAILED) (version 24.12.2.20214.altinityantalya (altinity build)) . (NO_REMOTE_SHARD_AVAILABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type>, String&) @ 0x000000003d3f3796 3. ./build_docker/./src/Storages/getStructureOfRemoteTable.cpp:177: DB::getStructureOfRemoteTable(DB::Cluster const&, DB::StorageID const&, std::shared_ptr, std::shared_ptr const&) @ 0x000000003d3ece18 4. ./build_docker/./src/TableFunctions/TableFunctionRemote.cpp:337: DB::TableFunctionRemote::getActualTableStructure(std::shared_ptr, bool) const @ 0x0000000027389969 5. ./build_docker/./src/TableFunctions/TableFunctionRemote.cpp:309: DB::TableFunctionRemote::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x0000000027387f1a 6. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 7. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:52:24.201319 [ 1428 ] {24c5547f-9353-40b3-8654-335f74a3ef0f} executeQuery: Code: 42. DB::Exception: Number of arguments for function zookeeperSessionUptime doesn't match: passed 1, should be 0: In scope SELECT [], '\0', zookeeperSessionUptime(['']). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34920) (comment: 00746_sql_fuzzy.sh) (in query: SELECT [], '\0', zookeeperSessionUptime(['']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:52:24.207501 [ 1428 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function zookeeperSessionUptime doesn't match: passed 1, should be 0: In scope SELECT [], '\0', zookeeperSessionUptime(['']). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:52:24.660117 [ 67332 ] {440b82cd-0e00-46b5-aa7c-8df759dd4f28} executeQuery: Code: 169. DB::Exception: ASOF join not supported for type: String. (BAD_TYPE_OF_FIELD) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55654) (comment: 01139_asof_join_types.sql) (in query: select * from (select 0 as k, 'x' as v) t1 asof join (select 0 as k, 'x' as v) t2 using(k, v);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/RowRefs.cpp:265: DB::SortedLookupVectorBase::getTypeSize(DB::IColumn const&, unsigned long&) @ 0x0000000039747ea6 5. ./build_docker/./src/Interpreters/HashJoin/HashJoin.cpp:212: DB::HashJoin::HashJoin(std::shared_ptr, DB::Block const&, bool, unsigned long, String const&) @ 0x00000000395f0a82 6. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::__shared_ptr_emplace>::__shared_ptr_emplace[abi:v15007]&, DB::Block const&, DB::SettingFieldNumber const&>(std::allocator, std::shared_ptr&, DB::Block const&, DB::SettingFieldNumber const&) @ 0x0000000038741b46 7. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:953: DB::chooseJoinAlgorithm(std::shared_ptr&, std::shared_ptr const&, DB::Block const&, DB::Block const&, std::shared_ptr const&, DB::SelectQueryInfo const&) @ 0x000000003873491c 8. ./build_docker/./src/Planner/PlannerJoinTree.cpp:1690: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386da273 9. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 10. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 11. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:52:24.664414 [ 67332 ] {} TCPHandler: Code: 169. DB::Exception: ASOF join not supported for type: String. (BAD_TYPE_OF_FIELD), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/RowRefs.cpp:265: DB::SortedLookupVectorBase::getTypeSize(DB::IColumn const&, unsigned long&) @ 0x0000000039747ea6 5. ./build_docker/./src/Interpreters/HashJoin/HashJoin.cpp:212: DB::HashJoin::HashJoin(std::shared_ptr, DB::Block const&, bool, unsigned long, String const&) @ 0x00000000395f0a82 6. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::__shared_ptr_emplace>::__shared_ptr_emplace[abi:v15007]&, DB::Block const&, DB::SettingFieldNumber const&>(std::allocator, std::shared_ptr&, DB::Block const&, DB::SettingFieldNumber const&) @ 0x0000000038741b46 7. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:953: DB::chooseJoinAlgorithm(std::shared_ptr&, std::shared_ptr const&, DB::Block const&, DB::Block const&, std::shared_ptr const&, DB::SelectQueryInfo const&) @ 0x000000003873491c 8. ./build_docker/./src/Planner/PlannerJoinTree.cpp:1690: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386da273 9. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 10. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 11. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:52:25.008582 [ 1428 ] {6be03524-9391-4ab6-8d98-f71bc483966b} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function randNormal, expected Float64 or integer: In scope SELECT randNormal('\0', '\0'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34920) (comment: 00746_sql_fuzzy.sh) (in query: SELECT randNormal('\0', '\0');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionRandomDistribution::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001b3129f2 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:52:25.014522 [ 1428 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function randNormal, expected Float64 or integer: In scope SELECT randNormal('\0', '\0'). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionRandomDistribution::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001b3129f2 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:52:25.638167 [ 1428 ] {15ab4482-512e-40f2-8f87-7153461d7424} executeQuery: Code: 36. DB::Exception: Argument 'format/NOSIGN' must be a literal with type String, got Int64. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34920) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM oss(96349075.9, -1517);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>, std::basic_string_view>>(int, FormatStringHelperImpl::type, std::type_identity>>::type, std::type_identity>>::type>, String const&, std::basic_string_view>&&, std::basic_string_view>&&) @ 0x000000003d3e0c17 4. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:39: String DB::checkAndGetLiteralArgument(DB::ASTLiteral const&, String const&) @ 0x000000003d3dee23 5. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:22: String DB::checkAndGetLiteralArgument(std::shared_ptr const&, String const&) @ 0x000000003d3de339 6. ./build_docker/./src/Storages/ObjectStorage/S3/Configuration.cpp:213: DB::StorageS3Configuration::fromAST(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool) @ 0x000000003331988a 7. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:568: DB::StorageObjectStorage::Configuration::initialize(DB::StorageObjectStorage::Configuration&, absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool, std::unique_ptr>) @ 0x00000000330eb74a 8. ./src/TableFunctions/TableFunctionObjectStorage.h:133: DB::TableFunctionObjectStorage::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000274f7dbe 9. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274fb4d7 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:52:25.645941 [ 1428 ] {} TCPHandler: Code: 36. DB::Exception: Argument 'format/NOSIGN' must be a literal with type String, got Int64. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>, std::basic_string_view>>(int, FormatStringHelperImpl::type, std::type_identity>>::type, std::type_identity>>::type>, String const&, std::basic_string_view>&&, std::basic_string_view>&&) @ 0x000000003d3e0c17 4. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:39: String DB::checkAndGetLiteralArgument(DB::ASTLiteral const&, String const&) @ 0x000000003d3dee23 5. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:22: String DB::checkAndGetLiteralArgument(std::shared_ptr const&, String const&) @ 0x000000003d3de339 6. ./build_docker/./src/Storages/ObjectStorage/S3/Configuration.cpp:213: DB::StorageS3Configuration::fromAST(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool) @ 0x000000003331988a 7. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:568: DB::StorageObjectStorage::Configuration::initialize(DB::StorageObjectStorage::Configuration&, absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool, std::unique_ptr>) @ 0x00000000330eb74a 8. ./src/TableFunctions/TableFunctionObjectStorage.h:133: DB::TableFunctionObjectStorage::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000274f7dbe 9. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274fb4d7 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:52:26.505114 [ 1428 ] {20b983d2-11ef-4d80-afa1-857864c8e671} executeQuery: Code: 36. DB::Exception: Argument 'cluster_name' must be a literal with type String, got Null. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34920) (comment: 00746_sql_fuzzy.sh) (in query: SELECT [], '', '\0', ( SELECT * FROM fileCluster(NULL) ) , ( SELECT [] ) AS osaw, [];), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>, std::basic_string_view>>(int, FormatStringHelperImpl::type, std::type_identity>>::type, std::type_identity>>::type>, String const&, std::basic_string_view>&&, std::basic_string_view>&&) @ 0x000000003d3e0c17 4. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:39: String DB::checkAndGetLiteralArgument(DB::ASTLiteral const&, String const&) @ 0x000000003d3dee23 5. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:22: String DB::checkAndGetLiteralArgument(std::shared_ptr const&, String const&) @ 0x000000003d3de339 6. ./src/TableFunctions/ITableFunctionCluster.h:58: DB::ITableFunctionCluster::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x0000000027406b33 7. ./build_docker/./src/TableFunctions/ITableFunctionFileLike.cpp:55: DB::ITableFunctionFileLike::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000273ff73d 8. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274061a6 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:52:26.517462 [ 1428 ] {} TCPHandler: Code: 36. DB::Exception: Argument 'cluster_name' must be a literal with type String, got Null. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>, std::basic_string_view>>(int, FormatStringHelperImpl::type, std::type_identity>>::type, std::type_identity>>::type>, String const&, std::basic_string_view>&&, std::basic_string_view>&&) @ 0x000000003d3e0c17 4. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:39: String DB::checkAndGetLiteralArgument(DB::ASTLiteral const&, String const&) @ 0x000000003d3dee23 5. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:22: String DB::checkAndGetLiteralArgument(std::shared_ptr const&, String const&) @ 0x000000003d3de339 6. ./src/TableFunctions/ITableFunctionCluster.h:58: DB::ITableFunctionCluster::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x0000000027406b33 7. ./build_docker/./src/TableFunctions/ITableFunctionFileLike.cpp:55: DB::ITableFunctionFileLike::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000273ff73d 8. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274061a6 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:52:26.540751 [ 1428 ] {933b03ee-d244-40c4-8279-cb8eccb0621c} executeQuery: Code: 42. DB::Exception: Aggregate function groupArray requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34920) (comment: 00746_sql_fuzzy.sh) (in query: SELECT array_agg();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./src/AggregateFunctions/FactoryHelpers.h:26: std::shared_ptr DB::(anonymous namespace)::createAggregateFunctionGroupArray(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x00000000219c6051 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:52:26.547427 [ 1428 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function groupArray requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./src/AggregateFunctions/FactoryHelpers.h:26: std::shared_ptr DB::(anonymous namespace)::createAggregateFunctionGroupArray(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x00000000219c6051 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:52:27.234737 [ 1428 ] {c65cc805-2ba6-4e95-b342-cd2788ff1b7f} executeQuery: Code: 42. DB::Exception: Function 'globalNullInIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34920) (comment: 00746_sql_fuzzy.sh) (in query: SELECT globalNullInIgnoreSet();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2931: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d99bca 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:52:27.241618 [ 1428 ] {} TCPHandler: Code: 42. DB::Exception: Function 'globalNullInIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2931: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d99bca 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:52:27.353630 [ 1428 ] {9929387b-04f4-4666-93f3-182d821496c0} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3ToString doesn't match: passed 0, should be 1: In scope SELECT h3ToString(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34920) (comment: 00746_sql_fuzzy.sh) (in query: SELECT h3ToString();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:52:27.359914 [ 1428 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3ToString doesn't match: passed 0, should be 1: In scope SELECT h3ToString(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:52:29.004786 [ 1428 ] {59c2d792-7962-4940-8c52-b62942eb13f1} executeQuery: Code: 41. DB::Exception: Cannot parse datetime: Cannot parse DateTime from String: In scope SELECT timezoneOffset(CAST('\0', 'DateTime'), '\0'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34920) (comment: 00746_sql_fuzzy.sh) (in query: SELECT timezoneOffset((CAST(('\0') AS DateTime)), '\0');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./src/IO/ReadHelpers.h:1030: void DB::readDateTimeTextImpl(long&, DB::ReadBuffer&, DateLUTImpl const&, char const*, char const*) @ 0x0000000027db3b1e 5. ./src/IO/ReadHelpers.h:1204: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000328e28c6 6. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000328b6a67 7. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324fab8b 8. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325677a9 9. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032566142 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 15. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 16. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 17. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 18. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 19. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 20. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 21. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 22. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 30. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 31. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 2025.03.31 17:52:29.011921 [ 1428 ] {} TCPHandler: Code: 41. DB::Exception: Cannot parse datetime: Cannot parse DateTime from String: In scope SELECT timezoneOffset(CAST('\0', 'DateTime'), '\0'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./src/IO/ReadHelpers.h:1030: void DB::readDateTimeTextImpl(long&, DB::ReadBuffer&, DateLUTImpl const&, char const*, char const*) @ 0x0000000027db3b1e 5. ./src/IO/ReadHelpers.h:1204: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000328e28c6 6. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000328b6a67 7. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324fab8b 8. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325677a9 9. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032566142 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 15. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 16. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 17. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 18. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 19. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 20. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 21. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 22. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 30. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 31. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 2025.03.31 17:52:29.045246 [ 1428 ] {03658d74-a8a6-40ab-a0ad-0143696f1610} executeQuery: Code: 42. DB::Exception: Number of arguments for function decodeXMLComponent doesn't match: passed 0, should be 1: In scope SELECT 'O1RnLxFQ', normalizeLp('', decodeXMLComponent()). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34920) (comment: 00746_sql_fuzzy.sh) (in query: SELECT 'O1RnLxFQ', normalizeLp('', decodeXMLComponent());), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:52:29.051375 [ 1428 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function decodeXMLComponent doesn't match: passed 0, should be 1: In scope SELECT 'O1RnLxFQ', normalizeLp('', decodeXMLComponent()). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:52:29.908920 [ 1428 ] {07ddebf4-5c44-487e-91fe-1ca72f910e84} executeQuery: Code: 43. DB::Exception: First argument for function dynamicElement must be Variant or Array of Variant. Actual Nullable(Nothing): In scope (SELECT dynamicElement(NULL, 575)). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34920) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM mysql(( SELECT dynamicElement(NULL, 575) ) );), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::(anonymous namespace)::FunctionDynamicElement::getReturnTypeImpl(std::vector> const&) const @ 0x000000000e34a0fa 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4786: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3b19a 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:52:30.061580 [ 1426 ] {a9e3fe7d-9b6c-4f4a-8be8-a230c1610f04} executeQuery: Code: 456. DB::Exception: Substitution `uuidparam` is not set. (UNKNOWN_QUERY_PARAMETER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55676) (comment: 03209_parameterized_view_with_non_literal_params.sql) (in query: -- generateUUIDv4() is not constant foldable, hence cannot be used as parameter value select id from uuid_pv(uuidparam=generateUUIDv4());), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:71: DB::ReplaceQueryParameterVisitor::getParamValue(String const&) @ 0x000000003922b01c 5. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:80: DB::ReplaceQueryParameterVisitor::visitQueryParameter(std::shared_ptr&) @ 0x0000000039226ee1 6. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:39: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x00000000392262fa 7. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 8. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 9. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 10. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 11. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 12. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 13. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 14. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 15. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 16. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 17. ./build_docker/./src/Storages/StorageView.cpp:236: DB::StorageView::replaceQueryParametersIfParametrizedView(std::shared_ptr&, std::unordered_map, std::equal_to, std::allocator>> const&) @ 0x000000003d366efd 18. ./build_docker/./src/Interpreters/Context.cpp:2386: DB::Context::buildParametrizedViewStorage(String const&, String const&, std::unordered_map, std::equal_to, std::allocator>> const&) @ 0x0000000036538fee 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4706: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3f637 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 24. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 27. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 29. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 31. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 2025.03.31 17:52:30.069462 [ 1426 ] {} TCPHandler: Code: 456. DB::Exception: Substitution `uuidparam` is not set. (UNKNOWN_QUERY_PARAMETER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:71: DB::ReplaceQueryParameterVisitor::getParamValue(String const&) @ 0x000000003922b01c 5. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:80: DB::ReplaceQueryParameterVisitor::visitQueryParameter(std::shared_ptr&) @ 0x0000000039226ee1 6. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:39: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x00000000392262fa 7. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 8. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 9. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 10. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 11. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 12. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 13. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 14. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 15. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 16. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 17. ./build_docker/./src/Storages/StorageView.cpp:236: DB::StorageView::replaceQueryParametersIfParametrizedView(std::shared_ptr&, std::unordered_map, std::equal_to, std::allocator>> const&) @ 0x000000003d366efd 18. ./build_docker/./src/Interpreters/Context.cpp:2386: DB::Context::buildParametrizedViewStorage(String const&, String const&, std::unordered_map, std::equal_to, std::allocator>> const&) @ 0x0000000036538fee 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4706: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3f637 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 24. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 27. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 29. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 31. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 2025.03.31 17:52:30.314166 [ 1428 ] {07ddebf4-5c44-487e-91fe-1ca72f910e84} TCPHandler: Can't send logs or exception to client. Close connection.: Code: 210. DB::NetException: I/O error: Broken pipe, while writing to socket ([::1]:9000 -> [::1]:34920). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/WriteBufferFromPocoSocket.cpp:171: DB::WriteBufferFromPocoSocket::nextImpl() @ 0x0000000020b7a476 4. ./build_docker/./src/IO/WriteBufferFromPocoSocketChunked.cpp:116: DB::WriteBufferFromPocoSocketChunked::nextImpl() @ 0x000000003f05a6aa 5. DB::WriteBuffer::next() @ 0x00000000088f5ec1 6. ./build_docker/./src/Server/TCPHandler.cpp:2532: DB::TCPHandler::sendException(DB::Exception const&, bool) @ 0x000000003f445507 7. ./build_docker/./src/Server/TCPHandler.cpp:829: DB::TCPHandler::runImpl() @ 0x000000003f428402 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:52:30.322007 [ 1428 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function dynamicElement must be Variant or Array of Variant. Actual Nullable(Nothing): In scope (SELECT dynamicElement(NULL, 575)). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::(anonymous namespace)::FunctionDynamicElement::getReturnTypeImpl(std::vector> const&) const @ 0x000000000e34a0fa 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4786: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3b19a 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:52:30.633347 [ 4148 ] {fbfed2e7-e6ae-4ce4-a83a-8167615a4357} executeQuery: Code: 42. DB::Exception: Number of arguments for function byteSwap doesn't match: passed 0, should be 1: In scope SELECT byteSwap(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59398) (comment: 00746_sql_fuzzy.sh) (in query: SELECT byteSwap();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:52:30.645238 [ 4148 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function byteSwap doesn't match: passed 0, should be 1: In scope SELECT byteSwap(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:52:31.978070 [ 4148 ] {2b19cac5-68fa-40b8-98b6-26289d468d23} executeQuery: Code: 43. DB::Exception: Illegal types of arguments (Array(Nothing), Int32) of function greaterOrEquals: In scope (SELECT arrayShiftRight([[] >= -7344371])). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59398) (comment: 00746_sql_fuzzy.sh) (in query: SELECT '', ( SELECT dictGetUInt8([( SELECT arrayShiftRight([greaterOrEquals([], -7344371)]) ) ], []), [], '\0', [arrayProduct(( SELECT -46.144636 ) AS m, [])] ) , ( SELECT * FROM numbers_mt(-39257.67, bitSlice(NULL)) ) , ( SELECT * FROM remote() ) AS ykccp, [['']];), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. DB::FunctionComparison::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x00000000106208f9 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 30. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 31. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 2025.03.31 17:52:31.996292 [ 4148 ] {} TCPHandler: Code: 43. DB::Exception: Illegal types of arguments (Array(Nothing), Int32) of function greaterOrEquals: In scope (SELECT arrayShiftRight([[] >= -7344371])). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. DB::FunctionComparison::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x00000000106208f9 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 30. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 31. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 2025.03.31 17:52:33.235668 [ 4148 ] {e78b5007-9049-4362-ae19-b598c8c8a664} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDateTime32'. Expected 1 mandatory argument and 1 optional argument, got 0 arguments: In scope SELECT * FROM generateSeries(toDateTime32()). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59398) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM generateSeries(toDateTime32());), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&, String&&) @ 0x0000000031c3fcf7 4. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3b1b3 5. ./src/Functions/FunctionsConversion.h:2219: DB::detail::FunctionConvert::getReturnTypeImplRemovedNullable(std::vector> const&) const @ 0x000000003256ad47 6. ./src/Functions/FunctionsConversion.h:2181: std::shared_ptr std::__function::__policy_invoker (std::vector> const&)>::__call_impl::getReturnTypeImpl(std::vector> const&) const::'lambda'(auto const&), std::shared_ptr (std::vector> const&)>>(std::__function::__policy_storage const*, std::vector> const&) @ 0x00000000328f145d 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032569bfd 8. ./src/Functions/FunctionsConversion.h:2182: DB::detail::FunctionConvert::getReturnTypeImpl(std::vector> const&) const @ 0x000000003256a7be 9. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 10. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 11. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 12. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4786: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3b19a 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:52:33.242571 [ 4148 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDateTime32'. Expected 1 mandatory argument and 1 optional argument, got 0 arguments: In scope SELECT * FROM generateSeries(toDateTime32()). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&, String&&) @ 0x0000000031c3fcf7 4. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3b1b3 5. ./src/Functions/FunctionsConversion.h:2219: DB::detail::FunctionConvert::getReturnTypeImplRemovedNullable(std::vector> const&) const @ 0x000000003256ad47 6. ./src/Functions/FunctionsConversion.h:2181: std::shared_ptr std::__function::__policy_invoker (std::vector> const&)>::__call_impl::getReturnTypeImpl(std::vector> const&) const::'lambda'(auto const&), std::shared_ptr (std::vector> const&)>>(std::__function::__policy_storage const*, std::vector> const&) @ 0x00000000328f145d 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032569bfd 8. ./src/Functions/FunctionsConversion.h:2182: DB::detail::FunctionConvert::getReturnTypeImpl(std::vector> const&) const @ 0x000000003256a7be 9. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 10. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 11. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 12. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4786: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3b19a 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:52:34.127481 [ 4148 ] {7a275329-3600-43b4-8a8a-67297df6e758} executeQuery: Code: 42. DB::Exception: Number of arguments for function toInt16OrNull doesn't match: passed 0, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toInt16OrNull(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59398) (comment: 00746_sql_fuzzy.sh) (in query: SELECT toInt16OrNull();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&&) @ 0x00000000088dcead 4. ./src/Functions/FunctionsConversion.h:2592: DB::detail::FunctionConvertFromString, DB::detail::NameToInt16OrNull, (DB::detail::ConvertFromStringExceptionMode)2, (DB::detail::ConvertFromStringParsingMode)0>::getReturnTypeImpl(std::vector> const&) const @ 0x0000000032c5876b 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:52:34.135466 [ 4148 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toInt16OrNull doesn't match: passed 0, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toInt16OrNull(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&&) @ 0x00000000088dcead 4. ./src/Functions/FunctionsConversion.h:2592: DB::detail::FunctionConvertFromString, DB::detail::NameToInt16OrNull, (DB::detail::ConvertFromStringExceptionMode)2, (DB::detail::ConvertFromStringParsingMode)0>::getReturnTypeImpl(std::vector> const&) const @ 0x0000000032c5876b 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:52:34.296348 [ 4148 ] {6a371af6-af3a-4e34-9c72-7ff18fc41051} executeQuery: Code: 41. DB::Exception: Cannot parse datetime: Cannot parse DateTime from String: In scope SELECT factorial(CAST('M[V2/9Fe', 'DateTime'), catboostEvaluate(multiSearchAny(47092779, wordShingleMinHash([[(SELECT * FROM deltaLake(UUIDv7ToDateTime(dictGetHierarchy(), '~rM)R:y'))) AS xjdlzmoc]])), '')). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59398) (comment: 00746_sql_fuzzy.sh) (in query: SELECT factorial((CAST(('M[V2/9Fe') AS DateTime)), catboostEvaluate(multiSearchAny(47092779, wordShingleMinHash([[( SELECT * FROM deltaLake(UUIDv7ToDateTime(dictGetHierarchy(), '~rM)R:y')) ) AS xjdlzmoc]])), ''));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./src/IO/ReadHelpers.h:1030: void DB::readDateTimeTextImpl(long&, DB::ReadBuffer&, DateLUTImpl const&, char const*, char const*) @ 0x0000000027db3b1e 5. ./src/IO/ReadHelpers.h:1204: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000328e28c6 6. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000328b6a67 7. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324fab8b 8. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325677a9 9. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032566142 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 15. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 16. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 17. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 18. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 19. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 20. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 21. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 22. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 30. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 31. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 2025.03.31 17:52:34.303756 [ 4148 ] {} TCPHandler: Code: 41. DB::Exception: Cannot parse datetime: Cannot parse DateTime from String: In scope SELECT factorial(CAST('M[V2/9Fe', 'DateTime'), catboostEvaluate(multiSearchAny(47092779, wordShingleMinHash([[(SELECT * FROM deltaLake(UUIDv7ToDateTime(dictGetHierarchy(), '~rM)R:y'))) AS xjdlzmoc]])), '')). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./src/IO/ReadHelpers.h:1030: void DB::readDateTimeTextImpl(long&, DB::ReadBuffer&, DateLUTImpl const&, char const*, char const*) @ 0x0000000027db3b1e 5. ./src/IO/ReadHelpers.h:1204: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000328e28c6 6. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000328b6a67 7. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324fab8b 8. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325677a9 9. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032566142 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 15. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 16. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 17. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 18. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 19. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 20. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 21. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 22. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 30. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 31. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 2025.03.31 17:52:34.359691 [ 67332 ] {dba529ee-ce84-4677-a582-dd1a0a615e79} executeQuery: Code: 42. DB::Exception: Number of arguments for function parseReadableSize doesn't match: passed 0, should be 1: In scope SELECT parseReadableSize(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59420) (comment: 03165_parseReadableSize.sql) (in query: -- ERRORS -- No arguments SELECT parseReadableSize();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:52:34.367018 [ 67332 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function parseReadableSize doesn't match: passed 0, should be 1: In scope SELECT parseReadableSize(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:52:34.392648 [ 67332 ] {440432c4-adb6-4960-99ed-f1eddd3c0500} executeQuery: Code: 42. DB::Exception: Number of arguments for function parseReadableSize doesn't match: passed 2, should be 1: In scope SELECT parseReadableSize('1 B', '2 B'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59420) (comment: 03165_parseReadableSize.sql) (in query: -- Too many arguments SELECT parseReadableSize('1 B', '2 B');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:52:34.397807 [ 67332 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function parseReadableSize doesn't match: passed 2, should be 1: In scope SELECT parseReadableSize('1 B', '2 B'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:52:35.205129 [ 67332 ] {86141cf9-8456-4329-b292-124266bfc8fa} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'readable_size' to function 'parseReadableSize'. Expected: String, got: UInt8: In scope SELECT parseReadableSize(12). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59420) (comment: 03165_parseReadableSize.sql) (in query: -- Wrong Type SELECT parseReadableSize(12);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::FunctionParseReadable::getReturnTypeImpl(std::vector> const&) const @ 0x00000000192fd929 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:52:35.210706 [ 67332 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'readable_size' to function 'parseReadableSize'. Expected: String, got: UInt8: In scope SELECT parseReadableSize(12). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::FunctionParseReadable::getReturnTypeImpl(std::vector> const&) const @ 0x00000000192fd929 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:52:35.296262 [ 4148 ] {c2ef1480-190f-433f-a709-ed796e6ba76d} executeQuery: Code: 36. DB::Exception: Argument 'url' must be a literal with type String, got Array. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59398) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM deltaLake(( SELECT [67174468.9670] ) AS ipqxh);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>, std::basic_string_view>>(int, FormatStringHelperImpl::type, std::type_identity>>::type, std::type_identity>>::type>, String const&, std::basic_string_view>&&, std::basic_string_view>&&) @ 0x000000003d3e0c17 4. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:39: String DB::checkAndGetLiteralArgument(DB::ASTLiteral const&, String const&) @ 0x000000003d3dee23 5. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:22: String DB::checkAndGetLiteralArgument(std::shared_ptr const&, String const&) @ 0x000000003d3de339 6. ./build_docker/./src/Storages/ObjectStorage/S3/Configuration.cpp:362: DB::StorageS3Configuration::fromAST(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool) @ 0x000000003331be17 7. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:568: DB::StorageObjectStorage::Configuration::initialize(DB::StorageObjectStorage::Configuration&, absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool, std::unique_ptr>) @ 0x00000000330eb74a 8. ./src/TableFunctions/TableFunctionObjectStorage.h:133: DB::TableFunctionObjectStorage>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x000000002751317e 9. ./build_docker/./src/TableFunctions/TableFunctionObjectStorageClusterFallback.cpp:98: DB::TableFunctionObjectStorageClusterFallback>>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275f87ef 10. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275169f7 11. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster>>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275d3d06 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:52:35.325468 [ 4148 ] {} TCPHandler: Code: 36. DB::Exception: Argument 'url' must be a literal with type String, got Array. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>, std::basic_string_view>>(int, FormatStringHelperImpl::type, std::type_identity>>::type, std::type_identity>>::type>, String const&, std::basic_string_view>&&, std::basic_string_view>&&) @ 0x000000003d3e0c17 4. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:39: String DB::checkAndGetLiteralArgument(DB::ASTLiteral const&, String const&) @ 0x000000003d3dee23 5. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:22: String DB::checkAndGetLiteralArgument(std::shared_ptr const&, String const&) @ 0x000000003d3de339 6. ./build_docker/./src/Storages/ObjectStorage/S3/Configuration.cpp:362: DB::StorageS3Configuration::fromAST(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool) @ 0x000000003331be17 7. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:568: DB::StorageObjectStorage::Configuration::initialize(DB::StorageObjectStorage::Configuration&, absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool, std::unique_ptr>) @ 0x00000000330eb74a 8. ./src/TableFunctions/TableFunctionObjectStorage.h:133: DB::TableFunctionObjectStorage>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x000000002751317e 9. ./build_docker/./src/TableFunctions/TableFunctionObjectStorageClusterFallback.cpp:98: DB::TableFunctionObjectStorageClusterFallback>>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275f87ef 10. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275169f7 11. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster>>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275d3d06 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:52:36.039070 [ 67332 ] {47d6e6f8-870c-4fcf-a245-c53473ab094e} executeQuery: Code: 72. DB::Exception: Invalid expression for function parseReadableSize - Unable to parse readable size numeric component ("oh no"): In scope SELECT parseReadableSize('oh no'). (CANNOT_PARSE_NUMBER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59420) (comment: 03165_parseReadableSize.sql) (in query: -- Invalid input - overall garbage SELECT parseReadableSize('oh no');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type>, String&&, std::basic_string_view> const&) @ 0x0000000008b8cd0d 4. DB::FunctionParseReadable::parseReadableFormat(std::basic_string_view> const&) const @ 0x00000000192ff1a8 5. DB::FunctionParseReadable::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000192fceea 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:52:36.045597 [ 67332 ] {} TCPHandler: Code: 72. DB::Exception: Invalid expression for function parseReadableSize - Unable to parse readable size numeric component ("oh no"): In scope SELECT parseReadableSize('oh no'). (CANNOT_PARSE_NUMBER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type>, String&&, std::basic_string_view> const&) @ 0x0000000008b8cd0d 4. DB::FunctionParseReadable::parseReadableFormat(std::basic_string_view> const&) const @ 0x00000000192ff1a8 5. DB::FunctionParseReadable::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000192fceea 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:52:36.932756 [ 67332 ] {665daa37-f69f-4270-8c21-838e6f3f1607} executeQuery: Code: 6. DB::Exception: Invalid expression for function parseReadableSize - Unknown readable size unit ("rb"): In scope SELECT parseReadableSize('12.3 rb'). (CANNOT_PARSE_TEXT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59420) (comment: 03165_parseReadableSize.sql) (in query: -- Invalid input - unknown unit SELECT parseReadableSize('12.3 rb');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&) @ 0x000000000d6e7ccd 4. DB::FunctionParseReadable::parseReadableFormat(std::basic_string_view> const&) const @ 0x00000000192ff792 5. DB::FunctionParseReadable::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000192fceea 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:52:36.939834 [ 67332 ] {} TCPHandler: Code: 6. DB::Exception: Invalid expression for function parseReadableSize - Unknown readable size unit ("rb"): In scope SELECT parseReadableSize('12.3 rb'). (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&) @ 0x000000000d6e7ccd 4. DB::FunctionParseReadable::parseReadableFormat(std::basic_string_view> const&) const @ 0x00000000192ff792 5. DB::FunctionParseReadable::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000192fceea 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:52:37.740691 [ 4129 ] {a19469e1-77df-443a-a981-774c56a63a3d} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toStartOfSecond. Should be Date, Date32, DateTime or DateTime64: In scope (SELECT toStartOfSecond('')). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT NULL, -5610, ( SELECT toStartOfSecond('') ) ;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionDateOrDateTimeBase::checkArguments(std::vector> const&, bool) const @ 0x000000001bcbf493 5. DB::FunctionDateOrDateTimeToSomething::getReturnTypeImpl(std::vector> const&) const @ 0x000000001bef898f 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 17:52:37.747888 [ 4129 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toStartOfSecond. Should be Date, Date32, DateTime or DateTime64: In scope (SELECT toStartOfSecond('')). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionDateOrDateTimeBase::checkArguments(std::vector> const&, bool) const @ 0x000000001bcbf493 5. DB::FunctionDateOrDateTimeToSomething::getReturnTypeImpl(std::vector> const&) const @ 0x000000001bef898f 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 17:52:37.777718 [ 67332 ] {206d32ff-e3df-4006-aa30-1c30fc4383dc} executeQuery: Code: 27. DB::Exception: Invalid expression for function parseReadableSize - Leading whitespace is not allowed (" 1 B"): In scope SELECT parseReadableSize(' 1 B'). (CANNOT_PARSE_INPUT_ASSERTION_FAILED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59420) (comment: 03165_parseReadableSize.sql) (in query: -- Invalid input - Leading whitespace SELECT parseReadableSize(' 1 B');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type>, String&&, std::basic_string_view> const&) @ 0x0000000008b8cd0d 4. DB::FunctionParseReadable::parseReadableFormat(std::basic_string_view> const&) const @ 0x00000000192fefc8 5. DB::FunctionParseReadable::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000192fceea 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:52:37.785679 [ 67332 ] {} TCPHandler: Code: 27. DB::Exception: Invalid expression for function parseReadableSize - Leading whitespace is not allowed (" 1 B"): In scope SELECT parseReadableSize(' 1 B'). (CANNOT_PARSE_INPUT_ASSERTION_FAILED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type>, String&&, std::basic_string_view> const&) @ 0x0000000008b8cd0d 4. DB::FunctionParseReadable::parseReadableFormat(std::basic_string_view> const&) const @ 0x00000000192fefc8 5. DB::FunctionParseReadable::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000192fceea 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:52:38.084750 [ 1417 ] {41eedb87-6cc9-4112-a829-7a24b8ceb4a0} executeQuery: Code: 36. DB::Exception: Primary key must be a prefix of the sorting key, but the column in the position 0 is a, not b. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59448) (comment: 02811_primary_key_in_columns.sql) (in query: CREATE TABLE pk_test21 (a String, b String PRIMARY KEY, c String PRIMARY KEY) ORDER BY (a,b,c);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, String&&) @ 0x000000000f727dad 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:724: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de04916 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 7. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 8. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 9. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 10. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 11. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 12. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 14. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:52:38.106349 [ 1417 ] {} TCPHandler: Code: 36. DB::Exception: Primary key must be a prefix of the sorting key, but the column in the position 0 is a, not b. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, String&&) @ 0x000000000f727dad 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:724: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de04916 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 7. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 8. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 9. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 10. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 11. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 12. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 14. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:52:38.157601 [ 1417 ] {b4b31ac9-e31a-4a61-823e-50ad9b0655e7} executeQuery: Code: 36. DB::Exception: Primary key must be a prefix of the sorting key, but the column in the position 0 is a, not b. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59448) (comment: 02811_primary_key_in_columns.sql) (in query: CREATE TABLE pk_test22 (a String, b String PRIMARY KEY, c String) ORDER BY (a,b,c);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, String&&) @ 0x000000000f727dad 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:724: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de04916 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 7. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 8. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 9. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 10. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 11. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 12. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 14. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:52:38.162227 [ 1417 ] {} TCPHandler: Code: 36. DB::Exception: Primary key must be a prefix of the sorting key, but the column in the position 0 is a, not b. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, String&&) @ 0x000000000f727dad 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:724: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de04916 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 7. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 8. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 9. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 10. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 11. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 12. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 14. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:52:38.215928 [ 1417 ] {8a19a148-0dff-4248-80cc-98f8d070da11} executeQuery: Code: 36. DB::Exception: Primary key must be a prefix of the sorting key, but the column in the position 0 is a, not c. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59448) (comment: 02811_primary_key_in_columns.sql) (in query: CREATE TABLE pk_test23 (a String, b String, c String PRIMARY KEY) ORDER BY (a,b,c);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, String&&) @ 0x000000000f727dad 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:724: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de04916 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 7. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 8. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 9. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 10. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 11. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 12. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 14. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:52:38.220530 [ 1417 ] {} TCPHandler: Code: 36. DB::Exception: Primary key must be a prefix of the sorting key, but the column in the position 0 is a, not c. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, String&&) @ 0x000000000f727dad 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:724: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de04916 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 7. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 8. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 9. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 10. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 11. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 12. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 14. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:52:38.602004 [ 67332 ] {49106ef8-4e54-40db-9cd8-7a6cb6a85fa2} executeQuery: Code: 632. DB::Exception: Invalid expression for function parseReadableSize - Found trailing characters after readable size string ("1 B leftovers"): In scope SELECT parseReadableSize('1 B leftovers'). (UNEXPECTED_DATA_AFTER_PARSED_VALUE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59420) (comment: 03165_parseReadableSize.sql) (in query: -- Invalid input - Trailing characters SELECT parseReadableSize('1 B leftovers');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type>, String&&, std::basic_string_view> const&) @ 0x0000000008b8cd0d 4. DB::FunctionParseReadable::parseReadableFormat(std::basic_string_view> const&) const @ 0x00000000192feb82 5. DB::FunctionParseReadable::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000192fceea 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:52:38.608814 [ 67332 ] {} TCPHandler: Code: 632. DB::Exception: Invalid expression for function parseReadableSize - Found trailing characters after readable size string ("1 B leftovers"): In scope SELECT parseReadableSize('1 B leftovers'). (UNEXPECTED_DATA_AFTER_PARSED_VALUE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type>, String&&, std::basic_string_view> const&) @ 0x0000000008b8cd0d 4. DB::FunctionParseReadable::parseReadableFormat(std::basic_string_view> const&) const @ 0x00000000192feb82 5. DB::FunctionParseReadable::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000192fceea 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:52:38.888799 [ 813 ] {} DNSResolver: Cannot resolve host (), error 0: No address found. 2025.03.31 17:52:39.286368 [ 4129 ] {28be564c-3cf4-45a0-babd-7699c41b2c51} executeQuery: Code: 38. DB::Exception: Cannot parse date: value is too short: Cannot parse Date from String: In scope SELECT multiSearchAnyCaseInsensitiveUTF8(CAST('\0', 'Date'), (SELECT * FROM cluster('')) AS vjuwu). (CANNOT_PARSE_DATE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT multiSearchAnyCaseInsensitiveUTF8((CAST(('\0') AS Date)), ( SELECT * FROM cluster('') ) AS vjuwu);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/IO/ReadHelpers.cpp:1363: void DB::readDateTextFallback(LocalDate&, DB::ReadBuffer&, char const*) @ 0x000000002087769b 5. ./src/IO/ReadHelpers.h:825: void DB::readDateTextImpl(LocalDate&, DB::ReadBuffer&, char const*) @ 0x0000000027db28d3 6. ./src/IO/ReadHelpers.h:846: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000328007ed 7. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000327d74a7 8. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324f568b 9. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003255e2c9 10. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003255cec2 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 16. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 17. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 18. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 19. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 20. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 21. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 22. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 23. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 30. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 31. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 2025.03.31 17:52:39.292672 [ 4129 ] {} TCPHandler: Code: 38. DB::Exception: Cannot parse date: value is too short: Cannot parse Date from String: In scope SELECT multiSearchAnyCaseInsensitiveUTF8(CAST('\0', 'Date'), (SELECT * FROM cluster('')) AS vjuwu). (CANNOT_PARSE_DATE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/IO/ReadHelpers.cpp:1363: void DB::readDateTextFallback(LocalDate&, DB::ReadBuffer&, char const*) @ 0x000000002087769b 5. ./src/IO/ReadHelpers.h:825: void DB::readDateTextImpl(LocalDate&, DB::ReadBuffer&, char const*) @ 0x0000000027db28d3 6. ./src/IO/ReadHelpers.h:846: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000328007ed 7. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000327d74a7 8. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324f568b 9. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003255e2c9 10. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003255cec2 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 16. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 17. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 18. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 19. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 20. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 21. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 22. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 23. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 30. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 31. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 2025.03.31 17:52:39.411092 [ 67332 ] {c70bb0e5-05c1-430c-88a6-0922097a3d55} executeQuery: Code: 36. DB::Exception: Invalid expression for function parseReadableSize - Negative sizes are not allowed (-1): In scope SELECT parseReadableSize('-1 KiB'). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59420) (comment: 03165_parseReadableSize.sql) (in query: -- Invalid input - Negative sizes are not allowed SELECT parseReadableSize('-1 KiB');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, double&) @ 0x000000001930012d 4. DB::FunctionParseReadable::parseReadableFormat(std::basic_string_view> const&) const @ 0x00000000192ff568 5. DB::FunctionParseReadable::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000192fceea 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:52:39.415385 [ 67332 ] {} TCPHandler: Code: 36. DB::Exception: Invalid expression for function parseReadableSize - Negative sizes are not allowed (-1): In scope SELECT parseReadableSize('-1 KiB'). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, double&) @ 0x000000001930012d 4. DB::FunctionParseReadable::parseReadableFormat(std::basic_string_view> const&) const @ 0x00000000192ff568 5. DB::FunctionParseReadable::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000192fceea 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:52:40.227626 [ 67332 ] {facd763a-c898-4407-ba40-e9197605dbc0} executeQuery: Code: 36. DB::Exception: Invalid expression for function parseReadableSize - Result is too big for output type ("1.152921504606847e+21"): In scope SELECT parseReadableSize('1000 EiB'). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59420) (comment: 03165_parseReadableSize.sql) (in query: -- Invalid input - Input too large to fit in UInt64 SELECT parseReadableSize('1000 EiB');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, double&) @ 0x000000001930012d 4. DB::FunctionParseReadable::parseReadableFormat(std::basic_string_view> const&) const @ 0x00000000192ff973 5. DB::FunctionParseReadable::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000192fceea 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:52:40.231961 [ 67332 ] {} TCPHandler: Code: 36. DB::Exception: Invalid expression for function parseReadableSize - Result is too big for output type ("1.152921504606847e+21"): In scope SELECT parseReadableSize('1000 EiB'). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, double&) @ 0x000000001930012d 4. DB::FunctionParseReadable::parseReadableFormat(std::basic_string_view> const&) const @ 0x00000000192ff973 5. DB::FunctionParseReadable::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000192fceea 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:52:40.252712 [ 67332 ] {28f39fc8-166b-4812-a108-b4fbb1b00552} executeQuery: Code: 6. DB::Exception: Invalid expression for function parseReadableSize - Unknown readable size unit ("xa123"): In scope SELECT parseReadableSize('0xa123 KiB'). (CANNOT_PARSE_TEXT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59420) (comment: 03165_parseReadableSize.sql) (in query: -- Invalid input - Hexadecimal is not supported SELECT parseReadableSize('0xa123 KiB');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&) @ 0x000000000d6e7ccd 4. DB::FunctionParseReadable::parseReadableFormat(std::basic_string_view> const&) const @ 0x00000000192ff792 5. DB::FunctionParseReadable::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000192fceea 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:52:40.256647 [ 67332 ] {} TCPHandler: Code: 6. DB::Exception: Invalid expression for function parseReadableSize - Unknown readable size unit ("xa123"): In scope SELECT parseReadableSize('0xa123 KiB'). (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&) @ 0x000000000d6e7ccd 4. DB::FunctionParseReadable::parseReadableFormat(std::basic_string_view> const&) const @ 0x00000000192ff792 5. DB::FunctionParseReadable::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000192fceea 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:52:40.287492 [ 4129 ] {38400882-56dc-4bcd-988f-e650d278a0e8} executeQuery: Code: 42. DB::Exception: Number of arguments for function toFloat64OrZero doesn't match: passed 0, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toFloat64OrZero(), '', CAST(((SELECT * FROM azureBlobStorageCluster()), (SELECT (SELECT NULL, NULL), (SELECT * FROM deltaLakeCluster([])), ascii(), NULL, CAST('\0', 'DateTime')) AS jrjp), 'Date'), [toDecimal128('so(>e`', [[]])], [[]]. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT toFloat64OrZero(), '', (CAST((( SELECT * FROM azureBlobStorageCluster() ) , ( SELECT ( SELECT NULL, NULL ) , ( SELECT * FROM deltaLakeCluster([]) ) , ascii(), NULL, (CAST(('\0') AS DateTime)) ) AS jrjp) AS Date)), [toDecimal128('so(>e`', [[]])], [[]];), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&&) @ 0x00000000088dcead 4. ./src/Functions/FunctionsConversion.h:2592: DB::detail::FunctionConvertFromString, DB::detail::NameToFloat64OrZero, (DB::detail::ConvertFromStringExceptionMode)1, (DB::detail::ConvertFromStringParsingMode)0>::getReturnTypeImpl(std::vector> const&) const @ 0x0000000032bd6066 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:52:40.295308 [ 4129 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toFloat64OrZero doesn't match: passed 0, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toFloat64OrZero(), '', CAST(((SELECT * FROM azureBlobStorageCluster()), (SELECT (SELECT NULL, NULL), (SELECT * FROM deltaLakeCluster([])), ascii(), NULL, CAST('\0', 'DateTime')) AS jrjp), 'Date'), [toDecimal128('so(>e`', [[]])], [[]]. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&&) @ 0x00000000088dcead 4. ./src/Functions/FunctionsConversion.h:2592: DB::detail::FunctionConvertFromString, DB::detail::NameToFloat64OrZero, (DB::detail::ConvertFromStringExceptionMode)1, (DB::detail::ConvertFromStringParsingMode)0>::getReturnTypeImpl(std::vector> const&) const @ 0x0000000032bd6066 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:52:40.661551 [ 4129 ] {202148bd-bdc3-4810-affb-3e31166e13a4} executeQuery: Code: 48. DB::Exception: Method getFloat64 is not supported for String: While executing AggregatingTransform. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT varSampStable('\0');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::IColumn::getFloat64(unsigned long) const @ 0x0000000031c0284e 4. ./build_docker/./src/AggregateFunctions/AggregateFunctionStatistics.cpp:62: DB::IAggregateFunctionHelper::addBatchSinglePlace(unsigned long, unsigned long, char*, DB::IColumn const**, DB::Arena*, long) const @ 0x000000002436f4b7 5. ./build_docker/./src/Interpreters/Aggregator.cpp:0: DB::Aggregator::executeWithoutKeyImpl(char*&, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, DB::Arena*, bool) const @ 0x0000000036a651ed 6. ./build_docker/./src/Interpreters/Aggregator.cpp:1562: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cb54 7. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 8. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 14. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 16. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 17:52:40.671861 [ 4129 ] {} TCPHandler: Code: 48. DB::Exception: Method getFloat64 is not supported for String: While executing AggregatingTransform. (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::IColumn::getFloat64(unsigned long) const @ 0x0000000031c0284e 4. ./build_docker/./src/AggregateFunctions/AggregateFunctionStatistics.cpp:62: DB::IAggregateFunctionHelper::addBatchSinglePlace(unsigned long, unsigned long, char*, DB::IColumn const**, DB::Arena*, long) const @ 0x000000002436f4b7 5. ./build_docker/./src/Interpreters/Aggregator.cpp:0: DB::Aggregator::executeWithoutKeyImpl(char*&, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, DB::Arena*, bool) const @ 0x0000000036a651ed 6. ./build_docker/./src/Interpreters/Aggregator.cpp:1562: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cb54 7. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 8. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 14. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 16. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 17:52:40.698310 [ 4129 ] {0a3c7ec3-51ff-41ab-970d-51148bb3a09e} executeQuery: Code: 70. DB::Exception: Cannot convert NULL to a non-nullable type: In scope SELECT '\0', CAST(arrayRotateLeft('', NULL), 'DateTime'). (CANNOT_CONVERT_TYPE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT '\0', (CAST((arrayRotateLeft('', NULL)) AS DateTime));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::detail::FunctionCast::prepareUnpackDictionaries(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000031e0f8b9 5. DB::detail::FunctionCast::prepare(std::vector> const&) const @ 0x0000000031e0e005 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3508: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d9494e 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:52:40.704802 [ 4129 ] {} TCPHandler: Code: 70. DB::Exception: Cannot convert NULL to a non-nullable type: In scope SELECT '\0', CAST(arrayRotateLeft('', NULL), 'DateTime'). (CANNOT_CONVERT_TYPE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::detail::FunctionCast::prepareUnpackDictionaries(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000031e0f8b9 5. DB::detail::FunctionCast::prepare(std::vector> const&) const @ 0x0000000031e0e005 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3508: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d9494e 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:52:41.047996 [ 67332 ] {0f59017f-cf7b-4ecb-8836-f2fff806efa8} executeQuery: Code: 36. DB::Exception: Invalid expression for function parseReadableSize - Invalid numeric component: nan: In scope SELECT parseReadableSize('nan KiB'). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59420) (comment: 03165_parseReadableSize.sql) (in query: -- Invalid input - NaN is not supported, with or without sign and with different capitalizations SELECT parseReadableSize('nan KiB');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, double&) @ 0x000000001930012d 4. DB::FunctionParseReadable::parseReadableFormat(std::basic_string_view> const&) const @ 0x00000000192ff388 5. DB::FunctionParseReadable::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000192fceea 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:52:41.052528 [ 67332 ] {} TCPHandler: Code: 36. DB::Exception: Invalid expression for function parseReadableSize - Invalid numeric component: nan: In scope SELECT parseReadableSize('nan KiB'). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, double&) @ 0x000000001930012d 4. DB::FunctionParseReadable::parseReadableFormat(std::basic_string_view> const&) const @ 0x00000000192ff388 5. DB::FunctionParseReadable::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000192fceea 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:52:41.074511 [ 67332 ] {ec4d008b-acf4-43c3-b61e-aa5d9038ac80} executeQuery: Code: 36. DB::Exception: Invalid expression for function parseReadableSize - Invalid numeric component: nan: In scope SELECT parseReadableSize('+nan KiB'). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59420) (comment: 03165_parseReadableSize.sql) (in query: SELECT parseReadableSize('+nan KiB');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, double&) @ 0x000000001930012d 4. DB::FunctionParseReadable::parseReadableFormat(std::basic_string_view> const&) const @ 0x00000000192ff388 5. DB::FunctionParseReadable::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000192fceea 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:52:41.079672 [ 67332 ] {} TCPHandler: Code: 36. DB::Exception: Invalid expression for function parseReadableSize - Invalid numeric component: nan: In scope SELECT parseReadableSize('+nan KiB'). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, double&) @ 0x000000001930012d 4. DB::FunctionParseReadable::parseReadableFormat(std::basic_string_view> const&) const @ 0x00000000192ff388 5. DB::FunctionParseReadable::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000192fceea 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:52:41.100332 [ 67332 ] {e26bc4e9-2e29-497a-b486-7c86287293ef} executeQuery: Code: 36. DB::Exception: Invalid expression for function parseReadableSize - Invalid numeric component: -nan: In scope SELECT parseReadableSize('-nan KiB'). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59420) (comment: 03165_parseReadableSize.sql) (in query: SELECT parseReadableSize('-nan KiB');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, double&) @ 0x000000001930012d 4. DB::FunctionParseReadable::parseReadableFormat(std::basic_string_view> const&) const @ 0x00000000192ff388 5. DB::FunctionParseReadable::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000192fceea 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:52:41.104533 [ 67332 ] {} TCPHandler: Code: 36. DB::Exception: Invalid expression for function parseReadableSize - Invalid numeric component: -nan: In scope SELECT parseReadableSize('-nan KiB'). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, double&) @ 0x000000001930012d 4. DB::FunctionParseReadable::parseReadableFormat(std::basic_string_view> const&) const @ 0x00000000192ff388 5. DB::FunctionParseReadable::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000192fceea 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:52:41.128495 [ 67332 ] {9c9efbed-6617-42c0-906d-5d0cf8813ccf} executeQuery: Code: 36. DB::Exception: Invalid expression for function parseReadableSize - Invalid numeric component: nan: In scope SELECT parseReadableSize('NaN KiB'). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59420) (comment: 03165_parseReadableSize.sql) (in query: SELECT parseReadableSize('NaN KiB');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, double&) @ 0x000000001930012d 4. DB::FunctionParseReadable::parseReadableFormat(std::basic_string_view> const&) const @ 0x00000000192ff388 5. DB::FunctionParseReadable::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000192fceea 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:52:41.133184 [ 67332 ] {} TCPHandler: Code: 36. DB::Exception: Invalid expression for function parseReadableSize - Invalid numeric component: nan: In scope SELECT parseReadableSize('NaN KiB'). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, double&) @ 0x000000001930012d 4. DB::FunctionParseReadable::parseReadableFormat(std::basic_string_view> const&) const @ 0x00000000192ff388 5. DB::FunctionParseReadable::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000192fceea 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:52:41.154525 [ 67332 ] {4edbdb95-25f0-4844-a918-14fcfc6d4034} executeQuery: Code: 36. DB::Exception: Invalid expression for function parseReadableSize - Invalid numeric component: inf: In scope SELECT parseReadableSize('inf KiB'). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59420) (comment: 03165_parseReadableSize.sql) (in query: -- Invalid input - Infinite is not supported, with or without sign, in all its forms SELECT parseReadableSize('inf KiB');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, double&) @ 0x000000001930012d 4. DB::FunctionParseReadable::parseReadableFormat(std::basic_string_view> const&) const @ 0x00000000192ff388 5. DB::FunctionParseReadable::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000192fceea 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:52:41.159180 [ 67332 ] {} TCPHandler: Code: 36. DB::Exception: Invalid expression for function parseReadableSize - Invalid numeric component: inf: In scope SELECT parseReadableSize('inf KiB'). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, double&) @ 0x000000001930012d 4. DB::FunctionParseReadable::parseReadableFormat(std::basic_string_view> const&) const @ 0x00000000192ff388 5. DB::FunctionParseReadable::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000192fceea 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:52:41.180171 [ 67332 ] {d6c81018-c51b-4fa0-a99a-cc69f465b0b1} executeQuery: Code: 36. DB::Exception: Invalid expression for function parseReadableSize - Invalid numeric component: inf: In scope SELECT parseReadableSize('+inf KiB'). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59420) (comment: 03165_parseReadableSize.sql) (in query: SELECT parseReadableSize('+inf KiB');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, double&) @ 0x000000001930012d 4. DB::FunctionParseReadable::parseReadableFormat(std::basic_string_view> const&) const @ 0x00000000192ff388 5. DB::FunctionParseReadable::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000192fceea 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:52:41.184667 [ 67332 ] {} TCPHandler: Code: 36. DB::Exception: Invalid expression for function parseReadableSize - Invalid numeric component: inf: In scope SELECT parseReadableSize('+inf KiB'). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, double&) @ 0x000000001930012d 4. DB::FunctionParseReadable::parseReadableFormat(std::basic_string_view> const&) const @ 0x00000000192ff388 5. DB::FunctionParseReadable::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000192fceea 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:52:41.204298 [ 67332 ] {46498849-8b4a-4a57-8b6e-e71020d7fa22} executeQuery: Code: 36. DB::Exception: Invalid expression for function parseReadableSize - Invalid numeric component: -inf: In scope SELECT parseReadableSize('-inf KiB'). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59420) (comment: 03165_parseReadableSize.sql) (in query: SELECT parseReadableSize('-inf KiB');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, double&) @ 0x000000001930012d 4. DB::FunctionParseReadable::parseReadableFormat(std::basic_string_view> const&) const @ 0x00000000192ff388 5. DB::FunctionParseReadable::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000192fceea 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:52:41.209882 [ 67332 ] {} TCPHandler: Code: 36. DB::Exception: Invalid expression for function parseReadableSize - Invalid numeric component: -inf: In scope SELECT parseReadableSize('-inf KiB'). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, double&) @ 0x000000001930012d 4. DB::FunctionParseReadable::parseReadableFormat(std::basic_string_view> const&) const @ 0x00000000192ff388 5. DB::FunctionParseReadable::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000192fceea 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:52:41.229006 [ 67332 ] {18e9b072-ffa0-4313-b077-284ebed5c6f7} executeQuery: Code: 36. DB::Exception: Invalid expression for function parseReadableSize - Invalid numeric component: inf: In scope SELECT parseReadableSize('infinite KiB'). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59420) (comment: 03165_parseReadableSize.sql) (in query: SELECT parseReadableSize('infinite KiB');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, double&) @ 0x000000001930012d 4. DB::FunctionParseReadable::parseReadableFormat(std::basic_string_view> const&) const @ 0x00000000192ff388 5. DB::FunctionParseReadable::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000192fceea 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:52:41.233167 [ 67332 ] {} TCPHandler: Code: 36. DB::Exception: Invalid expression for function parseReadableSize - Invalid numeric component: inf: In scope SELECT parseReadableSize('infinite KiB'). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, double&) @ 0x000000001930012d 4. DB::FunctionParseReadable::parseReadableFormat(std::basic_string_view> const&) const @ 0x00000000192ff388 5. DB::FunctionParseReadable::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000192fceea 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:52:41.253123 [ 67332 ] {bc0659ca-12fb-42a2-b90f-a94f23660889} executeQuery: Code: 36. DB::Exception: Invalid expression for function parseReadableSize - Invalid numeric component: inf: In scope SELECT parseReadableSize('+infinite KiB'). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59420) (comment: 03165_parseReadableSize.sql) (in query: SELECT parseReadableSize('+infinite KiB');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, double&) @ 0x000000001930012d 4. DB::FunctionParseReadable::parseReadableFormat(std::basic_string_view> const&) const @ 0x00000000192ff388 5. DB::FunctionParseReadable::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000192fceea 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:52:41.257811 [ 67332 ] {} TCPHandler: Code: 36. DB::Exception: Invalid expression for function parseReadableSize - Invalid numeric component: inf: In scope SELECT parseReadableSize('+infinite KiB'). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, double&) @ 0x000000001930012d 4. DB::FunctionParseReadable::parseReadableFormat(std::basic_string_view> const&) const @ 0x00000000192ff388 5. DB::FunctionParseReadable::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000192fceea 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:52:41.282355 [ 67332 ] {826ee7dc-a2d7-4745-bba6-c7d6616b8d06} executeQuery: Code: 36. DB::Exception: Invalid expression for function parseReadableSize - Invalid numeric component: -inf: In scope SELECT parseReadableSize('-infinite KiB'). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59420) (comment: 03165_parseReadableSize.sql) (in query: SELECT parseReadableSize('-infinite KiB');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, double&) @ 0x000000001930012d 4. DB::FunctionParseReadable::parseReadableFormat(std::basic_string_view> const&) const @ 0x00000000192ff388 5. DB::FunctionParseReadable::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000192fceea 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:52:41.287895 [ 67332 ] {} TCPHandler: Code: 36. DB::Exception: Invalid expression for function parseReadableSize - Invalid numeric component: -inf: In scope SELECT parseReadableSize('-infinite KiB'). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, double&) @ 0x000000001930012d 4. DB::FunctionParseReadable::parseReadableFormat(std::basic_string_view> const&) const @ 0x00000000192ff388 5. DB::FunctionParseReadable::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000192fceea 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:52:41.310541 [ 67332 ] {cfdbfa3a-fff1-4129-b77a-287237d41145} executeQuery: Code: 36. DB::Exception: Invalid expression for function parseReadableSize - Invalid numeric component: inf: In scope SELECT parseReadableSize('Inf KiB'). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59420) (comment: 03165_parseReadableSize.sql) (in query: SELECT parseReadableSize('Inf KiB');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, double&) @ 0x000000001930012d 4. DB::FunctionParseReadable::parseReadableFormat(std::basic_string_view> const&) const @ 0x00000000192ff388 5. DB::FunctionParseReadable::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000192fceea 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:52:41.315532 [ 67332 ] {} TCPHandler: Code: 36. DB::Exception: Invalid expression for function parseReadableSize - Invalid numeric component: inf: In scope SELECT parseReadableSize('Inf KiB'). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, double&) @ 0x000000001930012d 4. DB::FunctionParseReadable::parseReadableFormat(std::basic_string_view> const&) const @ 0x00000000192ff388 5. DB::FunctionParseReadable::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000192fceea 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:52:41.325275 [ 4129 ] {60e0f052-748b-4b6b-80f3-c71e1910f4a2} executeQuery: Code: 36. DB::Exception: Argument 'source' must be a literal with type String, got Tuple. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM url(( SELECT '\0', '', 'vL5L>, std::basic_string_view>>(int, FormatStringHelperImpl::type, std::type_identity>>::type, std::type_identity>>::type>, String const&, std::basic_string_view>&&, std::basic_string_view>&&) @ 0x000000003d3e0c17 4. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:39: String DB::checkAndGetLiteralArgument(DB::ASTLiteral const&, String const&) @ 0x000000003d3dee23 5. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:22: String DB::checkAndGetLiteralArgument(std::shared_ptr const&, String const&) @ 0x000000003d3de339 6. ./build_docker/./src/TableFunctions/ITableFunctionFileLike.cpp:28: DB::ITableFunctionFileLike::parseFirstArguments(std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000273fed83 7. ./build_docker/./src/TableFunctions/ITableFunctionFileLike.cpp:66: DB::ITableFunctionFileLike::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x000000002740012f 8. ./build_docker/./src/TableFunctions/TableFunctionURL.cpp:73: DB::TableFunctionURL::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x000000002740a893 9. ./build_docker/./src/TableFunctions/ITableFunctionFileLike.cpp:55: DB::ITableFunctionFileLike::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000273ff73d 10. ./build_docker/./src/TableFunctions/TableFunctionURL.cpp:42: DB::TableFunctionURL::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x0000000027409b46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:52:41.335549 [ 4129 ] {} TCPHandler: Code: 36. DB::Exception: Argument 'source' must be a literal with type String, got Tuple. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>, std::basic_string_view>>(int, FormatStringHelperImpl::type, std::type_identity>>::type, std::type_identity>>::type>, String const&, std::basic_string_view>&&, std::basic_string_view>&&) @ 0x000000003d3e0c17 4. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:39: String DB::checkAndGetLiteralArgument(DB::ASTLiteral const&, String const&) @ 0x000000003d3dee23 5. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:22: String DB::checkAndGetLiteralArgument(std::shared_ptr const&, String const&) @ 0x000000003d3de339 6. ./build_docker/./src/TableFunctions/ITableFunctionFileLike.cpp:28: DB::ITableFunctionFileLike::parseFirstArguments(std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000273fed83 7. ./build_docker/./src/TableFunctions/ITableFunctionFileLike.cpp:66: DB::ITableFunctionFileLike::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x000000002740012f 8. ./build_docker/./src/TableFunctions/TableFunctionURL.cpp:73: DB::TableFunctionURL::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x000000002740a893 9. ./build_docker/./src/TableFunctions/ITableFunctionFileLike.cpp:55: DB::ITableFunctionFileLike::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000273ff73d 10. ./build_docker/./src/TableFunctions/TableFunctionURL.cpp:42: DB::TableFunctionURL::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x0000000027409b46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:52:41.339278 [ 67332 ] {107cbc99-72ab-4a8a-8d79-ef4acbaf5f54} executeQuery: Code: 36. DB::Exception: Invalid expression for function parseReadableSize - Invalid numeric component: inf: In scope SELECT parseReadableSize('Infinite KiB'). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59420) (comment: 03165_parseReadableSize.sql) (in query: SELECT parseReadableSize('Infinite KiB');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, double&) @ 0x000000001930012d 4. DB::FunctionParseReadable::parseReadableFormat(std::basic_string_view> const&) const @ 0x00000000192ff388 5. DB::FunctionParseReadable::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000192fceea 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:52:41.343526 [ 67332 ] {} TCPHandler: Code: 36. DB::Exception: Invalid expression for function parseReadableSize - Invalid numeric component: inf: In scope SELECT parseReadableSize('Infinite KiB'). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, double&) @ 0x000000001930012d 4. DB::FunctionParseReadable::parseReadableFormat(std::basic_string_view> const&) const @ 0x00000000192ff388 5. DB::FunctionParseReadable::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000192fceea 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:52:42.146312 [ 4129 ] {cf6647e3-7dcf-440e-86b6-bf17ab49410c} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDate32OrDefault'. Expected 1 mandatory argument and 1 optional argument, got 0 arguments: In scope SELECT toDate32OrDefault(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT toDate32OrDefault();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&, String&&) @ 0x0000000031c3fcf7 4. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3b1b3 5. DB::FunctionCastOrDefaultTyped::getReturnTypeImpl(std::vector> const&) const @ 0x000000000d41ba45 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:52:42.151519 [ 1426 ] {cd400ae7-2d65-467f-83ef-91969e8736e7} executeQuery: Code: 457. DB::Exception: Value Hello, World cannot be parsed as Nullable(String) for query parameter 'x' because it isn't parsed completely: only 6 of 12 bytes was parsed: Hello,. (BAD_QUERY_PARAMETER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:60920) (comment: 01056_prepared_statements_null_and_escaping.sh) (in query: SELECT {x:Nullable(String)}), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String const&, String const&, String const&, unsigned long&&, unsigned long&&, String&&) @ 0x000000003922b9e7 4. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:105: DB::ReplaceQueryParameterVisitor::visitQueryParameter(std::shared_ptr&) @ 0x000000003922935d 5. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:39: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x00000000392262fa 6. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 7. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 8. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 9. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 10. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 11. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 12. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 13. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 14. ./build_docker/./src/Interpreters/executeQuery.cpp:963: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000039264c5b 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 16. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 17. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 18. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:52:42.156599 [ 4129 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDate32OrDefault'. Expected 1 mandatory argument and 1 optional argument, got 0 arguments: In scope SELECT toDate32OrDefault(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&, String&&) @ 0x0000000031c3fcf7 4. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3b1b3 5. DB::FunctionCastOrDefaultTyped::getReturnTypeImpl(std::vector> const&) const @ 0x000000000d41ba45 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:52:42.160898 [ 1426 ] {cd400ae7-2d65-467f-83ef-91969e8736e7} DynamicQueryHandler: Code: 457. DB::Exception: Value Hello, World cannot be parsed as Nullable(String) for query parameter 'x' because it isn't parsed completely: only 6 of 12 bytes was parsed: Hello,. (BAD_QUERY_PARAMETER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String const&, String const&, String const&, unsigned long&&, unsigned long&&, String&&) @ 0x000000003922b9e7 4. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:105: DB::ReplaceQueryParameterVisitor::visitQueryParameter(std::shared_ptr&) @ 0x000000003922935d 5. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:39: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x00000000392262fa 6. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 7. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 8. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 9. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 10. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 11. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 12. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 13. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 14. ./build_docker/./src/Interpreters/executeQuery.cpp:963: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000039264c5b 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 16. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 17. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 18. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:52:42.187583 [ 4129 ] {f515e11a-62d2-4e82-aca4-c045402bfb43} executeQuery: Code: 42. DB::Exception: Number of arguments for function encodeURLComponent doesn't match: passed 2, should be 1: In scope SELECT encodeURLComponent([], CAST(-39178, 'Date')). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT encodeURLComponent([], (CAST((-039178) AS Date)));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:52:42.193850 [ 4129 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function encodeURLComponent doesn't match: passed 2, should be 1: In scope SELECT encodeURLComponent([], CAST(-39178, 'Date')). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:52:42.212225 [ 1428 ] {721854bb-3ba8-46e0-bf19-3b6d9ae17d76} executeQuery: Code: 457. DB::Exception: Value Hello, World cannot be parsed as Nullable(String) for query parameter 'x' because it isn't parsed completely: only 6 of 12 bytes was parsed: Hello,. (BAD_QUERY_PARAMETER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:60936) (comment: 01056_prepared_statements_null_and_escaping.sh) (in query: SELECT {x:Nullable(String)}), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String const&, String const&, String const&, unsigned long&&, unsigned long&&, String&&) @ 0x000000003922b9e7 4. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:105: DB::ReplaceQueryParameterVisitor::visitQueryParameter(std::shared_ptr&) @ 0x000000003922935d 5. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:39: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x00000000392262fa 6. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 7. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 8. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 9. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 10. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 11. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 12. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 13. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 14. ./build_docker/./src/Interpreters/executeQuery.cpp:963: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000039264c5b 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 16. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 17. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 18. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:52:42.217818 [ 1428 ] {721854bb-3ba8-46e0-bf19-3b6d9ae17d76} DynamicQueryHandler: Code: 457. DB::Exception: Value Hello, World cannot be parsed as Nullable(String) for query parameter 'x' because it isn't parsed completely: only 6 of 12 bytes was parsed: Hello,. (BAD_QUERY_PARAMETER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String const&, String const&, String const&, unsigned long&&, unsigned long&&, String&&) @ 0x000000003922b9e7 4. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:105: DB::ReplaceQueryParameterVisitor::visitQueryParameter(std::shared_ptr&) @ 0x000000003922935d 5. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:39: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x00000000392262fa 6. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 7. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 8. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 9. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 10. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 11. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 12. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 13. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 14. ./build_docker/./src/Interpreters/executeQuery.cpp:963: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000039264c5b 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 16. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 17. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 18. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:52:42.992166 [ 4129 ] {15c4e910-5ac9-4dd7-bdd1-ac4a133ed9ff} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3HexRing doesn't match: passed 1, should be 2: In scope (SELECT h3HexRing(NULL)) AS xjkfxa. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT ['\0'], '', [',wm'], ( SELECT s2RectUnion('h]f\HhgD', ( SELECT h3HexRing(NULL) ) AS xjkfxa, ( SELECT parseDateTimeBestEffortUSOrZero(-771.2639) ) AS bl) ) AS qer;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 24. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 27. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 29. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 31. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 2025.03.31 17:52:43.002708 [ 4129 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3HexRing doesn't match: passed 1, should be 2: In scope (SELECT h3HexRing(NULL)) AS xjkfxa. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 24. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 27. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 29. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 31. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 2025.03.31 17:52:43.032016 [ 4129 ] {e9ef5380-893d-4a9b-87ad-0142666dd0f6} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetHierarchy doesn't match: passed 1, should be 2: In scope SELECT dictGetHierarchy(NULL). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT dictGetHierarchy(NULL);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:52:43.040286 [ 4129 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetHierarchy doesn't match: passed 1, should be 2: In scope SELECT dictGetHierarchy(NULL). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:52:43.128061 [ 4129 ] {2c56c23f-bd82-4eaf-8c21-741dc143abc8} executeQuery: Code: 42. DB::Exception: Number of arguments for function greater doesn't match: passed 1, should be 2: In scope SELECT greater(CAST('', 'String')). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT greater((CAST(('') AS String)));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:52:43.135899 [ 4129 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function greater doesn't match: passed 1, should be 2: In scope SELECT greater(CAST('', 'String')). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:52:43.941488 [ 4129 ] {a2260def-6ab2-45a3-a984-9c4118567570} executeQuery: Code: 636. DB::Exception: Table function 'input' was used without structure argument but structure could not be determined automatically. Please, provide structure manually. (CANNOT_EXTRACT_TABLE_STRUCTURE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT '\0', 4, ( SELECT * FROM input() ) AS yley, ( SELECT exponentialTimeDecayedSum((CAST((NULL) AS Date)), '\0') ) AS wkwclowx;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionInput.cpp:75: DB::(anonymous namespace)::TableFunctionInput::getActualTableStructure(std::shared_ptr, bool) const @ 0x0000000027423eca 5. ./build_docker/./src/TableFunctions/TableFunctionInput.cpp:87: DB::(anonymous namespace)::TableFunctionInput::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x0000000027424753 6. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 7. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:52:43.949124 [ 4129 ] {} TCPHandler: Code: 636. DB::Exception: Table function 'input' was used without structure argument but structure could not be determined automatically. Please, provide structure manually. (CANNOT_EXTRACT_TABLE_STRUCTURE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionInput.cpp:75: DB::(anonymous namespace)::TableFunctionInput::getActualTableStructure(std::shared_ptr, bool) const @ 0x0000000027423eca 5. ./build_docker/./src/TableFunctions/TableFunctionInput.cpp:87: DB::(anonymous namespace)::TableFunctionInput::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x0000000027424753 6. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 7. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:52:44.681966 [ 4129 ] {bd8c9cef-7d45-4374-aeee-0a20aae8886b} executeQuery: Code: 42. DB::Exception: Illegal arguments size of function dictGetDescendants. Expects 2 or 3 arguments size. Actual size 0: In scope SELECT dictGetDescendants(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT dictGetDescendants();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&) @ 0x0000000008ef7fed 4. DB::FunctionDictGetDescendantsOverloadResolverImpl::getReturnTypeImpl(std::vector> const&) const @ 0x0000000008efc21c 5. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 6. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 7. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:52:44.688308 [ 4129 ] {} TCPHandler: Code: 42. DB::Exception: Illegal arguments size of function dictGetDescendants. Expects 2 or 3 arguments size. Actual size 0: In scope SELECT dictGetDescendants(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&) @ 0x0000000008ef7fed 4. DB::FunctionDictGetDescendantsOverloadResolverImpl::getReturnTypeImpl(std::vector> const&) const @ 0x0000000008efc21c 5. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 6. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 7. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:52:45.253185 [ 4129 ] {e48a6bb6-1ac1-4dcb-ae8a-9152029ce2cf} executeQuery: Code: 42. DB::Exception: Table name was not found in function arguments. Table function 'remote' requires from 1 to 6 parameters: [, , ] [, username[, password], sharding_key]. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM remote('', '');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&&) @ 0x000000002738ed4a 4. ./build_docker/./src/TableFunctions/TableFunctionRemote.cpp:184: DB::TableFunctionRemote::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000273854cd 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:52:45.260548 [ 4129 ] {} TCPHandler: Code: 42. DB::Exception: Table name was not found in function arguments. Table function 'remote' requires from 1 to 6 parameters: [, , ] [, username[, password], sharding_key]. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&&) @ 0x000000002738ed4a 4. ./build_docker/./src/TableFunctions/TableFunctionRemote.cpp:184: DB::TableFunctionRemote::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000273854cd 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:52:45.310932 [ 4129 ] {3fb37b8d-9542-4302-b620-377dd42caf99} executeQuery: Code: 41. DB::Exception: Cannot parse datetime: Cannot parse DateTime from String: In scope SELECT CAST(CAST('\0', 'String'), 'DateTime'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT (CAST(((CAST(('\0') AS String))) AS DateTime));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./src/IO/ReadHelpers.h:1030: void DB::readDateTimeTextImpl(long&, DB::ReadBuffer&, DateLUTImpl const&, char const*, char const*) @ 0x0000000027db3b1e 5. ./src/IO/ReadHelpers.h:1204: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000328e28c6 6. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000328b6a67 7. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324fab8b 8. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325677a9 9. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032566142 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 15. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 16. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 17. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 18. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 19. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 20. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 21. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 22. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 30. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 31. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 2025.03.31 17:52:45.317595 [ 4129 ] {} TCPHandler: Code: 41. DB::Exception: Cannot parse datetime: Cannot parse DateTime from String: In scope SELECT CAST(CAST('\0', 'String'), 'DateTime'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./src/IO/ReadHelpers.h:1030: void DB::readDateTimeTextImpl(long&, DB::ReadBuffer&, DateLUTImpl const&, char const*, char const*) @ 0x0000000027db3b1e 5. ./src/IO/ReadHelpers.h:1204: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000328e28c6 6. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000328b6a67 7. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324fab8b 8. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325677a9 9. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032566142 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 15. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 16. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 17. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 18. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 19. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 20. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 21. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 22. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 30. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 31. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 2025.03.31 17:52:45.341767 [ 4129 ] {dc22b90a-076d-4ab1-94f1-ec3f3a5722d4} executeQuery: Code: 42. DB::Exception: Function 'globalNotInIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT globalNotInIgnoreSet();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2931: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d99bca 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:52:45.346936 [ 4129 ] {} TCPHandler: Code: 42. DB::Exception: Function 'globalNotInIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2931: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d99bca 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:52:45.370057 [ 4129 ] {7e3a50eb-35c4-4915-b488-bbb2fbf989ed} executeQuery: Code: 42. DB::Exception: Storage MySQL requires 5-7 parameters: MySQL('host:port' (or 'addresses_pattern'), database, table, 'user', 'password'[, replace_query, 'on_duplicate_clause']). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM mysql();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageMySQL.cpp:325: DB::StorageMySQL::getConfiguration(absl::InlinedVector, 7ul, std::allocator>>, std::shared_ptr, DB::MySQLSettings&) @ 0x000000003ccf87ac 5. ./build_docker/./src/TableFunctions/TableFunctionMySQL.cpp:95: DB::(anonymous namespace)::TableFunctionMySQL::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274a0c28 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:52:45.575564 [ 4129 ] {} TCPHandler: Code: 42. DB::Exception: Storage MySQL requires 5-7 parameters: MySQL('host:port' (or 'addresses_pattern'), database, table, 'user', 'password'[, replace_query, 'on_duplicate_clause']). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageMySQL.cpp:325: DB::StorageMySQL::getConfiguration(absl::InlinedVector, 7ul, std::allocator>>, std::shared_ptr, DB::MySQLSettings&) @ 0x000000003ccf87ac 5. ./build_docker/./src/TableFunctions/TableFunctionMySQL.cpp:95: DB::(anonymous namespace)::TableFunctionMySQL::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274a0c28 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:52:45.670331 [ 4129 ] {e65012d2-dde6-445e-9a77-38e26707743a} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetIPv6OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetIPv6OrDefault('\0', []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT dictGetIPv6OrDefault('\0', []);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3e2b 5. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 6. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 7. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:52:45.682349 [ 4129 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetIPv6OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetIPv6OrDefault('\0', []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3e2b 5. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 6. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 7. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:52:46.505890 [ 4129 ] {b7a628eb-ac13-48f2-8620-e5ce0e2677c3} executeQuery: Code: 43. DB::Exception: First argument for function arrayEnumerate must be an array but it has type String.: In scope (SELECT 56268.7971, arrayEnumerate('EZ<'), [301.865], NULL). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT [40714536.98], ( SELECT 56268.79710, arrayEnumerate('EZ<'), [301.865], NULL ) ;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionArrayEnumerate::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001f3448a1 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 17:52:46.522310 [ 4129 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function arrayEnumerate must be an array but it has type String.: In scope (SELECT 56268.7971, arrayEnumerate('EZ<'), [301.865], NULL). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionArrayEnumerate::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001f3448a1 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 17:52:47.435554 [ 4129 ] {32229bf3-879d-4f0b-8ca7-80699feaf583} executeQuery: Code: 42. DB::Exception: Aggregate function sumMapFilteredWithOverflow requires at least two arguments of Array type or one argument of tuple of two arrays. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT sumMapFilteredWithOverflow();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/AggregateFunctions/AggregateFunctionSumMap.cpp:730: DB::(anonymous namespace)::parseArguments(String const&, std::vector, std::allocator>> const&) @ 0x0000000024e1c749 5. ./build_docker/./src/AggregateFunctions/AggregateFunctionSumMap.cpp:805: std::shared_ptr std::__function::__policy_invoker (String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*)>::__call_impl (String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*)>>(std::__function::__policy_storage const*, String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x0000000024ee1bb1 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:52:47.442761 [ 4129 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function sumMapFilteredWithOverflow requires at least two arguments of Array type or one argument of tuple of two arrays. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/AggregateFunctions/AggregateFunctionSumMap.cpp:730: DB::(anonymous namespace)::parseArguments(String const&, std::vector, std::allocator>> const&) @ 0x0000000024e1c749 5. ./build_docker/./src/AggregateFunctions/AggregateFunctionSumMap.cpp:805: std::shared_ptr std::__function::__policy_invoker (String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*)>::__call_impl (String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*)>>(std::__function::__policy_storage const*, String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x0000000024ee1bb1 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:52:47.469950 [ 4129 ] {9d4abfd3-b538-44ae-a110-9928d0d03728} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitmapXorCardinality doesn't match: passed 0, should be 2: In scope SELECT bitmapXorCardinality(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT bitmapXorCardinality();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:52:47.477756 [ 4129 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitmapXorCardinality doesn't match: passed 0, should be 2: In scope SELECT bitmapXorCardinality(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:52:47.585170 [ 4129 ] {881e7df4-b778-45e2-9dfd-e9d470cccdf8} executeQuery: Code: 42. DB::Exception: Number of arguments for function pow doesn't match: passed 1, should be 2: In scope SELECT pow([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT pow([]);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:52:47.592930 [ 4129 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function pow doesn't match: passed 1, should be 2: In scope SELECT pow([]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:52:48.415667 [ 4129 ] {025f93dd-46d7-4ff8-ba85-6468328026e7} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'parseDateTime64BestEffortUSOrZero'. Expected 1 mandatory argument and 2 optional arguments, got 0 arguments: In scope SELECT parseDateTime64BestEffortUSOrZero(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT parseDateTime64BestEffortUSOrZero();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&, String&&) @ 0x0000000031c3fcf7 4. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3b1b3 5. ./src/Functions/FunctionsConversion.h:2574: DB::detail::FunctionConvertFromString::getReturnTypeImpl(std::vector> const&) const @ 0x0000000032d0f1a9 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:52:48.424577 [ 4129 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'parseDateTime64BestEffortUSOrZero'. Expected 1 mandatory argument and 2 optional arguments, got 0 arguments: In scope SELECT parseDateTime64BestEffortUSOrZero(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&, String&&) @ 0x0000000031c3fcf7 4. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3b1b3 5. ./src/Functions/FunctionsConversion.h:2574: DB::detail::FunctionConvertFromString::getReturnTypeImpl(std::vector> const&) const @ 0x0000000032d0f1a9 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:52:49.036000 [ 4129 ] {c291cc87-0266-4828-957b-983713457ee9} executeQuery: Code: 42. DB::Exception: The function azureBlobStorage should have arguments. The first argument must be the cluster name and the rest are the arguments of corresponding table function. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM azureBlobStorage();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionObjectStorageClusterFallback.cpp:80: DB::TableFunctionObjectStorageClusterFallback>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275edde1 5. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274e6037 6. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275b9ea6 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:52:49.044368 [ 4129 ] {} TCPHandler: Code: 42. DB::Exception: The function azureBlobStorage should have arguments. The first argument must be the cluster name and the rest are the arguments of corresponding table function. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionObjectStorageClusterFallback.cpp:80: DB::TableFunctionObjectStorageClusterFallback>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275edde1 5. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274e6037 6. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275b9ea6 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:52:49.077398 [ 4129 ] {3d334972-48a0-4bc3-a765-48ab0ce7a6ff} executeQuery: Code: 42. DB::Exception: Number of arguments for function polygonConvexHullCartesian doesn't match: passed 0, should be 1: In scope SELECT polygonConvexHullCartesian(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT polygonConvexHullCartesian();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:52:49.083445 [ 4129 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function polygonConvexHullCartesian doesn't match: passed 0, should be 1: In scope SELECT polygonConvexHullCartesian(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:52:49.981748 [ 4129 ] {18f3b9c0-eadc-498e-a887-98650be1e4e9} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toDateTime: In scope SELECT CAST([], 'DateTime'), last_value([], ''), 967274.043, CAST(55713, 'Date'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT (CAST(([]) AS DateTime)), last_value([], ''), 967274.043, (CAST((55713) AS Date));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./src/Functions/FunctionsConversion.h:2527: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032568769 5. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032566142 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 11. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 12. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 13. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 14. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 15. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 16. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 17. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 18. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 26. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 29. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 30. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 31. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 2025.03.31 17:52:49.988279 [ 4129 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toDateTime: In scope SELECT CAST([], 'DateTime'), last_value([], ''), 967274.043, CAST(55713, 'Date'). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./src/Functions/FunctionsConversion.h:2527: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032568769 5. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032566142 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 11. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 12. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 13. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 14. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 15. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 16. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 17. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 18. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 26. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 29. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 30. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 31. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 2025.03.31 17:52:50.601456 [ 4129 ] {bba0c890-06cf-4503-8b30-7ca6059c92e0} executeQuery: Code: 42. DB::Exception: The function urlCluster should have arguments. The first argument must be the cluster name and the rest are the arguments of corresponding table function. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM urlCluster();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./src/TableFunctions/ITableFunctionCluster.h:48: DB::ITableFunctionCluster::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x0000000027413002 5. ./build_docker/./src/TableFunctions/ITableFunctionFileLike.cpp:55: DB::ITableFunctionFileLike::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000273ff73d 6. ./build_docker/./src/TableFunctions/TableFunctionURL.cpp:42: DB::TableFunctionURL::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x0000000027409b46 7. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274120c6 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:52:50.609359 [ 4129 ] {} TCPHandler: Code: 42. DB::Exception: The function urlCluster should have arguments. The first argument must be the cluster name and the rest are the arguments of corresponding table function. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./src/TableFunctions/ITableFunctionCluster.h:48: DB::ITableFunctionCluster::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x0000000027413002 5. ./build_docker/./src/TableFunctions/ITableFunctionFileLike.cpp:55: DB::ITableFunctionFileLike::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000273ff73d 6. ./build_docker/./src/TableFunctions/TableFunctionURL.cpp:42: DB::TableFunctionURL::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x0000000027409b46 7. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274120c6 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:52:51.234778 [ 4129 ] {e678882c-6340-4514-b604-0102821142e7} executeQuery: Code: 43. DB::Exception: The value -75501.72 is not representable as UInt64. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM generateSeries(-75501.720, '\0');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionGenerateSeries.cpp:101: DB::(anonymous namespace)::TableFunctionGenerateSeries<1ul>::evaluateArgument(std::shared_ptr, std::shared_ptr&) const @ 0x00000000273c7cf3 5. ./build_docker/./src/TableFunctions/TableFunctionGenerateSeries.cpp:75: DB::(anonymous namespace)::TableFunctionGenerateSeries<1ul>::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000273c4f0b 6. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 7. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:52:51.241763 [ 4129 ] {} TCPHandler: Code: 43. DB::Exception: The value -75501.72 is not representable as UInt64. (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionGenerateSeries.cpp:101: DB::(anonymous namespace)::TableFunctionGenerateSeries<1ul>::evaluateArgument(std::shared_ptr, std::shared_ptr&) const @ 0x00000000273c7cf3 5. ./build_docker/./src/TableFunctions/TableFunctionGenerateSeries.cpp:75: DB::(anonymous namespace)::TableFunctionGenerateSeries<1ul>::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000273c4f0b 6. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 7. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:52:51.265459 [ 4129 ] {9d141390-105f-4f29-9ec1-2d3861e98b21} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDecimal64OrDefault'. Expected 2 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT toDecimal64OrDefault(41). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT toDecimal64OrDefault(41);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&, String&&) @ 0x0000000031c3fcf7 4. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3b1b3 5. DB::FunctionCastOrDefaultTyped::getReturnTypeImpl(std::vector> const&) const @ 0x000000000d41ba45 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:52:51.273862 [ 4129 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDecimal64OrDefault'. Expected 2 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT toDecimal64OrDefault(41). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&, String&&) @ 0x0000000031c3fcf7 4. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3b1b3 5. DB::FunctionCastOrDefaultTyped::getReturnTypeImpl(std::vector> const&) const @ 0x000000000d41ba45 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:52:52.207994 [ 4129 ] {2a6d3987-2c3a-4185-90a4-83af15c68d25} executeQuery: Code: 43. DB::Exception: Cannot format String because it's not a native numeric type: In scope SELECT ']\'+5\\ANE', 25872400, formatReadableQuantity('\0'), CAST((SELECT '\0', NULL, [CAST([(SELECT * FROM oss(negate(NULL, 'QJI~'))) AS kewzy, (SELECT 31, [], detectTonality('2P#$@', -5936), -50460.435) AS ixcf], 'String')]), 'DateTime'), CAST(CAST('\0', 'DateTime'), 'String'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT ']\'+5\ANE', 25872400, formatReadableQuantity('\0'), (CAST((( SELECT '\0', NULL, [(CAST(([( SELECT * FROM oss(negate(NULL, 'QJI~')) ) AS kewzy, ( SELECT 31, [], detectTonality('2P#$@', -5936), -50460.435 ) AS ixcf]) AS String))] ) ) AS DateTime)), (CAST(((CAST(('\0') AS DateTime))) AS String));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionFormatReadable::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000000f386f2b 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:52:52.218109 [ 4129 ] {} TCPHandler: Code: 43. DB::Exception: Cannot format String because it's not a native numeric type: In scope SELECT ']\'+5\\ANE', 25872400, formatReadableQuantity('\0'), CAST((SELECT '\0', NULL, [CAST([(SELECT * FROM oss(negate(NULL, 'QJI~'))) AS kewzy, (SELECT 31, [], detectTonality('2P#$@', -5936), -50460.435) AS ixcf], 'String')]), 'DateTime'), CAST(CAST('\0', 'DateTime'), 'String'). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionFormatReadable::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000000f386f2b 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:52:52.818580 [ 1428 ] {84e23b41-74d1-4e1e-92b3-cec28d4fb069} executeQuery: Code: 252. DB::Exception: Too many parts (1 with average size of 218.00 B) in table 'test_37k1keob.`.inner_id.0a309531-64b1-495d-a30e-ae6bc6bc5ffd` (fb769d74-5376-4029-8b0e-9a3d14bec80f)'. Merges are processing significantly slower than inserts: while pushing to view test_37k1keob.b (0a309531-64b1-495d-a30e-ae6bc6bc5ffd). (TOO_MANY_PARTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50248) (comment: 00633_materialized_view_and_too_many_parts_zookeeper.sh) (in query: INSERT INTO root VALUES ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, unsigned long&, ReadableSize&&, String&&) @ 0x000000003e0237b7 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:4864: DB::MergeTreeData::delayInsertOrThrowIfNeeded(Poco::Event*, std::shared_ptr const&, bool) const @ 0x000000003df08349 5. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1216: DB::ReplicatedMergeTreeSinkImpl::onStart() @ 0x000000003e9c2c40 6. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:137: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc6cc 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 8. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:137: DB::ExceptionKeepingTransform::work() @ 0x00000000400daec2 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 12. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:103: DB::PushingPipelineExecutor::start() @ 0x000000003f769283 13. ./build_docker/./src/Server/TCPHandler.cpp:1105: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f448024 14. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 17:52:52.832203 [ 1428 ] {} TCPHandler: Code: 252. DB::Exception: Too many parts (1 with average size of 218.00 B) in table 'test_37k1keob.`.inner_id.0a309531-64b1-495d-a30e-ae6bc6bc5ffd` (fb769d74-5376-4029-8b0e-9a3d14bec80f)'. Merges are processing significantly slower than inserts: while pushing to view test_37k1keob.b (0a309531-64b1-495d-a30e-ae6bc6bc5ffd). (TOO_MANY_PARTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, unsigned long&, ReadableSize&&, String&&) @ 0x000000003e0237b7 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:4864: DB::MergeTreeData::delayInsertOrThrowIfNeeded(Poco::Event*, std::shared_ptr const&, bool) const @ 0x000000003df08349 5. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1216: DB::ReplicatedMergeTreeSinkImpl::onStart() @ 0x000000003e9c2c40 6. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:137: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc6cc 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 8. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:137: DB::ExceptionKeepingTransform::work() @ 0x00000000400daec2 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 12. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:103: DB::PushingPipelineExecutor::start() @ 0x000000003f769283 13. ./build_docker/./src/Server/TCPHandler.cpp:1105: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f448024 14. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 17:52:52.953869 [ 4129 ] {eb3e74e2-3e1f-48e9-b063-66d9dea05cbe} executeQuery: Code: 36. DB::Exception: Argument 'format/NOSIGN' must be a literal with type String, got Int64. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM iceberg([], -12);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>, std::basic_string_view>>(int, FormatStringHelperImpl::type, std::type_identity>>::type, std::type_identity>>::type>, String const&, std::basic_string_view>&&, std::basic_string_view>&&) @ 0x000000003d3e0c17 4. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:39: String DB::checkAndGetLiteralArgument(DB::ASTLiteral const&, String const&) @ 0x000000003d3dee23 5. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:22: String DB::checkAndGetLiteralArgument(std::shared_ptr const&, String const&) @ 0x000000003d3de339 6. ./build_docker/./src/Storages/ObjectStorage/S3/Configuration.cpp:213: DB::StorageS3Configuration::fromAST(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool) @ 0x000000003331988a 7. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:568: DB::StorageObjectStorage::Configuration::initialize(DB::StorageObjectStorage::Configuration&, absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool, std::unique_ptr>) @ 0x00000000330eb74a 8. ./src/TableFunctions/TableFunctionObjectStorage.h:133: DB::TableFunctionObjectStorage>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x000000002754f79e 9. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x000000002754be97 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:52:52.961635 [ 4129 ] {} TCPHandler: Code: 36. DB::Exception: Argument 'format/NOSIGN' must be a literal with type String, got Int64. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>, std::basic_string_view>>(int, FormatStringHelperImpl::type, std::type_identity>>::type, std::type_identity>>::type>, String const&, std::basic_string_view>&&, std::basic_string_view>&&) @ 0x000000003d3e0c17 4. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:39: String DB::checkAndGetLiteralArgument(DB::ASTLiteral const&, String const&) @ 0x000000003d3dee23 5. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:22: String DB::checkAndGetLiteralArgument(std::shared_ptr const&, String const&) @ 0x000000003d3de339 6. ./build_docker/./src/Storages/ObjectStorage/S3/Configuration.cpp:213: DB::StorageS3Configuration::fromAST(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool) @ 0x000000003331988a 7. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:568: DB::StorageObjectStorage::Configuration::initialize(DB::StorageObjectStorage::Configuration&, absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool, std::unique_ptr>) @ 0x00000000330eb74a 8. ./src/TableFunctions/TableFunctionObjectStorage.h:133: DB::TableFunctionObjectStorage>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x000000002754f79e 9. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x000000002754be97 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:52:53.574133 [ 4129 ] {cda053bb-7f10-4a1f-abf7-49c508a36cff} executeQuery: Code: 42. DB::Exception: The function icebergHDFS should have arguments. The first argument must be the cluster name and the rest are the arguments of corresponding table function. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM icebergHDFS();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionObjectStorageClusterFallback.cpp:80: DB::TableFunctionObjectStorageClusterFallback>>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275f6741 5. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275114d7 6. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster>>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275cea26 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:52:53.593974 [ 4129 ] {} TCPHandler: Code: 42. DB::Exception: The function icebergHDFS should have arguments. The first argument must be the cluster name and the rest are the arguments of corresponding table function. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionObjectStorageClusterFallback.cpp:80: DB::TableFunctionObjectStorageClusterFallback>>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275f6741 5. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275114d7 6. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster>>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275cea26 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:52:53.616094 [ 4129 ] {f9ac2127-d60f-4e9d-b110-077bbff85ce6} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiSearchAllPositionsCaseInsensitive doesn't match: passed 0, should be 2: In scope SELECT multiSearchAllPositionsCaseInsensitive(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT multiSearchAllPositionsCaseInsensitive();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:52:53.622816 [ 4129 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiSearchAllPositionsCaseInsensitive doesn't match: passed 0, should be 2: In scope SELECT multiSearchAllPositionsCaseInsensitive(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:52:54.431281 [ 4129 ] {dede7431-f322-456a-b761-b4107706f3cd} executeQuery: Code: 42. DB::Exception: Table function 'zeros' cannot have more than one params. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT ( SELECT * FROM zeros([[]], '') ) , ( SELECT * FROM null(NULL, '\0') ) , ( SELECT startsWith(( SELECT intExp10((CAST(([]) AS DateTime))) ) AS fpgnzonf) ) AS il;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionZeros.cpp:59: DB::(anonymous namespace)::TableFunctionZeros::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000273e874e 5. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 6. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:52:54.438761 [ 4129 ] {} TCPHandler: Code: 42. DB::Exception: Table function 'zeros' cannot have more than one params. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionZeros.cpp:59: DB::(anonymous namespace)::TableFunctionZeros::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000273e874e 5. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 6. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:52:54.491541 [ 4129 ] {39c566dc-9052-4379-ada5-cee4ad7d7cc4} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3CellAreaM2 doesn't match: passed 0, should be 1: In scope SELECT CAST(h3CellAreaM2(), 'DateTime'), toInt16OrDefault(bitRotateLeft('', kql_array_sort_desc())), [], [9995], [CAST(NULL, 'DateTime')]. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT (CAST((h3CellAreaM2()) AS DateTime)), toInt16OrDefault(bitRotateLeft('', kql_array_sort_desc())), [], [9995], [(CAST((NULL) AS DateTime))];), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:52:54.510292 [ 4129 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3CellAreaM2 doesn't match: passed 0, should be 1: In scope SELECT CAST(h3CellAreaM2(), 'DateTime'), toInt16OrDefault(bitRotateLeft('', kql_array_sort_desc())), [], [9995], [CAST(NULL, 'DateTime')]. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:52:54.540766 [ 1417 ] {3430e9d9-d32e-41ca-a636-2c3e65d7eadd} executeQuery: Code: 319. DB::Exception: Unknown quorum status. The data was inserted in the local replica but we could not verify quorum. Reason: Timeout while waiting for quorum. (UNKNOWN_STATUS_OF_INSERT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50262) (comment: 00732_quorum_insert_lost_part_and_alive_part_zookeeper_long.sql) (in query: INSERT INTO quorum2 VALUES ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1267: DB::ReplicatedMergeTreeSinkImpl::waitForQuorum(std::shared_ptr const&, String const&, String const&, int, int, unsigned long) const @ 0x000000003e9d51a1 5. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1197: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda5'()::operator()() const @ 0x000000003ea1c9b2 6. ./src/Common/ZooKeeper/ZooKeeperRetries.h:78: void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda5'()&, void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda5'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda5'()&&)::'lambda'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda5'()&&, void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda5'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda5'()&&)::'lambda'()&&) @ 0x000000003ea1c39f 7. ./src/Common/ZooKeeper/ZooKeeperRetries.h:52: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long) @ 0x000000003e9ce984 8. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:491: DB::ReplicatedMergeTreeSinkImpl::finishDelayedChunk(std::shared_ptr const&) @ 0x000000003e9a08f7 9. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1232: DB::ReplicatedMergeTreeSinkImpl::onFinish() @ 0x000000003e9cb7f8 10. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dd4ef 11. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 12. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: DB::ExceptionKeepingTransform::work() @ 0x00000000400db2e2 13. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 16. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 17. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 18. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:52:54.567266 [ 1417 ] {} TCPHandler: Code: 319. DB::Exception: Unknown quorum status. The data was inserted in the local replica but we could not verify quorum. Reason: Timeout while waiting for quorum. (UNKNOWN_STATUS_OF_INSERT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1267: DB::ReplicatedMergeTreeSinkImpl::waitForQuorum(std::shared_ptr const&, String const&, String const&, int, int, unsigned long) const @ 0x000000003e9d51a1 5. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1197: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda5'()::operator()() const @ 0x000000003ea1c9b2 6. ./src/Common/ZooKeeper/ZooKeeperRetries.h:78: void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda5'()&, void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda5'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda5'()&&)::'lambda'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda5'()&&, void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda5'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda5'()&&)::'lambda'()&&) @ 0x000000003ea1c39f 7. ./src/Common/ZooKeeper/ZooKeeperRetries.h:52: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long) @ 0x000000003e9ce984 8. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:491: DB::ReplicatedMergeTreeSinkImpl::finishDelayedChunk(std::shared_ptr const&) @ 0x000000003e9a08f7 9. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1232: DB::ReplicatedMergeTreeSinkImpl::onFinish() @ 0x000000003e9cb7f8 10. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dd4ef 11. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 12. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: DB::ExceptionKeepingTransform::work() @ 0x00000000400db2e2 13. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 16. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 17. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 18. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:52:55.323679 [ 4129 ] {d8044232-92f2-4d6f-b753-93beb0fed590} executeQuery: Code: 35. DB::Exception: Function pointInPolygon requires at least 2 arguments: In scope SELECT pointInPolygon(). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT pointInPolygon();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionPointInPolygon>::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x0000000019bdc88e 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:52:55.330456 [ 4129 ] {} TCPHandler: Code: 35. DB::Exception: Function pointInPolygon requires at least 2 arguments: In scope SELECT pointInPolygon(). (TOO_FEW_ARGUMENTS_FOR_FUNCTION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionPointInPolygon>::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x0000000019bdc88e 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:52:56.445410 [ 67332 ] {47978f01-b7af-4d1e-ba87-be0d21a36f5b} executeQuery: Code: 53. DB::Exception: Return type of lambda function must be the same as the accumulator type, inferred return type of lambda: Nullable(Int64), inferred type of accumulator: Int64: In scope SELECT arrayFold((acc, x) -> (acc + (x * 2)), CAST('[1, 2, 3, 4]', 'Array(Nullable(Int64))'), toInt64(3)). (TYPE_MISMATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50322) (comment: 02990_arrayFold_nullable_lc.sql) (in query: SELECT arrayFold((acc, x) -> (acc + (x * 2)), [1, 2, 3, 4]::Array(Nullable(Int64)), toInt64(3));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionArrayFold::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f459760 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:52:56.453013 [ 67332 ] {} TCPHandler: Code: 53. DB::Exception: Return type of lambda function must be the same as the accumulator type, inferred return type of lambda: Nullable(Int64), inferred type of accumulator: Int64: In scope SELECT arrayFold((acc, x) -> (acc + (x * 2)), CAST('[1, 2, 3, 4]', 'Array(Nullable(Int64))'), toInt64(3)). (TYPE_MISMATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionArrayFold::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f459760 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:52:56.524062 [ 4129 ] {feadc068-4111-4ce1-b18e-b39a944f728d} executeQuery: Code: 125. DB::Exception: Scalar subquery returned more than one row. (INCORRECT_RESULT_OF_SCALAR_SUBQUERY) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT h3ToParent(countSubstrings(( SELECT * FROM generateRandom() ) AS sjaup, ( SELECT dictGetFloat32() ) , (CAST((( SELECT enabledProfiles(), '\0' ) AS bjahkv) AS Date))), ( SELECT toTypeName('\0', [negate('', '\0')]) ) );), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:640: DB::QueryAnalyzer::evaluateScalarSubqueryIfNeeded(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d4f7d3 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3854: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d34fa1 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:52:56.536667 [ 4129 ] {} TCPHandler: Code: 125. DB::Exception: Scalar subquery returned more than one row. (INCORRECT_RESULT_OF_SCALAR_SUBQUERY), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:640: DB::QueryAnalyzer::evaluateScalarSubqueryIfNeeded(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d4f7d3 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3854: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d34fa1 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:52:57.217459 [ 67332 ] {39e35811-deb6-4ba4-9417-9939039545e3} executeQuery: Code: 53. DB::Exception: Return type of lambda function must be the same as the accumulator type, inferred return type of lambda: Nullable(Int64), inferred type of accumulator: Int64: In scope SELECT arrayFold((acc, x) -> toNullable(acc + (x * 2)), [1, 2, 3, 4], toInt64(3)). (TYPE_MISMATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50322) (comment: 02990_arrayFold_nullable_lc.sql) (in query: SELECT arrayFold((acc, x) -> toNullable(acc + (x * 2)), [1, 2, 3, 4], toInt64(3));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionArrayFold::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f459760 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:52:57.222391 [ 67332 ] {} TCPHandler: Code: 53. DB::Exception: Return type of lambda function must be the same as the accumulator type, inferred return type of lambda: Nullable(Int64), inferred type of accumulator: Int64: In scope SELECT arrayFold((acc, x) -> toNullable(acc + (x * 2)), [1, 2, 3, 4], toInt64(3)). (TYPE_MISMATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionArrayFold::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f459760 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:52:57.236528 [ 4129 ] {27587140-f017-48e6-acea-24a209fdedcb} executeQuery: Code: 42. DB::Exception: Aggregate function sumMapFiltered requires at least two arguments of Array type or one argument of tuple of two arrays. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT sumMapFiltered();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/AggregateFunctions/AggregateFunctionSumMap.cpp:730: DB::(anonymous namespace)::parseArguments(String const&, std::vector, std::allocator>> const&) @ 0x0000000024e1c749 5. ./build_docker/./src/AggregateFunctions/AggregateFunctionSumMap.cpp:797: DB::registerAggregateFunctionSumMap(DB::AggregateFunctionFactory&)::$_4::operator()(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) const @ 0x0000000024eb7597 6. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x0000000024eb74a0 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 8. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:52:57.245865 [ 4129 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function sumMapFiltered requires at least two arguments of Array type or one argument of tuple of two arrays. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/AggregateFunctions/AggregateFunctionSumMap.cpp:730: DB::(anonymous namespace)::parseArguments(String const&, std::vector, std::allocator>> const&) @ 0x0000000024e1c749 5. ./build_docker/./src/AggregateFunctions/AggregateFunctionSumMap.cpp:797: DB::registerAggregateFunctionSumMap(DB::AggregateFunctionFactory&)::$_4::operator()(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) const @ 0x0000000024eb7597 6. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x0000000024eb74a0 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 8. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:52:57.360441 [ 67332 ] {920bf7b7-7b01-48bc-bf64-b7a573e024af} executeQuery: Code: 53. DB::Exception: Return type of lambda function must be the same as the accumulator type, inferred return type of lambda: Int64, inferred type of accumulator: LowCardinality(Int64): In scope SELECT arrayFold((acc, x) -> (acc + (x * 2)), [1, 2, 3, 4], toLowCardinality(toInt64(3))). (TYPE_MISMATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50322) (comment: 02990_arrayFold_nullable_lc.sql) (in query: SELECT arrayFold((acc, x) -> (acc + (x * 2)), [1, 2, 3, 4], toLowCardinality(toInt64(3)));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionArrayFold::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f459760 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:52:57.365598 [ 67332 ] {} TCPHandler: Code: 53. DB::Exception: Return type of lambda function must be the same as the accumulator type, inferred return type of lambda: Int64, inferred type of accumulator: LowCardinality(Int64): In scope SELECT arrayFold((acc, x) -> (acc + (x * 2)), [1, 2, 3, 4], toLowCardinality(toInt64(3))). (TYPE_MISMATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionArrayFold::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f459760 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:52:57.551052 [ 67332 ] {2361992e-816c-4e40-a3ac-bdc2550e1de2} executeQuery: Code: 53. DB::Exception: Return type of lambda function must be the same as the accumulator type, inferred return type of lambda: Int64, inferred type of accumulator: LowCardinality(Int64): In scope SELECT arrayFold((acc, x) -> (acc + (x * 2)), CAST('[1, 2, 3, 4]', 'Array(LowCardinality(Int64))'), toInt64(toLowCardinality(3))). (TYPE_MISMATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50322) (comment: 02990_arrayFold_nullable_lc.sql) (in query: SELECT arrayFold((acc, x) -> (acc + (x * 2)), [1, 2, 3, 4]::Array(LowCardinality(Int64)), toInt64(toLowCardinality(3)));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionArrayFold::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f459760 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:52:57.557139 [ 67332 ] {} TCPHandler: Code: 53. DB::Exception: Return type of lambda function must be the same as the accumulator type, inferred return type of lambda: Int64, inferred type of accumulator: LowCardinality(Int64): In scope SELECT arrayFold((acc, x) -> (acc + (x * 2)), CAST('[1, 2, 3, 4]', 'Array(LowCardinality(Int64))'), toInt64(toLowCardinality(3))). (TYPE_MISMATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionArrayFold::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f459760 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:52:57.760239 [ 67332 ] {51686c7b-d6f4-4801-82e7-8378ed2d78d9} executeQuery: Code: 53. DB::Exception: Return type of lambda function must be the same as the accumulator type, inferred return type of lambda: Nullable(Int64), inferred type of accumulator: LowCardinality(Int64): In scope SELECT arrayFold((acc, x) -> (acc + (x * 2)), CAST('[1, 2, 3, 4]', 'Array(Nullable(Int64))'), toInt64(toLowCardinality(3))). (TYPE_MISMATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50322) (comment: 02990_arrayFold_nullable_lc.sql) (in query: SELECT arrayFold((acc, x) -> acc + (x * 2), [1, 2, 3, 4]::Array(Nullable(Int64)), toInt64(toLowCardinality(3)));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionArrayFold::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f459760 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:52:57.771464 [ 67332 ] {} TCPHandler: Code: 53. DB::Exception: Return type of lambda function must be the same as the accumulator type, inferred return type of lambda: Nullable(Int64), inferred type of accumulator: LowCardinality(Int64): In scope SELECT arrayFold((acc, x) -> (acc + (x * 2)), CAST('[1, 2, 3, 4]', 'Array(Nullable(Int64))'), toInt64(toLowCardinality(3))). (TYPE_MISMATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionArrayFold::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f459760 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:52:57.848951 [ 67332 ] {8a33ed70-7269-4ba4-970f-7e23b4d0b5a7} executeQuery: Code: 53. DB::Exception: Return type of lambda function must be the same as the accumulator type, inferred return type of lambda: LowCardinality(Nullable(Int64)), inferred type of accumulator: LowCardinality(Int64): In scope SELECT arrayFold((acc, x) -> toLowCardinality(acc + (x * 2)), CAST('[1, 2, 3, 4]', 'Array(Nullable(Int64))'), toInt64(toLowCardinality(3))). (TYPE_MISMATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50322) (comment: 02990_arrayFold_nullable_lc.sql) (in query: SELECT arrayFold((acc, x) -> toLowCardinality(acc + (x * 2)), [1, 2, 3, 4]::Array(Nullable(Int64)), toInt64(toLowCardinality(3)));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionArrayFold::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f459760 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:52:57.865553 [ 67332 ] {} TCPHandler: Code: 53. DB::Exception: Return type of lambda function must be the same as the accumulator type, inferred return type of lambda: LowCardinality(Nullable(Int64)), inferred type of accumulator: LowCardinality(Int64): In scope SELECT arrayFold((acc, x) -> toLowCardinality(acc + (x * 2)), CAST('[1, 2, 3, 4]', 'Array(Nullable(Int64))'), toInt64(toLowCardinality(3))). (TYPE_MISMATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionArrayFold::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f459760 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:52:57.916114 [ 67332 ] {ce0ecc99-94b7-4379-9668-437140f13fba} executeQuery: Code: 53. DB::Exception: Return type of lambda function must be the same as the accumulator type, inferred return type of lambda: LowCardinality(Nullable(Int64)), inferred type of accumulator: Nullable(Int64): In scope SELECT arrayFold((acc, x) -> toLowCardinality(acc + (x * 2)), CAST('[1, 2, 3, 4]', 'Array(Nullable(Int64))'), toInt64(toNullable(3))). (TYPE_MISMATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50322) (comment: 02990_arrayFold_nullable_lc.sql) (in query: SELECT arrayFold((acc, x) -> toLowCardinality(acc + (x * 2)), [1, 2, 3, 4]::Array(Nullable(Int64)), toInt64(toNullable(3)));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionArrayFold::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f459760 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:52:57.923919 [ 67332 ] {} TCPHandler: Code: 53. DB::Exception: Return type of lambda function must be the same as the accumulator type, inferred return type of lambda: LowCardinality(Nullable(Int64)), inferred type of accumulator: Nullable(Int64): In scope SELECT arrayFold((acc, x) -> toLowCardinality(acc + (x * 2)), CAST('[1, 2, 3, 4]', 'Array(Nullable(Int64))'), toInt64(toNullable(3))). (TYPE_MISMATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionArrayFold::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f459760 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:52:58.062982 [ 67332 ] {a7d2786b-925c-4cef-b489-04f654ac8d26} executeQuery: Code: 53. DB::Exception: Return type of lambda function must be the same as the accumulator type, inferred return type of lambda: Nullable(Int64), inferred type of accumulator: LowCardinality(Nullable(Int64)): In scope SELECT arrayFold((acc, x) -> (acc + (x * 2)), [1, 2, 3, 4], CAST(NULL, 'LowCardinality(Nullable(Int64))')). (TYPE_MISMATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50322) (comment: 02990_arrayFold_nullable_lc.sql) (in query: -- It's debatable which one of the following 2 queries should work, but considering the return type must match the -- accumulator type it makes sense to be the second one SELECT arrayFold((acc, x) -> (acc + (x * 2)), [1, 2, 3, 4], NULL::LowCardinality(Nullable(Int64)));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionArrayFold::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f459760 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:52:58.068071 [ 67332 ] {} TCPHandler: Code: 53. DB::Exception: Return type of lambda function must be the same as the accumulator type, inferred return type of lambda: Nullable(Int64), inferred type of accumulator: LowCardinality(Nullable(Int64)): In scope SELECT arrayFold((acc, x) -> (acc + (x * 2)), [1, 2, 3, 4], CAST(NULL, 'LowCardinality(Nullable(Int64))')). (TYPE_MISMATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionArrayFold::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f459760 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:52:58.276767 [ 4129 ] {dfddef2c-5bcc-405a-bf49-fb5352fd0578} executeQuery: Code: 42. DB::Exception: Number of arguments for function reinterpretAsUInt256 doesn't match: passed 2, should be 1: In scope (SELECT reinterpretAsUInt256(atan2(NULL, 't'), NULL)) AS uj. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM deltaLake([[]], (CAST((( SELECT reinterpretAsUInt256(atan2(NULL, 't'), NULL) ) AS uj) AS DateTime)));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4786: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3b19a 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:52:58.284709 [ 4129 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function reinterpretAsUInt256 doesn't match: passed 2, should be 1: In scope (SELECT reinterpretAsUInt256(atan2(NULL, 't'), NULL)) AS uj. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4786: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3b19a 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:52:58.920180 [ 4129 ] {7b94bcef-f9dc-45e6-aced-775bd826e33f} executeQuery: Code: 42. DB::Exception: Table function 'generate_series' requires 'length' or 'offset, length'. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM generate_series('>');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionGenerateSeries.cpp:72: DB::(anonymous namespace)::TableFunctionGenerateSeries<0ul>::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000273c1deb 5. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 6. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:52:58.927610 [ 4129 ] {} TCPHandler: Code: 42. DB::Exception: Table function 'generate_series' requires 'length' or 'offset, length'. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionGenerateSeries.cpp:72: DB::(anonymous namespace)::TableFunctionGenerateSeries<0ul>::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000273c1deb 5. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 6. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:52:59.488815 [ 4129 ] {ca0e8335-023a-4431-aa18-be2dd47d80d0} executeQuery: Code: 43. DB::Exception: No arguments provided for table function 'loop'. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM loop();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/TableFunctions/TableFunctionLoop.cpp:53: DB::(anonymous namespace)::TableFunctionLoop::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000273b9833 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:52:59.500201 [ 4129 ] {} TCPHandler: Code: 43. DB::Exception: No arguments provided for table function 'loop'. (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/TableFunctions/TableFunctionLoop.cpp:53: DB::(anonymous namespace)::TableFunctionLoop::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000273b9833 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:53:01.155018 [ 4129 ] {10738698-0dcd-42e3-a024-fc1cd0fb81f1} executeQuery: Code: 73. DB::Exception: Unknown format q. (UNKNOWN_FORMAT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM url('', 'q');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Formats/FormatFactory.cpp:912: DB::FormatFactory::checkFormatName(String const&) const @ 0x000000003f4f0977 5. ./build_docker/./src/Storages/StorageURL.cpp:165: DB::IStorageURLBase::IStorageURLBase(String const&, std::shared_ptr const&, DB::StorageID const&, String const&, std::optional const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, String const&, String const&, std::vector> const&, String const&, std::shared_ptr, bool) @ 0x000000003d30ba68 6. ./build_docker/./src/Storages/StorageURL.cpp:1421: DB::StorageURL::StorageURL(String const&, DB::StorageID const&, String const&, std::optional const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, String const&, std::shared_ptr const&, String const&, std::vector> const&, String const&, std::shared_ptr, bool) @ 0x000000003d32a31c 7. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::__shared_ptr_emplace>::__shared_ptr_emplace[abi:v15007]&, String const&, std::vector> const&, String const&>(std::allocator, String const&, DB::StorageID&&, String const&, std::nullopt_t const&, DB::ColumnsDescription const&, DB::ConstraintsDescription&&, String&&, std::shared_ptr&, String const&, std::vector> const&, String const&) @ 0x000000002740ea02 8. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:953: std::shared_ptr std::allocate_shared[abi:v15007], String const&, DB::StorageID, String const&, std::nullopt_t const&, DB::ColumnsDescription const&, DB::ConstraintsDescription, String, std::shared_ptr&, String const&, std::vector> const&, String const&, void>(std::allocator const&, String const&, DB::StorageID&&, String const&, std::nullopt_t const&, DB::ColumnsDescription const&, DB::ConstraintsDescription&&, String&&, std::shared_ptr&, String const&, std::vector> const&, String const&) @ 0x000000002740e6ef 9. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::TableFunctionURL::getStorage(String const&, String const&, DB::ColumnsDescription const&, std::shared_ptr, String const&, String const&) const @ 0x000000002740b95d 10. ./build_docker/./src/TableFunctions/ITableFunctionFileLike.cpp:99: DB::ITableFunctionFileLike::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x0000000027401dbc 11. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 12. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:53:01.169804 [ 4129 ] {} TCPHandler: Code: 73. DB::Exception: Unknown format q. (UNKNOWN_FORMAT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Formats/FormatFactory.cpp:912: DB::FormatFactory::checkFormatName(String const&) const @ 0x000000003f4f0977 5. ./build_docker/./src/Storages/StorageURL.cpp:165: DB::IStorageURLBase::IStorageURLBase(String const&, std::shared_ptr const&, DB::StorageID const&, String const&, std::optional const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, String const&, String const&, std::vector> const&, String const&, std::shared_ptr, bool) @ 0x000000003d30ba68 6. ./build_docker/./src/Storages/StorageURL.cpp:1421: DB::StorageURL::StorageURL(String const&, DB::StorageID const&, String const&, std::optional const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, String const&, std::shared_ptr const&, String const&, std::vector> const&, String const&, std::shared_ptr, bool) @ 0x000000003d32a31c 7. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::__shared_ptr_emplace>::__shared_ptr_emplace[abi:v15007]&, String const&, std::vector> const&, String const&>(std::allocator, String const&, DB::StorageID&&, String const&, std::nullopt_t const&, DB::ColumnsDescription const&, DB::ConstraintsDescription&&, String&&, std::shared_ptr&, String const&, std::vector> const&, String const&) @ 0x000000002740ea02 8. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:953: std::shared_ptr std::allocate_shared[abi:v15007], String const&, DB::StorageID, String const&, std::nullopt_t const&, DB::ColumnsDescription const&, DB::ConstraintsDescription, String, std::shared_ptr&, String const&, std::vector> const&, String const&, void>(std::allocator const&, String const&, DB::StorageID&&, String const&, std::nullopt_t const&, DB::ColumnsDescription const&, DB::ConstraintsDescription&&, String&&, std::shared_ptr&, String const&, std::vector> const&, String const&) @ 0x000000002740e6ef 9. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::TableFunctionURL::getStorage(String const&, String const&, DB::ColumnsDescription const&, std::shared_ptr, String const&, String const&) const @ 0x000000002740b95d 10. ./build_docker/./src/TableFunctions/ITableFunctionFileLike.cpp:99: DB::ITableFunctionFileLike::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x0000000027401dbc 11. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 12. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:53:02.039560 [ 4129 ] {80caa8c6-7d02-4368-92bb-319cc6110e0f} executeQuery: Code: 42. DB::Exception: Table function 'mergeTreeIndex' must have 2 or 3 arguments, got: 0. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM icebergHDFSCluster(replaceAll(( SELECT * FROM mergeTreeIndex() ) , [( SELECT timeZone() ) AS ajshir, ( SELECT (CAST((6) AS DateTime)), ['eg4o'], '\0' ) AS no]), []);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&&) @ 0x00000000088dcead 4. ./build_docker/./src/TableFunctions/TableFunctionMergeTreeIndex.cpp:56: DB::TableFunctionMergeTreeIndex::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x0000000027443eb7 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4786: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3b19a 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:53:02.046222 [ 4129 ] {} TCPHandler: Code: 42. DB::Exception: Table function 'mergeTreeIndex' must have 2 or 3 arguments, got: 0. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&&) @ 0x00000000088dcead 4. ./build_docker/./src/TableFunctions/TableFunctionMergeTreeIndex.cpp:56: DB::TableFunctionMergeTreeIndex::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x0000000027443eb7 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4786: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3b19a 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:53:02.195669 [ 4129 ] {3cfbdb6b-505b-4812-9fe9-fca07477d548} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetUInt64OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetUInt64OrDefault(-74613, -370). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT dictGetUInt64OrDefault(-74613, -370);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3e2b 5. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 6. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 7. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:53:02.204111 [ 4129 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetUInt64OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetUInt64OrDefault(-74613, -370). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3e2b 5. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 6. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 7. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:53:02.239921 [ 4129 ] {ebeadef5-2998-45f3-bef2-5ea117ffb729} executeQuery: Code: 42. DB::Exception: Number of arguments for function currentSchemas doesn't match: passed 0, should be 1: In scope SELECT current_schemas(), 755873, toIntervalMonth(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT current_schemas(), 755873, toIntervalMonth();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:53:02.245713 [ 4129 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function currentSchemas doesn't match: passed 0, should be 1: In scope SELECT current_schemas(), 755873, toIntervalMonth(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:53:02.522555 [ 4129 ] {48dc599d-d93e-4e63-84fd-b7d62f4a44a8} executeQuery: Code: 43. DB::Exception: Illegal type Tuple(`[]` Array(Nothing), `''` String, `[]_1` Array(Nothing), `'(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./src/Functions/FunctionsConversion.h:2527: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032568769 5. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032566142 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 11. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 12. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 13. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 14. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 15. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 16. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 17. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 18. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 26. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 29. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 30. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 31. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 2025.03.31 17:53:02.530191 [ 4129 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Tuple(`[]` Array(Nothing), `''` String, `[]_1` Array(Nothing), `'(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./src/Functions/FunctionsConversion.h:2527: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032568769 5. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032566142 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 11. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 12. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 13. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 14. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 15. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 16. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 17. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 18. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 26. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 29. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 30. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 31. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 2025.03.31 17:53:03.308139 [ 4129 ] {560f5b63-8b81-45b8-a363-7e068b0ade07} executeQuery: Code: 42. DB::Exception: Storage S3 requires 1 to 7 arguments. All supported signatures: - url - url, NOSIGN - url, format - url, NOSIGN, format - url, format, structure - url, NOSIGN, format, structure - url, format, structure, compression_method - url, NOSIGN, format, structure, compression_method - url, access_key_id, secret_access_key - url, access_key_id, secret_access_key, session_token - url, access_key_id, secret_access_key, format - url, access_key_id, secret_access_key, session_token, format - url, access_key_id, secret_access_key, format, structure - url, access_key_id, secret_access_key, session_token, format, structure - url, access_key_id, secret_access_key, format, structure, compression_method - url, access_key_id, secret_access_key, session_token, format, structure, compression_method All signatures supports optional headers (specified as `headers('name'='value', 'name2'='value2')`). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT 362.581, ( SELECT * FROM oss() ) , 7313086;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&&, String&&) @ 0x0000000018276aad 4. ./build_docker/./src/Storages/ObjectStorage/S3/Configuration.cpp:197: DB::StorageS3Configuration::fromAST(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool) @ 0x000000003331e3c7 5. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:568: DB::StorageObjectStorage::Configuration::initialize(DB::StorageObjectStorage::Configuration&, absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool, std::unique_ptr>) @ 0x00000000330eb74a 6. ./src/TableFunctions/TableFunctionObjectStorage.h:133: DB::TableFunctionObjectStorage::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000274f7dbe 7. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274fb4d7 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:53:03.317230 [ 4129 ] {} TCPHandler: Code: 42. DB::Exception: Storage S3 requires 1 to 7 arguments. All supported signatures: - url - url, NOSIGN - url, format - url, NOSIGN, format - url, format, structure - url, NOSIGN, format, structure - url, format, structure, compression_method - url, NOSIGN, format, structure, compression_method - url, access_key_id, secret_access_key - url, access_key_id, secret_access_key, session_token - url, access_key_id, secret_access_key, format - url, access_key_id, secret_access_key, session_token, format - url, access_key_id, secret_access_key, format, structure - url, access_key_id, secret_access_key, session_token, format, structure - url, access_key_id, secret_access_key, format, structure, compression_method - url, access_key_id, secret_access_key, session_token, format, structure, compression_method All signatures supports optional headers (specified as `headers('name'='value', 'name2'='value2')`). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&&, String&&) @ 0x0000000018276aad 4. ./build_docker/./src/Storages/ObjectStorage/S3/Configuration.cpp:197: DB::StorageS3Configuration::fromAST(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool) @ 0x000000003331e3c7 5. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:568: DB::StorageObjectStorage::Configuration::initialize(DB::StorageObjectStorage::Configuration&, absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool, std::unique_ptr>) @ 0x00000000330eb74a 6. ./src/TableFunctions/TableFunctionObjectStorage.h:133: DB::TableFunctionObjectStorage::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000274f7dbe 7. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274fb4d7 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:53:03.467845 [ 4129 ] {65e9ea58-2cc7-4104-889b-ca52ddfe8597} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiMatchAny doesn't match: passed 0, should be 2: In scope SELECT toUInt128OrDefault(CAST(-34, 'Date'), multiMatchAny()), [], '\0', multiFuzzyMatchAny('', (SELECT CAST(0, 'String'), toStartOfWeek(distanceLp((SELECT * FROM timeSeriesMetrics('', (SELECT ['\0'], []) AS hh)) AS xvs, mortonDecode(toUInt16([], (SELECT * FROM deltaLakeCluster([], CAST('**]"', 'String'))) AS mhmhrc)))), NULL), (SELECT sum('y8pszW', -39943))), (SELECT * FROM timeSeriesMetrics()). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT toUInt128OrDefault((CAST((-34) AS Date)), multiMatchAny()), [], '\0', multiFuzzyMatchAny('', ( SELECT (CAST((-0) AS String)), toStartOfWeek(distanceLp(( SELECT * FROM timeSeriesMetrics('', ( SELECT ['\0'], [] ) AS hh) ) AS xvs, mortonDecode(toUInt16([], ( SELECT * FROM deltaLakeCluster([], (CAST(('**]"') AS String))) ) AS mhmhrc)))), NULL ) , ( SELECT sum('y8pszW', -39943) ) ), ( SELECT * FROM timeSeriesMetrics() ) ;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:53:03.476876 [ 4129 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiMatchAny doesn't match: passed 0, should be 2: In scope SELECT toUInt128OrDefault(CAST(-34, 'Date'), multiMatchAny()), [], '\0', multiFuzzyMatchAny('', (SELECT CAST(0, 'String'), toStartOfWeek(distanceLp((SELECT * FROM timeSeriesMetrics('', (SELECT ['\0'], []) AS hh)) AS xvs, mortonDecode(toUInt16([], (SELECT * FROM deltaLakeCluster([], CAST('**]"', 'String'))) AS mhmhrc)))), NULL), (SELECT sum('y8pszW', -39943))), (SELECT * FROM timeSeriesMetrics()). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:53:04.215782 [ 4129 ] {8c3d0800-c892-4023-9c7c-eea44c1343b3} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileBFloat16. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT '5nu+2~f', medianBFloat16('', ')]p n!gn');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String const&) @ 0x000000000a012e2d 4. ./build_docker/./src/AggregateFunctions/AggregateFunctionQuantileBFloat16.cpp:43: std::shared_ptr DB::(anonymous namespace)::createAggregateFunctionQuantile(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x0000000023590198 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:53:04.226577 [ 4129 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileBFloat16. (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String const&) @ 0x000000000a012e2d 4. ./build_docker/./src/AggregateFunctions/AggregateFunctionQuantileBFloat16.cpp:43: std::shared_ptr DB::(anonymous namespace)::createAggregateFunctionQuantile(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x0000000023590198 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:53:04.872642 [ 4129 ] {a042f390-1fa6-427d-af43-4bb9b6e38b6f} executeQuery: Code: 42. DB::Exception: The function icebergHDFSCluster should have arguments. The first argument must be the cluster name and the rest are the arguments of corresponding table function. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM icebergHDFSCluster();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./src/TableFunctions/ITableFunctionCluster.h:48: DB::ITableFunctionCluster>>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275d2822 5. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275114d7 6. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster>>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275cea26 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:53:04.881921 [ 4129 ] {} TCPHandler: Code: 42. DB::Exception: The function icebergHDFSCluster should have arguments. The first argument must be the cluster name and the rest are the arguments of corresponding table function. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./src/TableFunctions/ITableFunctionCluster.h:48: DB::ITableFunctionCluster>>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275d2822 5. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275114d7 6. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster>>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275cea26 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:53:04.910760 [ 4129 ] {8c8d20e2-42dc-40c2-a65a-f3dcab7209ee} executeQuery: Code: 701. DB::Exception: Requested cluster '' not found. (CLUSTER_DOESNT_EXIST) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM icebergHDFSCluster('');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./src/TableFunctions/ITableFunctionCluster.h:61: DB::ITableFunctionCluster>>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275d2a9f 5. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275114d7 6. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster>>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275cea26 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:53:04.917183 [ 4129 ] {} TCPHandler: Code: 701. DB::Exception: Requested cluster '' not found. (CLUSTER_DOESNT_EXIST), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./src/TableFunctions/ITableFunctionCluster.h:61: DB::ITableFunctionCluster>>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275d2a9f 5. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275114d7 6. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster>>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275cea26 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:53:06.084020 [ 4129 ] {79d13dc9-f26f-4b5f-a83f-ab51b3035618} executeQuery: Code: 43. DB::Exception: Illegal type Tuple(Tuple(`NULL` Nullable(Nothing), `[]` Array(Nothing), `''` String), Tuple(`'F'` String, `',/'` String)) of argument of function toDateTime: In scope SELECT INET_NTOA([], CAST(((SELECT NULL, [], ''), (SELECT 'F', ',/')), 'DateTime')). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT INET_NTOA([], (CAST((( SELECT NULL, [], '' ) , ( SELECT 'F', ',/' ) ) AS DateTime)));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./src/Functions/FunctionsConversion.h:2527: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032568769 5. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032566142 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 11. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 12. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 13. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 14. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 15. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 16. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 17. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 18. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 29. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 30. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 31. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 2025.03.31 17:53:06.091654 [ 4129 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Tuple(Tuple(`NULL` Nullable(Nothing), `[]` Array(Nothing), `''` String), Tuple(`'F'` String, `',/'` String)) of argument of function toDateTime: In scope SELECT INET_NTOA([], CAST(((SELECT NULL, [], ''), (SELECT 'F', ',/')), 'DateTime')). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./src/Functions/FunctionsConversion.h:2527: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032568769 5. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032566142 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 11. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 12. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 13. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 14. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 15. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 16. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 17. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 18. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 29. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 30. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 31. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 2025.03.31 17:53:06.121533 [ 4129 ] {aa64dd3e-44a7-4c21-a4bf-d3e6fbcf131f} executeQuery: Code: 42. DB::Exception: Number of arguments for function mortonDecode doesn't match: passed 1, should be 2: In scope SELECT mortonDecode(multiSearchAllPositionsUTF8([], NULL)). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT mortonDecode(multiSearchAllPositionsUTF8([], NULL));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:53:06.127749 [ 4129 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function mortonDecode doesn't match: passed 1, should be 2: In scope SELECT mortonDecode(multiSearchAllPositionsUTF8([], NULL)). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:53:07.240965 [ 4129 ] {6b5567d8-8e64-4c43-9985-775da70ba246} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toDateTime: In scope (SELECT * FROM remote([CAST([], 'DateTime')], '')). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT [], NULL, ( SELECT 'H', ( SELECT * FROM remote([(CAST(([]) AS DateTime))], '') ) , ( SELECT [NULL], '\0', '\0', -8702993, [[[5.28547]]] ) AS ofv, 'tQ8C;"}', '\0' ) , 'p>6fssE';), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./src/Functions/FunctionsConversion.h:2527: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032568769 5. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032566142 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 11. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 12. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 13. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 14. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 15. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 16. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 17. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 18. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4786: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3b19a 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 30. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 31. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 2025.03.31 17:53:07.250196 [ 4129 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toDateTime: In scope (SELECT * FROM remote([CAST([], 'DateTime')], '')). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./src/Functions/FunctionsConversion.h:2527: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032568769 5. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032566142 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 11. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 12. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 13. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 14. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 15. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 16. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 17. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 18. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4786: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3b19a 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 30. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 31. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 2025.03.31 17:53:07.969852 [ 4129 ] {76c7be5d-86c1-47e7-9388-e8dae235f03b} executeQuery: Code: 36. DB::Exception: Host is empty in S3 URI. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM iceberg('');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/IO/S3/URI.cpp:85: DB::S3::URI::URI(String const&, bool) @ 0x000000003333b5bc 5. ./build_docker/./src/Storages/ObjectStorage/S3/Configuration.cpp:362: DB::StorageS3Configuration::fromAST(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool) @ 0x000000003331bec8 6. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:568: DB::StorageObjectStorage::Configuration::initialize(DB::StorageObjectStorage::Configuration&, absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool, std::unique_ptr>) @ 0x00000000330eb74a 7. ./src/TableFunctions/TableFunctionObjectStorage.h:133: DB::TableFunctionObjectStorage>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x000000002754f79e 8. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x000000002754be97 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 14. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:53:07.976771 [ 4129 ] {} TCPHandler: Code: 36. DB::Exception: Host is empty in S3 URI. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/IO/S3/URI.cpp:85: DB::S3::URI::URI(String const&, bool) @ 0x000000003333b5bc 5. ./build_docker/./src/Storages/ObjectStorage/S3/Configuration.cpp:362: DB::StorageS3Configuration::fromAST(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool) @ 0x000000003331bec8 6. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:568: DB::StorageObjectStorage::Configuration::initialize(DB::StorageObjectStorage::Configuration&, absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool, std::unique_ptr>) @ 0x00000000330eb74a 7. ./src/TableFunctions/TableFunctionObjectStorage.h:133: DB::TableFunctionObjectStorage>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x000000002754f79e 8. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x000000002754be97 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 14. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:53:09.350280 [ 4129 ] {2590a4bd-6944-4bdf-bbf7-392380f110bd} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDecimal128'. Expected 2 arguments, got 0 arguments: In scope SELECT toDecimal128(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT toDecimal128();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&, String&&) @ 0x0000000031c3fcf7 4. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3b1b3 5. ./src/Functions/FunctionsConversion.h:2219: DB::detail::FunctionConvert>>, DB::detail::NameToDecimal128, DB::detail::UnknownMonotonicity>::getReturnTypeImplRemovedNullable(std::vector> const&) const @ 0x0000000032595faa 6. ./src/Functions/FunctionsConversion.h:2181: std::shared_ptr std::__function::__policy_invoker (std::vector> const&)>::__call_impl>>, DB::detail::NameToDecimal128, DB::detail::UnknownMonotonicity>::getReturnTypeImpl(std::vector> const&) const::'lambda'(auto const&), std::shared_ptr (std::vector> const&)>>(std::__function::__policy_storage const*, std::vector> const&) @ 0x0000000032afec7d 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032594d5d 8. ./src/Functions/FunctionsConversion.h:2182: DB::detail::FunctionConvert>>, DB::detail::NameToDecimal128, DB::detail::UnknownMonotonicity>::getReturnTypeImpl(std::vector> const&) const @ 0x000000003259591e 9. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 10. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 11. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 12. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:53:09.364192 [ 4129 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDecimal128'. Expected 2 arguments, got 0 arguments: In scope SELECT toDecimal128(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&, String&&) @ 0x0000000031c3fcf7 4. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3b1b3 5. ./src/Functions/FunctionsConversion.h:2219: DB::detail::FunctionConvert>>, DB::detail::NameToDecimal128, DB::detail::UnknownMonotonicity>::getReturnTypeImplRemovedNullable(std::vector> const&) const @ 0x0000000032595faa 6. ./src/Functions/FunctionsConversion.h:2181: std::shared_ptr std::__function::__policy_invoker (std::vector> const&)>::__call_impl>>, DB::detail::NameToDecimal128, DB::detail::UnknownMonotonicity>::getReturnTypeImpl(std::vector> const&) const::'lambda'(auto const&), std::shared_ptr (std::vector> const&)>>(std::__function::__policy_storage const*, std::vector> const&) @ 0x0000000032afec7d 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032594d5d 8. ./src/Functions/FunctionsConversion.h:2182: DB::detail::FunctionConvert>>, DB::detail::NameToDecimal128, DB::detail::UnknownMonotonicity>::getReturnTypeImpl(std::vector> const&) const @ 0x000000003259591e 9. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 10. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 11. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 12. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:53:09.388224 [ 4129 ] {6fd6a84e-20b5-4c1e-896d-9cb5081ed50d} executeQuery: Code: 38. DB::Exception: Cannot parse date: value is too short: Cannot parse Date from String: In scope SELECT * FROM icebergAzureCluster(CAST('\0', 'Date')). (CANNOT_PARSE_DATE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM icebergAzureCluster((CAST(('\0') AS Date)));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/IO/ReadHelpers.cpp:1363: void DB::readDateTextFallback(LocalDate&, DB::ReadBuffer&, char const*) @ 0x000000002087769b 5. ./src/IO/ReadHelpers.h:825: void DB::readDateTextImpl(LocalDate&, DB::ReadBuffer&, char const*) @ 0x0000000027db28d3 6. ./src/IO/ReadHelpers.h:846: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000328007ed 7. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000327d74a7 8. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324f568b 9. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003255e2c9 10. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003255cec2 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 16. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 17. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 18. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 19. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 20. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 21. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 22. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 23. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4786: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3b19a 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 30. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 31. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 2025.03.31 17:53:09.394427 [ 4129 ] {} TCPHandler: Code: 38. DB::Exception: Cannot parse date: value is too short: Cannot parse Date from String: In scope SELECT * FROM icebergAzureCluster(CAST('\0', 'Date')). (CANNOT_PARSE_DATE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/IO/ReadHelpers.cpp:1363: void DB::readDateTextFallback(LocalDate&, DB::ReadBuffer&, char const*) @ 0x000000002087769b 5. ./src/IO/ReadHelpers.h:825: void DB::readDateTextImpl(LocalDate&, DB::ReadBuffer&, char const*) @ 0x0000000027db28d3 6. ./src/IO/ReadHelpers.h:846: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000328007ed 7. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000327d74a7 8. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324f568b 9. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003255e2c9 10. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003255cec2 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 16. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 17. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 18. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 19. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 20. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 21. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 22. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 23. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4786: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3b19a 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 30. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 31. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 2025.03.31 17:53:09.964699 [ 502 ] {} DNSResolver: Cannot resolve host (), error 0: No address found. 2025.03.31 17:53:10.112131 [ 4129 ] {49d2f6f2-2408-4457-b425-ef71f736230d} executeQuery: Code: 60. DB::Exception: Table test_l00gh7ps.V does not exist. Maybe you meant test_h7tzibzz.X?. (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM timeSeriesTags('V');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&) @ 0x0000000008b24cbf 4. ./build_docker/./src/Databases/IDatabase.cpp:38: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339f65 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 7. ./build_docker/./src/TableFunctions/TableFunctionTimeSeries.cpp:77: DB::TableFunctionTimeSeriesTarget<(DB::ViewTarget::Kind)3>::getTargetTable(std::shared_ptr const&) const @ 0x00000000274da5e2 8. ./build_docker/./src/TableFunctions/TableFunctionTimeSeries.cpp:70: DB::TableFunctionTimeSeriesTarget<(DB::ViewTarget::Kind)3>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274d89c3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 14. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:53:10.118509 [ 4129 ] {} TCPHandler: Code: 60. DB::Exception: Table test_l00gh7ps.V does not exist. Maybe you meant test_h7tzibzz.X?. (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&) @ 0x0000000008b24cbf 4. ./build_docker/./src/Databases/IDatabase.cpp:38: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339f65 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 7. ./build_docker/./src/TableFunctions/TableFunctionTimeSeries.cpp:77: DB::TableFunctionTimeSeriesTarget<(DB::ViewTarget::Kind)3>::getTargetTable(std::shared_ptr const&) const @ 0x00000000274da5e2 8. ./build_docker/./src/TableFunctions/TableFunctionTimeSeries.cpp:70: DB::TableFunctionTimeSeriesTarget<(DB::ViewTarget::Kind)3>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274d89c3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 14. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:53:11.283079 [ 4129 ] {9ba94672-6a11-4099-a8b4-b45d420fe3bd} executeQuery: Code: 70. DB::Exception: Cannot convert NULL to a non-nullable type: In scope (SELECT CAST(NULL, 'DateTime'), 55002355, 'O\\o') AS vnif. (CANNOT_CONVERT_TYPE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT '', [[( SELECT tupleToNameValuePairs(( SELECT * FROM s3Cluster(( SELECT ( SELECT (CAST((NULL) AS DateTime)), 55002355, 'O\o' ) AS vnif, ( SELECT arrayReverseSplit('\0', (CAST((7) AS DateTime))) ) AS iv ) , ( SELECT '\0' ) AS coz) ) , ( SELECT [] ) AS vjx) ) ]], '\0';), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::detail::FunctionCast::prepareUnpackDictionaries(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000031e0f8b9 5. DB::detail::FunctionCast::prepare(std::vector> const&) const @ 0x0000000031e0e005 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3508: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d9494e 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4786: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3b19a 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 30. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 31. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 2025.03.31 17:53:11.294565 [ 4129 ] {} TCPHandler: Code: 70. DB::Exception: Cannot convert NULL to a non-nullable type: In scope (SELECT CAST(NULL, 'DateTime'), 55002355, 'O\\o') AS vnif. (CANNOT_CONVERT_TYPE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::detail::FunctionCast::prepareUnpackDictionaries(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000031e0f8b9 5. DB::detail::FunctionCast::prepare(std::vector> const&) const @ 0x0000000031e0e005 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3508: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d9494e 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4786: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3b19a 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 30. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 31. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 2025.03.31 17:53:11.997728 [ 4129 ] {ed73d675-43ce-40c3-8c51-ecbce6f586f6} executeQuery: Code: 42. DB::Exception: Table function 'jdbc' requires 2 or 3 arguments: jdbc('DSN', table) or jdbc('DSN', schema, table). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM icebergAzure(( SELECT * FROM jdbc([]) ) );), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/ITableFunctionXDBC.cpp:122: DB::(anonymous namespace)::ITableFunctionXDBC::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x000000002745d0cf 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4786: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3b19a 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 14. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:53:12.004726 [ 4129 ] {} TCPHandler: Code: 42. DB::Exception: Table function 'jdbc' requires 2 or 3 arguments: jdbc('DSN', table) or jdbc('DSN', schema, table). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/ITableFunctionXDBC.cpp:122: DB::(anonymous namespace)::ITableFunctionXDBC::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x000000002745d0cf 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4786: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3b19a 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 14. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:53:12.682378 [ 4129 ] {e3108bc7-4bde-40ec-a79e-3849c0a58acf} executeQuery: Code: 42. DB::Exception: Table function ('dictionary') requires 1 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM dictionary();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionDictionary.cpp:41: DB::TableFunctionDictionary::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274adda6 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:53:12.691069 [ 68117 ] {98e4cf9f-8f7e-4750-b737-5dddc1f05341} executeQuery: Code: 36. DB::Exception: Substitution '\1' in replacement argument is invalid, regexp has only 0 capturing groups. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:40894) (comment: 02864_replace_regexp_string_fallback.sql) (in query: -- negative tests -- Even if the fallback is used, invalid substitutions must throw an exception. SELECT 'Hello' AS haystack, 'l' AS needle, '\\1' AS replacement, replaceRegexpOne(materialize(haystack), needle, replacement);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, int&, int&&) @ 0x000000001b517dcd 4. DB::ReplaceRegexpImpl::checkSubstitutions(std::basic_string_view>, int) @ 0x000000001b525413 5. DB::FunctionStringReplace, DB::(anonymous namespace)::NameReplaceRegexpOne>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b51bcbf 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 10. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 11. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 12. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 13. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 14. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 16. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 17. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:53:12.700306 [ 4129 ] {} TCPHandler: Code: 42. DB::Exception: Table function ('dictionary') requires 1 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionDictionary.cpp:41: DB::TableFunctionDictionary::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274adda6 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:53:12.707974 [ 68117 ] {} TCPHandler: Code: 36. DB::Exception: Substitution '\1' in replacement argument is invalid, regexp has only 0 capturing groups. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, int&, int&&) @ 0x000000001b517dcd 4. DB::ReplaceRegexpImpl::checkSubstitutions(std::basic_string_view>, int) @ 0x000000001b525413 5. DB::FunctionStringReplace, DB::(anonymous namespace)::NameReplaceRegexpOne>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b51bcbf 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 10. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 11. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 12. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 13. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 14. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 16. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 17. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:53:12.836774 [ 4129 ] {725ad0d0-0305-418e-bf64-11a6526a3511} executeQuery: Code: 41. DB::Exception: Cannot parse datetime: Cannot parse DateTime from String: In scope SELECT CAST('H/Q}', 'DateTime'), ''. (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT (CAST(('H/Q}') AS DateTime)), '';), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./src/IO/ReadHelpers.h:1030: void DB::readDateTimeTextImpl(long&, DB::ReadBuffer&, DateLUTImpl const&, char const*, char const*) @ 0x0000000027db3b1e 5. ./src/IO/ReadHelpers.h:1204: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000328e28c6 6. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000328b6a67 7. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324fab8b 8. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325677a9 9. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032566142 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 15. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 16. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 17. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 18. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 19. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 20. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 21. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 22. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 30. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 31. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 2025.03.31 17:53:12.844869 [ 4129 ] {} TCPHandler: Code: 41. DB::Exception: Cannot parse datetime: Cannot parse DateTime from String: In scope SELECT CAST('H/Q}', 'DateTime'), ''. (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./src/IO/ReadHelpers.h:1030: void DB::readDateTimeTextImpl(long&, DB::ReadBuffer&, DateLUTImpl const&, char const*, char const*) @ 0x0000000027db3b1e 5. ./src/IO/ReadHelpers.h:1204: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000328e28c6 6. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000328b6a67 7. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324fab8b 8. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325677a9 9. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032566142 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 15. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 16. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 17. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 18. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 19. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 20. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 21. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 22. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 30. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 31. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 2025.03.31 17:53:13.448221 [ 68117 ] {f50396b6-56e5-434b-a525-fa848778f48e} executeQuery: Code: 36. DB::Exception: Substitution '\1' in replacement argument is invalid, regexp has only 0 capturing groups. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:40894) (comment: 02864_replace_regexp_string_fallback.sql) (in query: SELECT 'Hello' AS haystack, 'l' AS needle, '\\1' AS replacement, replaceRegexpAll(materialize(haystack), needle, replacement);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, int&, int&&) @ 0x000000001b517dcd 4. DB::ReplaceRegexpImpl::checkSubstitutions(std::basic_string_view>, int) @ 0x000000001b516673 5. DB::FunctionStringReplace, DB::(anonymous namespace)::NameReplaceRegexpAll>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b50cebf 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 10. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 11. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 12. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 13. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 14. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 16. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 17. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:53:13.458658 [ 68117 ] {} TCPHandler: Code: 36. DB::Exception: Substitution '\1' in replacement argument is invalid, regexp has only 0 capturing groups. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, int&, int&&) @ 0x000000001b517dcd 4. DB::ReplaceRegexpImpl::checkSubstitutions(std::basic_string_view>, int) @ 0x000000001b516673 5. DB::FunctionStringReplace, DB::(anonymous namespace)::NameReplaceRegexpAll>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b50cebf 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 10. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 11. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 12. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 13. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 14. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 16. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 17. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:53:14.289166 [ 4129 ] {d260330e-873e-4d1f-87ce-8e48dcc2565d} executeQuery: Code: 41. DB::Exception: Cannot parse DateTime: Cannot parse DateTime from String: In scope SELECT CAST('', 'DateTime'), '', '\0', (SELECT fromUnixTimestamp64Micro(['\0'], '')) AS la, '\0'. (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT (CAST(('') AS DateTime)), '', '\0', ( SELECT fromUnixTimestamp64Micro(['\0'], '') ) AS la, '\0';), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/IO/ReadHelpers.cpp:1571: void DB::readDateTimeTextFallback(long&, DB::ReadBuffer&, DateLUTImpl const&, char const*, char const*) @ 0x000000002087a10a 5. ./src/IO/ReadHelpers.h:1101: void DB::readDateTimeTextImpl(long&, DB::ReadBuffer&, DateLUTImpl const&, char const*, char const*) @ 0x0000000027db335d 6. ./src/IO/ReadHelpers.h:1204: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000328e28c6 7. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000328b6a67 8. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324fab8b 9. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325677a9 10. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032566142 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 16. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 17. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 18. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 19. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 20. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 21. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 22. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 23. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 30. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 31. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 2025.03.31 17:53:14.312751 [ 4129 ] {} TCPHandler: Code: 41. DB::Exception: Cannot parse DateTime: Cannot parse DateTime from String: In scope SELECT CAST('', 'DateTime'), '', '\0', (SELECT fromUnixTimestamp64Micro(['\0'], '')) AS la, '\0'. (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/IO/ReadHelpers.cpp:1571: void DB::readDateTimeTextFallback(long&, DB::ReadBuffer&, DateLUTImpl const&, char const*, char const*) @ 0x000000002087a10a 5. ./src/IO/ReadHelpers.h:1101: void DB::readDateTimeTextImpl(long&, DB::ReadBuffer&, DateLUTImpl const&, char const*, char const*) @ 0x0000000027db335d 6. ./src/IO/ReadHelpers.h:1204: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000328e28c6 7. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000328b6a67 8. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324fab8b 9. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325677a9 10. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032566142 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 16. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 17. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 18. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 19. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 20. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 21. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 22. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 23. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 30. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 31. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 2025.03.31 17:53:14.356661 [ 4129 ] {8d462b87-c567-412e-bf8d-43f557c1623e} executeQuery: Code: 38. DB::Exception: Cannot parse date: value is too short: Cannot parse Date from String: In scope SELECT 'j"', [CAST(CAST('x', 'String'), 'Date')]. (CANNOT_PARSE_DATE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT 'j"', [(CAST(((CAST(('x') AS String))) AS Date))];), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/IO/ReadHelpers.cpp:1363: void DB::readDateTextFallback(LocalDate&, DB::ReadBuffer&, char const*) @ 0x000000002087769b 5. ./src/IO/ReadHelpers.h:825: void DB::readDateTextImpl(LocalDate&, DB::ReadBuffer&, char const*) @ 0x0000000027db28d3 6. ./src/IO/ReadHelpers.h:846: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000328007ed 7. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000327d74a7 8. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324f568b 9. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003255e2c9 10. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003255cec2 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 16. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 17. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 18. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 19. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 20. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 21. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 22. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 23. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 30. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 31. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 2025.03.31 17:53:14.362771 [ 4129 ] {} TCPHandler: Code: 38. DB::Exception: Cannot parse date: value is too short: Cannot parse Date from String: In scope SELECT 'j"', [CAST(CAST('x', 'String'), 'Date')]. (CANNOT_PARSE_DATE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/IO/ReadHelpers.cpp:1363: void DB::readDateTextFallback(LocalDate&, DB::ReadBuffer&, char const*) @ 0x000000002087769b 5. ./src/IO/ReadHelpers.h:825: void DB::readDateTextImpl(LocalDate&, DB::ReadBuffer&, char const*) @ 0x0000000027db28d3 6. ./src/IO/ReadHelpers.h:846: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000328007ed 7. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000327d74a7 8. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324f568b 9. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003255e2c9 10. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003255cec2 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 16. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 17. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 18. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 19. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 20. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 21. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 22. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 23. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 30. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 31. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 2025.03.31 17:53:14.387525 [ 4129 ] {59285772-2331-49b0-a859-98e904163d88} executeQuery: Code: 42. DB::Exception: Function 'globalInIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT globalInIgnoreSet('\0');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2931: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d99bca 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:53:14.398178 [ 4129 ] {} TCPHandler: Code: 42. DB::Exception: Function 'globalInIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2931: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d99bca 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:53:15.153107 [ 4129 ] {7e882eb8-4e60-4c0c-aa2c-9b9e4d23e4c7} executeQuery: Code: 42. DB::Exception: Aggregate function quantileTimingWeighted requires at least one argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT [], -3158482, (CAST((medianTimingWeighted()) AS DateTime));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/AggregateFunctions/AggregateFunctionQuantileTimingWeighted.cpp:31: std::shared_ptr DB::(anonymous namespace)::createAggregateFunctionQuantile(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x0000000023180b63 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:53:15.164158 [ 4129 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function quantileTimingWeighted requires at least one argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/AggregateFunctions/AggregateFunctionQuantileTimingWeighted.cpp:31: std::shared_ptr DB::(anonymous namespace)::createAggregateFunctionQuantile(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x0000000023180b63 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:53:16.088474 [ 4129 ] {ac62cf8b-272c-41ed-ad50-304401663b48} executeQuery: Code: 170. DB::Exception: Bad get: has Array, requested String. (BAD_GET) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT 605092, ( SELECT '' ) AS zdjbal, ( SELECT * FROM merge([], (CAST((-0162898.156) AS Date))) ) AS wuh;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception>, std::basic_string_view>>(int, FormatStringHelperImpl>>::type, std::type_identity>>::type>, std::basic_string_view>&&, std::basic_string_view>&&) @ 0x00000000088f454d 4. auto& DB::Field::safeGet() & @ 0x00000000088f4379 5. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:218: DB::evaluateConstantExpressionForDatabaseName(std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000391fac3d 6. ./build_docker/./src/Storages/StorageMerge.cpp:1666: DB::StorageMerge::evaluateDatabaseName(std::shared_ptr const&, std::shared_ptr) @ 0x000000003cc66906 7. ./build_docker/./src/TableFunctions/TableFunctionMerge.cpp:107: DB::(anonymous namespace)::TableFunctionMerge::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x000000002736d8c2 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:53:16.094513 [ 4129 ] {} TCPHandler: Code: 170. DB::Exception: Bad get: has Array, requested String. (BAD_GET), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception>, std::basic_string_view>>(int, FormatStringHelperImpl>>::type, std::type_identity>>::type>, std::basic_string_view>&&, std::basic_string_view>&&) @ 0x00000000088f454d 4. auto& DB::Field::safeGet() & @ 0x00000000088f4379 5. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:218: DB::evaluateConstantExpressionForDatabaseName(std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000391fac3d 6. ./build_docker/./src/Storages/StorageMerge.cpp:1666: DB::StorageMerge::evaluateDatabaseName(std::shared_ptr const&, std::shared_ptr) @ 0x000000003cc66906 7. ./build_docker/./src/TableFunctions/TableFunctionMerge.cpp:107: DB::(anonymous namespace)::TableFunctionMerge::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x000000002736d8c2 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:53:16.162096 [ 4129 ] {4ef791ac-b047-4a30-b1a7-ecccd7d76ff5} executeQuery: Code: 42. DB::Exception: Number of arguments for function ilike doesn't match: passed 1, should be 2: In scope (SELECT [], ilike(374), [], (SELECT '{U', CAST([], 'Date'), ''), []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT zookeeperSessionUptime(( SELECT [], ilike(374), [], ( SELECT '{U', (CAST(([]) AS Date)), '' ) , [] ) , ( SELECT toUnixTimestamp64Micro('\0', [[(CAST((( SELECT emptyArrayInt64(421.084, -0) ) , ( SELECT 23.7156, (CAST(([]) AS String)), 763.080023, ngramMinHashArgUTF8([[]], (CAST(('') AS DateTime))) ) ) AS Date))]]) ) AS ntira);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:53:16.170162 [ 4129 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function ilike doesn't match: passed 1, should be 2: In scope (SELECT [], ilike(374), [], (SELECT '{U', CAST([], 'Date'), ''), []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:53:16.318597 [ 4129 ] {d04911ae-9913-46f8-acde-94783c405e8d} executeQuery: Code: 42. DB::Exception: The function s3 should have arguments. The first argument must be the cluster name and the rest are the arguments of corresponding table function. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM s3();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionObjectStorageClusterFallback.cpp:80: DB::TableFunctionObjectStorageClusterFallback>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275eb761 5. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274eb9b7 6. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275b3666 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:53:16.325445 [ 4129 ] {} TCPHandler: Code: 42. DB::Exception: The function s3 should have arguments. The first argument must be the cluster name and the rest are the arguments of corresponding table function. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionObjectStorageClusterFallback.cpp:80: DB::TableFunctionObjectStorageClusterFallback>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275eb761 5. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274eb9b7 6. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275b3666 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:53:17.134910 [ 4129 ] {82c3f998-1369-411b-acdb-2c4937485562} executeQuery: Poco::Exception. Code: 1000, e.code() = 0, Bad URI syntax: URI encoding: not a hex digit (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM iceberg('\R%zP>LS');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./base/poco/Foundation/src/Exception.cpp:145: Poco::URISyntaxException::URISyntaxException(String const&, int) @ 0x00000000456e738e 2. ./build_docker/./base/poco/Foundation/src/URI.cpp:674: Poco::URI::decode(String const&, String&, bool) @ 0x000000004580aa88 3. ./build_docker/./base/poco/Foundation/src/URI.cpp:699: Poco::URI::parsePath(std::__wrap_iter&, std::__wrap_iter const&) @ 0x0000000045813312 4. ./build_docker/./base/poco/Foundation/src/URI.cpp:850: Poco::URI::parsePathEtc(std::__wrap_iter&, std::__wrap_iter const&) @ 0x0000000045800f5f 5. ./build_docker/./base/poco/Foundation/src/URI.cpp:0: Poco::URI::parse(String const&) @ 0x00000000457ff75e 6. ./build_docker/./base/poco/Foundation/src/URI.cpp:42: Poco::URI::URI(String const&, bool) @ 0x00000000457ff2df 7. ./build_docker/./src/IO/S3/URI.cpp:57: DB::S3::URI::URI(String const&, bool) @ 0x000000003333591e 8. ./build_docker/./src/Storages/ObjectStorage/S3/Configuration.cpp:362: DB::StorageS3Configuration::fromAST(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool) @ 0x000000003331bec8 9. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:568: DB::StorageObjectStorage::Configuration::initialize(DB::StorageObjectStorage::Configuration&, absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool, std::unique_ptr>) @ 0x00000000330eb74a 10. ./src/TableFunctions/TableFunctionObjectStorage.h:133: DB::TableFunctionObjectStorage>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x000000002754f79e 11. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x000000002754be97 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:53:17.143379 [ 4129 ] {} TCPHandler: Code: 1000. DB::Exception: Bad URI syntax: URI encoding: not a hex digit. (POCO_EXCEPTION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./base/poco/Foundation/src/Exception.cpp:145: Poco::URISyntaxException::URISyntaxException(String const&, int) @ 0x00000000456e738e 2. ./build_docker/./base/poco/Foundation/src/URI.cpp:674: Poco::URI::decode(String const&, String&, bool) @ 0x000000004580aa88 3. ./build_docker/./base/poco/Foundation/src/URI.cpp:699: Poco::URI::parsePath(std::__wrap_iter&, std::__wrap_iter const&) @ 0x0000000045813312 4. ./build_docker/./base/poco/Foundation/src/URI.cpp:850: Poco::URI::parsePathEtc(std::__wrap_iter&, std::__wrap_iter const&) @ 0x0000000045800f5f 5. ./build_docker/./base/poco/Foundation/src/URI.cpp:0: Poco::URI::parse(String const&) @ 0x00000000457ff75e 6. ./build_docker/./base/poco/Foundation/src/URI.cpp:42: Poco::URI::URI(String const&, bool) @ 0x00000000457ff2df 7. ./build_docker/./src/IO/S3/URI.cpp:57: DB::S3::URI::URI(String const&, bool) @ 0x000000003333591e 8. ./build_docker/./src/Storages/ObjectStorage/S3/Configuration.cpp:362: DB::StorageS3Configuration::fromAST(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool) @ 0x000000003331bec8 9. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:568: DB::StorageObjectStorage::Configuration::initialize(DB::StorageObjectStorage::Configuration&, absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool, std::unique_ptr>) @ 0x00000000330eb74a 10. ./src/TableFunctions/TableFunctionObjectStorage.h:133: DB::TableFunctionObjectStorage>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x000000002754f79e 11. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x000000002754be97 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:53:17.972577 [ 4129 ] {f4227a61-ee47-4d9d-b0ef-97b1b0ef52e1} executeQuery: Code: 42. DB::Exception: Number of arguments for function isNullable doesn't match: passed 2, should be 1: In scope SELECT sqrt(isNullable([(SELECT CAST('', 'String'), '\0')], -92.413)). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT sqrt(isNullable([( SELECT (CAST(('') AS String)), '\0' ) ], -092.413));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff160 6. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 7. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:53:17.978370 [ 4129 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function isNullable doesn't match: passed 2, should be 1: In scope SELECT sqrt(isNullable([(SELECT CAST('', 'String'), '\0')], -92.413)). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff160 6. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 7. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:53:18.645724 [ 4129 ] {ab5a2461-298f-427a-bb5f-5ecd18a7021f} executeQuery: Code: 36. DB::Exception: Bad HDFS URL: 6Nr\{#. It should have the following structure 'hdfs://:/path'. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM hdfs('6Nr\{#');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/ObjectStorage/HDFS/Configuration.cpp:157: DB::StorageHDFSConfiguration::setURL(String const&) @ 0x000000003336ef54 5. ./build_docker/./src/Storages/ObjectStorage/HDFS/Configuration.cpp:132: DB::StorageHDFSConfiguration::fromAST(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool) @ 0x000000003336e2e7 6. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:568: DB::StorageObjectStorage::Configuration::initialize(DB::StorageObjectStorage::Configuration&, absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool, std::unique_ptr>) @ 0x00000000330eb74a 7. ./src/TableFunctions/TableFunctionObjectStorage.h:133: DB::TableFunctionObjectStorage::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000274fd63e 8. ./build_docker/./src/TableFunctions/TableFunctionObjectStorageClusterFallback.cpp:98: DB::TableFunctionObjectStorageClusterFallback>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275efe6f 9. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x0000000027500e37 10. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275bf186 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:53:18.653107 [ 4129 ] {} TCPHandler: Code: 36. DB::Exception: Bad HDFS URL: 6Nr\{#. It should have the following structure 'hdfs://:/path'. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/ObjectStorage/HDFS/Configuration.cpp:157: DB::StorageHDFSConfiguration::setURL(String const&) @ 0x000000003336ef54 5. ./build_docker/./src/Storages/ObjectStorage/HDFS/Configuration.cpp:132: DB::StorageHDFSConfiguration::fromAST(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool) @ 0x000000003336e2e7 6. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:568: DB::StorageObjectStorage::Configuration::initialize(DB::StorageObjectStorage::Configuration&, absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool, std::unique_ptr>) @ 0x00000000330eb74a 7. ./src/TableFunctions/TableFunctionObjectStorage.h:133: DB::TableFunctionObjectStorage::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000274fd63e 8. ./build_docker/./src/TableFunctions/TableFunctionObjectStorageClusterFallback.cpp:98: DB::TableFunctionObjectStorageClusterFallback>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275efe6f 9. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x0000000027500e37 10. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275bf186 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:53:19.347881 [ 4129 ] {471d4386-4214-4b33-b080-c5110a007d00} executeQuery: Code: 42. DB::Exception: Function isValidJSON needs exactly one argument: In scope SELECT -2049446, NULL, isValidJSON(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT -2049446, NULL, isValidJSON();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::IsValidJSONImpl::getReturnType(char const*, std::vector> const&) @ 0x0000000009fac354 5. DB::JSONOverloadResolver::build(std::vector> const&) const @ 0x0000000009fa976d 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:53:19.356847 [ 4129 ] {} TCPHandler: Code: 42. DB::Exception: Function isValidJSON needs exactly one argument: In scope SELECT -2049446, NULL, isValidJSON(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::IsValidJSONImpl::getReturnType(char const*, std::vector> const&) @ 0x0000000009fac354 5. DB::JSONOverloadResolver::build(std::vector> const&) const @ 0x0000000009fa976d 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:53:19.409241 [ 4129 ] {822174b5-a090-42f7-b57e-819d8f7005f9} executeQuery: Code: 42. DB::Exception: Table function 'odbc' requires 2 or 3 arguments: odbc('DSN', table) or odbc('DSN', schema, table). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM odbc(( SELECT NULL, NULL, NULL, [''], NULL ) AS a);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/ITableFunctionXDBC.cpp:122: DB::(anonymous namespace)::ITableFunctionXDBC::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x000000002745d0cf 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:53:19.415927 [ 4129 ] {} TCPHandler: Code: 42. DB::Exception: Table function 'odbc' requires 2 or 3 arguments: odbc('DSN', table) or odbc('DSN', schema, table). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/ITableFunctionXDBC.cpp:122: DB::(anonymous namespace)::ITableFunctionXDBC::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x000000002745d0cf 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:53:19.436578 [ 4129 ] {7e6b0db4-bdc7-4751-afa3-1b485da6864f} executeQuery: Code: 701. DB::Exception: Requested cluster '' not found. (CLUSTER_DOESNT_EXIST) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM azureBlobStorageCluster('\0');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./src/TableFunctions/ITableFunctionCluster.h:61: DB::ITableFunctionCluster>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275bdf1f 5. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274e6037 6. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275b9ea6 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:53:19.442792 [ 4129 ] {} TCPHandler: Code: 701. DB::Exception: Requested cluster '' not found. (CLUSTER_DOESNT_EXIST), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./src/TableFunctions/ITableFunctionCluster.h:61: DB::ITableFunctionCluster>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275bdf1f 5. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274e6037 6. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275b9ea6 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:53:19.503777 [ 4129 ] {29bf09eb-caf1-4f39-a413-c94f17025ec2} executeQuery: Code: 36. DB::Exception: Argument 'cluster_name' must be a literal with type String, got Float64. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM icebergAzureCluster(807.78990);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>, std::basic_string_view>>(int, FormatStringHelperImpl::type, std::type_identity>>::type, std::type_identity>>::type>, String const&, std::basic_string_view>&&, std::basic_string_view>&&) @ 0x000000003d3e0c17 4. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:39: String DB::checkAndGetLiteralArgument(DB::ASTLiteral const&, String const&) @ 0x000000003d3dee23 5. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:22: String DB::checkAndGetLiteralArgument(std::shared_ptr const&, String const&) @ 0x000000003d3de339 6. ./src/TableFunctions/ITableFunctionCluster.h:58: DB::ITableFunctionCluster>>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275cd093 7. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x000000002750bdd7 8. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster>>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275c9746 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 14. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:53:19.511046 [ 4129 ] {} TCPHandler: Code: 36. DB::Exception: Argument 'cluster_name' must be a literal with type String, got Float64. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>, std::basic_string_view>>(int, FormatStringHelperImpl::type, std::type_identity>>::type, std::type_identity>>::type>, String const&, std::basic_string_view>&&, std::basic_string_view>&&) @ 0x000000003d3e0c17 4. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:39: String DB::checkAndGetLiteralArgument(DB::ASTLiteral const&, String const&) @ 0x000000003d3dee23 5. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:22: String DB::checkAndGetLiteralArgument(std::shared_ptr const&, String const&) @ 0x000000003d3de339 6. ./src/TableFunctions/ITableFunctionCluster.h:58: DB::ITableFunctionCluster>>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275cd093 7. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x000000002750bdd7 8. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster>>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275c9746 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 14. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:53:20.670595 [ 4129 ] {753966d3-2d6f-4569-9a33-e2b799361b66} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDateTime32'. Expected 1 mandatory argument and 1 optional argument, got 0 arguments: In scope SELECT parseDateTime32BestEffortOrNull(NULL), changeMinute('\0', toDateTime32()), '5z[c[Jr', []. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT parseDateTime32BestEffortOrNull(NULL), changeMinute('\0', toDateTime32()), '5z[c[Jr', [];), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&, String&&) @ 0x0000000031c3fcf7 4. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3b1b3 5. ./src/Functions/FunctionsConversion.h:2219: DB::detail::FunctionConvert::getReturnTypeImplRemovedNullable(std::vector> const&) const @ 0x000000003256ad47 6. ./src/Functions/FunctionsConversion.h:2181: std::shared_ptr std::__function::__policy_invoker (std::vector> const&)>::__call_impl::getReturnTypeImpl(std::vector> const&) const::'lambda'(auto const&), std::shared_ptr (std::vector> const&)>>(std::__function::__policy_storage const*, std::vector> const&) @ 0x00000000328f145d 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032569bfd 8. ./src/Functions/FunctionsConversion.h:2182: DB::detail::FunctionConvert::getReturnTypeImpl(std::vector> const&) const @ 0x000000003256a7be 9. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 10. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 11. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 12. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 17:53:20.678784 [ 4129 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDateTime32'. Expected 1 mandatory argument and 1 optional argument, got 0 arguments: In scope SELECT parseDateTime32BestEffortOrNull(NULL), changeMinute('\0', toDateTime32()), '5z[c[Jr', []. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&, String&&) @ 0x0000000031c3fcf7 4. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3b1b3 5. ./src/Functions/FunctionsConversion.h:2219: DB::detail::FunctionConvert::getReturnTypeImplRemovedNullable(std::vector> const&) const @ 0x000000003256ad47 6. ./src/Functions/FunctionsConversion.h:2181: std::shared_ptr std::__function::__policy_invoker (std::vector> const&)>::__call_impl::getReturnTypeImpl(std::vector> const&) const::'lambda'(auto const&), std::shared_ptr (std::vector> const&)>>(std::__function::__policy_storage const*, std::vector> const&) @ 0x00000000328f145d 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032569bfd 8. ./src/Functions/FunctionsConversion.h:2182: DB::detail::FunctionConvert::getReturnTypeImpl(std::vector> const&) const @ 0x000000003256a7be 9. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 10. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 11. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 12. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 17:53:20.756836 [ 4129 ] {305197e7-2aa4-4fa2-a92b-bb50b0e98a9e} executeQuery: Code: 42. DB::Exception: The function icebergAzure should have arguments. The first argument must be the cluster name and the rest are the arguments of corresponding table function. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45316) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM icebergAzure();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionObjectStorageClusterFallback.cpp:80: DB::TableFunctionObjectStorageClusterFallback>>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275f44e1 5. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x000000002750bdd7 6. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster>>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275c9746 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:53:20.763685 [ 4129 ] {} TCPHandler: Code: 42. DB::Exception: The function icebergAzure should have arguments. The first argument must be the cluster name and the rest are the arguments of corresponding table function. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionObjectStorageClusterFallback.cpp:80: DB::TableFunctionObjectStorageClusterFallback>>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275f44e1 5. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x000000002750bdd7 6. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster>>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275c9746 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:53:22.570218 [ 68116 ] {e3a8d238-39db-44e4-b987-797e797f2f1e} executeQuery: Code: 42. DB::Exception: Number of arguments for function domain doesn't match: passed 2, should be 1: In scope SELECT domain([], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT domain([], []);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:53:22.576344 [ 68116 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function domain doesn't match: passed 2, should be 1: In scope SELECT domain([], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:53:23.388253 [ 68116 ] {d41ff2cc-79bc-4ab0-8980-53c2bddbec01} executeQuery: Code: 42. DB::Exception: Number of arguments for function toStartOfMonth doesn't match: passed 0, should be 1 or 2: In scope SELECT toStartOfMonth(), [], medianExactWeighted(CAST(neighbor(), 'String'), 'VdAeZ1'), [''], '\0'. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT toStartOfMonth(), [], medianExactWeighted((CAST((neighbor()) AS String)), 'VdAeZ1'), [''], '\0';), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&&) @ 0x00000000088dcead 4. DB::FunctionDateOrDateTimeBase::checkArguments(std::vector> const&, bool) const @ 0x000000001bcbedb4 5. DB::FunctionDateOrDateTimeToDateOrDate32::getReturnTypeImpl(std::vector> const&) const @ 0x000000001bee67c9 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:53:23.394490 [ 68116 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toStartOfMonth doesn't match: passed 0, should be 1 or 2: In scope SELECT toStartOfMonth(), [], medianExactWeighted(CAST(neighbor(), 'String'), 'VdAeZ1'), [''], '\0'. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&&) @ 0x00000000088dcead 4. DB::FunctionDateOrDateTimeBase::checkArguments(std::vector> const&, bool) const @ 0x000000001bcbedb4 5. DB::FunctionDateOrDateTimeToDateOrDate32::getReturnTypeImpl(std::vector> const&) const @ 0x000000001bee67c9 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:53:24.147107 [ 55896 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 477.47 MiB (attempt to allocate chunk of 1048600 bytes), current RSS 476.47 MiB, maximum: 476.84 MiB.: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. AllocatorWithMemoryTracking::allocate(unsigned long) @ 0x000000000ac7c3d9 8. ./contrib/llvm-project/libcxx/include/__memory/allocate_at_least.h:35: std::vector>::__append(unsigned long) @ 0x0000000021f933f5 9. ./contrib/llvm-project/libcxx/include/vector:1952: DB::(anonymous namespace)::AggregateFunctionMapBase, DB::FieldVisitorSum, false, false, true>::add(char*, DB::IColumn const**, unsigned long, DB::Arena*) const @ 0x0000000024e2efed 10. ./src/AggregateFunctions/IAggregateFunction.h:581: DB::IAggregateFunctionHelper>::addBatchSinglePlace(unsigned long, unsigned long, char*, DB::IColumn const**, DB::Arena*, long) const @ 0x0000000024e36c45 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: DB::Aggregator::executeWithoutKeyImpl(char*&, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, DB::Arena*, bool) const @ 0x0000000036a651ed 12. ./build_docker/./src/Interpreters/Aggregator.cpp:1562: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cb54 13. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 14. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 19. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 17:53:24.284471 [ 68116 ] {fec29cc3-6a91-42df-b72e-a2660eb09904} executeQuery: Code: 42. DB::Exception: Number of arguments for function toUInt64OrZero doesn't match: passed 0, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope (SELECT toUInt64OrZero()). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM icebergHDFSCluster((CAST((arrayFlatten((CAST((( SELECT empty(( SELECT toUInt64OrZero() ) , (CAST((['\0']) AS DateTime))) ) AS xxukytk, ( SELECT arraySort(NULL, [toBFloat16OrNull(['\0'])]) ) AS xad) AS String)))) AS String)));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&&) @ 0x00000000088dcead 4. ./src/Functions/FunctionsConversion.h:2592: DB::detail::FunctionConvertFromString, DB::detail::NameToUInt64OrZero, (DB::detail::ConvertFromStringExceptionMode)1, (DB::detail::ConvertFromStringParsingMode)0>::getReturnTypeImpl(std::vector> const&) const @ 0x0000000032bbd886 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 30. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 31. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 2025.03.31 17:53:24.291490 [ 68116 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toUInt64OrZero doesn't match: passed 0, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope (SELECT toUInt64OrZero()). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&&) @ 0x00000000088dcead 4. ./src/Functions/FunctionsConversion.h:2592: DB::detail::FunctionConvertFromString, DB::detail::NameToUInt64OrZero, (DB::detail::ConvertFromStringExceptionMode)1, (DB::detail::ConvertFromStringParsingMode)0>::getReturnTypeImpl(std::vector> const&) const @ 0x0000000032bbd886 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 30. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 31. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 2025.03.31 17:53:25.146334 [ 68116 ] {3ea08640-8bda-4e33-bbbf-a3412c9beaf0} executeQuery: Code: 42. DB::Exception: Function 'arrayShuffle' needs from 1 to 2 arguments, passed 0.: In scope SELECT NULL, '', arrayShuffle(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT NULL, '', arrayShuffle();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, int const&, unsigned long&&) @ 0x000000001f60b797 4. DB::FunctionArrayShuffleImpl::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001f60a8c6 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:53:25.152706 [ 68116 ] {} TCPHandler: Code: 42. DB::Exception: Function 'arrayShuffle' needs from 1 to 2 arguments, passed 0.: In scope SELECT NULL, '', arrayShuffle(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, int const&, unsigned long&&) @ 0x000000001f60b797 4. DB::FunctionArrayShuffleImpl::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001f60a8c6 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:53:25.765033 [ 68116 ] {a27041e4-efd6-4899-89de-176eb2b709cf} executeQuery: Code: 36. DB::Exception: Argument 'length' must be a literal with type UInt64, got Array. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM zeros_mt([]);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>, std::basic_string_view>>(int, FormatStringHelperImpl::type, std::type_identity>>::type, std::type_identity>>::type>, String const&, std::basic_string_view>&&, std::basic_string_view>&&) @ 0x000000003d3e0c17 4. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:39: unsigned long DB::checkAndGetLiteralArgument(DB::ASTLiteral const&, String const&) @ 0x000000003d3dfc63 5. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:22: unsigned long DB::checkAndGetLiteralArgument(std::shared_ptr const&, String const&) @ 0x000000003d3df37f 6. ./build_docker/./src/TableFunctions/TableFunctionZeros.cpp:81: DB::(anonymous namespace)::TableFunctionZeros::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000273e59a7 7. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 8. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 14. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:53:25.772260 [ 68116 ] {} TCPHandler: Code: 36. DB::Exception: Argument 'length' must be a literal with type UInt64, got Array. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>, std::basic_string_view>>(int, FormatStringHelperImpl::type, std::type_identity>>::type, std::type_identity>>::type>, String const&, std::basic_string_view>&&, std::basic_string_view>&&) @ 0x000000003d3e0c17 4. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:39: unsigned long DB::checkAndGetLiteralArgument(DB::ASTLiteral const&, String const&) @ 0x000000003d3dfc63 5. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:22: unsigned long DB::checkAndGetLiteralArgument(std::shared_ptr const&, String const&) @ 0x000000003d3df37f 6. ./build_docker/./src/TableFunctions/TableFunctionZeros.cpp:81: DB::(anonymous namespace)::TableFunctionZeros::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000273e59a7 7. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 8. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 14. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:53:26.298720 [ 68116 ] {159c725a-5cc7-4b0d-89e8-43e0118e2232} executeQuery: Code: 42. DB::Exception: Table function 'timeSeriesData' requires one or two arguments: timeSeriesData([database, ] time_series_table). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM timeSeriesData();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, char const* const&, char const* const&) @ 0x00000000274d532d 4. ./build_docker/./src/TableFunctions/TableFunctionTimeSeries.cpp:35: DB::TableFunctionTimeSeriesTarget<(DB::ViewTarget::Kind)2>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274d1ea0 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:53:26.304950 [ 68116 ] {} TCPHandler: Code: 42. DB::Exception: Table function 'timeSeriesData' requires one or two arguments: timeSeriesData([database, ] time_series_table). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, char const* const&, char const* const&) @ 0x00000000274d532d 4. ./build_docker/./src/TableFunctions/TableFunctionTimeSeries.cpp:35: DB::TableFunctionTimeSeriesTarget<(DB::ViewTarget::Kind)2>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274d1ea0 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:53:26.317682 [ 4232 ] {ff5f8f68-e1d4-464c-b6bd-b98eaa65c822} executeQuery: Code: 36. DB::Exception: Argument (degrees of freedom) of function randChiSquared should be greater than zero: In scope SELECT randChiSquared(-1e-7). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46310) (comment: 03213_rand_dos.sql) (in query: SELECT randChiSquared(-0.0000001);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const*&&) @ 0x000000001324b6ca 4. DB::FunctionRandomDistribution::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b3186cc 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:53:26.322445 [ 4232 ] {} TCPHandler: Code: 36. DB::Exception: Argument (degrees of freedom) of function randChiSquared should be greater than zero: In scope SELECT randChiSquared(-1e-7). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const*&&) @ 0x000000001324b6ca 4. DB::FunctionRandomDistribution::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b3186cc 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:53:26.325857 [ 68116 ] {d4a170c3-d251-4a9d-852a-6f76cd289a3e} executeQuery: Code: 42. DB::Exception: Number of arguments for function atanh doesn't match: passed 0, should be 1: In scope SELECT atanh(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT atanh();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:53:26.331805 [ 68116 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function atanh doesn't match: passed 0, should be 1: In scope SELECT atanh(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:53:26.344120 [ 4232 ] {03c826ba-97cf-4a79-8fd4-3ad0a26759fd} executeQuery: Code: 36. DB::Exception: Argument (degrees of freedom) of function randChiSquared should be greater than zero: In scope SELECT randChiSquared(-0.). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46310) (comment: 03213_rand_dos.sql) (in query: SELECT randChiSquared(-0.0);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const*&&) @ 0x000000001324b6ca 4. DB::FunctionRandomDistribution::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b3186cc 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:53:26.348204 [ 4232 ] {} TCPHandler: Code: 36. DB::Exception: Argument (degrees of freedom) of function randChiSquared should be greater than zero: In scope SELECT randChiSquared(-0.). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const*&&) @ 0x000000001324b6ca 4. DB::FunctionRandomDistribution::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b3186cc 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:53:26.349278 [ 68116 ] {0197ed40-63d9-4542-9c7e-e41fde7fc2b4} executeQuery: Code: 42. DB::Exception: FuzzJSON requires 1 to 2 arguments: json_str, random_seed. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM fuzzJSON();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageFuzzJSON.cpp:692: DB::StorageFuzzJSON::getConfiguration(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr) @ 0x000000003c9cf18b 5. ./build_docker/./src/TableFunctions/TableFunctionFuzzJSON.cpp:26: DB::TableFunctionFuzzJSON::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x0000000027456b4c 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:53:26.354943 [ 68116 ] {} TCPHandler: Code: 42. DB::Exception: FuzzJSON requires 1 to 2 arguments: json_str, random_seed. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageFuzzJSON.cpp:692: DB::StorageFuzzJSON::getConfiguration(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr) @ 0x000000003c9cf18b 5. ./build_docker/./src/TableFunctions/TableFunctionFuzzJSON.cpp:26: DB::TableFunctionFuzzJSON::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x0000000027456b4c 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:53:27.102406 [ 4232 ] {ddd7c72f-3e1c-43c8-b1e8-3d90f9580cf9} executeQuery: Code: 36. DB::Exception: Argument (degrees of freedom) of function randStudentT should be greater than zero: In scope SELECT randStudentT(-0.). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46310) (comment: 03213_rand_dos.sql) (in query: SELECT randStudentT(-0.);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const*&&) @ 0x000000001324b6ca 4. DB::FunctionRandomDistribution::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b31a5de 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:53:27.107325 [ 4232 ] {} TCPHandler: Code: 36. DB::Exception: Argument (degrees of freedom) of function randStudentT should be greater than zero: In scope SELECT randStudentT(-0.). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const*&&) @ 0x000000001324b6ca 4. DB::FunctionRandomDistribution::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b31a5de 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:53:27.240128 [ 68116 ] {146842ad-bed8-4138-9154-d8a9c143162a} executeQuery: Code: 43. DB::Exception: Illegal type Array(String) of argument of function toDate: In scope SELECT CAST([''], 'Date'), ' 7:^5{V', (SELECT CAST([], 'Date'), CAST('Mhld', 'Date'), -55.34, multiFuzzyMatchAnyIndex()), (SELECT toString()). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT (CAST((['']) AS Date)), ' 7:^5{V', ( SELECT (CAST(([]) AS Date)), (CAST(('Mhld') AS Date)), -055.34, multiFuzzyMatchAnyIndex() ) , ( SELECT toString() ) ;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./src/Functions/FunctionsConversion.h:2527: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003255e93b 5. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003255cec2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 11. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 12. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 13. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 14. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 15. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 16. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 17. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 18. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 26. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 29. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 30. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 31. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 2025.03.31 17:53:27.246648 [ 68116 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(String) of argument of function toDate: In scope SELECT CAST([''], 'Date'), ' 7:^5{V', (SELECT CAST([], 'Date'), CAST('Mhld', 'Date'), -55.34, multiFuzzyMatchAnyIndex()), (SELECT toString()). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./src/Functions/FunctionsConversion.h:2527: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003255e93b 5. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003255cec2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 11. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 12. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 13. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 14. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 15. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 16. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 17. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 18. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 26. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 29. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 30. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 31. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 2025.03.31 17:53:27.873706 [ 4232 ] {62f36c20-46da-45af-81b0-84eea7d3aa9f} executeQuery: Code: 36. DB::Exception: Argument (degrees of freedom) of function randFisherF should be greater than zero: In scope SELECT randFisherF(-0., 1). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46310) (comment: 03213_rand_dos.sql) (in query: SELECT randFisherF(-0., 1);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const*&&) @ 0x000000001324b6ca 4. DB::FunctionRandomDistribution::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b31bda3 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:53:27.878656 [ 4232 ] {} TCPHandler: Code: 36. DB::Exception: Argument (degrees of freedom) of function randFisherF should be greater than zero: In scope SELECT randFisherF(-0., 1). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const*&&) @ 0x000000001324b6ca 4. DB::FunctionRandomDistribution::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b31bda3 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:53:27.901616 [ 4232 ] {6e8d12c6-1773-4ddd-842c-32a9e28adbf4} executeQuery: Code: 36. DB::Exception: Argument (degrees of freedom) of function randFisherF should be greater than zero: In scope SELECT randFisherF(1, -0.). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46310) (comment: 03213_rand_dos.sql) (in query: SELECT randFisherF(1, -0.);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const*&&) @ 0x000000001324b6ca 4. DB::FunctionRandomDistribution::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b31bda3 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:53:27.906085 [ 4232 ] {} TCPHandler: Code: 36. DB::Exception: Argument (degrees of freedom) of function randFisherF should be greater than zero: In scope SELECT randFisherF(1, -0.). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const*&&) @ 0x000000001324b6ca 4. DB::FunctionRandomDistribution::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b31bda3 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:53:28.034822 [ 68116 ] {60c0dc9d-55b1-49dc-be4b-31426eae02f8} executeQuery: Code: 42. DB::Exception: Number of arguments for function greater doesn't match: passed 1, should be 2: In scope SELECT '\0', -40631, CAST([greater(CAST('\0', 'String'))], 'Date'), [retention(CAST(127792, 'DateTime'))], CAST([NULL], 'DateTime'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT '\0', -40631, (CAST(([greater((CAST(('\0') AS String)))]) AS Date)), [retention((CAST((127792) AS DateTime)))], (CAST(([NULL]) AS DateTime));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:53:28.041296 [ 68116 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function greater doesn't match: passed 1, should be 2: In scope SELECT '\0', -40631, CAST([greater(CAST('\0', 'String'))], 'Date'), [retention(CAST(127792, 'DateTime'))], CAST([NULL], 'DateTime'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:53:28.081031 [ 68116 ] {03d38364-7135-47d6-923f-b299ed0b80fa} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitmapOr doesn't match: passed 0, should be 2: In scope SELECT '', 'RL`0j>', bitmapOr(), flatten(CAST('%Gz,', 'String')), [hasSubstr([domain()], countSubstrings(CAST([], 'DateTime'), 'lU'))]. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT '', 'RL`0j>', bitmapOr(), flatten((CAST(('%Gz,') AS String))), [hasSubstr([domain()], countSubstrings((CAST(([]) AS DateTime)), 'lU'))];), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:53:28.087595 [ 68116 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitmapOr doesn't match: passed 0, should be 2: In scope SELECT '', 'RL`0j>', bitmapOr(), flatten(CAST('%Gz,', 'String')), [hasSubstr([domain()], countSubstrings(CAST([], 'DateTime'), 'lU'))]. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:53:28.116084 [ 68116 ] {a5e821ab-85ab-4fd8-b030-3d478143a6bb} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiSearchFirstPositionUTF8 doesn't match: passed 1, should be 2: In scope SELECT '', multiSearchFirstPositionUTF8([]), CAST('\0', 'DateTime'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT '', multiSearchFirstPositionUTF8([]), (CAST(('\0') AS DateTime));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:53:28.122397 [ 68116 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiSearchFirstPositionUTF8 doesn't match: passed 1, should be 2: In scope SELECT '', multiSearchFirstPositionUTF8([]), CAST('\0', 'DateTime'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:53:28.828400 [ 68116 ] {3ec27096-4a09-4c31-9d0b-cce9df8f572c} executeQuery: Code: 43. DB::Exception: Illegal type String expression, must be numeric type. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT replaceRegexpAll(( SELECT * FROM generateSeries('', '') ) , ( SELECT * FROM hudiCluster() ) AS upk, formatRow(CRC64()));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionGenerateSeries.cpp:97: DB::(anonymous namespace)::TableFunctionGenerateSeries<1ul>::evaluateArgument(std::shared_ptr, std::shared_ptr&) const @ 0x00000000273c7ded 5. ./build_docker/./src/TableFunctions/TableFunctionGenerateSeries.cpp:75: DB::(anonymous namespace)::TableFunctionGenerateSeries<1ul>::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000273c4f0b 6. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 7. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:53:28.835215 [ 68116 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String expression, must be numeric type. (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionGenerateSeries.cpp:97: DB::(anonymous namespace)::TableFunctionGenerateSeries<1ul>::evaluateArgument(std::shared_ptr, std::shared_ptr&) const @ 0x00000000273c7ded 5. ./build_docker/./src/TableFunctions/TableFunctionGenerateSeries.cpp:75: DB::(anonymous namespace)::TableFunctionGenerateSeries<1ul>::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000273c4f0b 6. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 7. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:53:30.123762 [ 68116 ] {1d2dd1f2-2785-4c6b-889e-1fe91c055b55} executeQuery: Code: 38. DB::Exception: Cannot parse date: value is too short: Cannot parse Date from String: In scope SELECT '\0', 'Z', CAST('\0', 'Date'), 69. (CANNOT_PARSE_DATE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT '\0', 'Z', (CAST(('\0') AS Date)), 69;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/IO/ReadHelpers.cpp:1363: void DB::readDateTextFallback(LocalDate&, DB::ReadBuffer&, char const*) @ 0x000000002087769b 5. ./src/IO/ReadHelpers.h:825: void DB::readDateTextImpl(LocalDate&, DB::ReadBuffer&, char const*) @ 0x0000000027db28d3 6. ./src/IO/ReadHelpers.h:846: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000328007ed 7. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000327d74a7 8. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324f568b 9. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003255e2c9 10. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003255cec2 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 16. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 17. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 18. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 19. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 20. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 21. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 22. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 23. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 30. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 31. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 2025.03.31 17:53:30.130470 [ 68116 ] {} TCPHandler: Code: 38. DB::Exception: Cannot parse date: value is too short: Cannot parse Date from String: In scope SELECT '\0', 'Z', CAST('\0', 'Date'), 69. (CANNOT_PARSE_DATE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/IO/ReadHelpers.cpp:1363: void DB::readDateTextFallback(LocalDate&, DB::ReadBuffer&, char const*) @ 0x000000002087769b 5. ./src/IO/ReadHelpers.h:825: void DB::readDateTextImpl(LocalDate&, DB::ReadBuffer&, char const*) @ 0x0000000027db28d3 6. ./src/IO/ReadHelpers.h:846: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000328007ed 7. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000327d74a7 8. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324f568b 9. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003255e2c9 10. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003255cec2 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 16. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 17. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 18. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 19. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 20. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 21. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 22. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 23. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 30. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 31. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 2025.03.31 17:53:30.219428 [ 1426 ] {1151a671-89d5-45d1-911c-85867d16b7ba} executeQuery: Code: 153. DB::Exception: Division by zero: In scope SELECT intDiv(1, 3600 - timeZoneOffset(CAST('2024-05-06 12:00:00', 'DateTime'))) SETTINGS session_timezone = 'Europe/Lisbon'. (ILLEGAL_DIVISION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:57256) (comment: 00265_http_content_type_format_timezone.sh) (in query: SELECT intDiv(1, (3600-timeZoneOffset('2024-05-06 12:00:00'::DateTime))) SETTINGS session_timezone = 'Europe/Lisbon' ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. void DB::throwIfDivisionLeadsToFPE<_BitInt(8), long>(_BitInt(8), long) @ 0x000000000f6eb256 5. COW::immutable_ptr DB::FunctionBinaryArithmetic::executeNumeric, DB::DataTypeNumber>(std::vector> const&, DB::DataTypeNumber const&, DB::DataTypeNumber const&, DB::PODArray, 63ul, 64ul> const*) const @ 0x000000001269305d 6. bool DB::FunctionBinaryArithmetic::castType::castBothTypes::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const::'lambda'(auto const&, auto const&)>(DB::IDataType const*, DB::IDataType const*, auto&&)::'lambda'(auto const&)::operator()>(auto const&) const::'lambda'(auto const&)>(DB::IDataType const*, auto&&) @ 0x000000001267bc6f 7. bool DB::FunctionBinaryArithmetic::castType::castBothTypes::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const::'lambda'(auto const&, auto const&)>(DB::IDataType const*, DB::IDataType const*, auto&&)::'lambda'(auto const&)>(DB::IDataType const*, auto&&) @ 0x00000000126773a6 8. DB::FunctionBinaryArithmetic::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const @ 0x0000000012668453 9. DB::FunctionBinaryArithmetic::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000012662eeb 10. DB::FunctionBinaryArithmeticWithConstants::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001265f6f9 11. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 12. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 14. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 15. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 31. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 2025.03.31 17:53:30.223788 [ 1426 ] {1151a671-89d5-45d1-911c-85867d16b7ba} DynamicQueryHandler: Code: 153. DB::Exception: Division by zero: In scope SELECT intDiv(1, 3600 - timeZoneOffset(CAST('2024-05-06 12:00:00', 'DateTime'))) SETTINGS session_timezone = 'Europe/Lisbon'. (ILLEGAL_DIVISION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. void DB::throwIfDivisionLeadsToFPE<_BitInt(8), long>(_BitInt(8), long) @ 0x000000000f6eb256 5. COW::immutable_ptr DB::FunctionBinaryArithmetic::executeNumeric, DB::DataTypeNumber>(std::vector> const&, DB::DataTypeNumber const&, DB::DataTypeNumber const&, DB::PODArray, 63ul, 64ul> const*) const @ 0x000000001269305d 6. bool DB::FunctionBinaryArithmetic::castType::castBothTypes::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const::'lambda'(auto const&, auto const&)>(DB::IDataType const*, DB::IDataType const*, auto&&)::'lambda'(auto const&)::operator()>(auto const&) const::'lambda'(auto const&)>(DB::IDataType const*, auto&&) @ 0x000000001267bc6f 7. bool DB::FunctionBinaryArithmetic::castType::castBothTypes::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const::'lambda'(auto const&, auto const&)>(DB::IDataType const*, DB::IDataType const*, auto&&)::'lambda'(auto const&)>(DB::IDataType const*, auto&&) @ 0x00000000126773a6 8. DB::FunctionBinaryArithmetic::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const @ 0x0000000012668453 9. DB::FunctionBinaryArithmetic::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000012662eeb 10. DB::FunctionBinaryArithmeticWithConstants::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001265f6f9 11. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 12. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 14. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 15. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 31. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:53:30.475528 [ 1063 ] {738fbc85-d61c-4f59-b44c-4b98fb87f129::all_1_1_0_2} MutatePlainMergeTreeTask: Code: 60. DB::Exception: Table test_esol4dsv.t1 does not exist. Maybe you meant test_esol4dsv.t0?: While processing _CAST(_CAST(1 IN ((SELECT 1 FROM (SELECT 1 FROM test_esol4dsv.t1 CROSS JOIN test_esol4dsv.t0) LIMIT 1) AS _subquery20), 'Int32'), 'Int32'). (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:53:30.800555 [ 68116 ] {9912a916-9c61-42cf-a38d-b6bc36df8828} executeQuery: Code: 42. DB::Exception: Aggregate function anyHeavy requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT anyHeavy();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./src/AggregateFunctions/FactoryHelpers.h:26: DB::(anonymous namespace)::createAggregateFunctionAnyHeavy(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x000000002434ce46 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:53:30.808137 [ 68116 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function anyHeavy requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./src/AggregateFunctions/FactoryHelpers.h:26: DB::(anonymous namespace)::createAggregateFunctionAnyHeavy(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x000000002434ce46 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:53:30.829648 [ 68116 ] {b57aa447-d052-4868-a5c0-f75daf1f139b} executeQuery: Code: 36. DB::Exception: Host is empty in S3 URI. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM iceberg('o;');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/IO/S3/URI.cpp:85: DB::S3::URI::URI(String const&, bool) @ 0x000000003333b5bc 5. ./build_docker/./src/Storages/ObjectStorage/S3/Configuration.cpp:362: DB::StorageS3Configuration::fromAST(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool) @ 0x000000003331bec8 6. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:568: DB::StorageObjectStorage::Configuration::initialize(DB::StorageObjectStorage::Configuration&, absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool, std::unique_ptr>) @ 0x00000000330eb74a 7. ./src/TableFunctions/TableFunctionObjectStorage.h:133: DB::TableFunctionObjectStorage>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x000000002754f79e 8. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x000000002754be97 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 14. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:53:30.835703 [ 68116 ] {} TCPHandler: Code: 36. DB::Exception: Host is empty in S3 URI. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/IO/S3/URI.cpp:85: DB::S3::URI::URI(String const&, bool) @ 0x000000003333b5bc 5. ./build_docker/./src/Storages/ObjectStorage/S3/Configuration.cpp:362: DB::StorageS3Configuration::fromAST(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool) @ 0x000000003331bec8 6. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:568: DB::StorageObjectStorage::Configuration::initialize(DB::StorageObjectStorage::Configuration&, absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool, std::unique_ptr>) @ 0x00000000330eb74a 7. ./src/TableFunctions/TableFunctionObjectStorage.h:133: DB::TableFunctionObjectStorage>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x000000002754f79e 8. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x000000002754be97 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 14. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:53:30.908985 [ 68116 ] {25e3e9ef-aba3-48bf-871a-ce76252e2107} executeQuery: Code: 41. DB::Exception: Cannot parse DateTime: Cannot parse DateTime from String: In scope SELECT bitPositionsToArray(CAST('', 'DateTime'), []). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT bitPositionsToArray((CAST(('') AS DateTime)), []);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/IO/ReadHelpers.cpp:1571: void DB::readDateTimeTextFallback(long&, DB::ReadBuffer&, DateLUTImpl const&, char const*, char const*) @ 0x000000002087a10a 5. ./src/IO/ReadHelpers.h:1101: void DB::readDateTimeTextImpl(long&, DB::ReadBuffer&, DateLUTImpl const&, char const*, char const*) @ 0x0000000027db335d 6. ./src/IO/ReadHelpers.h:1204: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000328e28c6 7. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000328b6a67 8. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324fab8b 9. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325677a9 10. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032566142 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 16. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 17. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 18. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 19. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 20. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 21. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 22. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 23. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 30. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 31. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 2025.03.31 17:53:30.915035 [ 68116 ] {} TCPHandler: Code: 41. DB::Exception: Cannot parse DateTime: Cannot parse DateTime from String: In scope SELECT bitPositionsToArray(CAST('', 'DateTime'), []). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/IO/ReadHelpers.cpp:1571: void DB::readDateTimeTextFallback(long&, DB::ReadBuffer&, DateLUTImpl const&, char const*, char const*) @ 0x000000002087a10a 5. ./src/IO/ReadHelpers.h:1101: void DB::readDateTimeTextImpl(long&, DB::ReadBuffer&, DateLUTImpl const&, char const*, char const*) @ 0x0000000027db335d 6. ./src/IO/ReadHelpers.h:1204: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000328e28c6 7. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000328b6a67 8. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324fab8b 9. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325677a9 10. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032566142 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 16. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 17. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 18. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 19. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 20. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 21. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 22. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 23. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 30. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 31. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 2025.03.31 17:53:31.115975 [ 1063 ] {738fbc85-d61c-4f59-b44c-4b98fb87f129::all_1_1_0_2} virtual bool DB::MutatePlainMergeTreeTask::executeStep(): Code: 60. DB::Exception: Table test_esol4dsv.t1 does not exist. Maybe you meant test_esol4dsv.t0?: While processing _CAST(_CAST(1 IN ((SELECT 1 FROM (SELECT 1 FROM test_esol4dsv.t1 CROSS JOIN test_esol4dsv.t0) LIMIT 1) AS _subquery20), 'Int32'), 'Int32'). (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&) @ 0x0000000008b24cbf 4. ./build_docker/./src/Databases/IDatabase.cpp:38: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339f65 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 7. ./build_docker/./src/Interpreters/JoinedTables.cpp:245: DB::JoinedTables::getLeftTableStorage() @ 0x000000003882d8f6 8. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:552: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003852c20c 9. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:302: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x0000000038527331 10. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector> const&) @ 0x00000000387a94b9 11. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:165: DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000387a3e1a 12. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:54: DB::InterpreterSelectWithUnionQuery::getSampleBlock(std::shared_ptr const&, std::shared_ptr, bool, bool) @ 0x00000000387abdc1 13. ./build_docker/./src/Interpreters/getTableExpressions.cpp:91: DB::getDatabaseAndTablesWithColumns(std::vector> const&, std::shared_ptr, bool, bool, bool) @ 0x00000000392c6a52 14. ./build_docker/./src/Interpreters/JoinedTables.cpp:253: DB::JoinedTables::resolveTables() @ 0x000000003882e76b 15. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:577: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003852ad2b 16. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:302: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x0000000038527331 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector> const&) @ 0x00000000387a94b9 18. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:165: DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000387a3e1a 19. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions&, std::vector> const&, void>(std::allocator const&, std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions&, std::vector> const&) @ 0x00000000392e54f3 20. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::interpretSubquery(std::shared_ptr const&, std::shared_ptr, std::vector> const&, DB::SelectQueryOptions const&) @ 0x00000000392e3a29 21. ./build_docker/./src/Interpreters/interpretSubquery.cpp:37: DB::interpretSubquery(std::shared_ptr const&, std::shared_ptr, unsigned long, std::vector> const&) @ 0x00000000392dfcc5 22. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:1492: DB::ActionsMatcher::makeSet(DB::ASTFunction const&, DB::ActionsMatcher::Data&, bool) @ 0x0000000036a30cd8 23. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:975: DB::ActionsMatcher::visit(DB::ASTFunction const&, std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a1531e 24. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:732: DB::ActionsMatcher::visit(std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a122b5 25. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:1255: DB::ActionsMatcher::visit(DB::ASTFunction const&, std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a19b56 26. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:732: DB::ActionsMatcher::visit(std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a122b5 27. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:1255: DB::ActionsMatcher::visit(DB::ASTFunction const&, std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a19b56 28. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:732: DB::ActionsMatcher::visit(std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a122b5 29. ./src/Interpreters/InDepthNodeVisitor.h:71: DB::InDepthNodeVisitor const>::doVisit(std::shared_ptr const&) @ 0x00000000369ecfd5 30. ./src/Interpreters/InDepthNodeVisitor.h:61: DB::ExpressionAnalyzer::getRootActions(std::shared_ptr const&, bool, DB::ActionsDAG&, bool) @ 0x0000000036967af7 31. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:1832: DB::ExpressionAnalyzer::appendExpression(DB::ExpressionActionsChain&, std::shared_ptr const&, bool) @ 0x000000003699cda8 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:53:31.116932 [ 1063 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {738fbc85-d61c-4f59-b44c-4b98fb87f129::all_1_1_0_2}: Code: 60. DB::Exception: Table test_esol4dsv.t1 does not exist. Maybe you meant test_esol4dsv.t0?: While processing _CAST(_CAST(1 IN ((SELECT 1 FROM (SELECT 1 FROM test_esol4dsv.t1 CROSS JOIN test_esol4dsv.t0) LIMIT 1) AS _subquery20), 'Int32'), 'Int32'). (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&) @ 0x0000000008b24cbf 4. ./build_docker/./src/Databases/IDatabase.cpp:38: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339f65 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 7. ./build_docker/./src/Interpreters/JoinedTables.cpp:245: DB::JoinedTables::getLeftTableStorage() @ 0x000000003882d8f6 8. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:552: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003852c20c 9. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:302: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x0000000038527331 10. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector> const&) @ 0x00000000387a94b9 11. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:165: DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000387a3e1a 12. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:54: DB::InterpreterSelectWithUnionQuery::getSampleBlock(std::shared_ptr const&, std::shared_ptr, bool, bool) @ 0x00000000387abdc1 13. ./build_docker/./src/Interpreters/getTableExpressions.cpp:91: DB::getDatabaseAndTablesWithColumns(std::vector> const&, std::shared_ptr, bool, bool, bool) @ 0x00000000392c6a52 14. ./build_docker/./src/Interpreters/JoinedTables.cpp:253: DB::JoinedTables::resolveTables() @ 0x000000003882e76b 15. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:577: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003852ad2b 16. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:302: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x0000000038527331 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector> const&) @ 0x00000000387a94b9 18. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:165: DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000387a3e1a 19. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions&, std::vector> const&, void>(std::allocator const&, std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions&, std::vector> const&) @ 0x00000000392e54f3 20. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::interpretSubquery(std::shared_ptr const&, std::shared_ptr, std::vector> const&, DB::SelectQueryOptions const&) @ 0x00000000392e3a29 21. ./build_docker/./src/Interpreters/interpretSubquery.cpp:37: DB::interpretSubquery(std::shared_ptr const&, std::shared_ptr, unsigned long, std::vector> const&) @ 0x00000000392dfcc5 22. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:1492: DB::ActionsMatcher::makeSet(DB::ASTFunction const&, DB::ActionsMatcher::Data&, bool) @ 0x0000000036a30cd8 23. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:975: DB::ActionsMatcher::visit(DB::ASTFunction const&, std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a1531e 24. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:732: DB::ActionsMatcher::visit(std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a122b5 25. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:1255: DB::ActionsMatcher::visit(DB::ASTFunction const&, std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a19b56 26. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:732: DB::ActionsMatcher::visit(std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a122b5 27. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:1255: DB::ActionsMatcher::visit(DB::ASTFunction const&, std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a19b56 28. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:732: DB::ActionsMatcher::visit(std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a122b5 29. ./src/Interpreters/InDepthNodeVisitor.h:71: DB::InDepthNodeVisitor const>::doVisit(std::shared_ptr const&) @ 0x00000000369ecfd5 30. ./src/Interpreters/InDepthNodeVisitor.h:61: DB::ExpressionAnalyzer::getRootActions(std::shared_ptr const&, bool, DB::ActionsDAG&, bool) @ 0x0000000036967af7 31. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:1832: DB::ExpressionAnalyzer::appendExpression(DB::ExpressionActionsChain&, std::shared_ptr const&, bool) @ 0x000000003699cda8 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:53:31.731356 [ 68116 ] {1f2b0eb4-47ff-4c12-bde6-95f84f97a86c} executeQuery: Code: 43. DB::Exception: First first argument of function lowCardinalityKeys must be ColumnLowCardinality, but got Array(Nothing): In scope SELECT lowCardinalityKeys([]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT lowCardinalityKeys([]);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionLowCardinalityKeys::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001514ed79 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:53:31.737729 [ 68116 ] {} TCPHandler: Code: 43. DB::Exception: First first argument of function lowCardinalityKeys must be ColumnLowCardinality, but got Array(Nothing): In scope SELECT lowCardinalityKeys([]). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionLowCardinalityKeys::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001514ed79 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:53:31.749163 [ 1049 ] {738fbc85-d61c-4f59-b44c-4b98fb87f129::all_1_1_0_3} MutatePlainMergeTreeTask: Code: 60. DB::Exception: Table test_esol4dsv.t1 does not exist. Maybe you meant test_esol4dsv.t0?: While processing _CAST(_CAST(1 IN ((SELECT 1 FROM (SELECT 1 FROM test_esol4dsv.t1 CROSS JOIN test_esol4dsv.t0) LIMIT 1) AS _subquery22), 'Dynamic'), 'Dynamic'). (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:53:31.749602 [ 1049 ] {738fbc85-d61c-4f59-b44c-4b98fb87f129::all_1_1_0_3} virtual bool DB::MutatePlainMergeTreeTask::executeStep(): Code: 60. DB::Exception: Table test_esol4dsv.t1 does not exist. Maybe you meant test_esol4dsv.t0?: While processing _CAST(_CAST(1 IN ((SELECT 1 FROM (SELECT 1 FROM test_esol4dsv.t1 CROSS JOIN test_esol4dsv.t0) LIMIT 1) AS _subquery22), 'Dynamic'), 'Dynamic'). (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&) @ 0x0000000008b24cbf 4. ./build_docker/./src/Databases/IDatabase.cpp:38: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339f65 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 7. ./build_docker/./src/Interpreters/JoinedTables.cpp:245: DB::JoinedTables::getLeftTableStorage() @ 0x000000003882d8f6 8. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:552: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003852c20c 9. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:302: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x0000000038527331 10. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector> const&) @ 0x00000000387a94b9 11. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:165: DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000387a3e1a 12. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:54: DB::InterpreterSelectWithUnionQuery::getSampleBlock(std::shared_ptr const&, std::shared_ptr, bool, bool) @ 0x00000000387abdc1 13. ./build_docker/./src/Interpreters/getTableExpressions.cpp:91: DB::getDatabaseAndTablesWithColumns(std::vector> const&, std::shared_ptr, bool, bool, bool) @ 0x00000000392c6a52 14. ./build_docker/./src/Interpreters/JoinedTables.cpp:253: DB::JoinedTables::resolveTables() @ 0x000000003882e76b 15. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:577: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003852ad2b 16. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:302: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x0000000038527331 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector> const&) @ 0x00000000387a94b9 18. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:165: DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000387a3e1a 19. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions&, std::vector> const&, void>(std::allocator const&, std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions&, std::vector> const&) @ 0x00000000392e54f3 20. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::interpretSubquery(std::shared_ptr const&, std::shared_ptr, std::vector> const&, DB::SelectQueryOptions const&) @ 0x00000000392e3a29 21. ./build_docker/./src/Interpreters/interpretSubquery.cpp:37: DB::interpretSubquery(std::shared_ptr const&, std::shared_ptr, unsigned long, std::vector> const&) @ 0x00000000392dfcc5 22. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:1492: DB::ActionsMatcher::makeSet(DB::ASTFunction const&, DB::ActionsMatcher::Data&, bool) @ 0x0000000036a30cd8 23. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:975: DB::ActionsMatcher::visit(DB::ASTFunction const&, std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a1531e 24. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:732: DB::ActionsMatcher::visit(std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a122b5 25. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:1255: DB::ActionsMatcher::visit(DB::ASTFunction const&, std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a19b56 26. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:732: DB::ActionsMatcher::visit(std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a122b5 27. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:1255: DB::ActionsMatcher::visit(DB::ASTFunction const&, std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a19b56 28. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:732: DB::ActionsMatcher::visit(std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a122b5 29. ./src/Interpreters/InDepthNodeVisitor.h:71: DB::InDepthNodeVisitor const>::doVisit(std::shared_ptr const&) @ 0x00000000369ecfd5 30. ./src/Interpreters/InDepthNodeVisitor.h:61: DB::ExpressionAnalyzer::getRootActions(std::shared_ptr const&, bool, DB::ActionsDAG&, bool) @ 0x0000000036967af7 31. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:1832: DB::ExpressionAnalyzer::appendExpression(DB::ExpressionActionsChain&, std::shared_ptr const&, bool) @ 0x000000003699cda8 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:53:31.750221 [ 1049 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {738fbc85-d61c-4f59-b44c-4b98fb87f129::all_1_1_0_3}: Code: 60. DB::Exception: Table test_esol4dsv.t1 does not exist. Maybe you meant test_esol4dsv.t0?: While processing _CAST(_CAST(1 IN ((SELECT 1 FROM (SELECT 1 FROM test_esol4dsv.t1 CROSS JOIN test_esol4dsv.t0) LIMIT 1) AS _subquery22), 'Dynamic'), 'Dynamic'). (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&) @ 0x0000000008b24cbf 4. ./build_docker/./src/Databases/IDatabase.cpp:38: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339f65 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 7. ./build_docker/./src/Interpreters/JoinedTables.cpp:245: DB::JoinedTables::getLeftTableStorage() @ 0x000000003882d8f6 8. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:552: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003852c20c 9. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:302: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x0000000038527331 10. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector> const&) @ 0x00000000387a94b9 11. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:165: DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000387a3e1a 12. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:54: DB::InterpreterSelectWithUnionQuery::getSampleBlock(std::shared_ptr const&, std::shared_ptr, bool, bool) @ 0x00000000387abdc1 13. ./build_docker/./src/Interpreters/getTableExpressions.cpp:91: DB::getDatabaseAndTablesWithColumns(std::vector> const&, std::shared_ptr, bool, bool, bool) @ 0x00000000392c6a52 14. ./build_docker/./src/Interpreters/JoinedTables.cpp:253: DB::JoinedTables::resolveTables() @ 0x000000003882e76b 15. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:577: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003852ad2b 16. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:302: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x0000000038527331 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector> const&) @ 0x00000000387a94b9 18. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:165: DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000387a3e1a 19. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions&, std::vector> const&, void>(std::allocator const&, std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions&, std::vector> const&) @ 0x00000000392e54f3 20. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::interpretSubquery(std::shared_ptr const&, std::shared_ptr, std::vector> const&, DB::SelectQueryOptions const&) @ 0x00000000392e3a29 21. ./build_docker/./src/Interpreters/interpretSubquery.cpp:37: DB::interpretSubquery(std::shared_ptr const&, std::shared_ptr, unsigned long, std::vector> const&) @ 0x00000000392dfcc5 22. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:1492: DB::ActionsMatcher::makeSet(DB::ASTFunction const&, DB::ActionsMatcher::Data&, bool) @ 0x0000000036a30cd8 23. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:975: DB::ActionsMatcher::visit(DB::ASTFunction const&, std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a1531e 24. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:732: DB::ActionsMatcher::visit(std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a122b5 25. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:1255: DB::ActionsMatcher::visit(DB::ASTFunction const&, std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a19b56 26. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:732: DB::ActionsMatcher::visit(std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a122b5 27. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:1255: DB::ActionsMatcher::visit(DB::ASTFunction const&, std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a19b56 28. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:732: DB::ActionsMatcher::visit(std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a122b5 29. ./src/Interpreters/InDepthNodeVisitor.h:71: DB::InDepthNodeVisitor const>::doVisit(std::shared_ptr const&) @ 0x00000000369ecfd5 30. ./src/Interpreters/InDepthNodeVisitor.h:61: DB::ExpressionAnalyzer::getRootActions(std::shared_ptr const&, bool, DB::ActionsDAG&, bool) @ 0x0000000036967af7 31. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:1832: DB::ExpressionAnalyzer::appendExpression(DB::ExpressionActionsChain&, std::shared_ptr const&, bool) @ 0x000000003699cda8 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:53:31.757826 [ 68116 ] {acd9bf6a-e1ce-4b18-aef7-9c7b965a5a5b} executeQuery: Code: 42. DB::Exception: Table function 'executable' requires minimum 3 arguments: script_name, format, structure, [input_query...]. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM executable();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionExecutable.cpp:98: DB::(anonymous namespace)::TableFunctionExecutable::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000273ef324 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:53:31.763396 [ 68116 ] {} TCPHandler: Code: 42. DB::Exception: Table function 'executable' requires minimum 3 arguments: script_name, format, structure, [input_query...]. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionExecutable.cpp:98: DB::(anonymous namespace)::TableFunctionExecutable::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000273ef324 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:53:32.599791 [ 68116 ] {3c6b9f29-d17f-4b74-873c-233ef2a92ff7} executeQuery: Code: 42. DB::Exception: Number of arguments for function addMonths doesn't match: passed 0, should be 2 or 3: In scope (SELECT * FROM zeros_mt([addMonths()], (SELECT blockNumber()))) AS e. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT ( SELECT * FROM zeros_mt([addMonths()], ( SELECT blockNumber() ) ) ) AS e, ( SELECT * FROM icebergHDFSCluster(dictGetUUIDOrDefault()) ) , '8&?\J_f';), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&&) @ 0x00000000088dcead 4. DB::FunctionDateOrDateTimeAddInterval::getReturnTypeImpl(std::vector> const&) const @ 0x000000000ae6e8dc 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4786: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3b19a 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 17:53:32.607215 [ 68116 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function addMonths doesn't match: passed 0, should be 2 or 3: In scope (SELECT * FROM zeros_mt([addMonths()], (SELECT blockNumber()))) AS e. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&&) @ 0x00000000088dcead 4. DB::FunctionDateOrDateTimeAddInterval::getReturnTypeImpl(std::vector> const&) const @ 0x000000000ae6e8dc 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4786: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3b19a 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 17:53:32.663595 [ 4129 ] {e5cc10b8-7640-4248-88a1-5a757ef69379} executeQuery: Code: 341. DB::Exception: Exception happened during execution of mutations 'mutation_2.txt, mutation_3.txt' with part 'all_1_1_0' reason: 'Code: 60. DB::Exception: Table test_esol4dsv.t1 does not exist. Maybe you meant test_esol4dsv.t0?: While processing _CAST(_CAST(1 IN ((SELECT 1 FROM (SELECT 1 FROM test_esol4dsv.t1 CROSS JOIN test_esol4dsv.t0) LIMIT 1) AS _subquery22), 'Dynamic'), 'Dynamic'). (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build))'. This error maybe retryable or not. In case of unretryable error, mutation can be killed with KILL MUTATION query 0. ./build_docker/./src/Common/StackTrace.cpp:381: StackTrace::tryCapture() @ 0x000000002077ec7b 1. ./src/Common/StackTrace.h:48: DB::checkMutationStatus(std::optional&, std::set, std::allocator> const&) @ 0x000000003e3e8f4e 2. ./build_docker/./src/Storages/StorageMergeTree.cpp:662: DB::StorageMergeTree::waitForMutation(long, String const&, bool) @ 0x000000003eac0f79 3. ./build_docker/./src/Storages/StorageMergeTree.cpp:632: DB::StorageMergeTree::alter(DB::AlterCommands const&, std::shared_ptr, std::unique_lock&) @ 0x000000003eab6353 4. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:219: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750f74 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 8. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 . (UNFINISHED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46910) (comment: 03246_alter_update_dynamic_hung.sql) (in query: ALTER TABLE t0 MODIFY COLUMN c0 Dynamic;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&&, String&, String&, String&&) @ 0x000000003e3e9287 4. ./build_docker/./src/Storages/MergeTree/MergeTreeMutationStatus.cpp:26: DB::checkMutationStatus(std::optional&, std::set, std::allocator> const&) @ 0x000000003e3e900f 5. ./build_docker/./src/Storages/StorageMergeTree.cpp:662: DB::StorageMergeTree::waitForMutation(long, String const&, bool) @ 0x000000003eac0f79 6. ./build_docker/./src/Storages/StorageMergeTree.cpp:632: DB::StorageMergeTree::alter(DB::AlterCommands const&, std::shared_ptr, std::unique_lock&) @ 0x000000003eab6353 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:219: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750f74 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 17:53:32.668785 [ 4129 ] {} TCPHandler: Code: 341. DB::Exception: Exception happened during execution of mutations 'mutation_2.txt, mutation_3.txt' with part 'all_1_1_0' reason: 'Code: 60. DB::Exception: Table test_esol4dsv.t1 does not exist. Maybe you meant test_esol4dsv.t0?: While processing _CAST(_CAST(1 IN ((SELECT 1 FROM (SELECT 1 FROM test_esol4dsv.t1 CROSS JOIN test_esol4dsv.t0) LIMIT 1) AS _subquery22), 'Dynamic'), 'Dynamic'). (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build))'. This error maybe retryable or not. In case of unretryable error, mutation can be killed with KILL MUTATION query 0. ./build_docker/./src/Common/StackTrace.cpp:381: StackTrace::tryCapture() @ 0x000000002077ec7b 1. ./src/Common/StackTrace.h:48: DB::checkMutationStatus(std::optional&, std::set, std::allocator> const&) @ 0x000000003e3e8f4e 2. ./build_docker/./src/Storages/StorageMergeTree.cpp:662: DB::StorageMergeTree::waitForMutation(long, String const&, bool) @ 0x000000003eac0f79 3. ./build_docker/./src/Storages/StorageMergeTree.cpp:632: DB::StorageMergeTree::alter(DB::AlterCommands const&, std::shared_ptr, std::unique_lock&) @ 0x000000003eab6353 4. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:219: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750f74 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 8. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 . (UNFINISHED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&&, String&, String&, String&&) @ 0x000000003e3e9287 4. ./build_docker/./src/Storages/MergeTree/MergeTreeMutationStatus.cpp:26: DB::checkMutationStatus(std::optional&, std::set, std::allocator> const&) @ 0x000000003e3e900f 5. ./build_docker/./src/Storages/StorageMergeTree.cpp:662: DB::StorageMergeTree::waitForMutation(long, String const&, bool) @ 0x000000003eac0f79 6. ./build_docker/./src/Storages/StorageMergeTree.cpp:632: DB::StorageMergeTree::alter(DB::AlterCommands const&, std::shared_ptr, std::unique_lock&) @ 0x000000003eab6353 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:219: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750f74 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 17:53:33.365370 [ 68116 ] {d87180bc-2fb5-43c2-a8d0-1484f20839ec} executeQuery: Code: 43. DB::Exception: Second argument (shingle size) of function wordShingleSimHashUTF8 must be unsigned integer, got Float64: In scope SELECT wordShingleSimHashUTF8('j$g', 18.6). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT wordShingleSimHashUTF8('j$g', 18.6);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionsStringHash, DB::NameWordShingleSimHashUTF8, true, false>::getReturnTypeImpl(std::vector> const&) const @ 0x000000000ab34ee5 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:53:33.372847 [ 68116 ] {} TCPHandler: Code: 43. DB::Exception: Second argument (shingle size) of function wordShingleSimHashUTF8 must be unsigned integer, got Float64: In scope SELECT wordShingleSimHashUTF8('j$g', 18.6). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionsStringHash, DB::NameWordShingleSimHashUTF8, true, false>::getReturnTypeImpl(std::vector> const&) const @ 0x000000000ab34ee5 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:53:33.923808 [ 68116 ] {f1f3a14a-d264-4f34-b7ba-6d25c2125870} executeQuery: Code: 42. DB::Exception: Table function 'mongodb' requires 3 or from 6 to 7 parameters: mongodb('host:port', database, collection, user, password, structure, [, options]) or mongodb(uri, collection, structure). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM mongodb();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/TableFunctions/TableFunctionMongoDB.cpp:130: DB::(anonymous namespace)::TableFunctionMongoDB::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x000000002743715c 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:53:33.930920 [ 68116 ] {} TCPHandler: Code: 42. DB::Exception: Table function 'mongodb' requires 3 or from 6 to 7 parameters: mongodb('host:port', database, collection, user, password, structure, [, options]) or mongodb(uri, collection, structure). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/TableFunctions/TableFunctionMongoDB.cpp:130: DB::(anonymous namespace)::TableFunctionMongoDB::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x000000002743715c 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:53:33.950610 [ 68116 ] {c06cbdde-bb71-4ce7-b304-303b51470c6d} executeQuery: Code: 42. DB::Exception: Table function 'mongodb' requires 3 or from 6 to 7 parameters: mongodb('host:port', database, collection, user, password, structure, [, options]) or mongodb(uri, collection, structure). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM mongodb(['`]1+^L']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/TableFunctions/TableFunctionMongoDB.cpp:130: DB::(anonymous namespace)::TableFunctionMongoDB::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x000000002743715c 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:53:33.957273 [ 68116 ] {} TCPHandler: Code: 42. DB::Exception: Table function 'mongodb' requires 3 or from 6 to 7 parameters: mongodb('host:port', database, collection, user, password, structure, [, options]) or mongodb(uri, collection, structure). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/TableFunctions/TableFunctionMongoDB.cpp:130: DB::(anonymous namespace)::TableFunctionMongoDB::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x000000002743715c 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:53:33.990705 [ 68116 ] {8bdb8c1d-e46e-43b2-a3f2-740d1daf9c66} executeQuery: Code: 41. DB::Exception: Cannot parse datetime: Cannot parse DateTime from String: In scope SELECT CAST(CAST('\0', 'DateTime'), 'DateTime'), 'dbKx)[n', 61.3765, '\0', ''. (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT (CAST(((CAST(('\0') AS DateTime))) AS DateTime)), 'dbKx)[n', 61.3765, '\0', '';), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./src/IO/ReadHelpers.h:1030: void DB::readDateTimeTextImpl(long&, DB::ReadBuffer&, DateLUTImpl const&, char const*, char const*) @ 0x0000000027db3b1e 5. ./src/IO/ReadHelpers.h:1204: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000328e28c6 6. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000328b6a67 7. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324fab8b 8. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325677a9 9. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032566142 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 15. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 16. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 17. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 18. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 19. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 20. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 21. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 22. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 30. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 31. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 2025.03.31 17:53:33.997142 [ 68116 ] {} TCPHandler: Code: 41. DB::Exception: Cannot parse datetime: Cannot parse DateTime from String: In scope SELECT CAST(CAST('\0', 'DateTime'), 'DateTime'), 'dbKx)[n', 61.3765, '\0', ''. (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./src/IO/ReadHelpers.h:1030: void DB::readDateTimeTextImpl(long&, DB::ReadBuffer&, DateLUTImpl const&, char const*, char const*) @ 0x0000000027db3b1e 5. ./src/IO/ReadHelpers.h:1204: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000328e28c6 6. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000328b6a67 7. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324fab8b 8. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325677a9 9. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032566142 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 15. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 16. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 17. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 18. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 19. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 20. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 21. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 22. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 30. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 31. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 2025.03.31 17:53:34.849252 [ 68116 ] {a0e8e94e-1108-4e8e-8e7d-6d374f76487b} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function substring, expected String, FixedString or Enum: In scope (SELECT * FROM executable(CAST(-7.634, 'String'), substring([], (SELECT ['\0']) AS qmmi))). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT formatReadableSize(( SELECT * FROM executable((CAST((-7.634) AS String)), substring([], ( SELECT ['\0'] ) AS qmmi)) ) , ( SELECT countMatches() ) , '^t d');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::(anonymous namespace)::FunctionSubstring::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001b9939f0 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4786: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3b19a 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 24. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 27. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 29. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 31. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 2025.03.31 17:53:34.856326 [ 68116 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function substring, expected String, FixedString or Enum: In scope (SELECT * FROM executable(CAST(-7.634, 'String'), substring([], (SELECT ['\0']) AS qmmi))). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::(anonymous namespace)::FunctionSubstring::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001b9939f0 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4786: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3b19a 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 24. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 27. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 29. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 31. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 2025.03.31 17:53:35.526752 [ 68116 ] {2713b96b-f8e4-4e40-b558-5e6b81b8525c} executeQuery: Code: 42. DB::Exception: Aggregate function groupArrayIntersect requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT groupArrayIntersect();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./src/AggregateFunctions/FactoryHelpers.h:26: DB::(anonymous namespace)::createAggregateFunctionGroupArrayIntersect(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x0000000021f9eef6 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:53:35.533345 [ 68116 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function groupArrayIntersect requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./src/AggregateFunctions/FactoryHelpers.h:26: DB::(anonymous namespace)::createAggregateFunctionGroupArrayIntersect(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x0000000021f9eef6 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:53:35.556650 [ 68116 ] {85b63bdd-b2c9-4a3e-91d2-bf03fd9a989e} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitHammingDistance doesn't match: passed 0, should be 2: In scope SELECT bitHammingDistance(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT bitHammingDistance();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:53:35.563658 [ 68116 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitHammingDistance doesn't match: passed 0, should be 2: In scope SELECT bitHammingDistance(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:53:35.784519 [ 535 ] {} test_vjeankec.rmt (17f8a001-7892-4de9-8e9c-eef24ef1b41e): Found 2 empty unexpected parts (probably some dropped parts were not cleaned up before restart): [0_0_0_1, 1_0_0_1] 2025.03.31 17:53:35.937377 [ 576 ] {} test_vjeankec.rmt1 (9ddb53ac-ddfb-4315-b1fd-7f9e49fd9881): Found 1 empty unexpected parts (probably some dropped parts were not cleaned up before restart): [1_0_0_1] 2025.03.31 17:53:36.265073 [ 68116 ] {e0e2830e-1f25-4379-9b56-4d468741a09b} executeQuery: Code: 36. DB::Exception: Argument 'path' must be a literal with type String, got Null. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM icebergLocal(s2CellsIntersect(NULL, '\0'));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>, std::basic_string_view>>(int, FormatStringHelperImpl::type, std::type_identity>>::type, std::type_identity>>::type>, String const&, std::basic_string_view>&&, std::basic_string_view>&&) @ 0x000000003d3e0c17 4. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:39: String DB::checkAndGetLiteralArgument(DB::ASTLiteral const&, String const&) @ 0x000000003d3dee23 5. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:22: String DB::checkAndGetLiteralArgument(std::shared_ptr const&, String const&) @ 0x000000003d3de339 6. ./build_docker/./src/Storages/ObjectStorage/Local/Configuration.cpp:45: DB::StorageLocalConfiguration::fromAST(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool) @ 0x0000000033385ba0 7. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:568: DB::StorageObjectStorage::Configuration::initialize(DB::StorageObjectStorage::Configuration&, absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool, std::unique_ptr>) @ 0x00000000330eb74a 8. ./src/TableFunctions/TableFunctionObjectStorage.h:133: DB::TableFunctionObjectStorage>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275557fe 9. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x0000000027551ef7 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:53:36.272602 [ 68116 ] {} TCPHandler: Code: 36. DB::Exception: Argument 'path' must be a literal with type String, got Null. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>, std::basic_string_view>>(int, FormatStringHelperImpl::type, std::type_identity>>::type, std::type_identity>>::type>, String const&, std::basic_string_view>&&, std::basic_string_view>&&) @ 0x000000003d3e0c17 4. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:39: String DB::checkAndGetLiteralArgument(DB::ASTLiteral const&, String const&) @ 0x000000003d3dee23 5. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:22: String DB::checkAndGetLiteralArgument(std::shared_ptr const&, String const&) @ 0x000000003d3de339 6. ./build_docker/./src/Storages/ObjectStorage/Local/Configuration.cpp:45: DB::StorageLocalConfiguration::fromAST(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool) @ 0x0000000033385ba0 7. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:568: DB::StorageObjectStorage::Configuration::initialize(DB::StorageObjectStorage::Configuration&, absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool, std::unique_ptr>) @ 0x00000000330eb74a 8. ./src/TableFunctions/TableFunctionObjectStorage.h:133: DB::TableFunctionObjectStorage>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275557fe 9. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x0000000027551ef7 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:53:36.294796 [ 68116 ] {6c38f796-ac6f-45a6-a6ed-cc0227f04056} executeQuery: Code: 42. DB::Exception: Number of arguments for function LpDistance doesn't match: passed 1, should be 3: In scope SELECT LpDistance('=yQ=[&T'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT LpDistance('=yQ=[&T');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:53:36.300835 [ 68116 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function LpDistance doesn't match: passed 1, should be 3: In scope SELECT LpDistance('=yQ=[&T'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:53:36.322348 [ 68116 ] {dd9931cd-559f-43d8-b153-8c8c2f1d67ca} executeQuery: Code: 42. DB::Exception: Number of arguments for function byteHammingDistance doesn't match: passed 1, should be 2: In scope SELECT byteHammingDistance('\0'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT byteHammingDistance('\0');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:53:36.328613 [ 68116 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function byteHammingDistance doesn't match: passed 1, should be 2: In scope SELECT byteHammingDistance('\0'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:53:36.930145 [ 68116 ] {1ebf2e6a-79c6-456f-848e-633c10381773} executeQuery: Code: 43. DB::Exception: Illegal type DateTime expression, must be numeric type. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM numbers_mt((CAST((-0.55049) AS DateTime)), visitParamExtractFloat('\0', '\0'));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionNumbers.cpp:105: DB::(anonymous namespace)::TableFunctionNumbers::evaluateArgument(std::shared_ptr, std::shared_ptr&) const @ 0x00000000273b0d8d 5. ./build_docker/./src/TableFunctions/TableFunctionNumbers.cpp:79: DB::(anonymous namespace)::TableFunctionNumbers::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000273ae3bb 6. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 7. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:53:36.938086 [ 68116 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type DateTime expression, must be numeric type. (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionNumbers.cpp:105: DB::(anonymous namespace)::TableFunctionNumbers::evaluateArgument(std::shared_ptr, std::shared_ptr&) const @ 0x00000000273b0d8d 5. ./build_docker/./src/TableFunctions/TableFunctionNumbers.cpp:79: DB::(anonymous namespace)::TableFunctionNumbers::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000273ae3bb 6. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 7. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:53:37.535279 [ 68116 ] {d592b1a5-11bd-40d5-84de-fa40991fdad0} executeQuery: Code: 158. DB::Exception: Limit for rows or bytes to read exceeded, max rows: 20.00 million, current rows: 20.07 million: While executing NumbersRange. (TOO_MANY_ROWS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM numbers_mt();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, char const*&, String&&, String&&) @ 0x0000000034b947d7 4. ./build_docker/./src/QueryPipeline/SizeLimits.cpp:32: DB::SizeLimits::check(unsigned long, unsigned long, char const*, int, int) const @ 0x0000000034b9346e 5. ./build_docker/./src/QueryPipeline/ReadProgressCallback.cpp:109: DB::ReadProgressCallback::onProgress(unsigned long, unsigned long, std::list> const&) @ 0x0000000034afbbd2 6. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:64: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ef03 7. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 8. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 10. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 2025.03.31 17:53:37.546886 [ 68116 ] {} TCPHandler: Code: 158. DB::Exception: Limit for rows or bytes to read exceeded, max rows: 20.00 million, current rows: 20.07 million: While executing NumbersRange. (TOO_MANY_ROWS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, char const*&, String&&, String&&) @ 0x0000000034b947d7 4. ./build_docker/./src/QueryPipeline/SizeLimits.cpp:32: DB::SizeLimits::check(unsigned long, unsigned long, char const*, int, int) const @ 0x0000000034b9346e 5. ./build_docker/./src/QueryPipeline/ReadProgressCallback.cpp:109: DB::ReadProgressCallback::onProgress(unsigned long, unsigned long, std::list> const&) @ 0x0000000034afbbd2 6. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:64: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ef03 7. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 8. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 10. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 2025.03.31 17:53:38.294341 [ 68116 ] {434777c2-29eb-4484-95a2-8dedcb332005} executeQuery: Code: 636. DB::Exception: Table function 'input' was used without structure argument but structure could not be determined automatically. Please, provide structure manually. (CANNOT_EXTRACT_TABLE_STRUCTURE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM icebergLocal(( SELECT 3, [NULL], [-3638797], ( SELECT * FROM input() ) AS adkohxd, '' ) , ( SELECT toInt256([['']]), ( SELECT * FROM icebergAzureCluster() ) AS wedu, ( SELECT * FROM zeros() ) , '\0' ) , -23.38892);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionInput.cpp:75: DB::(anonymous namespace)::TableFunctionInput::getActualTableStructure(std::shared_ptr, bool) const @ 0x0000000027423eca 5. ./build_docker/./src/TableFunctions/TableFunctionInput.cpp:87: DB::(anonymous namespace)::TableFunctionInput::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x0000000027424753 6. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 7. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4786: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3b19a 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 17:53:38.301990 [ 68116 ] {} TCPHandler: Code: 636. DB::Exception: Table function 'input' was used without structure argument but structure could not be determined automatically. Please, provide structure manually. (CANNOT_EXTRACT_TABLE_STRUCTURE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionInput.cpp:75: DB::(anonymous namespace)::TableFunctionInput::getActualTableStructure(std::shared_ptr, bool) const @ 0x0000000027423eca 5. ./build_docker/./src/TableFunctions/TableFunctionInput.cpp:87: DB::(anonymous namespace)::TableFunctionInput::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x0000000027424753 6. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 7. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4786: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3b19a 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 17:53:38.438236 [ 743 ] {} test_vjeankec.rmt (17f8a001-7892-4de9-8e9c-eef24ef1b41e): Found 2 empty unexpected parts (probably some dropped parts were not cleaned up before restart): [0_4_6_1, 1_2_4_1] 2025.03.31 17:53:38.502984 [ 4129 ] {46fdbe7b-699c-45df-b6a9-7b232da00597} executeQuery: Code: 503. DB::Exception: Aggregate function aggThrow has thrown exception successfully: while executing 'FUNCTION arrayReduce('aggThrow(0.0001)'_String :: 1, range(modulo(__table1.number, 10_UInt8)) :: 2) -> arrayReduce('aggThrow(0.0001)'_String, range(modulo(__table1.number, 10_UInt8))) UInt8 : 0'. (AGGREGATE_FUNCTION_THROW) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35040) (comment: 01052_array_reduce_exception.sql) (in query: SELECT arrayReduce('aggThrow(0.0001)', range(number % 10)) FROM system.numbers FORMAT Null;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/AggregateFunctions/AggregateFunctionAggThrow.cpp:71: DB::(anonymous namespace)::AggregateFunctionThrow::create(char*) const @ 0x0000000026a6e379 5. DB::FunctionArrayReduce::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001f5ccf48 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 11. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 12. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 13. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 18. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 17:53:38.510199 [ 4129 ] {} TCPHandler: Code: 503. DB::Exception: Aggregate function aggThrow has thrown exception successfully: while executing 'FUNCTION arrayReduce('aggThrow(0.0001)'_String :: 1, range(modulo(__table1.number, 10_UInt8)) :: 2) -> arrayReduce('aggThrow(0.0001)'_String, range(modulo(__table1.number, 10_UInt8))) UInt8 : 0'. (AGGREGATE_FUNCTION_THROW), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/AggregateFunctions/AggregateFunctionAggThrow.cpp:71: DB::(anonymous namespace)::AggregateFunctionThrow::create(char*) const @ 0x0000000026a6e379 5. DB::FunctionArrayReduce::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001f5ccf48 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 11. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 12. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 13. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 18. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 17:53:38.597365 [ 784 ] {} test_vjeankec.rmt1 (9ddb53ac-ddfb-4315-b1fd-7f9e49fd9881): Found 1 empty unexpected parts (probably some dropped parts were not cleaned up before restart): [1_2_4_1] 2025.03.31 17:53:38.638130 [ 4128 ] {575b8cd4-f916-4ce6-9805-bad357ca4027} executeQuery: Code: 48. DB::Exception: WITH TOTALS, ROLLUP, CUBE or GROUPING SETS are not supported without aggregation. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35026) (comment: 02497_having_without_actual_aggregation_bug.sql) (in query: select queryID() as t from numbers(10) with totals having t = initialQueryID();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Analyzer/ValidationUtils.cpp:366: DB::validateAggregates(std::shared_ptr const&, DB::AggregatesValidationParams) @ 0x0000000035e810b3 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5735: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1e0f5 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 8. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 17:53:38.643399 [ 4128 ] {} TCPHandler: Code: 48. DB::Exception: WITH TOTALS, ROLLUP, CUBE or GROUPING SETS are not supported without aggregation. (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Analyzer/ValidationUtils.cpp:366: DB::validateAggregates(std::shared_ptr const&, DB::AggregatesValidationParams) @ 0x0000000035e810b3 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5735: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1e0f5 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 8. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 17:53:38.763104 [ 56178 ] {bbd66ecb-27bd-48e1-9ddd-a822b0a0dbf3} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 1.00 MiB (attempt to allocate chunk of 1048639 bytes), current RSS 0.00 B, maximum: 8.00 KiB. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35050) (comment: 01383_log_broken_table.sh) (in query: INSERT INTO log SELECT number, number, number FROM numbers(1000000)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x00000000208a3125 10. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:107: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String, bool, unsigned long) @ 0x00000000208a19aa 11. ./build_docker/./src/IO/WriteBufferFromFile.cpp:38: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long, bool, unsigned long) @ 0x0000000020c4b509 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007] const&, int, std::nullptr_t, int, bool const&, unsigned long const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&, int&&, std::nullptr_t&&, int&&, bool const&, unsigned long const&) @ 0x0000000035765758 13. ./build_docker/./src/Disks/DiskLocal.cpp:338: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003574cdef 14. ./build_docker/./src/Common/FileChecker.cpp:142: DB::FileChecker::save() const @ 0x000000003cc112df 15. ./build_docker/./src/Storages/StorageLog.cpp:771: DB::LogSink::LogSink(DB::StorageLog&, std::shared_ptr const&, std::unique_lock&&) @ 0x000000003d43578d 16. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageLog::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003d40fbe6 17. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 18. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 19. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 20. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 21. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:53:38.768410 [ 56178 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 1.00 MiB (attempt to allocate chunk of 1048639 bytes), current RSS 0.00 B, maximum: 8.00 KiB. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x00000000208a3125 10. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:107: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String, bool, unsigned long) @ 0x00000000208a19aa 11. ./build_docker/./src/IO/WriteBufferFromFile.cpp:38: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long, bool, unsigned long) @ 0x0000000020c4b509 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007] const&, int, std::nullptr_t, int, bool const&, unsigned long const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&, int&&, std::nullptr_t&&, int&&, bool const&, unsigned long const&) @ 0x0000000035765758 13. ./build_docker/./src/Disks/DiskLocal.cpp:338: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003574cdef 14. ./build_docker/./src/Common/FileChecker.cpp:142: DB::FileChecker::save() const @ 0x000000003cc112df 15. ./build_docker/./src/Storages/StorageLog.cpp:771: DB::LogSink::LogSink(DB::StorageLog&, std::shared_ptr const&, std::unique_lock&&) @ 0x000000003d43578d 16. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageLog::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003d40fbe6 17. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 18. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 19. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 20. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 21. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:53:38.945782 [ 68116 ] {8696e158-9e49-4d18-99f6-e769e01028f3} executeQuery: Code: 42. DB::Exception: Storage S3 requires 1 to 7 arguments. All supported signatures: - url - url, NOSIGN - url, format - url, NOSIGN, format - url, format, structure - url, NOSIGN, format, structure - url, format, structure, compression_method - url, NOSIGN, format, structure, compression_method - url, access_key_id, secret_access_key - url, access_key_id, secret_access_key, session_token - url, access_key_id, secret_access_key, format - url, access_key_id, secret_access_key, session_token, format - url, access_key_id, secret_access_key, format, structure - url, access_key_id, secret_access_key, session_token, format, structure - url, access_key_id, secret_access_key, format, structure, compression_method - url, access_key_id, secret_access_key, session_token, format, structure, compression_method All signatures supports optional headers (specified as `headers('name'='value', 'name2'='value2')`). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM cosn();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&&, String&&) @ 0x0000000018276aad 4. ./build_docker/./src/Storages/ObjectStorage/S3/Configuration.cpp:197: DB::StorageS3Configuration::fromAST(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool) @ 0x000000003331e3c7 5. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:568: DB::StorageObjectStorage::Configuration::initialize(DB::StorageObjectStorage::Configuration&, absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool, std::unique_ptr>) @ 0x00000000330eb74a 6. ./src/TableFunctions/TableFunctionObjectStorage.h:133: DB::TableFunctionObjectStorage::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000274f29fe 7. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274f6117 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:53:38.952725 [ 68116 ] {} TCPHandler: Code: 42. DB::Exception: Storage S3 requires 1 to 7 arguments. All supported signatures: - url - url, NOSIGN - url, format - url, NOSIGN, format - url, format, structure - url, NOSIGN, format, structure - url, format, structure, compression_method - url, NOSIGN, format, structure, compression_method - url, access_key_id, secret_access_key - url, access_key_id, secret_access_key, session_token - url, access_key_id, secret_access_key, format - url, access_key_id, secret_access_key, session_token, format - url, access_key_id, secret_access_key, format, structure - url, access_key_id, secret_access_key, session_token, format, structure - url, access_key_id, secret_access_key, format, structure, compression_method - url, access_key_id, secret_access_key, session_token, format, structure, compression_method All signatures supports optional headers (specified as `headers('name'='value', 'name2'='value2')`). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&&, String&&) @ 0x0000000018276aad 4. ./build_docker/./src/Storages/ObjectStorage/S3/Configuration.cpp:197: DB::StorageS3Configuration::fromAST(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool) @ 0x000000003331e3c7 5. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:568: DB::StorageObjectStorage::Configuration::initialize(DB::StorageObjectStorage::Configuration&, absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool, std::unique_ptr>) @ 0x00000000330eb74a 6. ./src/TableFunctions/TableFunctionObjectStorage.h:133: DB::TableFunctionObjectStorage::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000274f29fe 7. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274f6117 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:53:39.233285 [ 4128 ] {d89cd575-6aaa-43bc-919f-12ac1c084ea7} executeQuery: Code: 48. DB::Exception: WITH TOTALS, ROLLUP, CUBE or GROUPING SETS are not supported without aggregation. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35026) (comment: 02497_having_without_actual_aggregation_bug.sql) (in query: select count() from (select queryID() as t from remote('127.0.0.{1..3}', numbers(10)) with totals having t = initialQueryID()) settings prefer_localhost_replica = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Analyzer/ValidationUtils.cpp:366: DB::validateAggregates(std::shared_ptr const&, DB::AggregatesValidationParams) @ 0x0000000035e810b3 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5735: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1e0f5 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5290: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd45a0 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:53:39.240599 [ 4128 ] {} TCPHandler: Code: 48. DB::Exception: WITH TOTALS, ROLLUP, CUBE or GROUPING SETS are not supported without aggregation. (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Analyzer/ValidationUtils.cpp:366: DB::validateAggregates(std::shared_ptr const&, DB::AggregatesValidationParams) @ 0x0000000035e810b3 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5735: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1e0f5 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5290: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd45a0 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:53:39.580564 [ 68116 ] {a83d576d-25f2-4748-a233-3080d1dcf9f6} executeQuery: Code: 42. DB::Exception: Table function 'mergeTreeIndex' must have 2 or 3 arguments, got: 1. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM mergeTreeIndex([]);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&&) @ 0x00000000088dcead 4. ./build_docker/./src/TableFunctions/TableFunctionMergeTreeIndex.cpp:56: DB::TableFunctionMergeTreeIndex::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x0000000027443eb7 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:53:39.588118 [ 68116 ] {} TCPHandler: Code: 42. DB::Exception: Table function 'mergeTreeIndex' must have 2 or 3 arguments, got: 1. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&&) @ 0x00000000088dcead 4. ./build_docker/./src/TableFunctions/TableFunctionMergeTreeIndex.cpp:56: DB::TableFunctionMergeTreeIndex::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x0000000027443eb7 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:53:40.380380 [ 55896 ] {b008d66c-d8a2-4cc3-877a-a307b5fdc899} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 1.00 MiB (attempt to allocate chunk of 1048639 bytes), current RSS 0.00 B, maximum: 16.00 KiB. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35096) (comment: 01383_log_broken_table.sh) (in query: INSERT INTO log SELECT number, number, number FROM numbers(1000000)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x00000000208a3125 10. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:107: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String, bool, unsigned long) @ 0x00000000208a19aa 11. ./build_docker/./src/IO/WriteBufferFromFile.cpp:38: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long, bool, unsigned long) @ 0x0000000020c4b509 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007] const&, int, std::nullptr_t, int, bool const&, unsigned long const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&, int&&, std::nullptr_t&&, int&&, bool const&, unsigned long const&) @ 0x0000000035765758 13. ./build_docker/./src/Disks/DiskLocal.cpp:338: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003574cdef 14. ./build_docker/./src/Common/FileChecker.cpp:142: DB::FileChecker::save() const @ 0x000000003cc112df 15. ./build_docker/./src/Storages/StorageLog.cpp:771: DB::LogSink::LogSink(DB::StorageLog&, std::shared_ptr const&, std::unique_lock&&) @ 0x000000003d43578d 16. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageLog::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003d40fbe6 17. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 18. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 19. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 20. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 21. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:53:40.385345 [ 55896 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 1.00 MiB (attempt to allocate chunk of 1048639 bytes), current RSS 0.00 B, maximum: 16.00 KiB. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x00000000208a3125 10. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:107: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String, bool, unsigned long) @ 0x00000000208a19aa 11. ./build_docker/./src/IO/WriteBufferFromFile.cpp:38: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long, bool, unsigned long) @ 0x0000000020c4b509 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007] const&, int, std::nullptr_t, int, bool const&, unsigned long const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&, int&&, std::nullptr_t&&, int&&, bool const&, unsigned long const&) @ 0x0000000035765758 13. ./build_docker/./src/Disks/DiskLocal.cpp:338: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003574cdef 14. ./build_docker/./src/Common/FileChecker.cpp:142: DB::FileChecker::save() const @ 0x000000003cc112df 15. ./build_docker/./src/Storages/StorageLog.cpp:771: DB::LogSink::LogSink(DB::StorageLog&, std::shared_ptr const&, std::unique_lock&&) @ 0x000000003d43578d 16. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageLog::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003d40fbe6 17. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 18. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 19. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 20. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 21. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:53:40.385422 [ 68116 ] {34cbbe24-7a59-4bce-b4bf-2a7c8b04bc11} executeQuery: Code: 42. DB::Exception: Wrong argument count for function dictHas: In scope SELECT ['e{'], 'OXFO`K^G', dictHas(), ''. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT ['e{'], 'OXFO`K^G', dictHas(), '';), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionDictHas::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x0000000008e8fc02 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:53:40.393164 [ 68116 ] {} TCPHandler: Code: 42. DB::Exception: Wrong argument count for function dictHas: In scope SELECT ['e{'], 'OXFO`K^G', dictHas(), ''. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionDictHas::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x0000000008e8fc02 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:53:41.004380 [ 870 ] {} DNSResolver: Cannot resolve host (), error 0: No address found. 2025.03.31 17:53:41.177537 [ 68116 ] {940ac582-502a-4413-a37c-4fb60af32d04} executeQuery: Code: 701. DB::Exception: Requested cluster '1G' not found. (CLUSTER_DOESNT_EXIST) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM file(( SELECT * FROM hdfsCluster('1G') ) AS pndqtrdw, ( SELECT uniqExact(['\0']) ) );), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./src/TableFunctions/ITableFunctionCluster.h:61: DB::ITableFunctionCluster>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275c31ff 5. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x0000000027500e37 6. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275bf186 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4786: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3b19a 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:53:41.189023 [ 68116 ] {} TCPHandler: Code: 701. DB::Exception: Requested cluster '1G' not found. (CLUSTER_DOESNT_EXIST), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./src/TableFunctions/ITableFunctionCluster.h:61: DB::ITableFunctionCluster>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275c31ff 5. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x0000000027500e37 6. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275bf186 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4786: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3b19a 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:53:41.929974 [ 68116 ] {48efd8a8-197b-4fc4-aad2-d5fc60ea0c41} executeQuery: Code: 42. DB::Exception: Number of arguments for function toUInt128OrNull doesn't match: passed 0, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toUInt128OrNull(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT toUInt128OrNull();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&&) @ 0x00000000088dcead 4. ./src/Functions/FunctionsConversion.h:2592: DB::detail::FunctionConvertFromString>, DB::detail::NameToUInt128OrNull, (DB::detail::ConvertFromStringExceptionMode)2, (DB::detail::ConvertFromStringParsingMode)0>::getReturnTypeImpl(std::vector> const&) const @ 0x0000000032c50a8b 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:53:41.940081 [ 68116 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toUInt128OrNull doesn't match: passed 0, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toUInt128OrNull(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&&) @ 0x00000000088dcead 4. ./src/Functions/FunctionsConversion.h:2592: DB::detail::FunctionConvertFromString>, DB::detail::NameToUInt128OrNull, (DB::detail::ConvertFromStringExceptionMode)2, (DB::detail::ConvertFromStringParsingMode)0>::getReturnTypeImpl(std::vector> const&) const @ 0x0000000032c50a8b 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:53:42.014731 [ 68111 ] {4dc5808c-93d5-4e13-b196-5d8a7455316a} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 1.00 MiB (attempt to allocate chunk of 1048639 bytes), current RSS 0.00 B, maximum: 32.00 KiB. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35152) (comment: 01383_log_broken_table.sh) (in query: INSERT INTO log SELECT number, number, number FROM numbers(1000000)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x00000000208a3125 10. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:107: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String, bool, unsigned long) @ 0x00000000208a19aa 11. ./build_docker/./src/IO/WriteBufferFromFile.cpp:38: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long, bool, unsigned long) @ 0x0000000020c4b509 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007] const&, int, std::nullptr_t, int, bool const&, unsigned long const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&, int&&, std::nullptr_t&&, int&&, bool const&, unsigned long const&) @ 0x0000000035765758 13. ./build_docker/./src/Disks/DiskLocal.cpp:338: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003574cdef 14. ./build_docker/./src/Common/FileChecker.cpp:142: DB::FileChecker::save() const @ 0x000000003cc112df 15. ./build_docker/./src/Storages/StorageLog.cpp:771: DB::LogSink::LogSink(DB::StorageLog&, std::shared_ptr const&, std::unique_lock&&) @ 0x000000003d43578d 16. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageLog::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003d40fbe6 17. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 18. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 19. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 20. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 21. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:53:42.020251 [ 68111 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 1.00 MiB (attempt to allocate chunk of 1048639 bytes), current RSS 0.00 B, maximum: 32.00 KiB. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x00000000208a3125 10. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:107: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String, bool, unsigned long) @ 0x00000000208a19aa 11. ./build_docker/./src/IO/WriteBufferFromFile.cpp:38: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long, bool, unsigned long) @ 0x0000000020c4b509 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007] const&, int, std::nullptr_t, int, bool const&, unsigned long const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&, int&&, std::nullptr_t&&, int&&, bool const&, unsigned long const&) @ 0x0000000035765758 13. ./build_docker/./src/Disks/DiskLocal.cpp:338: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003574cdef 14. ./build_docker/./src/Common/FileChecker.cpp:142: DB::FileChecker::save() const @ 0x000000003cc112df 15. ./build_docker/./src/Storages/StorageLog.cpp:771: DB::LogSink::LogSink(DB::StorageLog&, std::shared_ptr const&, std::unique_lock&&) @ 0x000000003d43578d 16. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageLog::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003d40fbe6 17. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 18. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 19. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 20. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 21. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:53:42.738160 [ 68116 ] {7aa54cea-da60-48ed-9304-0aa257732116} executeQuery: Code: 36. DB::Exception: Argument 'path' must be a literal with type String, got Null. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT (CAST(('b`g') AS String)), ( SELECT [], ( SELECT connectionId(), 'DO12', '\0' ) , ( SELECT * FROM icebergLocal(NULL) ) AS dq, -760501 ) AS h;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>, std::basic_string_view>>(int, FormatStringHelperImpl::type, std::type_identity>>::type, std::type_identity>>::type>, String const&, std::basic_string_view>&&, std::basic_string_view>&&) @ 0x000000003d3e0c17 4. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:39: String DB::checkAndGetLiteralArgument(DB::ASTLiteral const&, String const&) @ 0x000000003d3dee23 5. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:22: String DB::checkAndGetLiteralArgument(std::shared_ptr const&, String const&) @ 0x000000003d3de339 6. ./build_docker/./src/Storages/ObjectStorage/Local/Configuration.cpp:45: DB::StorageLocalConfiguration::fromAST(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool) @ 0x0000000033385ba0 7. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:568: DB::StorageObjectStorage::Configuration::initialize(DB::StorageObjectStorage::Configuration&, absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool, std::unique_ptr>) @ 0x00000000330eb74a 8. ./src/TableFunctions/TableFunctionObjectStorage.h:133: DB::TableFunctionObjectStorage>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275557fe 9. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x0000000027551ef7 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 17:53:42.745061 [ 68116 ] {} TCPHandler: Code: 36. DB::Exception: Argument 'path' must be a literal with type String, got Null. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>, std::basic_string_view>>(int, FormatStringHelperImpl::type, std::type_identity>>::type, std::type_identity>>::type>, String const&, std::basic_string_view>&&, std::basic_string_view>&&) @ 0x000000003d3e0c17 4. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:39: String DB::checkAndGetLiteralArgument(DB::ASTLiteral const&, String const&) @ 0x000000003d3dee23 5. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:22: String DB::checkAndGetLiteralArgument(std::shared_ptr const&, String const&) @ 0x000000003d3de339 6. ./build_docker/./src/Storages/ObjectStorage/Local/Configuration.cpp:45: DB::StorageLocalConfiguration::fromAST(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool) @ 0x0000000033385ba0 7. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:568: DB::StorageObjectStorage::Configuration::initialize(DB::StorageObjectStorage::Configuration&, absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool, std::unique_ptr>) @ 0x00000000330eb74a 8. ./src/TableFunctions/TableFunctionObjectStorage.h:133: DB::TableFunctionObjectStorage>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275557fe 9. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x0000000027551ef7 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 17:53:42.884882 [ 68116 ] {e9cbca27-597c-41fb-9899-c09d7bd29c32} executeQuery: Code: 701. DB::Exception: Requested cluster '' not found. (CLUSTER_DOESNT_EXIST) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM cluster('\0');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Interpreters/Context.cpp:4195: DB::Context::getCluster(String const&) const @ 0x0000000036576c21 5. ./build_docker/./src/TableFunctions/TableFunctionRemote.cpp:246: DB::TableFunctionRemote::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000273802a7 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:53:42.892758 [ 68116 ] {} TCPHandler: Code: 701. DB::Exception: Requested cluster '' not found. (CLUSTER_DOESNT_EXIST), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Interpreters/Context.cpp:4195: DB::Context::getCluster(String const&) const @ 0x0000000036576c21 5. ./build_docker/./src/TableFunctions/TableFunctionRemote.cpp:246: DB::TableFunctionRemote::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000273802a7 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:53:42.974482 [ 68116 ] {0a6be01d-e6fc-4279-959b-3b553f7c3da2} executeQuery: Code: 42. DB::Exception: Number of arguments for function atan2 doesn't match: passed 1, should be 2: In scope SELECT wordShingleSimHashCaseInsensitiveUTF8(atan2(CAST([(SELECT '0m', '', ['ew8Hw'])], 'String')), [(SELECT toInt32OrNull((SELECT -34.88715), (SELECT ngramMinHashUTF8()), '&@1XSK')), (SELECT '\0', '', NULL) AS siwduk]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT wordShingleSimHashCaseInsensitiveUTF8(atan2((CAST(([( SELECT '0m', '', ['ew8Hw'] ) ]) AS String))), [( SELECT toInt32OrNull(( SELECT -34.88715 ) , ( SELECT ngramMinHashUTF8() ) , '&@1XSK') ) , ( SELECT '\0', '', NULL ) AS siwduk]);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:53:42.980966 [ 68116 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function atan2 doesn't match: passed 1, should be 2: In scope SELECT wordShingleSimHashCaseInsensitiveUTF8(atan2(CAST([(SELECT '0m', '', ['ew8Hw'])], 'String')), [(SELECT toInt32OrNull((SELECT -34.88715), (SELECT ngramMinHashUTF8()), '&@1XSK')), (SELECT '\0', '', NULL) AS siwduk]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:53:43.002067 [ 68116 ] {48e51995-e262-4244-8dd7-aabbceffce1c} executeQuery: Code: 42. DB::Exception: Number of arguments for function changeMonth doesn't match: passed 1, should be 2: In scope SELECT changeMonth(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT changeMonth('');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:53:43.009712 [ 68116 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function changeMonth doesn't match: passed 1, should be 2: In scope SELECT changeMonth(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:53:43.670009 [ 4129 ] {f344ccdb-d2ee-45ee-8ed0-871509e06ed8} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 1.00 MiB (attempt to allocate chunk of 1048639 bytes), current RSS 0.00 B, maximum: 64.00 KiB. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35246) (comment: 01383_log_broken_table.sh) (in query: INSERT INTO log SELECT number, number, number FROM numbers(1000000)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x00000000208a3125 10. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:107: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String, bool, unsigned long) @ 0x00000000208a19aa 11. ./build_docker/./src/IO/WriteBufferFromFile.cpp:38: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long, bool, unsigned long) @ 0x0000000020c4b509 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007] const&, int, std::nullptr_t, int, bool const&, unsigned long const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&, int&&, std::nullptr_t&&, int&&, bool const&, unsigned long const&) @ 0x0000000035765758 13. ./build_docker/./src/Disks/DiskLocal.cpp:338: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003574cdef 14. ./build_docker/./src/Common/FileChecker.cpp:142: DB::FileChecker::save() const @ 0x000000003cc112df 15. ./build_docker/./src/Storages/StorageLog.cpp:771: DB::LogSink::LogSink(DB::StorageLog&, std::shared_ptr const&, std::unique_lock&&) @ 0x000000003d43578d 16. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageLog::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003d40fbe6 17. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 18. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 19. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 20. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 21. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:53:43.676119 [ 4129 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 1.00 MiB (attempt to allocate chunk of 1048639 bytes), current RSS 0.00 B, maximum: 64.00 KiB. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x00000000208a3125 10. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:107: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String, bool, unsigned long) @ 0x00000000208a19aa 11. ./build_docker/./src/IO/WriteBufferFromFile.cpp:38: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long, bool, unsigned long) @ 0x0000000020c4b509 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007] const&, int, std::nullptr_t, int, bool const&, unsigned long const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&, int&&, std::nullptr_t&&, int&&, bool const&, unsigned long const&) @ 0x0000000035765758 13. ./build_docker/./src/Disks/DiskLocal.cpp:338: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003574cdef 14. ./build_docker/./src/Common/FileChecker.cpp:142: DB::FileChecker::save() const @ 0x000000003cc112df 15. ./build_docker/./src/Storages/StorageLog.cpp:771: DB::LogSink::LogSink(DB::StorageLog&, std::shared_ptr const&, std::unique_lock&&) @ 0x000000003d43578d 16. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageLog::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003d40fbe6 17. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 18. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 19. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 20. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 21. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:53:43.760845 [ 68116 ] {ce4e0070-343e-4eeb-903a-9de2417335fc} executeQuery: Code: 42. DB::Exception: The signature of function hive is: - hive_url, hive_database, hive_table, structure, partition_by_keys. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT subtractMonths(NULL), 993769.4776, NULL, '\0', ( SELECT * FROM hive(materialize(''), -862.100659) ) , ( SELECT * FROM hive(sigmoid([], 69103.430914), [( SELECT [], randUniform(-60216), '`C', '' ) , ( SELECT * FROM hudi([], toFloat64OrZero()) ) AS bxxvkti]) ) AS keysrq;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/Hive/TableFunctionHive.cpp:78: DB::(anonymous namespace)::TableFunctionHive::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275feb22 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 14. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:53:43.770516 [ 68116 ] {} TCPHandler: Code: 42. DB::Exception: The signature of function hive is: - hive_url, hive_database, hive_table, structure, partition_by_keys. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/Hive/TableFunctionHive.cpp:78: DB::(anonymous namespace)::TableFunctionHive::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275feb22 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 14. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:53:44.020761 [ 55896 ] {d9098df9-1b60-4510-bd67-84e8936fed3a} executeQuery: Code: 42. DB::Exception: Aggregate function any requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35106) (comment: 01560_crash_in_agg_empty_arglist.sql) (in query: SELECT any() as t, substring(query, 1, 70) AS query, avg(memory_usage) usage, count() count FROM system.query_log WHERE current_database = currentDatabase() AND event_date >= toDate(1604295323) AND event_time >= toDateTime(1604295323) AND type in (1,2,3,4) and initial_user in ('') and('all' = 'all' or(positionCaseInsensitive(query, 'all') = 1)) GROUP BY query ORDER BY usage desc LIMIT 5;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./src/AggregateFunctions/FactoryHelpers.h:26: DB::(anonymous namespace)::createAggregateFunctionAny(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x00000000242bf10e 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:53:44.028641 [ 55896 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function any requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./src/AggregateFunctions/FactoryHelpers.h:26: DB::(anonymous namespace)::createAggregateFunctionAny(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x00000000242bf10e 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:53:44.648090 [ 68116 ] {3a1fee77-bf47-4b23-ab14-3156234ca836} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantilesExact. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT quantilesExact('');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String const&) @ 0x000000000a012e2d 4. ./build_docker/./src/AggregateFunctions/AggregateFunctionQuantileExact.cpp:55: std::shared_ptr DB::(anonymous namespace)::createAggregateFunctionQuantile(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x00000000224a0b6b 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:53:44.658317 [ 68116 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantilesExact. (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String const&) @ 0x000000000a012e2d 4. ./build_docker/./src/AggregateFunctions/AggregateFunctionQuantileExact.cpp:55: std::shared_ptr DB::(anonymous namespace)::createAggregateFunctionQuantile(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x00000000224a0b6b 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:53:44.757117 [ 68116 ] {90351cc6-da4b-4023-bd2c-a1bb8432b5f1} executeQuery: Code: 42. DB::Exception: Number of arguments for function MD4 doesn't match: passed 2, should be 1: In scope SELECT structureToCapnProtoSchema(MD4('', -683), -5017169.3851). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT structureToCapnProtoSchema(MD4('', -683), -5017169.3851);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:53:44.763611 [ 68116 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function MD4 doesn't match: passed 2, should be 1: In scope SELECT structureToCapnProtoSchema(MD4('', -683), -5017169.3851). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:53:44.792939 [ 68116 ] {c8420f77-dc77-435f-a592-d7ff55ef99ee} executeQuery: Code: 38. DB::Exception: Cannot parse date: value is too short: Cannot parse Date from String: In scope SELECT overlayUTF8([CAST('\0', 'Date')]). (CANNOT_PARSE_DATE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT overlayUTF8([(CAST(('\0') AS Date))]);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/IO/ReadHelpers.cpp:1363: void DB::readDateTextFallback(LocalDate&, DB::ReadBuffer&, char const*) @ 0x000000002087769b 5. ./src/IO/ReadHelpers.h:825: void DB::readDateTextImpl(LocalDate&, DB::ReadBuffer&, char const*) @ 0x0000000027db28d3 6. ./src/IO/ReadHelpers.h:846: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000328007ed 7. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000327d74a7 8. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324f568b 9. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003255e2c9 10. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003255cec2 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 16. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 17. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 18. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 19. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 20. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 21. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 22. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 23. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 30. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 31. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 2025.03.31 17:53:44.799500 [ 68116 ] {} TCPHandler: Code: 38. DB::Exception: Cannot parse date: value is too short: Cannot parse Date from String: In scope SELECT overlayUTF8([CAST('\0', 'Date')]). (CANNOT_PARSE_DATE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/IO/ReadHelpers.cpp:1363: void DB::readDateTextFallback(LocalDate&, DB::ReadBuffer&, char const*) @ 0x000000002087769b 5. ./src/IO/ReadHelpers.h:825: void DB::readDateTextImpl(LocalDate&, DB::ReadBuffer&, char const*) @ 0x0000000027db28d3 6. ./src/IO/ReadHelpers.h:846: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000328007ed 7. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000327d74a7 8. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324f568b 9. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003255e2c9 10. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003255cec2 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 16. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 17. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 18. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 19. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 20. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 21. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 22. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 23. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 30. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 31. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 2025.03.31 17:53:44.826647 [ 68116 ] {1e8e0bbe-8f7e-4bb9-872f-3cf3c9a33e49} executeQuery: Code: 41. DB::Exception: Cannot parse datetime: Cannot parse DateTime from String: In scope SELECT arrayZipUnaligned(CAST('\0', 'DateTime')). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT arrayZipUnaligned((CAST(('\0') AS DateTime)));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./src/IO/ReadHelpers.h:1030: void DB::readDateTimeTextImpl(long&, DB::ReadBuffer&, DateLUTImpl const&, char const*, char const*) @ 0x0000000027db3b1e 5. ./src/IO/ReadHelpers.h:1204: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000328e28c6 6. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000328b6a67 7. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324fab8b 8. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325677a9 9. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032566142 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 15. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 16. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 17. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 18. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 19. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 20. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 21. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 22. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 30. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 31. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 2025.03.31 17:53:44.833017 [ 68116 ] {} TCPHandler: Code: 41. DB::Exception: Cannot parse datetime: Cannot parse DateTime from String: In scope SELECT arrayZipUnaligned(CAST('\0', 'DateTime')). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./src/IO/ReadHelpers.h:1030: void DB::readDateTimeTextImpl(long&, DB::ReadBuffer&, DateLUTImpl const&, char const*, char const*) @ 0x0000000027db3b1e 5. ./src/IO/ReadHelpers.h:1204: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000328e28c6 6. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000328b6a67 7. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324fab8b 8. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325677a9 9. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032566142 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 15. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 16. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 17. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 18. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 19. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 20. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 21. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 22. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 30. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 31. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 2025.03.31 17:53:44.857296 [ 68116 ] {63b228b7-baa8-4b4a-9cc2-1b7ec459aeb6} executeQuery: Code: 42. DB::Exception: Number of arguments for function lgamma doesn't match: passed 2, should be 1: In scope SELECT lgamma('bRW`mz[>', [NULL]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT lgamma('bRW`mz[>', [NULL]);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:53:44.863648 [ 68116 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function lgamma doesn't match: passed 2, should be 1: In scope SELECT lgamma('bRW`mz[>', [NULL]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:53:45.290182 [ 67575 ] {2c4df5cc-fe55-49b4-8072-f14b4f41381e} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 1.00 MiB (attempt to allocate chunk of 1048975 bytes), current RSS 0.00 B, maximum: 128.00 KiB. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35358) (comment: 01383_log_broken_table.sh) (in query: INSERT INTO log SELECT number, number, number FROM numbers(1000000)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x00000000208a3125 10. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:107: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String, bool, unsigned long) @ 0x00000000208a19aa 11. ./build_docker/./src/IO/WriteBufferFromFile.cpp:38: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long, bool, unsigned long) @ 0x0000000020c4b509 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007] const&, int, std::nullptr_t, int, bool const&, unsigned long const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&, int&&, std::nullptr_t&&, int&&, bool const&, unsigned long const&) @ 0x0000000035765758 13. ./build_docker/./src/Disks/DiskLocal.cpp:338: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003574cdef 14. ./build_docker/./src/Common/FileChecker.cpp:142: DB::FileChecker::save() const @ 0x000000003cc112df 15. ./build_docker/./src/Storages/StorageLog.cpp:771: DB::LogSink::LogSink(DB::StorageLog&, std::shared_ptr const&, std::unique_lock&&) @ 0x000000003d43578d 16. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageLog::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003d40fbe6 17. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 18. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 19. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 20. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 21. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:53:45.295796 [ 67575 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 1.00 MiB (attempt to allocate chunk of 1048975 bytes), current RSS 0.00 B, maximum: 128.00 KiB. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x00000000208a3125 10. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:107: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String, bool, unsigned long) @ 0x00000000208a19aa 11. ./build_docker/./src/IO/WriteBufferFromFile.cpp:38: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long, bool, unsigned long) @ 0x0000000020c4b509 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007] const&, int, std::nullptr_t, int, bool const&, unsigned long const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&, int&&, std::nullptr_t&&, int&&, bool const&, unsigned long const&) @ 0x0000000035765758 13. ./build_docker/./src/Disks/DiskLocal.cpp:338: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003574cdef 14. ./build_docker/./src/Common/FileChecker.cpp:142: DB::FileChecker::save() const @ 0x000000003cc112df 15. ./build_docker/./src/Storages/StorageLog.cpp:771: DB::LogSink::LogSink(DB::StorageLog&, std::shared_ptr const&, std::unique_lock&&) @ 0x000000003d43578d 16. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageLog::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003d40fbe6 17. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 18. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 19. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 20. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 21. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:53:45.569481 [ 68116 ] {170c6b43-313d-47c0-a0a0-1e592a9063b1} executeQuery: Code: 36. DB::Exception: Host is empty in S3 URI. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT toTime(( SELECT * FROM s3('Mh\=S[') ) , ['8N>Q']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/IO/S3/URI.cpp:85: DB::S3::URI::URI(String const&, bool) @ 0x000000003333b5bc 5. ./build_docker/./src/Storages/ObjectStorage/S3/Configuration.cpp:362: DB::StorageS3Configuration::fromAST(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool) @ 0x000000003331bec8 6. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:568: DB::StorageObjectStorage::Configuration::initialize(DB::StorageObjectStorage::Configuration&, absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool, std::unique_ptr>) @ 0x00000000330eb74a 7. ./src/TableFunctions/TableFunctionObjectStorage.h:133: DB::TableFunctionObjectStorage::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000274e829e 8. ./build_docker/./src/TableFunctions/TableFunctionObjectStorageClusterFallback.cpp:98: DB::TableFunctionObjectStorageClusterFallback>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275eb5af 9. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274eb9b7 10. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275b3666 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 17:53:45.578072 [ 68116 ] {} TCPHandler: Code: 36. DB::Exception: Host is empty in S3 URI. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/IO/S3/URI.cpp:85: DB::S3::URI::URI(String const&, bool) @ 0x000000003333b5bc 5. ./build_docker/./src/Storages/ObjectStorage/S3/Configuration.cpp:362: DB::StorageS3Configuration::fromAST(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool) @ 0x000000003331bec8 6. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:568: DB::StorageObjectStorage::Configuration::initialize(DB::StorageObjectStorage::Configuration&, absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool, std::unique_ptr>) @ 0x00000000330eb74a 7. ./src/TableFunctions/TableFunctionObjectStorage.h:133: DB::TableFunctionObjectStorage::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000274e829e 8. ./build_docker/./src/TableFunctions/TableFunctionObjectStorageClusterFallback.cpp:98: DB::TableFunctionObjectStorageClusterFallback>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275eb5af 9. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274eb9b7 10. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275b3666 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 17:53:46.172554 [ 3914 ] {bca6faed-6e0d-4457-8748-56c5c0555551} executeQuery: Code: 62. DB::Exception: Syntax error: failed at position 32 ('DROP'): DROP COLUMN c. Expected one of: ALTER command, token, OpeningRoundBracket: In scope SELECT formatQuery('ALTER TABLE a (DROP COLUMN b), DROP COLUMN c'). (SYNTAX_ERROR) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35342) (comment: 02982_unambiguous_alter_commands.sql) (in query: SELECT formatQuery('ALTER TABLE a (DROP COLUMN b), DROP COLUMN c');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::createDeprecated(String const&, int, bool) @ 0x000000000895229e 3. ./build_docker/./src/Parsers/parseQuery.cpp:405: DB::parseQueryAndMovePosition(DB::IParser&, char const*&, char const*, String const&, bool, unsigned long, unsigned long, unsigned long) @ 0x00000000427080aa 4. ./build_docker/./src/Parsers/parseQuery.cpp:418: DB::parseQuery(DB::IParser&, char const*, char const*, String const&, unsigned long, unsigned long, unsigned long) @ 0x00000000427081f1 5. DB::(anonymous namespace)::FunctionFormatQuery::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000f3705b1 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:53:46.177356 [ 3914 ] {} TCPHandler: Code: 62. DB::Exception: Syntax error: failed at position 32 ('DROP'): DROP COLUMN c. Expected one of: ALTER command, token, OpeningRoundBracket: In scope SELECT formatQuery('ALTER TABLE a (DROP COLUMN b), DROP COLUMN c'). (SYNTAX_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::createDeprecated(String const&, int, bool) @ 0x000000000895229e 3. ./build_docker/./src/Parsers/parseQuery.cpp:405: DB::parseQueryAndMovePosition(DB::IParser&, char const*&, char const*, String const&, bool, unsigned long, unsigned long, unsigned long) @ 0x00000000427080aa 4. ./build_docker/./src/Parsers/parseQuery.cpp:418: DB::parseQuery(DB::IParser&, char const*, char const*, String const&, unsigned long, unsigned long, unsigned long) @ 0x00000000427081f1 5. DB::(anonymous namespace)::FunctionFormatQuery::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000f3705b1 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:53:46.201756 [ 3914 ] {f5eae9e3-6dd1-4caf-8655-fa8f10b8e22a} executeQuery: Code: 62. DB::Exception: Syntax error: failed at position 30 ('('): (DROP COLUMN c). Expected one of: ALTER command, ADD COLUMN, RENAME COLUMN, MATERIALIZE COLUMN, DROP PARTITION, DROP PART, FORGET PARTITION, DROP DETACHED PARTITION, DROP DETACHED PART, DROP COLUMN, CLEAR COLUMN, ADD INDEX, DROP INDEX, CLEAR INDEX, MATERIALIZE INDEX, ADD STATISTICS, MODIFY STATISTICS, DROP STATISTICS, CLEAR STATISTICS, MATERIALIZE STATISTICS, ADD PROJECTION, DROP PROJECTION, CLEAR PROJECTION, MATERIALIZE PROJECTION, MOVE PART, MOVE PARTITION, ADD CONSTRAINT, DROP CONSTRAINT, DETACH PARTITION, DETACH PART, ATTACH PARTITION, REPLACE PARTITION, ATTACH PART, FETCH PARTITION, FETCH PART, FREEZE, UNFREEZE, MODIFY COLUMN, ALTER COLUMN, MODIFY ORDER BY, MODIFY SAMPLE BY, REMOVE SAMPLE BY, DELETE, UPDATE, COMMENT COLUMN, MODIFY TTL, REMOVE TTL, MATERIALIZE TTL, MODIFY SETTING, RESET SETTING, MODIFY QUERY, MODIFY SQL SECURITY, MODIFY DEFINER, MODIFY REFRESH, MODIFY COMMENT, APPLY DELETED MASK: In scope SELECT formatQuery('ALTER TABLE a DROP COLUMN b, (DROP COLUMN c)'). (SYNTAX_ERROR) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35342) (comment: 02982_unambiguous_alter_commands.sql) (in query: SELECT formatQuery('ALTER TABLE a DROP COLUMN b, (DROP COLUMN c)');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::createDeprecated(String const&, int, bool) @ 0x000000000895229e 3. ./build_docker/./src/Parsers/parseQuery.cpp:405: DB::parseQueryAndMovePosition(DB::IParser&, char const*&, char const*, String const&, bool, unsigned long, unsigned long, unsigned long) @ 0x00000000427080aa 4. ./build_docker/./src/Parsers/parseQuery.cpp:418: DB::parseQuery(DB::IParser&, char const*, char const*, String const&, unsigned long, unsigned long, unsigned long) @ 0x00000000427081f1 5. DB::(anonymous namespace)::FunctionFormatQuery::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000f3705b1 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:53:46.206308 [ 3914 ] {} TCPHandler: Code: 62. DB::Exception: Syntax error: failed at position 30 ('('): (DROP COLUMN c). Expected one of: ALTER command, ADD COLUMN, RENAME COLUMN, MATERIALIZE COLUMN, DROP PARTITION, DROP PART, FORGET PARTITION, DROP DETACHED PARTITION, DROP DETACHED PART, DROP COLUMN, CLEAR COLUMN, ADD INDEX, DROP INDEX, CLEAR INDEX, MATERIALIZE INDEX, ADD STATISTICS, MODIFY STATISTICS, DROP STATISTICS, CLEAR STATISTICS, MATERIALIZE STATISTICS, ADD PROJECTION, DROP PROJECTION, CLEAR PROJECTION, MATERIALIZE PROJECTION, MOVE PART, MOVE PARTITION, ADD CONSTRAINT, DROP CONSTRAINT, DETACH PARTITION, DETACH PART, ATTACH PARTITION, REPLACE PARTITION, ATTACH PART, FETCH PARTITION, FETCH PART, FREEZE, UNFREEZE, MODIFY COLUMN, ALTER COLUMN, MODIFY ORDER BY, MODIFY SAMPLE BY, REMOVE SAMPLE BY, DELETE, UPDATE, COMMENT COLUMN, MODIFY TTL, REMOVE TTL, MATERIALIZE TTL, MODIFY SETTING, RESET SETTING, MODIFY QUERY, MODIFY SQL SECURITY, MODIFY DEFINER, MODIFY REFRESH, MODIFY COMMENT, APPLY DELETED MASK: In scope SELECT formatQuery('ALTER TABLE a DROP COLUMN b, (DROP COLUMN c)'). (SYNTAX_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::createDeprecated(String const&, int, bool) @ 0x000000000895229e 3. ./build_docker/./src/Parsers/parseQuery.cpp:405: DB::parseQueryAndMovePosition(DB::IParser&, char const*&, char const*, String const&, bool, unsigned long, unsigned long, unsigned long) @ 0x00000000427080aa 4. ./build_docker/./src/Parsers/parseQuery.cpp:418: DB::parseQuery(DB::IParser&, char const*, char const*, String const&, unsigned long, unsigned long, unsigned long) @ 0x00000000427081f1 5. DB::(anonymous namespace)::FunctionFormatQuery::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000f3705b1 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:53:46.320811 [ 68116 ] {baa0c02c-8a25-46e5-8eb7-02abd8ea9960} executeQuery: Code: 36. DB::Exception: Bad HDFS URL: . It should have the following structure 'hdfs://:/path'. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT -601.510, '\0', ( SELECT * FROM icebergHDFS('\0', '') ) AS hxifehrs, NULL, [];), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/ObjectStorage/HDFS/Configuration.cpp:157: DB::StorageHDFSConfiguration::setURL(String const&) @ 0x000000003336ef54 5. ./build_docker/./src/Storages/ObjectStorage/HDFS/Configuration.cpp:132: DB::StorageHDFSConfiguration::fromAST(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool) @ 0x000000003336e2e7 6. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:568: DB::StorageObjectStorage::Configuration::initialize(DB::StorageObjectStorage::Configuration&, absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool, std::unique_ptr>) @ 0x00000000330eb74a 7. ./src/TableFunctions/TableFunctionObjectStorage.h:133: DB::TableFunctionObjectStorage>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x000000002750da7e 8. ./build_docker/./src/TableFunctions/TableFunctionObjectStorageClusterFallback.cpp:98: DB::TableFunctionObjectStorageClusterFallback>>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275f658f 9. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275114d7 10. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster>>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275cea26 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:53:46.327394 [ 68116 ] {} TCPHandler: Code: 36. DB::Exception: Bad HDFS URL: . It should have the following structure 'hdfs://:/path'. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/ObjectStorage/HDFS/Configuration.cpp:157: DB::StorageHDFSConfiguration::setURL(String const&) @ 0x000000003336ef54 5. ./build_docker/./src/Storages/ObjectStorage/HDFS/Configuration.cpp:132: DB::StorageHDFSConfiguration::fromAST(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool) @ 0x000000003336e2e7 6. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:568: DB::StorageObjectStorage::Configuration::initialize(DB::StorageObjectStorage::Configuration&, absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool, std::unique_ptr>) @ 0x00000000330eb74a 7. ./src/TableFunctions/TableFunctionObjectStorage.h:133: DB::TableFunctionObjectStorage>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x000000002750da7e 8. ./build_docker/./src/TableFunctions/TableFunctionObjectStorageClusterFallback.cpp:98: DB::TableFunctionObjectStorageClusterFallback>>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275f658f 9. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275114d7 10. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster>>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275cea26 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:53:46.910904 [ 68113 ] {a16deea4-6cc5-41a6-a57a-5ddfb7e1a86a} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 1.00 MiB (attempt to allocate chunk of 1048639 bytes), current RSS 0.00 B, maximum: 256.00 KiB. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37868) (comment: 01383_log_broken_table.sh) (in query: INSERT INTO log SELECT number, number, number FROM numbers(1000000)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x00000000208a3125 10. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:107: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String, bool, unsigned long) @ 0x00000000208a19aa 11. ./build_docker/./src/IO/WriteBufferFromFile.cpp:38: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long, bool, unsigned long) @ 0x0000000020c4b509 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007] const&, int, std::nullptr_t, int, bool const&, unsigned long const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&, int&&, std::nullptr_t&&, int&&, bool const&, unsigned long const&) @ 0x0000000035765758 13. ./build_docker/./src/Disks/DiskLocal.cpp:338: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003574cdef 14. ./build_docker/./src/Common/FileChecker.cpp:142: DB::FileChecker::save() const @ 0x000000003cc112df 15. ./build_docker/./src/Storages/StorageLog.cpp:771: DB::LogSink::LogSink(DB::StorageLog&, std::shared_ptr const&, std::unique_lock&&) @ 0x000000003d43578d 16. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageLog::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003d40fbe6 17. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 18. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 19. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 20. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 21. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:53:46.918144 [ 68113 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 1.00 MiB (attempt to allocate chunk of 1048639 bytes), current RSS 0.00 B, maximum: 256.00 KiB. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x00000000208a3125 10. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:107: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String, bool, unsigned long) @ 0x00000000208a19aa 11. ./build_docker/./src/IO/WriteBufferFromFile.cpp:38: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long, bool, unsigned long) @ 0x0000000020c4b509 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007] const&, int, std::nullptr_t, int, bool const&, unsigned long const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&, int&&, std::nullptr_t&&, int&&, bool const&, unsigned long const&) @ 0x0000000035765758 13. ./build_docker/./src/Disks/DiskLocal.cpp:338: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003574cdef 14. ./build_docker/./src/Common/FileChecker.cpp:142: DB::FileChecker::save() const @ 0x000000003cc112df 15. ./build_docker/./src/Storages/StorageLog.cpp:771: DB::LogSink::LogSink(DB::StorageLog&, std::shared_ptr const&, std::unique_lock&&) @ 0x000000003d43578d 16. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageLog::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003d40fbe6 17. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 18. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 19. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 20. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 21. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:53:47.124129 [ 68116 ] {f2eb6dd4-0c23-4d93-8596-98b7987c2cc2} executeQuery: Code: 42. DB::Exception: Number of arguments for function minSampleSizeConversion doesn't match: passed 0, should be 4: In scope SELECT ['\0'], CAST(dictGetString(minSampleSizeConversion(), NULL), 'Date'), [sipHash128ReferenceKeyed()], CAST(reinterpretAsInt64(), 'String'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT ['\0'], (CAST((dictGetString(minSampleSizeConversion(), NULL)) AS Date)), [sipHash128ReferenceKeyed()], (CAST((reinterpretAsInt64()) AS String));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff160 6. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 7. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 17:53:47.130888 [ 68116 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function minSampleSizeConversion doesn't match: passed 0, should be 4: In scope SELECT ['\0'], CAST(dictGetString(minSampleSizeConversion(), NULL), 'Date'), [sipHash128ReferenceKeyed()], CAST(reinterpretAsInt64(), 'String'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff160 6. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 7. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 17:53:47.786003 [ 68116 ] {7b2e5306-64ca-4073-8a74-eae23cfcc426} executeQuery: Code: 42. DB::Exception: Aggregate function groupArrayInsertAt requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT groupArrayInsertAt();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./src/AggregateFunctions/FactoryHelpers.h:32: DB::(anonymous namespace)::createAggregateFunctionGroupArrayInsertAt(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x0000000021f88de0 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:53:47.792001 [ 68116 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function groupArrayInsertAt requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./src/AggregateFunctions/FactoryHelpers.h:32: DB::(anonymous namespace)::createAggregateFunctionGroupArrayInsertAt(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x0000000021f88de0 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:53:48.394715 [ 68116 ] {3bebed9d-e44e-40bc-b32e-b791470f76dc} executeQuery: Code: 42. DB::Exception: The function deltaLake should have arguments. The first argument must be the cluster name and the rest are the arguments of corresponding table function. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM deltaLake();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionObjectStorageClusterFallback.cpp:80: DB::TableFunctionObjectStorageClusterFallback>>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275f89a1 5. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275169f7 6. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster>>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275d3d06 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:53:48.402033 [ 68116 ] {} TCPHandler: Code: 42. DB::Exception: The function deltaLake should have arguments. The first argument must be the cluster name and the rest are the arguments of corresponding table function. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionObjectStorageClusterFallback.cpp:80: DB::TableFunctionObjectStorageClusterFallback>>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275f89a1 5. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275169f7 6. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster>>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275d3d06 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:53:48.433269 [ 68116 ] {06a53287-743d-46cb-8302-2cebb81bffd2} executeQuery: Code: 36. DB::Exception: Argument 'url' must be a literal with type String, got Array. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM s3([[]]);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>, std::basic_string_view>>(int, FormatStringHelperImpl::type, std::type_identity>>::type, std::type_identity>>::type>, String const&, std::basic_string_view>&&, std::basic_string_view>&&) @ 0x000000003d3e0c17 4. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:39: String DB::checkAndGetLiteralArgument(DB::ASTLiteral const&, String const&) @ 0x000000003d3dee23 5. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:22: String DB::checkAndGetLiteralArgument(std::shared_ptr const&, String const&) @ 0x000000003d3de339 6. ./build_docker/./src/Storages/ObjectStorage/S3/Configuration.cpp:362: DB::StorageS3Configuration::fromAST(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool) @ 0x000000003331be17 7. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:568: DB::StorageObjectStorage::Configuration::initialize(DB::StorageObjectStorage::Configuration&, absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool, std::unique_ptr>) @ 0x00000000330eb74a 8. ./src/TableFunctions/TableFunctionObjectStorage.h:133: DB::TableFunctionObjectStorage::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000274e829e 9. ./build_docker/./src/TableFunctions/TableFunctionObjectStorageClusterFallback.cpp:98: DB::TableFunctionObjectStorageClusterFallback>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275eb5af 10. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274eb9b7 11. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275b3666 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:53:48.439930 [ 68116 ] {} TCPHandler: Code: 36. DB::Exception: Argument 'url' must be a literal with type String, got Array. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>, std::basic_string_view>>(int, FormatStringHelperImpl::type, std::type_identity>>::type, std::type_identity>>::type>, String const&, std::basic_string_view>&&, std::basic_string_view>&&) @ 0x000000003d3e0c17 4. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:39: String DB::checkAndGetLiteralArgument(DB::ASTLiteral const&, String const&) @ 0x000000003d3dee23 5. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:22: String DB::checkAndGetLiteralArgument(std::shared_ptr const&, String const&) @ 0x000000003d3de339 6. ./build_docker/./src/Storages/ObjectStorage/S3/Configuration.cpp:362: DB::StorageS3Configuration::fromAST(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool) @ 0x000000003331be17 7. ./build_docker/./src/Storages/ObjectStorage/StorageObjectStorage.cpp:568: DB::StorageObjectStorage::Configuration::initialize(DB::StorageObjectStorage::Configuration&, absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr, bool, std::unique_ptr>) @ 0x00000000330eb74a 8. ./src/TableFunctions/TableFunctionObjectStorage.h:133: DB::TableFunctionObjectStorage::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000274e829e 9. ./build_docker/./src/TableFunctions/TableFunctionObjectStorageClusterFallback.cpp:98: DB::TableFunctionObjectStorageClusterFallback>::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x00000000275eb5af 10. ./build_docker/./src/TableFunctions/TableFunctionObjectStorage.cpp:76: DB::TableFunctionObjectStorage::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274eb9b7 11. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000275b3666 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:53:48.495185 [ 4232 ] {89275d88-e544-401d-99b6-3dbd3bb597b6} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 1.00 MiB (attempt to allocate chunk of 1048639 bytes), current RSS 0.00 B, maximum: 512.00 KiB. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37934) (comment: 01383_log_broken_table.sh) (in query: INSERT INTO log SELECT number, number, number FROM numbers(1000000)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x00000000208a3125 10. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:107: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String, bool, unsigned long) @ 0x00000000208a19aa 11. ./build_docker/./src/IO/WriteBufferFromFile.cpp:38: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long, bool, unsigned long) @ 0x0000000020c4b509 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007] const&, int, std::nullptr_t, int, bool const&, unsigned long const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&, int&&, std::nullptr_t&&, int&&, bool const&, unsigned long const&) @ 0x0000000035765758 13. ./build_docker/./src/Disks/DiskLocal.cpp:338: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003574cdef 14. ./build_docker/./src/Common/FileChecker.cpp:142: DB::FileChecker::save() const @ 0x000000003cc112df 15. ./build_docker/./src/Storages/StorageLog.cpp:771: DB::LogSink::LogSink(DB::StorageLog&, std::shared_ptr const&, std::unique_lock&&) @ 0x000000003d43578d 16. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageLog::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003d40fbe6 17. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 18. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 19. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 20. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 21. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:53:48.500581 [ 4232 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 1.00 MiB (attempt to allocate chunk of 1048639 bytes), current RSS 0.00 B, maximum: 512.00 KiB. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x00000000208a3125 10. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:107: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String, bool, unsigned long) @ 0x00000000208a19aa 11. ./build_docker/./src/IO/WriteBufferFromFile.cpp:38: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long, bool, unsigned long) @ 0x0000000020c4b509 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007] const&, int, std::nullptr_t, int, bool const&, unsigned long const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&, int&&, std::nullptr_t&&, int&&, bool const&, unsigned long const&) @ 0x0000000035765758 13. ./build_docker/./src/Disks/DiskLocal.cpp:338: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003574cdef 14. ./build_docker/./src/Common/FileChecker.cpp:142: DB::FileChecker::save() const @ 0x000000003cc112df 15. ./build_docker/./src/Storages/StorageLog.cpp:771: DB::LogSink::LogSink(DB::StorageLog&, std::shared_ptr const&, std::unique_lock&&) @ 0x000000003d43578d 16. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageLog::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003d40fbe6 17. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 18. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 19. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 20. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 21. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:53:49.103093 [ 68116 ] {2542c904-d5e1-4910-9d10-2bf1468a3aa1} executeQuery: Code: 43. DB::Exception: Illegal type Array(Float64) of argument data_column. Must be String.: In scope SELECT extractKeyValuePairsWithEscaping([60176341.037], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT extractKeyValuePairsWithEscaping([60176341.037], []);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception&, String const&>(int, FormatStringHelperImpl&>::type, std::type_identity::type>, std::shared_ptr&, String const&) @ 0x00000000205f0b6d 4. ./build_docker/./src/Functions/keyvaluepair/ArgumentExtractor.cpp:123: DB::ArgumentExtractor::validateColumnType(std::shared_ptr, String const&) @ 0x00000000205ef985 5. ./build_docker/./src/Functions/keyvaluepair/ArgumentExtractor.cpp:102: DB::ArgumentExtractor::extractStringColumn(DB::ColumnWithTypeAndName const&, String const&) @ 0x00000000205edca2 6. ./build_docker/./src/Functions/keyvaluepair/ArgumentExtractor.cpp:43: DB::ArgumentExtractor::extract(std::list>) @ 0x00000000205ec357 7. ./build_docker/./src/Functions/keyvaluepair/ArgumentExtractor.cpp:29: DB::ArgumentExtractor::extract(std::vector> const&) @ 0x00000000205ebf55 8. ./build_docker/./src/Functions/keyvaluepair/extractKeyValuePairs.cpp:107: DB::ExtractKeyValuePairs::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000205f89ef 9. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 17:53:49.109867 [ 68116 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Float64) of argument data_column. Must be String.: In scope SELECT extractKeyValuePairsWithEscaping([60176341.037], []). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception&, String const&>(int, FormatStringHelperImpl&>::type, std::type_identity::type>, std::shared_ptr&, String const&) @ 0x00000000205f0b6d 4. ./build_docker/./src/Functions/keyvaluepair/ArgumentExtractor.cpp:123: DB::ArgumentExtractor::validateColumnType(std::shared_ptr, String const&) @ 0x00000000205ef985 5. ./build_docker/./src/Functions/keyvaluepair/ArgumentExtractor.cpp:102: DB::ArgumentExtractor::extractStringColumn(DB::ColumnWithTypeAndName const&, String const&) @ 0x00000000205edca2 6. ./build_docker/./src/Functions/keyvaluepair/ArgumentExtractor.cpp:43: DB::ArgumentExtractor::extract(std::list>) @ 0x00000000205ec357 7. ./build_docker/./src/Functions/keyvaluepair/ArgumentExtractor.cpp:29: DB::ArgumentExtractor::extract(std::vector> const&) @ 0x00000000205ebf55 8. ./build_docker/./src/Functions/keyvaluepair/extractKeyValuePairs.cpp:107: DB::ExtractKeyValuePairs::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000205f89ef 9. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 17:53:49.130250 [ 68116 ] {05c3b8e4-e470-4db2-bae1-01a00cab3248} executeQuery: Code: 42. DB::Exception: Table function 'generate_series' requires 'length' or 'offset, length'. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM generate_series(-9145720.8);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionGenerateSeries.cpp:72: DB::(anonymous namespace)::TableFunctionGenerateSeries<0ul>::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000273c1deb 5. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 6. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:53:49.138056 [ 68116 ] {} TCPHandler: Code: 42. DB::Exception: Table function 'generate_series' requires 'length' or 'offset, length'. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionGenerateSeries.cpp:72: DB::(anonymous namespace)::TableFunctionGenerateSeries<0ul>::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000273c1deb 5. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 6. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:53:49.838633 [ 68116 ] {4f4f756f-7fd2-4774-b8cd-8436d94db6c8} executeQuery: Code: 43. DB::Exception: maxIntersectionsPosition: second argument must be represented by integer. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT maxIntersectionsPosition(-76499, []);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/AggregateFunctions/AggregateFunctionMaxIntersections.cpp:73: DB::IAggregateFunction* DB::createWithNumericType, std::allocator>> const&>(DB::IDataType const&, DB::(anonymous namespace)::AggregateFunctionIntersectionsKind&, std::vector, std::allocator>> const&) @ 0x000000002656ff16 5. ./build_docker/./src/AggregateFunctions/AggregateFunctionMaxIntersections.cpp:199: DB::(anonymous namespace)::createAggregateFunctionMaxIntersections(DB::(anonymous namespace)::AggregateFunctionIntersectionsKind, String const&, std::vector, std::allocator>> const&, DB::Array const&) @ 0x0000000026562af7 6. ./build_docker/./src/AggregateFunctions/AggregateFunctionMaxIntersections.cpp:220: std::shared_ptr std::__function::__policy_invoker (String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*)>::__call_impl (String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*)>>(std::__function::__policy_storage const*, String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x00000000265eb034 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 8. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:53:49.845072 [ 68116 ] {} TCPHandler: Code: 43. DB::Exception: maxIntersectionsPosition: second argument must be represented by integer. (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/AggregateFunctions/AggregateFunctionMaxIntersections.cpp:73: DB::IAggregateFunction* DB::createWithNumericType, std::allocator>> const&>(DB::IDataType const&, DB::(anonymous namespace)::AggregateFunctionIntersectionsKind&, std::vector, std::allocator>> const&) @ 0x000000002656ff16 5. ./build_docker/./src/AggregateFunctions/AggregateFunctionMaxIntersections.cpp:199: DB::(anonymous namespace)::createAggregateFunctionMaxIntersections(DB::(anonymous namespace)::AggregateFunctionIntersectionsKind, String const&, std::vector, std::allocator>> const&, DB::Array const&) @ 0x0000000026562af7 6. ./build_docker/./src/AggregateFunctions/AggregateFunctionMaxIntersections.cpp:220: std::shared_ptr std::__function::__policy_invoker (String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*)>::__call_impl (String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*)>>(std::__function::__policy_storage const*, String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x00000000265eb034 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 8. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:53:49.926648 [ 68111 ] {9a3e3141-8413-4459-bebf-e3e5a5801927} executeQuery: Code: 457. DB::Exception: Value [1] OR 1 cannot be parsed as Array(UInt32) for query parameter 'injection' because it isn't parsed completely: only 3 of 8 bytes was parsed: [1]. (BAD_QUERY_PARAMETER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37956) (comment: 00955_complex_prepared_statements.sh) (in query: SELECT * FROM ps WHERE a = {injection:Array(UInt32)}), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String const&, String const&, String const&, unsigned long&&, unsigned long&&, String&&) @ 0x000000003922b9e7 4. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:105: DB::ReplaceQueryParameterVisitor::visitQueryParameter(std::shared_ptr&) @ 0x000000003922935d 5. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:39: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x00000000392262fa 6. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 7. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 8. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 9. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 10. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 11. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 12. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 13. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 14. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 15. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 16. ./build_docker/./src/Interpreters/executeQuery.cpp:963: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000039264c5b 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:53:49.932838 [ 68111 ] {} TCPHandler: Code: 457. DB::Exception: Value [1] OR 1 cannot be parsed as Array(UInt32) for query parameter 'injection' because it isn't parsed completely: only 3 of 8 bytes was parsed: [1]. (BAD_QUERY_PARAMETER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String const&, String const&, String const&, unsigned long&&, unsigned long&&, String&&) @ 0x000000003922b9e7 4. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:105: DB::ReplaceQueryParameterVisitor::visitQueryParameter(std::shared_ptr&) @ 0x000000003922935d 5. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:39: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x00000000392262fa 6. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 7. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 8. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 9. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 10. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 11. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 12. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 13. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 14. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 15. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 16. ./build_docker/./src/Interpreters/executeQuery.cpp:963: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000039264c5b 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:53:50.102054 [ 55896 ] {c7ead039-9bb5-45a3-a691-4efe04f6c693} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 1.00 MiB (attempt to allocate chunk of 1048639 bytes), current RSS 0.00 B, maximum: 1.00 MiB. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37968) (comment: 01383_log_broken_table.sh) (in query: INSERT INTO log SELECT number, number, number FROM numbers(1000000)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x00000000208a3125 10. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:107: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String, bool, unsigned long) @ 0x00000000208a19aa 11. ./build_docker/./src/IO/WriteBufferFromFile.cpp:38: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long, bool, unsigned long) @ 0x0000000020c4b509 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007] const&, int, std::nullptr_t, int, bool const&, unsigned long const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&, int&&, std::nullptr_t&&, int&&, bool const&, unsigned long const&) @ 0x0000000035765758 13. ./build_docker/./src/Disks/DiskLocal.cpp:338: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003574cdef 14. ./build_docker/./src/Common/FileChecker.cpp:142: DB::FileChecker::save() const @ 0x000000003cc112df 15. ./build_docker/./src/Storages/StorageLog.cpp:771: DB::LogSink::LogSink(DB::StorageLog&, std::shared_ptr const&, std::unique_lock&&) @ 0x000000003d43578d 16. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageLog::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003d40fbe6 17. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 18. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 19. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 20. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 21. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:53:50.109492 [ 55896 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 1.00 MiB (attempt to allocate chunk of 1048639 bytes), current RSS 0.00 B, maximum: 1.00 MiB. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x00000000208a3125 10. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:107: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String, bool, unsigned long) @ 0x00000000208a19aa 11. ./build_docker/./src/IO/WriteBufferFromFile.cpp:38: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long, bool, unsigned long) @ 0x0000000020c4b509 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007] const&, int, std::nullptr_t, int, bool const&, unsigned long const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&, int&&, std::nullptr_t&&, int&&, bool const&, unsigned long const&) @ 0x0000000035765758 13. ./build_docker/./src/Disks/DiskLocal.cpp:338: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003574cdef 14. ./build_docker/./src/Common/FileChecker.cpp:142: DB::FileChecker::save() const @ 0x000000003cc112df 15. ./build_docker/./src/Storages/StorageLog.cpp:771: DB::LogSink::LogSink(DB::StorageLog&, std::shared_ptr const&, std::unique_lock&&) @ 0x000000003d43578d 16. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageLog::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003d40fbe6 17. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 18. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 19. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 20. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 21. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:53:50.584440 [ 68116 ] {5411b0e3-9e54-4337-88b8-13dd326170a4} executeQuery: Code: 42. DB::Exception: Number of arguments for function getSetting doesn't match: passed 0, should be 1: In scope SELECT * FROM url(CAST(getSetting(), 'Date')). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM url((CAST((getSetting()) AS Date)));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4786: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3b19a 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:53:50.592214 [ 68116 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function getSetting doesn't match: passed 0, should be 1: In scope SELECT * FROM url(CAST(getSetting(), 'Date')). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4786: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3b19a 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:53:50.855140 [ 68115 ] {a6d49f7c-8441-415b-a188-01a227236955} executeQuery: Code: 471. DB::Exception: Experimental vector similarity index can only be used with MergeTree setting 'index_granularity_bytes' != 0. (INVALID_SETTING_VALUE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37982) (comment: 02354_vector_search_adaptive_index_granularity.sql) (in query: CREATE TABLE tab (`id` Int32, `vec` Array(Float32), INDEX idx vec TYPE vector_similarity('hnsw', 'L2Distance') GRANULARITY 100000000) ENGINE = MergeTree ORDER BY id SETTINGS index_granularity_bytes = 0, index_granularity = 17597, min_bytes_for_wide_part = 1073741824, ratio_of_defaults_for_sparse_serialization = 0.6896228194236755, replace_long_file_name_to_hash = true, max_file_name_length = 128, min_bytes_for_full_part_storage = 536870912, compact_parts_max_bytes_to_buffer = 215207688, compact_parts_max_granules_to_buffer = 14, compact_parts_merge_max_bytes_to_prefetch_part = 11494365, merge_max_block_size = 20004, old_parts_lifetime = 399., prefer_fetch_merged_part_size_threshold = 10737418240, vertical_merge_algorithm_min_rows_to_activate = 1, vertical_merge_algorithm_min_columns_to_activate = 1, min_merge_bytes_to_use_direct_io = 10737418240, use_const_adaptive_granularity = true, enable_index_granularity_compression = false, concurrent_part_removal_threshold = 65, allow_vertical_merges_from_compact_to_wide_parts = true, cache_populated_by_fetch = false, marks_compress_block_size = 23973, primary_key_compress_block_size = 81567, use_primary_key_cache = false, prewarm_primary_key_cache = true, prewarm_mark_cache = true), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:809: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de08d3a 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 7. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 8. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 9. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 10. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 11. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 12. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 14. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:53:50.860857 [ 68115 ] {} TCPHandler: Code: 471. DB::Exception: Experimental vector similarity index can only be used with MergeTree setting 'index_granularity_bytes' != 0. (INVALID_SETTING_VALUE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:809: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de08d3a 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 7. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 8. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 9. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 10. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 11. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 12. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 14. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:53:50.923641 [ 68115 ] {65c5c55d-c6b8-48c4-bb24-45f1db4a1ecd} test_z9mkj7ri.tab (2a2350ba-0b6d-4ef0-b5cb-0304a8cea511): Table can't create parts with adaptive granularity, but settings min_rows_for_wide_part = 0, min_bytes_for_wide_part = 1073741824. Parts with non-adaptive granularity can be stored only in Wide (default) format. Settings 'min_rows_for_wide_part'and 'min_bytes_for_wide_part' will be ignored. 2025.03.31 17:53:51.172949 [ 68116 ] {f378ad11-e88b-48d7-8d4b-d647bdd2336b} executeQuery: Code: 36. DB::Exception: Argument 'table_name' must be a literal with type String, got Array. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM timeSeriesMetrics('\0', []);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>, std::basic_string_view>>(int, FormatStringHelperImpl::type, std::type_identity>>::type, std::type_identity>>::type>, String const&, std::basic_string_view>&&, std::basic_string_view>&&) @ 0x000000003d3e0c17 4. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:39: String DB::checkAndGetLiteralArgument(DB::ASTLiteral const&, String const&) @ 0x000000003d3dee23 5. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:22: String DB::checkAndGetLiteralArgument(std::shared_ptr const&, String const&) @ 0x000000003d3de339 6. ./build_docker/./src/TableFunctions/TableFunctionTimeSeries.cpp:62: DB::TableFunctionTimeSeriesTarget<(DB::ViewTarget::Kind)4>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274dc66a 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:53:51.181947 [ 68116 ] {} TCPHandler: Code: 36. DB::Exception: Argument 'table_name' must be a literal with type String, got Array. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>, std::basic_string_view>>(int, FormatStringHelperImpl::type, std::type_identity>>::type, std::type_identity>>::type>, String const&, std::basic_string_view>&&, std::basic_string_view>&&) @ 0x000000003d3e0c17 4. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:39: String DB::checkAndGetLiteralArgument(DB::ASTLiteral const&, String const&) @ 0x000000003d3dee23 5. ./build_docker/./src/Storages/checkAndGetLiteralArgument.cpp:22: String DB::checkAndGetLiteralArgument(std::shared_ptr const&, String const&) @ 0x000000003d3de339 6. ./build_docker/./src/TableFunctions/TableFunctionTimeSeries.cpp:62: DB::TableFunctionTimeSeriesTarget<(DB::ViewTarget::Kind)4>::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274dc66a 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:53:51.201190 [ 68116 ] {a2f17fae-2a7b-4b3d-84d7-0fd5b2fb054c} executeQuery: Code: 42. DB::Exception: The function urlCluster should have arguments. The first argument must be the cluster name and the rest are the arguments of corresponding table function. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM urlCluster();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./src/TableFunctions/ITableFunctionCluster.h:48: DB::ITableFunctionCluster::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x0000000027413002 5. ./build_docker/./src/TableFunctions/ITableFunctionFileLike.cpp:55: DB::ITableFunctionFileLike::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000273ff73d 6. ./build_docker/./src/TableFunctions/TableFunctionURL.cpp:42: DB::TableFunctionURL::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x0000000027409b46 7. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274120c6 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:53:51.209799 [ 68116 ] {} TCPHandler: Code: 42. DB::Exception: The function urlCluster should have arguments. The first argument must be the cluster name and the rest are the arguments of corresponding table function. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./src/TableFunctions/ITableFunctionCluster.h:48: DB::ITableFunctionCluster::parseArgumentsImpl(absl::InlinedVector, 7ul, std::allocator>>&, std::shared_ptr const&) @ 0x0000000027413002 5. ./build_docker/./src/TableFunctions/ITableFunctionFileLike.cpp:55: DB::ITableFunctionFileLike::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000273ff73d 6. ./build_docker/./src/TableFunctions/TableFunctionURL.cpp:42: DB::TableFunctionURL::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x0000000027409b46 7. ./src/TableFunctions/ITableFunctionCluster.h:42: DB::ITableFunctionCluster::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274120c6 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:53:51.229522 [ 68116 ] {194b4015-7c91-4f71-99e0-9b767dc0f615} executeQuery: Code: 42. DB::Exception: Table function 'generateSeries' requires 'length' or 'offset, length'. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM generateSeries();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionGenerateSeries.cpp:72: DB::(anonymous namespace)::TableFunctionGenerateSeries<1ul>::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000273c620b 5. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 6. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:53:51.236228 [ 68116 ] {} TCPHandler: Code: 42. DB::Exception: Table function 'generateSeries' requires 'length' or 'offset, length'. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionGenerateSeries.cpp:72: DB::(anonymous namespace)::TableFunctionGenerateSeries<1ul>::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000273c620b 5. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 6. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:53:51.270570 [ 68116 ] {8649ad71-a954-4919-b6eb-8dfd29eebb12} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiSearchAllPositionsCaseInsensitive doesn't match: passed 0, should be 2: In scope (SELECT multiSearchAllPositionsCaseInsensitive()) AS avprcbdu. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT toDateTime64(( SELECT multiSearchAllPositionsCaseInsensitive() ) AS avprcbdu, ( SELECT toInt16OrDefault(( SELECT farmHash64() ) ) ) );), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:53:51.280870 [ 68116 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiSearchAllPositionsCaseInsensitive doesn't match: passed 0, should be 2: In scope (SELECT multiSearchAllPositionsCaseInsensitive()) AS avprcbdu. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:53:51.301902 [ 68116 ] {6f7ff5cc-f148-4e10-ae62-256f4c3fdd87} executeQuery: Code: 42. DB::Exception: Table function 'generate_series' requires 'length' or 'offset, length'. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM generate_series(194804);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionGenerateSeries.cpp:72: DB::(anonymous namespace)::TableFunctionGenerateSeries<0ul>::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000273c1deb 5. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 6. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:53:51.311480 [ 68116 ] {} TCPHandler: Code: 42. DB::Exception: Table function 'generate_series' requires 'length' or 'offset, length'. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionGenerateSeries.cpp:72: DB::(anonymous namespace)::TableFunctionGenerateSeries<0ul>::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000273c1deb 5. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 6. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:53:51.410236 [ 68115 ] {177a0fc8-756a-4c6a-bb5d-ce20ff6b7314} executeQuery: Code: 471. DB::Exception: Experimental vector similarity index can only be used with MergeTree setting 'index_granularity_bytes' != 0. (INVALID_SETTING_VALUE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37982) (comment: 02354_vector_search_adaptive_index_granularity.sql) (in query: ALTER TABLE tab ADD INDEX vec_idx1(vec) TYPE vector_similarity('hnsw', 'cosineDistance');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3490: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003deb0c0d 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:53:51.415035 [ 68115 ] {} TCPHandler: Code: 471. DB::Exception: Experimental vector similarity index can only be used with MergeTree setting 'index_granularity_bytes' != 0. (INVALID_SETTING_VALUE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3490: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003deb0c0d 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:53:51.493069 [ 68116 ] {578d3418-77d5-4960-9536-5d7aee016f3a} executeQuery: Code: 41. DB::Exception: Cannot parse datetime: Cannot parse DateTime from String: In scope SELECT CAST('r&9.{$0', 'DateTime'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT (CAST(('r&9.{$0') AS DateTime));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./src/IO/ReadHelpers.h:1030: void DB::readDateTimeTextImpl(long&, DB::ReadBuffer&, DateLUTImpl const&, char const*, char const*) @ 0x0000000027db3b1e 5. ./src/IO/ReadHelpers.h:1204: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000328e28c6 6. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000328b6a67 7. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324fab8b 8. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325677a9 9. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032566142 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 15. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 16. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 17. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 18. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 19. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 20. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 21. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 22. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 30. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 31. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 2025.03.31 17:53:51.499844 [ 68116 ] {} TCPHandler: Code: 41. DB::Exception: Cannot parse datetime: Cannot parse DateTime from String: In scope SELECT CAST('r&9.{$0', 'DateTime'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./src/IO/ReadHelpers.h:1030: void DB::readDateTimeTextImpl(long&, DB::ReadBuffer&, DateLUTImpl const&, char const*, char const*) @ 0x0000000027db3b1e 5. ./src/IO/ReadHelpers.h:1204: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000328e28c6 6. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000328b6a67 7. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324fab8b 8. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325677a9 9. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032566142 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 15. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 16. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 17. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 18. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 19. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 20. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 21. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 22. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 30. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 31. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 2025.03.31 17:53:52.121853 [ 68112 ] {0b1109ee-f8a1-47f0-9fc0-f33cbbbd7ce7} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 2.15 MiB (attempt to allocate chunk of 1126720 bytes), current RSS 2.07 MiB, maximum: 2.00 MiB.: While executing NumbersRange. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38008) (comment: 01383_log_broken_table.sh) (in query: INSERT INTO log SELECT number, number, number FROM numbers(1000000)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/Common/PODArray.h:118: DB::ColumnVector::ColumnVector(unsigned long) @ 0x000000003bfa8eaa 9. ./src/Common/COW.h:293: DB::(anonymous namespace)::NumbersRangedSource::generate() @ 0x0000000040a3e865 10. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 11. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 12. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 13. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 16. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:49: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f7151e5 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 18. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:53:52.153339 [ 68112 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 2.15 MiB (attempt to allocate chunk of 1126720 bytes), current RSS 2.07 MiB, maximum: 2.00 MiB.: While executing NumbersRange. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/Common/PODArray.h:118: DB::ColumnVector::ColumnVector(unsigned long) @ 0x000000003bfa8eaa 9. ./src/Common/COW.h:293: DB::(anonymous namespace)::NumbersRangedSource::generate() @ 0x0000000040a3e865 10. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 11. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 12. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 13. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 16. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:49: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f7151e5 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 18. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:53:52.213951 [ 68116 ] {acb92b3c-b6c7-49a2-aca4-dd80d787a1dd} executeQuery: Code: 42. DB::Exception: Storage PostgreSQL requires from 5 to 7 parameters: PostgreSQL('host:port', 'database', 'table', 'username', 'password' [, 'schema', 'ON CONFLICT ...']. Got: 1. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT -36.8521, ( SELECT [] ) , ( SELECT * FROM postgresql('qBi R,') ) AS k, [''], [-70463];), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, unsigned long&&) @ 0x000000000d0a538a 4. ./build_docker/./src/Storages/StoragePostgreSQL.cpp:583: DB::StoragePostgreSQL::getConfiguration(absl::InlinedVector, 7ul, std::allocator>>, std::shared_ptr) @ 0x000000003cd0eb58 5. ./build_docker/./src/TableFunctions/TableFunctionPostgreSQL.cpp:86: DB::(anonymous namespace)::TableFunctionPostgreSQL::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274a54d9 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:53:52.226034 [ 68116 ] {} TCPHandler: Code: 42. DB::Exception: Storage PostgreSQL requires from 5 to 7 parameters: PostgreSQL('host:port', 'database', 'table', 'username', 'password' [, 'schema', 'ON CONFLICT ...']. Got: 1. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, unsigned long&&) @ 0x000000000d0a538a 4. ./build_docker/./src/Storages/StoragePostgreSQL.cpp:583: DB::StoragePostgreSQL::getConfiguration(absl::InlinedVector, 7ul, std::allocator>>, std::shared_ptr) @ 0x000000003cd0eb58 5. ./build_docker/./src/TableFunctions/TableFunctionPostgreSQL.cpp:86: DB::(anonymous namespace)::TableFunctionPostgreSQL::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x00000000274a54d9 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:53:52.250928 [ 68116 ] {2e8c3324-3c34-4cc5-9ccd-cfbb9b219d40} executeQuery: Code: 42. DB::Exception: Table function 'jdbc' requires 2 or 3 arguments: jdbc('DSN', table) or jdbc('DSN', schema, table). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM jdbc();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/ITableFunctionXDBC.cpp:122: DB::(anonymous namespace)::ITableFunctionXDBC::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x000000002745d0cf 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:53:52.257934 [ 68116 ] {} TCPHandler: Code: 42. DB::Exception: Table function 'jdbc' requires 2 or 3 arguments: jdbc('DSN', table) or jdbc('DSN', schema, table). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/ITableFunctionXDBC.cpp:122: DB::(anonymous namespace)::ITableFunctionXDBC::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x000000002745d0cf 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:53:53.062542 [ 68116 ] {df718308-1204-442e-94da-25aeca2fd90e} executeQuery: Code: 42. DB::Exception: Function arrayFirstOrNull needs at least 2 arguments, passed 0: In scope SELECT arrayFirstOrNull(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT arrayFirstOrNull();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, char const*&&, unsigned long&&) @ 0x000000001c50e6bf 4. DB::FunctionArrayMapped, DB::NameArrayFirstOrNull>::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f40d8e2 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:53:53.069652 [ 68116 ] {} TCPHandler: Code: 42. DB::Exception: Function arrayFirstOrNull needs at least 2 arguments, passed 0: In scope SELECT arrayFirstOrNull(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, char const*&&, unsigned long&&) @ 0x000000001c50e6bf 4. DB::FunctionArrayMapped, DB::NameArrayFirstOrNull>::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f40d8e2 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:53:53.791477 [ 57570 ] {a7d7efa4-b702-47ef-802c-23a8b94a61b4} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 4.30 MiB (attempt to allocate chunk of 1126720 bytes), current RSS 4.22 MiB, maximum: 4.00 MiB.: While executing NumbersRange. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38074) (comment: 01383_log_broken_table.sh) (in query: INSERT INTO log SELECT number, number, number FROM numbers(1000000)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/Common/PODArray.h:118: DB::ColumnVector::ColumnVector(unsigned long) @ 0x000000003bfa8eaa 9. ./src/Common/COW.h:293: DB::(anonymous namespace)::NumbersRangedSource::generate() @ 0x0000000040a3e865 10. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 11. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 12. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 13. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 16. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:49: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f7151e5 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 18. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:53:53.804086 [ 57570 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 4.30 MiB (attempt to allocate chunk of 1126720 bytes), current RSS 4.22 MiB, maximum: 4.00 MiB.: While executing NumbersRange. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/Common/PODArray.h:118: DB::ColumnVector::ColumnVector(unsigned long) @ 0x000000003bfa8eaa 9. ./src/Common/COW.h:293: DB::(anonymous namespace)::NumbersRangedSource::generate() @ 0x0000000040a3e865 10. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 11. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 12. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 13. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 16. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:49: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f7151e5 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 18. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:53:54.568802 [ 67332 ] {7c65de58-bf52-4eff-b399-996817542007} executeQuery: Code: 47. DB::Exception: JOIN INNER JOIN ... USING (test_value) using identifier 'test_value' cannot be resolved from left table expression. In scope SELECT t1.value AS t1_value, toTypeName(t1_value), t2.value AS t2_value, toTypeName(t2_value) FROM test_table_join_1 AS t1 INNER JOIN test_table_join_2 AS t2 USING (test_value). (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38024) (comment: 02374_analyzer_join_using.gen.sql) (in query: SELECT t1.value AS t1_value, toTypeName(t1_value), t2.value AS t2_value, toTypeName(t2_value) FROM test_table_join_1 AS t1 INNER JOIN test_table_join_2 AS t2 USING (test_value);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&, String&&) @ 0x0000000035de9b1f 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5226: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035de0510 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 9. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:53:54.574120 [ 67332 ] {} TCPHandler: Code: 47. DB::Exception: JOIN INNER JOIN ... USING (test_value) using identifier 'test_value' cannot be resolved from left table expression. In scope SELECT t1.value AS t1_value, toTypeName(t1_value), t2.value AS t2_value, toTypeName(t2_value) FROM test_table_join_1 AS t1 INNER JOIN test_table_join_2 AS t2 USING (test_value). (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&, String&&) @ 0x0000000035de9b1f 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5226: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035de0510 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 9. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:53:55.100466 [ 67332 ] {f548b51e-b8a3-48bd-ba6a-1512d37cd320} executeQuery: Code: 47. DB::Exception: JOIN LEFT JOIN ... USING (test_value) using identifier 'test_value' cannot be resolved from left table expression. In scope SELECT t1.value AS t1_value, toTypeName(t1_value), t2.value AS t2_value, toTypeName(t2_value) FROM test_table_join_1 AS t1 LEFT JOIN test_table_join_2 AS t2 USING (test_value). (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38024) (comment: 02374_analyzer_join_using.gen.sql) (in query: SELECT t1.value AS t1_value, toTypeName(t1_value), t2.value AS t2_value, toTypeName(t2_value) FROM test_table_join_1 AS t1 LEFT JOIN test_table_join_2 AS t2 USING (test_value);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&, String&&) @ 0x0000000035de9b1f 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5226: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035de0510 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 9. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:53:55.105319 [ 67332 ] {} TCPHandler: Code: 47. DB::Exception: JOIN LEFT JOIN ... USING (test_value) using identifier 'test_value' cannot be resolved from left table expression. In scope SELECT t1.value AS t1_value, toTypeName(t1_value), t2.value AS t2_value, toTypeName(t2_value) FROM test_table_join_1 AS t1 LEFT JOIN test_table_join_2 AS t2 USING (test_value). (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&, String&&) @ 0x0000000035de9b1f 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5226: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035de0510 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 9. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:53:55.600726 [ 67332 ] {79f0a2fd-7519-42f3-a6ba-d5cffb26b058} executeQuery: Code: 47. DB::Exception: JOIN RIGHT JOIN ... USING (test_value) using identifier 'test_value' cannot be resolved from left table expression. In scope SELECT t1.value AS t1_value, toTypeName(t1_value), t2.value AS t2_value, toTypeName(t2_value) FROM test_table_join_1 AS t1 RIGHT JOIN test_table_join_2 AS t2 USING (test_value). (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38024) (comment: 02374_analyzer_join_using.gen.sql) (in query: SELECT t1.value AS t1_value, toTypeName(t1_value), t2.value AS t2_value, toTypeName(t2_value) FROM test_table_join_1 AS t1 RIGHT JOIN test_table_join_2 AS t2 USING (test_value);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&, String&&) @ 0x0000000035de9b1f 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5226: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035de0510 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 9. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:53:55.606147 [ 67332 ] {} TCPHandler: Code: 47. DB::Exception: JOIN RIGHT JOIN ... USING (test_value) using identifier 'test_value' cannot be resolved from left table expression. In scope SELECT t1.value AS t1_value, toTypeName(t1_value), t2.value AS t2_value, toTypeName(t2_value) FROM test_table_join_1 AS t1 RIGHT JOIN test_table_join_2 AS t2 USING (test_value). (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&, String&&) @ 0x0000000035de9b1f 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5226: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035de0510 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 9. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:53:55.903509 [ 1417 ] {7d4c260e-5185-4e4f-ab03-bac738cc59c4} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 15.69 MiB (attempt to allocate chunk of 8568384 bytes), current RSS 8.52 MiB, maximum: 8.00 MiB. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38100) (comment: 01383_log_broken_table.sh) (in query: INSERT INTO log SELECT number, number, number FROM numbers(1000000)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x0000000020615543 8. ./src/Common/PODArray.h:152: DB::ColumnVector::reserve(unsigned long) @ 0x000000003bfba58e 9. DB::IColumn::prepareForSquashing(std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&) @ 0x0000000031c0433f 10. ./build_docker/./src/Interpreters/Squashing.cpp:175: DB::Squashing::squash(std::vector>&&, DB::CollectionOfDerivedItems&&) @ 0x0000000038af8087 11. ./build_docker/./src/Interpreters/Squashing.cpp:45: DB::Squashing::squash(DB::Chunk&&) @ 0x0000000038af5750 12. ./src/Processors/Transforms/ApplySquashingTransform.h:35: DB::ApplySquashingTransform::onConsume(DB::Chunk) @ 0x0000000038501a8e 13. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 15. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 16. ./src/Processors/Transforms/ApplySquashingTransform.h:29: DB::ApplySquashingTransform::work() @ 0x000000003850162e 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 21. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:49: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f7151e5 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:53:55.912972 [ 1417 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 15.69 MiB (attempt to allocate chunk of 8568384 bytes), current RSS 8.52 MiB, maximum: 8.00 MiB. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x0000000020615543 8. ./src/Common/PODArray.h:152: DB::ColumnVector::reserve(unsigned long) @ 0x000000003bfba58e 9. DB::IColumn::prepareForSquashing(std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&) @ 0x0000000031c0433f 10. ./build_docker/./src/Interpreters/Squashing.cpp:175: DB::Squashing::squash(std::vector>&&, DB::CollectionOfDerivedItems&&) @ 0x0000000038af8087 11. ./build_docker/./src/Interpreters/Squashing.cpp:45: DB::Squashing::squash(DB::Chunk&&) @ 0x0000000038af5750 12. ./src/Processors/Transforms/ApplySquashingTransform.h:35: DB::ApplySquashingTransform::onConsume(DB::Chunk) @ 0x0000000038501a8e 13. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 15. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 16. ./src/Processors/Transforms/ApplySquashingTransform.h:29: DB::ApplySquashingTransform::work() @ 0x000000003850162e 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 21. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:49: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f7151e5 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:53:56.108056 [ 67332 ] {e21a484b-9466-4ea6-a0e0-0d48e5038e07} executeQuery: Code: 47. DB::Exception: JOIN FULL OUTER JOIN ... USING (test_value) using identifier 'test_value' cannot be resolved from left table expression. In scope SELECT t1.value AS t1_value, toTypeName(t1_value), t2.value AS t2_value, toTypeName(t2_value) FROM test_table_join_1 AS t1 FULL OUTER JOIN test_table_join_2 AS t2 USING (test_value). (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38024) (comment: 02374_analyzer_join_using.gen.sql) (in query: SELECT t1.value AS t1_value, toTypeName(t1_value), t2.value AS t2_value, toTypeName(t2_value) FROM test_table_join_1 AS t1 FULL JOIN test_table_join_2 AS t2 USING (test_value);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&, String&&) @ 0x0000000035de9b1f 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5226: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035de0510 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 9. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:53:56.113229 [ 67332 ] {} TCPHandler: Code: 47. DB::Exception: JOIN FULL OUTER JOIN ... USING (test_value) using identifier 'test_value' cannot be resolved from left table expression. In scope SELECT t1.value AS t1_value, toTypeName(t1_value), t2.value AS t2_value, toTypeName(t2_value) FROM test_table_join_1 AS t1 FULL OUTER JOIN test_table_join_2 AS t2 USING (test_value). (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&, String&&) @ 0x0000000035de9b1f 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5226: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035de0510 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 9. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:53:57.391892 [ 67332 ] {5923c5dd-273e-492a-968b-7d4eb3bedf70} executeQuery: Code: 207. DB::Exception: JOIN INNER JOIN ... ON t1.id = t2.id ambiguous identifier 'id'. In scope SELECT id FROM test_table_join_1 AS t1 INNER JOIN test_table_join_2 AS t2 ON t1.id = t2.id INNER JOIN test_table_join_3 AS t3 USING (id). (AMBIGUOUS_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38024) (comment: 02374_analyzer_join_using.gen.sql) (in query: SELECT id FROM test_table_join_1 AS t1 INNER JOIN test_table_join_2 AS t2 ON t1.id = t2.id INNER JOIN test_table_join_3 AS t3 USING (id);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&&) @ 0x0000000035de9c37 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1213: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb23b8 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5197: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035ddb9dc 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:53:57.397594 [ 67332 ] {} TCPHandler: Code: 207. DB::Exception: JOIN INNER JOIN ... ON t1.id = t2.id ambiguous identifier 'id'. In scope SELECT id FROM test_table_join_1 AS t1 INNER JOIN test_table_join_2 AS t2 ON t1.id = t2.id INNER JOIN test_table_join_3 AS t3 USING (id). (AMBIGUOUS_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&&) @ 0x0000000035de9c37 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1213: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb23b8 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5197: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035ddb9dc 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:53:57.540123 [ 68111 ] {6645b23b-05ee-4e0d-91c4-1ddc779f8021} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 23.11 MiB (attempt to allocate chunk of 7774784 bytes), current RSS 16.69 MiB, maximum: 16.00 MiB. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54452) (comment: 01383_log_broken_table.sh) (in query: INSERT INTO log SELECT number, number, number FROM numbers(1000000)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x0000000020615543 8. ./src/Common/PODArray.h:152: DB::ColumnVector::reserve(unsigned long) @ 0x000000003bfba58e 9. DB::IColumn::prepareForSquashing(std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&) @ 0x0000000031c0433f 10. ./build_docker/./src/Interpreters/Squashing.cpp:175: DB::Squashing::squash(std::vector>&&, DB::CollectionOfDerivedItems&&) @ 0x0000000038af8087 11. ./build_docker/./src/Interpreters/Squashing.cpp:45: DB::Squashing::squash(DB::Chunk&&) @ 0x0000000038af5750 12. ./src/Processors/Transforms/ApplySquashingTransform.h:35: DB::ApplySquashingTransform::onConsume(DB::Chunk) @ 0x0000000038501a8e 13. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 15. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 16. ./src/Processors/Transforms/ApplySquashingTransform.h:29: DB::ApplySquashingTransform::work() @ 0x000000003850162e 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 21. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:49: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f7151e5 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:53:57.550578 [ 68111 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 23.11 MiB (attempt to allocate chunk of 7774784 bytes), current RSS 16.69 MiB, maximum: 16.00 MiB. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x0000000020615543 8. ./src/Common/PODArray.h:152: DB::ColumnVector::reserve(unsigned long) @ 0x000000003bfba58e 9. DB::IColumn::prepareForSquashing(std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&) @ 0x0000000031c0433f 10. ./build_docker/./src/Interpreters/Squashing.cpp:175: DB::Squashing::squash(std::vector>&&, DB::CollectionOfDerivedItems&&) @ 0x0000000038af8087 11. ./build_docker/./src/Interpreters/Squashing.cpp:45: DB::Squashing::squash(DB::Chunk&&) @ 0x0000000038af5750 12. ./src/Processors/Transforms/ApplySquashingTransform.h:35: DB::ApplySquashingTransform::onConsume(DB::Chunk) @ 0x0000000038501a8e 13. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 15. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 16. ./src/Processors/Transforms/ApplySquashingTransform.h:29: DB::ApplySquashingTransform::work() @ 0x000000003850162e 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 21. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:49: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f7151e5 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:53:58.054698 [ 67332 ] {2b6ef236-b4b3-4d91-a0c2-d13a2a900fb4} executeQuery: Code: 207. DB::Exception: JOIN INNER JOIN ... ON t1.id = t2.id ambiguous identifier 'id'. In scope SELECT id FROM test_table_join_1 AS t1 INNER JOIN test_table_join_2 AS t2 ON t1.id = t2.id LEFT JOIN test_table_join_3 AS t3 USING (id). (AMBIGUOUS_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38024) (comment: 02374_analyzer_join_using.gen.sql) (in query: SELECT id FROM test_table_join_1 AS t1 INNER JOIN test_table_join_2 AS t2 ON t1.id = t2.id LEFT JOIN test_table_join_3 AS t3 USING (id);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&&) @ 0x0000000035de9c37 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1213: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb23b8 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5197: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035ddb9dc 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:53:58.059330 [ 67332 ] {} TCPHandler: Code: 207. DB::Exception: JOIN INNER JOIN ... ON t1.id = t2.id ambiguous identifier 'id'. In scope SELECT id FROM test_table_join_1 AS t1 INNER JOIN test_table_join_2 AS t2 ON t1.id = t2.id LEFT JOIN test_table_join_3 AS t3 USING (id). (AMBIGUOUS_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&&) @ 0x0000000035de9c37 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1213: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb23b8 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5197: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035ddb9dc 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:53:58.648122 [ 67332 ] {5b94fd5f-6ceb-4ec6-8e00-860881cf0a92} executeQuery: Code: 207. DB::Exception: JOIN INNER JOIN ... ON t1.id = t2.id ambiguous identifier 'id'. In scope SELECT id FROM test_table_join_1 AS t1 INNER JOIN test_table_join_2 AS t2 ON t1.id = t2.id RIGHT JOIN test_table_join_3 AS t3 USING (id). (AMBIGUOUS_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38024) (comment: 02374_analyzer_join_using.gen.sql) (in query: SELECT id FROM test_table_join_1 AS t1 INNER JOIN test_table_join_2 AS t2 ON t1.id = t2.id RIGHT JOIN test_table_join_3 AS t3 USING (id);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&&) @ 0x0000000035de9c37 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1213: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb23b8 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5197: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035ddb9dc 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:53:58.653201 [ 67332 ] {} TCPHandler: Code: 207. DB::Exception: JOIN INNER JOIN ... ON t1.id = t2.id ambiguous identifier 'id'. In scope SELECT id FROM test_table_join_1 AS t1 INNER JOIN test_table_join_2 AS t2 ON t1.id = t2.id RIGHT JOIN test_table_join_3 AS t3 USING (id). (AMBIGUOUS_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&&) @ 0x0000000035de9c37 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1213: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb23b8 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5197: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035ddb9dc 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:53:59.288976 [ 67332 ] {1f60713f-c1a2-49f9-9258-dfdb2e898b31} executeQuery: Code: 207. DB::Exception: JOIN INNER JOIN ... ON t1.id = t2.id ambiguous identifier 'id'. In scope SELECT id FROM test_table_join_1 AS t1 INNER JOIN test_table_join_2 AS t2 ON t1.id = t2.id FULL OUTER JOIN test_table_join_3 AS t3 USING (id). (AMBIGUOUS_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38024) (comment: 02374_analyzer_join_using.gen.sql) (in query: SELECT id FROM test_table_join_1 AS t1 INNER JOIN test_table_join_2 AS t2 ON t1.id = t2.id FULL JOIN test_table_join_3 AS t3 USING (id);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&&) @ 0x0000000035de9c37 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1213: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb23b8 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5197: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035ddb9dc 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:53:59.294097 [ 67332 ] {} TCPHandler: Code: 207. DB::Exception: JOIN INNER JOIN ... ON t1.id = t2.id ambiguous identifier 'id'. In scope SELECT id FROM test_table_join_1 AS t1 INNER JOIN test_table_join_2 AS t2 ON t1.id = t2.id FULL OUTER JOIN test_table_join_3 AS t3 USING (id). (AMBIGUOUS_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&&) @ 0x0000000035de9c37 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1213: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb23b8 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5197: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035ddb9dc 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:53:59.553506 [ 68117 ] {1f5240b4-b2f3-4471-bcbd-6db000606153} executeQuery: Code: 53. DB::Exception: Cast to Object from Map can be performed only from Map with String or FixedString key. Got: Map(UInt64, UInt64): while converting source column `CAST((range(modulo(number, 10)), range(modulo(number, 10))), 'Map(UInt64, UInt64)')` to destination column obj. (TYPE_MISMATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35308) (comment: 01825_type_json_from_map.sql) (in query: INSERT INTO t_json SELECT number, (range(number % 10), range(number % 10))::Map(UInt64, UInt64) FROM numbers(1000000);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::detail::FunctionCast::createMapToObjectDeprecatedWrapper(DB::DataTypeMap const&, bool) const @ 0x000000003247f24c 5. DB::detail::FunctionCast::createObjectDeprecatedWrapper(std::shared_ptr const&, DB::DataTypeObjectDeprecated const*) const @ 0x0000000031e61ffd 6. DB::detail::FunctionCast::prepareImpl(std::shared_ptr const&, std::shared_ptr const&, bool) const @ 0x0000000031e57486 7. DB::detail::FunctionCast::prepareRemoveNullable(std::shared_ptr const&, std::shared_ptr const&, bool) const @ 0x0000000031e13b21 8. DB::detail::FunctionCast::prepareUnpackDictionaries(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000031e0f308 9. DB::detail::FunctionCast::prepare(std::vector> const&) const @ 0x0000000031e0e005 10. ./build_docker/./src/Interpreters/ActionsDAG.cpp:335: DB::ActionsDAG::addFunctionImpl(std::shared_ptr const&, std::vector>, std::vector>, String, std::shared_ptr, bool) @ 0x0000000035ae1027 11. ./build_docker/./src/Interpreters/ActionsDAG.cpp:294: DB::ActionsDAG::addFunction(std::shared_ptr const&, std::vector>, String) @ 0x0000000035ae43d0 12. ./build_docker/./src/Interpreters/ActionsDAG.cpp:1567: DB::ActionsDAG::makeConvertingActions(std::vector> const&, std::vector> const&, DB::ActionsDAG::MatchColumnsMode, bool, bool, std::unordered_map, std::equal_to, std::allocator>>*) @ 0x0000000035b2b0d8 13. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:568: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384e9a7e 14. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:53:59.558998 [ 68117 ] {} TCPHandler: Code: 53. DB::Exception: Cast to Object from Map can be performed only from Map with String or FixedString key. Got: Map(UInt64, UInt64): while converting source column `CAST((range(modulo(number, 10)), range(modulo(number, 10))), 'Map(UInt64, UInt64)')` to destination column obj. (TYPE_MISMATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::detail::FunctionCast::createMapToObjectDeprecatedWrapper(DB::DataTypeMap const&, bool) const @ 0x000000003247f24c 5. DB::detail::FunctionCast::createObjectDeprecatedWrapper(std::shared_ptr const&, DB::DataTypeObjectDeprecated const*) const @ 0x0000000031e61ffd 6. DB::detail::FunctionCast::prepareImpl(std::shared_ptr const&, std::shared_ptr const&, bool) const @ 0x0000000031e57486 7. DB::detail::FunctionCast::prepareRemoveNullable(std::shared_ptr const&, std::shared_ptr const&, bool) const @ 0x0000000031e13b21 8. DB::detail::FunctionCast::prepareUnpackDictionaries(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000031e0f308 9. DB::detail::FunctionCast::prepare(std::vector> const&) const @ 0x0000000031e0e005 10. ./build_docker/./src/Interpreters/ActionsDAG.cpp:335: DB::ActionsDAG::addFunctionImpl(std::shared_ptr const&, std::vector>, std::vector>, String, std::shared_ptr, bool) @ 0x0000000035ae1027 11. ./build_docker/./src/Interpreters/ActionsDAG.cpp:294: DB::ActionsDAG::addFunction(std::shared_ptr const&, std::vector>, String) @ 0x0000000035ae43d0 12. ./build_docker/./src/Interpreters/ActionsDAG.cpp:1567: DB::ActionsDAG::makeConvertingActions(std::vector> const&, std::vector> const&, DB::ActionsDAG::MatchColumnsMode, bool, bool, std::unordered_map, std::equal_to, std::allocator>>*) @ 0x0000000035b2b0d8 13. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:568: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384e9a7e 14. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:53:59.920965 [ 67332 ] {a71ce523-6c66-49cd-9d85-30fbe932dd31} executeQuery: Code: 207. DB::Exception: JOIN LEFT JOIN ... ON t1.id = t2.id ambiguous identifier 'id'. In scope SELECT id FROM test_table_join_1 AS t1 LEFT JOIN test_table_join_2 AS t2 ON t1.id = t2.id INNER JOIN test_table_join_3 AS t3 USING (id). (AMBIGUOUS_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38024) (comment: 02374_analyzer_join_using.gen.sql) (in query: SELECT id FROM test_table_join_1 AS t1 LEFT JOIN test_table_join_2 AS t2 ON t1.id = t2.id INNER JOIN test_table_join_3 AS t3 USING (id);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&&) @ 0x0000000035de9c37 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1213: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb23b8 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5197: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035ddb9dc 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:53:59.925710 [ 67332 ] {} TCPHandler: Code: 207. DB::Exception: JOIN LEFT JOIN ... ON t1.id = t2.id ambiguous identifier 'id'. In scope SELECT id FROM test_table_join_1 AS t1 LEFT JOIN test_table_join_2 AS t2 ON t1.id = t2.id INNER JOIN test_table_join_3 AS t3 USING (id). (AMBIGUOUS_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&&) @ 0x0000000035de9c37 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1213: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb23b8 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5197: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035ddb9dc 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:53:59.970535 [ 68111 ] {b5fb09f9-8645-4203-aa15-c8ab5f88b007} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 32.89 MiB (attempt to allocate chunk of 1048639 bytes), current RSS 40.41 MiB, maximum: 32.00 MiB. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54504) (comment: 01383_log_broken_table.sh) (in query: INSERT INTO log SELECT number, number, number FROM numbers(1000000)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::CompressedWriteBuffer::CompressedWriteBuffer(DB::WriteBuffer&, std::shared_ptr, unsigned long, bool, unsigned long) @ 0x00000000421502a6 10. ./build_docker/./src/Storages/StorageLog.cpp:365: DB::LogSink::Stream::Stream(std::shared_ptr const&, String const&, unsigned long, std::shared_ptr, unsigned long) @ 0x000000003d42f4fc 11. ./contrib/llvm-project/libcxx/include/tuple:1775: std::pair* std::construct_at[abi:v15007], std::piecewise_construct_t const&, std::tuple, std::tuple const&, String const&, unsigned long&&, std::shared_ptr&, unsigned long const&>, std::pair*>(std::pair*, std::piecewise_construct_t const&, std::tuple&&, std::tuple const&, String const&, unsigned long&&, std::shared_ptr&, unsigned long const&>&&) @ 0x000000003d42ec47 12. ./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298: std::pair, std::__tree_node, void*>*, long>, bool> std::__tree, std::__map_value_compare, std::less, true>, std::allocator>>::__emplace_unique_key_args, std::tuple const&, String const&, unsigned long&&, std::shared_ptr&, unsigned long const&>>(String const&, std::piecewise_construct_t const&, std::tuple&&, std::tuple const&, String const&, unsigned long&&, std::shared_ptr&, unsigned long const&>&&) @ 0x000000003d42e14a 13. ./contrib/llvm-project/libcxx/include/map:1281: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*, DB::ISerialization::SubstreamPath const&) @ 0x000000003d41ebd2 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034e20b22 15. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:104: DB::ISerialization::enumerateStreams(std::function const&, std::shared_ptr const&, COW::immutable_ptr const&) const @ 0x0000000034e21530 16. ./build_docker/./src/Storages/StorageLog.cpp:486: DB::LogSink::writeData(DB::NameAndTypePair const&, DB::IColumn const&) @ 0x000000003d400085 17. ./build_docker/./src/Storages/StorageLog.cpp:419: DB::LogSink::consume(DB::Chunk&) @ 0x000000003d3ff7d8 18. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:18: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x0000000040442f99 19. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 21. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 22. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 23. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 24. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 25. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 26. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:49: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f7151e5 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 28. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:53:59.974785 [ 68111 ] {b5fb09f9-8645-4203-aa15-c8ab5f88b007} FileChecker: Will truncate file store/c4c/c4c40315-c81c-48d3-a57c-b220abfd1889/x.bin that has size 3145728 to size 0 2025.03.31 17:53:59.975614 [ 68111 ] {b5fb09f9-8645-4203-aa15-c8ab5f88b007} FileChecker: Will truncate file store/c4c/c4c40315-c81c-48d3-a57c-b220abfd1889/y.bin that has size 3145728 to size 0 2025.03.31 17:53:59.983452 [ 68111 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 32.89 MiB (attempt to allocate chunk of 1048639 bytes), current RSS 40.41 MiB, maximum: 32.00 MiB. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::CompressedWriteBuffer::CompressedWriteBuffer(DB::WriteBuffer&, std::shared_ptr, unsigned long, bool, unsigned long) @ 0x00000000421502a6 10. ./build_docker/./src/Storages/StorageLog.cpp:365: DB::LogSink::Stream::Stream(std::shared_ptr const&, String const&, unsigned long, std::shared_ptr, unsigned long) @ 0x000000003d42f4fc 11. ./contrib/llvm-project/libcxx/include/tuple:1775: std::pair* std::construct_at[abi:v15007], std::piecewise_construct_t const&, std::tuple, std::tuple const&, String const&, unsigned long&&, std::shared_ptr&, unsigned long const&>, std::pair*>(std::pair*, std::piecewise_construct_t const&, std::tuple&&, std::tuple const&, String const&, unsigned long&&, std::shared_ptr&, unsigned long const&>&&) @ 0x000000003d42ec47 12. ./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298: std::pair, std::__tree_node, void*>*, long>, bool> std::__tree, std::__map_value_compare, std::less, true>, std::allocator>>::__emplace_unique_key_args, std::tuple const&, String const&, unsigned long&&, std::shared_ptr&, unsigned long const&>>(String const&, std::piecewise_construct_t const&, std::tuple&&, std::tuple const&, String const&, unsigned long&&, std::shared_ptr&, unsigned long const&>&&) @ 0x000000003d42e14a 13. ./contrib/llvm-project/libcxx/include/map:1281: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*, DB::ISerialization::SubstreamPath const&) @ 0x000000003d41ebd2 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034e20b22 15. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:104: DB::ISerialization::enumerateStreams(std::function const&, std::shared_ptr const&, COW::immutable_ptr const&) const @ 0x0000000034e21530 16. ./build_docker/./src/Storages/StorageLog.cpp:486: DB::LogSink::writeData(DB::NameAndTypePair const&, DB::IColumn const&) @ 0x000000003d400085 17. ./build_docker/./src/Storages/StorageLog.cpp:419: DB::LogSink::consume(DB::Chunk&) @ 0x000000003d3ff7d8 18. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:18: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x0000000040442f99 19. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 21. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 22. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 23. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 24. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 25. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 26. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:49: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f7151e5 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 28. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:54:00.574063 [ 67332 ] {5fe2dd67-1298-49d8-9b6d-40ba72755b6b} executeQuery: Code: 207. DB::Exception: JOIN LEFT JOIN ... ON t1.id = t2.id ambiguous identifier 'id'. In scope SELECT id FROM test_table_join_1 AS t1 LEFT JOIN test_table_join_2 AS t2 ON t1.id = t2.id LEFT JOIN test_table_join_3 AS t3 USING (id). (AMBIGUOUS_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38024) (comment: 02374_analyzer_join_using.gen.sql) (in query: SELECT id FROM test_table_join_1 AS t1 LEFT JOIN test_table_join_2 AS t2 ON t1.id = t2.id LEFT JOIN test_table_join_3 AS t3 USING (id);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&&) @ 0x0000000035de9c37 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1213: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb23b8 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5197: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035ddb9dc 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:54:00.579704 [ 67332 ] {} TCPHandler: Code: 207. DB::Exception: JOIN LEFT JOIN ... ON t1.id = t2.id ambiguous identifier 'id'. In scope SELECT id FROM test_table_join_1 AS t1 LEFT JOIN test_table_join_2 AS t2 ON t1.id = t2.id LEFT JOIN test_table_join_3 AS t3 USING (id). (AMBIGUOUS_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&&) @ 0x0000000035de9c37 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1213: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb23b8 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5197: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035ddb9dc 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:54:01.197492 [ 67332 ] {ee970017-39f8-4831-a300-4ba1ab889fed} executeQuery: Code: 207. DB::Exception: JOIN LEFT JOIN ... ON t1.id = t2.id ambiguous identifier 'id'. In scope SELECT id FROM test_table_join_1 AS t1 LEFT JOIN test_table_join_2 AS t2 ON t1.id = t2.id RIGHT JOIN test_table_join_3 AS t3 USING (id). (AMBIGUOUS_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38024) (comment: 02374_analyzer_join_using.gen.sql) (in query: SELECT id FROM test_table_join_1 AS t1 LEFT JOIN test_table_join_2 AS t2 ON t1.id = t2.id RIGHT JOIN test_table_join_3 AS t3 USING (id);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&&) @ 0x0000000035de9c37 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1213: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb23b8 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5197: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035ddb9dc 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:54:01.203219 [ 67332 ] {} TCPHandler: Code: 207. DB::Exception: JOIN LEFT JOIN ... ON t1.id = t2.id ambiguous identifier 'id'. In scope SELECT id FROM test_table_join_1 AS t1 LEFT JOIN test_table_join_2 AS t2 ON t1.id = t2.id RIGHT JOIN test_table_join_3 AS t3 USING (id). (AMBIGUOUS_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&&) @ 0x0000000035de9c37 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1213: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb23b8 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5197: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035ddb9dc 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:54:01.500159 [ 4128 ] {001a142d-51ba-4bc7-853b-5d084ade6842} executeQuery: Code: 44. DB::Exception: Cannot add column value3: column with this name already exists. (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54522) (comment: 01318_alter_add_column_exists.sql) (in query: ALTER TABLE add_table ADD COLUMN value3 UInt64, ADD COLUMN IF NOT EXISTS value3 UInt32;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Storages/ColumnsDescription.cpp:312: DB::ColumnsDescription::add(DB::ColumnDescription, String const&, bool, bool) @ 0x000000003c70da99 5. ./build_docker/./src/Storages/AlterCommands.cpp:514: DB::AlterCommand::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6be429 6. ./build_docker/./src/Storages/AlterCommands.cpp:1180: DB::AlterCommands::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6cc870 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3469: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea34a0 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:54:01.505528 [ 4128 ] {} TCPHandler: Code: 44. DB::Exception: Cannot add column value3: column with this name already exists. (ILLEGAL_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Storages/ColumnsDescription.cpp:312: DB::ColumnsDescription::add(DB::ColumnDescription, String const&, bool, bool) @ 0x000000003c70da99 5. ./build_docker/./src/Storages/AlterCommands.cpp:514: DB::AlterCommand::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6be429 6. ./build_docker/./src/Storages/AlterCommands.cpp:1180: DB::AlterCommands::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6cc870 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3469: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea34a0 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:54:01.803241 [ 67332 ] {b511f1b5-55ce-409e-b3ed-5cfc3373b394} executeQuery: Code: 207. DB::Exception: JOIN LEFT JOIN ... ON t1.id = t2.id ambiguous identifier 'id'. In scope SELECT id FROM test_table_join_1 AS t1 LEFT JOIN test_table_join_2 AS t2 ON t1.id = t2.id FULL OUTER JOIN test_table_join_3 AS t3 USING (id). (AMBIGUOUS_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38024) (comment: 02374_analyzer_join_using.gen.sql) (in query: SELECT id FROM test_table_join_1 AS t1 LEFT JOIN test_table_join_2 AS t2 ON t1.id = t2.id FULL JOIN test_table_join_3 AS t3 USING (id);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&&) @ 0x0000000035de9c37 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1213: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb23b8 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5197: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035ddb9dc 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:54:01.808459 [ 67332 ] {} TCPHandler: Code: 207. DB::Exception: JOIN LEFT JOIN ... ON t1.id = t2.id ambiguous identifier 'id'. In scope SELECT id FROM test_table_join_1 AS t1 LEFT JOIN test_table_join_2 AS t2 ON t1.id = t2.id FULL OUTER JOIN test_table_join_3 AS t3 USING (id). (AMBIGUOUS_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&&) @ 0x0000000035de9c37 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1213: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb23b8 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5197: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035ddb9dc 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:54:02.390533 [ 67332 ] {8336a2c1-f4e0-4a69-81dd-1670538c4159} executeQuery: Code: 207. DB::Exception: JOIN RIGHT JOIN ... ON t1.id = t2.id ambiguous identifier 'id'. In scope SELECT id FROM test_table_join_1 AS t1 RIGHT JOIN test_table_join_2 AS t2 ON t1.id = t2.id INNER JOIN test_table_join_3 AS t3 USING (id). (AMBIGUOUS_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38024) (comment: 02374_analyzer_join_using.gen.sql) (in query: SELECT id FROM test_table_join_1 AS t1 RIGHT JOIN test_table_join_2 AS t2 ON t1.id = t2.id INNER JOIN test_table_join_3 AS t3 USING (id);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&&) @ 0x0000000035de9c37 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1213: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb23b8 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5197: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035ddb9dc 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:54:02.396271 [ 67332 ] {} TCPHandler: Code: 207. DB::Exception: JOIN RIGHT JOIN ... ON t1.id = t2.id ambiguous identifier 'id'. In scope SELECT id FROM test_table_join_1 AS t1 RIGHT JOIN test_table_join_2 AS t2 ON t1.id = t2.id INNER JOIN test_table_join_3 AS t3 USING (id). (AMBIGUOUS_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&&) @ 0x0000000035de9c37 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1213: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb23b8 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5197: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035ddb9dc 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:54:02.985015 [ 67332 ] {12d3b5ac-8be6-47df-8f24-36f9107c0560} executeQuery: Code: 207. DB::Exception: JOIN RIGHT JOIN ... ON t1.id = t2.id ambiguous identifier 'id'. In scope SELECT id FROM test_table_join_1 AS t1 RIGHT JOIN test_table_join_2 AS t2 ON t1.id = t2.id LEFT JOIN test_table_join_3 AS t3 USING (id). (AMBIGUOUS_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38024) (comment: 02374_analyzer_join_using.gen.sql) (in query: SELECT id FROM test_table_join_1 AS t1 RIGHT JOIN test_table_join_2 AS t2 ON t1.id = t2.id LEFT JOIN test_table_join_3 AS t3 USING (id);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&&) @ 0x0000000035de9c37 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1213: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb23b8 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5197: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035ddb9dc 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:54:02.990635 [ 67332 ] {} TCPHandler: Code: 207. DB::Exception: JOIN RIGHT JOIN ... ON t1.id = t2.id ambiguous identifier 'id'. In scope SELECT id FROM test_table_join_1 AS t1 RIGHT JOIN test_table_join_2 AS t2 ON t1.id = t2.id LEFT JOIN test_table_join_3 AS t3 USING (id). (AMBIGUOUS_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&&) @ 0x0000000035de9c37 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1213: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb23b8 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5197: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035ddb9dc 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:54:03.569101 [ 67332 ] {af116717-99e6-4fec-a6e8-ff7f3c7067c9} executeQuery: Code: 207. DB::Exception: JOIN RIGHT JOIN ... ON t1.id = t2.id ambiguous identifier 'id'. In scope SELECT id FROM test_table_join_1 AS t1 RIGHT JOIN test_table_join_2 AS t2 ON t1.id = t2.id RIGHT JOIN test_table_join_3 AS t3 USING (id). (AMBIGUOUS_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38024) (comment: 02374_analyzer_join_using.gen.sql) (in query: SELECT id FROM test_table_join_1 AS t1 RIGHT JOIN test_table_join_2 AS t2 ON t1.id = t2.id RIGHT JOIN test_table_join_3 AS t3 USING (id);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&&) @ 0x0000000035de9c37 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1213: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb23b8 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5197: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035ddb9dc 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:54:03.574045 [ 67332 ] {} TCPHandler: Code: 207. DB::Exception: JOIN RIGHT JOIN ... ON t1.id = t2.id ambiguous identifier 'id'. In scope SELECT id FROM test_table_join_1 AS t1 RIGHT JOIN test_table_join_2 AS t2 ON t1.id = t2.id RIGHT JOIN test_table_join_3 AS t3 USING (id). (AMBIGUOUS_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&&) @ 0x0000000035de9c37 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1213: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb23b8 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5197: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035ddb9dc 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:54:04.163566 [ 67332 ] {852118f0-dda9-4cf7-9015-867977dbb016} executeQuery: Code: 207. DB::Exception: JOIN RIGHT JOIN ... ON t1.id = t2.id ambiguous identifier 'id'. In scope SELECT id FROM test_table_join_1 AS t1 RIGHT JOIN test_table_join_2 AS t2 ON t1.id = t2.id FULL OUTER JOIN test_table_join_3 AS t3 USING (id). (AMBIGUOUS_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38024) (comment: 02374_analyzer_join_using.gen.sql) (in query: SELECT id FROM test_table_join_1 AS t1 RIGHT JOIN test_table_join_2 AS t2 ON t1.id = t2.id FULL JOIN test_table_join_3 AS t3 USING (id);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&&) @ 0x0000000035de9c37 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1213: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb23b8 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5197: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035ddb9dc 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:54:04.168651 [ 67332 ] {} TCPHandler: Code: 207. DB::Exception: JOIN RIGHT JOIN ... ON t1.id = t2.id ambiguous identifier 'id'. In scope SELECT id FROM test_table_join_1 AS t1 RIGHT JOIN test_table_join_2 AS t2 ON t1.id = t2.id FULL OUTER JOIN test_table_join_3 AS t3 USING (id). (AMBIGUOUS_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&&) @ 0x0000000035de9c37 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1213: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb23b8 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5197: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035ddb9dc 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:54:04.802447 [ 67332 ] {9d3a818a-6aa0-46d3-8bdf-7a60edb75247} executeQuery: Code: 207. DB::Exception: JOIN FULL OUTER JOIN ... ON t1.id = t2.id ambiguous identifier 'id'. In scope SELECT id FROM test_table_join_1 AS t1 FULL OUTER JOIN test_table_join_2 AS t2 ON t1.id = t2.id INNER JOIN test_table_join_3 AS t3 USING (id). (AMBIGUOUS_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38024) (comment: 02374_analyzer_join_using.gen.sql) (in query: SELECT id FROM test_table_join_1 AS t1 FULL JOIN test_table_join_2 AS t2 ON t1.id = t2.id INNER JOIN test_table_join_3 AS t3 USING (id);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&&) @ 0x0000000035de9c37 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1213: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb23b8 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5197: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035ddb9dc 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:54:04.808048 [ 67332 ] {} TCPHandler: Code: 207. DB::Exception: JOIN FULL OUTER JOIN ... ON t1.id = t2.id ambiguous identifier 'id'. In scope SELECT id FROM test_table_join_1 AS t1 FULL OUTER JOIN test_table_join_2 AS t2 ON t1.id = t2.id INNER JOIN test_table_join_3 AS t3 USING (id). (AMBIGUOUS_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&&) @ 0x0000000035de9c37 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1213: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb23b8 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5197: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035ddb9dc 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:54:05.093389 [ 68113 ] {8b78fa2c-d334-4eb1-8b2f-375cc64383ae} executeQuery: Code: 388. DB::Exception: Cannot OPTIMIZE table: There are no parts inside partition. Cannot select parts for optimization. (CANNOT_ASSIGN_OPTIMIZE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54648) (comment: 00029_test_zookeeper_optimize_exception.sh) (in query: OPTIMIZE TABLE test_optimize_exception PARTITION 201710), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Storages/StorageMergeTree.cpp:1699: DB::StorageMergeTree::optimize(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr const&, bool, bool, std::vector> const&, bool, std::shared_ptr) @ 0x000000003eaf5d59 5. ./build_docker/./src/Interpreters/InterpreterOptimizeQuery.cpp:84: DB::InterpreterOptimizeQuery::execute() @ 0x000000003939547f 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 8. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 17:54:05.099667 [ 68113 ] {} TCPHandler: Code: 388. DB::Exception: Cannot OPTIMIZE table: There are no parts inside partition. Cannot select parts for optimization. (CANNOT_ASSIGN_OPTIMIZE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Storages/StorageMergeTree.cpp:1699: DB::StorageMergeTree::optimize(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr const&, bool, bool, std::vector> const&, bool, std::shared_ptr) @ 0x000000003eaf5d59 5. ./build_docker/./src/Interpreters/InterpreterOptimizeQuery.cpp:84: DB::InterpreterOptimizeQuery::execute() @ 0x000000003939547f 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 8. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 17:54:05.430225 [ 67332 ] {4d6d9634-da04-455f-8a4c-90ad40404ebe} executeQuery: Code: 207. DB::Exception: JOIN FULL OUTER JOIN ... ON t1.id = t2.id ambiguous identifier 'id'. In scope SELECT id FROM test_table_join_1 AS t1 FULL OUTER JOIN test_table_join_2 AS t2 ON t1.id = t2.id LEFT JOIN test_table_join_3 AS t3 USING (id). (AMBIGUOUS_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38024) (comment: 02374_analyzer_join_using.gen.sql) (in query: SELECT id FROM test_table_join_1 AS t1 FULL JOIN test_table_join_2 AS t2 ON t1.id = t2.id LEFT JOIN test_table_join_3 AS t3 USING (id);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&&) @ 0x0000000035de9c37 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1213: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb23b8 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5197: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035ddb9dc 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:54:05.435212 [ 67332 ] {} TCPHandler: Code: 207. DB::Exception: JOIN FULL OUTER JOIN ... ON t1.id = t2.id ambiguous identifier 'id'. In scope SELECT id FROM test_table_join_1 AS t1 FULL OUTER JOIN test_table_join_2 AS t2 ON t1.id = t2.id LEFT JOIN test_table_join_3 AS t3 USING (id). (AMBIGUOUS_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&&) @ 0x0000000035de9c37 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1213: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb23b8 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5197: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035ddb9dc 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:54:06.040560 [ 67332 ] {4e3c64a7-acf6-4876-9a77-636fba698f40} executeQuery: Code: 207. DB::Exception: JOIN FULL OUTER JOIN ... ON t1.id = t2.id ambiguous identifier 'id'. In scope SELECT id FROM test_table_join_1 AS t1 FULL OUTER JOIN test_table_join_2 AS t2 ON t1.id = t2.id RIGHT JOIN test_table_join_3 AS t3 USING (id). (AMBIGUOUS_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38024) (comment: 02374_analyzer_join_using.gen.sql) (in query: SELECT id FROM test_table_join_1 AS t1 FULL JOIN test_table_join_2 AS t2 ON t1.id = t2.id RIGHT JOIN test_table_join_3 AS t3 USING (id);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&&) @ 0x0000000035de9c37 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1213: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb23b8 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5197: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035ddb9dc 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:54:06.045793 [ 67332 ] {} TCPHandler: Code: 207. DB::Exception: JOIN FULL OUTER JOIN ... ON t1.id = t2.id ambiguous identifier 'id'. In scope SELECT id FROM test_table_join_1 AS t1 FULL OUTER JOIN test_table_join_2 AS t2 ON t1.id = t2.id RIGHT JOIN test_table_join_3 AS t3 USING (id). (AMBIGUOUS_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&&) @ 0x0000000035de9c37 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1213: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb23b8 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5197: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035ddb9dc 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:54:06.503453 [ 55896 ] {cb5cc5f2-1a89-444c-b393-789b5daaa715} executeQuery: Code: 388. DB::Exception: Cannot select parts for optimization: there are no parts in partition 201710. (CANNOT_ASSIGN_OPTIMIZE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54690) (comment: 00029_test_zookeeper_optimize_exception.sh) (in query: OPTIMIZE TABLE test_optimize_exception_replicated PARTITION 201710), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:6093: DB::StorageReplicatedMergeTree::optimize(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr const&, bool, bool, std::vector> const&, bool, std::shared_ptr)::$_1::operator()(String const&) const @ 0x000000003cf96704 4. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:6233: DB::StorageReplicatedMergeTree::optimize(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr const&, bool, bool, std::vector> const&, bool, std::shared_ptr) @ 0x000000003cf8c48f 5. ./build_docker/./src/Interpreters/InterpreterOptimizeQuery.cpp:84: DB::InterpreterOptimizeQuery::execute() @ 0x000000003939547f 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 8. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 17:54:06.510033 [ 55896 ] {} TCPHandler: Code: 388. DB::Exception: Cannot select parts for optimization: there are no parts in partition 201710. (CANNOT_ASSIGN_OPTIMIZE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:6093: DB::StorageReplicatedMergeTree::optimize(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr const&, bool, bool, std::vector> const&, bool, std::shared_ptr)::$_1::operator()(String const&) const @ 0x000000003cf96704 4. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:6233: DB::StorageReplicatedMergeTree::optimize(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr const&, bool, bool, std::vector> const&, bool, std::shared_ptr) @ 0x000000003cf8c48f 5. ./build_docker/./src/Interpreters/InterpreterOptimizeQuery.cpp:84: DB::InterpreterOptimizeQuery::execute() @ 0x000000003939547f 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 8. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 17:54:06.650488 [ 67332 ] {074f78c7-a3fe-4cda-bc6d-36f534557266} executeQuery: Code: 207. DB::Exception: JOIN FULL OUTER JOIN ... ON t1.id = t2.id ambiguous identifier 'id'. In scope SELECT id FROM test_table_join_1 AS t1 FULL OUTER JOIN test_table_join_2 AS t2 ON t1.id = t2.id FULL OUTER JOIN test_table_join_3 AS t3 USING (id). (AMBIGUOUS_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38024) (comment: 02374_analyzer_join_using.gen.sql) (in query: SELECT id FROM test_table_join_1 AS t1 FULL JOIN test_table_join_2 AS t2 ON t1.id = t2.id FULL JOIN test_table_join_3 AS t3 USING (id);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&&) @ 0x0000000035de9c37 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1213: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb23b8 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5197: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035ddb9dc 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:54:06.655473 [ 67332 ] {} TCPHandler: Code: 207. DB::Exception: JOIN FULL OUTER JOIN ... ON t1.id = t2.id ambiguous identifier 'id'. In scope SELECT id FROM test_table_join_1 AS t1 FULL OUTER JOIN test_table_join_2 AS t2 ON t1.id = t2.id FULL OUTER JOIN test_table_join_3 AS t3 USING (id). (AMBIGUOUS_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&&) @ 0x0000000035de9c37 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1213: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb23b8 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5197: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035ddb9dc 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:54:07.040637 [ 1417 ] {82f15289-6f06-42b6-84f6-eab8abe2eebf} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 1.00 MiB (attempt to allocate chunk of 1048639 bytes), current RSS 0.00 B, maximum: 8.00 KiB. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37270) (comment: 01383_log_broken_table.sh) (in query: INSERT INTO log SELECT number, number, number FROM numbers(1000000)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x00000000208a3125 10. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:107: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String, bool, unsigned long) @ 0x00000000208a19aa 11. ./build_docker/./src/IO/WriteBufferFromFile.cpp:38: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long, bool, unsigned long) @ 0x0000000020c4b509 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007] const&, int, std::nullptr_t, int, bool const&, unsigned long const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&, int&&, std::nullptr_t&&, int&&, bool const&, unsigned long const&) @ 0x0000000035765758 13. ./build_docker/./src/Disks/DiskLocal.cpp:338: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003574cdef 14. ./build_docker/./src/Storages/StorageStripeLog.cpp:189: DB::StripeLogSink::StripeLogSink(DB::StorageStripeLog&, std::shared_ptr const&, std::unique_lock&&) @ 0x000000003d454fe4 15. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageStripeLog::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003d440fa6 16. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 17. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 18. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 19. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 20. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:54:07.047780 [ 1417 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 1.00 MiB (attempt to allocate chunk of 1048639 bytes), current RSS 0.00 B, maximum: 8.00 KiB. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x00000000208a3125 10. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:107: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String, bool, unsigned long) @ 0x00000000208a19aa 11. ./build_docker/./src/IO/WriteBufferFromFile.cpp:38: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long, bool, unsigned long) @ 0x0000000020c4b509 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007] const&, int, std::nullptr_t, int, bool const&, unsigned long const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&, int&&, std::nullptr_t&&, int&&, bool const&, unsigned long const&) @ 0x0000000035765758 13. ./build_docker/./src/Disks/DiskLocal.cpp:338: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003574cdef 14. ./build_docker/./src/Storages/StorageStripeLog.cpp:189: DB::StripeLogSink::StripeLogSink(DB::StorageStripeLog&, std::shared_ptr const&, std::unique_lock&&) @ 0x000000003d454fe4 15. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageStripeLog::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003d440fa6 16. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 17. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 18. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 19. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 20. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:54:08.580026 [ 4148 ] {cb59e44b-86c3-4547-9b94-b5176c4c6427} executeQuery: Code: 43. DB::Exception: Values for -Map cannot be summed, passed type Nullable(Nothing): In scope SELECT initializeAggregation('sumMap', [1, 2, 1], [1, 1, 1], [NULL, NULL, NULL]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37312) (comment: 01634_sum_map_nulls.sql) (in query: SELECT initializeAggregation('sumMap', [1, 2, 1], [1, 1, 1], [null, null, null]);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/AggregateFunctions/AggregateFunctionSumMap.cpp:130: std::shared_ptr std::__function::__policy_invoker (String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*)>::__call_impl (String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*)>>(std::__function::__policy_storage const*, String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x0000000024e18f09 5. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 6. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 7. ./build_docker/./src/AggregateFunctions/Combinators/AggregateFunctionMap.cpp:451: DB::(anonymous namespace)::AggregateFunctionCombinatorMap::transformAggregateFunction(std::shared_ptr const&, DB::AggregateFunctionProperties const&, std::vector, std::allocator>> const&, DB::Array const&) const @ 0x00000000271ee357 8. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:253: DB::AggregateFunctionFactory::getImpl(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&, bool) const @ 0x0000000032dae718 9. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 10. DB::(anonymous namespace)::FunctionInitializeAggregation::getReturnTypeImpl(std::vector> const&) const @ 0x0000000011fd3919 11. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 12. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 13. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 14. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:54:08.584724 [ 4148 ] {} TCPHandler: Code: 43. DB::Exception: Values for -Map cannot be summed, passed type Nullable(Nothing): In scope SELECT initializeAggregation('sumMap', [1, 2, 1], [1, 1, 1], [NULL, NULL, NULL]). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/AggregateFunctions/AggregateFunctionSumMap.cpp:130: std::shared_ptr std::__function::__policy_invoker (String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*)>::__call_impl (String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*)>>(std::__function::__policy_storage const*, String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x0000000024e18f09 5. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 6. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 7. ./build_docker/./src/AggregateFunctions/Combinators/AggregateFunctionMap.cpp:451: DB::(anonymous namespace)::AggregateFunctionCombinatorMap::transformAggregateFunction(std::shared_ptr const&, DB::AggregateFunctionProperties const&, std::vector, std::allocator>> const&, DB::Array const&) const @ 0x00000000271ee357 8. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:253: DB::AggregateFunctionFactory::getImpl(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&, bool) const @ 0x0000000032dae718 9. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 10. DB::(anonymous namespace)::FunctionInitializeAggregation::getReturnTypeImpl(std::vector> const&) const @ 0x0000000011fd3919 11. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 12. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 13. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 14. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:54:08.741771 [ 57570 ] {28d9d4a9-2b9e-49eb-85bf-8ef8851f1af7} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 1.00 MiB (attempt to allocate chunk of 1048639 bytes), current RSS 0.00 B, maximum: 16.00 KiB. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37328) (comment: 01383_log_broken_table.sh) (in query: INSERT INTO log SELECT number, number, number FROM numbers(1000000)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x00000000208a3125 10. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:107: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String, bool, unsigned long) @ 0x00000000208a19aa 11. ./build_docker/./src/IO/WriteBufferFromFile.cpp:38: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long, bool, unsigned long) @ 0x0000000020c4b509 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007] const&, int, std::nullptr_t, int, bool const&, unsigned long const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&, int&&, std::nullptr_t&&, int&&, bool const&, unsigned long const&) @ 0x0000000035765758 13. ./build_docker/./src/Disks/DiskLocal.cpp:338: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003574cdef 14. ./build_docker/./src/Storages/StorageStripeLog.cpp:189: DB::StripeLogSink::StripeLogSink(DB::StorageStripeLog&, std::shared_ptr const&, std::unique_lock&&) @ 0x000000003d454fe4 15. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageStripeLog::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003d440fa6 16. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 17. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 18. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 19. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 20. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:54:08.747155 [ 57570 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 1.00 MiB (attempt to allocate chunk of 1048639 bytes), current RSS 0.00 B, maximum: 16.00 KiB. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x00000000208a3125 10. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:107: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String, bool, unsigned long) @ 0x00000000208a19aa 11. ./build_docker/./src/IO/WriteBufferFromFile.cpp:38: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long, bool, unsigned long) @ 0x0000000020c4b509 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007] const&, int, std::nullptr_t, int, bool const&, unsigned long const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&, int&&, std::nullptr_t&&, int&&, bool const&, unsigned long const&) @ 0x0000000035765758 13. ./build_docker/./src/Disks/DiskLocal.cpp:338: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003574cdef 14. ./build_docker/./src/Storages/StorageStripeLog.cpp:189: DB::StripeLogSink::StripeLogSink(DB::StorageStripeLog&, std::shared_ptr const&, std::unique_lock&&) @ 0x000000003d454fe4 15. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageStripeLog::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003d440fa6 16. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 17. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 18. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 19. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 20. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:54:10.316730 [ 67575 ] {59a2581b-3a9d-4a66-b864-e45aca76c1cd} executeQuery: Code: 60. DB::Exception: Table default.id does not exist: While processing 1 IN (id). (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37358) (comment: 02111_global_context_temporary_tables.sql) (in query: -- { echo } SELECT * FROM remote('127.1', system.one, 1 IN id);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Databases/IDatabase.cpp:37: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339948 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 7. ./build_docker/./src/Interpreters/interpretSubquery.cpp:108: DB::interpretSubquery(std::shared_ptr const&, std::shared_ptr, std::vector> const&, DB::SelectQueryOptions const&) @ 0x00000000392e31bc 8. ./build_docker/./src/Interpreters/interpretSubquery.cpp:37: DB::interpretSubquery(std::shared_ptr const&, std::shared_ptr, unsigned long, std::vector> const&) @ 0x00000000392dfcc5 9. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:1492: DB::ActionsMatcher::makeSet(DB::ASTFunction const&, DB::ActionsMatcher::Data&, bool) @ 0x0000000036a30cd8 10. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:975: DB::ActionsMatcher::visit(DB::ASTFunction const&, std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a1531e 11. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:732: DB::ActionsMatcher::visit(std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a122b5 12. ./src/Interpreters/InDepthNodeVisitor.h:71: DB::InDepthNodeVisitor const>::doVisit(std::shared_ptr const&) @ 0x00000000369ecfd5 13. ./src/Interpreters/InDepthNodeVisitor.h:61: DB::ExpressionAnalyzer::getRootActions(std::shared_ptr const&, bool, DB::ActionsDAG&, bool) @ 0x0000000036967af7 14. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:1859: DB::ExpressionAnalyzer::getActionsDAG(bool, bool) @ 0x000000003699dab3 15. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:1894: DB::ExpressionAnalyzer::getActions(bool, bool, DB::CompileExpressions) @ 0x000000003699e752 16. ./build_docker/./src/Storages/StorageDistributed.cpp:260: DB::(anonymous namespace)::buildShardingKeyExpression(std::shared_ptr const&, std::shared_ptr, DB::NamesAndTypesList const&, bool) @ 0x000000003c8a5f92 17. ./build_docker/./src/Storages/StorageDistributed.cpp:399: DB::StorageDistributed::StorageDistributed(DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, String const&, String const&, String const&, String const&, std::shared_ptr, std::shared_ptr const&, String const&, String const&, DB::DistributedSettings const&, DB::LoadingStrictnessLevel, std::shared_ptr, std::shared_ptr, bool) @ 0x000000003c89fdd0 18. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID, DB::ColumnsDescription&, DB::ConstraintsDescription, String, String const&, String const&, String, std::shared_ptr&, std::shared_ptr const&, String, String, DB::DistributedSettings, DB::LoadingStrictnessLevel, std::shared_ptr const&, std::shared_ptr const&, bool, void>(std::allocator const&, DB::StorageID&&, DB::ColumnsDescription&, DB::ConstraintsDescription&&, String&&, String const&, String const&, String&&, std::shared_ptr&, std::shared_ptr const&, String&&, String&&, DB::DistributedSettings&&, DB::LoadingStrictnessLevel&&, std::shared_ptr const&, std::shared_ptr const&, bool&&) @ 0x000000002739781c 19. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::TableFunctionRemote::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000273888cc 20. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 21. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 27. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 29. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 30. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 31. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 2025.03.31 17:54:10.322793 [ 67575 ] {} TCPHandler: Code: 60. DB::Exception: Table default.id does not exist: While processing 1 IN (id). (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Databases/IDatabase.cpp:37: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339948 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 7. ./build_docker/./src/Interpreters/interpretSubquery.cpp:108: DB::interpretSubquery(std::shared_ptr const&, std::shared_ptr, std::vector> const&, DB::SelectQueryOptions const&) @ 0x00000000392e31bc 8. ./build_docker/./src/Interpreters/interpretSubquery.cpp:37: DB::interpretSubquery(std::shared_ptr const&, std::shared_ptr, unsigned long, std::vector> const&) @ 0x00000000392dfcc5 9. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:1492: DB::ActionsMatcher::makeSet(DB::ASTFunction const&, DB::ActionsMatcher::Data&, bool) @ 0x0000000036a30cd8 10. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:975: DB::ActionsMatcher::visit(DB::ASTFunction const&, std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a1531e 11. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:732: DB::ActionsMatcher::visit(std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a122b5 12. ./src/Interpreters/InDepthNodeVisitor.h:71: DB::InDepthNodeVisitor const>::doVisit(std::shared_ptr const&) @ 0x00000000369ecfd5 13. ./src/Interpreters/InDepthNodeVisitor.h:61: DB::ExpressionAnalyzer::getRootActions(std::shared_ptr const&, bool, DB::ActionsDAG&, bool) @ 0x0000000036967af7 14. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:1859: DB::ExpressionAnalyzer::getActionsDAG(bool, bool) @ 0x000000003699dab3 15. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:1894: DB::ExpressionAnalyzer::getActions(bool, bool, DB::CompileExpressions) @ 0x000000003699e752 16. ./build_docker/./src/Storages/StorageDistributed.cpp:260: DB::(anonymous namespace)::buildShardingKeyExpression(std::shared_ptr const&, std::shared_ptr, DB::NamesAndTypesList const&, bool) @ 0x000000003c8a5f92 17. ./build_docker/./src/Storages/StorageDistributed.cpp:399: DB::StorageDistributed::StorageDistributed(DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, String const&, String const&, String const&, String const&, std::shared_ptr, std::shared_ptr const&, String const&, String const&, DB::DistributedSettings const&, DB::LoadingStrictnessLevel, std::shared_ptr, std::shared_ptr, bool) @ 0x000000003c89fdd0 18. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID, DB::ColumnsDescription&, DB::ConstraintsDescription, String, String const&, String const&, String, std::shared_ptr&, std::shared_ptr const&, String, String, DB::DistributedSettings, DB::LoadingStrictnessLevel, std::shared_ptr const&, std::shared_ptr const&, bool, void>(std::allocator const&, DB::StorageID&&, DB::ColumnsDescription&, DB::ConstraintsDescription&&, String&&, String const&, String const&, String&&, std::shared_ptr&, std::shared_ptr const&, String&&, String&&, DB::DistributedSettings&&, DB::LoadingStrictnessLevel&&, std::shared_ptr const&, std::shared_ptr const&, bool&&) @ 0x000000002739781c 19. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::TableFunctionRemote::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000273888cc 20. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 21. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 27. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 29. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 30. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 31. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 2025.03.31 17:54:10.358363 [ 67575 ] {17dace4d-5535-4ffb-af07-f427b934a0c2} executeQuery: Code: 60. DB::Exception: Table default.dummy does not exist: While processing 1 IN (dummy). (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37358) (comment: 02111_global_context_temporary_tables.sql) (in query: SELECT * FROM remote('127.1', system.one, 1 IN dummy);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Databases/IDatabase.cpp:37: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339948 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 7. ./build_docker/./src/Interpreters/interpretSubquery.cpp:108: DB::interpretSubquery(std::shared_ptr const&, std::shared_ptr, std::vector> const&, DB::SelectQueryOptions const&) @ 0x00000000392e31bc 8. ./build_docker/./src/Interpreters/interpretSubquery.cpp:37: DB::interpretSubquery(std::shared_ptr const&, std::shared_ptr, unsigned long, std::vector> const&) @ 0x00000000392dfcc5 9. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:1492: DB::ActionsMatcher::makeSet(DB::ASTFunction const&, DB::ActionsMatcher::Data&, bool) @ 0x0000000036a30cd8 10. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:975: DB::ActionsMatcher::visit(DB::ASTFunction const&, std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a1531e 11. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:732: DB::ActionsMatcher::visit(std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a122b5 12. ./src/Interpreters/InDepthNodeVisitor.h:71: DB::InDepthNodeVisitor const>::doVisit(std::shared_ptr const&) @ 0x00000000369ecfd5 13. ./src/Interpreters/InDepthNodeVisitor.h:61: DB::ExpressionAnalyzer::getRootActions(std::shared_ptr const&, bool, DB::ActionsDAG&, bool) @ 0x0000000036967af7 14. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:1859: DB::ExpressionAnalyzer::getActionsDAG(bool, bool) @ 0x000000003699dab3 15. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:1894: DB::ExpressionAnalyzer::getActions(bool, bool, DB::CompileExpressions) @ 0x000000003699e752 16. ./build_docker/./src/Storages/StorageDistributed.cpp:260: DB::(anonymous namespace)::buildShardingKeyExpression(std::shared_ptr const&, std::shared_ptr, DB::NamesAndTypesList const&, bool) @ 0x000000003c8a5f92 17. ./build_docker/./src/Storages/StorageDistributed.cpp:399: DB::StorageDistributed::StorageDistributed(DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, String const&, String const&, String const&, String const&, std::shared_ptr, std::shared_ptr const&, String const&, String const&, DB::DistributedSettings const&, DB::LoadingStrictnessLevel, std::shared_ptr, std::shared_ptr, bool) @ 0x000000003c89fdd0 18. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID, DB::ColumnsDescription&, DB::ConstraintsDescription, String, String const&, String const&, String, std::shared_ptr&, std::shared_ptr const&, String, String, DB::DistributedSettings, DB::LoadingStrictnessLevel, std::shared_ptr const&, std::shared_ptr const&, bool, void>(std::allocator const&, DB::StorageID&&, DB::ColumnsDescription&, DB::ConstraintsDescription&&, String&&, String const&, String const&, String&&, std::shared_ptr&, std::shared_ptr const&, String&&, String&&, DB::DistributedSettings&&, DB::LoadingStrictnessLevel&&, std::shared_ptr const&, std::shared_ptr const&, bool&&) @ 0x000000002739781c 19. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::TableFunctionRemote::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000273888cc 20. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 21. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 27. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 29. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 30. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 31. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 2025.03.31 17:54:10.363276 [ 67575 ] {} TCPHandler: Code: 60. DB::Exception: Table default.dummy does not exist: While processing 1 IN (dummy). (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Databases/IDatabase.cpp:37: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339948 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 7. ./build_docker/./src/Interpreters/interpretSubquery.cpp:108: DB::interpretSubquery(std::shared_ptr const&, std::shared_ptr, std::vector> const&, DB::SelectQueryOptions const&) @ 0x00000000392e31bc 8. ./build_docker/./src/Interpreters/interpretSubquery.cpp:37: DB::interpretSubquery(std::shared_ptr const&, std::shared_ptr, unsigned long, std::vector> const&) @ 0x00000000392dfcc5 9. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:1492: DB::ActionsMatcher::makeSet(DB::ASTFunction const&, DB::ActionsMatcher::Data&, bool) @ 0x0000000036a30cd8 10. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:975: DB::ActionsMatcher::visit(DB::ASTFunction const&, std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a1531e 11. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:732: DB::ActionsMatcher::visit(std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a122b5 12. ./src/Interpreters/InDepthNodeVisitor.h:71: DB::InDepthNodeVisitor const>::doVisit(std::shared_ptr const&) @ 0x00000000369ecfd5 13. ./src/Interpreters/InDepthNodeVisitor.h:61: DB::ExpressionAnalyzer::getRootActions(std::shared_ptr const&, bool, DB::ActionsDAG&, bool) @ 0x0000000036967af7 14. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:1859: DB::ExpressionAnalyzer::getActionsDAG(bool, bool) @ 0x000000003699dab3 15. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:1894: DB::ExpressionAnalyzer::getActions(bool, bool, DB::CompileExpressions) @ 0x000000003699e752 16. ./build_docker/./src/Storages/StorageDistributed.cpp:260: DB::(anonymous namespace)::buildShardingKeyExpression(std::shared_ptr const&, std::shared_ptr, DB::NamesAndTypesList const&, bool) @ 0x000000003c8a5f92 17. ./build_docker/./src/Storages/StorageDistributed.cpp:399: DB::StorageDistributed::StorageDistributed(DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, String const&, String const&, String const&, String const&, std::shared_ptr, std::shared_ptr const&, String const&, String const&, DB::DistributedSettings const&, DB::LoadingStrictnessLevel, std::shared_ptr, std::shared_ptr, bool) @ 0x000000003c89fdd0 18. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID, DB::ColumnsDescription&, DB::ConstraintsDescription, String, String const&, String const&, String, std::shared_ptr&, std::shared_ptr const&, String, String, DB::DistributedSettings, DB::LoadingStrictnessLevel, std::shared_ptr const&, std::shared_ptr const&, bool, void>(std::allocator const&, DB::StorageID&&, DB::ColumnsDescription&, DB::ConstraintsDescription&&, String&&, String const&, String const&, String&&, std::shared_ptr&, std::shared_ptr const&, String&&, String&&, DB::DistributedSettings&&, DB::LoadingStrictnessLevel&&, std::shared_ptr const&, std::shared_ptr const&, bool&&) @ 0x000000002739781c 19. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::TableFunctionRemote::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000273888cc 20. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 21. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 27. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 29. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 30. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 31. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 2025.03.31 17:54:10.388372 [ 55895 ] {1eb05429-8be0-42c1-8c72-55e715ed6e13} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 1.00 MiB (attempt to allocate chunk of 1048975 bytes), current RSS 0.00 B, maximum: 32.00 KiB. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37384) (comment: 01383_log_broken_table.sh) (in query: INSERT INTO log SELECT number, number, number FROM numbers(1000000)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x00000000208a3125 10. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:107: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String, bool, unsigned long) @ 0x00000000208a19aa 11. ./build_docker/./src/IO/WriteBufferFromFile.cpp:38: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long, bool, unsigned long) @ 0x0000000020c4b509 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007] const&, int, std::nullptr_t, int, bool const&, unsigned long const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&, int&&, std::nullptr_t&&, int&&, bool const&, unsigned long const&) @ 0x0000000035765758 13. ./build_docker/./src/Disks/DiskLocal.cpp:338: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003574cdef 14. ./build_docker/./src/Storages/StorageStripeLog.cpp:189: DB::StripeLogSink::StripeLogSink(DB::StorageStripeLog&, std::shared_ptr const&, std::unique_lock&&) @ 0x000000003d454fe4 15. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageStripeLog::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003d440fa6 16. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 17. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 18. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 19. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 20. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:54:10.393898 [ 55895 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 1.00 MiB (attempt to allocate chunk of 1048975 bytes), current RSS 0.00 B, maximum: 32.00 KiB. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x00000000208a3125 10. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:107: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String, bool, unsigned long) @ 0x00000000208a19aa 11. ./build_docker/./src/IO/WriteBufferFromFile.cpp:38: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long, bool, unsigned long) @ 0x0000000020c4b509 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007] const&, int, std::nullptr_t, int, bool const&, unsigned long const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&, int&&, std::nullptr_t&&, int&&, bool const&, unsigned long const&) @ 0x0000000035765758 13. ./build_docker/./src/Disks/DiskLocal.cpp:338: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003574cdef 14. ./build_docker/./src/Storages/StorageStripeLog.cpp:189: DB::StripeLogSink::StripeLogSink(DB::StorageStripeLog&, std::shared_ptr const&, std::unique_lock&&) @ 0x000000003d454fe4 15. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageStripeLog::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003d440fa6 16. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 17. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 18. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 19. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 20. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:54:10.421085 [ 67575 ] {38fe468a-df6d-4c3f-85d0-e3e1a64efd2f} executeQuery: Code: 60. DB::Exception: Table default.id does not exist: While processing 1 IN (id). (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37358) (comment: 02111_global_context_temporary_tables.sql) (in query: SELECT * FROM remote('127.1', view(SELECT * FROM system.one), 1 IN id);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Databases/IDatabase.cpp:37: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339948 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 7. ./build_docker/./src/Interpreters/interpretSubquery.cpp:108: DB::interpretSubquery(std::shared_ptr const&, std::shared_ptr, std::vector> const&, DB::SelectQueryOptions const&) @ 0x00000000392e31bc 8. ./build_docker/./src/Interpreters/interpretSubquery.cpp:37: DB::interpretSubquery(std::shared_ptr const&, std::shared_ptr, unsigned long, std::vector> const&) @ 0x00000000392dfcc5 9. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:1492: DB::ActionsMatcher::makeSet(DB::ASTFunction const&, DB::ActionsMatcher::Data&, bool) @ 0x0000000036a30cd8 10. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:975: DB::ActionsMatcher::visit(DB::ASTFunction const&, std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a1531e 11. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:732: DB::ActionsMatcher::visit(std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a122b5 12. ./src/Interpreters/InDepthNodeVisitor.h:71: DB::InDepthNodeVisitor const>::doVisit(std::shared_ptr const&) @ 0x00000000369ecfd5 13. ./src/Interpreters/InDepthNodeVisitor.h:61: DB::ExpressionAnalyzer::getRootActions(std::shared_ptr const&, bool, DB::ActionsDAG&, bool) @ 0x0000000036967af7 14. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:1859: DB::ExpressionAnalyzer::getActionsDAG(bool, bool) @ 0x000000003699dab3 15. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:1894: DB::ExpressionAnalyzer::getActions(bool, bool, DB::CompileExpressions) @ 0x000000003699e752 16. ./build_docker/./src/Storages/StorageDistributed.cpp:260: DB::(anonymous namespace)::buildShardingKeyExpression(std::shared_ptr const&, std::shared_ptr, DB::NamesAndTypesList const&, bool) @ 0x000000003c8a5f92 17. ./build_docker/./src/Storages/StorageDistributed.cpp:399: DB::StorageDistributed::StorageDistributed(DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, String const&, String const&, String const&, String const&, std::shared_ptr, std::shared_ptr const&, String const&, String const&, DB::DistributedSettings const&, DB::LoadingStrictnessLevel, std::shared_ptr, std::shared_ptr, bool) @ 0x000000003c89fdd0 18. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID, DB::ColumnsDescription&, DB::ConstraintsDescription, String, String const&, String const&, String, std::shared_ptr&, std::shared_ptr const&, String, String, DB::DistributedSettings, DB::LoadingStrictnessLevel, std::shared_ptr const&, std::shared_ptr const&, bool, void>(std::allocator const&, DB::StorageID&&, DB::ColumnsDescription&, DB::ConstraintsDescription&&, String&&, String const&, String const&, String&&, std::shared_ptr&, std::shared_ptr const&, String&&, String&&, DB::DistributedSettings&&, DB::LoadingStrictnessLevel&&, std::shared_ptr const&, std::shared_ptr const&, bool&&) @ 0x000000002739781c 19. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::TableFunctionRemote::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000273888cc 20. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 21. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 27. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 29. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 30. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 31. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 2025.03.31 17:54:10.427072 [ 67575 ] {} TCPHandler: Code: 60. DB::Exception: Table default.id does not exist: While processing 1 IN (id). (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Databases/IDatabase.cpp:37: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339948 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 7. ./build_docker/./src/Interpreters/interpretSubquery.cpp:108: DB::interpretSubquery(std::shared_ptr const&, std::shared_ptr, std::vector> const&, DB::SelectQueryOptions const&) @ 0x00000000392e31bc 8. ./build_docker/./src/Interpreters/interpretSubquery.cpp:37: DB::interpretSubquery(std::shared_ptr const&, std::shared_ptr, unsigned long, std::vector> const&) @ 0x00000000392dfcc5 9. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:1492: DB::ActionsMatcher::makeSet(DB::ASTFunction const&, DB::ActionsMatcher::Data&, bool) @ 0x0000000036a30cd8 10. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:975: DB::ActionsMatcher::visit(DB::ASTFunction const&, std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a1531e 11. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:732: DB::ActionsMatcher::visit(std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a122b5 12. ./src/Interpreters/InDepthNodeVisitor.h:71: DB::InDepthNodeVisitor const>::doVisit(std::shared_ptr const&) @ 0x00000000369ecfd5 13. ./src/Interpreters/InDepthNodeVisitor.h:61: DB::ExpressionAnalyzer::getRootActions(std::shared_ptr const&, bool, DB::ActionsDAG&, bool) @ 0x0000000036967af7 14. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:1859: DB::ExpressionAnalyzer::getActionsDAG(bool, bool) @ 0x000000003699dab3 15. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:1894: DB::ExpressionAnalyzer::getActions(bool, bool, DB::CompileExpressions) @ 0x000000003699e752 16. ./build_docker/./src/Storages/StorageDistributed.cpp:260: DB::(anonymous namespace)::buildShardingKeyExpression(std::shared_ptr const&, std::shared_ptr, DB::NamesAndTypesList const&, bool) @ 0x000000003c8a5f92 17. ./build_docker/./src/Storages/StorageDistributed.cpp:399: DB::StorageDistributed::StorageDistributed(DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, String const&, String const&, String const&, String const&, std::shared_ptr, std::shared_ptr const&, String const&, String const&, DB::DistributedSettings const&, DB::LoadingStrictnessLevel, std::shared_ptr, std::shared_ptr, bool) @ 0x000000003c89fdd0 18. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID, DB::ColumnsDescription&, DB::ConstraintsDescription, String, String const&, String const&, String, std::shared_ptr&, std::shared_ptr const&, String, String, DB::DistributedSettings, DB::LoadingStrictnessLevel, std::shared_ptr const&, std::shared_ptr const&, bool, void>(std::allocator const&, DB::StorageID&&, DB::ColumnsDescription&, DB::ConstraintsDescription&&, String&&, String const&, String const&, String&&, std::shared_ptr&, std::shared_ptr const&, String&&, String&&, DB::DistributedSettings&&, DB::LoadingStrictnessLevel&&, std::shared_ptr const&, std::shared_ptr const&, bool&&) @ 0x000000002739781c 19. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::TableFunctionRemote::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000273888cc 20. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 21. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 27. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 29. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 30. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 31. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 2025.03.31 17:54:10.488510 [ 67575 ] {4c023600-7d14-4e56-b2ff-c2c8a6883b69} executeQuery: Code: 60. DB::Exception: Table default.id does not exist: While processing 1 IN (id). (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37358) (comment: 02111_global_context_temporary_tables.sql) (in query: SELECT * FROM remote('127.1', view(SELECT number AS id FROM numbers(2)), 1 IN id);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Databases/IDatabase.cpp:37: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339948 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 7. ./build_docker/./src/Interpreters/interpretSubquery.cpp:108: DB::interpretSubquery(std::shared_ptr const&, std::shared_ptr, std::vector> const&, DB::SelectQueryOptions const&) @ 0x00000000392e31bc 8. ./build_docker/./src/Interpreters/interpretSubquery.cpp:37: DB::interpretSubquery(std::shared_ptr const&, std::shared_ptr, unsigned long, std::vector> const&) @ 0x00000000392dfcc5 9. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:1492: DB::ActionsMatcher::makeSet(DB::ASTFunction const&, DB::ActionsMatcher::Data&, bool) @ 0x0000000036a30cd8 10. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:975: DB::ActionsMatcher::visit(DB::ASTFunction const&, std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a1531e 11. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:732: DB::ActionsMatcher::visit(std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a122b5 12. ./src/Interpreters/InDepthNodeVisitor.h:71: DB::InDepthNodeVisitor const>::doVisit(std::shared_ptr const&) @ 0x00000000369ecfd5 13. ./src/Interpreters/InDepthNodeVisitor.h:61: DB::ExpressionAnalyzer::getRootActions(std::shared_ptr const&, bool, DB::ActionsDAG&, bool) @ 0x0000000036967af7 14. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:1859: DB::ExpressionAnalyzer::getActionsDAG(bool, bool) @ 0x000000003699dab3 15. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:1894: DB::ExpressionAnalyzer::getActions(bool, bool, DB::CompileExpressions) @ 0x000000003699e752 16. ./build_docker/./src/Storages/StorageDistributed.cpp:260: DB::(anonymous namespace)::buildShardingKeyExpression(std::shared_ptr const&, std::shared_ptr, DB::NamesAndTypesList const&, bool) @ 0x000000003c8a5f92 17. ./build_docker/./src/Storages/StorageDistributed.cpp:399: DB::StorageDistributed::StorageDistributed(DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, String const&, String const&, String const&, String const&, std::shared_ptr, std::shared_ptr const&, String const&, String const&, DB::DistributedSettings const&, DB::LoadingStrictnessLevel, std::shared_ptr, std::shared_ptr, bool) @ 0x000000003c89fdd0 18. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID, DB::ColumnsDescription&, DB::ConstraintsDescription, String, String const&, String const&, String, std::shared_ptr&, std::shared_ptr const&, String, String, DB::DistributedSettings, DB::LoadingStrictnessLevel, std::shared_ptr const&, std::shared_ptr const&, bool, void>(std::allocator const&, DB::StorageID&&, DB::ColumnsDescription&, DB::ConstraintsDescription&&, String&&, String const&, String const&, String&&, std::shared_ptr&, std::shared_ptr const&, String&&, String&&, DB::DistributedSettings&&, DB::LoadingStrictnessLevel&&, std::shared_ptr const&, std::shared_ptr const&, bool&&) @ 0x000000002739781c 19. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::TableFunctionRemote::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000273888cc 20. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 21. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 27. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 29. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 30. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 31. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 2025.03.31 17:54:10.495238 [ 67575 ] {} TCPHandler: Code: 60. DB::Exception: Table default.id does not exist: While processing 1 IN (id). (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Databases/IDatabase.cpp:37: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339948 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 7. ./build_docker/./src/Interpreters/interpretSubquery.cpp:108: DB::interpretSubquery(std::shared_ptr const&, std::shared_ptr, std::vector> const&, DB::SelectQueryOptions const&) @ 0x00000000392e31bc 8. ./build_docker/./src/Interpreters/interpretSubquery.cpp:37: DB::interpretSubquery(std::shared_ptr const&, std::shared_ptr, unsigned long, std::vector> const&) @ 0x00000000392dfcc5 9. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:1492: DB::ActionsMatcher::makeSet(DB::ASTFunction const&, DB::ActionsMatcher::Data&, bool) @ 0x0000000036a30cd8 10. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:975: DB::ActionsMatcher::visit(DB::ASTFunction const&, std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a1531e 11. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:732: DB::ActionsMatcher::visit(std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a122b5 12. ./src/Interpreters/InDepthNodeVisitor.h:71: DB::InDepthNodeVisitor const>::doVisit(std::shared_ptr const&) @ 0x00000000369ecfd5 13. ./src/Interpreters/InDepthNodeVisitor.h:61: DB::ExpressionAnalyzer::getRootActions(std::shared_ptr const&, bool, DB::ActionsDAG&, bool) @ 0x0000000036967af7 14. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:1859: DB::ExpressionAnalyzer::getActionsDAG(bool, bool) @ 0x000000003699dab3 15. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:1894: DB::ExpressionAnalyzer::getActions(bool, bool, DB::CompileExpressions) @ 0x000000003699e752 16. ./build_docker/./src/Storages/StorageDistributed.cpp:260: DB::(anonymous namespace)::buildShardingKeyExpression(std::shared_ptr const&, std::shared_ptr, DB::NamesAndTypesList const&, bool) @ 0x000000003c8a5f92 17. ./build_docker/./src/Storages/StorageDistributed.cpp:399: DB::StorageDistributed::StorageDistributed(DB::StorageID const&, DB::ColumnsDescription const&, DB::ConstraintsDescription const&, String const&, String const&, String const&, String const&, std::shared_ptr, std::shared_ptr const&, String const&, String const&, DB::DistributedSettings const&, DB::LoadingStrictnessLevel, std::shared_ptr, std::shared_ptr, bool) @ 0x000000003c89fdd0 18. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID, DB::ColumnsDescription&, DB::ConstraintsDescription, String, String const&, String const&, String, std::shared_ptr&, std::shared_ptr const&, String, String, DB::DistributedSettings, DB::LoadingStrictnessLevel, std::shared_ptr const&, std::shared_ptr const&, bool, void>(std::allocator const&, DB::StorageID&&, DB::ColumnsDescription&, DB::ConstraintsDescription&&, String&&, String const&, String const&, String&&, std::shared_ptr&, std::shared_ptr const&, String&&, String&&, DB::DistributedSettings&&, DB::LoadingStrictnessLevel&&, std::shared_ptr const&, std::shared_ptr const&, bool&&) @ 0x000000002739781c 19. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::TableFunctionRemote::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000273888cc 20. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 21. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 27. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 29. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 30. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 31. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 2025.03.31 17:54:10.695437 [ 68117 ] {175b21a4-c3a8-4428-9bbf-97d08d5a3f1e} executeQuery: Code: 36. DB::Exception: Materialized view test_mci07c2i.v cannot point to itself. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37374) (comment: 01527_materialized_view_stack_overflow.sql) (in query: CREATE MATERIALIZED VIEW v to v AS SELECT c FROM t;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/StorageMaterializedView.cpp:167: DB::StorageMaterializedView::StorageMaterializedView(DB::StorageID const&, std::shared_ptr, DB::ASTCreateQuery const&, DB::ColumnsDescription const&, DB::LoadingStrictnessLevel, String const&) @ 0x000000003cbada9c 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, std::shared_ptr, DB::ASTCreateQuery const&, DB::ColumnsDescription const&, DB::LoadingStrictnessLevel const&, String const&, void>(std::allocator const&, DB::StorageID const&, std::shared_ptr&&, DB::ASTCreateQuery const&, DB::ColumnsDescription const&, DB::LoadingStrictnessLevel const&, String const&) @ 0x000000003cbdb8bc 6. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: std::shared_ptr std::__function::__policy_invoker (DB::StorageFactory::Arguments const&)>::__call_impl (DB::StorageFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::StorageFactory::Arguments const&) @ 0x000000003cbd5271 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 9. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 17:54:10.700898 [ 68117 ] {} TCPHandler: Code: 36. DB::Exception: Materialized view test_mci07c2i.v cannot point to itself. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/StorageMaterializedView.cpp:167: DB::StorageMaterializedView::StorageMaterializedView(DB::StorageID const&, std::shared_ptr, DB::ASTCreateQuery const&, DB::ColumnsDescription const&, DB::LoadingStrictnessLevel, String const&) @ 0x000000003cbada9c 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, std::shared_ptr, DB::ASTCreateQuery const&, DB::ColumnsDescription const&, DB::LoadingStrictnessLevel const&, String const&, void>(std::allocator const&, DB::StorageID const&, std::shared_ptr&&, DB::ASTCreateQuery const&, DB::ColumnsDescription const&, DB::LoadingStrictnessLevel const&, String const&) @ 0x000000003cbdb8bc 6. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: std::shared_ptr std::__function::__policy_invoker (DB::StorageFactory::Arguments const&)>::__call_impl (DB::StorageFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::StorageFactory::Arguments const&) @ 0x000000003cbd5271 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 9. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 17:54:11.279061 [ 68117 ] {3603c761-3164-4365-bf2d-9f0767071f4c} executeQuery: Code: 60. DB::Exception: Unknown table expression identifier 'test_mci07c2i.v' in scope SELECT * FROM test_mci07c2i.v. (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37374) (comment: 01527_materialized_view_stack_overflow.sql) (in query: CREATE MATERIALIZED VIEW v to t AS SELECT * FROM v;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4370: DB::QueryAnalyzer::initializeQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dd184f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5549: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19ac7 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 8. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:204: DB::InterpreterSelectQueryAnalyzer::getSampleBlock(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863ae5f 12. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:980: DB::InterpreterCreateQuery::getTablePropertiesAndNormalizeCreateQuery(DB::ASTCreateQuery&, DB::LoadingStrictnessLevel) const @ 0x000000003779f6aa 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1668: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377bfcea 14. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:54:11.284529 [ 68117 ] {} TCPHandler: Code: 60. DB::Exception: Unknown table expression identifier 'test_mci07c2i.v' in scope SELECT * FROM test_mci07c2i.v. (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4370: DB::QueryAnalyzer::initializeQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dd184f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5549: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19ac7 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 8. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:204: DB::InterpreterSelectQueryAnalyzer::getSampleBlock(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863ae5f 12. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:980: DB::InterpreterCreateQuery::getTablePropertiesAndNormalizeCreateQuery(DB::ASTCreateQuery&, DB::LoadingStrictnessLevel) const @ 0x000000003779f6aa 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1668: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377bfcea 14. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:54:11.979144 [ 68111 ] {9697270d-04b7-4b1b-9664-684a84ec4ed6} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 1.00 MiB (attempt to allocate chunk of 1048639 bytes), current RSS 0.00 B, maximum: 64.00 KiB. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37438) (comment: 01383_log_broken_table.sh) (in query: INSERT INTO log SELECT number, number, number FROM numbers(1000000)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x00000000208a3125 10. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:107: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String, bool, unsigned long) @ 0x00000000208a19aa 11. ./build_docker/./src/IO/WriteBufferFromFile.cpp:38: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long, bool, unsigned long) @ 0x0000000020c4b509 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007] const&, int, std::nullptr_t, int, bool const&, unsigned long const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&, int&&, std::nullptr_t&&, int&&, bool const&, unsigned long const&) @ 0x0000000035765758 13. ./build_docker/./src/Disks/DiskLocal.cpp:338: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003574cdef 14. ./build_docker/./src/Storages/StorageStripeLog.cpp:189: DB::StripeLogSink::StripeLogSink(DB::StorageStripeLog&, std::shared_ptr const&, std::unique_lock&&) @ 0x000000003d454fe4 15. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageStripeLog::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003d440fa6 16. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 17. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 18. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 19. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 20. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:54:11.985203 [ 68111 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 1.00 MiB (attempt to allocate chunk of 1048639 bytes), current RSS 0.00 B, maximum: 64.00 KiB. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x00000000208a3125 10. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:107: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String, bool, unsigned long) @ 0x00000000208a19aa 11. ./build_docker/./src/IO/WriteBufferFromFile.cpp:38: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long, bool, unsigned long) @ 0x0000000020c4b509 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007] const&, int, std::nullptr_t, int, bool const&, unsigned long const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&, int&&, std::nullptr_t&&, int&&, bool const&, unsigned long const&) @ 0x0000000035765758 13. ./build_docker/./src/Disks/DiskLocal.cpp:338: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003574cdef 14. ./build_docker/./src/Storages/StorageStripeLog.cpp:189: DB::StripeLogSink::StripeLogSink(DB::StorageStripeLog&, std::shared_ptr const&, std::unique_lock&&) @ 0x000000003d454fe4 15. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageStripeLog::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003d440fa6 16. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 17. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 18. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 19. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 20. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:54:12.040069 [ 611 ] {} DNSResolver: Cannot resolve host (), error 0: No address found. 2025.03.31 17:54:13.749751 [ 68112 ] {b577166c-5f83-41a4-85f1-cbd41c64bf3b} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 1.00 MiB (attempt to allocate chunk of 1048639 bytes), current RSS 0.00 B, maximum: 128.00 KiB. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37474) (comment: 01383_log_broken_table.sh) (in query: INSERT INTO log SELECT number, number, number FROM numbers(1000000)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x00000000208a3125 10. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:107: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String, bool, unsigned long) @ 0x00000000208a19aa 11. ./build_docker/./src/IO/WriteBufferFromFile.cpp:38: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long, bool, unsigned long) @ 0x0000000020c4b509 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007] const&, int, std::nullptr_t, int, bool const&, unsigned long const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&, int&&, std::nullptr_t&&, int&&, bool const&, unsigned long const&) @ 0x0000000035765758 13. ./build_docker/./src/Disks/DiskLocal.cpp:338: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003574cdef 14. ./build_docker/./src/Storages/StorageStripeLog.cpp:189: DB::StripeLogSink::StripeLogSink(DB::StorageStripeLog&, std::shared_ptr const&, std::unique_lock&&) @ 0x000000003d454fe4 15. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageStripeLog::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003d440fa6 16. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 17. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 18. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 19. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 20. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:54:13.755402 [ 68112 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 1.00 MiB (attempt to allocate chunk of 1048639 bytes), current RSS 0.00 B, maximum: 128.00 KiB. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x00000000208a3125 10. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:107: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String, bool, unsigned long) @ 0x00000000208a19aa 11. ./build_docker/./src/IO/WriteBufferFromFile.cpp:38: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long, bool, unsigned long) @ 0x0000000020c4b509 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007] const&, int, std::nullptr_t, int, bool const&, unsigned long const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&, int&&, std::nullptr_t&&, int&&, bool const&, unsigned long const&) @ 0x0000000035765758 13. ./build_docker/./src/Disks/DiskLocal.cpp:338: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003574cdef 14. ./build_docker/./src/Storages/StorageStripeLog.cpp:189: DB::StripeLogSink::StripeLogSink(DB::StorageStripeLog&, std::shared_ptr const&, std::unique_lock&&) @ 0x000000003d454fe4 15. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageStripeLog::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003d440fa6 16. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 17. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 18. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 19. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 20. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:54:15.435803 [ 68112 ] {421ad99d-d907-414b-b960-5fcf1c060d6c} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 1.00 MiB (attempt to allocate chunk of 1048639 bytes), current RSS 0.00 B, maximum: 256.00 KiB. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37504) (comment: 01383_log_broken_table.sh) (in query: INSERT INTO log SELECT number, number, number FROM numbers(1000000)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x00000000208a3125 10. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:107: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String, bool, unsigned long) @ 0x00000000208a19aa 11. ./build_docker/./src/IO/WriteBufferFromFile.cpp:38: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long, bool, unsigned long) @ 0x0000000020c4b509 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007] const&, int, std::nullptr_t, int, bool const&, unsigned long const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&, int&&, std::nullptr_t&&, int&&, bool const&, unsigned long const&) @ 0x0000000035765758 13. ./build_docker/./src/Disks/DiskLocal.cpp:338: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003574cdef 14. ./build_docker/./src/Storages/StorageStripeLog.cpp:189: DB::StripeLogSink::StripeLogSink(DB::StorageStripeLog&, std::shared_ptr const&, std::unique_lock&&) @ 0x000000003d454fe4 15. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageStripeLog::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003d440fa6 16. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 17. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 18. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 19. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 20. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:54:15.441685 [ 68112 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 1.00 MiB (attempt to allocate chunk of 1048639 bytes), current RSS 0.00 B, maximum: 256.00 KiB. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x00000000208a3125 10. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:107: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String, bool, unsigned long) @ 0x00000000208a19aa 11. ./build_docker/./src/IO/WriteBufferFromFile.cpp:38: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long, bool, unsigned long) @ 0x0000000020c4b509 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007] const&, int, std::nullptr_t, int, bool const&, unsigned long const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&, int&&, std::nullptr_t&&, int&&, bool const&, unsigned long const&) @ 0x0000000035765758 13. ./build_docker/./src/Disks/DiskLocal.cpp:338: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003574cdef 14. ./build_docker/./src/Storages/StorageStripeLog.cpp:189: DB::StripeLogSink::StripeLogSink(DB::StorageStripeLog&, std::shared_ptr const&, std::unique_lock&&) @ 0x000000003d454fe4 15. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageStripeLog::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003d440fa6 16. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 17. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 18. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 19. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 20. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:54:15.516710 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.524967 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.525490 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.526683 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.527383 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.528020 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.528655 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.529233 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.529859 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.530462 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.531074 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.531652 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.532233 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.532968 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.533523 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.534082 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.534537 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.534946 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.535417 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.535878 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.536383 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.537007 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.537463 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.537912 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.538371 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.538811 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.539249 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.539672 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.540134 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.540581 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.541015 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.541455 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.541907 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.542347 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.542789 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.543214 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.543638 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.544105 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.544553 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.544960 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.545489 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.545903 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.546354 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.546760 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.547198 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.547645 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.548106 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.548597 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.549053 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.549966 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.550430 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.550861 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.551299 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.551720 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.552159 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.552589 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.552996 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.553407 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.556608 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.557037 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.557501 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.557921 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.559133 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.559570 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.559993 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.560406 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.561101 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.561554 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.561983 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.562461 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.562881 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.563335 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.563735 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.564721 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.565131 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.565579 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.565978 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.566378 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.574252 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.574851 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.575321 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.575750 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.576249 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.576685 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.578114 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.578547 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.578948 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.579363 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.579765 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.580195 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.580622 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.581022 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.581428 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.582214 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.582686 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.583156 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.583682 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.584176 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.584722 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.585214 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.585780 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.586242 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.586774 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.587474 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.587974 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.588467 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.588891 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.589308 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.589845 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.590377 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.590861 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.591300 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.591714 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.592322 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.592727 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.593135 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.593538 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.593954 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.594379 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.595189 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.595838 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.596371 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.596830 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.597278 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.597732 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.598176 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.598634 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.599060 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.599649 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.600086 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.600520 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.600924 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.601363 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.601809 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.602254 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.602665 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.603066 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.603495 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.603898 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.604349 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.604815 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.605310 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.605716 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.606116 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.607407 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.607854 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.608296 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.608719 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.609148 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.609593 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.610066 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.610522 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.610929 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.611360 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.611912 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.612385 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.612794 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.613209 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.613628 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.614037 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.614455 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.614871 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.615351 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.615991 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.616406 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.616827 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.617247 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.617695 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.618123 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.618547 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.618968 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.619391 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.619820 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.620259 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.620727 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.621167 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.621604 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.622004 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.622426 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.622852 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.623284 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.623717 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.624151 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.624575 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.624989 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.625434 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.625862 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.626299 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.626703 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.628715 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.629341 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.629782 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.630286 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.630738 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.631244 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.631781 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.632351 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.633923 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.634463 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.634982 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.635553 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.636130 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.636767 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.637320 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.637884 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.638443 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.638931 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.639442 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.639983 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.640417 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.640905 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.641485 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.642248 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.642734 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.643171 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.643638 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.644090 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.644552 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.644991 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.645429 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.645870 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.646311 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.646856 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.647310 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.647738 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.648303 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.648818 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.649249 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.649696 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.650127 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.650566 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.650983 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.651402 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.651877 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.664604 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.665028 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.665513 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.665967 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.666400 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.666804 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.667211 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.667634 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.673186 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.673634 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.674044 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.674450 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.674847 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.675291 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.676297 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.676732 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.677183 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.677623 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.678036 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.678482 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.678890 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.679347 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.679753 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.680563 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.680972 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.681414 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.681829 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.682231 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.682660 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.683097 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.683530 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.683966 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.684400 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.685146 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.685559 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.685955 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.686357 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.686753 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.687147 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.687548 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.687959 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.688403 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.688827 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.690988 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.691812 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.692600 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.693128 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.693660 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.694134 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.694618 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.695085 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.695561 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.696014 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.699699 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.700463 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.700971 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.701588 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.702122 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.702649 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.703167 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.703669 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.704187 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.704951 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.705556 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.706059 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.706573 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.707090 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.707607 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.708169 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.708705 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.709248 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.709755 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.710258 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.710841 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.711252 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.711721 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.712624 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.713068 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.713477 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.713934 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.714380 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.714778 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.715179 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.715683 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.716168 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.716620 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.717062 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.717494 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.717911 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.718379 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.718932 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.719382 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.719847 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.720523 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.720950 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.721368 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.721786 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.722172 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.722573 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.722971 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.723374 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.723765 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.724190 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.724654 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.725180 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.725611 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.726031 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.726437 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.726829 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.727224 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.733995 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.734472 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.734882 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.735356 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.735802 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.736277 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.736700 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.737127 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.737676 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.738504 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.738924 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.739356 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.739794 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.740276 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.740703 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.741117 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.741576 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.742859 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.743315 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.743820 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.744254 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.744672 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.745080 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.745495 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.745903 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.752070 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.752621 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.753204 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.753628 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.754083 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.754500 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.754907 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.755336 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.755749 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.756190 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.756636 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.757049 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.757472 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.757902 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.758371 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.758812 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.759208 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.759632 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.760098 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.760541 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.760999 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.761423 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.761838 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.762251 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.762664 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.763062 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.763505 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.763921 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.764353 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.764771 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.770739 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.771330 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.771790 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.772222 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.772654 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.773143 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.773596 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.774075 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.774520 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.774951 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.775381 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.775855 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.776310 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.776728 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.777149 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.777585 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.777994 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.778414 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.778830 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.779242 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.779677 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.780105 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.780533 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.780930 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.781356 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.781766 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.782167 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.783069 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.783727 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.784330 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.784860 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.785434 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.785931 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.786435 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.786963 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.787499 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.788005 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.792665 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.793104 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.793525 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.793924 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.794334 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.794733 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.795355 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.795776 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.796201 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.796623 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.797017 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.797428 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.797831 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.798216 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.801258 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.801703 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.803200 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.803876 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.804327 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.804733 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.805140 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.805548 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.809613 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.810159 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.810707 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.811227 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.811775 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.819296 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.819902 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.820490 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.821037 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.821610 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.822155 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.827530 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.828089 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.831140 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.831644 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.832121 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.832538 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.832974 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.833378 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.833787 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.834183 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.834690 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.835104 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.835562 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.836025 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.836475 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.836904 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.837355 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.837761 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.842686 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.843475 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.844072 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.844578 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.845083 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.845608 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.846139 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.846980 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.847542 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.848097 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.848656 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.849134 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.849678 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.850182 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.850722 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.851225 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.852563 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.853090 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.865234 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.866257 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.866986 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.867652 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.868324 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.868963 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.869651 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.870349 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.870986 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.871656 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.872333 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.874757 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.875340 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.876024 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.876784 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.877390 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.877953 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.878587 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.879169 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.879740 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.880463 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.881398 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.882064 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.882734 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.883399 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.884091 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.884721 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.885248 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.885796 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.886232 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.886633 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.890091 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.890599 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.891050 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.891611 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.892107 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.892573 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.893068 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.893519 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.894364 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.894848 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.895461 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.895898 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.896366 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.896840 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.897401 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.897838 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.898240 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.898656 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.899049 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.903792 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.904456 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.904978 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.905542 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.906080 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.906585 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.907129 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.907656 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.908279 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.908680 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.909090 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.909506 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.909934 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.910362 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.910761 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.911158 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.911582 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.912012 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.912952 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.913513 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.914008 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.914545 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.915039 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.915536 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.916054 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.916563 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.917075 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.918088 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.918623 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.919442 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.919972 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.920542 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.921043 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.921539 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.922039 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.922562 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.923144 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.923609 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.924079 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.924560 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.925008 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.925449 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.925919 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.926348 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.926772 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.933778 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.934252 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.934673 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.935093 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.935512 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.935916 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.936367 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.936773 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.946000 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.946532 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.947040 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.947533 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.948086 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.948579 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.949053 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.949542 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.951815 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.952456 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.952967 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.953470 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.953975 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.954473 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.954957 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.955465 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.955972 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.956506 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.957026 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.957540 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.961564 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:15.986533 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:16.014754 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:16.046247 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:16.702007 [ 68117 ] {0dd5410f-a418-4d3f-bea0-8406e7d79612} executeQuery: Code: 306. DB::Exception: Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608. (TOO_DEEP_RECURSION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37374) (comment: 01527_materialized_view_stack_overflow.sql) (in query: INSERT INTO t1 VALUES ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, void*&, void const*&, unsigned long&, unsigned long&) @ 0x00000000207fbb5f 4. ./build_docker/./src/Common/checkStackSize.cpp:151: checkStackSize() @ 0x00000000207fb683 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:341: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687d3af 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:978: DB::DatabaseCatalog::tryGetTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036892eb9 7. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:433: DB::IdentifierResolver::tryResolveTableIdentifierFromDatabaseCatalog(DB::Identifier const&, std::shared_ptr) @ 0x0000000035e9a7b9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1530: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d693cc 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4360: DB::QueryAnalyzer::initializeQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dcf18d 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5549: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19ac7 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:204: DB::InterpreterSelectQueryAnalyzer::getSampleBlock(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863ae5f 17. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:351: DB::generateViewChain(std::shared_ptr, unsigned long, DB::StorageID const&, std::shared_ptr, DB::Chain&, std::shared_ptr, std::shared_ptr, bool, DB::Block const&, bool) @ 0x000000004034eb4c 18. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:524: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x000000004035cabb 19. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 20. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:328: DB::InterpreterInsertQuery::buildChain(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::vector> const&, std::shared_ptr, std::atomic*, bool) @ 0x00000000384e0886 21. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:375: DB::generateViewChain(std::shared_ptr, unsigned long, DB::StorageID const&, std::shared_ptr, DB::Chain&, std::shared_ptr, std::shared_ptr, bool, DB::Block const&, bool) @ 0x0000000040352f42 22. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:524: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x000000004035cabb 23. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 24. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:328: DB::InterpreterInsertQuery::buildChain(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::vector> const&, std::shared_ptr, std::atomic*, bool) @ 0x00000000384e0886 25. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:375: DB::generateViewChain(std::shared_ptr, unsigned long, DB::StorageID const&, std::shared_ptr, DB::Chain&, std::shared_ptr, std::shared_ptr, bool, DB::Block const&, bool) @ 0x0000000040352f42 26. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:524: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x000000004035cabb 27. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 28. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:328: DB::InterpreterInsertQuery::buildChain(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::vector> const&, std::shared_ptr, std::atomic*, bool) @ 0x00000000384e0886 29. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:375: DB::generateViewChain(std::shared_ptr, unsigned long, DB::StorageID const&, std::shared_ptr, DB::Chain&, std::shared_ptr, std::shared_ptr, bool, DB::Block const&, bool) @ 0x0000000040352f42 30. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:524: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x000000004035cabb 31. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 2025.03.31 17:54:16.709694 [ 68117 ] {} TCPHandler: Code: 306. DB::Exception: Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608. (TOO_DEEP_RECURSION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, void*&, void const*&, unsigned long&, unsigned long&) @ 0x00000000207fbb5f 4. ./build_docker/./src/Common/checkStackSize.cpp:151: checkStackSize() @ 0x00000000207fb683 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:341: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687d3af 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:978: DB::DatabaseCatalog::tryGetTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036892eb9 7. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:433: DB::IdentifierResolver::tryResolveTableIdentifierFromDatabaseCatalog(DB::Identifier const&, std::shared_ptr) @ 0x0000000035e9a7b9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1530: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d693cc 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4360: DB::QueryAnalyzer::initializeQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dcf18d 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5549: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19ac7 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:204: DB::InterpreterSelectQueryAnalyzer::getSampleBlock(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863ae5f 17. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:351: DB::generateViewChain(std::shared_ptr, unsigned long, DB::StorageID const&, std::shared_ptr, DB::Chain&, std::shared_ptr, std::shared_ptr, bool, DB::Block const&, bool) @ 0x000000004034eb4c 18. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:524: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x000000004035cabb 19. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 20. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:328: DB::InterpreterInsertQuery::buildChain(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::vector> const&, std::shared_ptr, std::atomic*, bool) @ 0x00000000384e0886 21. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:375: DB::generateViewChain(std::shared_ptr, unsigned long, DB::StorageID const&, std::shared_ptr, DB::Chain&, std::shared_ptr, std::shared_ptr, bool, DB::Block const&, bool) @ 0x0000000040352f42 22. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:524: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x000000004035cabb 23. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 24. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:328: DB::InterpreterInsertQuery::buildChain(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::vector> const&, std::shared_ptr, std::atomic*, bool) @ 0x00000000384e0886 25. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:375: DB::generateViewChain(std::shared_ptr, unsigned long, DB::StorageID const&, std::shared_ptr, DB::Chain&, std::shared_ptr, std::shared_ptr, bool, DB::Block const&, bool) @ 0x0000000040352f42 26. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:524: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x000000004035cabb 27. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 28. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:328: DB::InterpreterInsertQuery::buildChain(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::vector> const&, std::shared_ptr, std::atomic*, bool) @ 0x00000000384e0886 29. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:375: DB::generateViewChain(std::shared_ptr, unsigned long, DB::StorageID const&, std::shared_ptr, DB::Chain&, std::shared_ptr, std::shared_ptr, bool, DB::Block const&, bool) @ 0x0000000040352f42 30. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:524: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x000000004035cabb 31. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 2025.03.31 17:54:17.200058 [ 67575 ] {e9cc1366-98c4-4f56-9b9e-8fba45b13e71} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 1.00 MiB (attempt to allocate chunk of 1048639 bytes), current RSS 0.00 B, maximum: 512.00 KiB. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35492) (comment: 01383_log_broken_table.sh) (in query: INSERT INTO log SELECT number, number, number FROM numbers(1000000)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x00000000208a3125 10. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:107: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String, bool, unsigned long) @ 0x00000000208a19aa 11. ./build_docker/./src/IO/WriteBufferFromFile.cpp:38: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long, bool, unsigned long) @ 0x0000000020c4b509 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007] const&, int, std::nullptr_t, int, bool const&, unsigned long const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&, int&&, std::nullptr_t&&, int&&, bool const&, unsigned long const&) @ 0x0000000035765758 13. ./build_docker/./src/Disks/DiskLocal.cpp:338: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003574cdef 14. ./build_docker/./src/Storages/StorageStripeLog.cpp:189: DB::StripeLogSink::StripeLogSink(DB::StorageStripeLog&, std::shared_ptr const&, std::unique_lock&&) @ 0x000000003d454fe4 15. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageStripeLog::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003d440fa6 16. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 17. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 18. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 19. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 20. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:54:17.214237 [ 67575 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 1.00 MiB (attempt to allocate chunk of 1048639 bytes), current RSS 0.00 B, maximum: 512.00 KiB. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x00000000208a3125 10. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:107: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String, bool, unsigned long) @ 0x00000000208a19aa 11. ./build_docker/./src/IO/WriteBufferFromFile.cpp:38: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long, bool, unsigned long) @ 0x0000000020c4b509 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007] const&, int, std::nullptr_t, int, bool const&, unsigned long const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&, int&&, std::nullptr_t&&, int&&, bool const&, unsigned long const&) @ 0x0000000035765758 13. ./build_docker/./src/Disks/DiskLocal.cpp:338: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003574cdef 14. ./build_docker/./src/Storages/StorageStripeLog.cpp:189: DB::StripeLogSink::StripeLogSink(DB::StorageStripeLog&, std::shared_ptr const&, std::unique_lock&&) @ 0x000000003d454fe4 15. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageStripeLog::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003d440fa6 16. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 17. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 18. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 19. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 20. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:54:18.404864 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.420509 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.421694 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.422265 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.422719 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.423110 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.423574 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.424024 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.424514 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.425694 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.436769 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.437235 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.437678 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.438081 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.438521 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.438948 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.439406 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.439857 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.440331 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.445954 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.446420 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.446821 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.447216 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.447625 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.448047 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.448458 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.449326 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.449796 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.450215 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.450628 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.451053 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.451499 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.451911 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.452348 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.452750 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.453151 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.454540 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.458071 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.458629 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.459110 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.459615 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.460107 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.460598 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.461089 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.464172 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.464696 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.465171 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.465736 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.466273 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.466801 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.467299 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.467777 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.472760 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.473275 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.473791 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.474527 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.475041 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.475529 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.476068 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.476575 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.477517 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.478001 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.478493 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.479028 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.479541 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.480032 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.480522 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.480987 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.481483 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.482026 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.482730 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.483298 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.483778 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.484290 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.484896 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.485611 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.486148 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.486661 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.487109 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.487657 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.488084 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.488498 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.488927 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.489349 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.489775 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.490180 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.490601 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.491002 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.495466 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.495988 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.496521 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.497032 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.508076 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.508603 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.509111 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.509616 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.510103 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.510624 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.511119 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.511636 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.514618 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.515123 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.515622 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.516169 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.516700 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.517238 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.517776 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.518303 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.518818 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.519503 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.520377 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.521040 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.521646 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.522278 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.522911 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.523470 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.524003 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.524542 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.525125 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.525681 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.526226 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.526753 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.527299 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.527831 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.528380 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.528930 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.529771 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.536662 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.537226 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.537755 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.538277 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.538767 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.539893 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.540651 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.541317 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.541865 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.542437 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.542957 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.543529 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.544081 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.544619 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.545807 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.546427 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.546956 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.547494 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.548005 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.549603 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.550062 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.550503 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.550908 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.551325 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.551750 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.552166 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.552593 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.552999 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.556345 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.556893 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.557481 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.557993 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.558507 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.559018 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.559528 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.560102 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.560649 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.561132 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.561648 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.562153 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.562646 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.563147 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.563660 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.564179 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.564724 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.565199 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.565709 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.568786 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.569339 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.569817 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.570318 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.570812 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.571391 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.572049 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.573237 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.573686 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.574115 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.574636 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.575142 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.575662 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.576224 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.576727 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.577263 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.577741 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.578543 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.579073 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.579574 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.580071 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.580588 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.581075 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.581587 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.582062 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.582592 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.583133 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.584714 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.585239 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.585737 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.586211 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.586730 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.587238 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.587761 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.588262 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.588768 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.590065 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.591001 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.591821 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.592689 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.593481 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.594304 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.599007 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.599534 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.600053 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.600576 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.601068 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.601563 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.602056 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.602575 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.603090 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.606731 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.607639 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.608606 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.609452 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.610375 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.611220 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.612123 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.613028 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.613978 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.614885 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.615787 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.616798 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.617764 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.618712 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.619540 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.620221 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.620951 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.621629 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.629638 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.630377 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.630981 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.631487 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.632039 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.634673 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.635179 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.635699 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.636198 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.636700 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.637240 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.637784 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.638349 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.638870 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.639392 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.639901 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.640439 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.640931 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.641431 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.641910 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.648403 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.648938 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.649473 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.650001 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.650533 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.651015 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.651552 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.652073 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.652598 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.653080 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.653577 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.654059 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.654560 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.655065 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.655566 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.656079 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.656638 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.657155 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.657727 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.658266 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.658754 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.659265 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.659763 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.660275 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.660764 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.661658 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.662078 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.662557 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.662989 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.663420 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.663873 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.664315 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.664722 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.665145 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.665605 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.667054 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.667484 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.667894 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.668323 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.668726 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.669146 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.669561 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.669953 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.670373 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.670827 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.672975 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.673706 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.674245 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.674859 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.675390 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.676061 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.676642 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.684708 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.685179 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.685625 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.686093 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.686528 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.688943 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.689592 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.690179 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.690785 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.691336 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.691861 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.692421 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.692916 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.696787 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.697236 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.697647 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.698046 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.698456 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.698853 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.699269 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.699670 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.705997 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.706548 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.707008 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.707454 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.707893 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.708319 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.708727 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.709122 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.709694 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.710103 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.710527 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.710985 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.711405 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.711796 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.712206 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.712615 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.713020 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.713471 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.715140 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.715566 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.716003 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.716453 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.716858 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.717305 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.717722 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.718199 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.719102 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.719715 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.720271 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.720763 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.721275 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.721785 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.722291 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.723163 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.723631 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.724070 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.724543 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.724955 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.725415 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.725824 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.726225 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.726637 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.727032 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.734061 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.734579 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.735006 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.735453 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.736046 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.736506 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.736965 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.737395 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.738080 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.738510 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.738970 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.739391 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.739822 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.740273 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.740685 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.746316 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.746778 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.747216 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.747644 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.748076 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.749166 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.754532 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.755126 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.755665 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.756224 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.756808 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.757372 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.757933 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.759398 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.759887 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.760434 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.760966 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.761498 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.761983 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.762980 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.763503 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.764049 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.764597 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.764996 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.765428 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.765851 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.766294 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.766706 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.767291 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.767720 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.768164 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.768577 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.769026 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.769473 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.769885 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.770738 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.771232 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.771662 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.772131 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.772560 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.772953 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.773383 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.773845 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.774267 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.777567 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.778110 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.778628 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.779121 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.779653 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.780174 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.780683 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.781238 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.781779 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.782317 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.782803 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.783290 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.783761 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.784295 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.784897 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.785458 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.785957 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.786508 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.786991 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.787479 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.788024 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.790525 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.791015 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.791527 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.792073 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.792618 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.793160 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.793650 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.794718 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.795271 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.795866 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.796538 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.797223 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.797905 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.804030 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.804479 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.804886 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.805314 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.805730 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.806139 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.806559 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.806960 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.807719 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.808184 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.808600 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.809040 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.809473 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.809921 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.810379 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.810801 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.811215 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.812145 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.812575 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.812994 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.813428 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.813862 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.814267 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.814666 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.815096 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.815544 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.815967 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.818208 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.818704 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.819102 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.819505 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.819920 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.820354 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.820761 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.821151 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.821554 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.821943 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.822821 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.823245 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.823771 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.824288 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.824704 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.825144 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.825568 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.825979 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.840669 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.841145 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.841590 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.842002 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.842444 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.842878 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.843317 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.844407 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.845353 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.846238 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.847041 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.847842 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.848652 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.849418 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.861014 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.861509 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.861947 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.862358 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.862760 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.863155 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.872780 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.873256 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.873692 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.874104 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.874531 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.874964 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.875403 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.875812 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.900722 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.901318 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.901889 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.902408 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.902902 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.904155 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.904673 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.905175 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.905668 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.906148 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.906692 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.907174 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.907673 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.917065 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.917862 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.918655 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.919425 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.920668 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.922446 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.923111 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.923845 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.924562 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.925259 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.925931 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.926610 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.927264 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.928652 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.929186 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.929700 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.930212 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.936717 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.936095 [ 55896 ] {8e6c26db-1da8-44a5-9b84-4fc30acf057b} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 1.00 MiB (attempt to allocate chunk of 1048639 bytes), current RSS 0.00 B, maximum: 1.00 MiB. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35524) (comment: 01383_log_broken_table.sh) (in query: INSERT INTO log SELECT number, number, number FROM numbers(1000000)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x00000000208a3125 10. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:107: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String, bool, unsigned long) @ 0x00000000208a19aa 11. ./build_docker/./src/IO/WriteBufferFromFile.cpp:38: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long, bool, unsigned long) @ 0x0000000020c4b509 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007] const&, int, std::nullptr_t, int, bool const&, unsigned long const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&, int&&, std::nullptr_t&&, int&&, bool const&, unsigned long const&) @ 0x0000000035765758 13. ./build_docker/./src/Disks/DiskLocal.cpp:338: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003574cdef 14. ./build_docker/./src/Storages/StorageStripeLog.cpp:189: DB::StripeLogSink::StripeLogSink(DB::StorageStripeLog&, std::shared_ptr const&, std::unique_lock&&) @ 0x000000003d454fe4 15. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageStripeLog::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003d440fa6 16. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 17. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 18. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 19. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 20. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:54:18.937332 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.938042 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.938561 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.939097 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.939636 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.940171 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.940704 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.941207 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.948530 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.950283 [ 55896 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 1.00 MiB (attempt to allocate chunk of 1048639 bytes), current RSS 0.00 B, maximum: 1.00 MiB. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x00000000208a3125 10. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:107: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String, bool, unsigned long) @ 0x00000000208a19aa 11. ./build_docker/./src/IO/WriteBufferFromFile.cpp:38: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long, bool, unsigned long) @ 0x0000000020c4b509 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007] const&, int, std::nullptr_t, int, bool const&, unsigned long const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&, int&&, std::nullptr_t&&, int&&, bool const&, unsigned long const&) @ 0x0000000035765758 13. ./build_docker/./src/Disks/DiskLocal.cpp:338: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003574cdef 14. ./build_docker/./src/Storages/StorageStripeLog.cpp:189: DB::StripeLogSink::StripeLogSink(DB::StorageStripeLog&, std::shared_ptr const&, std::unique_lock&&) @ 0x000000003d454fe4 15. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageStripeLog::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003d440fa6 16. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 17. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 18. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 19. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 20. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 17:54:18.957273 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.957892 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.958432 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.960772 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.961201 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.968990 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.969583 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.970104 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.970624 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.971134 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.971672 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.972204 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.973511 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.974005 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.974548 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.975029 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.976335 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.976951 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.977490 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.978000 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.978655 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.979184 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.979707 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.980228 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.980746 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.981262 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.981826 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.982393 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.982872 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.986425 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.987042 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.987625 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.988215 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.988754 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.989295 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.990431 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.991103 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.991632 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.992156 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.992716 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.993207 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.993700 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.995889 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.996586 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.997188 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.997821 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v2 (5e929e11-86d9-4ff1-831d-f97f86b188a0), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:18.998511 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} PushingToViews: Failed to push block to view test_mci07c2i.v1 (c8384857-deb1-4bb0-aff5-faec16f9bd96), Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608 2025.03.31 17:54:19.020334 [ 68117 ] {391e9a4a-5cfd-4ceb-96f5-047a536ccdd3} executeQuery: Code: 306. DB::Exception: Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608. (TOO_DEEP_RECURSION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37374) (comment: 01527_materialized_view_stack_overflow.sql) (in query: INSERT INTO t2 VALUES ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, void*&, void const*&, unsigned long&, unsigned long&) @ 0x00000000207fbb5f 4. ./build_docker/./src/Common/checkStackSize.cpp:151: checkStackSize() @ 0x00000000207fb683 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:341: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687d3af 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:978: DB::DatabaseCatalog::tryGetTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036892eb9 7. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:433: DB::IdentifierResolver::tryResolveTableIdentifierFromDatabaseCatalog(DB::Identifier const&, std::shared_ptr) @ 0x0000000035e9a7b9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1530: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d693cc 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4360: DB::QueryAnalyzer::initializeQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dcf18d 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5549: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19ac7 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:204: DB::InterpreterSelectQueryAnalyzer::getSampleBlock(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863ae5f 17. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:351: DB::generateViewChain(std::shared_ptr, unsigned long, DB::StorageID const&, std::shared_ptr, DB::Chain&, std::shared_ptr, std::shared_ptr, bool, DB::Block const&, bool) @ 0x000000004034eb4c 18. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:524: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x000000004035cabb 19. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 20. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:328: DB::InterpreterInsertQuery::buildChain(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::vector> const&, std::shared_ptr, std::atomic*, bool) @ 0x00000000384e0886 21. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:375: DB::generateViewChain(std::shared_ptr, unsigned long, DB::StorageID const&, std::shared_ptr, DB::Chain&, std::shared_ptr, std::shared_ptr, bool, DB::Block const&, bool) @ 0x0000000040352f42 22. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:524: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x000000004035cabb 23. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 24. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:328: DB::InterpreterInsertQuery::buildChain(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::vector> const&, std::shared_ptr, std::atomic*, bool) @ 0x00000000384e0886 25. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:375: DB::generateViewChain(std::shared_ptr, unsigned long, DB::StorageID const&, std::shared_ptr, DB::Chain&, std::shared_ptr, std::shared_ptr, bool, DB::Block const&, bool) @ 0x0000000040352f42 26. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:524: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x000000004035cabb 27. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 28. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:328: DB::InterpreterInsertQuery::buildChain(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::vector> const&, std::shared_ptr, std::atomic*, bool) @ 0x00000000384e0886 29. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:375: DB::generateViewChain(std::shared_ptr, unsigned long, DB::StorageID const&, std::shared_ptr, DB::Chain&, std::shared_ptr, std::shared_ptr, bool, DB::Block const&, bool) @ 0x0000000040352f42 30. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:524: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x000000004035cabb 31. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 2025.03.31 17:54:19.027265 [ 68117 ] {} TCPHandler: Code: 306. DB::Exception: Stack size too large. Stack address: 0x7fc28b175000, frame address: 0x7fc28b573cd0, stack size: 4199216, maximum stack size: 8388608. (TOO_DEEP_RECURSION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, void*&, void const*&, unsigned long&, unsigned long&) @ 0x00000000207fbb5f 4. ./build_docker/./src/Common/checkStackSize.cpp:151: checkStackSize() @ 0x00000000207fb683 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:341: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687d3af 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:978: DB::DatabaseCatalog::tryGetTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036892eb9 7. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:433: DB::IdentifierResolver::tryResolveTableIdentifierFromDatabaseCatalog(DB::Identifier const&, std::shared_ptr) @ 0x0000000035e9a7b9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1530: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d693cc 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4360: DB::QueryAnalyzer::initializeQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dcf18d 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5549: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19ac7 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:204: DB::InterpreterSelectQueryAnalyzer::getSampleBlock(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863ae5f 17. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:351: DB::generateViewChain(std::shared_ptr, unsigned long, DB::StorageID const&, std::shared_ptr, DB::Chain&, std::shared_ptr, std::shared_ptr, bool, DB::Block const&, bool) @ 0x000000004034eb4c 18. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:524: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x000000004035cabb 19. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 20. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:328: DB::InterpreterInsertQuery::buildChain(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::vector> const&, std::shared_ptr, std::atomic*, bool) @ 0x00000000384e0886 21. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:375: DB::generateViewChain(std::shared_ptr, unsigned long, DB::StorageID const&, std::shared_ptr, DB::Chain&, std::shared_ptr, std::shared_ptr, bool, DB::Block const&, bool) @ 0x0000000040352f42 22. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:524: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x000000004035cabb 23. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 24. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:328: DB::InterpreterInsertQuery::buildChain(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::vector> const&, std::shared_ptr, std::atomic*, bool) @ 0x00000000384e0886 25. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:375: DB::generateViewChain(std::shared_ptr, unsigned long, DB::StorageID const&, std::shared_ptr, DB::Chain&, std::shared_ptr, std::shared_ptr, bool, DB::Block const&, bool) @ 0x0000000040352f42 26. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:524: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x000000004035cabb 27. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 28. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:328: DB::InterpreterInsertQuery::buildChain(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::vector> const&, std::shared_ptr, std::atomic*, bool) @ 0x00000000384e0886 29. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:375: DB::generateViewChain(std::shared_ptr, unsigned long, DB::StorageID const&, std::shared_ptr, DB::Chain&, std::shared_ptr, std::shared_ptr, bool, DB::Block const&, bool) @ 0x0000000040352f42 30. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:524: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x000000004035cabb 31. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 2025.03.31 17:54:21.149368 [ 68114 ] {11dbd7e5-2a99-4d77-b1cd-ae261ff9f650} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 2.00 MiB (attempt to allocate chunk of 1048639 bytes), current RSS 1.00 MiB, maximum: 2.00 MiB. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35564) (comment: 01383_log_broken_table.sh) (in query: INSERT INTO log SELECT number, number, number FROM numbers(1000000)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::CompressedWriteBuffer::CompressedWriteBuffer(DB::WriteBuffer&, std::shared_ptr, unsigned long, bool, unsigned long) @ 0x00000000421502a6 10. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::StripeLogSink::StripeLogSink(DB::StorageStripeLog&, std::shared_ptr const&, std::unique_lock&&) @ 0x000000003d455368 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageStripeLog::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003d440fa6 12. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 13. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 14. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 15. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 16. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:54:21.155004 [ 68114 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 2.00 MiB (attempt to allocate chunk of 1048639 bytes), current RSS 1.00 MiB, maximum: 2.00 MiB. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::CompressedWriteBuffer::CompressedWriteBuffer(DB::WriteBuffer&, std::shared_ptr, unsigned long, bool, unsigned long) @ 0x00000000421502a6 10. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::StripeLogSink::StripeLogSink(DB::StorageStripeLog&, std::shared_ptr const&, std::unique_lock&&) @ 0x000000003d455368 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageStripeLog::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003d440fa6 12. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 13. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 14. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 15. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 16. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:54:22.786523 [ 57570 ] {3a59c358-4fe4-4083-b3df-ccb91b9e9c8d} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 4.15 MiB (attempt to allocate chunk of 1126720 bytes), current RSS 4.07 MiB, maximum: 4.00 MiB.: While executing NumbersRange. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35656) (comment: 01383_log_broken_table.sh) (in query: INSERT INTO log SELECT number, number, number FROM numbers(1000000)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/Common/PODArray.h:118: DB::ColumnVector::ColumnVector(unsigned long) @ 0x000000003bfa8eaa 9. ./src/Common/COW.h:293: DB::(anonymous namespace)::NumbersRangedSource::generate() @ 0x0000000040a3e865 10. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 11. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 12. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 13. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 16. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:49: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f7151e5 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 18. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:54:22.800134 [ 57570 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 4.15 MiB (attempt to allocate chunk of 1126720 bytes), current RSS 4.07 MiB, maximum: 4.00 MiB.: While executing NumbersRange. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/Common/PODArray.h:118: DB::ColumnVector::ColumnVector(unsigned long) @ 0x000000003bfa8eaa 9. ./src/Common/COW.h:293: DB::(anonymous namespace)::NumbersRangedSource::generate() @ 0x0000000040a3e865 10. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 11. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 12. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 13. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 16. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:49: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f7151e5 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 18. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:54:23.852146 [ 3914 ] {acebf268-3461-48b6-ae84-4b5213a40625} executeQuery: Code: 44. DB::Exception: Sorting key cannot contain constants. (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35662) (comment: 02679_query_parameters_dangling_pointer.sql) (in query: CREATE TABLE test.xxx (`a` Int64) ENGINE = MergeTree ORDER BY 'a' SETTINGS index_granularity = 7690, min_bytes_for_wide_part = 0, ratio_of_defaults_for_sparse_serialization = 1., replace_long_file_name_to_hash = false, max_file_name_length = 63, min_bytes_for_full_part_storage = 536870912, compact_parts_max_bytes_to_buffer = 251961142, compact_parts_max_granules_to_buffer = 256, compact_parts_merge_max_bytes_to_prefetch_part = 18339578, merge_max_block_size = 1006, old_parts_lifetime = 386., prefer_fetch_merged_part_size_threshold = 3811963603, vertical_merge_algorithm_min_rows_to_activate = 1000000, vertical_merge_algorithm_min_columns_to_activate = 5, min_merge_bytes_to_use_direct_io = 10737418240, index_granularity_bytes = 31011369, use_const_adaptive_granularity = true, enable_index_granularity_compression = false, concurrent_part_removal_threshold = 76, allow_vertical_merges_from_compact_to_wide_parts = true, cache_populated_by_fetch = true, marks_compress_block_size = 23383, primary_key_compress_block_size = 29041, use_primary_key_cache = true, prewarm_primary_key_cache = true, prewarm_mark_cache = false), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:662: DB::checkKeyExpression(DB::ExpressionActions const&, DB::Block const&, String const&, bool) @ 0x000000003de0ad24 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:845: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de0762e 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 8. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 9. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 10. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 14. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:54:23.857672 [ 3914 ] {} TCPHandler: Code: 44. DB::Exception: Sorting key cannot contain constants. (ILLEGAL_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:662: DB::checkKeyExpression(DB::ExpressionActions const&, DB::Block const&, String const&, bool) @ 0x000000003de0ad24 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:845: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de0762e 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 8. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 9. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 10. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 14. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:54:24.435968 [ 67575 ] {7a669b6e-58c4-4c03-8e43-6f7f447604c9} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 8.45 MiB (attempt to allocate chunk of 1126720 bytes), current RSS 8.37 MiB, maximum: 8.00 MiB.: While executing NumbersRange. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35708) (comment: 01383_log_broken_table.sh) (in query: INSERT INTO log SELECT number, number, number FROM numbers(1000000)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/Common/PODArray.h:118: DB::ColumnVector::ColumnVector(unsigned long) @ 0x000000003bfa8eaa 9. ./src/Common/COW.h:293: DB::(anonymous namespace)::NumbersRangedSource::generate() @ 0x0000000040a3e865 10. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 11. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 12. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 13. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 16. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:49: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f7151e5 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 18. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:54:24.452006 [ 67575 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 8.45 MiB (attempt to allocate chunk of 1126720 bytes), current RSS 8.37 MiB, maximum: 8.00 MiB.: While executing NumbersRange. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/Common/PODArray.h:118: DB::ColumnVector::ColumnVector(unsigned long) @ 0x000000003bfa8eaa 9. ./src/Common/COW.h:293: DB::(anonymous namespace)::NumbersRangedSource::generate() @ 0x0000000040a3e865 10. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 11. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 12. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 13. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 16. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:49: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f7151e5 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 18. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:54:24.904236 [ 4128 ] {24d28df9-1afb-4cd5-9856-f0bd54f29b14} executeQuery: Code: 691. DB::Exception: Unknown element '' for enum: In scope SELECT CAST(CAST('', 'Nullable(String)'), 'Nullable(Enum8(\'Hello\' = 1))'). (UNKNOWN_ELEMENT_OF_ENUM) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35696) (comment: 01402_cast_nullable_string_to_enum.sql) (in query: -- empty string still not acceptable SELECT CAST(CAST('' AS Nullable(String)) AS Nullable(Enum8('Hello' = 1)));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&) @ 0x000000000d6e7ccd 4. ./build_docker/./src/DataTypes/EnumValues.cpp:72: DB::EnumValues<_BitInt(8)>::getValue(StringRef) const @ 0x0000000034d111ec 5. std::function::immutable_ptr> (std::function::vector>&, std::function::shared_ptr const&, DB::ColumnNullable const*, unsigned long)> DB::detail::FunctionCast::createStringToEnumWrapper>() const::'lambda'(std::function::shared_ptr, DB::ColumnNullable, COW::immutable_ptr> (std::function::vector>&, std::function::shared_ptr const&, DB::ColumnNullable const*, unsigned long), unsigned long)::operator()(std::function::shared_ptr, DB::ColumnNullable, COW::immutable_ptr> (std::function::vector>&, std::function::shared_ptr const&, DB::ColumnNullable const*, unsigned long), unsigned long) const @ 0x0000000032445672 6. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)> DB::detail::FunctionCast::createStringToEnumWrapper>() const::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000032444f84 7. DB::detail::FunctionCast::prepareRemoveNullable(std::shared_ptr const&, std::shared_ptr const&, bool) const::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)::operator()(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) const @ 0x000000003248fb40 8. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl const&, std::shared_ptr const&, bool) const::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x000000003248f544 9. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 10. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 12. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 14. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 15. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 17:54:24.910527 [ 4128 ] {} TCPHandler: Code: 691. DB::Exception: Unknown element '' for enum: In scope SELECT CAST(CAST('', 'Nullable(String)'), 'Nullable(Enum8(\'Hello\' = 1))'). (UNKNOWN_ELEMENT_OF_ENUM), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&) @ 0x000000000d6e7ccd 4. ./build_docker/./src/DataTypes/EnumValues.cpp:72: DB::EnumValues<_BitInt(8)>::getValue(StringRef) const @ 0x0000000034d111ec 5. std::function::immutable_ptr> (std::function::vector>&, std::function::shared_ptr const&, DB::ColumnNullable const*, unsigned long)> DB::detail::FunctionCast::createStringToEnumWrapper>() const::'lambda'(std::function::shared_ptr, DB::ColumnNullable, COW::immutable_ptr> (std::function::vector>&, std::function::shared_ptr const&, DB::ColumnNullable const*, unsigned long), unsigned long)::operator()(std::function::shared_ptr, DB::ColumnNullable, COW::immutable_ptr> (std::function::vector>&, std::function::shared_ptr const&, DB::ColumnNullable const*, unsigned long), unsigned long) const @ 0x0000000032445672 6. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)> DB::detail::FunctionCast::createStringToEnumWrapper>() const::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000032444f84 7. DB::detail::FunctionCast::prepareRemoveNullable(std::shared_ptr const&, std::shared_ptr const&, bool) const::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)::operator()(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) const @ 0x000000003248fb40 8. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl const&, std::shared_ptr const&, bool) const::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x000000003248f544 9. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 10. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 12. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 14. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 15. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 17:54:25.727456 [ 4128 ] {6a99177b-376c-431f-b873-0926c1597512} executeQuery: Code: 691. DB::Exception: Unknown element '' for enum: In scope SELECT CAST(CAST('', 'Nullable(FixedString(1))'), 'Nullable(Enum8(\'Hello\' = 1))'). (UNKNOWN_ELEMENT_OF_ENUM) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35696) (comment: 01402_cast_nullable_string_to_enum.sql) (in query: SELECT CAST(CAST('' AS Nullable(FixedString(1))) AS Nullable(Enum8('Hello' = 1)));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&) @ 0x000000000d6e7ccd 4. ./build_docker/./src/DataTypes/EnumValues.cpp:72: DB::EnumValues<_BitInt(8)>::getValue(StringRef) const @ 0x0000000034d111ec 5. std::function::immutable_ptr> (std::function::vector>&, std::function::shared_ptr const&, DB::ColumnNullable const*, unsigned long)> DB::detail::FunctionCast::createStringToEnumWrapper>() const::'lambda'(std::function::shared_ptr, DB::ColumnNullable, COW::immutable_ptr> (std::function::vector>&, std::function::shared_ptr const&, DB::ColumnNullable const*, unsigned long), unsigned long)::operator()(std::function::shared_ptr, DB::ColumnNullable, COW::immutable_ptr> (std::function::vector>&, std::function::shared_ptr const&, DB::ColumnNullable const*, unsigned long), unsigned long) const @ 0x0000000032446acc 6. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)> DB::detail::FunctionCast::createStringToEnumWrapper>() const::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000032446384 7. DB::detail::FunctionCast::prepareRemoveNullable(std::shared_ptr const&, std::shared_ptr const&, bool) const::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)::operator()(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) const @ 0x000000003248fb40 8. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl const&, std::shared_ptr const&, bool) const::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x000000003248f544 9. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 10. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 12. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 14. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 15. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 17:54:25.732829 [ 4128 ] {} TCPHandler: Code: 691. DB::Exception: Unknown element '' for enum: In scope SELECT CAST(CAST('', 'Nullable(FixedString(1))'), 'Nullable(Enum8(\'Hello\' = 1))'). (UNKNOWN_ELEMENT_OF_ENUM), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&) @ 0x000000000d6e7ccd 4. ./build_docker/./src/DataTypes/EnumValues.cpp:72: DB::EnumValues<_BitInt(8)>::getValue(StringRef) const @ 0x0000000034d111ec 5. std::function::immutable_ptr> (std::function::vector>&, std::function::shared_ptr const&, DB::ColumnNullable const*, unsigned long)> DB::detail::FunctionCast::createStringToEnumWrapper>() const::'lambda'(std::function::shared_ptr, DB::ColumnNullable, COW::immutable_ptr> (std::function::vector>&, std::function::shared_ptr const&, DB::ColumnNullable const*, unsigned long), unsigned long)::operator()(std::function::shared_ptr, DB::ColumnNullable, COW::immutable_ptr> (std::function::vector>&, std::function::shared_ptr const&, DB::ColumnNullable const*, unsigned long), unsigned long) const @ 0x0000000032446acc 6. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)> DB::detail::FunctionCast::createStringToEnumWrapper>() const::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000032446384 7. DB::detail::FunctionCast::prepareRemoveNullable(std::shared_ptr const&, std::shared_ptr const&, bool) const::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)::operator()(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) const @ 0x000000003248fb40 8. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl const&, std::shared_ptr const&, bool) const::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x000000003248f544 9. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 10. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 12. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 14. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 15. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 17:54:26.153753 [ 68118 ] {b8d4b892-c406-4df1-bcfd-4a667fa6446f} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 17.69 MiB (attempt to allocate chunk of 8568384 bytes), current RSS 10.52 MiB, maximum: 16.00 MiB. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35774) (comment: 01383_log_broken_table.sh) (in query: INSERT INTO log SELECT number, number, number FROM numbers(1000000)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x0000000020615543 8. ./src/Common/PODArray.h:152: DB::ColumnVector::reserve(unsigned long) @ 0x000000003bfba58e 9. DB::IColumn::prepareForSquashing(std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&) @ 0x0000000031c0433f 10. ./build_docker/./src/Interpreters/Squashing.cpp:175: DB::Squashing::squash(std::vector>&&, DB::CollectionOfDerivedItems&&) @ 0x0000000038af8087 11. ./build_docker/./src/Interpreters/Squashing.cpp:45: DB::Squashing::squash(DB::Chunk&&) @ 0x0000000038af5750 12. ./src/Processors/Transforms/ApplySquashingTransform.h:35: DB::ApplySquashingTransform::onConsume(DB::Chunk) @ 0x0000000038501a8e 13. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 15. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 16. ./src/Processors/Transforms/ApplySquashingTransform.h:29: DB::ApplySquashingTransform::work() @ 0x000000003850162e 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 21. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:49: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f7151e5 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:54:26.162940 [ 68118 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 17.69 MiB (attempt to allocate chunk of 8568384 bytes), current RSS 10.52 MiB, maximum: 16.00 MiB. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x0000000020615543 8. ./src/Common/PODArray.h:152: DB::ColumnVector::reserve(unsigned long) @ 0x000000003bfba58e 9. DB::IColumn::prepareForSquashing(std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&) @ 0x0000000031c0433f 10. ./build_docker/./src/Interpreters/Squashing.cpp:175: DB::Squashing::squash(std::vector>&&, DB::CollectionOfDerivedItems&&) @ 0x0000000038af8087 11. ./build_docker/./src/Interpreters/Squashing.cpp:45: DB::Squashing::squash(DB::Chunk&&) @ 0x0000000038af5750 12. ./src/Processors/Transforms/ApplySquashingTransform.h:35: DB::ApplySquashingTransform::onConsume(DB::Chunk) @ 0x0000000038501a8e 13. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 15. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 16. ./src/Processors/Transforms/ApplySquashingTransform.h:29: DB::ApplySquashingTransform::work() @ 0x000000003850162e 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 21. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:49: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f7151e5 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:54:26.327369 [ 4129 ] {83a81bdd-cac3-44a7-8fbf-0836ea41ebd4} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `value_element` in scope SELECT id, value_element, value FROM test_table ARRAY JOIN [[1, 2, 3]] AS value_element, value_element AS value. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35768) (comment: 02521_analyzer_array_join_crash.sql) (in query: -- { echoOn } SELECT id, value_element, value FROM test_table ARRAY JOIN [[1,2,3]] AS value_element, value_element AS value;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4999: DB::QueryAnalyzer::resolveArrayJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd359c 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5304: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd475a 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:54:26.332591 [ 4129 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `value_element` in scope SELECT id, value_element, value FROM test_table ARRAY JOIN [[1, 2, 3]] AS value_element, value_element AS value. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4999: DB::QueryAnalyzer::resolveArrayJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd359c 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5304: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd475a 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:54:26.566224 [ 4128 ] {72fc8c0f-7ae0-4430-8b5b-722aafdf8842} executeQuery: Code: 349. DB::Exception: Cannot convert NULL value to non-Nullable type: In scope SELECT CAST(CAST(NULL, 'Nullable(String)'), 'Enum8(\'Hello\' = 1)'). (CANNOT_INSERT_NULL_IN_ORDINARY_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35696) (comment: 01402_cast_nullable_string_to_enum.sql) (in query: -- non-Nullable Enum() still not acceptable SELECT CAST(CAST(NULL AS Nullable(String)) AS Enum8('Hello' = 1));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::detail::FunctionCast::prepareRemoveNullable(std::shared_ptr const&, std::shared_ptr const&, bool) const::'lambda0'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)::operator()(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) const @ 0x0000000032491bf4 5. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl const&, std::shared_ptr const&, bool) const::'lambda0'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000032491484 6. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 7. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:54:26.571653 [ 4128 ] {} TCPHandler: Code: 349. DB::Exception: Cannot convert NULL value to non-Nullable type: In scope SELECT CAST(CAST(NULL, 'Nullable(String)'), 'Enum8(\'Hello\' = 1)'). (CANNOT_INSERT_NULL_IN_ORDINARY_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::detail::FunctionCast::prepareRemoveNullable(std::shared_ptr const&, std::shared_ptr const&, bool) const::'lambda0'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)::operator()(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) const @ 0x0000000032491bf4 5. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl const&, std::shared_ptr const&, bool) const::'lambda0'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000032491484 6. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 7. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:54:26.602697 [ 4128 ] {068f54e2-b790-4a9b-859c-21a06390f20b} executeQuery: Code: 349. DB::Exception: Cannot convert NULL value to non-Nullable type: In scope SELECT CAST(CAST(NULL, 'Nullable(FixedString(1))'), 'Enum8(\'Hello\' = 1)'). (CANNOT_INSERT_NULL_IN_ORDINARY_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35696) (comment: 01402_cast_nullable_string_to_enum.sql) (in query: SELECT CAST(CAST(NULL AS Nullable(FixedString(1))) AS Enum8('Hello' = 1));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::detail::FunctionCast::prepareRemoveNullable(std::shared_ptr const&, std::shared_ptr const&, bool) const::'lambda0'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)::operator()(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) const @ 0x0000000032491bf4 5. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl const&, std::shared_ptr const&, bool) const::'lambda0'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000032491484 6. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 7. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:54:26.608383 [ 4128 ] {} TCPHandler: Code: 349. DB::Exception: Cannot convert NULL value to non-Nullable type: In scope SELECT CAST(CAST(NULL, 'Nullable(FixedString(1))'), 'Enum8(\'Hello\' = 1)'). (CANNOT_INSERT_NULL_IN_ORDINARY_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::detail::FunctionCast::prepareRemoveNullable(std::shared_ptr const&, std::shared_ptr const&, bool) const::'lambda0'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)::operator()(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) const @ 0x0000000032491bf4 5. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl const&, std::shared_ptr const&, bool) const::'lambda0'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000032491484 6. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 7. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:54:27.412499 [ 4129 ] {5aabb9cb-a0da-4903-a2bf-e60dd81bdb09} executeQuery: Code: 44. DB::Exception: A value of illegal type was provided as 1st argument 'separator' to function 'splitByChar'. Expected: const String, got: String: In scope x -> splitByChar(x, elem). (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35768) (comment: 02521_analyzer_array_join_crash.sql) (in query: SELECT arrayFilter(x -> notEmpty(concat(x)), [NULL, NULL]) FROM system.one ARRAY JOIN [1048577] AS elem ARRAY JOIN arrayMap(x -> splitByChar(x, elem), ['']) AS unused;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::FunctionTokens::getReturnTypeImpl(std::vector> const&) const @ 0x000000001b83bbc6 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2625: DB::QueryAnalyzer::resolveLambda(std::shared_ptr const&, std::shared_ptr const&, std::vector, std::allocator>> const&, DB::IdentifierResolveScope&) @ 0x0000000035db9097 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3389: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d8dbd8 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4999: DB::QueryAnalyzer::resolveArrayJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd359c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5304: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd475a 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 17:54:27.417837 [ 4129 ] {} TCPHandler: Code: 44. DB::Exception: A value of illegal type was provided as 1st argument 'separator' to function 'splitByChar'. Expected: const String, got: String: In scope x -> splitByChar(x, elem). (ILLEGAL_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::FunctionTokens::getReturnTypeImpl(std::vector> const&) const @ 0x000000001b83bbc6 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2625: DB::QueryAnalyzer::resolveLambda(std::shared_ptr const&, std::shared_ptr const&, std::vector, std::allocator>> const&, DB::IdentifierResolveScope&) @ 0x0000000035db9097 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3389: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d8dbd8 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4999: DB::QueryAnalyzer::resolveArrayJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd359c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5304: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd475a 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 17:54:27.901492 [ 425 ] {f7c64999-3896-4f9c-8c86-2cf2094e0b27} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 32.52 MiB (attempt to allocate chunk of 7774784 bytes), current RSS 26.11 MiB, maximum: 32.00 MiB. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:49456) (comment: 01383_log_broken_table.sh) (in query: INSERT INTO log SELECT number, number, number FROM numbers(1000000)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x0000000020615543 8. ./src/Common/PODArray.h:152: DB::ColumnVector::reserve(unsigned long) @ 0x000000003bfba58e 9. DB::IColumn::prepareForSquashing(std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&) @ 0x0000000031c0433f 10. ./build_docker/./src/Interpreters/Squashing.cpp:175: DB::Squashing::squash(std::vector>&&, DB::CollectionOfDerivedItems&&) @ 0x0000000038af8087 11. ./build_docker/./src/Interpreters/Squashing.cpp:45: DB::Squashing::squash(DB::Chunk&&) @ 0x0000000038af5750 12. ./src/Processors/Transforms/ApplySquashingTransform.h:35: DB::ApplySquashingTransform::onConsume(DB::Chunk) @ 0x0000000038501a8e 13. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 15. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 16. ./src/Processors/Transforms/ApplySquashingTransform.h:29: DB::ApplySquashingTransform::work() @ 0x000000003850162e 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 21. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:49: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f7151e5 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:54:27.912622 [ 425 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 32.52 MiB (attempt to allocate chunk of 7774784 bytes), current RSS 26.11 MiB, maximum: 32.00 MiB. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x0000000020615543 8. ./src/Common/PODArray.h:152: DB::ColumnVector::reserve(unsigned long) @ 0x000000003bfba58e 9. DB::IColumn::prepareForSquashing(std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&) @ 0x0000000031c0433f 10. ./build_docker/./src/Interpreters/Squashing.cpp:175: DB::Squashing::squash(std::vector>&&, DB::CollectionOfDerivedItems&&) @ 0x0000000038af8087 11. ./build_docker/./src/Interpreters/Squashing.cpp:45: DB::Squashing::squash(DB::Chunk&&) @ 0x0000000038af5750 12. ./src/Processors/Transforms/ApplySquashingTransform.h:35: DB::ApplySquashingTransform::onConsume(DB::Chunk) @ 0x0000000038501a8e 13. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 15. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 16. ./src/Processors/Transforms/ApplySquashingTransform.h:29: DB::ApplySquashingTransform::work() @ 0x000000003850162e 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 21. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:49: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f7151e5 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:54:28.255551 [ 68112 ] {7cef4445-166b-4c23-81cb-fd8619871246} test_0wcjykt5.mt_compact (a1f84539-841b-4eb0-822d-fbca7792093a): Table can't create parts with adaptive granularity, but settings min_rows_for_wide_part = 0, min_bytes_for_wide_part = 10485760. Parts with non-adaptive granularity can be stored only in Wide (default) format. Settings 'min_rows_for_wide_part'and 'min_bytes_for_wide_part' will be ignored. 2025.03.31 17:54:28.732655 [ 68112 ] {f61e9439-d8c4-4060-a61e-15d33437d98c} executeQuery: Code: 48. DB::Exception: Can't change settings. Reason: Table can't create parts with adaptive granularity, but settings min_rows_for_wide_part = 1000, min_bytes_for_wide_part = 10485760. Parts with non-adaptive granularity can be stored only in Wide (default) format. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:49462) (comment: 01055_compact_parts_1.sql) (in query: alter table mt_compact modify setting min_rows_for_wide_part = 1000;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3827: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003deafa86 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:54:28.737253 [ 68112 ] {} TCPHandler: Code: 48. DB::Exception: Can't change settings. Reason: Table can't create parts with adaptive granularity, but settings min_rows_for_wide_part = 1000, min_bytes_for_wide_part = 10485760. Parts with non-adaptive granularity can be stored only in Wide (default) format. (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3827: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003deafa86 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:54:29.503974 [ 68112 ] {2c7bc3cd-b668-4796-9099-386575eaaf3a} executeQuery: Code: 36. DB::Exception: Cannot replace partition '1' because part '1_1_1_0' has inconsistent granularity with table. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:49462) (comment: 01055_compact_parts_1.sql) (in query: alter table mt_compact attach partition 1 from mt_compact_2;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&, String const&) @ 0x0000000020dd518d 4. ./build_docker/./src/Storages/StorageMergeTree.cpp:2245: DB::StorageMergeTree::replacePartitionFrom(std::shared_ptr const&, std::shared_ptr const&, bool, std::shared_ptr) @ 0x000000003eb2f404 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5652: DB::MergeTreeData::alterPartition(std::shared_ptr const&, std::vector> const&, std::shared_ptr) @ 0x000000003df2d78f 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:245: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751f81 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 17:54:29.508689 [ 68112 ] {} TCPHandler: Code: 36. DB::Exception: Cannot replace partition '1' because part '1_1_1_0' has inconsistent granularity with table. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&, String const&) @ 0x0000000020dd518d 4. ./build_docker/./src/Storages/StorageMergeTree.cpp:2245: DB::StorageMergeTree::replacePartitionFrom(std::shared_ptr const&, std::shared_ptr const&, bool, std::shared_ptr) @ 0x000000003eb2f404 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5652: DB::MergeTreeData::alterPartition(std::shared_ptr const&, std::vector> const&, std::shared_ptr) @ 0x000000003df2d78f 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:245: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751f81 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 17:54:29.677811 [ 68112 ] {c927739d-72f7-4bba-8b6f-3a4693b15d2f} test_0wcjykt5.mt_compact (ecbd2a9f-55e6-4c96-bd02-ef1655b2f749): Table can't create parts with adaptive granularity, but settings min_rows_for_wide_part = 1000, min_bytes_for_wide_part = 10485760. Parts with non-adaptive granularity can be stored only in Wide (default) format. Settings 'min_rows_for_wide_part'and 'min_bytes_for_wide_part' will be ignored. 2025.03.31 17:54:32.491864 [ 1417 ] {08c32df8-b03b-4e4f-9afc-ca37dd667235} executeQuery: Code: 117. DB::Exception: Index 2 in Dictionary column is out of bounds, dictionary size is 2: (in file/uri /var/lib/clickhouse/user_files/test-02383-18955-18468/corrupted.arrow): While executing ArrowBlockInputFormat: While executing File. (INCORRECT_DATA) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:49560) (comment: 02383_arrow_dict_special_cases.sh) (in query: select * from file('/var/lib/clickhouse/user_files/test-02383-18955-18468/corrupted.arrow')), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, long&&, unsigned long&&) @ 0x000000003f83fecd 4. ./build_docker/./src/Processors/Formats/Impl/ArrowColumnToCHColumn.cpp:546: DB::ColumnWithTypeAndName DB::readColumnWithIndexesDataImpl>(std::shared_ptr&, String const&, long, char8_t, bool) @ 0x000000003f829fb7 5. ./build_docker/./src/Processors/Formats/Impl/ArrowColumnToCHColumn.cpp:631: DB::readNonNullableColumnFromArrowColumn(std::shared_ptr const&, String, std::unordered_map, std::equal_to, std::allocator>>, std::shared_ptr, bool, DB::ReadColumnFromArrowColumnSettings const&) @ 0x000000003f7fe247 6. ./build_docker/./src/Processors/Formats/Impl/ArrowColumnToCHColumn.cpp:1142: DB::readColumnFromArrowColumn(std::shared_ptr const&, String, std::unordered_map, std::equal_to, std::allocator>>, std::shared_ptr, bool, bool, DB::ReadColumnFromArrowColumnSettings const&) @ 0x000000003f7d3c54 7. ./build_docker/./src/Processors/Formats/Impl/ArrowColumnToCHColumn.cpp:1344: DB::ArrowColumnToCHColumn::arrowColumnsToCHChunk(std::unordered_map, std::equal_to, std::allocator>> const&, unsigned long, DB::BlockMissingValues*) @ 0x000000003f7d7aec 8. ./build_docker/./src/Processors/Formats/Impl/ArrowColumnToCHColumn.cpp:1250: DB::ArrowColumnToCHColumn::arrowTableToCHChunk(std::shared_ptr const&, unsigned long, DB::BlockMissingValues*) @ 0x000000003f7d610e 9. ./build_docker/./src/Processors/Formats/Impl/ArrowBlockInputFormat.cpp:92: DB::ArrowBlockInputFormat::read() @ 0x000000003f793fdf 10. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 11. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 12. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 13. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 16. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 17. ./build_docker/./src/Storages/StorageFile.cpp:1474: DB::StorageFileSource::generate() @ 0x000000003c96c16e 18. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 19. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 20. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 21. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 22. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 23. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 24. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:54:32.504404 [ 1417 ] {} TCPHandler: Code: 117. DB::Exception: Index 2 in Dictionary column is out of bounds, dictionary size is 2: (in file/uri /var/lib/clickhouse/user_files/test-02383-18955-18468/corrupted.arrow): While executing ArrowBlockInputFormat: While executing File. (INCORRECT_DATA), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, long&&, unsigned long&&) @ 0x000000003f83fecd 4. ./build_docker/./src/Processors/Formats/Impl/ArrowColumnToCHColumn.cpp:546: DB::ColumnWithTypeAndName DB::readColumnWithIndexesDataImpl>(std::shared_ptr&, String const&, long, char8_t, bool) @ 0x000000003f829fb7 5. ./build_docker/./src/Processors/Formats/Impl/ArrowColumnToCHColumn.cpp:631: DB::readNonNullableColumnFromArrowColumn(std::shared_ptr const&, String, std::unordered_map, std::equal_to, std::allocator>>, std::shared_ptr, bool, DB::ReadColumnFromArrowColumnSettings const&) @ 0x000000003f7fe247 6. ./build_docker/./src/Processors/Formats/Impl/ArrowColumnToCHColumn.cpp:1142: DB::readColumnFromArrowColumn(std::shared_ptr const&, String, std::unordered_map, std::equal_to, std::allocator>>, std::shared_ptr, bool, bool, DB::ReadColumnFromArrowColumnSettings const&) @ 0x000000003f7d3c54 7. ./build_docker/./src/Processors/Formats/Impl/ArrowColumnToCHColumn.cpp:1344: DB::ArrowColumnToCHColumn::arrowColumnsToCHChunk(std::unordered_map, std::equal_to, std::allocator>> const&, unsigned long, DB::BlockMissingValues*) @ 0x000000003f7d7aec 8. ./build_docker/./src/Processors/Formats/Impl/ArrowColumnToCHColumn.cpp:1250: DB::ArrowColumnToCHColumn::arrowTableToCHChunk(std::shared_ptr const&, unsigned long, DB::BlockMissingValues*) @ 0x000000003f7d610e 9. ./build_docker/./src/Processors/Formats/Impl/ArrowBlockInputFormat.cpp:92: DB::ArrowBlockInputFormat::read() @ 0x000000003f793fdf 10. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 11. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 12. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 13. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 16. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 17. ./build_docker/./src/Storages/StorageFile.cpp:1474: DB::StorageFileSource::generate() @ 0x000000003c96c16e 18. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 19. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 20. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 21. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 22. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 23. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 24. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:54:34.278980 [ 1375 ] {8768c669-8370-47de-8405-1f81d6a8f639} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 1.00 MiB (attempt to allocate chunk of 1048639 bytes), current RSS 0.00 B, maximum: 8.00 KiB. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:49638) (comment: 01383_log_broken_table.sh) (in query: INSERT INTO log SELECT number, number, number FROM numbers(1000000)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x00000000208a3125 10. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:107: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String, bool, unsigned long) @ 0x00000000208a19aa 11. ./build_docker/./src/IO/WriteBufferFromFile.cpp:38: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long, bool, unsigned long) @ 0x0000000020c4b509 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007] const&, int, std::nullptr_t, int, bool const&, unsigned long const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&, int&&, std::nullptr_t&&, int&&, bool const&, unsigned long const&) @ 0x0000000035765758 13. ./build_docker/./src/Disks/DiskLocal.cpp:338: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003574cdef 14. ./build_docker/./src/Common/FileChecker.cpp:142: DB::FileChecker::save() const @ 0x000000003cc112df 15. ./build_docker/./src/Storages/StorageLog.cpp:771: DB::LogSink::LogSink(DB::StorageLog&, std::shared_ptr const&, std::unique_lock&&) @ 0x000000003d43578d 16. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageLog::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003d40fbe6 17. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 18. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 19. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 20. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 21. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:54:34.284418 [ 1375 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 1.00 MiB (attempt to allocate chunk of 1048639 bytes), current RSS 0.00 B, maximum: 8.00 KiB. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x00000000208a3125 10. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:107: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String, bool, unsigned long) @ 0x00000000208a19aa 11. ./build_docker/./src/IO/WriteBufferFromFile.cpp:38: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long, bool, unsigned long) @ 0x0000000020c4b509 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007] const&, int, std::nullptr_t, int, bool const&, unsigned long const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&, int&&, std::nullptr_t&&, int&&, bool const&, unsigned long const&) @ 0x0000000035765758 13. ./build_docker/./src/Disks/DiskLocal.cpp:338: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003574cdef 14. ./build_docker/./src/Common/FileChecker.cpp:142: DB::FileChecker::save() const @ 0x000000003cc112df 15. ./build_docker/./src/Storages/StorageLog.cpp:771: DB::LogSink::LogSink(DB::StorageLog&, std::shared_ptr const&, std::unique_lock&&) @ 0x000000003d43578d 16. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageLog::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003d40fbe6 17. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 18. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 19. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 20. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 21. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:54:35.865848 [ 4128 ] {f0731eae-b532-4ded-bb6c-ea3a4f3f1540} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 1.00 MiB (attempt to allocate chunk of 1048639 bytes), current RSS 0.00 B, maximum: 16.00 KiB. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:49686) (comment: 01383_log_broken_table.sh) (in query: INSERT INTO log SELECT number, number, number FROM numbers(1000000)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x00000000208a3125 10. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:107: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String, bool, unsigned long) @ 0x00000000208a19aa 11. ./build_docker/./src/IO/WriteBufferFromFile.cpp:38: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long, bool, unsigned long) @ 0x0000000020c4b509 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007] const&, int, std::nullptr_t, int, bool const&, unsigned long const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&, int&&, std::nullptr_t&&, int&&, bool const&, unsigned long const&) @ 0x0000000035765758 13. ./build_docker/./src/Disks/DiskLocal.cpp:338: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003574cdef 14. ./build_docker/./src/Common/FileChecker.cpp:142: DB::FileChecker::save() const @ 0x000000003cc112df 15. ./build_docker/./src/Storages/StorageLog.cpp:771: DB::LogSink::LogSink(DB::StorageLog&, std::shared_ptr const&, std::unique_lock&&) @ 0x000000003d43578d 16. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageLog::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003d40fbe6 17. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 18. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 19. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 20. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 21. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:54:35.873656 [ 4128 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 1.00 MiB (attempt to allocate chunk of 1048639 bytes), current RSS 0.00 B, maximum: 16.00 KiB. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x00000000208a3125 10. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:107: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String, bool, unsigned long) @ 0x00000000208a19aa 11. ./build_docker/./src/IO/WriteBufferFromFile.cpp:38: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long, bool, unsigned long) @ 0x0000000020c4b509 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007] const&, int, std::nullptr_t, int, bool const&, unsigned long const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&, int&&, std::nullptr_t&&, int&&, bool const&, unsigned long const&) @ 0x0000000035765758 13. ./build_docker/./src/Disks/DiskLocal.cpp:338: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003574cdef 14. ./build_docker/./src/Common/FileChecker.cpp:142: DB::FileChecker::save() const @ 0x000000003cc112df 15. ./build_docker/./src/Storages/StorageLog.cpp:771: DB::LogSink::LogSink(DB::StorageLog&, std::shared_ptr const&, std::unique_lock&&) @ 0x000000003d43578d 16. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageLog::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003d40fbe6 17. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 18. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 19. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 20. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 21. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:54:36.766805 [ 68111 ] {04274ca2-4ada-4946-849f-d2b4cef095ac} executeQuery: Code: 36. DB::Exception: Wrong JSON string to merge. Expected JSON object: In scope SELECT jsonMergePatch('[1]'). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:49658) (comment: 02874_json_merge_patch_function_test.sql) (in query: select jsonMergePatch('[1]');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::(anonymous namespace)::FunctionJSONMergePatch::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(DB::ColumnString const&, rapidjson::GenericDocument, rapidjson::MemoryPoolAllocator, rapidjson::CrtAllocator>&, unsigned long)::operator()(DB::ColumnString const&, rapidjson::GenericDocument, rapidjson::MemoryPoolAllocator, rapidjson::CrtAllocator>&, unsigned long) const @ 0x0000000013244c0f 5. DB::(anonymous namespace)::FunctionJSONMergePatch::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000013240cd5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:54:36.771408 [ 68111 ] {} TCPHandler: Code: 36. DB::Exception: Wrong JSON string to merge. Expected JSON object: In scope SELECT jsonMergePatch('[1]'). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::(anonymous namespace)::FunctionJSONMergePatch::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(DB::ColumnString const&, rapidjson::GenericDocument, rapidjson::MemoryPoolAllocator, rapidjson::CrtAllocator>&, unsigned long)::operator()(DB::ColumnString const&, rapidjson::GenericDocument, rapidjson::MemoryPoolAllocator, rapidjson::CrtAllocator>&, unsigned long) const @ 0x0000000013244c0f 5. DB::(anonymous namespace)::FunctionJSONMergePatch::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000013240cd5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:54:36.813032 [ 68116 ] {dc8457c4-ec18-4608-9032-6a6fae092b50} executeQuery: Code: 86. DB::HTTPException: Received error from remote server http://127.0.0.1:9018/columns_info?use_connection_pooling=1&version=1&connection_string=%00&table=%5B%5D&external_table_functions_use_nulls=1. HTTP status code: 500 'Internal Server Error', body length: 231 bytes, body: 'Error getting columns from ODBC 'Code: 404. DB::Exception: ODBC connection string parameter name doesn't begin with valid identifier character. (BAD_ODBC_CONNECTION_STRING) (version 24.12.2.20214.altinityantalya (altinity build))' '. (RECEIVED_ERROR_FROM_REMOTE_IO_SERVER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46266) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM odbc('\0', (CAST(([]) AS String)));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::HTTPException::HTTPException(int, String const&, Poco::Net::HTTPResponse::HTTPStatus, String const&, String const&) @ 0x00000000210688f9 4. ./build_docker/./src/IO/HTTPCommon.cpp:92: DB::assertResponseIsOk(String const&, Poco::Net::HTTPResponse&, std::basic_istream>&, bool) @ 0x0000000021068277 5. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:277: DB::ReadWriteBufferFromHTTP::callImpl(Poco::Net::HTTPResponse&, String const&, std::optional const&, bool) const @ 0x000000002747f763 6. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:285: DB::ReadWriteBufferFromHTTP::callWithRedirects(Poco::Net::HTTPResponse&, String const&, std::optional const&) @ 0x000000002747fc35 7. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:408: DB::ReadWriteBufferFromHTTP::initialize() @ 0x0000000027481929 8. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:472: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000274891c7 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002747a305 10. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:465: DB::ReadWriteBufferFromHTTP::nextImpl() @ 0x0000000027485212 11. DB::ReadBuffer::next() @ 0x0000000008c432cf 12. ./src/IO/ReadBuffer.h:103: void DB::varint_impl::readVarUInt(unsigned long&, DB::ReadBuffer&) @ 0x0000000020828848 13. ./src/IO/VarInt.h:96: DB::readStringBinary(String&, DB::ReadBuffer&, unsigned long) @ 0x0000000020894272 14. ./build_docker/./src/TableFunctions/ITableFunctionXDBC.cpp:178: DB::(anonymous namespace)::ITableFunctionXDBC::getActualTableStructure(std::shared_ptr, bool) const @ 0x000000002745e305 15. ./build_docker/./src/TableFunctions/ITableFunctionXDBC.cpp:187: DB::(anonymous namespace)::ITableFunctionXDBC::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x000000002745f292 16. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 17. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 17:54:36.817971 [ 68116 ] {dc8457c4-ec18-4608-9032-6a6fae092b50} TCPHandler: Can't send logs or exception to client. Close connection.: Code: 210. DB::NetException: I/O error: Broken pipe, while writing to socket ([::1]:9000 -> [::1]:46266). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/WriteBufferFromPocoSocket.cpp:171: DB::WriteBufferFromPocoSocket::nextImpl() @ 0x0000000020b7a476 4. ./build_docker/./src/IO/WriteBufferFromPocoSocketChunked.cpp:116: DB::WriteBufferFromPocoSocketChunked::nextImpl() @ 0x000000003f05a6aa 5. DB::WriteBuffer::next() @ 0x00000000088f5ec1 6. ./build_docker/./src/Server/TCPHandler.cpp:2532: DB::TCPHandler::sendException(DB::Exception const&, bool) @ 0x000000003f445507 7. ./build_docker/./src/Server/TCPHandler.cpp:829: DB::TCPHandler::runImpl() @ 0x000000003f428402 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:54:36.820699 [ 68116 ] {} TCPHandler: Code: 86. DB::HTTPException: Received error from remote server http://127.0.0.1:9018/columns_info?use_connection_pooling=1&version=1&connection_string=%00&table=%5B%5D&external_table_functions_use_nulls=1. HTTP status code: 500 'Internal Server Error', body length: 231 bytes, body: 'Error getting columns from ODBC 'Code: 404. DB::Exception: ODBC connection string parameter name doesn't begin with valid identifier character. (BAD_ODBC_CONNECTION_STRING) (version 24.12.2.20214.altinityantalya (altinity build))' '. (RECEIVED_ERROR_FROM_REMOTE_IO_SERVER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::HTTPException::HTTPException(int, String const&, Poco::Net::HTTPResponse::HTTPStatus, String const&, String const&) @ 0x00000000210688f9 4. ./build_docker/./src/IO/HTTPCommon.cpp:92: DB::assertResponseIsOk(String const&, Poco::Net::HTTPResponse&, std::basic_istream>&, bool) @ 0x0000000021068277 5. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:277: DB::ReadWriteBufferFromHTTP::callImpl(Poco::Net::HTTPResponse&, String const&, std::optional const&, bool) const @ 0x000000002747f763 6. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:285: DB::ReadWriteBufferFromHTTP::callWithRedirects(Poco::Net::HTTPResponse&, String const&, std::optional const&) @ 0x000000002747fc35 7. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:408: DB::ReadWriteBufferFromHTTP::initialize() @ 0x0000000027481929 8. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:472: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000274891c7 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002747a305 10. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:465: DB::ReadWriteBufferFromHTTP::nextImpl() @ 0x0000000027485212 11. DB::ReadBuffer::next() @ 0x0000000008c432cf 12. ./src/IO/ReadBuffer.h:103: void DB::varint_impl::readVarUInt(unsigned long&, DB::ReadBuffer&) @ 0x0000000020828848 13. ./src/IO/VarInt.h:96: DB::readStringBinary(String&, DB::ReadBuffer&, unsigned long) @ 0x0000000020894272 14. ./build_docker/./src/TableFunctions/ITableFunctionXDBC.cpp:178: DB::(anonymous namespace)::ITableFunctionXDBC::getActualTableStructure(std::shared_ptr, bool) const @ 0x000000002745e305 15. ./build_docker/./src/TableFunctions/ITableFunctionXDBC.cpp:187: DB::(anonymous namespace)::ITableFunctionXDBC::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x000000002745f292 16. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 17. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 17:54:37.464869 [ 4128 ] {859b375e-de6f-4ce1-bab7-8a3d7982a1eb} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 1.00 MiB (attempt to allocate chunk of 1048639 bytes), current RSS 0.00 B, maximum: 32.00 KiB. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45000) (comment: 01383_log_broken_table.sh) (in query: INSERT INTO log SELECT number, number, number FROM numbers(1000000)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x00000000208a3125 10. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:107: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String, bool, unsigned long) @ 0x00000000208a19aa 11. ./build_docker/./src/IO/WriteBufferFromFile.cpp:38: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long, bool, unsigned long) @ 0x0000000020c4b509 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007] const&, int, std::nullptr_t, int, bool const&, unsigned long const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&, int&&, std::nullptr_t&&, int&&, bool const&, unsigned long const&) @ 0x0000000035765758 13. ./build_docker/./src/Disks/DiskLocal.cpp:338: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003574cdef 14. ./build_docker/./src/Common/FileChecker.cpp:142: DB::FileChecker::save() const @ 0x000000003cc112df 15. ./build_docker/./src/Storages/StorageLog.cpp:771: DB::LogSink::LogSink(DB::StorageLog&, std::shared_ptr const&, std::unique_lock&&) @ 0x000000003d43578d 16. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageLog::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003d40fbe6 17. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 18. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 19. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 20. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 21. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:54:37.471207 [ 4128 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 1.00 MiB (attempt to allocate chunk of 1048639 bytes), current RSS 0.00 B, maximum: 32.00 KiB. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x00000000208a3125 10. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:107: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String, bool, unsigned long) @ 0x00000000208a19aa 11. ./build_docker/./src/IO/WriteBufferFromFile.cpp:38: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long, bool, unsigned long) @ 0x0000000020c4b509 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007] const&, int, std::nullptr_t, int, bool const&, unsigned long const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&, int&&, std::nullptr_t&&, int&&, bool const&, unsigned long const&) @ 0x0000000035765758 13. ./build_docker/./src/Disks/DiskLocal.cpp:338: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003574cdef 14. ./build_docker/./src/Common/FileChecker.cpp:142: DB::FileChecker::save() const @ 0x000000003cc112df 15. ./build_docker/./src/Storages/StorageLog.cpp:771: DB::LogSink::LogSink(DB::StorageLog&, std::shared_ptr const&, std::unique_lock&&) @ 0x000000003d43578d 16. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageLog::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003d40fbe6 17. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 18. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 19. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 20. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 21. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:54:37.556158 [ 68111 ] {d2c408c9-ced2-4b73-9a9d-52d7486a756b} executeQuery: Code: 36. DB::Exception: Wrong JSON string to merge: Missing a comma or ']' after an array element.: In scope SELECT jsonMergePatch('{"a": "1","b": 2,"c": [true,"qrdzkzjvnos": true,"yxqhipj": false,"oesax": "33o8_6AyUy"}]}', '{"c": "1"}'). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:49658) (comment: 02874_json_merge_patch_function_test.sql) (in query: select jsonMergePatch('{"a": "1","b": 2,"c": [true,"qrdzkzjvnos": true,"yxqhipj": false,"oesax": "33o8_6AyUy"}]}', '{"c": "1"}');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const*&&) @ 0x000000001324b6ca 4. DB::(anonymous namespace)::FunctionJSONMergePatch::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(DB::ColumnString const&, rapidjson::GenericDocument, rapidjson::MemoryPoolAllocator, rapidjson::CrtAllocator>&, unsigned long)::operator()(DB::ColumnString const&, rapidjson::GenericDocument, rapidjson::MemoryPoolAllocator, rapidjson::CrtAllocator>&, unsigned long) const @ 0x0000000013244ac4 5. DB::(anonymous namespace)::FunctionJSONMergePatch::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000013240cd5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:54:37.561331 [ 68111 ] {} TCPHandler: Code: 36. DB::Exception: Wrong JSON string to merge: Missing a comma or ']' after an array element.: In scope SELECT jsonMergePatch('{"a": "1","b": 2,"c": [true,"qrdzkzjvnos": true,"yxqhipj": false,"oesax": "33o8_6AyUy"}]}', '{"c": "1"}'). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const*&&) @ 0x000000001324b6ca 4. DB::(anonymous namespace)::FunctionJSONMergePatch::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(DB::ColumnString const&, rapidjson::GenericDocument, rapidjson::MemoryPoolAllocator, rapidjson::CrtAllocator>&, unsigned long)::operator()(DB::ColumnString const&, rapidjson::GenericDocument, rapidjson::MemoryPoolAllocator, rapidjson::CrtAllocator>&, unsigned long) const @ 0x0000000013244ac4 5. DB::(anonymous namespace)::FunctionJSONMergePatch::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000013240cd5 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:54:39.068726 [ 68118 ] {daf0be1e-85a1-4e71-a587-628473b7d497} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 1.00 MiB (attempt to allocate chunk of 1048639 bytes), current RSS 0.00 B, maximum: 64.00 KiB. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45028) (comment: 01383_log_broken_table.sh) (in query: INSERT INTO log SELECT number, number, number FROM numbers(1000000)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x00000000208a3125 10. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:107: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String, bool, unsigned long) @ 0x00000000208a19aa 11. ./build_docker/./src/IO/WriteBufferFromFile.cpp:38: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long, bool, unsigned long) @ 0x0000000020c4b509 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007] const&, int, std::nullptr_t, int, bool const&, unsigned long const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&, int&&, std::nullptr_t&&, int&&, bool const&, unsigned long const&) @ 0x0000000035765758 13. ./build_docker/./src/Disks/DiskLocal.cpp:338: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003574cdef 14. ./build_docker/./src/Common/FileChecker.cpp:142: DB::FileChecker::save() const @ 0x000000003cc112df 15. ./build_docker/./src/Storages/StorageLog.cpp:771: DB::LogSink::LogSink(DB::StorageLog&, std::shared_ptr const&, std::unique_lock&&) @ 0x000000003d43578d 16. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageLog::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003d40fbe6 17. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 18. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 19. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 20. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 21. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:54:39.073797 [ 68118 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 1.00 MiB (attempt to allocate chunk of 1048639 bytes), current RSS 0.00 B, maximum: 64.00 KiB. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x00000000208a3125 10. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:107: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String, bool, unsigned long) @ 0x00000000208a19aa 11. ./build_docker/./src/IO/WriteBufferFromFile.cpp:38: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long, bool, unsigned long) @ 0x0000000020c4b509 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007] const&, int, std::nullptr_t, int, bool const&, unsigned long const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&, int&&, std::nullptr_t&&, int&&, bool const&, unsigned long const&) @ 0x0000000035765758 13. ./build_docker/./src/Disks/DiskLocal.cpp:338: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003574cdef 14. ./build_docker/./src/Common/FileChecker.cpp:142: DB::FileChecker::save() const @ 0x000000003cc112df 15. ./build_docker/./src/Storages/StorageLog.cpp:771: DB::LogSink::LogSink(DB::StorageLog&, std::shared_ptr const&, std::unique_lock&&) @ 0x000000003d43578d 16. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageLog::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003d40fbe6 17. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 18. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 19. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 20. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 21. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:54:40.727028 [ 4148 ] {6c55acf7-ca1d-4b9b-9da5-f43390e3f6ec} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 1.00 MiB (attempt to allocate chunk of 1048639 bytes), current RSS 0.00 B, maximum: 128.00 KiB. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45062) (comment: 01383_log_broken_table.sh) (in query: INSERT INTO log SELECT number, number, number FROM numbers(1000000)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x00000000208a3125 10. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:107: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String, bool, unsigned long) @ 0x00000000208a19aa 11. ./build_docker/./src/IO/WriteBufferFromFile.cpp:38: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long, bool, unsigned long) @ 0x0000000020c4b509 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007] const&, int, std::nullptr_t, int, bool const&, unsigned long const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&, int&&, std::nullptr_t&&, int&&, bool const&, unsigned long const&) @ 0x0000000035765758 13. ./build_docker/./src/Disks/DiskLocal.cpp:338: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003574cdef 14. ./build_docker/./src/Common/FileChecker.cpp:142: DB::FileChecker::save() const @ 0x000000003cc112df 15. ./build_docker/./src/Storages/StorageLog.cpp:771: DB::LogSink::LogSink(DB::StorageLog&, std::shared_ptr const&, std::unique_lock&&) @ 0x000000003d43578d 16. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageLog::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003d40fbe6 17. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 18. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 19. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 20. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 21. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:54:40.733865 [ 4148 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 1.00 MiB (attempt to allocate chunk of 1048639 bytes), current RSS 0.00 B, maximum: 128.00 KiB. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x00000000208a3125 10. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:107: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String, bool, unsigned long) @ 0x00000000208a19aa 11. ./build_docker/./src/IO/WriteBufferFromFile.cpp:38: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long, bool, unsigned long) @ 0x0000000020c4b509 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007] const&, int, std::nullptr_t, int, bool const&, unsigned long const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&, int&&, std::nullptr_t&&, int&&, bool const&, unsigned long const&) @ 0x0000000035765758 13. ./build_docker/./src/Disks/DiskLocal.cpp:338: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003574cdef 14. ./build_docker/./src/Common/FileChecker.cpp:142: DB::FileChecker::save() const @ 0x000000003cc112df 15. ./build_docker/./src/Storages/StorageLog.cpp:771: DB::LogSink::LogSink(DB::StorageLog&, std::shared_ptr const&, std::unique_lock&&) @ 0x000000003d43578d 16. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageLog::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003d40fbe6 17. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 18. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 19. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 20. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 21. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:54:42.397694 [ 68116 ] {358a58fb-8ffd-49eb-b1da-189c52ce0065} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 1.00 MiB (attempt to allocate chunk of 1048639 bytes), current RSS 0.00 B, maximum: 256.00 KiB. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45084) (comment: 01383_log_broken_table.sh) (in query: INSERT INTO log SELECT number, number, number FROM numbers(1000000)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x00000000208a3125 10. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:107: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String, bool, unsigned long) @ 0x00000000208a19aa 11. ./build_docker/./src/IO/WriteBufferFromFile.cpp:38: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long, bool, unsigned long) @ 0x0000000020c4b509 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007] const&, int, std::nullptr_t, int, bool const&, unsigned long const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&, int&&, std::nullptr_t&&, int&&, bool const&, unsigned long const&) @ 0x0000000035765758 13. ./build_docker/./src/Disks/DiskLocal.cpp:338: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003574cdef 14. ./build_docker/./src/Common/FileChecker.cpp:142: DB::FileChecker::save() const @ 0x000000003cc112df 15. ./build_docker/./src/Storages/StorageLog.cpp:771: DB::LogSink::LogSink(DB::StorageLog&, std::shared_ptr const&, std::unique_lock&&) @ 0x000000003d43578d 16. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageLog::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003d40fbe6 17. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 18. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 19. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 20. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 21. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:54:42.403735 [ 68116 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 1.00 MiB (attempt to allocate chunk of 1048639 bytes), current RSS 0.00 B, maximum: 256.00 KiB. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x00000000208a3125 10. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:107: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String, bool, unsigned long) @ 0x00000000208a19aa 11. ./build_docker/./src/IO/WriteBufferFromFile.cpp:38: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long, bool, unsigned long) @ 0x0000000020c4b509 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007] const&, int, std::nullptr_t, int, bool const&, unsigned long const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&, int&&, std::nullptr_t&&, int&&, bool const&, unsigned long const&) @ 0x0000000035765758 13. ./build_docker/./src/Disks/DiskLocal.cpp:338: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003574cdef 14. ./build_docker/./src/Common/FileChecker.cpp:142: DB::FileChecker::save() const @ 0x000000003cc112df 15. ./build_docker/./src/Storages/StorageLog.cpp:771: DB::LogSink::LogSink(DB::StorageLog&, std::shared_ptr const&, std::unique_lock&&) @ 0x000000003d43578d 16. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageLog::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003d40fbe6 17. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 18. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 19. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 20. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 21. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:54:43.100134 [ 946 ] {} DNSResolver: Cannot resolve host (), error 0: No address found. 2025.03.31 17:54:43.990570 [ 4148 ] {4549fd9e-fc9c-4f0c-a91a-8fd15e72be11} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 1.00 MiB (attempt to allocate chunk of 1048975 bytes), current RSS 0.00 B, maximum: 512.00 KiB. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45110) (comment: 01383_log_broken_table.sh) (in query: INSERT INTO log SELECT number, number, number FROM numbers(1000000)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x00000000208a3125 10. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:107: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String, bool, unsigned long) @ 0x00000000208a19aa 11. ./build_docker/./src/IO/WriteBufferFromFile.cpp:38: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long, bool, unsigned long) @ 0x0000000020c4b509 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007] const&, int, std::nullptr_t, int, bool const&, unsigned long const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&, int&&, std::nullptr_t&&, int&&, bool const&, unsigned long const&) @ 0x0000000035765758 13. ./build_docker/./src/Disks/DiskLocal.cpp:338: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003574cdef 14. ./build_docker/./src/Common/FileChecker.cpp:142: DB::FileChecker::save() const @ 0x000000003cc112df 15. ./build_docker/./src/Storages/StorageLog.cpp:771: DB::LogSink::LogSink(DB::StorageLog&, std::shared_ptr const&, std::unique_lock&&) @ 0x000000003d43578d 16. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageLog::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003d40fbe6 17. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 18. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 19. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 20. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 21. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:54:43.996362 [ 4148 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 1.00 MiB (attempt to allocate chunk of 1048975 bytes), current RSS 0.00 B, maximum: 512.00 KiB. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x00000000208a3125 10. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:107: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String, bool, unsigned long) @ 0x00000000208a19aa 11. ./build_docker/./src/IO/WriteBufferFromFile.cpp:38: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long, bool, unsigned long) @ 0x0000000020c4b509 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007] const&, int, std::nullptr_t, int, bool const&, unsigned long const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&, int&&, std::nullptr_t&&, int&&, bool const&, unsigned long const&) @ 0x0000000035765758 13. ./build_docker/./src/Disks/DiskLocal.cpp:338: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003574cdef 14. ./build_docker/./src/Common/FileChecker.cpp:142: DB::FileChecker::save() const @ 0x000000003cc112df 15. ./build_docker/./src/Storages/StorageLog.cpp:771: DB::LogSink::LogSink(DB::StorageLog&, std::shared_ptr const&, std::unique_lock&&) @ 0x000000003d43578d 16. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageLog::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003d40fbe6 17. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 18. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 19. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 20. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 21. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:54:45.583656 [ 56178 ] {543fce16-8bf0-498a-a733-5c3e2bdad17a} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 1.00 MiB (attempt to allocate chunk of 1048639 bytes), current RSS 0.00 B, maximum: 1.00 MiB. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45180) (comment: 01383_log_broken_table.sh) (in query: INSERT INTO log SELECT number, number, number FROM numbers(1000000)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x00000000208a3125 10. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:107: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String, bool, unsigned long) @ 0x00000000208a19aa 11. ./build_docker/./src/IO/WriteBufferFromFile.cpp:38: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long, bool, unsigned long) @ 0x0000000020c4b509 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007] const&, int, std::nullptr_t, int, bool const&, unsigned long const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&, int&&, std::nullptr_t&&, int&&, bool const&, unsigned long const&) @ 0x0000000035765758 13. ./build_docker/./src/Disks/DiskLocal.cpp:338: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003574cdef 14. ./build_docker/./src/Common/FileChecker.cpp:142: DB::FileChecker::save() const @ 0x000000003cc112df 15. ./build_docker/./src/Storages/StorageLog.cpp:771: DB::LogSink::LogSink(DB::StorageLog&, std::shared_ptr const&, std::unique_lock&&) @ 0x000000003d43578d 16. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageLog::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003d40fbe6 17. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 18. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 19. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 20. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 21. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:54:45.588920 [ 56178 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 1.00 MiB (attempt to allocate chunk of 1048639 bytes), current RSS 0.00 B, maximum: 1.00 MiB. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::WriteBufferFromFileBase::WriteBufferFromFileBase(unsigned long, char*, unsigned long) @ 0x00000000208a3125 10. ./build_docker/./src/IO/WriteBufferFromFileDescriptor.cpp:107: DB::WriteBufferFromFileDescriptor::WriteBufferFromFileDescriptor(int, unsigned long, char*, std::shared_ptr, unsigned long, String, bool, unsigned long) @ 0x00000000208a19aa 11. ./build_docker/./src/IO/WriteBufferFromFile.cpp:38: DB::WriteBufferFromFile::WriteBufferFromFile(String const&, unsigned long, int, std::shared_ptr, unsigned int, char*, unsigned long, bool, unsigned long) @ 0x0000000020c4b509 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007] const&, int, std::nullptr_t, int, bool const&, unsigned long const&>(std::__fs::filesystem::path&&, unsigned long&, int&, std::shared_ptr const&, int&&, std::nullptr_t&&, int&&, bool const&, unsigned long const&) @ 0x0000000035765758 13. ./build_docker/./src/Disks/DiskLocal.cpp:338: DB::DiskLocal::writeFile(String const&, unsigned long, DB::WriteMode, DB::WriteSettings const&) @ 0x000000003574cdef 14. ./build_docker/./src/Common/FileChecker.cpp:142: DB::FileChecker::save() const @ 0x000000003cc112df 15. ./build_docker/./src/Storages/StorageLog.cpp:771: DB::LogSink::LogSink(DB::StorageLog&, std::shared_ptr const&, std::unique_lock&&) @ 0x000000003d43578d 16. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::StorageLog::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003d40fbe6 17. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 18. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 19. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 20. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 21. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:54:47.252177 [ 1417 ] {204216da-51b1-4a38-90be-46e5b8bf1dc6} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 2.15 MiB (attempt to allocate chunk of 1126720 bytes), current RSS 2.07 MiB, maximum: 2.00 MiB.: While executing NumbersRange. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54948) (comment: 01383_log_broken_table.sh) (in query: INSERT INTO log SELECT number, number, number FROM numbers(1000000)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/Common/PODArray.h:118: DB::ColumnVector::ColumnVector(unsigned long) @ 0x000000003bfa8eaa 9. ./src/Common/COW.h:293: DB::(anonymous namespace)::NumbersRangedSource::generate() @ 0x0000000040a3e865 10. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 11. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 12. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 13. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 16. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:49: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f7151e5 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 18. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:54:47.275671 [ 1417 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 2.15 MiB (attempt to allocate chunk of 1126720 bytes), current RSS 2.07 MiB, maximum: 2.00 MiB.: While executing NumbersRange. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/Common/PODArray.h:118: DB::ColumnVector::ColumnVector(unsigned long) @ 0x000000003bfa8eaa 9. ./src/Common/COW.h:293: DB::(anonymous namespace)::NumbersRangedSource::generate() @ 0x0000000040a3e865 10. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 11. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 12. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 13. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 16. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:49: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f7151e5 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 18. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:54:48.945027 [ 68118 ] {d1b13ba8-f298-4e9f-b088-9b40f00b7463} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 4.30 MiB (attempt to allocate chunk of 1126720 bytes), current RSS 4.22 MiB, maximum: 4.00 MiB.: While executing NumbersRange. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55022) (comment: 01383_log_broken_table.sh) (in query: INSERT INTO log SELECT number, number, number FROM numbers(1000000)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/Common/PODArray.h:118: DB::ColumnVector::ColumnVector(unsigned long) @ 0x000000003bfa8eaa 9. ./src/Common/COW.h:293: DB::(anonymous namespace)::NumbersRangedSource::generate() @ 0x0000000040a3e865 10. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 11. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 12. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 13. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 16. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:49: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f7151e5 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 18. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:54:48.957497 [ 68118 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 4.30 MiB (attempt to allocate chunk of 1126720 bytes), current RSS 4.22 MiB, maximum: 4.00 MiB.: While executing NumbersRange. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/Common/PODArray.h:118: DB::ColumnVector::ColumnVector(unsigned long) @ 0x000000003bfa8eaa 9. ./src/Common/COW.h:293: DB::(anonymous namespace)::NumbersRangedSource::generate() @ 0x0000000040a3e865 10. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 11. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 12. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 13. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 16. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:49: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f7151e5 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 18. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:54:50.644617 [ 67332 ] {628c5a58-b0c8-4fea-a062-5345aec0398c} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 15.69 MiB (attempt to allocate chunk of 8568384 bytes), current RSS 8.52 MiB, maximum: 8.00 MiB. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55074) (comment: 01383_log_broken_table.sh) (in query: INSERT INTO log SELECT number, number, number FROM numbers(1000000)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x0000000020615543 8. ./src/Common/PODArray.h:152: DB::ColumnVector::reserve(unsigned long) @ 0x000000003bfba58e 9. DB::IColumn::prepareForSquashing(std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&) @ 0x0000000031c0433f 10. ./build_docker/./src/Interpreters/Squashing.cpp:175: DB::Squashing::squash(std::vector>&&, DB::CollectionOfDerivedItems&&) @ 0x0000000038af8087 11. ./build_docker/./src/Interpreters/Squashing.cpp:45: DB::Squashing::squash(DB::Chunk&&) @ 0x0000000038af5750 12. ./src/Processors/Transforms/ApplySquashingTransform.h:35: DB::ApplySquashingTransform::onConsume(DB::Chunk) @ 0x0000000038501a8e 13. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 15. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 16. ./src/Processors/Transforms/ApplySquashingTransform.h:29: DB::ApplySquashingTransform::work() @ 0x000000003850162e 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 21. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:49: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f7151e5 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:54:50.654615 [ 67332 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 15.69 MiB (attempt to allocate chunk of 8568384 bytes), current RSS 8.52 MiB, maximum: 8.00 MiB. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x0000000020615543 8. ./src/Common/PODArray.h:152: DB::ColumnVector::reserve(unsigned long) @ 0x000000003bfba58e 9. DB::IColumn::prepareForSquashing(std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&) @ 0x0000000031c0433f 10. ./build_docker/./src/Interpreters/Squashing.cpp:175: DB::Squashing::squash(std::vector>&&, DB::CollectionOfDerivedItems&&) @ 0x0000000038af8087 11. ./build_docker/./src/Interpreters/Squashing.cpp:45: DB::Squashing::squash(DB::Chunk&&) @ 0x0000000038af5750 12. ./src/Processors/Transforms/ApplySquashingTransform.h:35: DB::ApplySquashingTransform::onConsume(DB::Chunk) @ 0x0000000038501a8e 13. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 15. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 16. ./src/Processors/Transforms/ApplySquashingTransform.h:29: DB::ApplySquashingTransform::work() @ 0x000000003850162e 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 21. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:49: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f7151e5 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:54:51.930980 [ 1254 ] {961917ea-20e1-4edd-b5cf-054e46b0d38e} MergeTreeDataWriter: Incorrect data: number of rows with sign = 1 (2) differs with number of rows with sign = -1 (0) by more than one (for key: 'string1').). 2025.03.31 17:54:52.288749 [ 1417 ] {a8b72348-c02f-4cc9-895f-9d0aba869036} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 23.11 MiB (attempt to allocate chunk of 7774784 bytes), current RSS 16.69 MiB, maximum: 16.00 MiB. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55146) (comment: 01383_log_broken_table.sh) (in query: INSERT INTO log SELECT number, number, number FROM numbers(1000000)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x0000000020615543 8. ./src/Common/PODArray.h:152: DB::ColumnVector::reserve(unsigned long) @ 0x000000003bfba58e 9. DB::IColumn::prepareForSquashing(std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&) @ 0x0000000031c0433f 10. ./build_docker/./src/Interpreters/Squashing.cpp:175: DB::Squashing::squash(std::vector>&&, DB::CollectionOfDerivedItems&&) @ 0x0000000038af8087 11. ./build_docker/./src/Interpreters/Squashing.cpp:45: DB::Squashing::squash(DB::Chunk&&) @ 0x0000000038af5750 12. ./src/Processors/Transforms/ApplySquashingTransform.h:35: DB::ApplySquashingTransform::onConsume(DB::Chunk) @ 0x0000000038501a8e 13. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 15. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 16. ./src/Processors/Transforms/ApplySquashingTransform.h:29: DB::ApplySquashingTransform::work() @ 0x000000003850162e 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 21. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:49: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f7151e5 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:54:52.299026 [ 1417 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 23.11 MiB (attempt to allocate chunk of 7774784 bytes), current RSS 16.69 MiB, maximum: 16.00 MiB. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x0000000020615543 8. ./src/Common/PODArray.h:152: DB::ColumnVector::reserve(unsigned long) @ 0x000000003bfba58e 9. DB::IColumn::prepareForSquashing(std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&) @ 0x0000000031c0433f 10. ./build_docker/./src/Interpreters/Squashing.cpp:175: DB::Squashing::squash(std::vector>&&, DB::CollectionOfDerivedItems&&) @ 0x0000000038af8087 11. ./build_docker/./src/Interpreters/Squashing.cpp:45: DB::Squashing::squash(DB::Chunk&&) @ 0x0000000038af5750 12. ./src/Processors/Transforms/ApplySquashingTransform.h:35: DB::ApplySquashingTransform::onConsume(DB::Chunk) @ 0x0000000038501a8e 13. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 15. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 16. ./src/Processors/Transforms/ApplySquashingTransform.h:29: DB::ApplySquashingTransform::work() @ 0x000000003850162e 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 21. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:49: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f7151e5 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:54:54.241765 [ 3914 ] {a5c04ed8-cf4d-4c25-b3e7-d735028b131a} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 32.89 MiB (attempt to allocate chunk of 1048639 bytes), current RSS 40.41 MiB, maximum: 32.00 MiB. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55186) (comment: 01383_log_broken_table.sh) (in query: INSERT INTO log SELECT number, number, number FROM numbers(1000000)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::CompressedWriteBuffer::CompressedWriteBuffer(DB::WriteBuffer&, std::shared_ptr, unsigned long, bool, unsigned long) @ 0x00000000421502a6 10. ./build_docker/./src/Storages/StorageLog.cpp:365: DB::LogSink::Stream::Stream(std::shared_ptr const&, String const&, unsigned long, std::shared_ptr, unsigned long) @ 0x000000003d42f4fc 11. ./contrib/llvm-project/libcxx/include/tuple:1775: std::pair* std::construct_at[abi:v15007], std::piecewise_construct_t const&, std::tuple, std::tuple const&, String const&, unsigned long&&, std::shared_ptr&, unsigned long const&>, std::pair*>(std::pair*, std::piecewise_construct_t const&, std::tuple&&, std::tuple const&, String const&, unsigned long&&, std::shared_ptr&, unsigned long const&>&&) @ 0x000000003d42ec47 12. ./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298: std::pair, std::__tree_node, void*>*, long>, bool> std::__tree, std::__map_value_compare, std::less, true>, std::allocator>>::__emplace_unique_key_args, std::tuple const&, String const&, unsigned long&&, std::shared_ptr&, unsigned long const&>>(String const&, std::piecewise_construct_t const&, std::tuple&&, std::tuple const&, String const&, unsigned long&&, std::shared_ptr&, unsigned long const&>&&) @ 0x000000003d42e14a 13. ./contrib/llvm-project/libcxx/include/map:1281: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*, DB::ISerialization::SubstreamPath const&) @ 0x000000003d41ebd2 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034e20b22 15. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:104: DB::ISerialization::enumerateStreams(std::function const&, std::shared_ptr const&, COW::immutable_ptr const&) const @ 0x0000000034e21530 16. ./build_docker/./src/Storages/StorageLog.cpp:486: DB::LogSink::writeData(DB::NameAndTypePair const&, DB::IColumn const&) @ 0x000000003d400085 17. ./build_docker/./src/Storages/StorageLog.cpp:419: DB::LogSink::consume(DB::Chunk&) @ 0x000000003d3ff7d8 18. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:18: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x0000000040442f99 19. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 21. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 22. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 23. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 24. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 25. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 26. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:49: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f7151e5 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 28. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:54:54.246819 [ 3914 ] {a5c04ed8-cf4d-4c25-b3e7-d735028b131a} FileChecker: Will truncate file store/7ef/7ef28cde-3a1c-4ac3-945c-eb334aef7dc4/x.bin that has size 3145728 to size 0 2025.03.31 17:54:54.247672 [ 3914 ] {a5c04ed8-cf4d-4c25-b3e7-d735028b131a} FileChecker: Will truncate file store/7ef/7ef28cde-3a1c-4ac3-945c-eb334aef7dc4/y.bin that has size 3145728 to size 0 2025.03.31 17:54:54.260276 [ 3914 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 32.89 MiB (attempt to allocate chunk of 1048639 bytes), current RSS 40.41 MiB, maximum: 32.00 MiB. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. ./src/IO/BufferWithOwnMemory.h:130: DB::Memory>::alloc(unsigned long) @ 0x000000002082d64a 9. ./src/IO/BufferWithOwnMemory.h:50: DB::CompressedWriteBuffer::CompressedWriteBuffer(DB::WriteBuffer&, std::shared_ptr, unsigned long, bool, unsigned long) @ 0x00000000421502a6 10. ./build_docker/./src/Storages/StorageLog.cpp:365: DB::LogSink::Stream::Stream(std::shared_ptr const&, String const&, unsigned long, std::shared_ptr, unsigned long) @ 0x000000003d42f4fc 11. ./contrib/llvm-project/libcxx/include/tuple:1775: std::pair* std::construct_at[abi:v15007], std::piecewise_construct_t const&, std::tuple, std::tuple const&, String const&, unsigned long&&, std::shared_ptr&, unsigned long const&>, std::pair*>(std::pair*, std::piecewise_construct_t const&, std::tuple&&, std::tuple const&, String const&, unsigned long&&, std::shared_ptr&, unsigned long const&>&&) @ 0x000000003d42ec47 12. ./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298: std::pair, std::__tree_node, void*>*, long>, bool> std::__tree, std::__map_value_compare, std::less, true>, std::allocator>>::__emplace_unique_key_args, std::tuple const&, String const&, unsigned long&&, std::shared_ptr&, unsigned long const&>>(String const&, std::piecewise_construct_t const&, std::tuple&&, std::tuple const&, String const&, unsigned long&&, std::shared_ptr&, unsigned long const&>&&) @ 0x000000003d42e14a 13. ./contrib/llvm-project/libcxx/include/map:1281: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*, DB::ISerialization::SubstreamPath const&) @ 0x000000003d41ebd2 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034e20b22 15. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:104: DB::ISerialization::enumerateStreams(std::function const&, std::shared_ptr const&, COW::immutable_ptr const&) const @ 0x0000000034e21530 16. ./build_docker/./src/Storages/StorageLog.cpp:486: DB::LogSink::writeData(DB::NameAndTypePair const&, DB::IColumn const&) @ 0x000000003d400085 17. ./build_docker/./src/Storages/StorageLog.cpp:419: DB::LogSink::consume(DB::Chunk&) @ 0x000000003d3ff7d8 18. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:18: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x0000000040442f99 19. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 21. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 22. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 23. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 24. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 25. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 26. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:49: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f7151e5 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 28. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:54:55.276889 [ 68115 ] {d7cc1ce6-8f7f-4dd2-af6b-00cbae1f6ebc} executeQuery: Code: 584. DB::Exception: No projection is used when optimize_use_projections = 1 and force_optimize_projection = 1. (PROJECTION_NOT_USED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55200) (comment: 01710_force_use_projection.sql) (in query: select avg(eventcnt) eventcnt, d1 from tp group by d1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizeTree.cpp:206: DB::QueryPlanOptimizations::optimizeTreeSecondPass(DB::QueryPlanOptimizationSettings const&, DB::QueryPlan::Node&, std::list>&) @ 0x0000000040aaf49b 5. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:471: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x000000004081319e 6. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 7. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 17:54:55.281904 [ 68115 ] {} TCPHandler: Code: 584. DB::Exception: No projection is used when optimize_use_projections = 1 and force_optimize_projection = 1. (PROJECTION_NOT_USED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizeTree.cpp:206: DB::QueryPlanOptimizations::optimizeTreeSecondPass(DB::QueryPlanOptimizationSettings const&, DB::QueryPlan::Node&, std::list>&) @ 0x0000000040aaf49b 5. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:471: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x000000004081319e 6. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 7. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 17:54:56.368077 [ 55895 ] {46fc2273-8955-452d-ba7e-4a4bb32e5342} executeQuery: Code: 33. DB::Exception: Last saved offsset for File a.txt is bigger than file size (311 > 0). (CANNOT_READ_ALL_DATA) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55262) (comment: 02023_storage_filelog.sh) (in query: select * from file_log order by k settings stream_like_engine_allow_direct_select=1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception&>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity&>::type>, String const&, unsigned long&, std::fpos<__mbstate_t>&) @ 0x000000003d4d8077 4. ./build_docker/./src/Storages/FileLog/StorageFileLog.cpp:498: DB::StorageFileLog::openFilesAndSetPos() @ 0x000000003d4b980a 5. ./build_docker/./src/Storages/FileLog/StorageFileLog.cpp:122: DB::ReadFromStorageFileLog::makePipe() @ 0x000000003d4e3e0a 6. ./build_docker/./src/Processors/QueryPlan/ReadFromStreamLikeEngine.cpp:36: DB::ReadFromStreamLikeEngine::initializePipeline(DB::QueryPipelineBuilder&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040a32541 7. ./build_docker/./src/Processors/QueryPlan/ISourceStep.cpp:20: DB::ISourceStep::updatePipeline(std::vector>, std::allocator>>>, DB::BuildQueryPipelineSettings const&) @ 0x0000000040795b55 8. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:188: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040813a6f 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 17:54:56.375157 [ 55895 ] {} TCPHandler: Code: 33. DB::Exception: Last saved offsset for File a.txt is bigger than file size (311 > 0). (CANNOT_READ_ALL_DATA), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception&>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity&>::type>, String const&, unsigned long&, std::fpos<__mbstate_t>&) @ 0x000000003d4d8077 4. ./build_docker/./src/Storages/FileLog/StorageFileLog.cpp:498: DB::StorageFileLog::openFilesAndSetPos() @ 0x000000003d4b980a 5. ./build_docker/./src/Storages/FileLog/StorageFileLog.cpp:122: DB::ReadFromStorageFileLog::makePipe() @ 0x000000003d4e3e0a 6. ./build_docker/./src/Processors/QueryPlan/ReadFromStreamLikeEngine.cpp:36: DB::ReadFromStreamLikeEngine::initializePipeline(DB::QueryPipelineBuilder&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040a32541 7. ./build_docker/./src/Processors/QueryPlan/ISourceStep.cpp:20: DB::ISourceStep::updatePipeline(std::vector>, std::allocator>>>, DB::BuildQueryPipelineSettings const&) @ 0x0000000040795b55 8. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:188: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040813a6f 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 17:54:56.839852 [ 3655 ] {098b9358-b824-414f-864a-fd472cf49328} MergeTreeDataWriter: Incorrect data: number of rows with sign = 1 (2) differs with number of rows with sign = -1 (0) by more than one (for key: 'string1').). 2025.03.31 17:54:57.731400 [ 67575 ] {yawboalhtbjg} executeQuery: Code: 159. DB::Exception: Timeout exceeded: elapsed 1.00107891 seconds, maximum: 1 seconds. (TIMEOUT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33932) (comment: 02122_join_group_by_timeout.sh) (in query: SELECT * FROM ( SELECT a.name as n FROM ( SELECT 'Name' as name, number FROM system.numbers LIMIT 2000000 ) AS a, ( SELECT 'Name' as name2, number FROM system.numbers LIMIT 2000000 ) as b GROUP BY n ) LIMIT 20 FORMAT Null ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, double&&, double&&) @ 0x0000000034b00e2d 4. ./build_docker/./src/QueryPipeline/ExecutionSpeedLimits.cpp:113: DB::ExecutionSpeedLimits::checkTimeLimit(unsigned long const&, DB::OverflowMode) const @ 0x0000000034afe0e9 5. ./build_docker/./src/Interpreters/ProcessList.cpp:552: DB::QueryStatus::checkTimeLimit() @ 0x0000000038972cb0 6. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:200: DB::PipelineExecutor::finalizeExecution() @ 0x000000003f717f87 7. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:147: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7177f7 8. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 10. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 11. ? @ 0x00007fc708d31ac3 12. ? @ 0x00007fc708dc3850 2025.03.31 17:54:57.762536 [ 67575 ] {} TCPHandler: Code: 159. DB::Exception: Timeout exceeded: elapsed 1.00107891 seconds, maximum: 1 seconds. (TIMEOUT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, double&&, double&&) @ 0x0000000034b00e2d 4. ./build_docker/./src/QueryPipeline/ExecutionSpeedLimits.cpp:113: DB::ExecutionSpeedLimits::checkTimeLimit(unsigned long const&, DB::OverflowMode) const @ 0x0000000034afe0e9 5. ./build_docker/./src/Interpreters/ProcessList.cpp:552: DB::QueryStatus::checkTimeLimit() @ 0x0000000038972cb0 6. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:200: DB::PipelineExecutor::finalizeExecution() @ 0x000000003f717f87 7. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:147: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7177f7 8. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 10. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 11. ? @ 0x00007fc708d31ac3 12. ? @ 0x00007fc708dc3850 2025.03.31 17:55:01.511347 [ 425 ] {6b279b5c-5d8d-4f00-938b-1414a86f94d5} executeQuery: Code: 159. DB::Exception: Timeout exceeded: maximum: 1 ms. (TIMEOUT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:46502) (comment: 02293_http_header_summary_contains_exception_code_with_progress.sh) (in query: SELECT 1 + sleepEachRow(0.00002) FROM numbers(100000) ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&, double&&) @ 0x000000003897be6d 4. ./build_docker/./src/Interpreters/ProcessList.cpp:512: DB::QueryStatus::throwProperExceptionIfNeeded(unsigned long const&, unsigned long const&) @ 0x0000000038971799 5. ./build_docker/./src/Interpreters/ProcessList.cpp:550: DB::QueryStatus::checkTimeLimit() @ 0x0000000038972c83 6. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:200: DB::PipelineExecutor::finalizeExecution() @ 0x000000003f717f87 7. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:147: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7177f7 8. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:112: DB::CompletedPipelineExecutor::execute() @ 0x000000003f7140d3 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1798: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003928176b 10. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 11. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 12. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 17:55:01.517961 [ 425 ] {6b279b5c-5d8d-4f00-938b-1414a86f94d5} DynamicQueryHandler: Code: 159. DB::Exception: Timeout exceeded: maximum: 1 ms. (TIMEOUT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&, double&&) @ 0x000000003897be6d 4. ./build_docker/./src/Interpreters/ProcessList.cpp:512: DB::QueryStatus::throwProperExceptionIfNeeded(unsigned long const&, unsigned long const&) @ 0x0000000038971799 5. ./build_docker/./src/Interpreters/ProcessList.cpp:550: DB::QueryStatus::checkTimeLimit() @ 0x0000000038972c83 6. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:200: DB::PipelineExecutor::finalizeExecution() @ 0x000000003f717f87 7. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:147: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7177f7 8. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:112: DB::CompletedPipelineExecutor::execute() @ 0x000000003f7140d3 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1798: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003928176b 10. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 11. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 12. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:55:01.796156 [ 3178 ] {34498a73-2e00-4da0-b2ca-f1a0938f38a5} MergeTreeDataWriter: Incorrect data: number of rows with sign = 1 (3) differs with number of rows with sign = -1 (0) by more than one (for key: 'string2').). 2025.03.31 17:55:01.818293 [ 3178 ] {34498a73-2e00-4da0-b2ca-f1a0938f38a5} MergeTreeDataWriter: Incorrect data: number of rows with sign = 1 (2) differs with number of rows with sign = -1 (0) by more than one (for key: 'string2').). 2025.03.31 17:55:04.308374 [ 4129 ] {82d0b61f-f1c2-4342-9b0d-38ae50d266e3} executeQuery: Code: 43. DB::Exception: Second argument of function transform, must be array of source values to transform from.: In scope SELECT transform(number, NULL, ['google', 'censor.net', 'yahoo'], 'other') FROM system.numbers LIMIT 10. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34048) (comment: 02497_if_transform_strings_to_enum.sql) (in query: SELECT transform(number, NULL, ['google', 'censor.net', 'yahoo'], 'other') FROM system.numbers LIMIT 10;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionTransform::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001bf8c281 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:55:04.313229 [ 4129 ] {} TCPHandler: Code: 43. DB::Exception: Second argument of function transform, must be array of source values to transform from.: In scope SELECT transform(number, NULL, ['google', 'censor.net', 'yahoo'], 'other') FROM system.numbers LIMIT 10. (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionTransform::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001bf8c281 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:55:05.126712 [ 4129 ] {acb98a8b-5c9e-4ede-bc5f-4d25a9837e28} executeQuery: Code: 43. DB::Exception: Second argument of function transform, must be array of source values to transform from.: While processing transform(number, NULL, _CAST(['google', 'censor.net', 'yahoo'], 'Array(Enum8(\'censor.net\' = 1, \'google\' = 2, \'other\' = 3, \'yahoo\' = 4))'), _CAST('other', 'Enum8(\'censor.net\' = 1, \'google\' = 2, \'other\' = 3, \'yahoo\' = 4)')): While processing SELECT transform(number, NULL, _CAST(['google', 'censor.net', 'yahoo'], 'Array(Enum8(\'censor.net\' = 1, \'google\' = 2, \'other\' = 3, \'yahoo\' = 4))'), _CAST('other', 'Enum8(\'censor.net\' = 1, \'google\' = 2, \'other\' = 3, \'yahoo\' = 4)')) FROM system.numbers LIMIT 10. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34048) (comment: 02497_if_transform_strings_to_enum.sql) (in query: EXPLAIN SYNTAX SELECT transform(number, NULL, ['google', 'censor.net', 'yahoo'], 'other') FROM system.numbers LIMIT 10;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionTransform::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001bf8c281 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Interpreters/ActionsDAG.cpp:261: DB::ActionsDAG::addFunction(std::shared_ptr const&, std::vector>, String) @ 0x0000000035adea36 11. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:673: DB::ScopeStack::addFunction(std::shared_ptr const&, std::vector> const&, String) @ 0x0000000036a10683 12. ./src/Interpreters/ActionsVisitor.h:178: DB::ActionsMatcher::Data::addFunction(std::shared_ptr const&, std::vector> const&, String) @ 0x0000000036a3acd3 13. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:1342: DB::ActionsMatcher::visit(DB::ASTFunction const&, std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a16e75 14. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:732: DB::ActionsMatcher::visit(std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a122b5 15. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:0: DB::ActionsMatcher::visit(DB::ASTExpressionList&, std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a28fdc 16. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:736: DB::ActionsMatcher::visit(std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a12435 17. ./src/Interpreters/InDepthNodeVisitor.h:71: DB::InDepthNodeVisitor const>::doVisit(std::shared_ptr const&) @ 0x00000000369ecfd5 18. ./src/Interpreters/InDepthNodeVisitor.h:61: DB::ExpressionAnalyzer::getRootActions(std::shared_ptr const&, bool, DB::ActionsDAG&, bool) @ 0x0000000036967af7 19. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:1588: DB::SelectQueryExpressionAnalyzer::appendSelect(DB::ExpressionActionsChain&, bool) @ 0x00000000369947e1 20. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:2173: DB::ExpressionAnalysisResult::ExpressionAnalysisResult(DB::SelectQueryExpressionAnalyzer&, std::shared_ptr const&, bool, bool, bool, std::shared_ptr const&, std::shared_ptr const&, DB::Block const&) @ 0x00000000369a6baf 21. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:1172: DB::InterpreterSelectQuery::getSampleBlockImpl() @ 0x000000003856c5d4 22. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:911: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr)::$_0::operator()(bool) const @ 0x000000003854abbd 23. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:921: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000038535ab7 24. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:477: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000038526c0e 25. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:294: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x0000000038526431 26. ./build_docker/./src/Interpreters/InterpreterExplainQuery.cpp:77: DB::InDepthNodeVisitor>::doVisit(std::shared_ptr&) @ 0x000000003786215d 27. ./src/Interpreters/InDepthNodeVisitor.h:61: void DB::InDepthNodeVisitor>::visitChildren(std::shared_ptr&) @ 0x0000000037862bd6 28. ./src/Interpreters/InDepthNodeVisitor.h:64: void DB::InDepthNodeVisitor>::visitChildren(std::shared_ptr&) @ 0x0000000037862be1 29. ./src/Interpreters/InDepthNodeVisitor.h:64: void DB::InDepthNodeVisitor>::visitChildren(std::shared_ptr&) @ 0x0000000037862be1 30. ./src/Interpreters/InDepthNodeVisitor.h:64: DB::InterpreterExplainQuery::executeImpl() @ 0x0000000037853da1 31. ./build_docker/./src/Interpreters/InterpreterExplainQuery.cpp:96: DB::InterpreterExplainQuery::execute() @ 0x00000000378462e4 2025.03.31 17:55:05.131890 [ 4129 ] {} TCPHandler: Code: 43. DB::Exception: Second argument of function transform, must be array of source values to transform from.: While processing transform(number, NULL, _CAST(['google', 'censor.net', 'yahoo'], 'Array(Enum8(\'censor.net\' = 1, \'google\' = 2, \'other\' = 3, \'yahoo\' = 4))'), _CAST('other', 'Enum8(\'censor.net\' = 1, \'google\' = 2, \'other\' = 3, \'yahoo\' = 4)')): While processing SELECT transform(number, NULL, _CAST(['google', 'censor.net', 'yahoo'], 'Array(Enum8(\'censor.net\' = 1, \'google\' = 2, \'other\' = 3, \'yahoo\' = 4))'), _CAST('other', 'Enum8(\'censor.net\' = 1, \'google\' = 2, \'other\' = 3, \'yahoo\' = 4)')) FROM system.numbers LIMIT 10. (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionTransform::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001bf8c281 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Interpreters/ActionsDAG.cpp:261: DB::ActionsDAG::addFunction(std::shared_ptr const&, std::vector>, String) @ 0x0000000035adea36 11. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:673: DB::ScopeStack::addFunction(std::shared_ptr const&, std::vector> const&, String) @ 0x0000000036a10683 12. ./src/Interpreters/ActionsVisitor.h:178: DB::ActionsMatcher::Data::addFunction(std::shared_ptr const&, std::vector> const&, String) @ 0x0000000036a3acd3 13. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:1342: DB::ActionsMatcher::visit(DB::ASTFunction const&, std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a16e75 14. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:732: DB::ActionsMatcher::visit(std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a122b5 15. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:0: DB::ActionsMatcher::visit(DB::ASTExpressionList&, std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a28fdc 16. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:736: DB::ActionsMatcher::visit(std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a12435 17. ./src/Interpreters/InDepthNodeVisitor.h:71: DB::InDepthNodeVisitor const>::doVisit(std::shared_ptr const&) @ 0x00000000369ecfd5 18. ./src/Interpreters/InDepthNodeVisitor.h:61: DB::ExpressionAnalyzer::getRootActions(std::shared_ptr const&, bool, DB::ActionsDAG&, bool) @ 0x0000000036967af7 19. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:1588: DB::SelectQueryExpressionAnalyzer::appendSelect(DB::ExpressionActionsChain&, bool) @ 0x00000000369947e1 20. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:2173: DB::ExpressionAnalysisResult::ExpressionAnalysisResult(DB::SelectQueryExpressionAnalyzer&, std::shared_ptr const&, bool, bool, bool, std::shared_ptr const&, std::shared_ptr const&, DB::Block const&) @ 0x00000000369a6baf 21. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:1172: DB::InterpreterSelectQuery::getSampleBlockImpl() @ 0x000000003856c5d4 22. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:911: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr)::$_0::operator()(bool) const @ 0x000000003854abbd 23. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:921: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000038535ab7 24. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:477: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000038526c0e 25. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:294: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x0000000038526431 26. ./build_docker/./src/Interpreters/InterpreterExplainQuery.cpp:77: DB::InDepthNodeVisitor>::doVisit(std::shared_ptr&) @ 0x000000003786215d 27. ./src/Interpreters/InDepthNodeVisitor.h:61: void DB::InDepthNodeVisitor>::visitChildren(std::shared_ptr&) @ 0x0000000037862bd6 28. ./src/Interpreters/InDepthNodeVisitor.h:64: void DB::InDepthNodeVisitor>::visitChildren(std::shared_ptr&) @ 0x0000000037862be1 29. ./src/Interpreters/InDepthNodeVisitor.h:64: void DB::InDepthNodeVisitor>::visitChildren(std::shared_ptr&) @ 0x0000000037862be1 30. ./src/Interpreters/InDepthNodeVisitor.h:64: DB::InterpreterExplainQuery::executeImpl() @ 0x0000000037853da1 31. ./build_docker/./src/Interpreters/InterpreterExplainQuery.cpp:96: DB::InterpreterExplainQuery::execute() @ 0x00000000378462e4 2025.03.31 17:55:05.883684 [ 4129 ] {1573744f-e21d-448c-ae37-d26cb5fda777} executeQuery: Code: 43. DB::Exception: Second argument of function transform, must be array of source values to transform from.: In scope SELECT transform(number, NULL, ['google', 'censor.net', 'yahoo'], 'other') FROM system.numbers LIMIT 10. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34048) (comment: 02497_if_transform_strings_to_enum.sql) (in query: EXPLAIN QUERY TREE run_passes = 1 SELECT transform(number, NULL, ['google', 'censor.net', 'yahoo'], 'other') FROM system.numbers LIMIT 10;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionTransform::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001bf8c281 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:209: DB::QueryTreePassManager::run(std::shared_ptr, unsigned long) @ 0x000000003787c6b8 18. ./build_docker/./src/Interpreters/InterpreterExplainQuery.cpp:425: DB::InterpreterExplainQuery::executeImpl() @ 0x000000003784d025 19. ./build_docker/./src/Interpreters/InterpreterExplainQuery.cpp:96: DB::InterpreterExplainQuery::execute() @ 0x00000000378462e4 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:55:05.888619 [ 4129 ] {} TCPHandler: Code: 43. DB::Exception: Second argument of function transform, must be array of source values to transform from.: In scope SELECT transform(number, NULL, ['google', 'censor.net', 'yahoo'], 'other') FROM system.numbers LIMIT 10. (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionTransform::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001bf8c281 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:209: DB::QueryTreePassManager::run(std::shared_ptr, unsigned long) @ 0x000000003787c6b8 18. ./build_docker/./src/Interpreters/InterpreterExplainQuery.cpp:425: DB::InterpreterExplainQuery::executeImpl() @ 0x000000003784d025 19. ./build_docker/./src/Interpreters/InterpreterExplainQuery.cpp:96: DB::InterpreterExplainQuery::execute() @ 0x00000000378462e4 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:55:06.257566 [ 68115 ] {test_01948_tcp_test_jns3iqcz} executeQuery: Code: 394. DB::Exception: Query was cancelled. (QUERY_WAS_CANCELLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34116) (comment: 01950_kill_large_group_by_query.sh) (in query: SELECT * FROM ( SELECT a.name as n FROM ( SELECT 'Name' as name, number FROM system.numbers LIMIT 2000000 ) AS a, ( SELECT 'Name' as name2, number FROM system.numbers LIMIT 2000000 ) as b GROUP BY n ) LIMIT 20 FORMAT Null), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/ProcessList.cpp:560: DB::QueryStatus::throwQueryWasCancelled() const @ 0x0000000038971ab9 5. ./build_docker/./src/Interpreters/ProcessList.cpp:513: DB::QueryStatus::throwProperExceptionIfNeeded(unsigned long const&, unsigned long const&) @ 0x00000000389717d8 6. ./build_docker/./src/Interpreters/ProcessList.cpp:550: DB::QueryStatus::checkTimeLimit() @ 0x0000000038972c83 7. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:200: DB::PipelineExecutor::finalizeExecution() @ 0x000000003f717f87 8. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:147: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7177f7 9. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 10. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 12. ? @ 0x00007fc708d31ac3 13. ? @ 0x00007fc708dc3850 2025.03.31 17:55:06.316638 [ 68115 ] {} TCPHandler: Code: 394. DB::Exception: Query was cancelled. (QUERY_WAS_CANCELLED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/ProcessList.cpp:560: DB::QueryStatus::throwQueryWasCancelled() const @ 0x0000000038971ab9 5. ./build_docker/./src/Interpreters/ProcessList.cpp:513: DB::QueryStatus::throwProperExceptionIfNeeded(unsigned long const&, unsigned long const&) @ 0x00000000389717d8 6. ./build_docker/./src/Interpreters/ProcessList.cpp:550: DB::QueryStatus::checkTimeLimit() @ 0x0000000038972c83 7. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:200: DB::PipelineExecutor::finalizeExecution() @ 0x000000003f717f87 8. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:147: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7177f7 9. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 10. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 12. ? @ 0x00007fc708d31ac3 13. ? @ 0x00007fc708dc3850 2025.03.31 17:55:07.604495 [ 55895 ] {2034eabf-164d-416a-b501-8b94f007dc40} executeQuery: Code: 159. DB::Exception: Timeout exceeded: elapsed 1.000362154 seconds, maximum: 1 seconds. (TIMEOUT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:59288) (comment: 02122_join_group_by_timeout.sh) (in query: SELECT * FROM ( SELECT a.name as n FROM ( SELECT 'Name' as name, number FROM system.numbers LIMIT 2000000 ) AS a, ( SELECT 'Name' as name2, number FROM system.numbers LIMIT 2000000 ) as b GROUP BY n ) LIMIT 20 FORMAT Null ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, double&&, double&&) @ 0x0000000034b00e2d 4. ./build_docker/./src/QueryPipeline/ExecutionSpeedLimits.cpp:113: DB::ExecutionSpeedLimits::checkTimeLimit(unsigned long const&, DB::OverflowMode) const @ 0x0000000034afe0e9 5. ./build_docker/./src/Interpreters/ProcessList.cpp:552: DB::QueryStatus::checkTimeLimit() @ 0x0000000038972cb0 6. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:200: DB::PipelineExecutor::finalizeExecution() @ 0x000000003f717f87 7. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:147: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7177f7 8. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:112: DB::CompletedPipelineExecutor::execute() @ 0x000000003f7140d3 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1798: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003928176b 10. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 11. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 12. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 17:55:07.643359 [ 55895 ] {2034eabf-164d-416a-b501-8b94f007dc40} DynamicQueryHandler: Code: 159. DB::Exception: Timeout exceeded: elapsed 1.000362154 seconds, maximum: 1 seconds. (TIMEOUT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, double&&, double&&) @ 0x0000000034b00e2d 4. ./build_docker/./src/QueryPipeline/ExecutionSpeedLimits.cpp:113: DB::ExecutionSpeedLimits::checkTimeLimit(unsigned long const&, DB::OverflowMode) const @ 0x0000000034afe0e9 5. ./build_docker/./src/Interpreters/ProcessList.cpp:552: DB::QueryStatus::checkTimeLimit() @ 0x0000000038972cb0 6. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:200: DB::PipelineExecutor::finalizeExecution() @ 0x000000003f717f87 7. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:147: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7177f7 8. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:112: DB::CompletedPipelineExecutor::execute() @ 0x000000003f7140d3 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1798: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003928176b 10. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 11. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 12. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:55:08.077308 [ 4128 ] {test_01948_http_test_jns3iqcz} executeQuery: Code: 394. DB::Exception: Query was cancelled. (QUERY_WAS_CANCELLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:59294) (comment: 01950_kill_large_group_by_query.sh) (in query: SELECT * FROM ( SELECT a.name as n FROM ( SELECT 'Name' as name, number FROM system.numbers LIMIT 2000000 ) AS a, ( SELECT 'Name' as name2, number FROM system.numbers LIMIT 2000000 ) as b GROUP BY n ) LIMIT 20 FORMAT Null), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/ProcessList.cpp:560: DB::QueryStatus::throwQueryWasCancelled() const @ 0x0000000038971ab9 5. ./build_docker/./src/Interpreters/ProcessList.cpp:513: DB::QueryStatus::throwProperExceptionIfNeeded(unsigned long const&, unsigned long const&) @ 0x00000000389717d8 6. ./build_docker/./src/Interpreters/ProcessList.cpp:550: DB::QueryStatus::checkTimeLimit() @ 0x0000000038972c83 7. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:200: DB::PipelineExecutor::finalizeExecution() @ 0x000000003f717f87 8. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:147: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7177f7 9. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:112: DB::CompletedPipelineExecutor::execute() @ 0x000000003f7140d3 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1798: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003928176b 11. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 12. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 13. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:55:08.106959 [ 4128 ] {test_01948_http_test_jns3iqcz} DynamicQueryHandler: Code: 394. DB::Exception: Query was cancelled. (QUERY_WAS_CANCELLED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/ProcessList.cpp:560: DB::QueryStatus::throwQueryWasCancelled() const @ 0x0000000038971ab9 5. ./build_docker/./src/Interpreters/ProcessList.cpp:513: DB::QueryStatus::throwProperExceptionIfNeeded(unsigned long const&, unsigned long const&) @ 0x00000000389717d8 6. ./build_docker/./src/Interpreters/ProcessList.cpp:550: DB::QueryStatus::checkTimeLimit() @ 0x0000000038972c83 7. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:200: DB::PipelineExecutor::finalizeExecution() @ 0x000000003f717f87 8. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:147: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7177f7 9. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:112: DB::CompletedPipelineExecutor::execute() @ 0x000000003f7140d3 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1798: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003928176b 11. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 12. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 13. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:55:08.800811 [ 1375 ] {ca5a67f4-e826-4618-b1ea-6b0c7f13238e} executeQuery: Code: 36. DB::Exception: Primary key cannot be updated (cannot update column key). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37224) (comment: 02577_keepermap_delete_update.sql) (in query: ALTER TABLE 02577_keepermap_delete_update UPDATE key = key * 10 WHERE 1 = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Storages/StorageKeeperMap.cpp:1445: DB::StorageKeeperMap::mutate(DB::MutationCommands const&, std::shared_ptr) @ 0x000000003cb5cb4f 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:239: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751baf 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:08.806229 [ 1375 ] {} TCPHandler: Code: 36. DB::Exception: Primary key cannot be updated (cannot update column key). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Storages/StorageKeeperMap.cpp:1445: DB::StorageKeeperMap::mutate(DB::MutationCommands const&, std::shared_ptr) @ 0x000000003cb5cb4f 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:239: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751baf 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:09.472628 [ 1375 ] {40a1354d-77b9-41e9-b8f8-ed38ce64aed4} executeQuery: Code: 36. DB::Exception: Mutations with ON CLUSTER are not allowed for KeeperMap tables. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37224) (comment: 02577_keepermap_delete_update.sql) (in query: ALTER TABLE 02577_keepermap_delete_update ON CLUSTER test_shard_localhost UPDATE value2 = value2 * 10 + 2 WHERE value2 < 100;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:116: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037753d0e 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 8. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 17:55:09.477518 [ 1375 ] {} TCPHandler: Code: 36. DB::Exception: Mutations with ON CLUSTER are not allowed for KeeperMap tables. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:116: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037753d0e 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 8. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 17:55:11.954306 [ 530 ] {} test_cev3yovm.rmt_slave (c50d9ad7-e987-40fd-b28e-eed3d37cc418): void DB::StorageReplicatedMergeTree::mutationsUpdatingTask(): Code: 236. DB::Exception: Log pulling is cancelled. (ABORTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeQueue.cpp:917: DB::ReplicatedMergeTreeQueue::updateMutations(std::shared_ptr, std::shared_ptr>) @ 0x000000003e8ce7d7 5. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:3823: DB::StorageReplicatedMergeTree::mutationsUpdatingTask() @ 0x000000003cf0d0fd 6. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:416: void std::__function::__policy_invoker::__call_impl, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::ZooKeeperRetriesInfo const&)::$_2, void ()>>(std::__function::__policy_storage const*) @ 0x000000003d1340ff 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000343377c7 8. ./build_docker/./src/Core/BackgroundSchedulePool.cpp:304: DB::BackgroundSchedulePool::threadFunction() @ 0x0000000034343233 9. ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x0000000034344d0f 10. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 12. ? @ 0x00007fc708d31ac3 13. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:55:12.042160 [ 525 ] {} test_cev3yovm.rmt_slave (c50d9ad7-e987-40fd-b28e-eed3d37cc418): void DB::StorageReplicatedMergeTree::queueUpdatingTask(): Code: 236. DB::Exception: Log pulling is cancelled. (ABORTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeQueue.cpp:631: DB::ReplicatedMergeTreeQueue::pullLogsToQueue(std::shared_ptr, std::function, DB::ReplicatedMergeTreeQueue::PullLogsReason) @ 0x000000003e8ba85e 5. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:3788: DB::StorageReplicatedMergeTree::queueUpdatingTask() @ 0x000000003cf0c69a 6. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:411: void std::__function::__policy_invoker::__call_impl, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::ZooKeeperRetriesInfo const&)::$_1, void ()>>(std::__function::__policy_storage const*) @ 0x000000003d1340bf 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000343377c7 8. ./build_docker/./src/Core/BackgroundSchedulePool.cpp:304: DB::BackgroundSchedulePool::threadFunction() @ 0x0000000034343233 9. ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x0000000034344d0f 10. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 12. ? @ 0x00007fc708d31ac3 13. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:55:12.957725 [ 616 ] {} test_cev3yovm.rmt_slave (c50d9ad7-e987-40fd-b28e-eed3d37cc418): void DB::StorageReplicatedMergeTree::mutationsUpdatingTask(): Code: 236. DB::Exception: Log pulling is cancelled. (ABORTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeQueue.cpp:917: DB::ReplicatedMergeTreeQueue::updateMutations(std::shared_ptr, std::shared_ptr>) @ 0x000000003e8ce7d7 5. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:3823: DB::StorageReplicatedMergeTree::mutationsUpdatingTask() @ 0x000000003cf0d0fd 6. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:416: void std::__function::__policy_invoker::__call_impl, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::ZooKeeperRetriesInfo const&)::$_2, void ()>>(std::__function::__policy_storage const*) @ 0x000000003d1340ff 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000343377c7 8. ./build_docker/./src/Core/BackgroundSchedulePool.cpp:304: DB::BackgroundSchedulePool::threadFunction() @ 0x0000000034343233 9. ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x0000000034344d0f 10. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 12. ? @ 0x00007fc708d31ac3 13. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:55:13.546761 [ 68115 ] {72b96b68-0b8f-422e-a93f-96d9b5b062fb} executeQuery: Code: 43. DB::Exception: Values for -Map cannot be summed, passed type Nullable(Nothing). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37332) (comment: 01621_summap_check_types.sql) (in query: SELECT [NULL], sumMapWithOverflow(events, [NULL], [[(NULL)]], counts) FROM sum_map_overflow;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/AggregateFunctions/AggregateFunctionSumMap.cpp:130: std::shared_ptr std::__function::__policy_invoker (String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*)>::__call_impl (String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*)>>(std::__function::__policy_storage const*, String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x0000000024e96047 5. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 6. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 14. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:55:13.552652 [ 68115 ] {} TCPHandler: Code: 43. DB::Exception: Values for -Map cannot be summed, passed type Nullable(Nothing). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/AggregateFunctions/AggregateFunctionSumMap.cpp:130: std::shared_ptr std::__function::__policy_invoker (String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*)>::__call_impl (String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*)>>(std::__function::__policy_storage const*, String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x0000000024e96047 5. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 6. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 14. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:55:13.992472 [ 1058 ] {} c50d9ad7-e987-40fd-b28e-eed3d37cc418::all_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 86. DB::HTTPException: Received error from remote server http://01415e1c5a82:9009/?endpoint=DataPartsExchange%3Adefault%3A%2Fclickhouse%2Ftest_cev3yovm%2Freplicas%2Fmaster&part=all_0_0_0_1&client_protocol_version=8&compress=false. HTTP status code: 500 'Internal Server Error', body length: 137 bytes, body: 'Code: 236. DB::Exception: Transferring part to replica was cancelled. (ABORTED) (version 24.12.2.20214.altinityantalya (altinity build)) '. (RECEIVED_ERROR_FROM_REMOTE_IO_SERVER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::HTTPException::HTTPException(int, String const&, Poco::Net::HTTPResponse::HTTPStatus, String const&, String const&) @ 0x00000000210688f9 4. ./build_docker/./src/IO/HTTPCommon.cpp:92: DB::assertResponseIsOk(String const&, Poco::Net::HTTPResponse&, std::basic_istream>&, bool) @ 0x0000000021068277 5. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:277: DB::ReadWriteBufferFromHTTP::callImpl(Poco::Net::HTTPResponse&, String const&, std::optional const&, bool) const @ 0x000000002747f763 6. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:285: DB::ReadWriteBufferFromHTTP::callWithRedirects(Poco::Net::HTTPResponse&, String const&, std::optional const&) @ 0x000000002747fc35 7. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:408: DB::ReadWriteBufferFromHTTP::initialize() @ 0x0000000027481929 8. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:472: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000274891c7 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002747a305 10. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:465: DB::ReadWriteBufferFromHTTP::nextImpl() @ 0x0000000027485212 11. DB::ReadBuffer::next() @ 0x0000000008c432cf 12. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:254: DB::ReadWriteBufferFromHTTP::ReadWriteBufferFromHTTP(DB::HTTPConnectionGroupType const&, Poco::URI const&, String const&, DB::ProxyConfiguration, DB::ReadSettings, DB::ConnectionTimeouts, Poco::Net::HTTPBasicCredentials const&, DB::RemoteHostFilter const*, unsigned long, unsigned long, std::function>&)>, bool, bool, std::vector>, bool, std::optional) @ 0x000000002747e7ad 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]>&)>&, bool&, bool&, std::vector>&, bool&, std::nullopt_t const&>(DB::HTTPConnectionGroupType&, Poco::URI&, String&, DB::ProxyConfiguration&, DB::ReadSettings&, DB::ConnectionTimeouts&, Poco::Net::HTTPBasicCredentials const&, DB::RemoteHostFilter const*&, unsigned long&, unsigned long&, std::function>&)>&, bool&, bool&, std::vector>&, bool&, std::nullopt_t const&) @ 0x0000000027462db0 14. ./src/IO/ReadWriteBufferFromHTTP.h:247: DB::DataPartsExchange::Fetcher::fetchSelectedPart(std::shared_ptr const&, std::shared_ptr, String const&, String const&, String const&, String const&, int, DB::ConnectionTimeouts const&, String const&, String const&, String const&, std::shared_ptr, bool, String const&, std::optional*, bool, std::shared_ptr) @ 0x000000003da3ba00 15. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:5183: std::shared_ptr std::__function::__policy_invoker ()>::__call_impl const&, String const&, String const&, bool, unsigned long, std::shared_ptr, bool)::$_4, std::shared_ptr ()>>(std::__function::__policy_storage const*) @ 0x000000003d13d54a 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ce90c10 17. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:2504: DB::StorageReplicatedMergeTree::executeFetch(DB::ReplicatedMergeTreeLogEntry&, bool) @ 0x000000003ce66fb0 18. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:174: DB::ReplicatedMergeMutateTaskBase::executeImpl()::$_1::operator()(bool) const @ 0x000000003e7de103 19. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:204: DB::ReplicatedMergeMutateTaskBase::executeImpl() @ 0x000000003e7dab59 20. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:52: DB::ReplicatedMergeMutateTaskBase::executeStep() @ 0x000000003e7d6db2 21. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:308: DB::MergeTreeBackgroundExecutor::routine(std::shared_ptr) @ 0x000000003ddd83a0 22. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:353: DB::MergeTreeBackgroundExecutor::threadFunction() @ 0x000000003ddda121 23. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:57: void std::__function::__policy_invoker::__call_impl::MergeTreeBackgroundExecutor(String, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::basic_string_view>)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003dde1b7f 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 28. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:55:13.993538 [ 1058 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {c50d9ad7-e987-40fd-b28e-eed3d37cc418::all_0_0_0_1}: Code: 86. DB::HTTPException: Received error from remote server http://01415e1c5a82:9009/?endpoint=DataPartsExchange%3Adefault%3A%2Fclickhouse%2Ftest_cev3yovm%2Freplicas%2Fmaster&part=all_0_0_0_1&client_protocol_version=8&compress=false. HTTP status code: 500 'Internal Server Error', body length: 137 bytes, body: 'Code: 236. DB::Exception: Transferring part to replica was cancelled. (ABORTED) (version 24.12.2.20214.altinityantalya (altinity build)) '. (RECEIVED_ERROR_FROM_REMOTE_IO_SERVER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::HTTPException::HTTPException(int, String const&, Poco::Net::HTTPResponse::HTTPStatus, String const&, String const&) @ 0x00000000210688f9 4. ./build_docker/./src/IO/HTTPCommon.cpp:92: DB::assertResponseIsOk(String const&, Poco::Net::HTTPResponse&, std::basic_istream>&, bool) @ 0x0000000021068277 5. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:277: DB::ReadWriteBufferFromHTTP::callImpl(Poco::Net::HTTPResponse&, String const&, std::optional const&, bool) const @ 0x000000002747f763 6. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:285: DB::ReadWriteBufferFromHTTP::callWithRedirects(Poco::Net::HTTPResponse&, String const&, std::optional const&) @ 0x000000002747fc35 7. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:408: DB::ReadWriteBufferFromHTTP::initialize() @ 0x0000000027481929 8. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:472: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000274891c7 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002747a305 10. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:465: DB::ReadWriteBufferFromHTTP::nextImpl() @ 0x0000000027485212 11. DB::ReadBuffer::next() @ 0x0000000008c432cf 12. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:254: DB::ReadWriteBufferFromHTTP::ReadWriteBufferFromHTTP(DB::HTTPConnectionGroupType const&, Poco::URI const&, String const&, DB::ProxyConfiguration, DB::ReadSettings, DB::ConnectionTimeouts, Poco::Net::HTTPBasicCredentials const&, DB::RemoteHostFilter const*, unsigned long, unsigned long, std::function>&)>, bool, bool, std::vector>, bool, std::optional) @ 0x000000002747e7ad 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]>&)>&, bool&, bool&, std::vector>&, bool&, std::nullopt_t const&>(DB::HTTPConnectionGroupType&, Poco::URI&, String&, DB::ProxyConfiguration&, DB::ReadSettings&, DB::ConnectionTimeouts&, Poco::Net::HTTPBasicCredentials const&, DB::RemoteHostFilter const*&, unsigned long&, unsigned long&, std::function>&)>&, bool&, bool&, std::vector>&, bool&, std::nullopt_t const&) @ 0x0000000027462db0 14. ./src/IO/ReadWriteBufferFromHTTP.h:247: DB::DataPartsExchange::Fetcher::fetchSelectedPart(std::shared_ptr const&, std::shared_ptr, String const&, String const&, String const&, String const&, int, DB::ConnectionTimeouts const&, String const&, String const&, String const&, std::shared_ptr, bool, String const&, std::optional*, bool, std::shared_ptr) @ 0x000000003da3ba00 15. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:5183: std::shared_ptr std::__function::__policy_invoker ()>::__call_impl const&, String const&, String const&, bool, unsigned long, std::shared_ptr, bool)::$_4, std::shared_ptr ()>>(std::__function::__policy_storage const*) @ 0x000000003d13d54a 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ce90c10 17. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:2504: DB::StorageReplicatedMergeTree::executeFetch(DB::ReplicatedMergeTreeLogEntry&, bool) @ 0x000000003ce66fb0 18. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:174: DB::ReplicatedMergeMutateTaskBase::executeImpl()::$_1::operator()(bool) const @ 0x000000003e7de103 19. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:204: DB::ReplicatedMergeMutateTaskBase::executeImpl() @ 0x000000003e7dab59 20. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:52: DB::ReplicatedMergeMutateTaskBase::executeStep() @ 0x000000003e7d6db2 21. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:308: DB::MergeTreeBackgroundExecutor::routine(std::shared_ptr) @ 0x000000003ddd83a0 22. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:353: DB::MergeTreeBackgroundExecutor::threadFunction() @ 0x000000003ddda121 23. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:57: void std::__function::__policy_invoker::__call_impl::MergeTreeBackgroundExecutor(String, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::basic_string_view>)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003dde1b7f 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 28. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:55:14.144573 [ 732 ] {} DNSResolver: Cannot resolve host (), error 0: No address found. 2025.03.31 17:55:14.722066 [ 1056 ] {} c50d9ad7-e987-40fd-b28e-eed3d37cc418::all_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 86. DB::HTTPException: Received error from remote server http://01415e1c5a82:9009/?endpoint=DataPartsExchange%3Adefault%3A%2Fclickhouse%2Ftest_cev3yovm%2Freplicas%2Fmaster&part=all_0_0_0_1&client_protocol_version=8&compress=false. HTTP status code: 500 'Internal Server Error', body length: 137 bytes, body: 'Code: 236. DB::Exception: Transferring part to replica was cancelled. (ABORTED) (version 24.12.2.20214.altinityantalya (altinity build)) '. (RECEIVED_ERROR_FROM_REMOTE_IO_SERVER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::HTTPException::HTTPException(int, String const&, Poco::Net::HTTPResponse::HTTPStatus, String const&, String const&) @ 0x00000000210688f9 4. ./build_docker/./src/IO/HTTPCommon.cpp:92: DB::assertResponseIsOk(String const&, Poco::Net::HTTPResponse&, std::basic_istream>&, bool) @ 0x0000000021068277 5. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:277: DB::ReadWriteBufferFromHTTP::callImpl(Poco::Net::HTTPResponse&, String const&, std::optional const&, bool) const @ 0x000000002747f763 6. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:285: DB::ReadWriteBufferFromHTTP::callWithRedirects(Poco::Net::HTTPResponse&, String const&, std::optional const&) @ 0x000000002747fc35 7. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:408: DB::ReadWriteBufferFromHTTP::initialize() @ 0x0000000027481929 8. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:472: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000274891c7 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002747a305 10. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:465: DB::ReadWriteBufferFromHTTP::nextImpl() @ 0x0000000027485212 11. DB::ReadBuffer::next() @ 0x0000000008c432cf 12. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:254: DB::ReadWriteBufferFromHTTP::ReadWriteBufferFromHTTP(DB::HTTPConnectionGroupType const&, Poco::URI const&, String const&, DB::ProxyConfiguration, DB::ReadSettings, DB::ConnectionTimeouts, Poco::Net::HTTPBasicCredentials const&, DB::RemoteHostFilter const*, unsigned long, unsigned long, std::function>&)>, bool, bool, std::vector>, bool, std::optional) @ 0x000000002747e7ad 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]>&)>&, bool&, bool&, std::vector>&, bool&, std::nullopt_t const&>(DB::HTTPConnectionGroupType&, Poco::URI&, String&, DB::ProxyConfiguration&, DB::ReadSettings&, DB::ConnectionTimeouts&, Poco::Net::HTTPBasicCredentials const&, DB::RemoteHostFilter const*&, unsigned long&, unsigned long&, std::function>&)>&, bool&, bool&, std::vector>&, bool&, std::nullopt_t const&) @ 0x0000000027462db0 14. ./src/IO/ReadWriteBufferFromHTTP.h:247: DB::DataPartsExchange::Fetcher::fetchSelectedPart(std::shared_ptr const&, std::shared_ptr, String const&, String const&, String const&, String const&, int, DB::ConnectionTimeouts const&, String const&, String const&, String const&, std::shared_ptr, bool, String const&, std::optional*, bool, std::shared_ptr) @ 0x000000003da3ba00 15. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:5183: std::shared_ptr std::__function::__policy_invoker ()>::__call_impl const&, String const&, String const&, bool, unsigned long, std::shared_ptr, bool)::$_4, std::shared_ptr ()>>(std::__function::__policy_storage const*) @ 0x000000003d13d54a 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ce90c10 17. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:2504: DB::StorageReplicatedMergeTree::executeFetch(DB::ReplicatedMergeTreeLogEntry&, bool) @ 0x000000003ce66fb0 18. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:174: DB::ReplicatedMergeMutateTaskBase::executeImpl()::$_1::operator()(bool) const @ 0x000000003e7de103 19. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:204: DB::ReplicatedMergeMutateTaskBase::executeImpl() @ 0x000000003e7dab59 20. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:52: DB::ReplicatedMergeMutateTaskBase::executeStep() @ 0x000000003e7d6db2 21. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:308: DB::MergeTreeBackgroundExecutor::routine(std::shared_ptr) @ 0x000000003ddd83a0 22. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:353: DB::MergeTreeBackgroundExecutor::threadFunction() @ 0x000000003ddda121 23. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:57: void std::__function::__policy_invoker::__call_impl::MergeTreeBackgroundExecutor(String, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::basic_string_view>)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003dde1b7f 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 28. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:55:14.723130 [ 1056 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {c50d9ad7-e987-40fd-b28e-eed3d37cc418::all_0_0_0_1}: Code: 86. DB::HTTPException: Received error from remote server http://01415e1c5a82:9009/?endpoint=DataPartsExchange%3Adefault%3A%2Fclickhouse%2Ftest_cev3yovm%2Freplicas%2Fmaster&part=all_0_0_0_1&client_protocol_version=8&compress=false. HTTP status code: 500 'Internal Server Error', body length: 137 bytes, body: 'Code: 236. DB::Exception: Transferring part to replica was cancelled. (ABORTED) (version 24.12.2.20214.altinityantalya (altinity build)) '. (RECEIVED_ERROR_FROM_REMOTE_IO_SERVER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::HTTPException::HTTPException(int, String const&, Poco::Net::HTTPResponse::HTTPStatus, String const&, String const&) @ 0x00000000210688f9 4. ./build_docker/./src/IO/HTTPCommon.cpp:92: DB::assertResponseIsOk(String const&, Poco::Net::HTTPResponse&, std::basic_istream>&, bool) @ 0x0000000021068277 5. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:277: DB::ReadWriteBufferFromHTTP::callImpl(Poco::Net::HTTPResponse&, String const&, std::optional const&, bool) const @ 0x000000002747f763 6. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:285: DB::ReadWriteBufferFromHTTP::callWithRedirects(Poco::Net::HTTPResponse&, String const&, std::optional const&) @ 0x000000002747fc35 7. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:408: DB::ReadWriteBufferFromHTTP::initialize() @ 0x0000000027481929 8. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:472: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000274891c7 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002747a305 10. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:465: DB::ReadWriteBufferFromHTTP::nextImpl() @ 0x0000000027485212 11. DB::ReadBuffer::next() @ 0x0000000008c432cf 12. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:254: DB::ReadWriteBufferFromHTTP::ReadWriteBufferFromHTTP(DB::HTTPConnectionGroupType const&, Poco::URI const&, String const&, DB::ProxyConfiguration, DB::ReadSettings, DB::ConnectionTimeouts, Poco::Net::HTTPBasicCredentials const&, DB::RemoteHostFilter const*, unsigned long, unsigned long, std::function>&)>, bool, bool, std::vector>, bool, std::optional) @ 0x000000002747e7ad 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]>&)>&, bool&, bool&, std::vector>&, bool&, std::nullopt_t const&>(DB::HTTPConnectionGroupType&, Poco::URI&, String&, DB::ProxyConfiguration&, DB::ReadSettings&, DB::ConnectionTimeouts&, Poco::Net::HTTPBasicCredentials const&, DB::RemoteHostFilter const*&, unsigned long&, unsigned long&, std::function>&)>&, bool&, bool&, std::vector>&, bool&, std::nullopt_t const&) @ 0x0000000027462db0 14. ./src/IO/ReadWriteBufferFromHTTP.h:247: DB::DataPartsExchange::Fetcher::fetchSelectedPart(std::shared_ptr const&, std::shared_ptr, String const&, String const&, String const&, String const&, int, DB::ConnectionTimeouts const&, String const&, String const&, String const&, std::shared_ptr, bool, String const&, std::optional*, bool, std::shared_ptr) @ 0x000000003da3ba00 15. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:5183: std::shared_ptr std::__function::__policy_invoker ()>::__call_impl const&, String const&, String const&, bool, unsigned long, std::shared_ptr, bool)::$_4, std::shared_ptr ()>>(std::__function::__policy_storage const*) @ 0x000000003d13d54a 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ce90c10 17. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:2504: DB::StorageReplicatedMergeTree::executeFetch(DB::ReplicatedMergeTreeLogEntry&, bool) @ 0x000000003ce66fb0 18. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:174: DB::ReplicatedMergeMutateTaskBase::executeImpl()::$_1::operator()(bool) const @ 0x000000003e7de103 19. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:204: DB::ReplicatedMergeMutateTaskBase::executeImpl() @ 0x000000003e7dab59 20. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:52: DB::ReplicatedMergeMutateTaskBase::executeStep() @ 0x000000003e7d6db2 21. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:308: DB::MergeTreeBackgroundExecutor::routine(std::shared_ptr) @ 0x000000003ddd83a0 22. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:353: DB::MergeTreeBackgroundExecutor::threadFunction() @ 0x000000003ddda121 23. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:57: void std::__function::__policy_invoker::__call_impl::MergeTreeBackgroundExecutor(String, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::basic_string_view>)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003dde1b7f 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 28. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:55:15.063594 [ 1062 ] {} c50d9ad7-e987-40fd-b28e-eed3d37cc418::all_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 86. DB::HTTPException: Received error from remote server http://01415e1c5a82:9009/?endpoint=DataPartsExchange%3Adefault%3A%2Fclickhouse%2Ftest_cev3yovm%2Freplicas%2Fmaster&part=all_0_0_0_1&client_protocol_version=8&compress=false. HTTP status code: 500 'Internal Server Error', body length: 137 bytes, body: 'Code: 236. DB::Exception: Transferring part to replica was cancelled. (ABORTED) (version 24.12.2.20214.altinityantalya (altinity build)) '. (RECEIVED_ERROR_FROM_REMOTE_IO_SERVER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::HTTPException::HTTPException(int, String const&, Poco::Net::HTTPResponse::HTTPStatus, String const&, String const&) @ 0x00000000210688f9 4. ./build_docker/./src/IO/HTTPCommon.cpp:92: DB::assertResponseIsOk(String const&, Poco::Net::HTTPResponse&, std::basic_istream>&, bool) @ 0x0000000021068277 5. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:277: DB::ReadWriteBufferFromHTTP::callImpl(Poco::Net::HTTPResponse&, String const&, std::optional const&, bool) const @ 0x000000002747f763 6. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:285: DB::ReadWriteBufferFromHTTP::callWithRedirects(Poco::Net::HTTPResponse&, String const&, std::optional const&) @ 0x000000002747fc35 7. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:408: DB::ReadWriteBufferFromHTTP::initialize() @ 0x0000000027481929 8. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:472: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000274891c7 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002747a305 10. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:465: DB::ReadWriteBufferFromHTTP::nextImpl() @ 0x0000000027485212 11. DB::ReadBuffer::next() @ 0x0000000008c432cf 12. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:254: DB::ReadWriteBufferFromHTTP::ReadWriteBufferFromHTTP(DB::HTTPConnectionGroupType const&, Poco::URI const&, String const&, DB::ProxyConfiguration, DB::ReadSettings, DB::ConnectionTimeouts, Poco::Net::HTTPBasicCredentials const&, DB::RemoteHostFilter const*, unsigned long, unsigned long, std::function>&)>, bool, bool, std::vector>, bool, std::optional) @ 0x000000002747e7ad 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]>&)>&, bool&, bool&, std::vector>&, bool&, std::nullopt_t const&>(DB::HTTPConnectionGroupType&, Poco::URI&, String&, DB::ProxyConfiguration&, DB::ReadSettings&, DB::ConnectionTimeouts&, Poco::Net::HTTPBasicCredentials const&, DB::RemoteHostFilter const*&, unsigned long&, unsigned long&, std::function>&)>&, bool&, bool&, std::vector>&, bool&, std::nullopt_t const&) @ 0x0000000027462db0 14. ./src/IO/ReadWriteBufferFromHTTP.h:247: DB::DataPartsExchange::Fetcher::fetchSelectedPart(std::shared_ptr const&, std::shared_ptr, String const&, String const&, String const&, String const&, int, DB::ConnectionTimeouts const&, String const&, String const&, String const&, std::shared_ptr, bool, String const&, std::optional*, bool, std::shared_ptr) @ 0x000000003da3ba00 15. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:5183: std::shared_ptr std::__function::__policy_invoker ()>::__call_impl const&, String const&, String const&, bool, unsigned long, std::shared_ptr, bool)::$_4, std::shared_ptr ()>>(std::__function::__policy_storage const*) @ 0x000000003d13d54a 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ce90c10 17. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:2504: DB::StorageReplicatedMergeTree::executeFetch(DB::ReplicatedMergeTreeLogEntry&, bool) @ 0x000000003ce66fb0 18. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:174: DB::ReplicatedMergeMutateTaskBase::executeImpl()::$_1::operator()(bool) const @ 0x000000003e7de103 19. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:204: DB::ReplicatedMergeMutateTaskBase::executeImpl() @ 0x000000003e7dab59 20. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:52: DB::ReplicatedMergeMutateTaskBase::executeStep() @ 0x000000003e7d6db2 21. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:308: DB::MergeTreeBackgroundExecutor::routine(std::shared_ptr) @ 0x000000003ddd83a0 22. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:353: DB::MergeTreeBackgroundExecutor::threadFunction() @ 0x000000003ddda121 23. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:57: void std::__function::__policy_invoker::__call_impl::MergeTreeBackgroundExecutor(String, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::basic_string_view>)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003dde1b7f 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 28. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:55:15.064619 [ 1062 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {c50d9ad7-e987-40fd-b28e-eed3d37cc418::all_0_0_0_1}: Code: 86. DB::HTTPException: Received error from remote server http://01415e1c5a82:9009/?endpoint=DataPartsExchange%3Adefault%3A%2Fclickhouse%2Ftest_cev3yovm%2Freplicas%2Fmaster&part=all_0_0_0_1&client_protocol_version=8&compress=false. HTTP status code: 500 'Internal Server Error', body length: 137 bytes, body: 'Code: 236. DB::Exception: Transferring part to replica was cancelled. (ABORTED) (version 24.12.2.20214.altinityantalya (altinity build)) '. (RECEIVED_ERROR_FROM_REMOTE_IO_SERVER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::HTTPException::HTTPException(int, String const&, Poco::Net::HTTPResponse::HTTPStatus, String const&, String const&) @ 0x00000000210688f9 4. ./build_docker/./src/IO/HTTPCommon.cpp:92: DB::assertResponseIsOk(String const&, Poco::Net::HTTPResponse&, std::basic_istream>&, bool) @ 0x0000000021068277 5. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:277: DB::ReadWriteBufferFromHTTP::callImpl(Poco::Net::HTTPResponse&, String const&, std::optional const&, bool) const @ 0x000000002747f763 6. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:285: DB::ReadWriteBufferFromHTTP::callWithRedirects(Poco::Net::HTTPResponse&, String const&, std::optional const&) @ 0x000000002747fc35 7. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:408: DB::ReadWriteBufferFromHTTP::initialize() @ 0x0000000027481929 8. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:472: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000274891c7 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002747a305 10. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:465: DB::ReadWriteBufferFromHTTP::nextImpl() @ 0x0000000027485212 11. DB::ReadBuffer::next() @ 0x0000000008c432cf 12. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:254: DB::ReadWriteBufferFromHTTP::ReadWriteBufferFromHTTP(DB::HTTPConnectionGroupType const&, Poco::URI const&, String const&, DB::ProxyConfiguration, DB::ReadSettings, DB::ConnectionTimeouts, Poco::Net::HTTPBasicCredentials const&, DB::RemoteHostFilter const*, unsigned long, unsigned long, std::function>&)>, bool, bool, std::vector>, bool, std::optional) @ 0x000000002747e7ad 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]>&)>&, bool&, bool&, std::vector>&, bool&, std::nullopt_t const&>(DB::HTTPConnectionGroupType&, Poco::URI&, String&, DB::ProxyConfiguration&, DB::ReadSettings&, DB::ConnectionTimeouts&, Poco::Net::HTTPBasicCredentials const&, DB::RemoteHostFilter const*&, unsigned long&, unsigned long&, std::function>&)>&, bool&, bool&, std::vector>&, bool&, std::nullopt_t const&) @ 0x0000000027462db0 14. ./src/IO/ReadWriteBufferFromHTTP.h:247: DB::DataPartsExchange::Fetcher::fetchSelectedPart(std::shared_ptr const&, std::shared_ptr, String const&, String const&, String const&, String const&, int, DB::ConnectionTimeouts const&, String const&, String const&, String const&, std::shared_ptr, bool, String const&, std::optional*, bool, std::shared_ptr) @ 0x000000003da3ba00 15. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:5183: std::shared_ptr std::__function::__policy_invoker ()>::__call_impl const&, String const&, String const&, bool, unsigned long, std::shared_ptr, bool)::$_4, std::shared_ptr ()>>(std::__function::__policy_storage const*) @ 0x000000003d13d54a 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ce90c10 17. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:2504: DB::StorageReplicatedMergeTree::executeFetch(DB::ReplicatedMergeTreeLogEntry&, bool) @ 0x000000003ce66fb0 18. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:174: DB::ReplicatedMergeMutateTaskBase::executeImpl()::$_1::operator()(bool) const @ 0x000000003e7de103 19. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:204: DB::ReplicatedMergeMutateTaskBase::executeImpl() @ 0x000000003e7dab59 20. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:52: DB::ReplicatedMergeMutateTaskBase::executeStep() @ 0x000000003e7d6db2 21. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:308: DB::MergeTreeBackgroundExecutor::routine(std::shared_ptr) @ 0x000000003ddd83a0 22. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:353: DB::MergeTreeBackgroundExecutor::threadFunction() @ 0x000000003ddda121 23. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:57: void std::__function::__policy_invoker::__call_impl::MergeTreeBackgroundExecutor(String, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::basic_string_view>)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003dde1b7f 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 28. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:55:15.250049 [ 1055 ] {} c50d9ad7-e987-40fd-b28e-eed3d37cc418::all_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 86. DB::HTTPException: Received error from remote server http://01415e1c5a82:9009/?endpoint=DataPartsExchange%3Adefault%3A%2Fclickhouse%2Ftest_cev3yovm%2Freplicas%2Fmaster&part=all_0_0_0_1&client_protocol_version=8&compress=false. HTTP status code: 500 'Internal Server Error', body length: 137 bytes, body: 'Code: 236. DB::Exception: Transferring part to replica was cancelled. (ABORTED) (version 24.12.2.20214.altinityantalya (altinity build)) '. (RECEIVED_ERROR_FROM_REMOTE_IO_SERVER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::HTTPException::HTTPException(int, String const&, Poco::Net::HTTPResponse::HTTPStatus, String const&, String const&) @ 0x00000000210688f9 4. ./build_docker/./src/IO/HTTPCommon.cpp:92: DB::assertResponseIsOk(String const&, Poco::Net::HTTPResponse&, std::basic_istream>&, bool) @ 0x0000000021068277 5. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:277: DB::ReadWriteBufferFromHTTP::callImpl(Poco::Net::HTTPResponse&, String const&, std::optional const&, bool) const @ 0x000000002747f763 6. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:285: DB::ReadWriteBufferFromHTTP::callWithRedirects(Poco::Net::HTTPResponse&, String const&, std::optional const&) @ 0x000000002747fc35 7. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:408: DB::ReadWriteBufferFromHTTP::initialize() @ 0x0000000027481929 8. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:472: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000274891c7 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002747a305 10. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:465: DB::ReadWriteBufferFromHTTP::nextImpl() @ 0x0000000027485212 11. DB::ReadBuffer::next() @ 0x0000000008c432cf 12. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:254: DB::ReadWriteBufferFromHTTP::ReadWriteBufferFromHTTP(DB::HTTPConnectionGroupType const&, Poco::URI const&, String const&, DB::ProxyConfiguration, DB::ReadSettings, DB::ConnectionTimeouts, Poco::Net::HTTPBasicCredentials const&, DB::RemoteHostFilter const*, unsigned long, unsigned long, std::function>&)>, bool, bool, std::vector>, bool, std::optional) @ 0x000000002747e7ad 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]>&)>&, bool&, bool&, std::vector>&, bool&, std::nullopt_t const&>(DB::HTTPConnectionGroupType&, Poco::URI&, String&, DB::ProxyConfiguration&, DB::ReadSettings&, DB::ConnectionTimeouts&, Poco::Net::HTTPBasicCredentials const&, DB::RemoteHostFilter const*&, unsigned long&, unsigned long&, std::function>&)>&, bool&, bool&, std::vector>&, bool&, std::nullopt_t const&) @ 0x0000000027462db0 14. ./src/IO/ReadWriteBufferFromHTTP.h:247: DB::DataPartsExchange::Fetcher::fetchSelectedPart(std::shared_ptr const&, std::shared_ptr, String const&, String const&, String const&, String const&, int, DB::ConnectionTimeouts const&, String const&, String const&, String const&, std::shared_ptr, bool, String const&, std::optional*, bool, std::shared_ptr) @ 0x000000003da3ba00 15. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:5183: std::shared_ptr std::__function::__policy_invoker ()>::__call_impl const&, String const&, String const&, bool, unsigned long, std::shared_ptr, bool)::$_4, std::shared_ptr ()>>(std::__function::__policy_storage const*) @ 0x000000003d13d54a 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ce90c10 17. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:2504: DB::StorageReplicatedMergeTree::executeFetch(DB::ReplicatedMergeTreeLogEntry&, bool) @ 0x000000003ce66fb0 18. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:174: DB::ReplicatedMergeMutateTaskBase::executeImpl()::$_1::operator()(bool) const @ 0x000000003e7de103 19. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:204: DB::ReplicatedMergeMutateTaskBase::executeImpl() @ 0x000000003e7dab59 20. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:52: DB::ReplicatedMergeMutateTaskBase::executeStep() @ 0x000000003e7d6db2 21. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:308: DB::MergeTreeBackgroundExecutor::routine(std::shared_ptr) @ 0x000000003ddd83a0 22. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:353: DB::MergeTreeBackgroundExecutor::threadFunction() @ 0x000000003ddda121 23. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:57: void std::__function::__policy_invoker::__call_impl::MergeTreeBackgroundExecutor(String, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::basic_string_view>)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003dde1b7f 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 28. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:55:15.250975 [ 1055 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {c50d9ad7-e987-40fd-b28e-eed3d37cc418::all_0_0_0_1}: Code: 86. DB::HTTPException: Received error from remote server http://01415e1c5a82:9009/?endpoint=DataPartsExchange%3Adefault%3A%2Fclickhouse%2Ftest_cev3yovm%2Freplicas%2Fmaster&part=all_0_0_0_1&client_protocol_version=8&compress=false. HTTP status code: 500 'Internal Server Error', body length: 137 bytes, body: 'Code: 236. DB::Exception: Transferring part to replica was cancelled. (ABORTED) (version 24.12.2.20214.altinityantalya (altinity build)) '. (RECEIVED_ERROR_FROM_REMOTE_IO_SERVER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::HTTPException::HTTPException(int, String const&, Poco::Net::HTTPResponse::HTTPStatus, String const&, String const&) @ 0x00000000210688f9 4. ./build_docker/./src/IO/HTTPCommon.cpp:92: DB::assertResponseIsOk(String const&, Poco::Net::HTTPResponse&, std::basic_istream>&, bool) @ 0x0000000021068277 5. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:277: DB::ReadWriteBufferFromHTTP::callImpl(Poco::Net::HTTPResponse&, String const&, std::optional const&, bool) const @ 0x000000002747f763 6. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:285: DB::ReadWriteBufferFromHTTP::callWithRedirects(Poco::Net::HTTPResponse&, String const&, std::optional const&) @ 0x000000002747fc35 7. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:408: DB::ReadWriteBufferFromHTTP::initialize() @ 0x0000000027481929 8. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:472: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000274891c7 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002747a305 10. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:465: DB::ReadWriteBufferFromHTTP::nextImpl() @ 0x0000000027485212 11. DB::ReadBuffer::next() @ 0x0000000008c432cf 12. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:254: DB::ReadWriteBufferFromHTTP::ReadWriteBufferFromHTTP(DB::HTTPConnectionGroupType const&, Poco::URI const&, String const&, DB::ProxyConfiguration, DB::ReadSettings, DB::ConnectionTimeouts, Poco::Net::HTTPBasicCredentials const&, DB::RemoteHostFilter const*, unsigned long, unsigned long, std::function>&)>, bool, bool, std::vector>, bool, std::optional) @ 0x000000002747e7ad 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]>&)>&, bool&, bool&, std::vector>&, bool&, std::nullopt_t const&>(DB::HTTPConnectionGroupType&, Poco::URI&, String&, DB::ProxyConfiguration&, DB::ReadSettings&, DB::ConnectionTimeouts&, Poco::Net::HTTPBasicCredentials const&, DB::RemoteHostFilter const*&, unsigned long&, unsigned long&, std::function>&)>&, bool&, bool&, std::vector>&, bool&, std::nullopt_t const&) @ 0x0000000027462db0 14. ./src/IO/ReadWriteBufferFromHTTP.h:247: DB::DataPartsExchange::Fetcher::fetchSelectedPart(std::shared_ptr const&, std::shared_ptr, String const&, String const&, String const&, String const&, int, DB::ConnectionTimeouts const&, String const&, String const&, String const&, std::shared_ptr, bool, String const&, std::optional*, bool, std::shared_ptr) @ 0x000000003da3ba00 15. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:5183: std::shared_ptr std::__function::__policy_invoker ()>::__call_impl const&, String const&, String const&, bool, unsigned long, std::shared_ptr, bool)::$_4, std::shared_ptr ()>>(std::__function::__policy_storage const*) @ 0x000000003d13d54a 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ce90c10 17. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:2504: DB::StorageReplicatedMergeTree::executeFetch(DB::ReplicatedMergeTreeLogEntry&, bool) @ 0x000000003ce66fb0 18. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:174: DB::ReplicatedMergeMutateTaskBase::executeImpl()::$_1::operator()(bool) const @ 0x000000003e7de103 19. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:204: DB::ReplicatedMergeMutateTaskBase::executeImpl() @ 0x000000003e7dab59 20. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:52: DB::ReplicatedMergeMutateTaskBase::executeStep() @ 0x000000003e7d6db2 21. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:308: DB::MergeTreeBackgroundExecutor::routine(std::shared_ptr) @ 0x000000003ddd83a0 22. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:353: DB::MergeTreeBackgroundExecutor::threadFunction() @ 0x000000003ddda121 23. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:57: void std::__function::__policy_invoker::__call_impl::MergeTreeBackgroundExecutor(String, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::basic_string_view>)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003dde1b7f 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 28. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:55:16.055522 [ 1051 ] {} c50d9ad7-e987-40fd-b28e-eed3d37cc418::all_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 86. DB::HTTPException: Received error from remote server http://01415e1c5a82:9009/?endpoint=DataPartsExchange%3Adefault%3A%2Fclickhouse%2Ftest_cev3yovm%2Freplicas%2Fmaster&part=all_0_0_0_1&client_protocol_version=8&compress=false. HTTP status code: 500 'Internal Server Error', body length: 137 bytes, body: 'Code: 236. DB::Exception: Transferring part to replica was cancelled. (ABORTED) (version 24.12.2.20214.altinityantalya (altinity build)) '. (RECEIVED_ERROR_FROM_REMOTE_IO_SERVER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::HTTPException::HTTPException(int, String const&, Poco::Net::HTTPResponse::HTTPStatus, String const&, String const&) @ 0x00000000210688f9 4. ./build_docker/./src/IO/HTTPCommon.cpp:92: DB::assertResponseIsOk(String const&, Poco::Net::HTTPResponse&, std::basic_istream>&, bool) @ 0x0000000021068277 5. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:277: DB::ReadWriteBufferFromHTTP::callImpl(Poco::Net::HTTPResponse&, String const&, std::optional const&, bool) const @ 0x000000002747f763 6. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:285: DB::ReadWriteBufferFromHTTP::callWithRedirects(Poco::Net::HTTPResponse&, String const&, std::optional const&) @ 0x000000002747fc35 7. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:408: DB::ReadWriteBufferFromHTTP::initialize() @ 0x0000000027481929 8. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:472: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000274891c7 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002747a305 10. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:465: DB::ReadWriteBufferFromHTTP::nextImpl() @ 0x0000000027485212 11. DB::ReadBuffer::next() @ 0x0000000008c432cf 12. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:254: DB::ReadWriteBufferFromHTTP::ReadWriteBufferFromHTTP(DB::HTTPConnectionGroupType const&, Poco::URI const&, String const&, DB::ProxyConfiguration, DB::ReadSettings, DB::ConnectionTimeouts, Poco::Net::HTTPBasicCredentials const&, DB::RemoteHostFilter const*, unsigned long, unsigned long, std::function>&)>, bool, bool, std::vector>, bool, std::optional) @ 0x000000002747e7ad 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]>&)>&, bool&, bool&, std::vector>&, bool&, std::nullopt_t const&>(DB::HTTPConnectionGroupType&, Poco::URI&, String&, DB::ProxyConfiguration&, DB::ReadSettings&, DB::ConnectionTimeouts&, Poco::Net::HTTPBasicCredentials const&, DB::RemoteHostFilter const*&, unsigned long&, unsigned long&, std::function>&)>&, bool&, bool&, std::vector>&, bool&, std::nullopt_t const&) @ 0x0000000027462db0 14. ./src/IO/ReadWriteBufferFromHTTP.h:247: DB::DataPartsExchange::Fetcher::fetchSelectedPart(std::shared_ptr const&, std::shared_ptr, String const&, String const&, String const&, String const&, int, DB::ConnectionTimeouts const&, String const&, String const&, String const&, std::shared_ptr, bool, String const&, std::optional*, bool, std::shared_ptr) @ 0x000000003da3ba00 15. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:5183: std::shared_ptr std::__function::__policy_invoker ()>::__call_impl const&, String const&, String const&, bool, unsigned long, std::shared_ptr, bool)::$_4, std::shared_ptr ()>>(std::__function::__policy_storage const*) @ 0x000000003d13d54a 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ce90c10 17. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:2504: DB::StorageReplicatedMergeTree::executeFetch(DB::ReplicatedMergeTreeLogEntry&, bool) @ 0x000000003ce66fb0 18. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:174: DB::ReplicatedMergeMutateTaskBase::executeImpl()::$_1::operator()(bool) const @ 0x000000003e7de103 19. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:204: DB::ReplicatedMergeMutateTaskBase::executeImpl() @ 0x000000003e7dab59 20. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:52: DB::ReplicatedMergeMutateTaskBase::executeStep() @ 0x000000003e7d6db2 21. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:308: DB::MergeTreeBackgroundExecutor::routine(std::shared_ptr) @ 0x000000003ddd83a0 22. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:353: DB::MergeTreeBackgroundExecutor::threadFunction() @ 0x000000003ddda121 23. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:57: void std::__function::__policy_invoker::__call_impl::MergeTreeBackgroundExecutor(String, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::basic_string_view>)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003dde1b7f 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 28. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:55:16.056487 [ 1051 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {c50d9ad7-e987-40fd-b28e-eed3d37cc418::all_0_0_0_1}: Code: 86. DB::HTTPException: Received error from remote server http://01415e1c5a82:9009/?endpoint=DataPartsExchange%3Adefault%3A%2Fclickhouse%2Ftest_cev3yovm%2Freplicas%2Fmaster&part=all_0_0_0_1&client_protocol_version=8&compress=false. HTTP status code: 500 'Internal Server Error', body length: 137 bytes, body: 'Code: 236. DB::Exception: Transferring part to replica was cancelled. (ABORTED) (version 24.12.2.20214.altinityantalya (altinity build)) '. (RECEIVED_ERROR_FROM_REMOTE_IO_SERVER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::HTTPException::HTTPException(int, String const&, Poco::Net::HTTPResponse::HTTPStatus, String const&, String const&) @ 0x00000000210688f9 4. ./build_docker/./src/IO/HTTPCommon.cpp:92: DB::assertResponseIsOk(String const&, Poco::Net::HTTPResponse&, std::basic_istream>&, bool) @ 0x0000000021068277 5. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:277: DB::ReadWriteBufferFromHTTP::callImpl(Poco::Net::HTTPResponse&, String const&, std::optional const&, bool) const @ 0x000000002747f763 6. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:285: DB::ReadWriteBufferFromHTTP::callWithRedirects(Poco::Net::HTTPResponse&, String const&, std::optional const&) @ 0x000000002747fc35 7. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:408: DB::ReadWriteBufferFromHTTP::initialize() @ 0x0000000027481929 8. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:472: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000274891c7 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002747a305 10. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:465: DB::ReadWriteBufferFromHTTP::nextImpl() @ 0x0000000027485212 11. DB::ReadBuffer::next() @ 0x0000000008c432cf 12. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:254: DB::ReadWriteBufferFromHTTP::ReadWriteBufferFromHTTP(DB::HTTPConnectionGroupType const&, Poco::URI const&, String const&, DB::ProxyConfiguration, DB::ReadSettings, DB::ConnectionTimeouts, Poco::Net::HTTPBasicCredentials const&, DB::RemoteHostFilter const*, unsigned long, unsigned long, std::function>&)>, bool, bool, std::vector>, bool, std::optional) @ 0x000000002747e7ad 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]>&)>&, bool&, bool&, std::vector>&, bool&, std::nullopt_t const&>(DB::HTTPConnectionGroupType&, Poco::URI&, String&, DB::ProxyConfiguration&, DB::ReadSettings&, DB::ConnectionTimeouts&, Poco::Net::HTTPBasicCredentials const&, DB::RemoteHostFilter const*&, unsigned long&, unsigned long&, std::function>&)>&, bool&, bool&, std::vector>&, bool&, std::nullopt_t const&) @ 0x0000000027462db0 14. ./src/IO/ReadWriteBufferFromHTTP.h:247: DB::DataPartsExchange::Fetcher::fetchSelectedPart(std::shared_ptr const&, std::shared_ptr, String const&, String const&, String const&, String const&, int, DB::ConnectionTimeouts const&, String const&, String const&, String const&, std::shared_ptr, bool, String const&, std::optional*, bool, std::shared_ptr) @ 0x000000003da3ba00 15. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:5183: std::shared_ptr std::__function::__policy_invoker ()>::__call_impl const&, String const&, String const&, bool, unsigned long, std::shared_ptr, bool)::$_4, std::shared_ptr ()>>(std::__function::__policy_storage const*) @ 0x000000003d13d54a 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ce90c10 17. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:2504: DB::StorageReplicatedMergeTree::executeFetch(DB::ReplicatedMergeTreeLogEntry&, bool) @ 0x000000003ce66fb0 18. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:174: DB::ReplicatedMergeMutateTaskBase::executeImpl()::$_1::operator()(bool) const @ 0x000000003e7de103 19. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:204: DB::ReplicatedMergeMutateTaskBase::executeImpl() @ 0x000000003e7dab59 20. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:52: DB::ReplicatedMergeMutateTaskBase::executeStep() @ 0x000000003e7d6db2 21. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:308: DB::MergeTreeBackgroundExecutor::routine(std::shared_ptr) @ 0x000000003ddd83a0 22. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:353: DB::MergeTreeBackgroundExecutor::threadFunction() @ 0x000000003ddda121 23. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:57: void std::__function::__policy_invoker::__call_impl::MergeTreeBackgroundExecutor(String, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::basic_string_view>)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003dde1b7f 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 28. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:55:16.779539 [ 1053 ] {} c50d9ad7-e987-40fd-b28e-eed3d37cc418::all_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 86. DB::HTTPException: Received error from remote server http://01415e1c5a82:9009/?endpoint=DataPartsExchange%3Adefault%3A%2Fclickhouse%2Ftest_cev3yovm%2Freplicas%2Fmaster&part=all_0_0_0_1&client_protocol_version=8&compress=false. HTTP status code: 500 'Internal Server Error', body length: 137 bytes, body: 'Code: 236. DB::Exception: Transferring part to replica was cancelled. (ABORTED) (version 24.12.2.20214.altinityantalya (altinity build)) '. (RECEIVED_ERROR_FROM_REMOTE_IO_SERVER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::HTTPException::HTTPException(int, String const&, Poco::Net::HTTPResponse::HTTPStatus, String const&, String const&) @ 0x00000000210688f9 4. ./build_docker/./src/IO/HTTPCommon.cpp:92: DB::assertResponseIsOk(String const&, Poco::Net::HTTPResponse&, std::basic_istream>&, bool) @ 0x0000000021068277 5. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:277: DB::ReadWriteBufferFromHTTP::callImpl(Poco::Net::HTTPResponse&, String const&, std::optional const&, bool) const @ 0x000000002747f763 6. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:285: DB::ReadWriteBufferFromHTTP::callWithRedirects(Poco::Net::HTTPResponse&, String const&, std::optional const&) @ 0x000000002747fc35 7. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:408: DB::ReadWriteBufferFromHTTP::initialize() @ 0x0000000027481929 8. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:472: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000274891c7 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002747a305 10. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:465: DB::ReadWriteBufferFromHTTP::nextImpl() @ 0x0000000027485212 11. DB::ReadBuffer::next() @ 0x0000000008c432cf 12. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:254: DB::ReadWriteBufferFromHTTP::ReadWriteBufferFromHTTP(DB::HTTPConnectionGroupType const&, Poco::URI const&, String const&, DB::ProxyConfiguration, DB::ReadSettings, DB::ConnectionTimeouts, Poco::Net::HTTPBasicCredentials const&, DB::RemoteHostFilter const*, unsigned long, unsigned long, std::function>&)>, bool, bool, std::vector>, bool, std::optional) @ 0x000000002747e7ad 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]>&)>&, bool&, bool&, std::vector>&, bool&, std::nullopt_t const&>(DB::HTTPConnectionGroupType&, Poco::URI&, String&, DB::ProxyConfiguration&, DB::ReadSettings&, DB::ConnectionTimeouts&, Poco::Net::HTTPBasicCredentials const&, DB::RemoteHostFilter const*&, unsigned long&, unsigned long&, std::function>&)>&, bool&, bool&, std::vector>&, bool&, std::nullopt_t const&) @ 0x0000000027462db0 14. ./src/IO/ReadWriteBufferFromHTTP.h:247: DB::DataPartsExchange::Fetcher::fetchSelectedPart(std::shared_ptr const&, std::shared_ptr, String const&, String const&, String const&, String const&, int, DB::ConnectionTimeouts const&, String const&, String const&, String const&, std::shared_ptr, bool, String const&, std::optional*, bool, std::shared_ptr) @ 0x000000003da3ba00 15. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:5183: std::shared_ptr std::__function::__policy_invoker ()>::__call_impl const&, String const&, String const&, bool, unsigned long, std::shared_ptr, bool)::$_4, std::shared_ptr ()>>(std::__function::__policy_storage const*) @ 0x000000003d13d54a 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ce90c10 17. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:2504: DB::StorageReplicatedMergeTree::executeFetch(DB::ReplicatedMergeTreeLogEntry&, bool) @ 0x000000003ce66fb0 18. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:174: DB::ReplicatedMergeMutateTaskBase::executeImpl()::$_1::operator()(bool) const @ 0x000000003e7de103 19. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:204: DB::ReplicatedMergeMutateTaskBase::executeImpl() @ 0x000000003e7dab59 20. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:52: DB::ReplicatedMergeMutateTaskBase::executeStep() @ 0x000000003e7d6db2 21. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:308: DB::MergeTreeBackgroundExecutor::routine(std::shared_ptr) @ 0x000000003ddd83a0 22. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:353: DB::MergeTreeBackgroundExecutor::threadFunction() @ 0x000000003ddda121 23. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:57: void std::__function::__policy_invoker::__call_impl::MergeTreeBackgroundExecutor(String, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::basic_string_view>)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003dde1b7f 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 28. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:55:16.780468 [ 1053 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {c50d9ad7-e987-40fd-b28e-eed3d37cc418::all_0_0_0_1}: Code: 86. DB::HTTPException: Received error from remote server http://01415e1c5a82:9009/?endpoint=DataPartsExchange%3Adefault%3A%2Fclickhouse%2Ftest_cev3yovm%2Freplicas%2Fmaster&part=all_0_0_0_1&client_protocol_version=8&compress=false. HTTP status code: 500 'Internal Server Error', body length: 137 bytes, body: 'Code: 236. DB::Exception: Transferring part to replica was cancelled. (ABORTED) (version 24.12.2.20214.altinityantalya (altinity build)) '. (RECEIVED_ERROR_FROM_REMOTE_IO_SERVER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::HTTPException::HTTPException(int, String const&, Poco::Net::HTTPResponse::HTTPStatus, String const&, String const&) @ 0x00000000210688f9 4. ./build_docker/./src/IO/HTTPCommon.cpp:92: DB::assertResponseIsOk(String const&, Poco::Net::HTTPResponse&, std::basic_istream>&, bool) @ 0x0000000021068277 5. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:277: DB::ReadWriteBufferFromHTTP::callImpl(Poco::Net::HTTPResponse&, String const&, std::optional const&, bool) const @ 0x000000002747f763 6. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:285: DB::ReadWriteBufferFromHTTP::callWithRedirects(Poco::Net::HTTPResponse&, String const&, std::optional const&) @ 0x000000002747fc35 7. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:408: DB::ReadWriteBufferFromHTTP::initialize() @ 0x0000000027481929 8. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:472: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000274891c7 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002747a305 10. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:465: DB::ReadWriteBufferFromHTTP::nextImpl() @ 0x0000000027485212 11. DB::ReadBuffer::next() @ 0x0000000008c432cf 12. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:254: DB::ReadWriteBufferFromHTTP::ReadWriteBufferFromHTTP(DB::HTTPConnectionGroupType const&, Poco::URI const&, String const&, DB::ProxyConfiguration, DB::ReadSettings, DB::ConnectionTimeouts, Poco::Net::HTTPBasicCredentials const&, DB::RemoteHostFilter const*, unsigned long, unsigned long, std::function>&)>, bool, bool, std::vector>, bool, std::optional) @ 0x000000002747e7ad 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]>&)>&, bool&, bool&, std::vector>&, bool&, std::nullopt_t const&>(DB::HTTPConnectionGroupType&, Poco::URI&, String&, DB::ProxyConfiguration&, DB::ReadSettings&, DB::ConnectionTimeouts&, Poco::Net::HTTPBasicCredentials const&, DB::RemoteHostFilter const*&, unsigned long&, unsigned long&, std::function>&)>&, bool&, bool&, std::vector>&, bool&, std::nullopt_t const&) @ 0x0000000027462db0 14. ./src/IO/ReadWriteBufferFromHTTP.h:247: DB::DataPartsExchange::Fetcher::fetchSelectedPart(std::shared_ptr const&, std::shared_ptr, String const&, String const&, String const&, String const&, int, DB::ConnectionTimeouts const&, String const&, String const&, String const&, std::shared_ptr, bool, String const&, std::optional*, bool, std::shared_ptr) @ 0x000000003da3ba00 15. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:5183: std::shared_ptr std::__function::__policy_invoker ()>::__call_impl const&, String const&, String const&, bool, unsigned long, std::shared_ptr, bool)::$_4, std::shared_ptr ()>>(std::__function::__policy_storage const*) @ 0x000000003d13d54a 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ce90c10 17. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:2504: DB::StorageReplicatedMergeTree::executeFetch(DB::ReplicatedMergeTreeLogEntry&, bool) @ 0x000000003ce66fb0 18. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:174: DB::ReplicatedMergeMutateTaskBase::executeImpl()::$_1::operator()(bool) const @ 0x000000003e7de103 19. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:204: DB::ReplicatedMergeMutateTaskBase::executeImpl() @ 0x000000003e7dab59 20. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:52: DB::ReplicatedMergeMutateTaskBase::executeStep() @ 0x000000003e7d6db2 21. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:308: DB::MergeTreeBackgroundExecutor::routine(std::shared_ptr) @ 0x000000003ddd83a0 22. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:353: DB::MergeTreeBackgroundExecutor::threadFunction() @ 0x000000003ddda121 23. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:57: void std::__function::__policy_invoker::__call_impl::MergeTreeBackgroundExecutor(String, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::basic_string_view>)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003dde1b7f 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 28. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:55:17.890007 [ 4148 ] {d5113d94-c692-439b-91df-ca21914e1d2f} executeQuery: Code: 43. DB::Exception: Illegal types Array(UInt8) and String of arguments of function divide: In scope SELECT [1] / 'a'. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37368) (comment: 02883_array_scalar_mult_div_modulo.sql) (in query: SELECT [1] / 'a';), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. DB::FunctionBinaryArithmetic::getReturnTypeImplStatic(std::vector, std::allocator>> const&, std::shared_ptr) @ 0x000000000e280240 5. DB::BinaryArithmeticOverloadResolver::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000000d735b19 6. DB::IFunctionOverloadResolver::getReturnTypeImpl(std::vector> const&) const @ 0x0000000009f857c6 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:55:17.903864 [ 4148 ] {} TCPHandler: Code: 43. DB::Exception: Illegal types Array(UInt8) and String of arguments of function divide: In scope SELECT [1] / 'a'. (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. DB::FunctionBinaryArithmetic::getReturnTypeImplStatic(std::vector, std::allocator>> const&, std::shared_ptr) @ 0x000000000e280240 5. DB::BinaryArithmeticOverloadResolver::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000000d735b19 6. DB::IFunctionOverloadResolver::getReturnTypeImpl(std::vector> const&) const @ 0x0000000009f857c6 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:55:18.137850 [ 1050 ] {} c50d9ad7-e987-40fd-b28e-eed3d37cc418::all_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 86. DB::HTTPException: Received error from remote server http://01415e1c5a82:9009/?endpoint=DataPartsExchange%3Adefault%3A%2Fclickhouse%2Ftest_cev3yovm%2Freplicas%2Fmaster&part=all_0_0_0_1&client_protocol_version=8&compress=false. HTTP status code: 500 'Internal Server Error', body length: 137 bytes, body: 'Code: 236. DB::Exception: Transferring part to replica was cancelled. (ABORTED) (version 24.12.2.20214.altinityantalya (altinity build)) '. (RECEIVED_ERROR_FROM_REMOTE_IO_SERVER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::HTTPException::HTTPException(int, String const&, Poco::Net::HTTPResponse::HTTPStatus, String const&, String const&) @ 0x00000000210688f9 4. ./build_docker/./src/IO/HTTPCommon.cpp:92: DB::assertResponseIsOk(String const&, Poco::Net::HTTPResponse&, std::basic_istream>&, bool) @ 0x0000000021068277 5. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:277: DB::ReadWriteBufferFromHTTP::callImpl(Poco::Net::HTTPResponse&, String const&, std::optional const&, bool) const @ 0x000000002747f763 6. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:285: DB::ReadWriteBufferFromHTTP::callWithRedirects(Poco::Net::HTTPResponse&, String const&, std::optional const&) @ 0x000000002747fc35 7. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:408: DB::ReadWriteBufferFromHTTP::initialize() @ 0x0000000027481929 8. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:472: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000274891c7 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002747a305 10. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:465: DB::ReadWriteBufferFromHTTP::nextImpl() @ 0x0000000027485212 11. DB::ReadBuffer::next() @ 0x0000000008c432cf 12. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:254: DB::ReadWriteBufferFromHTTP::ReadWriteBufferFromHTTP(DB::HTTPConnectionGroupType const&, Poco::URI const&, String const&, DB::ProxyConfiguration, DB::ReadSettings, DB::ConnectionTimeouts, Poco::Net::HTTPBasicCredentials const&, DB::RemoteHostFilter const*, unsigned long, unsigned long, std::function>&)>, bool, bool, std::vector>, bool, std::optional) @ 0x000000002747e7ad 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]>&)>&, bool&, bool&, std::vector>&, bool&, std::nullopt_t const&>(DB::HTTPConnectionGroupType&, Poco::URI&, String&, DB::ProxyConfiguration&, DB::ReadSettings&, DB::ConnectionTimeouts&, Poco::Net::HTTPBasicCredentials const&, DB::RemoteHostFilter const*&, unsigned long&, unsigned long&, std::function>&)>&, bool&, bool&, std::vector>&, bool&, std::nullopt_t const&) @ 0x0000000027462db0 14. ./src/IO/ReadWriteBufferFromHTTP.h:247: DB::DataPartsExchange::Fetcher::fetchSelectedPart(std::shared_ptr const&, std::shared_ptr, String const&, String const&, String const&, String const&, int, DB::ConnectionTimeouts const&, String const&, String const&, String const&, std::shared_ptr, bool, String const&, std::optional*, bool, std::shared_ptr) @ 0x000000003da3ba00 15. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:5183: std::shared_ptr std::__function::__policy_invoker ()>::__call_impl const&, String const&, String const&, bool, unsigned long, std::shared_ptr, bool)::$_4, std::shared_ptr ()>>(std::__function::__policy_storage const*) @ 0x000000003d13d54a 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ce90c10 17. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:2504: DB::StorageReplicatedMergeTree::executeFetch(DB::ReplicatedMergeTreeLogEntry&, bool) @ 0x000000003ce66fb0 18. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:174: DB::ReplicatedMergeMutateTaskBase::executeImpl()::$_1::operator()(bool) const @ 0x000000003e7de103 19. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:204: DB::ReplicatedMergeMutateTaskBase::executeImpl() @ 0x000000003e7dab59 20. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:52: DB::ReplicatedMergeMutateTaskBase::executeStep() @ 0x000000003e7d6db2 21. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:308: DB::MergeTreeBackgroundExecutor::routine(std::shared_ptr) @ 0x000000003ddd83a0 22. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:353: DB::MergeTreeBackgroundExecutor::threadFunction() @ 0x000000003ddda121 23. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:57: void std::__function::__policy_invoker::__call_impl::MergeTreeBackgroundExecutor(String, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::basic_string_view>)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003dde1b7f 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 28. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:55:18.139105 [ 1050 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {c50d9ad7-e987-40fd-b28e-eed3d37cc418::all_0_0_0_1}: Code: 86. DB::HTTPException: Received error from remote server http://01415e1c5a82:9009/?endpoint=DataPartsExchange%3Adefault%3A%2Fclickhouse%2Ftest_cev3yovm%2Freplicas%2Fmaster&part=all_0_0_0_1&client_protocol_version=8&compress=false. HTTP status code: 500 'Internal Server Error', body length: 137 bytes, body: 'Code: 236. DB::Exception: Transferring part to replica was cancelled. (ABORTED) (version 24.12.2.20214.altinityantalya (altinity build)) '. (RECEIVED_ERROR_FROM_REMOTE_IO_SERVER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::HTTPException::HTTPException(int, String const&, Poco::Net::HTTPResponse::HTTPStatus, String const&, String const&) @ 0x00000000210688f9 4. ./build_docker/./src/IO/HTTPCommon.cpp:92: DB::assertResponseIsOk(String const&, Poco::Net::HTTPResponse&, std::basic_istream>&, bool) @ 0x0000000021068277 5. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:277: DB::ReadWriteBufferFromHTTP::callImpl(Poco::Net::HTTPResponse&, String const&, std::optional const&, bool) const @ 0x000000002747f763 6. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:285: DB::ReadWriteBufferFromHTTP::callWithRedirects(Poco::Net::HTTPResponse&, String const&, std::optional const&) @ 0x000000002747fc35 7. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:408: DB::ReadWriteBufferFromHTTP::initialize() @ 0x0000000027481929 8. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:472: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000274891c7 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002747a305 10. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:465: DB::ReadWriteBufferFromHTTP::nextImpl() @ 0x0000000027485212 11. DB::ReadBuffer::next() @ 0x0000000008c432cf 12. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:254: DB::ReadWriteBufferFromHTTP::ReadWriteBufferFromHTTP(DB::HTTPConnectionGroupType const&, Poco::URI const&, String const&, DB::ProxyConfiguration, DB::ReadSettings, DB::ConnectionTimeouts, Poco::Net::HTTPBasicCredentials const&, DB::RemoteHostFilter const*, unsigned long, unsigned long, std::function>&)>, bool, bool, std::vector>, bool, std::optional) @ 0x000000002747e7ad 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]>&)>&, bool&, bool&, std::vector>&, bool&, std::nullopt_t const&>(DB::HTTPConnectionGroupType&, Poco::URI&, String&, DB::ProxyConfiguration&, DB::ReadSettings&, DB::ConnectionTimeouts&, Poco::Net::HTTPBasicCredentials const&, DB::RemoteHostFilter const*&, unsigned long&, unsigned long&, std::function>&)>&, bool&, bool&, std::vector>&, bool&, std::nullopt_t const&) @ 0x0000000027462db0 14. ./src/IO/ReadWriteBufferFromHTTP.h:247: DB::DataPartsExchange::Fetcher::fetchSelectedPart(std::shared_ptr const&, std::shared_ptr, String const&, String const&, String const&, String const&, int, DB::ConnectionTimeouts const&, String const&, String const&, String const&, std::shared_ptr, bool, String const&, std::optional*, bool, std::shared_ptr) @ 0x000000003da3ba00 15. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:5183: std::shared_ptr std::__function::__policy_invoker ()>::__call_impl const&, String const&, String const&, bool, unsigned long, std::shared_ptr, bool)::$_4, std::shared_ptr ()>>(std::__function::__policy_storage const*) @ 0x000000003d13d54a 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ce90c10 17. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:2504: DB::StorageReplicatedMergeTree::executeFetch(DB::ReplicatedMergeTreeLogEntry&, bool) @ 0x000000003ce66fb0 18. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:174: DB::ReplicatedMergeMutateTaskBase::executeImpl()::$_1::operator()(bool) const @ 0x000000003e7de103 19. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:204: DB::ReplicatedMergeMutateTaskBase::executeImpl() @ 0x000000003e7dab59 20. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:52: DB::ReplicatedMergeMutateTaskBase::executeStep() @ 0x000000003e7d6db2 21. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:308: DB::MergeTreeBackgroundExecutor::routine(std::shared_ptr) @ 0x000000003ddd83a0 22. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:353: DB::MergeTreeBackgroundExecutor::threadFunction() @ 0x000000003ddda121 23. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:57: void std::__function::__policy_invoker::__call_impl::MergeTreeBackgroundExecutor(String, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::basic_string_view>)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003dde1b7f 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 28. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:55:18.234080 [ 68115 ] {96c02e3c-da8c-4be2-a5d9-ab3b338b8f11} executeQuery: Code: 153. DB::Exception: Division by zero: In scope SELECT divideDecimal(toDecimal64(123.123, 3), toDecimal64(0, 1)). (ILLEGAL_DIVISION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33092) (comment: 02475_precise_decimal_arithmetics.sql) (in query: SELECT divideDecimal(toDecimal64(123.123, 3), toDecimal64(0, 1));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::Decimal> DB::(anonymous namespace)::DivideDecimalsImpl::execute, DB::Decimal>(DB::Decimal, DB::Decimal, unsigned short, unsigned short, unsigned short) @ 0x000000000e32d2af 5. void DB::Processor>>, DB::(anonymous namespace)::DivideDecimalsImpl>::vectorVector, 4096ul, Allocator, 63ul, 64ul>, DB::PODArray, 4096ul, Allocator, 63ul, 64ul>>(DB::PODArray, 4096ul, Allocator, 63ul, 64ul> const&, DB::PODArray, 4096ul, Allocator, 63ul, 64ul> const&, DB::PODArray>, 4096ul, Allocator, 63ul, 64ul>&, unsigned short, unsigned short, unsigned short, unsigned long) const @ 0x000000000e32c0dd 6. DB::FunctionsDecimalArithmetics::resolveOverload(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000e31840b 7. DB::FunctionsDecimalArithmetics::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000e310a37 8. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 11. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:55:18.245007 [ 68115 ] {} TCPHandler: Code: 153. DB::Exception: Division by zero: In scope SELECT divideDecimal(toDecimal64(123.123, 3), toDecimal64(0, 1)). (ILLEGAL_DIVISION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::Decimal> DB::(anonymous namespace)::DivideDecimalsImpl::execute, DB::Decimal>(DB::Decimal, DB::Decimal, unsigned short, unsigned short, unsigned short) @ 0x000000000e32d2af 5. void DB::Processor>>, DB::(anonymous namespace)::DivideDecimalsImpl>::vectorVector, 4096ul, Allocator, 63ul, 64ul>, DB::PODArray, 4096ul, Allocator, 63ul, 64ul>>(DB::PODArray, 4096ul, Allocator, 63ul, 64ul> const&, DB::PODArray, 4096ul, Allocator, 63ul, 64ul> const&, DB::PODArray>, 4096ul, Allocator, 63ul, 64ul>&, unsigned short, unsigned short, unsigned short, unsigned long) const @ 0x000000000e32c0dd 6. DB::FunctionsDecimalArithmetics::resolveOverload(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000e31840b 7. DB::FunctionsDecimalArithmetics::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000e310a37 8. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 11. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:55:18.536881 [ 1061 ] {} c50d9ad7-e987-40fd-b28e-eed3d37cc418::all_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 86. DB::HTTPException: Received error from remote server http://01415e1c5a82:9009/?endpoint=DataPartsExchange%3Adefault%3A%2Fclickhouse%2Ftest_cev3yovm%2Freplicas%2Fmaster&part=all_0_0_0_1&client_protocol_version=8&compress=false. HTTP status code: 500 'Internal Server Error', body length: 137 bytes, body: 'Code: 236. DB::Exception: Transferring part to replica was cancelled. (ABORTED) (version 24.12.2.20214.altinityantalya (altinity build)) '. (RECEIVED_ERROR_FROM_REMOTE_IO_SERVER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::HTTPException::HTTPException(int, String const&, Poco::Net::HTTPResponse::HTTPStatus, String const&, String const&) @ 0x00000000210688f9 4. ./build_docker/./src/IO/HTTPCommon.cpp:92: DB::assertResponseIsOk(String const&, Poco::Net::HTTPResponse&, std::basic_istream>&, bool) @ 0x0000000021068277 5. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:277: DB::ReadWriteBufferFromHTTP::callImpl(Poco::Net::HTTPResponse&, String const&, std::optional const&, bool) const @ 0x000000002747f763 6. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:285: DB::ReadWriteBufferFromHTTP::callWithRedirects(Poco::Net::HTTPResponse&, String const&, std::optional const&) @ 0x000000002747fc35 7. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:408: DB::ReadWriteBufferFromHTTP::initialize() @ 0x0000000027481929 8. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:472: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000274891c7 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002747a305 10. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:465: DB::ReadWriteBufferFromHTTP::nextImpl() @ 0x0000000027485212 11. DB::ReadBuffer::next() @ 0x0000000008c432cf 12. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:254: DB::ReadWriteBufferFromHTTP::ReadWriteBufferFromHTTP(DB::HTTPConnectionGroupType const&, Poco::URI const&, String const&, DB::ProxyConfiguration, DB::ReadSettings, DB::ConnectionTimeouts, Poco::Net::HTTPBasicCredentials const&, DB::RemoteHostFilter const*, unsigned long, unsigned long, std::function>&)>, bool, bool, std::vector>, bool, std::optional) @ 0x000000002747e7ad 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]>&)>&, bool&, bool&, std::vector>&, bool&, std::nullopt_t const&>(DB::HTTPConnectionGroupType&, Poco::URI&, String&, DB::ProxyConfiguration&, DB::ReadSettings&, DB::ConnectionTimeouts&, Poco::Net::HTTPBasicCredentials const&, DB::RemoteHostFilter const*&, unsigned long&, unsigned long&, std::function>&)>&, bool&, bool&, std::vector>&, bool&, std::nullopt_t const&) @ 0x0000000027462db0 14. ./src/IO/ReadWriteBufferFromHTTP.h:247: DB::DataPartsExchange::Fetcher::fetchSelectedPart(std::shared_ptr const&, std::shared_ptr, String const&, String const&, String const&, String const&, int, DB::ConnectionTimeouts const&, String const&, String const&, String const&, std::shared_ptr, bool, String const&, std::optional*, bool, std::shared_ptr) @ 0x000000003da3ba00 15. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:5183: std::shared_ptr std::__function::__policy_invoker ()>::__call_impl const&, String const&, String const&, bool, unsigned long, std::shared_ptr, bool)::$_4, std::shared_ptr ()>>(std::__function::__policy_storage const*) @ 0x000000003d13d54a 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ce90c10 17. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:2504: DB::StorageReplicatedMergeTree::executeFetch(DB::ReplicatedMergeTreeLogEntry&, bool) @ 0x000000003ce66fb0 18. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:174: DB::ReplicatedMergeMutateTaskBase::executeImpl()::$_1::operator()(bool) const @ 0x000000003e7de103 19. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:204: DB::ReplicatedMergeMutateTaskBase::executeImpl() @ 0x000000003e7dab59 20. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:52: DB::ReplicatedMergeMutateTaskBase::executeStep() @ 0x000000003e7d6db2 21. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:308: DB::MergeTreeBackgroundExecutor::routine(std::shared_ptr) @ 0x000000003ddd83a0 22. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:353: DB::MergeTreeBackgroundExecutor::threadFunction() @ 0x000000003ddda121 23. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:57: void std::__function::__policy_invoker::__call_impl::MergeTreeBackgroundExecutor(String, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::basic_string_view>)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003dde1b7f 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 28. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:55:18.538349 [ 1061 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {c50d9ad7-e987-40fd-b28e-eed3d37cc418::all_0_0_0_1}: Code: 86. DB::HTTPException: Received error from remote server http://01415e1c5a82:9009/?endpoint=DataPartsExchange%3Adefault%3A%2Fclickhouse%2Ftest_cev3yovm%2Freplicas%2Fmaster&part=all_0_0_0_1&client_protocol_version=8&compress=false. HTTP status code: 500 'Internal Server Error', body length: 137 bytes, body: 'Code: 236. DB::Exception: Transferring part to replica was cancelled. (ABORTED) (version 24.12.2.20214.altinityantalya (altinity build)) '. (RECEIVED_ERROR_FROM_REMOTE_IO_SERVER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::HTTPException::HTTPException(int, String const&, Poco::Net::HTTPResponse::HTTPStatus, String const&, String const&) @ 0x00000000210688f9 4. ./build_docker/./src/IO/HTTPCommon.cpp:92: DB::assertResponseIsOk(String const&, Poco::Net::HTTPResponse&, std::basic_istream>&, bool) @ 0x0000000021068277 5. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:277: DB::ReadWriteBufferFromHTTP::callImpl(Poco::Net::HTTPResponse&, String const&, std::optional const&, bool) const @ 0x000000002747f763 6. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:285: DB::ReadWriteBufferFromHTTP::callWithRedirects(Poco::Net::HTTPResponse&, String const&, std::optional const&) @ 0x000000002747fc35 7. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:408: DB::ReadWriteBufferFromHTTP::initialize() @ 0x0000000027481929 8. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:472: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000274891c7 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002747a305 10. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:465: DB::ReadWriteBufferFromHTTP::nextImpl() @ 0x0000000027485212 11. DB::ReadBuffer::next() @ 0x0000000008c432cf 12. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:254: DB::ReadWriteBufferFromHTTP::ReadWriteBufferFromHTTP(DB::HTTPConnectionGroupType const&, Poco::URI const&, String const&, DB::ProxyConfiguration, DB::ReadSettings, DB::ConnectionTimeouts, Poco::Net::HTTPBasicCredentials const&, DB::RemoteHostFilter const*, unsigned long, unsigned long, std::function>&)>, bool, bool, std::vector>, bool, std::optional) @ 0x000000002747e7ad 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]>&)>&, bool&, bool&, std::vector>&, bool&, std::nullopt_t const&>(DB::HTTPConnectionGroupType&, Poco::URI&, String&, DB::ProxyConfiguration&, DB::ReadSettings&, DB::ConnectionTimeouts&, Poco::Net::HTTPBasicCredentials const&, DB::RemoteHostFilter const*&, unsigned long&, unsigned long&, std::function>&)>&, bool&, bool&, std::vector>&, bool&, std::nullopt_t const&) @ 0x0000000027462db0 14. ./src/IO/ReadWriteBufferFromHTTP.h:247: DB::DataPartsExchange::Fetcher::fetchSelectedPart(std::shared_ptr const&, std::shared_ptr, String const&, String const&, String const&, String const&, int, DB::ConnectionTimeouts const&, String const&, String const&, String const&, std::shared_ptr, bool, String const&, std::optional*, bool, std::shared_ptr) @ 0x000000003da3ba00 15. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:5183: std::shared_ptr std::__function::__policy_invoker ()>::__call_impl const&, String const&, String const&, bool, unsigned long, std::shared_ptr, bool)::$_4, std::shared_ptr ()>>(std::__function::__policy_storage const*) @ 0x000000003d13d54a 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ce90c10 17. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:2504: DB::StorageReplicatedMergeTree::executeFetch(DB::ReplicatedMergeTreeLogEntry&, bool) @ 0x000000003ce66fb0 18. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:174: DB::ReplicatedMergeMutateTaskBase::executeImpl()::$_1::operator()(bool) const @ 0x000000003e7de103 19. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:204: DB::ReplicatedMergeMutateTaskBase::executeImpl() @ 0x000000003e7dab59 20. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:52: DB::ReplicatedMergeMutateTaskBase::executeStep() @ 0x000000003e7d6db2 21. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:308: DB::MergeTreeBackgroundExecutor::routine(std::shared_ptr) @ 0x000000003ddd83a0 22. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:353: DB::MergeTreeBackgroundExecutor::threadFunction() @ 0x000000003ddda121 23. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:57: void std::__function::__policy_invoker::__call_impl::MergeTreeBackgroundExecutor(String, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::basic_string_view>)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003dde1b7f 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 28. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:55:19.300845 [ 1062 ] {} c50d9ad7-e987-40fd-b28e-eed3d37cc418::all_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 86. DB::HTTPException: Received error from remote server http://01415e1c5a82:9009/?endpoint=DataPartsExchange%3Adefault%3A%2Fclickhouse%2Ftest_cev3yovm%2Freplicas%2Fmaster&part=all_0_0_0_1&client_protocol_version=8&compress=false. HTTP status code: 500 'Internal Server Error', body length: 137 bytes, body: 'Code: 236. DB::Exception: Transferring part to replica was cancelled. (ABORTED) (version 24.12.2.20214.altinityantalya (altinity build)) '. (RECEIVED_ERROR_FROM_REMOTE_IO_SERVER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::HTTPException::HTTPException(int, String const&, Poco::Net::HTTPResponse::HTTPStatus, String const&, String const&) @ 0x00000000210688f9 4. ./build_docker/./src/IO/HTTPCommon.cpp:92: DB::assertResponseIsOk(String const&, Poco::Net::HTTPResponse&, std::basic_istream>&, bool) @ 0x0000000021068277 5. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:277: DB::ReadWriteBufferFromHTTP::callImpl(Poco::Net::HTTPResponse&, String const&, std::optional const&, bool) const @ 0x000000002747f763 6. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:285: DB::ReadWriteBufferFromHTTP::callWithRedirects(Poco::Net::HTTPResponse&, String const&, std::optional const&) @ 0x000000002747fc35 7. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:408: DB::ReadWriteBufferFromHTTP::initialize() @ 0x0000000027481929 8. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:472: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000274891c7 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002747a305 10. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:465: DB::ReadWriteBufferFromHTTP::nextImpl() @ 0x0000000027485212 11. DB::ReadBuffer::next() @ 0x0000000008c432cf 12. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:254: DB::ReadWriteBufferFromHTTP::ReadWriteBufferFromHTTP(DB::HTTPConnectionGroupType const&, Poco::URI const&, String const&, DB::ProxyConfiguration, DB::ReadSettings, DB::ConnectionTimeouts, Poco::Net::HTTPBasicCredentials const&, DB::RemoteHostFilter const*, unsigned long, unsigned long, std::function>&)>, bool, bool, std::vector>, bool, std::optional) @ 0x000000002747e7ad 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]>&)>&, bool&, bool&, std::vector>&, bool&, std::nullopt_t const&>(DB::HTTPConnectionGroupType&, Poco::URI&, String&, DB::ProxyConfiguration&, DB::ReadSettings&, DB::ConnectionTimeouts&, Poco::Net::HTTPBasicCredentials const&, DB::RemoteHostFilter const*&, unsigned long&, unsigned long&, std::function>&)>&, bool&, bool&, std::vector>&, bool&, std::nullopt_t const&) @ 0x0000000027462db0 14. ./src/IO/ReadWriteBufferFromHTTP.h:247: DB::DataPartsExchange::Fetcher::fetchSelectedPart(std::shared_ptr const&, std::shared_ptr, String const&, String const&, String const&, String const&, int, DB::ConnectionTimeouts const&, String const&, String const&, String const&, std::shared_ptr, bool, String const&, std::optional*, bool, std::shared_ptr) @ 0x000000003da3ba00 15. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:5183: std::shared_ptr std::__function::__policy_invoker ()>::__call_impl const&, String const&, String const&, bool, unsigned long, std::shared_ptr, bool)::$_4, std::shared_ptr ()>>(std::__function::__policy_storage const*) @ 0x000000003d13d54a 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ce90c10 17. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:2504: DB::StorageReplicatedMergeTree::executeFetch(DB::ReplicatedMergeTreeLogEntry&, bool) @ 0x000000003ce66fb0 18. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:174: DB::ReplicatedMergeMutateTaskBase::executeImpl()::$_1::operator()(bool) const @ 0x000000003e7de103 19. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:204: DB::ReplicatedMergeMutateTaskBase::executeImpl() @ 0x000000003e7dab59 20. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:52: DB::ReplicatedMergeMutateTaskBase::executeStep() @ 0x000000003e7d6db2 21. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:308: DB::MergeTreeBackgroundExecutor::routine(std::shared_ptr) @ 0x000000003ddd83a0 22. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:353: DB::MergeTreeBackgroundExecutor::threadFunction() @ 0x000000003ddda121 23. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:57: void std::__function::__policy_invoker::__call_impl::MergeTreeBackgroundExecutor(String, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::basic_string_view>)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003dde1b7f 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 28. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:55:19.301801 [ 1062 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {c50d9ad7-e987-40fd-b28e-eed3d37cc418::all_0_0_0_1}: Code: 86. DB::HTTPException: Received error from remote server http://01415e1c5a82:9009/?endpoint=DataPartsExchange%3Adefault%3A%2Fclickhouse%2Ftest_cev3yovm%2Freplicas%2Fmaster&part=all_0_0_0_1&client_protocol_version=8&compress=false. HTTP status code: 500 'Internal Server Error', body length: 137 bytes, body: 'Code: 236. DB::Exception: Transferring part to replica was cancelled. (ABORTED) (version 24.12.2.20214.altinityantalya (altinity build)) '. (RECEIVED_ERROR_FROM_REMOTE_IO_SERVER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::HTTPException::HTTPException(int, String const&, Poco::Net::HTTPResponse::HTTPStatus, String const&, String const&) @ 0x00000000210688f9 4. ./build_docker/./src/IO/HTTPCommon.cpp:92: DB::assertResponseIsOk(String const&, Poco::Net::HTTPResponse&, std::basic_istream>&, bool) @ 0x0000000021068277 5. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:277: DB::ReadWriteBufferFromHTTP::callImpl(Poco::Net::HTTPResponse&, String const&, std::optional const&, bool) const @ 0x000000002747f763 6. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:285: DB::ReadWriteBufferFromHTTP::callWithRedirects(Poco::Net::HTTPResponse&, String const&, std::optional const&) @ 0x000000002747fc35 7. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:408: DB::ReadWriteBufferFromHTTP::initialize() @ 0x0000000027481929 8. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:472: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000274891c7 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002747a305 10. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:465: DB::ReadWriteBufferFromHTTP::nextImpl() @ 0x0000000027485212 11. DB::ReadBuffer::next() @ 0x0000000008c432cf 12. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:254: DB::ReadWriteBufferFromHTTP::ReadWriteBufferFromHTTP(DB::HTTPConnectionGroupType const&, Poco::URI const&, String const&, DB::ProxyConfiguration, DB::ReadSettings, DB::ConnectionTimeouts, Poco::Net::HTTPBasicCredentials const&, DB::RemoteHostFilter const*, unsigned long, unsigned long, std::function>&)>, bool, bool, std::vector>, bool, std::optional) @ 0x000000002747e7ad 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]>&)>&, bool&, bool&, std::vector>&, bool&, std::nullopt_t const&>(DB::HTTPConnectionGroupType&, Poco::URI&, String&, DB::ProxyConfiguration&, DB::ReadSettings&, DB::ConnectionTimeouts&, Poco::Net::HTTPBasicCredentials const&, DB::RemoteHostFilter const*&, unsigned long&, unsigned long&, std::function>&)>&, bool&, bool&, std::vector>&, bool&, std::nullopt_t const&) @ 0x0000000027462db0 14. ./src/IO/ReadWriteBufferFromHTTP.h:247: DB::DataPartsExchange::Fetcher::fetchSelectedPart(std::shared_ptr const&, std::shared_ptr, String const&, String const&, String const&, String const&, int, DB::ConnectionTimeouts const&, String const&, String const&, String const&, std::shared_ptr, bool, String const&, std::optional*, bool, std::shared_ptr) @ 0x000000003da3ba00 15. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:5183: std::shared_ptr std::__function::__policy_invoker ()>::__call_impl const&, String const&, String const&, bool, unsigned long, std::shared_ptr, bool)::$_4, std::shared_ptr ()>>(std::__function::__policy_storage const*) @ 0x000000003d13d54a 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ce90c10 17. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:2504: DB::StorageReplicatedMergeTree::executeFetch(DB::ReplicatedMergeTreeLogEntry&, bool) @ 0x000000003ce66fb0 18. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:174: DB::ReplicatedMergeMutateTaskBase::executeImpl()::$_1::operator()(bool) const @ 0x000000003e7de103 19. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:204: DB::ReplicatedMergeMutateTaskBase::executeImpl() @ 0x000000003e7dab59 20. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:52: DB::ReplicatedMergeMutateTaskBase::executeStep() @ 0x000000003e7d6db2 21. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:308: DB::MergeTreeBackgroundExecutor::routine(std::shared_ptr) @ 0x000000003ddd83a0 22. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:353: DB::MergeTreeBackgroundExecutor::threadFunction() @ 0x000000003ddda121 23. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:57: void std::__function::__policy_invoker::__call_impl::MergeTreeBackgroundExecutor(String, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::basic_string_view>)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003dde1b7f 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 28. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:55:19.384399 [ 68115 ] {48679f20-54e6-4069-bc05-9f5664ea9d01} executeQuery: Code: 407. DB::Exception: Numeric overflow: result bigger that Decimal256: In scope SELECT multiplyDecimal(toDecimal256(1e38, 0), toDecimal256(1e38, 0), 2). (DECIMAL_OVERFLOW) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33092) (comment: 02475_precise_decimal_arithmetics.sql) (in query: -- fits Decimal256, but scale is too big to fit SELECT multiplyDecimal(toDecimal256(1e38, 0), toDecimal256(1e38, 0), 2);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::Decimal> DB::(anonymous namespace)::MultiplyDecimalsImpl::execute>, DB::Decimal>>(DB::Decimal>, DB::Decimal>, unsigned short, unsigned short, unsigned short) @ 0x0000000018227881 5. void DB::Processor>>, DB::(anonymous namespace)::MultiplyDecimalsImpl>::vectorVector>, 4096ul, Allocator, 63ul, 64ul>, DB::PODArray>, 4096ul, Allocator, 63ul, 64ul>>(DB::PODArray>, 4096ul, Allocator, 63ul, 64ul> const&, DB::PODArray>, 4096ul, Allocator, 63ul, 64ul> const&, DB::PODArray>, 4096ul, Allocator, 63ul, 64ul>&, unsigned short, unsigned short, unsigned short, unsigned long) const @ 0x0000000018226502 6. DB::DecimalArithmeticsImpl>>, DB::DataTypeDecimal>>, DB::DataTypeDecimal>>, DB::(anonymous namespace)::MultiplyDecimalsImpl>::execute(DB::(anonymous namespace)::MultiplyDecimalsImpl, std::vector> const&, std::shared_ptr const&, unsigned long) @ 0x000000001820c956 7. DB::FunctionsDecimalArithmetics::resolveOverload(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000181fdfe4 8. DB::FunctionsDecimalArithmetics::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000181fa197 9. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 12. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 14. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 15. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 17:55:19.393539 [ 68115 ] {} TCPHandler: Code: 407. DB::Exception: Numeric overflow: result bigger that Decimal256: In scope SELECT multiplyDecimal(toDecimal256(1e38, 0), toDecimal256(1e38, 0), 2). (DECIMAL_OVERFLOW), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::Decimal> DB::(anonymous namespace)::MultiplyDecimalsImpl::execute>, DB::Decimal>>(DB::Decimal>, DB::Decimal>, unsigned short, unsigned short, unsigned short) @ 0x0000000018227881 5. void DB::Processor>>, DB::(anonymous namespace)::MultiplyDecimalsImpl>::vectorVector>, 4096ul, Allocator, 63ul, 64ul>, DB::PODArray>, 4096ul, Allocator, 63ul, 64ul>>(DB::PODArray>, 4096ul, Allocator, 63ul, 64ul> const&, DB::PODArray>, 4096ul, Allocator, 63ul, 64ul> const&, DB::PODArray>, 4096ul, Allocator, 63ul, 64ul>&, unsigned short, unsigned short, unsigned short, unsigned long) const @ 0x0000000018226502 6. DB::DecimalArithmeticsImpl>>, DB::DataTypeDecimal>>, DB::DataTypeDecimal>>, DB::(anonymous namespace)::MultiplyDecimalsImpl>::execute(DB::(anonymous namespace)::MultiplyDecimalsImpl, std::vector> const&, std::shared_ptr const&, unsigned long) @ 0x000000001820c956 7. DB::FunctionsDecimalArithmetics::resolveOverload(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000181fdfe4 8. DB::FunctionsDecimalArithmetics::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000181fa197 9. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 12. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 14. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 15. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 17:55:19.979677 [ 68112 ] {dadfc857-5132-4b4e-88ec-dc4e701b9a39} executeQuery: Code: 1. DB::Exception: Recursive CTE subquery x AS (SELECT 1 AS n INTERSECT ALL SELECT n + 1 FROM x) with INTERSECT_ALL union mode is unsupported, only UNION ALL union mode is supported. (UNSUPPORTED_METHOD) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33386) (comment: 03040_recursive_cte_postgres_6.sql) (in query: -- -- error cases -- -- INTERSECT WITH RECURSIVE x AS (SELECT 1 AS n INTERSECT SELECT n+1 FROM x) SELECT * FROM x;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, char const*&&) @ 0x000000002748bdad 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5846: DB::QueryAnalyzer::resolveUnion(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d25854 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3851: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d34f80 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5290: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd45a0 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:55:19.987286 [ 68112 ] {} TCPHandler: Code: 1. DB::Exception: Recursive CTE subquery x AS (SELECT 1 AS n INTERSECT ALL SELECT n + 1 FROM x) with INTERSECT_ALL union mode is unsupported, only UNION ALL union mode is supported. (UNSUPPORTED_METHOD), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, char const*&&) @ 0x000000002748bdad 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5846: DB::QueryAnalyzer::resolveUnion(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d25854 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3851: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d34f80 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5290: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd45a0 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:55:20.028647 [ 68112 ] {cba7df99-7b16-4737-8e30-a12d3ad21fdd} executeQuery: Code: 1. DB::Exception: Recursive CTE subquery x AS (SELECT 1 AS n INTERSECT ALL SELECT n + 1 FROM x) with INTERSECT_ALL union mode is unsupported, only UNION ALL union mode is supported. (UNSUPPORTED_METHOD) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33386) (comment: 03040_recursive_cte_postgres_6.sql) (in query: WITH RECURSIVE x AS (SELECT 1 AS n INTERSECT ALL SELECT n+1 FROM x) SELECT * FROM x;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, char const*&&) @ 0x000000002748bdad 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5846: DB::QueryAnalyzer::resolveUnion(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d25854 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3851: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d34f80 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5290: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd45a0 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:55:20.035513 [ 68112 ] {} TCPHandler: Code: 1. DB::Exception: Recursive CTE subquery x AS (SELECT 1 AS n INTERSECT ALL SELECT n + 1 FROM x) with INTERSECT_ALL union mode is unsupported, only UNION ALL union mode is supported. (UNSUPPORTED_METHOD), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, char const*&&) @ 0x000000002748bdad 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5846: DB::QueryAnalyzer::resolveUnion(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d25854 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3851: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d34f80 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5290: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd45a0 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:55:20.103565 [ 68112 ] {814ed538-a4a2-412f-8dbe-be5b7fd56252} executeQuery: Code: 1. DB::Exception: Recursive CTE subquery x AS (SELECT 1 AS n EXCEPT ALL SELECT n + 1 FROM x) with EXCEPT_ALL union mode is unsupported, only UNION ALL union mode is supported. (UNSUPPORTED_METHOD) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33386) (comment: 03040_recursive_cte_postgres_6.sql) (in query: -- EXCEPT WITH RECURSIVE x AS (SELECT 1 AS n EXCEPT SELECT n+1 FROM x) SELECT * FROM x;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, char const*&&) @ 0x000000002748bdad 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5846: DB::QueryAnalyzer::resolveUnion(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d25854 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3851: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d34f80 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5290: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd45a0 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:55:20.109799 [ 68112 ] {} TCPHandler: Code: 1. DB::Exception: Recursive CTE subquery x AS (SELECT 1 AS n EXCEPT ALL SELECT n + 1 FROM x) with EXCEPT_ALL union mode is unsupported, only UNION ALL union mode is supported. (UNSUPPORTED_METHOD), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, char const*&&) @ 0x000000002748bdad 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5846: DB::QueryAnalyzer::resolveUnion(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d25854 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3851: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d34f80 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5290: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd45a0 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:55:20.156489 [ 68112 ] {15404027-f0d1-44da-91b5-af6b1f23751d} executeQuery: Code: 1. DB::Exception: Recursive CTE subquery x AS (SELECT 1 AS n EXCEPT ALL SELECT n + 1 FROM x) with EXCEPT_ALL union mode is unsupported, only UNION ALL union mode is supported. (UNSUPPORTED_METHOD) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33386) (comment: 03040_recursive_cte_postgres_6.sql) (in query: WITH RECURSIVE x AS (SELECT 1 AS n EXCEPT ALL SELECT n+1 FROM x) SELECT * FROM x;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, char const*&&) @ 0x000000002748bdad 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5846: DB::QueryAnalyzer::resolveUnion(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d25854 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3851: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d34f80 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5290: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd45a0 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:55:20.164507 [ 68112 ] {} TCPHandler: Code: 1. DB::Exception: Recursive CTE subquery x AS (SELECT 1 AS n EXCEPT ALL SELECT n + 1 FROM x) with EXCEPT_ALL union mode is unsupported, only UNION ALL union mode is supported. (UNSUPPORTED_METHOD), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, char const*&&) @ 0x000000002748bdad 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5846: DB::QueryAnalyzer::resolveUnion(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d25854 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3851: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d34f80 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5290: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd45a0 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:55:20.236354 [ 68115 ] {5eaa003d-8b6e-4227-9434-247a5caae190} executeQuery: Code: 407. DB::Exception: Numeric overflow: result bigger that Decimal256: In scope SELECT divideDecimal(toDecimal256(1e72, 0), toDecimal256(0.00001, 5), 2). (DECIMAL_OVERFLOW) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33092) (comment: 02475_precise_decimal_arithmetics.sql) (in query: SELECT divideDecimal(toDecimal256(1e72, 0), toDecimal256(1e-5, 5), 2);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::Decimal> DB::(anonymous namespace)::DivideDecimalsImpl::execute>, DB::Decimal>>(DB::Decimal>, DB::Decimal>, unsigned short, unsigned short, unsigned short) @ 0x000000000e33e211 5. void DB::Processor>>, DB::(anonymous namespace)::DivideDecimalsImpl>::vectorVector>, 4096ul, Allocator, 63ul, 64ul>, DB::PODArray>, 4096ul, Allocator, 63ul, 64ul>>(DB::PODArray>, 4096ul, Allocator, 63ul, 64ul> const&, DB::PODArray>, 4096ul, Allocator, 63ul, 64ul> const&, DB::PODArray>, 4096ul, Allocator, 63ul, 64ul>&, unsigned short, unsigned short, unsigned short, unsigned long) const @ 0x000000000e33cfc2 6. DB::DecimalArithmeticsImpl>>, DB::DataTypeDecimal>>, DB::DataTypeDecimal>>, DB::(anonymous namespace)::DivideDecimalsImpl>::execute(DB::(anonymous namespace)::DivideDecimalsImpl, std::vector> const&, std::shared_ptr const&, unsigned long) @ 0x000000000e3231f6 7. DB::FunctionsDecimalArithmetics::resolveOverload(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000e314884 8. DB::FunctionsDecimalArithmetics::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000e310a37 9. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 12. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 14. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 15. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 17:55:20.242259 [ 68115 ] {} TCPHandler: Code: 407. DB::Exception: Numeric overflow: result bigger that Decimal256: In scope SELECT divideDecimal(toDecimal256(1e72, 0), toDecimal256(0.00001, 5), 2). (DECIMAL_OVERFLOW), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::Decimal> DB::(anonymous namespace)::DivideDecimalsImpl::execute>, DB::Decimal>>(DB::Decimal>, DB::Decimal>, unsigned short, unsigned short, unsigned short) @ 0x000000000e33e211 5. void DB::Processor>>, DB::(anonymous namespace)::DivideDecimalsImpl>::vectorVector>, 4096ul, Allocator, 63ul, 64ul>, DB::PODArray>, 4096ul, Allocator, 63ul, 64ul>>(DB::PODArray>, 4096ul, Allocator, 63ul, 64ul> const&, DB::PODArray>, 4096ul, Allocator, 63ul, 64ul> const&, DB::PODArray>, 4096ul, Allocator, 63ul, 64ul>&, unsigned short, unsigned short, unsigned short, unsigned long) const @ 0x000000000e33cfc2 6. DB::DecimalArithmeticsImpl>>, DB::DataTypeDecimal>>, DB::DataTypeDecimal>>, DB::(anonymous namespace)::DivideDecimalsImpl>::execute(DB::(anonymous namespace)::DivideDecimalsImpl, std::vector> const&, std::shared_ptr const&, unsigned long) @ 0x000000000e3231f6 7. DB::FunctionsDecimalArithmetics::resolveOverload(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000e314884 8. DB::FunctionsDecimalArithmetics::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000e310a37 9. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 12. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 14. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 15. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 17:55:20.273032 [ 68115 ] {0b63faf5-66dd-4ec3-b5ff-a3e3efeed385} executeQuery: Code: 407. DB::Exception: Numeric overflow: result bigger that Decimal256: In scope SELECT multiplyDecimal(toDecimal256('1e38', 0), toDecimal256('1e38', 0)). (DECIMAL_OVERFLOW) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33092) (comment: 02475_precise_decimal_arithmetics.sql) (in query: -- does not fit Decimal256 SELECT multiplyDecimal(toDecimal256('1e38', 0), toDecimal256('1e38', 0));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::Decimal> DB::(anonymous namespace)::MultiplyDecimalsImpl::execute>, DB::Decimal>>(DB::Decimal>, DB::Decimal>, unsigned short, unsigned short, unsigned short) @ 0x0000000018227881 5. void DB::Processor>>, DB::(anonymous namespace)::MultiplyDecimalsImpl>::vectorVector>, 4096ul, Allocator, 63ul, 64ul>, DB::PODArray>, 4096ul, Allocator, 63ul, 64ul>>(DB::PODArray>, 4096ul, Allocator, 63ul, 64ul> const&, DB::PODArray>, 4096ul, Allocator, 63ul, 64ul> const&, DB::PODArray>, 4096ul, Allocator, 63ul, 64ul>&, unsigned short, unsigned short, unsigned short, unsigned long) const @ 0x0000000018226502 6. DB::DecimalArithmeticsImpl>>, DB::DataTypeDecimal>>, DB::DataTypeDecimal>>, DB::(anonymous namespace)::MultiplyDecimalsImpl>::execute(DB::(anonymous namespace)::MultiplyDecimalsImpl, std::vector> const&, std::shared_ptr const&, unsigned long) @ 0x000000001820c956 7. DB::FunctionsDecimalArithmetics::resolveOverload(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000181fdfe4 8. DB::FunctionsDecimalArithmetics::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000181fa197 9. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 12. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 14. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 15. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 17:55:20.278371 [ 68115 ] {} TCPHandler: Code: 407. DB::Exception: Numeric overflow: result bigger that Decimal256: In scope SELECT multiplyDecimal(toDecimal256('1e38', 0), toDecimal256('1e38', 0)). (DECIMAL_OVERFLOW), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::Decimal> DB::(anonymous namespace)::MultiplyDecimalsImpl::execute>, DB::Decimal>>(DB::Decimal>, DB::Decimal>, unsigned short, unsigned short, unsigned short) @ 0x0000000018227881 5. void DB::Processor>>, DB::(anonymous namespace)::MultiplyDecimalsImpl>::vectorVector>, 4096ul, Allocator, 63ul, 64ul>, DB::PODArray>, 4096ul, Allocator, 63ul, 64ul>>(DB::PODArray>, 4096ul, Allocator, 63ul, 64ul> const&, DB::PODArray>, 4096ul, Allocator, 63ul, 64ul> const&, DB::PODArray>, 4096ul, Allocator, 63ul, 64ul>&, unsigned short, unsigned short, unsigned short, unsigned long) const @ 0x0000000018226502 6. DB::DecimalArithmeticsImpl>>, DB::DataTypeDecimal>>, DB::DataTypeDecimal>>, DB::(anonymous namespace)::MultiplyDecimalsImpl>::execute(DB::(anonymous namespace)::MultiplyDecimalsImpl, std::vector> const&, std::shared_ptr const&, unsigned long) @ 0x000000001820c956 7. DB::FunctionsDecimalArithmetics::resolveOverload(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000181fdfe4 8. DB::FunctionsDecimalArithmetics::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000181fa197 9. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 12. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 14. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 15. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 17:55:20.311424 [ 68115 ] {d30c6253-4dce-4ae7-85a7-dff3b2d6f54d} executeQuery: Code: 407. DB::Exception: Numeric overflow: result bigger that Decimal256: In scope SELECT multiplyDecimal(toDecimal256(1e39, 0), toDecimal256(1e39, 0), 0). (DECIMAL_OVERFLOW) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33092) (comment: 02475_precise_decimal_arithmetics.sql) (in query: SELECT multiplyDecimal(toDecimal256(1e39, 0), toDecimal256(1e39, 0), 0);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::Decimal> DB::(anonymous namespace)::MultiplyDecimalsImpl::execute>, DB::Decimal>>(DB::Decimal>, DB::Decimal>, unsigned short, unsigned short, unsigned short) @ 0x0000000018227881 5. void DB::Processor>>, DB::(anonymous namespace)::MultiplyDecimalsImpl>::vectorVector>, 4096ul, Allocator, 63ul, 64ul>, DB::PODArray>, 4096ul, Allocator, 63ul, 64ul>>(DB::PODArray>, 4096ul, Allocator, 63ul, 64ul> const&, DB::PODArray>, 4096ul, Allocator, 63ul, 64ul> const&, DB::PODArray>, 4096ul, Allocator, 63ul, 64ul>&, unsigned short, unsigned short, unsigned short, unsigned long) const @ 0x0000000018226502 6. DB::DecimalArithmeticsImpl>>, DB::DataTypeDecimal>>, DB::DataTypeDecimal>>, DB::(anonymous namespace)::MultiplyDecimalsImpl>::execute(DB::(anonymous namespace)::MultiplyDecimalsImpl, std::vector> const&, std::shared_ptr const&, unsigned long) @ 0x000000001820c956 7. DB::FunctionsDecimalArithmetics::resolveOverload(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000181fdfe4 8. DB::FunctionsDecimalArithmetics::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000181fa197 9. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 12. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 14. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 15. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 17:55:20.316269 [ 68115 ] {} TCPHandler: Code: 407. DB::Exception: Numeric overflow: result bigger that Decimal256: In scope SELECT multiplyDecimal(toDecimal256(1e39, 0), toDecimal256(1e39, 0), 0). (DECIMAL_OVERFLOW), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::Decimal> DB::(anonymous namespace)::MultiplyDecimalsImpl::execute>, DB::Decimal>>(DB::Decimal>, DB::Decimal>, unsigned short, unsigned short, unsigned short) @ 0x0000000018227881 5. void DB::Processor>>, DB::(anonymous namespace)::MultiplyDecimalsImpl>::vectorVector>, 4096ul, Allocator, 63ul, 64ul>, DB::PODArray>, 4096ul, Allocator, 63ul, 64ul>>(DB::PODArray>, 4096ul, Allocator, 63ul, 64ul> const&, DB::PODArray>, 4096ul, Allocator, 63ul, 64ul> const&, DB::PODArray>, 4096ul, Allocator, 63ul, 64ul>&, unsigned short, unsigned short, unsigned short, unsigned long) const @ 0x0000000018226502 6. DB::DecimalArithmeticsImpl>>, DB::DataTypeDecimal>>, DB::DataTypeDecimal>>, DB::(anonymous namespace)::MultiplyDecimalsImpl>::execute(DB::(anonymous namespace)::MultiplyDecimalsImpl, std::vector> const&, std::shared_ptr const&, unsigned long) @ 0x000000001820c956 7. DB::FunctionsDecimalArithmetics::resolveOverload(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000181fdfe4 8. DB::FunctionsDecimalArithmetics::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000181fa197 9. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 12. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 14. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 15. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 17:55:20.355965 [ 68115 ] {f83f403f-a5df-4de4-aba6-09f706ac649a} executeQuery: Code: 407. DB::Exception: Numeric overflow: result bigger that Decimal256: In scope SELECT divideDecimal(toDecimal256(1e39, 0), toDecimal256(1e-38, 39)). (DECIMAL_OVERFLOW) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33092) (comment: 02475_precise_decimal_arithmetics.sql) (in query: SELECT divideDecimal(toDecimal256(1e39, 0), toDecimal256(1e-38, 39));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::Decimal> DB::(anonymous namespace)::DivideDecimalsImpl::execute>, DB::Decimal>>(DB::Decimal>, DB::Decimal>, unsigned short, unsigned short, unsigned short) @ 0x000000000e33e211 5. void DB::Processor>>, DB::(anonymous namespace)::DivideDecimalsImpl>::vectorVector>, 4096ul, Allocator, 63ul, 64ul>, DB::PODArray>, 4096ul, Allocator, 63ul, 64ul>>(DB::PODArray>, 4096ul, Allocator, 63ul, 64ul> const&, DB::PODArray>, 4096ul, Allocator, 63ul, 64ul> const&, DB::PODArray>, 4096ul, Allocator, 63ul, 64ul>&, unsigned short, unsigned short, unsigned short, unsigned long) const @ 0x000000000e33cfc2 6. DB::DecimalArithmeticsImpl>>, DB::DataTypeDecimal>>, DB::DataTypeDecimal>>, DB::(anonymous namespace)::DivideDecimalsImpl>::execute(DB::(anonymous namespace)::DivideDecimalsImpl, std::vector> const&, std::shared_ptr const&, unsigned long) @ 0x000000000e3231f6 7. DB::FunctionsDecimalArithmetics::resolveOverload(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000e314884 8. DB::FunctionsDecimalArithmetics::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000e310a37 9. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 12. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 14. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 15. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 17:55:20.360605 [ 68115 ] {} TCPHandler: Code: 407. DB::Exception: Numeric overflow: result bigger that Decimal256: In scope SELECT divideDecimal(toDecimal256(1e39, 0), toDecimal256(1e-38, 39)). (DECIMAL_OVERFLOW), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::Decimal> DB::(anonymous namespace)::DivideDecimalsImpl::execute>, DB::Decimal>>(DB::Decimal>, DB::Decimal>, unsigned short, unsigned short, unsigned short) @ 0x000000000e33e211 5. void DB::Processor>>, DB::(anonymous namespace)::DivideDecimalsImpl>::vectorVector>, 4096ul, Allocator, 63ul, 64ul>, DB::PODArray>, 4096ul, Allocator, 63ul, 64ul>>(DB::PODArray>, 4096ul, Allocator, 63ul, 64ul> const&, DB::PODArray>, 4096ul, Allocator, 63ul, 64ul> const&, DB::PODArray>, 4096ul, Allocator, 63ul, 64ul>&, unsigned short, unsigned short, unsigned short, unsigned long) const @ 0x000000000e33cfc2 6. DB::DecimalArithmeticsImpl>>, DB::DataTypeDecimal>>, DB::DataTypeDecimal>>, DB::(anonymous namespace)::DivideDecimalsImpl>::execute(DB::(anonymous namespace)::DivideDecimalsImpl, std::vector> const&, std::shared_ptr const&, unsigned long) @ 0x000000000e3231f6 7. DB::FunctionsDecimalArithmetics::resolveOverload(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000e314884 8. DB::FunctionsDecimalArithmetics::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000e310a37 9. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 12. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 14. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 15. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 17:55:20.379085 [ 1055 ] {} c50d9ad7-e987-40fd-b28e-eed3d37cc418::all_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 86. DB::HTTPException: Received error from remote server http://01415e1c5a82:9009/?endpoint=DataPartsExchange%3Adefault%3A%2Fclickhouse%2Ftest_cev3yovm%2Freplicas%2Fmaster&part=all_0_0_0_1&client_protocol_version=8&compress=false. HTTP status code: 500 'Internal Server Error', body length: 137 bytes, body: 'Code: 236. DB::Exception: Transferring part to replica was cancelled. (ABORTED) (version 24.12.2.20214.altinityantalya (altinity build)) '. (RECEIVED_ERROR_FROM_REMOTE_IO_SERVER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::HTTPException::HTTPException(int, String const&, Poco::Net::HTTPResponse::HTTPStatus, String const&, String const&) @ 0x00000000210688f9 4. ./build_docker/./src/IO/HTTPCommon.cpp:92: DB::assertResponseIsOk(String const&, Poco::Net::HTTPResponse&, std::basic_istream>&, bool) @ 0x0000000021068277 5. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:277: DB::ReadWriteBufferFromHTTP::callImpl(Poco::Net::HTTPResponse&, String const&, std::optional const&, bool) const @ 0x000000002747f763 6. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:285: DB::ReadWriteBufferFromHTTP::callWithRedirects(Poco::Net::HTTPResponse&, String const&, std::optional const&) @ 0x000000002747fc35 7. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:408: DB::ReadWriteBufferFromHTTP::initialize() @ 0x0000000027481929 8. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:472: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000274891c7 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002747a305 10. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:465: DB::ReadWriteBufferFromHTTP::nextImpl() @ 0x0000000027485212 11. DB::ReadBuffer::next() @ 0x0000000008c432cf 12. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:254: DB::ReadWriteBufferFromHTTP::ReadWriteBufferFromHTTP(DB::HTTPConnectionGroupType const&, Poco::URI const&, String const&, DB::ProxyConfiguration, DB::ReadSettings, DB::ConnectionTimeouts, Poco::Net::HTTPBasicCredentials const&, DB::RemoteHostFilter const*, unsigned long, unsigned long, std::function>&)>, bool, bool, std::vector>, bool, std::optional) @ 0x000000002747e7ad 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]>&)>&, bool&, bool&, std::vector>&, bool&, std::nullopt_t const&>(DB::HTTPConnectionGroupType&, Poco::URI&, String&, DB::ProxyConfiguration&, DB::ReadSettings&, DB::ConnectionTimeouts&, Poco::Net::HTTPBasicCredentials const&, DB::RemoteHostFilter const*&, unsigned long&, unsigned long&, std::function>&)>&, bool&, bool&, std::vector>&, bool&, std::nullopt_t const&) @ 0x0000000027462db0 14. ./src/IO/ReadWriteBufferFromHTTP.h:247: DB::DataPartsExchange::Fetcher::fetchSelectedPart(std::shared_ptr const&, std::shared_ptr, String const&, String const&, String const&, String const&, int, DB::ConnectionTimeouts const&, String const&, String const&, String const&, std::shared_ptr, bool, String const&, std::optional*, bool, std::shared_ptr) @ 0x000000003da3ba00 15. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:5183: std::shared_ptr std::__function::__policy_invoker ()>::__call_impl const&, String const&, String const&, bool, unsigned long, std::shared_ptr, bool)::$_4, std::shared_ptr ()>>(std::__function::__policy_storage const*) @ 0x000000003d13d54a 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ce90c10 17. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:2504: DB::StorageReplicatedMergeTree::executeFetch(DB::ReplicatedMergeTreeLogEntry&, bool) @ 0x000000003ce66fb0 18. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:174: DB::ReplicatedMergeMutateTaskBase::executeImpl()::$_1::operator()(bool) const @ 0x000000003e7de103 19. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:204: DB::ReplicatedMergeMutateTaskBase::executeImpl() @ 0x000000003e7dab59 20. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:52: DB::ReplicatedMergeMutateTaskBase::executeStep() @ 0x000000003e7d6db2 21. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:308: DB::MergeTreeBackgroundExecutor::routine(std::shared_ptr) @ 0x000000003ddd83a0 22. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:353: DB::MergeTreeBackgroundExecutor::threadFunction() @ 0x000000003ddda121 23. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:57: void std::__function::__policy_invoker::__call_impl::MergeTreeBackgroundExecutor(String, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::basic_string_view>)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003dde1b7f 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 28. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:55:20.380436 [ 1055 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {c50d9ad7-e987-40fd-b28e-eed3d37cc418::all_0_0_0_1}: Code: 86. DB::HTTPException: Received error from remote server http://01415e1c5a82:9009/?endpoint=DataPartsExchange%3Adefault%3A%2Fclickhouse%2Ftest_cev3yovm%2Freplicas%2Fmaster&part=all_0_0_0_1&client_protocol_version=8&compress=false. HTTP status code: 500 'Internal Server Error', body length: 137 bytes, body: 'Code: 236. DB::Exception: Transferring part to replica was cancelled. (ABORTED) (version 24.12.2.20214.altinityantalya (altinity build)) '. (RECEIVED_ERROR_FROM_REMOTE_IO_SERVER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::HTTPException::HTTPException(int, String const&, Poco::Net::HTTPResponse::HTTPStatus, String const&, String const&) @ 0x00000000210688f9 4. ./build_docker/./src/IO/HTTPCommon.cpp:92: DB::assertResponseIsOk(String const&, Poco::Net::HTTPResponse&, std::basic_istream>&, bool) @ 0x0000000021068277 5. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:277: DB::ReadWriteBufferFromHTTP::callImpl(Poco::Net::HTTPResponse&, String const&, std::optional const&, bool) const @ 0x000000002747f763 6. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:285: DB::ReadWriteBufferFromHTTP::callWithRedirects(Poco::Net::HTTPResponse&, String const&, std::optional const&) @ 0x000000002747fc35 7. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:408: DB::ReadWriteBufferFromHTTP::initialize() @ 0x0000000027481929 8. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:472: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000274891c7 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002747a305 10. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:465: DB::ReadWriteBufferFromHTTP::nextImpl() @ 0x0000000027485212 11. DB::ReadBuffer::next() @ 0x0000000008c432cf 12. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:254: DB::ReadWriteBufferFromHTTP::ReadWriteBufferFromHTTP(DB::HTTPConnectionGroupType const&, Poco::URI const&, String const&, DB::ProxyConfiguration, DB::ReadSettings, DB::ConnectionTimeouts, Poco::Net::HTTPBasicCredentials const&, DB::RemoteHostFilter const*, unsigned long, unsigned long, std::function>&)>, bool, bool, std::vector>, bool, std::optional) @ 0x000000002747e7ad 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]>&)>&, bool&, bool&, std::vector>&, bool&, std::nullopt_t const&>(DB::HTTPConnectionGroupType&, Poco::URI&, String&, DB::ProxyConfiguration&, DB::ReadSettings&, DB::ConnectionTimeouts&, Poco::Net::HTTPBasicCredentials const&, DB::RemoteHostFilter const*&, unsigned long&, unsigned long&, std::function>&)>&, bool&, bool&, std::vector>&, bool&, std::nullopt_t const&) @ 0x0000000027462db0 14. ./src/IO/ReadWriteBufferFromHTTP.h:247: DB::DataPartsExchange::Fetcher::fetchSelectedPart(std::shared_ptr const&, std::shared_ptr, String const&, String const&, String const&, String const&, int, DB::ConnectionTimeouts const&, String const&, String const&, String const&, std::shared_ptr, bool, String const&, std::optional*, bool, std::shared_ptr) @ 0x000000003da3ba00 15. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:5183: std::shared_ptr std::__function::__policy_invoker ()>::__call_impl const&, String const&, String const&, bool, unsigned long, std::shared_ptr, bool)::$_4, std::shared_ptr ()>>(std::__function::__policy_storage const*) @ 0x000000003d13d54a 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ce90c10 17. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:2504: DB::StorageReplicatedMergeTree::executeFetch(DB::ReplicatedMergeTreeLogEntry&, bool) @ 0x000000003ce66fb0 18. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:174: DB::ReplicatedMergeMutateTaskBase::executeImpl()::$_1::operator()(bool) const @ 0x000000003e7de103 19. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:204: DB::ReplicatedMergeMutateTaskBase::executeImpl() @ 0x000000003e7dab59 20. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:52: DB::ReplicatedMergeMutateTaskBase::executeStep() @ 0x000000003e7d6db2 21. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:308: DB::MergeTreeBackgroundExecutor::routine(std::shared_ptr) @ 0x000000003ddd83a0 22. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:353: DB::MergeTreeBackgroundExecutor::threadFunction() @ 0x000000003ddda121 23. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:57: void std::__function::__policy_invoker::__call_impl::MergeTreeBackgroundExecutor(String, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::basic_string_view>)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003dde1b7f 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 28. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:55:20.811641 [ 68112 ] {be5d389b-72f5-424f-9804-b748162de3ea} executeQuery: Code: 60. DB::Exception: Unknown table expression identifier 'x' in scope x AS (SELECT n FROM x). (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33386) (comment: 03040_recursive_cte_postgres_6.sql) (in query: -- no non-recursive term WITH RECURSIVE x AS (SELECT n FROM x) SELECT * FROM x;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4370: DB::QueryAnalyzer::initializeQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dd184f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5549: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19ac7 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5290: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd45a0 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:55:20.818426 [ 68112 ] {} TCPHandler: Code: 60. DB::Exception: Unknown table expression identifier 'x' in scope x AS (SELECT n FROM x). (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4370: DB::QueryAnalyzer::initializeQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dd184f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5549: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19ac7 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5290: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd45a0 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:55:20.885760 [ 1048 ] {} c50d9ad7-e987-40fd-b28e-eed3d37cc418::all_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 86. DB::HTTPException: Received error from remote server http://01415e1c5a82:9009/?endpoint=DataPartsExchange%3Adefault%3A%2Fclickhouse%2Ftest_cev3yovm%2Freplicas%2Fmaster&part=all_0_0_0_1&client_protocol_version=8&compress=false. HTTP status code: 500 'Internal Server Error', body length: 137 bytes, body: 'Code: 236. DB::Exception: Transferring part to replica was cancelled. (ABORTED) (version 24.12.2.20214.altinityantalya (altinity build)) '. (RECEIVED_ERROR_FROM_REMOTE_IO_SERVER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::HTTPException::HTTPException(int, String const&, Poco::Net::HTTPResponse::HTTPStatus, String const&, String const&) @ 0x00000000210688f9 4. ./build_docker/./src/IO/HTTPCommon.cpp:92: DB::assertResponseIsOk(String const&, Poco::Net::HTTPResponse&, std::basic_istream>&, bool) @ 0x0000000021068277 5. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:277: DB::ReadWriteBufferFromHTTP::callImpl(Poco::Net::HTTPResponse&, String const&, std::optional const&, bool) const @ 0x000000002747f763 6. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:285: DB::ReadWriteBufferFromHTTP::callWithRedirects(Poco::Net::HTTPResponse&, String const&, std::optional const&) @ 0x000000002747fc35 7. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:408: DB::ReadWriteBufferFromHTTP::initialize() @ 0x0000000027481929 8. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:472: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000274891c7 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002747a305 10. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:465: DB::ReadWriteBufferFromHTTP::nextImpl() @ 0x0000000027485212 11. DB::ReadBuffer::next() @ 0x0000000008c432cf 12. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:254: DB::ReadWriteBufferFromHTTP::ReadWriteBufferFromHTTP(DB::HTTPConnectionGroupType const&, Poco::URI const&, String const&, DB::ProxyConfiguration, DB::ReadSettings, DB::ConnectionTimeouts, Poco::Net::HTTPBasicCredentials const&, DB::RemoteHostFilter const*, unsigned long, unsigned long, std::function>&)>, bool, bool, std::vector>, bool, std::optional) @ 0x000000002747e7ad 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]>&)>&, bool&, bool&, std::vector>&, bool&, std::nullopt_t const&>(DB::HTTPConnectionGroupType&, Poco::URI&, String&, DB::ProxyConfiguration&, DB::ReadSettings&, DB::ConnectionTimeouts&, Poco::Net::HTTPBasicCredentials const&, DB::RemoteHostFilter const*&, unsigned long&, unsigned long&, std::function>&)>&, bool&, bool&, std::vector>&, bool&, std::nullopt_t const&) @ 0x0000000027462db0 14. ./src/IO/ReadWriteBufferFromHTTP.h:247: DB::DataPartsExchange::Fetcher::fetchSelectedPart(std::shared_ptr const&, std::shared_ptr, String const&, String const&, String const&, String const&, int, DB::ConnectionTimeouts const&, String const&, String const&, String const&, std::shared_ptr, bool, String const&, std::optional*, bool, std::shared_ptr) @ 0x000000003da3ba00 15. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:5183: std::shared_ptr std::__function::__policy_invoker ()>::__call_impl const&, String const&, String const&, bool, unsigned long, std::shared_ptr, bool)::$_4, std::shared_ptr ()>>(std::__function::__policy_storage const*) @ 0x000000003d13d54a 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ce90c10 17. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:2504: DB::StorageReplicatedMergeTree::executeFetch(DB::ReplicatedMergeTreeLogEntry&, bool) @ 0x000000003ce66fb0 18. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:174: DB::ReplicatedMergeMutateTaskBase::executeImpl()::$_1::operator()(bool) const @ 0x000000003e7de103 19. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:204: DB::ReplicatedMergeMutateTaskBase::executeImpl() @ 0x000000003e7dab59 20. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:52: DB::ReplicatedMergeMutateTaskBase::executeStep() @ 0x000000003e7d6db2 21. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:308: DB::MergeTreeBackgroundExecutor::routine(std::shared_ptr) @ 0x000000003ddd83a0 22. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:353: DB::MergeTreeBackgroundExecutor::threadFunction() @ 0x000000003ddda121 23. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:57: void std::__function::__policy_invoker::__call_impl::MergeTreeBackgroundExecutor(String, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::basic_string_view>)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003dde1b7f 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 28. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:55:20.889033 [ 1048 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {c50d9ad7-e987-40fd-b28e-eed3d37cc418::all_0_0_0_1}: Code: 86. DB::HTTPException: Received error from remote server http://01415e1c5a82:9009/?endpoint=DataPartsExchange%3Adefault%3A%2Fclickhouse%2Ftest_cev3yovm%2Freplicas%2Fmaster&part=all_0_0_0_1&client_protocol_version=8&compress=false. HTTP status code: 500 'Internal Server Error', body length: 137 bytes, body: 'Code: 236. DB::Exception: Transferring part to replica was cancelled. (ABORTED) (version 24.12.2.20214.altinityantalya (altinity build)) '. (RECEIVED_ERROR_FROM_REMOTE_IO_SERVER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::HTTPException::HTTPException(int, String const&, Poco::Net::HTTPResponse::HTTPStatus, String const&, String const&) @ 0x00000000210688f9 4. ./build_docker/./src/IO/HTTPCommon.cpp:92: DB::assertResponseIsOk(String const&, Poco::Net::HTTPResponse&, std::basic_istream>&, bool) @ 0x0000000021068277 5. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:277: DB::ReadWriteBufferFromHTTP::callImpl(Poco::Net::HTTPResponse&, String const&, std::optional const&, bool) const @ 0x000000002747f763 6. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:285: DB::ReadWriteBufferFromHTTP::callWithRedirects(Poco::Net::HTTPResponse&, String const&, std::optional const&) @ 0x000000002747fc35 7. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:408: DB::ReadWriteBufferFromHTTP::initialize() @ 0x0000000027481929 8. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:472: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000274891c7 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002747a305 10. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:465: DB::ReadWriteBufferFromHTTP::nextImpl() @ 0x0000000027485212 11. DB::ReadBuffer::next() @ 0x0000000008c432cf 12. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:254: DB::ReadWriteBufferFromHTTP::ReadWriteBufferFromHTTP(DB::HTTPConnectionGroupType const&, Poco::URI const&, String const&, DB::ProxyConfiguration, DB::ReadSettings, DB::ConnectionTimeouts, Poco::Net::HTTPBasicCredentials const&, DB::RemoteHostFilter const*, unsigned long, unsigned long, std::function>&)>, bool, bool, std::vector>, bool, std::optional) @ 0x000000002747e7ad 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]>&)>&, bool&, bool&, std::vector>&, bool&, std::nullopt_t const&>(DB::HTTPConnectionGroupType&, Poco::URI&, String&, DB::ProxyConfiguration&, DB::ReadSettings&, DB::ConnectionTimeouts&, Poco::Net::HTTPBasicCredentials const&, DB::RemoteHostFilter const*&, unsigned long&, unsigned long&, std::function>&)>&, bool&, bool&, std::vector>&, bool&, std::nullopt_t const&) @ 0x0000000027462db0 14. ./src/IO/ReadWriteBufferFromHTTP.h:247: DB::DataPartsExchange::Fetcher::fetchSelectedPart(std::shared_ptr const&, std::shared_ptr, String const&, String const&, String const&, String const&, int, DB::ConnectionTimeouts const&, String const&, String const&, String const&, std::shared_ptr, bool, String const&, std::optional*, bool, std::shared_ptr) @ 0x000000003da3ba00 15. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:5183: std::shared_ptr std::__function::__policy_invoker ()>::__call_impl const&, String const&, String const&, bool, unsigned long, std::shared_ptr, bool)::$_4, std::shared_ptr ()>>(std::__function::__policy_storage const*) @ 0x000000003d13d54a 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ce90c10 17. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:2504: DB::StorageReplicatedMergeTree::executeFetch(DB::ReplicatedMergeTreeLogEntry&, bool) @ 0x000000003ce66fb0 18. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:174: DB::ReplicatedMergeMutateTaskBase::executeImpl()::$_1::operator()(bool) const @ 0x000000003e7de103 19. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:204: DB::ReplicatedMergeMutateTaskBase::executeImpl() @ 0x000000003e7dab59 20. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:52: DB::ReplicatedMergeMutateTaskBase::executeStep() @ 0x000000003e7d6db2 21. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:308: DB::MergeTreeBackgroundExecutor::routine(std::shared_ptr) @ 0x000000003ddd83a0 22. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:353: DB::MergeTreeBackgroundExecutor::threadFunction() @ 0x000000003ddda121 23. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:57: void std::__function::__policy_invoker::__call_impl::MergeTreeBackgroundExecutor(String, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::basic_string_view>)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003dde1b7f 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 28. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:55:21.479371 [ 68112 ] {e2593d92-4f4a-4548-b847-0b4d8457b4a3} executeQuery: Code: 60. DB::Exception: Unknown table expression identifier 'x' in scope SELECT n FROM x. (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33386) (comment: 03040_recursive_cte_postgres_6.sql) (in query: -- recursive term in the left hand side (strictly speaking, should allow this) WITH RECURSIVE x AS (SELECT n FROM x UNION ALL SELECT 1 AS n) SELECT * FROM x;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4370: DB::QueryAnalyzer::initializeQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dd184f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5549: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19ac7 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5792: DB::QueryAnalyzer::resolveUnion(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d2348d 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3851: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d34f80 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5290: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd45a0 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:55:21.485792 [ 68112 ] {} TCPHandler: Code: 60. DB::Exception: Unknown table expression identifier 'x' in scope SELECT n FROM x. (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4370: DB::QueryAnalyzer::initializeQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dd184f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5549: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19ac7 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5792: DB::QueryAnalyzer::resolveUnion(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d2348d 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3851: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d34f80 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5290: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd45a0 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 12. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:55:21.831758 [ 1061 ] {} c50d9ad7-e987-40fd-b28e-eed3d37cc418::all_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 86. DB::HTTPException: Received error from remote server http://01415e1c5a82:9009/?endpoint=DataPartsExchange%3Adefault%3A%2Fclickhouse%2Ftest_cev3yovm%2Freplicas%2Fmaster&part=all_0_0_0_1&client_protocol_version=8&compress=false. HTTP status code: 500 'Internal Server Error', body length: 137 bytes, body: 'Code: 236. DB::Exception: Transferring part to replica was cancelled. (ABORTED) (version 24.12.2.20214.altinityantalya (altinity build)) '. (RECEIVED_ERROR_FROM_REMOTE_IO_SERVER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::HTTPException::HTTPException(int, String const&, Poco::Net::HTTPResponse::HTTPStatus, String const&, String const&) @ 0x00000000210688f9 4. ./build_docker/./src/IO/HTTPCommon.cpp:92: DB::assertResponseIsOk(String const&, Poco::Net::HTTPResponse&, std::basic_istream>&, bool) @ 0x0000000021068277 5. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:277: DB::ReadWriteBufferFromHTTP::callImpl(Poco::Net::HTTPResponse&, String const&, std::optional const&, bool) const @ 0x000000002747f763 6. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:285: DB::ReadWriteBufferFromHTTP::callWithRedirects(Poco::Net::HTTPResponse&, String const&, std::optional const&) @ 0x000000002747fc35 7. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:408: DB::ReadWriteBufferFromHTTP::initialize() @ 0x0000000027481929 8. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:472: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000274891c7 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002747a305 10. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:465: DB::ReadWriteBufferFromHTTP::nextImpl() @ 0x0000000027485212 11. DB::ReadBuffer::next() @ 0x0000000008c432cf 12. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:254: DB::ReadWriteBufferFromHTTP::ReadWriteBufferFromHTTP(DB::HTTPConnectionGroupType const&, Poco::URI const&, String const&, DB::ProxyConfiguration, DB::ReadSettings, DB::ConnectionTimeouts, Poco::Net::HTTPBasicCredentials const&, DB::RemoteHostFilter const*, unsigned long, unsigned long, std::function>&)>, bool, bool, std::vector>, bool, std::optional) @ 0x000000002747e7ad 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]>&)>&, bool&, bool&, std::vector>&, bool&, std::nullopt_t const&>(DB::HTTPConnectionGroupType&, Poco::URI&, String&, DB::ProxyConfiguration&, DB::ReadSettings&, DB::ConnectionTimeouts&, Poco::Net::HTTPBasicCredentials const&, DB::RemoteHostFilter const*&, unsigned long&, unsigned long&, std::function>&)>&, bool&, bool&, std::vector>&, bool&, std::nullopt_t const&) @ 0x0000000027462db0 14. ./src/IO/ReadWriteBufferFromHTTP.h:247: DB::DataPartsExchange::Fetcher::fetchSelectedPart(std::shared_ptr const&, std::shared_ptr, String const&, String const&, String const&, String const&, int, DB::ConnectionTimeouts const&, String const&, String const&, String const&, std::shared_ptr, bool, String const&, std::optional*, bool, std::shared_ptr) @ 0x000000003da3ba00 15. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:5183: std::shared_ptr std::__function::__policy_invoker ()>::__call_impl const&, String const&, String const&, bool, unsigned long, std::shared_ptr, bool)::$_4, std::shared_ptr ()>>(std::__function::__policy_storage const*) @ 0x000000003d13d54a 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ce90c10 17. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:2504: DB::StorageReplicatedMergeTree::executeFetch(DB::ReplicatedMergeTreeLogEntry&, bool) @ 0x000000003ce66fb0 18. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:174: DB::ReplicatedMergeMutateTaskBase::executeImpl()::$_1::operator()(bool) const @ 0x000000003e7de103 19. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:204: DB::ReplicatedMergeMutateTaskBase::executeImpl() @ 0x000000003e7dab59 20. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:52: DB::ReplicatedMergeMutateTaskBase::executeStep() @ 0x000000003e7d6db2 21. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:308: DB::MergeTreeBackgroundExecutor::routine(std::shared_ptr) @ 0x000000003ddd83a0 22. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:353: DB::MergeTreeBackgroundExecutor::threadFunction() @ 0x000000003ddda121 23. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:57: void std::__function::__policy_invoker::__call_impl::MergeTreeBackgroundExecutor(String, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::basic_string_view>)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003dde1b7f 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 28. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:55:21.832882 [ 1061 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {c50d9ad7-e987-40fd-b28e-eed3d37cc418::all_0_0_0_1}: Code: 86. DB::HTTPException: Received error from remote server http://01415e1c5a82:9009/?endpoint=DataPartsExchange%3Adefault%3A%2Fclickhouse%2Ftest_cev3yovm%2Freplicas%2Fmaster&part=all_0_0_0_1&client_protocol_version=8&compress=false. HTTP status code: 500 'Internal Server Error', body length: 137 bytes, body: 'Code: 236. DB::Exception: Transferring part to replica was cancelled. (ABORTED) (version 24.12.2.20214.altinityantalya (altinity build)) '. (RECEIVED_ERROR_FROM_REMOTE_IO_SERVER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::HTTPException::HTTPException(int, String const&, Poco::Net::HTTPResponse::HTTPStatus, String const&, String const&) @ 0x00000000210688f9 4. ./build_docker/./src/IO/HTTPCommon.cpp:92: DB::assertResponseIsOk(String const&, Poco::Net::HTTPResponse&, std::basic_istream>&, bool) @ 0x0000000021068277 5. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:277: DB::ReadWriteBufferFromHTTP::callImpl(Poco::Net::HTTPResponse&, String const&, std::optional const&, bool) const @ 0x000000002747f763 6. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:285: DB::ReadWriteBufferFromHTTP::callWithRedirects(Poco::Net::HTTPResponse&, String const&, std::optional const&) @ 0x000000002747fc35 7. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:408: DB::ReadWriteBufferFromHTTP::initialize() @ 0x0000000027481929 8. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:472: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000274891c7 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002747a305 10. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:465: DB::ReadWriteBufferFromHTTP::nextImpl() @ 0x0000000027485212 11. DB::ReadBuffer::next() @ 0x0000000008c432cf 12. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:254: DB::ReadWriteBufferFromHTTP::ReadWriteBufferFromHTTP(DB::HTTPConnectionGroupType const&, Poco::URI const&, String const&, DB::ProxyConfiguration, DB::ReadSettings, DB::ConnectionTimeouts, Poco::Net::HTTPBasicCredentials const&, DB::RemoteHostFilter const*, unsigned long, unsigned long, std::function>&)>, bool, bool, std::vector>, bool, std::optional) @ 0x000000002747e7ad 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]>&)>&, bool&, bool&, std::vector>&, bool&, std::nullopt_t const&>(DB::HTTPConnectionGroupType&, Poco::URI&, String&, DB::ProxyConfiguration&, DB::ReadSettings&, DB::ConnectionTimeouts&, Poco::Net::HTTPBasicCredentials const&, DB::RemoteHostFilter const*&, unsigned long&, unsigned long&, std::function>&)>&, bool&, bool&, std::vector>&, bool&, std::nullopt_t const&) @ 0x0000000027462db0 14. ./src/IO/ReadWriteBufferFromHTTP.h:247: DB::DataPartsExchange::Fetcher::fetchSelectedPart(std::shared_ptr const&, std::shared_ptr, String const&, String const&, String const&, String const&, int, DB::ConnectionTimeouts const&, String const&, String const&, String const&, std::shared_ptr, bool, String const&, std::optional*, bool, std::shared_ptr) @ 0x000000003da3ba00 15. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:5183: std::shared_ptr std::__function::__policy_invoker ()>::__call_impl const&, String const&, String const&, bool, unsigned long, std::shared_ptr, bool)::$_4, std::shared_ptr ()>>(std::__function::__policy_storage const*) @ 0x000000003d13d54a 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ce90c10 17. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:2504: DB::StorageReplicatedMergeTree::executeFetch(DB::ReplicatedMergeTreeLogEntry&, bool) @ 0x000000003ce66fb0 18. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:174: DB::ReplicatedMergeMutateTaskBase::executeImpl()::$_1::operator()(bool) const @ 0x000000003e7de103 19. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:204: DB::ReplicatedMergeMutateTaskBase::executeImpl() @ 0x000000003e7dab59 20. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:52: DB::ReplicatedMergeMutateTaskBase::executeStep() @ 0x000000003e7d6db2 21. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:308: DB::MergeTreeBackgroundExecutor::routine(std::shared_ptr) @ 0x000000003ddd83a0 22. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:353: DB::MergeTreeBackgroundExecutor::threadFunction() @ 0x000000003ddda121 23. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:57: void std::__function::__policy_invoker::__call_impl::MergeTreeBackgroundExecutor(String, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::basic_string_view>)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003dde1b7f 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 28. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:55:22.386610 [ 1057 ] {} c50d9ad7-e987-40fd-b28e-eed3d37cc418::all_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 86. DB::HTTPException: Received error from remote server http://01415e1c5a82:9009/?endpoint=DataPartsExchange%3Adefault%3A%2Fclickhouse%2Ftest_cev3yovm%2Freplicas%2Fmaster&part=all_0_0_0_1&client_protocol_version=8&compress=false. HTTP status code: 500 'Internal Server Error', body length: 137 bytes, body: 'Code: 236. DB::Exception: Transferring part to replica was cancelled. (ABORTED) (version 24.12.2.20214.altinityantalya (altinity build)) '. (RECEIVED_ERROR_FROM_REMOTE_IO_SERVER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::HTTPException::HTTPException(int, String const&, Poco::Net::HTTPResponse::HTTPStatus, String const&, String const&) @ 0x00000000210688f9 4. ./build_docker/./src/IO/HTTPCommon.cpp:92: DB::assertResponseIsOk(String const&, Poco::Net::HTTPResponse&, std::basic_istream>&, bool) @ 0x0000000021068277 5. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:277: DB::ReadWriteBufferFromHTTP::callImpl(Poco::Net::HTTPResponse&, String const&, std::optional const&, bool) const @ 0x000000002747f763 6. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:285: DB::ReadWriteBufferFromHTTP::callWithRedirects(Poco::Net::HTTPResponse&, String const&, std::optional const&) @ 0x000000002747fc35 7. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:408: DB::ReadWriteBufferFromHTTP::initialize() @ 0x0000000027481929 8. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:472: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000274891c7 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002747a305 10. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:465: DB::ReadWriteBufferFromHTTP::nextImpl() @ 0x0000000027485212 11. DB::ReadBuffer::next() @ 0x0000000008c432cf 12. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:254: DB::ReadWriteBufferFromHTTP::ReadWriteBufferFromHTTP(DB::HTTPConnectionGroupType const&, Poco::URI const&, String const&, DB::ProxyConfiguration, DB::ReadSettings, DB::ConnectionTimeouts, Poco::Net::HTTPBasicCredentials const&, DB::RemoteHostFilter const*, unsigned long, unsigned long, std::function>&)>, bool, bool, std::vector>, bool, std::optional) @ 0x000000002747e7ad 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]>&)>&, bool&, bool&, std::vector>&, bool&, std::nullopt_t const&>(DB::HTTPConnectionGroupType&, Poco::URI&, String&, DB::ProxyConfiguration&, DB::ReadSettings&, DB::ConnectionTimeouts&, Poco::Net::HTTPBasicCredentials const&, DB::RemoteHostFilter const*&, unsigned long&, unsigned long&, std::function>&)>&, bool&, bool&, std::vector>&, bool&, std::nullopt_t const&) @ 0x0000000027462db0 14. ./src/IO/ReadWriteBufferFromHTTP.h:247: DB::DataPartsExchange::Fetcher::fetchSelectedPart(std::shared_ptr const&, std::shared_ptr, String const&, String const&, String const&, String const&, int, DB::ConnectionTimeouts const&, String const&, String const&, String const&, std::shared_ptr, bool, String const&, std::optional*, bool, std::shared_ptr) @ 0x000000003da3ba00 15. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:5183: std::shared_ptr std::__function::__policy_invoker ()>::__call_impl const&, String const&, String const&, bool, unsigned long, std::shared_ptr, bool)::$_4, std::shared_ptr ()>>(std::__function::__policy_storage const*) @ 0x000000003d13d54a 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ce90c10 17. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:2504: DB::StorageReplicatedMergeTree::executeFetch(DB::ReplicatedMergeTreeLogEntry&, bool) @ 0x000000003ce66fb0 18. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:174: DB::ReplicatedMergeMutateTaskBase::executeImpl()::$_1::operator()(bool) const @ 0x000000003e7de103 19. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:204: DB::ReplicatedMergeMutateTaskBase::executeImpl() @ 0x000000003e7dab59 20. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:52: DB::ReplicatedMergeMutateTaskBase::executeStep() @ 0x000000003e7d6db2 21. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:308: DB::MergeTreeBackgroundExecutor::routine(std::shared_ptr) @ 0x000000003ddd83a0 22. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:353: DB::MergeTreeBackgroundExecutor::threadFunction() @ 0x000000003ddda121 23. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:57: void std::__function::__policy_invoker::__call_impl::MergeTreeBackgroundExecutor(String, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::basic_string_view>)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003dde1b7f 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 28. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:55:22.387847 [ 1057 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {c50d9ad7-e987-40fd-b28e-eed3d37cc418::all_0_0_0_1}: Code: 86. DB::HTTPException: Received error from remote server http://01415e1c5a82:9009/?endpoint=DataPartsExchange%3Adefault%3A%2Fclickhouse%2Ftest_cev3yovm%2Freplicas%2Fmaster&part=all_0_0_0_1&client_protocol_version=8&compress=false. HTTP status code: 500 'Internal Server Error', body length: 137 bytes, body: 'Code: 236. DB::Exception: Transferring part to replica was cancelled. (ABORTED) (version 24.12.2.20214.altinityantalya (altinity build)) '. (RECEIVED_ERROR_FROM_REMOTE_IO_SERVER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::HTTPException::HTTPException(int, String const&, Poco::Net::HTTPResponse::HTTPStatus, String const&, String const&) @ 0x00000000210688f9 4. ./build_docker/./src/IO/HTTPCommon.cpp:92: DB::assertResponseIsOk(String const&, Poco::Net::HTTPResponse&, std::basic_istream>&, bool) @ 0x0000000021068277 5. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:277: DB::ReadWriteBufferFromHTTP::callImpl(Poco::Net::HTTPResponse&, String const&, std::optional const&, bool) const @ 0x000000002747f763 6. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:285: DB::ReadWriteBufferFromHTTP::callWithRedirects(Poco::Net::HTTPResponse&, String const&, std::optional const&) @ 0x000000002747fc35 7. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:408: DB::ReadWriteBufferFromHTTP::initialize() @ 0x0000000027481929 8. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:472: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000274891c7 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002747a305 10. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:465: DB::ReadWriteBufferFromHTTP::nextImpl() @ 0x0000000027485212 11. DB::ReadBuffer::next() @ 0x0000000008c432cf 12. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:254: DB::ReadWriteBufferFromHTTP::ReadWriteBufferFromHTTP(DB::HTTPConnectionGroupType const&, Poco::URI const&, String const&, DB::ProxyConfiguration, DB::ReadSettings, DB::ConnectionTimeouts, Poco::Net::HTTPBasicCredentials const&, DB::RemoteHostFilter const*, unsigned long, unsigned long, std::function>&)>, bool, bool, std::vector>, bool, std::optional) @ 0x000000002747e7ad 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]>&)>&, bool&, bool&, std::vector>&, bool&, std::nullopt_t const&>(DB::HTTPConnectionGroupType&, Poco::URI&, String&, DB::ProxyConfiguration&, DB::ReadSettings&, DB::ConnectionTimeouts&, Poco::Net::HTTPBasicCredentials const&, DB::RemoteHostFilter const*&, unsigned long&, unsigned long&, std::function>&)>&, bool&, bool&, std::vector>&, bool&, std::nullopt_t const&) @ 0x0000000027462db0 14. ./src/IO/ReadWriteBufferFromHTTP.h:247: DB::DataPartsExchange::Fetcher::fetchSelectedPart(std::shared_ptr const&, std::shared_ptr, String const&, String const&, String const&, String const&, int, DB::ConnectionTimeouts const&, String const&, String const&, String const&, std::shared_ptr, bool, String const&, std::optional*, bool, std::shared_ptr) @ 0x000000003da3ba00 15. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:5183: std::shared_ptr std::__function::__policy_invoker ()>::__call_impl const&, String const&, String const&, bool, unsigned long, std::shared_ptr, bool)::$_4, std::shared_ptr ()>>(std::__function::__policy_storage const*) @ 0x000000003d13d54a 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ce90c10 17. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:2504: DB::StorageReplicatedMergeTree::executeFetch(DB::ReplicatedMergeTreeLogEntry&, bool) @ 0x000000003ce66fb0 18. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:174: DB::ReplicatedMergeMutateTaskBase::executeImpl()::$_1::operator()(bool) const @ 0x000000003e7de103 19. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:204: DB::ReplicatedMergeMutateTaskBase::executeImpl() @ 0x000000003e7dab59 20. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:52: DB::ReplicatedMergeMutateTaskBase::executeStep() @ 0x000000003e7d6db2 21. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:308: DB::MergeTreeBackgroundExecutor::routine(std::shared_ptr) @ 0x000000003ddd83a0 22. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:353: DB::MergeTreeBackgroundExecutor::threadFunction() @ 0x000000003ddda121 23. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:57: void std::__function::__policy_invoker::__call_impl::MergeTreeBackgroundExecutor(String, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::basic_string_view>)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003dde1b7f 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 28. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:55:22.466557 [ 68112 ] {d016243b-cc19-49f8-b72b-22ec4f8f3ac3} executeQuery: Code: 306. DB::Exception: Maximum recursive CTE evaluation depth (5) exceeded, during evaluation of x AS (SELECT a AS n FROM y WHERE a = 1 UNION ALL SELECT x.n + 1 FROM y LEFT JOIN x ON x.n = y.a WHERE n < 10). Consider raising max_recursive_cte_evaluation_depth setting.: While executing RecursiveCTESource. (TOO_DEEP_RECURSION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33386) (comment: 03040_recursive_cte_postgres_6.sql) (in query: -- LEFT JOIN WITH RECURSIVE x AS (SELECT a AS n FROM y WHERE a = 1 UNION ALL SELECT x.n+1 FROM y LEFT JOIN x ON x.n = y.a WHERE n < 10) SELECT * FROM x FORMAT NULL SETTINGS max_recursive_cte_evaluation_depth = 5;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception const&, String>(int, FormatStringHelperImpl const&>::type, std::type_identity::type>, DB::SettingFieldNumber const&, String&&) @ 0x000000000f1d606d 4. ./build_docker/./src/Processors/Sources/RecursiveCTESource.cpp:170: DB::RecursiveCTEChunkGenerator::buildStepExecutor() @ 0x0000000040a0819c 5. ./build_docker/./src/Processors/Sources/RecursiveCTESource.cpp:130: DB::RecursiveCTEChunkGenerator::generate() @ 0x0000000040a0612b 6. ./build_docker/./src/Processors/Sources/RecursiveCTESource.cpp:262: DB::RecursiveCTESource::generate() @ 0x0000000040a0568d 7. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 8. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 12. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 13. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 15. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:22.490231 [ 68112 ] {} TCPHandler: Code: 306. DB::Exception: Maximum recursive CTE evaluation depth (5) exceeded, during evaluation of x AS (SELECT a AS n FROM y WHERE a = 1 UNION ALL SELECT x.n + 1 FROM y LEFT JOIN x ON x.n = y.a WHERE n < 10). Consider raising max_recursive_cte_evaluation_depth setting.: While executing RecursiveCTESource. (TOO_DEEP_RECURSION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception const&, String>(int, FormatStringHelperImpl const&>::type, std::type_identity::type>, DB::SettingFieldNumber const&, String&&) @ 0x000000000f1d606d 4. ./build_docker/./src/Processors/Sources/RecursiveCTESource.cpp:170: DB::RecursiveCTEChunkGenerator::buildStepExecutor() @ 0x0000000040a0819c 5. ./build_docker/./src/Processors/Sources/RecursiveCTESource.cpp:130: DB::RecursiveCTEChunkGenerator::generate() @ 0x0000000040a0612b 6. ./build_docker/./src/Processors/Sources/RecursiveCTESource.cpp:262: DB::RecursiveCTESource::generate() @ 0x0000000040a0568d 7. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 8. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 12. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 13. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 15. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:22.783330 [ 68112 ] {b5bee3ee-50b8-41f9-a2a9-3ef06c71a5b5} executeQuery: Code: 306. DB::Exception: Maximum recursive CTE evaluation depth (5) exceeded, during evaluation of x AS (SELECT a AS n FROM y WHERE a = 1 UNION ALL SELECT x.n + 1 FROM x RIGHT JOIN y ON x.n = y.a WHERE n < 10). Consider raising max_recursive_cte_evaluation_depth setting.: While executing RecursiveCTESource. (TOO_DEEP_RECURSION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33386) (comment: 03040_recursive_cte_postgres_6.sql) (in query: -- RIGHT JOIN WITH RECURSIVE x AS (SELECT a AS n FROM y WHERE a = 1 UNION ALL SELECT x.n+1 FROM x RIGHT JOIN y ON x.n = y.a WHERE n < 10) SELECT * FROM x FORMAT NULL SETTINGS max_recursive_cte_evaluation_depth = 5;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception const&, String>(int, FormatStringHelperImpl const&>::type, std::type_identity::type>, DB::SettingFieldNumber const&, String&&) @ 0x000000000f1d606d 4. ./build_docker/./src/Processors/Sources/RecursiveCTESource.cpp:170: DB::RecursiveCTEChunkGenerator::buildStepExecutor() @ 0x0000000040a0819c 5. ./build_docker/./src/Processors/Sources/RecursiveCTESource.cpp:130: DB::RecursiveCTEChunkGenerator::generate() @ 0x0000000040a0612b 6. ./build_docker/./src/Processors/Sources/RecursiveCTESource.cpp:262: DB::RecursiveCTESource::generate() @ 0x0000000040a0568d 7. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 8. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 12. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 13. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 15. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:22.798175 [ 68112 ] {} TCPHandler: Code: 306. DB::Exception: Maximum recursive CTE evaluation depth (5) exceeded, during evaluation of x AS (SELECT a AS n FROM y WHERE a = 1 UNION ALL SELECT x.n + 1 FROM x RIGHT JOIN y ON x.n = y.a WHERE n < 10). Consider raising max_recursive_cte_evaluation_depth setting.: While executing RecursiveCTESource. (TOO_DEEP_RECURSION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception const&, String>(int, FormatStringHelperImpl const&>::type, std::type_identity::type>, DB::SettingFieldNumber const&, String&&) @ 0x000000000f1d606d 4. ./build_docker/./src/Processors/Sources/RecursiveCTESource.cpp:170: DB::RecursiveCTEChunkGenerator::buildStepExecutor() @ 0x0000000040a0819c 5. ./build_docker/./src/Processors/Sources/RecursiveCTESource.cpp:130: DB::RecursiveCTEChunkGenerator::generate() @ 0x0000000040a0612b 6. ./build_docker/./src/Processors/Sources/RecursiveCTESource.cpp:262: DB::RecursiveCTESource::generate() @ 0x0000000040a0568d 7. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 8. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 12. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 13. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 15. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:23.091705 [ 68112 ] {63209af9-1fb5-48a6-97f9-21b7def0af1f} executeQuery: Code: 306. DB::Exception: Maximum recursive CTE evaluation depth (5) exceeded, during evaluation of x AS (SELECT a AS n FROM y WHERE a = 1 UNION ALL SELECT x.n + 1 FROM x FULL OUTER JOIN y ON x.n = y.a WHERE n < 10). Consider raising max_recursive_cte_evaluation_depth setting.: While executing RecursiveCTESource. (TOO_DEEP_RECURSION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33386) (comment: 03040_recursive_cte_postgres_6.sql) (in query: -- FULL JOIN WITH RECURSIVE x AS (SELECT a AS n FROM y WHERE a = 1 UNION ALL SELECT x.n+1 FROM x FULL JOIN y ON x.n = y.a WHERE n < 10) SELECT * FROM x FORMAT NULL SETTINGS max_recursive_cte_evaluation_depth = 5;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception const&, String>(int, FormatStringHelperImpl const&>::type, std::type_identity::type>, DB::SettingFieldNumber const&, String&&) @ 0x000000000f1d606d 4. ./build_docker/./src/Processors/Sources/RecursiveCTESource.cpp:170: DB::RecursiveCTEChunkGenerator::buildStepExecutor() @ 0x0000000040a0819c 5. ./build_docker/./src/Processors/Sources/RecursiveCTESource.cpp:130: DB::RecursiveCTEChunkGenerator::generate() @ 0x0000000040a0612b 6. ./build_docker/./src/Processors/Sources/RecursiveCTESource.cpp:262: DB::RecursiveCTESource::generate() @ 0x0000000040a0568d 7. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 8. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 12. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 13. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 15. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:23.104843 [ 68112 ] {} TCPHandler: Code: 306. DB::Exception: Maximum recursive CTE evaluation depth (5) exceeded, during evaluation of x AS (SELECT a AS n FROM y WHERE a = 1 UNION ALL SELECT x.n + 1 FROM x FULL OUTER JOIN y ON x.n = y.a WHERE n < 10). Consider raising max_recursive_cte_evaluation_depth setting.: While executing RecursiveCTESource. (TOO_DEEP_RECURSION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception const&, String>(int, FormatStringHelperImpl const&>::type, std::type_identity::type>, DB::SettingFieldNumber const&, String&&) @ 0x000000000f1d606d 4. ./build_docker/./src/Processors/Sources/RecursiveCTESource.cpp:170: DB::RecursiveCTEChunkGenerator::buildStepExecutor() @ 0x0000000040a0819c 5. ./build_docker/./src/Processors/Sources/RecursiveCTESource.cpp:130: DB::RecursiveCTEChunkGenerator::generate() @ 0x0000000040a0612b 6. ./build_docker/./src/Processors/Sources/RecursiveCTESource.cpp:262: DB::RecursiveCTESource::generate() @ 0x0000000040a0568d 7. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 8. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 12. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 13. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 15. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:23.134145 [ 71966 ] {f8b9d6dd-0b0a-4fc4-9a83-621ba50597b1} executeQuery: Code: 397. DB::Exception: StorageMaterializedView cannot be created from table functions (numbers(10)). (QUERY_IS_NOT_SUPPORTED_IN_MATERIALIZED_VIEW) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33438) (comment: 02146_mv_non_phys.sql) (in query: create materialized view mv_02146 engine=MergeTree() order by number as select * from numbers(10);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/SelectQueryDescription.cpp:63: DB::(anonymous namespace)::extractDependentTableFromSelectQuery(DB::ASTSelectQuery&, std::shared_ptr, bool) @ 0x000000003c879445 5. ./build_docker/./src/Storages/SelectQueryDescription.cpp:118: DB::SelectQueryDescription::getSelectQueryFromASTForMatView(std::shared_ptr const&, bool, std::shared_ptr) @ 0x000000003c877457 6. ./build_docker/./src/Storages/StorageMaterializedView.cpp:143: DB::StorageMaterializedView::StorageMaterializedView(DB::StorageID const&, std::shared_ptr, DB::ASTCreateQuery const&, DB::ColumnsDescription const&, DB::LoadingStrictnessLevel, String const&) @ 0x000000003cbacf69 7. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, std::shared_ptr, DB::ASTCreateQuery const&, DB::ColumnsDescription const&, DB::LoadingStrictnessLevel const&, String const&, void>(std::allocator const&, DB::StorageID const&, std::shared_ptr&&, DB::ASTCreateQuery const&, DB::ColumnsDescription const&, DB::LoadingStrictnessLevel const&, String const&) @ 0x000000003cbdb8bc 8. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: std::shared_ptr std::__function::__policy_invoker (DB::StorageFactory::Arguments const&)>::__call_impl (DB::StorageFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::StorageFactory::Arguments const&) @ 0x000000003cbd5271 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 11. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 12. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:55:23.140217 [ 71966 ] {} TCPHandler: Code: 397. DB::Exception: StorageMaterializedView cannot be created from table functions (numbers(10)). (QUERY_IS_NOT_SUPPORTED_IN_MATERIALIZED_VIEW), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/SelectQueryDescription.cpp:63: DB::(anonymous namespace)::extractDependentTableFromSelectQuery(DB::ASTSelectQuery&, std::shared_ptr, bool) @ 0x000000003c879445 5. ./build_docker/./src/Storages/SelectQueryDescription.cpp:118: DB::SelectQueryDescription::getSelectQueryFromASTForMatView(std::shared_ptr const&, bool, std::shared_ptr) @ 0x000000003c877457 6. ./build_docker/./src/Storages/StorageMaterializedView.cpp:143: DB::StorageMaterializedView::StorageMaterializedView(DB::StorageID const&, std::shared_ptr, DB::ASTCreateQuery const&, DB::ColumnsDescription const&, DB::LoadingStrictnessLevel, String const&) @ 0x000000003cbacf69 7. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, std::shared_ptr, DB::ASTCreateQuery const&, DB::ColumnsDescription const&, DB::LoadingStrictnessLevel const&, String const&, void>(std::allocator const&, DB::StorageID const&, std::shared_ptr&&, DB::ASTCreateQuery const&, DB::ColumnsDescription const&, DB::LoadingStrictnessLevel const&, String const&) @ 0x000000003cbdb8bc 8. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: std::shared_ptr std::__function::__policy_invoker (DB::StorageFactory::Arguments const&)>::__call_impl (DB::StorageFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::StorageFactory::Arguments const&) @ 0x000000003cbd5271 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 11. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 12. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:55:23.367976 [ 68112 ] {637cdc13-6d7b-4bc9-ae6d-ccbe939e114a} executeQuery: Code: 306. DB::Exception: Maximum recursive CTE evaluation depth (5) exceeded, during evaluation of x AS (SELECT 1 AS n UNION ALL SELECT n + 1 FROM x WHERE n IN (SELECT * FROM x)). Consider raising max_recursive_cte_evaluation_depth setting.: While executing RecursiveCTESource. (TOO_DEEP_RECURSION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33386) (comment: 03040_recursive_cte_postgres_6.sql) (in query: -- subquery WITH RECURSIVE x AS (SELECT 1 AS n UNION ALL SELECT n+1 FROM x WHERE n IN (SELECT * FROM x)) SELECT * FROM x FORMAT NULL SETTINGS max_recursive_cte_evaluation_depth = 5;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception const&, String>(int, FormatStringHelperImpl const&>::type, std::type_identity::type>, DB::SettingFieldNumber const&, String&&) @ 0x000000000f1d606d 4. ./build_docker/./src/Processors/Sources/RecursiveCTESource.cpp:170: DB::RecursiveCTEChunkGenerator::buildStepExecutor() @ 0x0000000040a0819c 5. ./build_docker/./src/Processors/Sources/RecursiveCTESource.cpp:130: DB::RecursiveCTEChunkGenerator::generate() @ 0x0000000040a0612b 6. ./build_docker/./src/Processors/Sources/RecursiveCTESource.cpp:262: DB::RecursiveCTESource::generate() @ 0x0000000040a0568d 7. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 8. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 12. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 13. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 15. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:23.384172 [ 68112 ] {} TCPHandler: Code: 306. DB::Exception: Maximum recursive CTE evaluation depth (5) exceeded, during evaluation of x AS (SELECT 1 AS n UNION ALL SELECT n + 1 FROM x WHERE n IN (SELECT * FROM x)). Consider raising max_recursive_cte_evaluation_depth setting.: While executing RecursiveCTESource. (TOO_DEEP_RECURSION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception const&, String>(int, FormatStringHelperImpl const&>::type, std::type_identity::type>, DB::SettingFieldNumber const&, String&&) @ 0x000000000f1d606d 4. ./build_docker/./src/Processors/Sources/RecursiveCTESource.cpp:170: DB::RecursiveCTEChunkGenerator::buildStepExecutor() @ 0x0000000040a0819c 5. ./build_docker/./src/Processors/Sources/RecursiveCTESource.cpp:130: DB::RecursiveCTEChunkGenerator::generate() @ 0x0000000040a0612b 6. ./build_docker/./src/Processors/Sources/RecursiveCTESource.cpp:262: DB::RecursiveCTESource::generate() @ 0x0000000040a0568d 7. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 8. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 12. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 13. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 15. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:23.581309 [ 68112 ] {be465e86-a50c-41b5-a69b-04d485bb3b2e} executeQuery: Code: 306. DB::Exception: Maximum recursive CTE evaluation depth (5) exceeded, during evaluation of x AS (SELECT 1 AS n UNION ALL SELECT count(*) FROM x). Consider raising max_recursive_cte_evaluation_depth setting.: While executing RecursiveCTESource. (TOO_DEEP_RECURSION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33386) (comment: 03040_recursive_cte_postgres_6.sql) (in query: -- aggregate functions WITH RECURSIVE x AS (SELECT 1 AS n UNION ALL SELECT count(*) FROM x) SELECT * FROM x FORMAT NULL SETTINGS max_recursive_cte_evaluation_depth = 5;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception const&, String>(int, FormatStringHelperImpl const&>::type, std::type_identity::type>, DB::SettingFieldNumber const&, String&&) @ 0x000000000f1d606d 4. ./build_docker/./src/Processors/Sources/RecursiveCTESource.cpp:170: DB::RecursiveCTEChunkGenerator::buildStepExecutor() @ 0x0000000040a0819c 5. ./build_docker/./src/Processors/Sources/RecursiveCTESource.cpp:130: DB::RecursiveCTEChunkGenerator::generate() @ 0x0000000040a0612b 6. ./build_docker/./src/Processors/Sources/RecursiveCTESource.cpp:262: DB::RecursiveCTESource::generate() @ 0x0000000040a0568d 7. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 8. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 12. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 13. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 15. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:23.593897 [ 68112 ] {} TCPHandler: Code: 306. DB::Exception: Maximum recursive CTE evaluation depth (5) exceeded, during evaluation of x AS (SELECT 1 AS n UNION ALL SELECT count(*) FROM x). Consider raising max_recursive_cte_evaluation_depth setting.: While executing RecursiveCTESource. (TOO_DEEP_RECURSION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception const&, String>(int, FormatStringHelperImpl const&>::type, std::type_identity::type>, DB::SettingFieldNumber const&, String&&) @ 0x000000000f1d606d 4. ./build_docker/./src/Processors/Sources/RecursiveCTESource.cpp:170: DB::RecursiveCTEChunkGenerator::buildStepExecutor() @ 0x0000000040a0819c 5. ./build_docker/./src/Processors/Sources/RecursiveCTESource.cpp:130: DB::RecursiveCTEChunkGenerator::generate() @ 0x0000000040a0612b 6. ./build_docker/./src/Processors/Sources/RecursiveCTESource.cpp:262: DB::RecursiveCTESource::generate() @ 0x0000000040a0568d 7. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 8. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 12. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 13. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 15. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:23.789915 [ 68112 ] {d7386687-6b29-467b-b6f5-5607f29e3df7} executeQuery: Code: 306. DB::Exception: Maximum recursive CTE evaluation depth (5) exceeded, during evaluation of x AS (SELECT 1 AS n UNION ALL SELECT sum(n) FROM x). Consider raising max_recursive_cte_evaluation_depth setting.: While executing RecursiveCTESource. (TOO_DEEP_RECURSION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33386) (comment: 03040_recursive_cte_postgres_6.sql) (in query: WITH RECURSIVE x AS (SELECT 1 AS n UNION ALL SELECT sum(n) FROM x) SELECT * FROM x FORMAT NULL SETTINGS max_recursive_cte_evaluation_depth = 5;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception const&, String>(int, FormatStringHelperImpl const&>::type, std::type_identity::type>, DB::SettingFieldNumber const&, String&&) @ 0x000000000f1d606d 4. ./build_docker/./src/Processors/Sources/RecursiveCTESource.cpp:170: DB::RecursiveCTEChunkGenerator::buildStepExecutor() @ 0x0000000040a0819c 5. ./build_docker/./src/Processors/Sources/RecursiveCTESource.cpp:130: DB::RecursiveCTEChunkGenerator::generate() @ 0x0000000040a0612b 6. ./build_docker/./src/Processors/Sources/RecursiveCTESource.cpp:262: DB::RecursiveCTESource::generate() @ 0x0000000040a0568d 7. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 8. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 12. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 13. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 15. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:23.800972 [ 68112 ] {} TCPHandler: Code: 306. DB::Exception: Maximum recursive CTE evaluation depth (5) exceeded, during evaluation of x AS (SELECT 1 AS n UNION ALL SELECT sum(n) FROM x). Consider raising max_recursive_cte_evaluation_depth setting.: While executing RecursiveCTESource. (TOO_DEEP_RECURSION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception const&, String>(int, FormatStringHelperImpl const&>::type, std::type_identity::type>, DB::SettingFieldNumber const&, String&&) @ 0x000000000f1d606d 4. ./build_docker/./src/Processors/Sources/RecursiveCTESource.cpp:170: DB::RecursiveCTEChunkGenerator::buildStepExecutor() @ 0x0000000040a0819c 5. ./build_docker/./src/Processors/Sources/RecursiveCTESource.cpp:130: DB::RecursiveCTEChunkGenerator::generate() @ 0x0000000040a0612b 6. ./build_docker/./src/Processors/Sources/RecursiveCTESource.cpp:262: DB::RecursiveCTESource::generate() @ 0x0000000040a0568d 7. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 8. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 12. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 13. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 15. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:24.007805 [ 68112 ] {95036add-2d8e-4fc3-ae9a-560d93fb7cec} executeQuery: Code: 306. DB::Exception: Maximum recursive CTE evaluation depth (5) exceeded, during evaluation of x AS (SELECT 1 AS n UNION ALL SELECT n + 1 FROM x ORDER BY 1 ASC). Consider raising max_recursive_cte_evaluation_depth setting.: While executing RecursiveCTESource. (TOO_DEEP_RECURSION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33386) (comment: 03040_recursive_cte_postgres_6.sql) (in query: -- ORDER BY WITH RECURSIVE x AS (SELECT 1 AS n UNION ALL SELECT n+1 FROM x ORDER BY 1) SELECT * FROM x FORMAT NULL SETTINGS max_recursive_cte_evaluation_depth = 5;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception const&, String>(int, FormatStringHelperImpl const&>::type, std::type_identity::type>, DB::SettingFieldNumber const&, String&&) @ 0x000000000f1d606d 4. ./build_docker/./src/Processors/Sources/RecursiveCTESource.cpp:170: DB::RecursiveCTEChunkGenerator::buildStepExecutor() @ 0x0000000040a0819c 5. ./build_docker/./src/Processors/Sources/RecursiveCTESource.cpp:130: DB::RecursiveCTEChunkGenerator::generate() @ 0x0000000040a0612b 6. ./build_docker/./src/Processors/Sources/RecursiveCTESource.cpp:262: DB::RecursiveCTESource::generate() @ 0x0000000040a0568d 7. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 8. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 12. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 13. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 15. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:24.024572 [ 68112 ] {} TCPHandler: Code: 306. DB::Exception: Maximum recursive CTE evaluation depth (5) exceeded, during evaluation of x AS (SELECT 1 AS n UNION ALL SELECT n + 1 FROM x ORDER BY 1 ASC). Consider raising max_recursive_cte_evaluation_depth setting.: While executing RecursiveCTESource. (TOO_DEEP_RECURSION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception const&, String>(int, FormatStringHelperImpl const&>::type, std::type_identity::type>, DB::SettingFieldNumber const&, String&&) @ 0x000000000f1d606d 4. ./build_docker/./src/Processors/Sources/RecursiveCTESource.cpp:170: DB::RecursiveCTEChunkGenerator::buildStepExecutor() @ 0x0000000040a0819c 5. ./build_docker/./src/Processors/Sources/RecursiveCTESource.cpp:130: DB::RecursiveCTEChunkGenerator::generate() @ 0x0000000040a0612b 6. ./build_docker/./src/Processors/Sources/RecursiveCTESource.cpp:262: DB::RecursiveCTESource::generate() @ 0x0000000040a0568d 7. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 8. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 12. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 13. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 15. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:24.794918 [ 68112 ] {62f830c0-442b-4eb6-87eb-5184dff29504} executeQuery: Code: 60. DB::Exception: Unknown table expression identifier 'x' in scope SELECT x.id AS id FROM x. (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33386) (comment: 03040_recursive_cte_postgres_6.sql) (in query: -- target list has a recursive query name WITH RECURSIVE x AS (SELECT 1 AS id UNION ALL SELECT (SELECT * FROM x) FROM x WHERE id < 5 ) SELECT * FROM x;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4370: DB::QueryAnalyzer::initializeQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dd184f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5549: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19ac7 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 8. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:181: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x000000003863a5cb 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007], std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions&>(std::shared_ptr&&, std::shared_ptr&, std::shared_ptr&&, DB::SelectQueryOptions&) @ 0x0000000035de3117 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:586: DB::QueryAnalyzer::evaluateScalarSubqueryIfNeeded(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d47e6f 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3854: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d34fa1 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5828: DB::QueryAnalyzer::resolveUnion(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d248fe 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3851: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d34f80 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5290: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd45a0 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 17:55:24.800618 [ 68112 ] {} TCPHandler: Code: 60. DB::Exception: Unknown table expression identifier 'x' in scope SELECT x.id AS id FROM x. (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4370: DB::QueryAnalyzer::initializeQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dd184f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5549: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19ac7 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 8. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:181: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x000000003863a5cb 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007], std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions&>(std::shared_ptr&&, std::shared_ptr&, std::shared_ptr&&, DB::SelectQueryOptions&) @ 0x0000000035de3117 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:586: DB::QueryAnalyzer::evaluateScalarSubqueryIfNeeded(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d47e6f 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3854: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d34fa1 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5828: DB::QueryAnalyzer::resolveUnion(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d248fe 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3851: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d34f80 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5290: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd45a0 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 17:55:25.296940 [ 68112 ] {65df47af-3044-4b00-82c8-ffe714253687} executeQuery: Code: 306. DB::Exception: Maximum recursive CTE evaluation depth (5) exceeded, during evaluation of x AS (SELECT 1 AS id UNION ALL SELECT id + 1 FROM y WHERE id < 5). Consider raising max_recursive_cte_evaluation_depth setting.: While executing RecursiveCTESource. (TOO_DEEP_RECURSION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33386) (comment: 03040_recursive_cte_postgres_6.sql) (in query: -- mutual recursive query (not implemented) WITH RECURSIVE x AS (SELECT 1 AS id UNION ALL SELECT id+1 FROM y WHERE id < 5), y AS (SELECT 1 AS id UNION ALL SELECT id+1 FROM x WHERE id < 5) SELECT * FROM x FORMAT NULL SETTINGS max_recursive_cte_evaluation_depth = 5;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception const&, String>(int, FormatStringHelperImpl const&>::type, std::type_identity::type>, DB::SettingFieldNumber const&, String&&) @ 0x000000000f1d606d 4. ./build_docker/./src/Processors/Sources/RecursiveCTESource.cpp:170: DB::RecursiveCTEChunkGenerator::buildStepExecutor() @ 0x0000000040a0819c 5. ./build_docker/./src/Processors/Sources/RecursiveCTESource.cpp:130: DB::RecursiveCTEChunkGenerator::generate() @ 0x0000000040a0612b 6. ./build_docker/./src/Processors/Sources/RecursiveCTESource.cpp:262: DB::RecursiveCTESource::generate() @ 0x0000000040a0568d 7. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 8. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 12. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 13. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 15. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:25.325990 [ 68112 ] {} TCPHandler: Code: 306. DB::Exception: Maximum recursive CTE evaluation depth (5) exceeded, during evaluation of x AS (SELECT 1 AS id UNION ALL SELECT id + 1 FROM y WHERE id < 5). Consider raising max_recursive_cte_evaluation_depth setting.: While executing RecursiveCTESource. (TOO_DEEP_RECURSION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception const&, String>(int, FormatStringHelperImpl const&>::type, std::type_identity::type>, DB::SettingFieldNumber const&, String&&) @ 0x000000000f1d606d 4. ./build_docker/./src/Processors/Sources/RecursiveCTESource.cpp:170: DB::RecursiveCTEChunkGenerator::buildStepExecutor() @ 0x0000000040a0819c 5. ./build_docker/./src/Processors/Sources/RecursiveCTESource.cpp:130: DB::RecursiveCTEChunkGenerator::generate() @ 0x0000000040a0612b 6. ./build_docker/./src/Processors/Sources/RecursiveCTESource.cpp:262: DB::RecursiveCTESource::generate() @ 0x0000000040a0568d 7. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 8. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 12. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 13. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 15. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:26.834351 [ 71986 ] {abb148f5-a4d8-4d20-9d2a-f4c38c0ebd35} executeQuery: Code: 42. DB::Exception: Number of arguments for function neighbor doesn't match: passed 0, should be from 2 to 3: In scope SELECT neighbor(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33492) (comment: 00957_neighbor.sql) (in query: -- no arguments select neighbor();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&) @ 0x0000000008ef7fed 4. DB::(anonymous namespace)::FunctionNeighbor::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001826dce1 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:55:26.839310 [ 71986 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function neighbor doesn't match: passed 0, should be from 2 to 3: In scope SELECT neighbor(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&) @ 0x0000000008ef7fed 4. DB::(anonymous namespace)::FunctionNeighbor::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001826dce1 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:55:26.863192 [ 71986 ] {042ad597-1d6b-4a8e-8877-4bab22c5518d} executeQuery: Code: 42. DB::Exception: Number of arguments for function neighbor doesn't match: passed 1, should be from 2 to 3: In scope SELECT neighbor(1). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33492) (comment: 00957_neighbor.sql) (in query: -- single argument select neighbor(1);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&) @ 0x0000000008ef7fed 4. DB::(anonymous namespace)::FunctionNeighbor::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001826dce1 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:55:26.868007 [ 71986 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function neighbor doesn't match: passed 1, should be from 2 to 3: In scope SELECT neighbor(1). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&) @ 0x0000000008ef7fed 4. DB::(anonymous namespace)::FunctionNeighbor::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001826dce1 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:55:26.891999 [ 71986 ] {e5e70e75-d24e-45e0-a7a6-1097dd8470c2} executeQuery: Code: 42. DB::Exception: Number of arguments for function neighbor doesn't match: passed 4, should be from 2 to 3: In scope SELECT neighbor(1, 2, 3, 4). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33492) (comment: 00957_neighbor.sql) (in query: -- greater than 3 arguments select neighbor(1,2,3,4);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&) @ 0x0000000008ef7fed 4. DB::(anonymous namespace)::FunctionNeighbor::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001826dce1 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:55:26.896826 [ 71986 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function neighbor doesn't match: passed 4, should be from 2 to 3: In scope SELECT neighbor(1, 2, 3, 4). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&) @ 0x0000000008ef7fed 4. DB::(anonymous namespace)::FunctionNeighbor::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001826dce1 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:55:27.675147 [ 71986 ] {ccb12c8f-3f0a-4d51-a90d-00051ecd075b} executeQuery: Code: 386. DB::Exception: There is no supertype for types UInt8, String because some of them are String/FixedString/Enum and some of them are not: In scope SELECT neighbor(dummy, 1, 'hello'). (NO_COMMON_TYPE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33492) (comment: 00957_neighbor.sql) (in query: -- bad default value select neighbor(dummy, 1, 'hello');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: std::shared_ptr DB::(anonymous namespace)::throwOrReturn<(DB::LeastSupertypeOnError)0, std::vector, std::allocator>>>(std::vector, std::allocator>> const&, std::basic_string_view>, int) @ 0x0000000034dd8e62 4. ./build_docker/./src/DataTypes/getLeastSupertype.cpp:547: std::shared_ptr DB::getLeastSupertype<(DB::LeastSupertypeOnError)0>(std::vector, std::allocator>> const&) @ 0x0000000034de8b0d 5. DB::(anonymous namespace)::FunctionNeighbor::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001826e701 6. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:55:27.680289 [ 71986 ] {} TCPHandler: Code: 386. DB::Exception: There is no supertype for types UInt8, String because some of them are String/FixedString/Enum and some of them are not: In scope SELECT neighbor(dummy, 1, 'hello'). (NO_COMMON_TYPE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: std::shared_ptr DB::(anonymous namespace)::throwOrReturn<(DB::LeastSupertypeOnError)0, std::vector, std::allocator>>>(std::vector, std::allocator>> const&, std::basic_string_view>, int) @ 0x0000000034dd8e62 4. ./build_docker/./src/DataTypes/getLeastSupertype.cpp:547: std::shared_ptr DB::getLeastSupertype<(DB::LeastSupertypeOnError)0>(std::vector, std::allocator>> const&) @ 0x0000000034de8b0d 5. DB::(anonymous namespace)::FunctionNeighbor::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001826e701 6. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:55:28.451855 [ 71986 ] {330a9b60-d6fb-48ee-b06c-573a48ac8dd5} executeQuery: Code: 386. DB::Exception: There is no supertype for types Int8, UInt64 because some of them are signed integers and some are unsigned integers, but there is no signed integer type, that can exactly represent all required unsigned integer values: In scope SELECT number, neighbor(number, 1, -10) FROM numbers(3). (NO_COMMON_TYPE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33492) (comment: 00957_neighbor.sql) (in query: -- types without common supertype (UInt64 and Int8) select number, neighbor(number, 1, -10) from numbers(3);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: std::shared_ptr DB::(anonymous namespace)::throwOrReturn<(DB::LeastSupertypeOnError)0, std::unordered_set, std::equal_to, std::allocator>>(std::unordered_set, std::equal_to, std::allocator> const&, std::basic_string_view>, int) @ 0x0000000034ddd022 4. ./build_docker/./src/DataTypes/getLeastSupertype.cpp:140: std::shared_ptr DB::(anonymous namespace)::getNumericType<(DB::LeastSupertypeOnError)0>(std::unordered_set, std::equal_to, std::allocator> const&) @ 0x0000000034ddb3d2 5. ./build_docker/./src/DataTypes/getLeastSupertype.cpp:688: std::shared_ptr DB::getLeastSupertype<(DB::LeastSupertypeOnError)0>(std::vector, std::allocator>> const&) @ 0x0000000034de7a23 6. DB::(anonymous namespace)::FunctionNeighbor::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001826e701 7. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 8. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 9. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 10. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 11. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:55:28.457990 [ 71986 ] {} TCPHandler: Code: 386. DB::Exception: There is no supertype for types Int8, UInt64 because some of them are signed integers and some are unsigned integers, but there is no signed integer type, that can exactly represent all required unsigned integer values: In scope SELECT number, neighbor(number, 1, -10) FROM numbers(3). (NO_COMMON_TYPE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: std::shared_ptr DB::(anonymous namespace)::throwOrReturn<(DB::LeastSupertypeOnError)0, std::unordered_set, std::equal_to, std::allocator>>(std::unordered_set, std::equal_to, std::allocator> const&, std::basic_string_view>, int) @ 0x0000000034ddd022 4. ./build_docker/./src/DataTypes/getLeastSupertype.cpp:140: std::shared_ptr DB::(anonymous namespace)::getNumericType<(DB::LeastSupertypeOnError)0>(std::unordered_set, std::equal_to, std::allocator> const&) @ 0x0000000034ddb3d2 5. ./build_docker/./src/DataTypes/getLeastSupertype.cpp:688: std::shared_ptr DB::getLeastSupertype<(DB::LeastSupertypeOnError)0>(std::vector, std::allocator>> const&) @ 0x0000000034de7a23 6. DB::(anonymous namespace)::FunctionNeighbor::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001826e701 7. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 8. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 9. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 10. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 11. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:55:29.309609 [ 71986 ] {9d52f169-bfbc-4500-ad15-898926e2472e} executeQuery: Code: 43. DB::Exception: Illegal type Nullable(UInt64) of second argument of function neighbor - should be an integer: In scope SELECT number, if(number > 1, number, NULL) AS offset, neighbor(number, offset) FROM numbers(3). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33492) (comment: 00957_neighbor.sql) (in query: -- nullable offset is not allowed select number, if(number > 1, number, null) as offset, neighbor(number, offset) from numbers(3);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::(anonymous namespace)::FunctionNeighbor::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001826e1c4 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:55:29.315981 [ 71986 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Nullable(UInt64) of second argument of function neighbor - should be an integer: In scope SELECT number, if(number > 1, number, NULL) AS offset, neighbor(number, offset) FROM numbers(3). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::(anonymous namespace)::FunctionNeighbor::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001826e1c4 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:55:32.729954 [ 71984 ] {12fba531-33e1-4620-bfb2-53bfaa34bfee} executeQuery: Code: 524. DB::Exception: Trying to ALTER DROP column n3 which is referenced by materialized view ['01746_merge_tree_mv']. (ALTER_OF_COLUMN_IS_FORBIDDEN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:36816) (comment: 01746_forbid_drop_column_referenced_by_mv.sql) (in query: ALTER TABLE `01746_merge_tree` DROP COLUMN n3;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3694: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003deb0066 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:32.734739 [ 71984 ] {} TCPHandler: Code: 524. DB::Exception: Trying to ALTER DROP column n3 which is referenced by materialized view ['01746_merge_tree_mv']. (ALTER_OF_COLUMN_IS_FORBIDDEN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3694: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003deb0066 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:32.774071 [ 71984 ] {01b95b55-37be-44f4-9978-b485c9e1a54b} executeQuery: Code: 524. DB::Exception: Trying to ALTER DROP column n2 which is referenced by materialized view ['01746_merge_tree_mv']. (ALTER_OF_COLUMN_IS_FORBIDDEN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:36816) (comment: 01746_forbid_drop_column_referenced_by_mv.sql) (in query: ALTER TABLE `01746_merge_tree` DROP COLUMN n2;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3694: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003deb0066 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:32.778667 [ 71984 ] {} TCPHandler: Code: 524. DB::Exception: Trying to ALTER DROP column n2 which is referenced by materialized view ['01746_merge_tree_mv']. (ALTER_OF_COLUMN_IS_FORBIDDEN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3694: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003deb0066 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:33.536715 [ 71984 ] {fb0dc5c7-aa1f-4c79-8c16-f86b3581e917} executeQuery: Code: 524. DB::Exception: Trying to ALTER DROP column n1 which is referenced by materialized view ['01746_null_mv']. (ALTER_OF_COLUMN_IS_FORBIDDEN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:36816) (comment: 01746_forbid_drop_column_referenced_by_mv.sql) (in query: ALTER TABLE `01746_null` DROP COLUMN n1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Storages/StorageNull.cpp:59: DB::StorageNull::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003cd018a2 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:33.541391 [ 71984 ] {} TCPHandler: Code: 524. DB::Exception: Trying to ALTER DROP column n1 which is referenced by materialized view ['01746_null_mv']. (ALTER_OF_COLUMN_IS_FORBIDDEN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Storages/StorageNull.cpp:59: DB::StorageNull::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003cd018a2 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:33.560498 [ 71984 ] {d4c18428-2a63-41c3-92ee-74273233cd6c} executeQuery: Code: 524. DB::Exception: Trying to ALTER DROP column n2 which is referenced by materialized view ['01746_null_mv']. (ALTER_OF_COLUMN_IS_FORBIDDEN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:36816) (comment: 01746_forbid_drop_column_referenced_by_mv.sql) (in query: ALTER TABLE `01746_null` DROP COLUMN n2;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Storages/StorageNull.cpp:59: DB::StorageNull::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003cd018a2 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:33.565092 [ 71984 ] {} TCPHandler: Code: 524. DB::Exception: Trying to ALTER DROP column n2 which is referenced by materialized view ['01746_null_mv']. (ALTER_OF_COLUMN_IS_FORBIDDEN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Storages/StorageNull.cpp:59: DB::StorageNull::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003cd018a2 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:34.332300 [ 71984 ] {17e9dd0d-601d-4ab8-8c7d-d25b05ee8f81} executeQuery: Code: 524. DB::Exception: Trying to ALTER DROP column n1 which is referenced by materialized view ['01746_dist_mv']. (ALTER_OF_COLUMN_IS_FORBIDDEN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:36816) (comment: 01746_forbid_drop_column_referenced_by_mv.sql) (in query: ALTER TABLE `01746_dist` DROP COLUMN n1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Storages/StorageDistributed.cpp:1256: DB::StorageDistributed::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003c8d0ab1 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:34.337400 [ 71984 ] {} TCPHandler: Code: 524. DB::Exception: Trying to ALTER DROP column n1 which is referenced by materialized view ['01746_dist_mv']. (ALTER_OF_COLUMN_IS_FORBIDDEN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Storages/StorageDistributed.cpp:1256: DB::StorageDistributed::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003c8d0ab1 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:34.357036 [ 71984 ] {5fde1d9a-4116-464a-879d-c64da3e6b5fd} executeQuery: Code: 524. DB::Exception: Trying to ALTER DROP column n2 which is referenced by materialized view ['01746_dist_mv']. (ALTER_OF_COLUMN_IS_FORBIDDEN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:36816) (comment: 01746_forbid_drop_column_referenced_by_mv.sql) (in query: ALTER TABLE `01746_dist` DROP COLUMN n2;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Storages/StorageDistributed.cpp:1256: DB::StorageDistributed::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003c8d0ab1 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:34.361743 [ 71984 ] {} TCPHandler: Code: 524. DB::Exception: Trying to ALTER DROP column n2 which is referenced by materialized view ['01746_dist_mv']. (ALTER_OF_COLUMN_IS_FORBIDDEN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Storages/StorageDistributed.cpp:1256: DB::StorageDistributed::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003c8d0ab1 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:35.207952 [ 71984 ] {e30237d5-2574-4faa-b249-9005fade9f07} executeQuery: Code: 524. DB::Exception: Trying to ALTER DROP column n1 which is referenced by materialized view ['01746_merge_mv']. (ALTER_OF_COLUMN_IS_FORBIDDEN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:36816) (comment: 01746_forbid_drop_column_referenced_by_mv.sql) (in query: ALTER TABLE `01746_merge` DROP COLUMN n1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Storages/StorageMerge.cpp:1490: DB::StorageMerge::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003cc631ff 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:35.214029 [ 71984 ] {} TCPHandler: Code: 524. DB::Exception: Trying to ALTER DROP column n1 which is referenced by materialized view ['01746_merge_mv']. (ALTER_OF_COLUMN_IS_FORBIDDEN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Storages/StorageMerge.cpp:1490: DB::StorageMerge::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003cc631ff 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:35.235966 [ 71984 ] {6e68c425-3341-47cd-a1d8-f4643667a72f} executeQuery: Code: 524. DB::Exception: Trying to ALTER DROP column n2 which is referenced by materialized view ['01746_merge_mv']. (ALTER_OF_COLUMN_IS_FORBIDDEN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:36816) (comment: 01746_forbid_drop_column_referenced_by_mv.sql) (in query: ALTER TABLE `01746_merge` DROP COLUMN n2;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Storages/StorageMerge.cpp:1490: DB::StorageMerge::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003cc631ff 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:35.240768 [ 71984 ] {} TCPHandler: Code: 524. DB::Exception: Trying to ALTER DROP column n2 which is referenced by materialized view ['01746_merge_mv']. (ALTER_OF_COLUMN_IS_FORBIDDEN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Storages/StorageMerge.cpp:1490: DB::StorageMerge::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003cc631ff 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:35.344553 [ 71966 ] {d053a073-7030-40cf-8634-e55917090301} executeQuery: Code: 520. DB::Exception: Cannot drop/detach dictionary test_idejzvzp.dict as table, use DROP DICTIONARY or DETACH DICTIONARY query instead. (CANNOT_DETACH_DICTIONARY_AS_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:36902) (comment: 01225_drop_dictionary_as_table.sql) (in query: DROP TABLE dict;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/StorageDictionary.cpp:156: DB::StorageDictionary::checkTableCanBeDropped(std::shared_ptr) const @ 0x000000003c88c1f4 5. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:0: DB::InterpreterDropQuery::executeToTableImpl(std::shared_ptr const&, DB::ASTDropQuery&, std::shared_ptr&, StrongTypedef, DB::UUIDTag>&) @ 0x0000000037833a86 6. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:122: DB::InterpreterDropQuery::executeToTable(DB::ASTDropQuery&) @ 0x000000003782df9f 7. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:95: DB::InterpreterDropQuery::executeSingleDropQuery(std::shared_ptr const&) @ 0x000000003782acf9 8. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:76: DB::InterpreterDropQuery::execute() @ 0x000000003782a553 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 17:55:35.349163 [ 71966 ] {} TCPHandler: Code: 520. DB::Exception: Cannot drop/detach dictionary test_idejzvzp.dict as table, use DROP DICTIONARY or DETACH DICTIONARY query instead. (CANNOT_DETACH_DICTIONARY_AS_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/StorageDictionary.cpp:156: DB::StorageDictionary::checkTableCanBeDropped(std::shared_ptr) const @ 0x000000003c88c1f4 5. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:0: DB::InterpreterDropQuery::executeToTableImpl(std::shared_ptr const&, DB::ASTDropQuery&, std::shared_ptr&, StrongTypedef, DB::UUIDTag>&) @ 0x0000000037833a86 6. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:122: DB::InterpreterDropQuery::executeToTable(DB::ASTDropQuery&) @ 0x000000003782df9f 7. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:95: DB::InterpreterDropQuery::executeSingleDropQuery(std::shared_ptr const&) @ 0x000000003782acf9 8. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:76: DB::InterpreterDropQuery::execute() @ 0x000000003782a553 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 17:55:36.007849 [ 71984 ] {dd4e95f9-20a6-4cfe-8936-37efe5706c9f} executeQuery: Code: 524. DB::Exception: Trying to ALTER DROP column n1 which is referenced by materialized view ['01746_buffer_mv']. (ALTER_OF_COLUMN_IS_FORBIDDEN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:36816) (comment: 01746_forbid_drop_column_referenced_by_mv.sql) (in query: ALTER TABLE `01746_buffer` DROP COLUMN n1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Storages/StorageBuffer.cpp:1157: DB::StorageBuffer::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003d483c1f 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:36.012594 [ 71984 ] {} TCPHandler: Code: 524. DB::Exception: Trying to ALTER DROP column n1 which is referenced by materialized view ['01746_buffer_mv']. (ALTER_OF_COLUMN_IS_FORBIDDEN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Storages/StorageBuffer.cpp:1157: DB::StorageBuffer::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003d483c1f 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:36.032459 [ 71984 ] {9f4c02ee-b25c-4b9a-bc99-6aced9dc7857} executeQuery: Code: 524. DB::Exception: Trying to ALTER DROP column n2 which is referenced by materialized view ['01746_buffer_mv']. (ALTER_OF_COLUMN_IS_FORBIDDEN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:36816) (comment: 01746_forbid_drop_column_referenced_by_mv.sql) (in query: ALTER TABLE `01746_buffer` DROP COLUMN n2;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Storages/StorageBuffer.cpp:1157: DB::StorageBuffer::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003d483c1f 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:36.037176 [ 71984 ] {} TCPHandler: Code: 524. DB::Exception: Trying to ALTER DROP column n2 which is referenced by materialized view ['01746_buffer_mv']. (ALTER_OF_COLUMN_IS_FORBIDDEN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Storages/StorageBuffer.cpp:1157: DB::StorageBuffer::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003d483c1f 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:38.247849 [ 71972 ] {844fe25b-796b-4bcb-a1d5-ceed68ec8d3c} executeQuery: Code: 386. DB::Exception: There is no supertype for types String, UInt8 because some of them are String/FixedString/Enum and some of them are not: In scope SELECT mapContains(a, 10) FROM table_map. (NO_COMMON_TYPE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:52016) (comment: 01651_map_functions.sql) (in query: select mapContains(a, 10) from table_map;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: std::shared_ptr DB::(anonymous namespace)::throwOrReturn<(DB::LeastSupertypeOnError)0, std::vector, std::allocator>>>(std::vector, std::allocator>> const&, std::basic_string_view>, int) @ 0x0000000034dd8e62 4. ./build_docker/./src/DataTypes/getLeastSupertype.cpp:547: std::shared_ptr DB::getLeastSupertype<(DB::LeastSupertypeOnError)0>(std::vector, std::allocator>> const&) @ 0x0000000034de8b0d 5. DB::FunctionArrayIndex::allowArguments(std::shared_ptr const&, std::shared_ptr const&) @ 0x000000001c4f4eab 6. DB::FunctionArrayIndex::getReturnTypeImpl(std::vector> const&) const @ 0x000000001c3d09e9 7. DB::FunctionMapToArrayAdapter, DB::MapToSubcolumnAdapter, DB::NameMapContains>::getReturnTypeImpl(std::vector> const&) const @ 0x000000001c3ceeed 8. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 9. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 10. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 11. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:55:38.253157 [ 71972 ] {} TCPHandler: Code: 386. DB::Exception: There is no supertype for types String, UInt8 because some of them are String/FixedString/Enum and some of them are not: In scope SELECT mapContains(a, 10) FROM table_map. (NO_COMMON_TYPE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: std::shared_ptr DB::(anonymous namespace)::throwOrReturn<(DB::LeastSupertypeOnError)0, std::vector, std::allocator>>>(std::vector, std::allocator>> const&, std::basic_string_view>, int) @ 0x0000000034dd8e62 4. ./build_docker/./src/DataTypes/getLeastSupertype.cpp:547: std::shared_ptr DB::getLeastSupertype<(DB::LeastSupertypeOnError)0>(std::vector, std::allocator>> const&) @ 0x0000000034de8b0d 5. DB::FunctionArrayIndex::allowArguments(std::shared_ptr const&, std::shared_ptr const&) @ 0x000000001c4f4eab 6. DB::FunctionArrayIndex::getReturnTypeImpl(std::vector> const&) const @ 0x000000001c3d09e9 7. DB::FunctionMapToArrayAdapter, DB::MapToSubcolumnAdapter, DB::NameMapContains>::getReturnTypeImpl(std::vector> const&) const @ 0x000000001c3ceeed 8. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 9. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 10. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 11. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:55:38.884564 [ 71972 ] {9df1ed8d-f139-4a60-9cbe-7ffbedcc8738} executeQuery: Code: 386. DB::Exception: There is no supertype for types UInt8, String because some of them are String/FixedString/Enum and some of them are not: In scope SELECT mapContains(a, 'aaa') FROM table_map. (NO_COMMON_TYPE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:52016) (comment: 01651_map_functions.sql) (in query: select mapContains(a, 'aaa') from table_map;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: std::shared_ptr DB::(anonymous namespace)::throwOrReturn<(DB::LeastSupertypeOnError)0, std::vector, std::allocator>>>(std::vector, std::allocator>> const&, std::basic_string_view>, int) @ 0x0000000034dd8e62 4. ./build_docker/./src/DataTypes/getLeastSupertype.cpp:547: std::shared_ptr DB::getLeastSupertype<(DB::LeastSupertypeOnError)0>(std::vector, std::allocator>> const&) @ 0x0000000034de8b0d 5. DB::FunctionArrayIndex::allowArguments(std::shared_ptr const&, std::shared_ptr const&) @ 0x000000001c4f4eab 6. DB::FunctionArrayIndex::getReturnTypeImpl(std::vector> const&) const @ 0x000000001c3d09e9 7. DB::FunctionMapToArrayAdapter, DB::MapToSubcolumnAdapter, DB::NameMapContains>::getReturnTypeImpl(std::vector> const&) const @ 0x000000001c3ceeed 8. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 9. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 10. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 11. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:55:38.890069 [ 71972 ] {} TCPHandler: Code: 386. DB::Exception: There is no supertype for types UInt8, String because some of them are String/FixedString/Enum and some of them are not: In scope SELECT mapContains(a, 'aaa') FROM table_map. (NO_COMMON_TYPE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: std::shared_ptr DB::(anonymous namespace)::throwOrReturn<(DB::LeastSupertypeOnError)0, std::vector, std::allocator>>>(std::vector, std::allocator>> const&, std::basic_string_view>, int) @ 0x0000000034dd8e62 4. ./build_docker/./src/DataTypes/getLeastSupertype.cpp:547: std::shared_ptr DB::getLeastSupertype<(DB::LeastSupertypeOnError)0>(std::vector, std::allocator>> const&) @ 0x0000000034de8b0d 5. DB::FunctionArrayIndex::allowArguments(std::shared_ptr const&, std::shared_ptr const&) @ 0x000000001c4f4eab 6. DB::FunctionArrayIndex::getReturnTypeImpl(std::vector> const&) const @ 0x000000001c3d09e9 7. DB::FunctionMapToArrayAdapter, DB::MapToSubcolumnAdapter, DB::NameMapContains>::getReturnTypeImpl(std::vector> const&) const @ 0x000000001c3ceeed 8. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 9. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 10. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 11. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:55:39.685266 [ 71972 ] {af70b178-679a-4ede-bd56-c237ad11a7f4} executeQuery: Code: 43. DB::Exception: Function mapContains requires at least one argument of type Map: In scope SELECT mapContains(b, 'aaa') FROM table_map. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:52016) (comment: 01651_map_functions.sql) (in query: select mapContains(b, 'aaa') from table_map;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const* const&) @ 0x0000000008961e4a 4. DB::MapAdapterBase, DB::NameMapContains>::extractNestedTypesAndColumns(std::vector>&) @ 0x000000001c4f93dc 5. DB::MapToSubcolumnAdapter::extractNestedTypesAndColumns(std::vector>&) @ 0x000000001c4f7387 6. DB::FunctionMapToArrayAdapter, DB::MapToSubcolumnAdapter, DB::NameMapContains>::getReturnTypeImpl(std::vector> const&) const @ 0x000000001c3ceeca 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:55:39.690976 [ 71972 ] {} TCPHandler: Code: 43. DB::Exception: Function mapContains requires at least one argument of type Map: In scope SELECT mapContains(b, 'aaa') FROM table_map. (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const* const&) @ 0x0000000008961e4a 4. DB::MapAdapterBase, DB::NameMapContains>::extractNestedTypesAndColumns(std::vector>&) @ 0x000000001c4f93dc 5. DB::MapToSubcolumnAdapter::extractNestedTypesAndColumns(std::vector>&) @ 0x000000001c4f7387 6. DB::FunctionMapToArrayAdapter, DB::MapToSubcolumnAdapter, DB::NameMapContains>::getReturnTypeImpl(std::vector> const&) const @ 0x000000001c3ceeca 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:55:42.143995 [ 71972 ] {2454d813-112f-4625-a46b-25e1796ea44a} executeQuery: Code: 43. DB::Exception: Arguments of function mapFromArrays must be Array or Map, but String is given: In scope SELECT mapFromArrays('aa', [4, 5]). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:52016) (comment: 01651_map_functions.sql) (in query: select mapFromArrays('aa', [4, 5]);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::(anonymous namespace)::FunctionMapFromArrays::getReturnTypeImpl(std::vector, std::allocator>> const&) const::'lambda'(std::shared_ptr const&)::operator()(std::shared_ptr const&) const @ 0x000000001518e15b 5. DB::(anonymous namespace)::FunctionMapFromArrays::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001518b705 6. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:55:42.149310 [ 71972 ] {} TCPHandler: Code: 43. DB::Exception: Arguments of function mapFromArrays must be Array or Map, but String is given: In scope SELECT mapFromArrays('aa', [4, 5]). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::(anonymous namespace)::FunctionMapFromArrays::getReturnTypeImpl(std::vector, std::allocator>> const&) const::'lambda'(std::shared_ptr const&)::operator()(std::shared_ptr const&) const @ 0x000000001518e15b 5. DB::(anonymous namespace)::FunctionMapFromArrays::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001518b705 6. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:55:42.941017 [ 71972 ] {ae7d2e77-682e-42da-9231-df7b11b95e87} executeQuery: Code: 43. DB::Exception: Arguments of function mapFromArrays must be Array or Map, but UInt8 is given: In scope SELECT mapFromArrays(['aa', 'bb'], 5). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:52016) (comment: 01651_map_functions.sql) (in query: select mapFromArrays(['aa', 'bb'], 5);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::(anonymous namespace)::FunctionMapFromArrays::getReturnTypeImpl(std::vector, std::allocator>> const&) const::'lambda'(std::shared_ptr const&)::operator()(std::shared_ptr const&) const @ 0x000000001518e15b 5. DB::(anonymous namespace)::FunctionMapFromArrays::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001518b7d4 6. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:55:42.947197 [ 71972 ] {} TCPHandler: Code: 43. DB::Exception: Arguments of function mapFromArrays must be Array or Map, but UInt8 is given: In scope SELECT mapFromArrays(['aa', 'bb'], 5). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::(anonymous namespace)::FunctionMapFromArrays::getReturnTypeImpl(std::vector, std::allocator>> const&) const::'lambda'(std::shared_ptr const&)::operator()(std::shared_ptr const&) const @ 0x000000001518e15b 5. DB::(anonymous namespace)::FunctionMapFromArrays::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001518b7d4 6. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:55:42.972302 [ 71972 ] {98be63a8-3b62-4944-816d-2c8189465836} executeQuery: Code: 42. DB::Exception: Number of arguments for function mapFromArrays doesn't match: passed 3, should be 2: In scope SELECT mapFromArrays(['aa', 'bb'], [4, 5], [6, 7]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:52016) (comment: 01651_map_functions.sql) (in query: select mapFromArrays(['aa', 'bb'], [4, 5], [6, 7]);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:55:42.977389 [ 71972 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function mapFromArrays doesn't match: passed 3, should be 2: In scope SELECT mapFromArrays(['aa', 'bb'], [4, 5], [6, 7]). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:55:43.773662 [ 71972 ] {c3519829-4e1f-4363-a53e-c31c8519fd5b} executeQuery: Code: 190. DB::Exception: Two arguments of function mapFromArrays must have equal sizes: In scope SELECT mapFromArrays(['aa', 'bb'], [4, 5, 6]). (SIZES_OF_ARRAYS_DONT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:52016) (comment: 01651_map_functions.sql) (in query: select mapFromArrays(['aa', 'bb'], [4, 5, 6]);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionMapFromArrays::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001518aa52 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:55:43.779479 [ 71972 ] {} TCPHandler: Code: 190. DB::Exception: Two arguments of function mapFromArrays must have equal sizes: In scope SELECT mapFromArrays(['aa', 'bb'], [4, 5, 6]). (SIZES_OF_ARRAYS_DONT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionMapFromArrays::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001518aa52 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:55:43.807055 [ 71972 ] {a4e89c1d-19b0-4e1c-8640-0e6c8786a2a4} executeQuery: Code: 190. DB::Exception: Two arguments of function mapFromArrays must have equal sizes: In scope SELECT mapFromArrays([[1, 2], [3, 4]], [4, 5, 6]). (SIZES_OF_ARRAYS_DONT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:52016) (comment: 01651_map_functions.sql) (in query: select mapFromArrays([[1,2], [3,4]], [4, 5, 6]);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionMapFromArrays::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001518aa52 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:55:43.812403 [ 71972 ] {} TCPHandler: Code: 190. DB::Exception: Two arguments of function mapFromArrays must have equal sizes: In scope SELECT mapFromArrays([[1, 2], [3, 4]], [4, 5, 6]). (SIZES_OF_ARRAYS_DONT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionMapFromArrays::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001518aa52 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:55:43.834973 [ 71972 ] {8db7b6e4-f068-4da0-add9-08c5744e140f} executeQuery: Code: 386. DB::Exception: There is no supertype for types String, UInt8 because some of them are String/FixedString/Enum and some of them are not. (NO_COMMON_TYPE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:52016) (comment: 01651_map_functions.sql) (in query: select mapFromArrays(['a', 2], [4, 5]);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: std::shared_ptr DB::(anonymous namespace)::throwOrReturn<(DB::LeastSupertypeOnError)0, std::vector, std::allocator>>>(std::vector, std::allocator>> const&, std::basic_string_view>, int) @ 0x0000000034dd8e62 4. ./build_docker/./src/DataTypes/getLeastSupertype.cpp:547: std::shared_ptr DB::getLeastSupertype<(DB::LeastSupertypeOnError)0>(std::vector, std::allocator>> const&) @ 0x0000000034de8b0d 5. ./build_docker/./src/DataTypes/FieldToDataType.cpp:142: DB::FieldToDataType<(DB::LeastSupertypeOnError)0>::operator()(DB::Array const&) const @ 0x0000000034d3632c 6. auto DB::Field::dispatch, DB::Field&>(DB::FieldToDataType<(DB::LeastSupertypeOnError)0>&&, DB::Field&) @ 0x000000000f74b190 7. ./src/Common/FieldVisitors.h:24: DB::ConstantNode::ConstantNode(DB::Field) @ 0x00000000359e5d7e 8. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::Field const&, void>(std::allocator const&, DB::Field const&) @ 0x0000000035cb434b 9. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::(anonymous namespace)::QueryTreeBuilder::buildExpression(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6e248 10. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:699: DB::(anonymous namespace)::QueryTreeBuilder::buildExpression(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c70a83 11. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:588: DB::(anonymous namespace)::QueryTreeBuilder::buildExpressionList(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6bc35 12. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:339: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c7ef95 13. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:164: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6984a 14. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:182: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectWithUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c74ba1 15. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:160: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c69545 16. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:144: DB::buildQueryTree(std::shared_ptr, std::shared_ptr) @ 0x0000000035c67ea8 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:138: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000038638231 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:55:43.840471 [ 71972 ] {} TCPHandler: Code: 386. DB::Exception: There is no supertype for types String, UInt8 because some of them are String/FixedString/Enum and some of them are not. (NO_COMMON_TYPE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: std::shared_ptr DB::(anonymous namespace)::throwOrReturn<(DB::LeastSupertypeOnError)0, std::vector, std::allocator>>>(std::vector, std::allocator>> const&, std::basic_string_view>, int) @ 0x0000000034dd8e62 4. ./build_docker/./src/DataTypes/getLeastSupertype.cpp:547: std::shared_ptr DB::getLeastSupertype<(DB::LeastSupertypeOnError)0>(std::vector, std::allocator>> const&) @ 0x0000000034de8b0d 5. ./build_docker/./src/DataTypes/FieldToDataType.cpp:142: DB::FieldToDataType<(DB::LeastSupertypeOnError)0>::operator()(DB::Array const&) const @ 0x0000000034d3632c 6. auto DB::Field::dispatch, DB::Field&>(DB::FieldToDataType<(DB::LeastSupertypeOnError)0>&&, DB::Field&) @ 0x000000000f74b190 7. ./src/Common/FieldVisitors.h:24: DB::ConstantNode::ConstantNode(DB::Field) @ 0x00000000359e5d7e 8. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::Field const&, void>(std::allocator const&, DB::Field const&) @ 0x0000000035cb434b 9. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::(anonymous namespace)::QueryTreeBuilder::buildExpression(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6e248 10. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:699: DB::(anonymous namespace)::QueryTreeBuilder::buildExpression(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c70a83 11. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:588: DB::(anonymous namespace)::QueryTreeBuilder::buildExpressionList(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6bc35 12. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:339: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c7ef95 13. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:164: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6984a 14. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:182: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectWithUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c74ba1 15. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:160: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c69545 16. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:144: DB::buildQueryTree(std::shared_ptr, std::shared_ptr) @ 0x0000000035c67ea8 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:138: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000038638231 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:55:43.864687 [ 71972 ] {28d6af5b-75f8-4564-9641-f8206e267efb} executeQuery: Code: 386. DB::Exception: There is no supertype for types UInt8, String because some of them are String/FixedString/Enum and some of them are not. (NO_COMMON_TYPE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:52016) (comment: 01651_map_functions.sql) (in query: select mapFromArrays([1, 2], [4, 'a']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: std::shared_ptr DB::(anonymous namespace)::throwOrReturn<(DB::LeastSupertypeOnError)0, std::vector, std::allocator>>>(std::vector, std::allocator>> const&, std::basic_string_view>, int) @ 0x0000000034dd8e62 4. ./build_docker/./src/DataTypes/getLeastSupertype.cpp:547: std::shared_ptr DB::getLeastSupertype<(DB::LeastSupertypeOnError)0>(std::vector, std::allocator>> const&) @ 0x0000000034de8b0d 5. ./build_docker/./src/DataTypes/FieldToDataType.cpp:142: DB::FieldToDataType<(DB::LeastSupertypeOnError)0>::operator()(DB::Array const&) const @ 0x0000000034d3632c 6. auto DB::Field::dispatch, DB::Field&>(DB::FieldToDataType<(DB::LeastSupertypeOnError)0>&&, DB::Field&) @ 0x000000000f74b190 7. ./src/Common/FieldVisitors.h:24: DB::ConstantNode::ConstantNode(DB::Field) @ 0x00000000359e5d7e 8. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::Field const&, void>(std::allocator const&, DB::Field const&) @ 0x0000000035cb434b 9. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::(anonymous namespace)::QueryTreeBuilder::buildExpression(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6e248 10. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:699: DB::(anonymous namespace)::QueryTreeBuilder::buildExpression(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c70a83 11. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:588: DB::(anonymous namespace)::QueryTreeBuilder::buildExpressionList(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6bc35 12. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:339: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c7ef95 13. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:164: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6984a 14. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:182: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectWithUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c74ba1 15. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:160: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c69545 16. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:144: DB::buildQueryTree(std::shared_ptr, std::shared_ptr) @ 0x0000000035c67ea8 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:138: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000038638231 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:55:43.870024 [ 71972 ] {} TCPHandler: Code: 386. DB::Exception: There is no supertype for types UInt8, String because some of them are String/FixedString/Enum and some of them are not. (NO_COMMON_TYPE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: std::shared_ptr DB::(anonymous namespace)::throwOrReturn<(DB::LeastSupertypeOnError)0, std::vector, std::allocator>>>(std::vector, std::allocator>> const&, std::basic_string_view>, int) @ 0x0000000034dd8e62 4. ./build_docker/./src/DataTypes/getLeastSupertype.cpp:547: std::shared_ptr DB::getLeastSupertype<(DB::LeastSupertypeOnError)0>(std::vector, std::allocator>> const&) @ 0x0000000034de8b0d 5. ./build_docker/./src/DataTypes/FieldToDataType.cpp:142: DB::FieldToDataType<(DB::LeastSupertypeOnError)0>::operator()(DB::Array const&) const @ 0x0000000034d3632c 6. auto DB::Field::dispatch, DB::Field&>(DB::FieldToDataType<(DB::LeastSupertypeOnError)0>&&, DB::Field&) @ 0x000000000f74b190 7. ./src/Common/FieldVisitors.h:24: DB::ConstantNode::ConstantNode(DB::Field) @ 0x00000000359e5d7e 8. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::Field const&, void>(std::allocator const&, DB::Field const&) @ 0x0000000035cb434b 9. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::(anonymous namespace)::QueryTreeBuilder::buildExpression(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6e248 10. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:699: DB::(anonymous namespace)::QueryTreeBuilder::buildExpression(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c70a83 11. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:588: DB::(anonymous namespace)::QueryTreeBuilder::buildExpressionList(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6bc35 12. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:339: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c7ef95 13. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:164: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6984a 14. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:182: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectWithUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c74ba1 15. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:160: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c69545 16. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:144: DB::buildQueryTree(std::shared_ptr, std::shared_ptr) @ 0x0000000035c67ea8 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:138: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000038638231 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:55:43.902823 [ 71972 ] {1b24427f-739b-4e11-9a36-4ed6bc9fa0e7} executeQuery: Code: 190. DB::Exception: Two arguments of function mapFromArrays must have equal sizes: In scope SELECT mapFromArrays(['aa', 'bb'], map('a', 4)). (SIZES_OF_ARRAYS_DONT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:52016) (comment: 01651_map_functions.sql) (in query: select mapFromArrays(['aa', 'bb'], map('a', 4));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionMapFromArrays::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001518aa52 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:55:43.907881 [ 71972 ] {} TCPHandler: Code: 190. DB::Exception: Two arguments of function mapFromArrays must have equal sizes: In scope SELECT mapFromArrays(['aa', 'bb'], map('a', 4)). (SIZES_OF_ARRAYS_DONT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionMapFromArrays::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001518aa52 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:55:44.117873 [ 71966 ] {6ad543ab-a880-4b26-9f73-a44df92b797c} executeQuery: Code: 43. DB::Exception: Second argument for function addSeconds must be a number: In scope SELECT now() + CAST('1', 'Int128'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:52086) (comment: 02469_interval_msan.sql) (in query: SELECT now() + 1::Int128;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionDateOrDateTimeAddInterval::getReturnTypeImpl(std::vector> const&) const @ 0x000000000af18809 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. DB::FunctionBinaryArithmetic::executeDateTimeIntervalPlusMinus(std::vector> const&, std::shared_ptr const&, unsigned long, std::shared_ptr const&) const @ 0x000000001972b60a 10. DB::FunctionBinaryArithmetic::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000019728729 11. DB::FunctionBinaryArithmeticWithConstants::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000019724af9 12. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 13. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 14. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 15. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 16. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 24. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 27. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 29. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 31. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 2025.03.31 17:55:44.123523 [ 71966 ] {} TCPHandler: Code: 43. DB::Exception: Second argument for function addSeconds must be a number: In scope SELECT now() + CAST('1', 'Int128'). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionDateOrDateTimeAddInterval::getReturnTypeImpl(std::vector> const&) const @ 0x000000000af18809 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. DB::FunctionBinaryArithmetic::executeDateTimeIntervalPlusMinus(std::vector> const&, std::shared_ptr const&, unsigned long, std::shared_ptr const&) const @ 0x000000001972b60a 10. DB::FunctionBinaryArithmetic::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000019728729 11. DB::FunctionBinaryArithmeticWithConstants::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000019724af9 12. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 13. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 14. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 15. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 16. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 24. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 27. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 29. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 31. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 2025.03.31 17:55:44.152181 [ 71966 ] {ff5c7a42-8fdb-49af-a7db-785e045deaef} executeQuery: Code: 43. DB::Exception: Second argument for function addSeconds must be a number: In scope SELECT now() + CAST('1', 'Int256'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:52086) (comment: 02469_interval_msan.sql) (in query: SELECT now() + 1::Int256;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionDateOrDateTimeAddInterval::getReturnTypeImpl(std::vector> const&) const @ 0x000000000af18809 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. DB::FunctionBinaryArithmetic::executeDateTimeIntervalPlusMinus(std::vector> const&, std::shared_ptr const&, unsigned long, std::shared_ptr const&) const @ 0x000000001972b60a 10. DB::FunctionBinaryArithmetic::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000019728729 11. DB::FunctionBinaryArithmeticWithConstants::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000019724af9 12. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 13. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 14. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 15. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 16. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 24. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 27. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 29. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 31. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 2025.03.31 17:55:44.157073 [ 71966 ] {} TCPHandler: Code: 43. DB::Exception: Second argument for function addSeconds must be a number: In scope SELECT now() + CAST('1', 'Int256'). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionDateOrDateTimeAddInterval::getReturnTypeImpl(std::vector> const&) const @ 0x000000000af18809 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. DB::FunctionBinaryArithmetic::executeDateTimeIntervalPlusMinus(std::vector> const&, std::shared_ptr const&, unsigned long, std::shared_ptr const&) const @ 0x000000001972b60a 10. DB::FunctionBinaryArithmetic::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000019728729 11. DB::FunctionBinaryArithmeticWithConstants::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000019724af9 12. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 13. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 14. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 15. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 16. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 24. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 27. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 29. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 31. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 2025.03.31 17:55:44.184886 [ 71966 ] {e08abdfc-58ad-4473-97ec-07feefa44a97} executeQuery: Code: 43. DB::Exception: Second argument for function addSeconds must be a number: In scope SELECT now() + CAST('1', 'UInt128'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:52086) (comment: 02469_interval_msan.sql) (in query: SELECT now() + 1::UInt128;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionDateOrDateTimeAddInterval::getReturnTypeImpl(std::vector> const&) const @ 0x000000000af18809 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. DB::FunctionBinaryArithmetic::executeDateTimeIntervalPlusMinus(std::vector> const&, std::shared_ptr const&, unsigned long, std::shared_ptr const&) const @ 0x000000001972b60a 10. DB::FunctionBinaryArithmetic::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000019728729 11. DB::FunctionBinaryArithmeticWithConstants::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000019724af9 12. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 13. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 14. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 15. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 16. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 24. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 27. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 29. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 31. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 2025.03.31 17:55:44.189916 [ 71966 ] {} TCPHandler: Code: 43. DB::Exception: Second argument for function addSeconds must be a number: In scope SELECT now() + CAST('1', 'UInt128'). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionDateOrDateTimeAddInterval::getReturnTypeImpl(std::vector> const&) const @ 0x000000000af18809 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. DB::FunctionBinaryArithmetic::executeDateTimeIntervalPlusMinus(std::vector> const&, std::shared_ptr const&, unsigned long, std::shared_ptr const&) const @ 0x000000001972b60a 10. DB::FunctionBinaryArithmetic::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000019728729 11. DB::FunctionBinaryArithmeticWithConstants::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000019724af9 12. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 13. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 14. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 15. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 16. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 24. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 27. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 29. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 31. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 2025.03.31 17:55:44.215673 [ 71966 ] {8e7dbc37-3ece-4c50-aa8a-132f0f9cca38} executeQuery: Code: 43. DB::Exception: Second argument for function addSeconds must be a number: In scope SELECT now() + CAST('1', 'UInt256'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:52086) (comment: 02469_interval_msan.sql) (in query: SELECT now() + 1::UInt256;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionDateOrDateTimeAddInterval::getReturnTypeImpl(std::vector> const&) const @ 0x000000000af18809 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. DB::FunctionBinaryArithmetic::executeDateTimeIntervalPlusMinus(std::vector> const&, std::shared_ptr const&, unsigned long, std::shared_ptr const&) const @ 0x000000001972b60a 10. DB::FunctionBinaryArithmetic::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000019728729 11. DB::FunctionBinaryArithmeticWithConstants::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000019724af9 12. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 13. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 14. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 15. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 16. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 24. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 27. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 29. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 31. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 2025.03.31 17:55:44.220103 [ 71966 ] {} TCPHandler: Code: 43. DB::Exception: Second argument for function addSeconds must be a number: In scope SELECT now() + CAST('1', 'UInt256'). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionDateOrDateTimeAddInterval::getReturnTypeImpl(std::vector> const&) const @ 0x000000000af18809 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. DB::FunctionBinaryArithmetic::executeDateTimeIntervalPlusMinus(std::vector> const&, std::shared_ptr const&, unsigned long, std::shared_ptr const&) const @ 0x000000001972b60a 10. DB::FunctionBinaryArithmetic::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000019728729 11. DB::FunctionBinaryArithmeticWithConstants::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000019724af9 12. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 13. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 14. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 15. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 16. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 24. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 27. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 29. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 31. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 2025.03.31 17:55:44.706495 [ 71972 ] {be165f0f-0147-4f24-a4a3-84f15a5768d1} executeQuery: Code: 36. DB::Exception: The nested column of first argument in function mapFromArrays must not contain NULLs: In scope SELECT mapFromArrays(CAST([1, NULL], 'Array(Nullable(UInt8))'), [3, 4]). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:52016) (comment: 01651_map_functions.sql) (in query: select mapFromArrays([1,null]::Array(Nullable(UInt8)), [3,4]);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionMapFromArrays::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001518aebb 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:55:44.711847 [ 71972 ] {} TCPHandler: Code: 36. DB::Exception: The nested column of first argument in function mapFromArrays must not contain NULLs: In scope SELECT mapFromArrays(CAST([1, NULL], 'Array(Nullable(UInt8))'), [3, 4]). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionMapFromArrays::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001518aebb 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:55:45.034210 [ 71966 ] {7312b9d6-680b-448b-9765-841f580d8cb6} executeQuery: Code: 43. DB::Exception: Second argument for function subtractSeconds must be a number: In scope SELECT now() - CAST('1', 'Int128'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:52086) (comment: 02469_interval_msan.sql) (in query: SELECT now() - 1::Int128;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionDateOrDateTimeAddInterval::getReturnTypeImpl(std::vector> const&) const @ 0x000000001bbb2f29 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. DB::FunctionBinaryArithmetic::executeDateTimeIntervalPlusMinus(std::vector> const&, std::shared_ptr const&, unsigned long, std::shared_ptr const&) const @ 0x0000000015b541ea 10. DB::FunctionBinaryArithmetic::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000015b51d80 11. DB::FunctionBinaryArithmeticWithConstants::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000015b4e219 12. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 13. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 14. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 15. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 16. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 24. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 27. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 29. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 31. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 2025.03.31 17:55:45.039208 [ 71966 ] {} TCPHandler: Code: 43. DB::Exception: Second argument for function subtractSeconds must be a number: In scope SELECT now() - CAST('1', 'Int128'). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionDateOrDateTimeAddInterval::getReturnTypeImpl(std::vector> const&) const @ 0x000000001bbb2f29 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. DB::FunctionBinaryArithmetic::executeDateTimeIntervalPlusMinus(std::vector> const&, std::shared_ptr const&, unsigned long, std::shared_ptr const&) const @ 0x0000000015b541ea 10. DB::FunctionBinaryArithmetic::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000015b51d80 11. DB::FunctionBinaryArithmeticWithConstants::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000015b4e219 12. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 13. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 14. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 15. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 16. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 24. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 27. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 29. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 31. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 2025.03.31 17:55:45.065192 [ 71966 ] {c53bd3c0-067e-4f0f-bf2c-4e7e2b8cd91d} executeQuery: Code: 43. DB::Exception: Second argument for function subtractSeconds must be a number: In scope SELECT now() - CAST('1', 'Int256'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:52086) (comment: 02469_interval_msan.sql) (in query: SELECT now() - 1::Int256;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionDateOrDateTimeAddInterval::getReturnTypeImpl(std::vector> const&) const @ 0x000000001bbb2f29 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. DB::FunctionBinaryArithmetic::executeDateTimeIntervalPlusMinus(std::vector> const&, std::shared_ptr const&, unsigned long, std::shared_ptr const&) const @ 0x0000000015b541ea 10. DB::FunctionBinaryArithmetic::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000015b51d80 11. DB::FunctionBinaryArithmeticWithConstants::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000015b4e219 12. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 13. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 14. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 15. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 16. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 24. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 27. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 29. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 31. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 2025.03.31 17:55:45.069412 [ 71966 ] {} TCPHandler: Code: 43. DB::Exception: Second argument for function subtractSeconds must be a number: In scope SELECT now() - CAST('1', 'Int256'). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionDateOrDateTimeAddInterval::getReturnTypeImpl(std::vector> const&) const @ 0x000000001bbb2f29 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. DB::FunctionBinaryArithmetic::executeDateTimeIntervalPlusMinus(std::vector> const&, std::shared_ptr const&, unsigned long, std::shared_ptr const&) const @ 0x0000000015b541ea 10. DB::FunctionBinaryArithmetic::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000015b51d80 11. DB::FunctionBinaryArithmeticWithConstants::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000015b4e219 12. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 13. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 14. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 15. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 16. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 24. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 27. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 29. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 31. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 2025.03.31 17:55:45.094366 [ 71966 ] {c1b40afd-2ddc-4fe1-97c6-d70e9d37a862} executeQuery: Code: 43. DB::Exception: Second argument for function subtractSeconds must be a number: In scope SELECT now() - CAST('1', 'UInt128'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:52086) (comment: 02469_interval_msan.sql) (in query: SELECT now() - 1::UInt128;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionDateOrDateTimeAddInterval::getReturnTypeImpl(std::vector> const&) const @ 0x000000001bbb2f29 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. DB::FunctionBinaryArithmetic::executeDateTimeIntervalPlusMinus(std::vector> const&, std::shared_ptr const&, unsigned long, std::shared_ptr const&) const @ 0x0000000015b541ea 10. DB::FunctionBinaryArithmetic::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000015b51d80 11. DB::FunctionBinaryArithmeticWithConstants::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000015b4e219 12. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 13. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 14. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 15. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 16. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 24. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 27. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 29. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 31. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 2025.03.31 17:55:45.098551 [ 71966 ] {} TCPHandler: Code: 43. DB::Exception: Second argument for function subtractSeconds must be a number: In scope SELECT now() - CAST('1', 'UInt128'). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionDateOrDateTimeAddInterval::getReturnTypeImpl(std::vector> const&) const @ 0x000000001bbb2f29 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. DB::FunctionBinaryArithmetic::executeDateTimeIntervalPlusMinus(std::vector> const&, std::shared_ptr const&, unsigned long, std::shared_ptr const&) const @ 0x0000000015b541ea 10. DB::FunctionBinaryArithmetic::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000015b51d80 11. DB::FunctionBinaryArithmeticWithConstants::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000015b4e219 12. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 13. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 14. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 15. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 16. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 24. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 27. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 29. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 31. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 2025.03.31 17:55:45.122228 [ 71966 ] {f44388c0-14b0-4e74-af38-83d7c873f550} executeQuery: Code: 43. DB::Exception: Second argument for function subtractSeconds must be a number: In scope SELECT now() - CAST('1', 'UInt256'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:52086) (comment: 02469_interval_msan.sql) (in query: SELECT now() - 1::UInt256;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionDateOrDateTimeAddInterval::getReturnTypeImpl(std::vector> const&) const @ 0x000000001bbb2f29 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. DB::FunctionBinaryArithmetic::executeDateTimeIntervalPlusMinus(std::vector> const&, std::shared_ptr const&, unsigned long, std::shared_ptr const&) const @ 0x0000000015b541ea 10. DB::FunctionBinaryArithmetic::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000015b51d80 11. DB::FunctionBinaryArithmeticWithConstants::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000015b4e219 12. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 13. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 14. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 15. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 16. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 24. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 27. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 29. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 31. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 2025.03.31 17:55:45.126257 [ 71966 ] {} TCPHandler: Code: 43. DB::Exception: Second argument for function subtractSeconds must be a number: In scope SELECT now() - CAST('1', 'UInt256'). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionDateOrDateTimeAddInterval::getReturnTypeImpl(std::vector> const&) const @ 0x000000001bbb2f29 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. DB::FunctionBinaryArithmetic::executeDateTimeIntervalPlusMinus(std::vector> const&, std::shared_ptr const&, unsigned long, std::shared_ptr const&) const @ 0x0000000015b541ea 10. DB::FunctionBinaryArithmetic::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000015b51d80 11. DB::FunctionBinaryArithmeticWithConstants::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000015b4e219 12. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 13. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 14. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 15. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 16. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 24. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 27. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 29. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 31. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 2025.03.31 17:55:45.183595 [ 852 ] {} DNSResolver: Cannot resolve host (), error 0: No address found. 2025.03.31 17:55:49.680939 [ 71976 ] {0fcabc78-347f-4b83-b551-7e9f2e3c24c1} executeQuery: Code: 344. DB::Exception: Adding a new column of a type which has dynamic subcolumns to an existing table is not allowed. It has known bugs. (SUPPORT_IS_DISABLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47086) (comment: 02910_object-json-crash-add-column.sql) (in query: ALTER TABLE test02910 ADD COLUMN j2 Tuple(Object('json')) DEFAULT jString;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/AlterCommands.cpp:1369: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6df400 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:49.685873 [ 71976 ] {} TCPHandler: Code: 344. DB::Exception: Adding a new column of a type which has dynamic subcolumns to an existing table is not allowed. It has known bugs. (SUPPORT_IS_DISABLED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/AlterCommands.cpp:1369: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6df400 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:49.709047 [ 71976 ] {9c9ff7a0-6b4a-40ab-b53b-dcae55c0241a} executeQuery: Code: 344. DB::Exception: Adding a new column of a type which has dynamic subcolumns to an existing table is not allowed. It has known bugs. (SUPPORT_IS_DISABLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47086) (comment: 02910_object-json-crash-add-column.sql) (in query: ALTER TABLE test02910 ADD COLUMN j2 Tuple(Float64, Object('json'));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/AlterCommands.cpp:1369: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6df400 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:49.714243 [ 71976 ] {} TCPHandler: Code: 344. DB::Exception: Adding a new column of a type which has dynamic subcolumns to an existing table is not allowed. It has known bugs. (SUPPORT_IS_DISABLED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/AlterCommands.cpp:1369: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6df400 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:49.739529 [ 71976 ] {1a9896ba-ce24-413a-9dc1-052e67109fdf} executeQuery: Code: 344. DB::Exception: Adding a new column of a type which has dynamic subcolumns to an existing table is not allowed. It has known bugs. (SUPPORT_IS_DISABLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47086) (comment: 02910_object-json-crash-add-column.sql) (in query: ALTER TABLE test02910 ADD COLUMN j2 Tuple(Array(Tuple(Object('json')))) DEFAULT jString;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/AlterCommands.cpp:1369: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6df400 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:49.744128 [ 71976 ] {} TCPHandler: Code: 344. DB::Exception: Adding a new column of a type which has dynamic subcolumns to an existing table is not allowed. It has known bugs. (SUPPORT_IS_DISABLED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/AlterCommands.cpp:1369: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6df400 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:49.767587 [ 71976 ] {87f08260-18d5-4ad6-b638-a468d5f248a8} executeQuery: Code: 344. DB::Exception: Adding a new column of a type which has dynamic subcolumns to an existing table is not allowed. It has known bugs. (SUPPORT_IS_DISABLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47086) (comment: 02910_object-json-crash-add-column.sql) (in query: ALTER TABLE test02910 ADD COLUMN j2 Object('json') default jString;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/AlterCommands.cpp:1369: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6df400 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:49.772278 [ 71976 ] {} TCPHandler: Code: 344. DB::Exception: Adding a new column of a type which has dynamic subcolumns to an existing table is not allowed. It has known bugs. (SUPPORT_IS_DISABLED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/AlterCommands.cpp:1369: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6df400 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:49.867818 [ 71976 ] {40a7aa32-2080-4aea-b9aa-e84ada72be96} test_2ed4edjj.test02910_second (2f51a0b9-9047-4507-9f36-7d41268ee069): Table can't create parts with adaptive granularity, but settings min_rows_for_wide_part = 0, min_bytes_for_wide_part = 510027396. Parts with non-adaptive granularity can be stored only in Wide (default) format. Settings 'min_rows_for_wide_part'and 'min_bytes_for_wide_part' will be ignored. 2025.03.31 17:55:50.647080 [ 71976 ] {4fca60b7-5c01-44ca-bf0c-bb0d2517a3ca} executeQuery: Code: 344. DB::Exception: Adding a new column of a type which has dynamic subcolumns to an existing table is not allowed. It has known bugs. (SUPPORT_IS_DISABLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47086) (comment: 02910_object-json-crash-add-column.sql) (in query: ALTER TABLE test02910_second ADD COLUMN `tags_json` Tuple(Object('json')) DEFAULT jString;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/AlterCommands.cpp:1369: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6df400 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:50.652507 [ 71976 ] {} TCPHandler: Code: 344. DB::Exception: Adding a new column of a type which has dynamic subcolumns to an existing table is not allowed. It has known bugs. (SUPPORT_IS_DISABLED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/AlterCommands.cpp:1369: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6df400 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:50.675820 [ 71976 ] {76ef9054-7d5b-43c1-b0bb-faf769073500} executeQuery: Code: 344. DB::Exception: Adding a new column of a type which has dynamic subcolumns to an existing table is not allowed. It has known bugs. (SUPPORT_IS_DISABLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47086) (comment: 02910_object-json-crash-add-column.sql) (in query: ALTER TABLE test02910_second ADD COLUMN `tags_json` Tuple(Float64, Object('json'));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/AlterCommands.cpp:1369: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6df400 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:50.681037 [ 71976 ] {} TCPHandler: Code: 344. DB::Exception: Adding a new column of a type which has dynamic subcolumns to an existing table is not allowed. It has known bugs. (SUPPORT_IS_DISABLED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/AlterCommands.cpp:1369: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6df400 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:50.706583 [ 71976 ] {bcd54e31-dc9f-42a0-b584-036002b5dd5d} executeQuery: Code: 344. DB::Exception: Adding a new column of a type which has dynamic subcolumns to an existing table is not allowed. It has known bugs. (SUPPORT_IS_DISABLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47086) (comment: 02910_object-json-crash-add-column.sql) (in query: ALTER TABLE test02910_second ADD COLUMN `tags_json` Tuple(Array(Tuple(Object('json')))) DEFAULT jString;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/AlterCommands.cpp:1369: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6df400 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:50.711833 [ 71976 ] {} TCPHandler: Code: 344. DB::Exception: Adding a new column of a type which has dynamic subcolumns to an existing table is not allowed. It has known bugs. (SUPPORT_IS_DISABLED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/AlterCommands.cpp:1369: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6df400 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:50.735698 [ 71976 ] {429df14b-9f45-4674-9e04-9bb13db5c725} executeQuery: Code: 344. DB::Exception: Adding a new column of a type which has dynamic subcolumns to an existing table is not allowed. It has known bugs. (SUPPORT_IS_DISABLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47086) (comment: 02910_object-json-crash-add-column.sql) (in query: ALTER TABLE test02910_second ADD COLUMN `tags_json` Object('json');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/AlterCommands.cpp:1369: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6df400 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:50.741522 [ 71976 ] {} TCPHandler: Code: 344. DB::Exception: Adding a new column of a type which has dynamic subcolumns to an existing table is not allowed. It has known bugs. (SUPPORT_IS_DISABLED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/AlterCommands.cpp:1369: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6df400 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:55:56.275481 [ 71972 ] {} TCPHandler: TCPHandler: Code: 101. DB::Exception: Unexpected packet from client (expected Hello, got 22). (UNEXPECTED_PACKET_FROM_CLIENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, unsigned long&) @ 0x0000000009f9a88a 4. ./build_docker/./src/Server/TCPHandler.cpp:1649: DB::TCPHandler::receiveHello() @ 0x000000003f43b71c 5. ./build_docker/./src/Server/TCPHandler.cpp:334: DB::TCPHandler::runImpl() @ 0x000000003f423d66 6. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 7. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 8. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 9. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 10. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 11. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 12. ? @ 0x00007fc708d31ac3 13. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:55:56.275907 [ 71972 ] {} ServerErrorHandler: Code: 101. DB::Exception: Unexpected packet from client (expected Hello, got 22). (UNEXPECTED_PACKET_FROM_CLIENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, unsigned long&) @ 0x0000000009f9a88a 4. ./build_docker/./src/Server/TCPHandler.cpp:1649: DB::TCPHandler::receiveHello() @ 0x000000003f43b71c 5. ./build_docker/./src/Server/TCPHandler.cpp:334: DB::TCPHandler::runImpl() @ 0x000000003f423d66 6. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 7. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 8. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 9. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 10. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 11. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 12. ? @ 0x00007fc708d31ac3 13. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:55:58.359433 [ 71966 ] {} TCPHandler: TCPHandler: Code: 516. DB::Exception: MySQL: Authentication failed: password is incorrect, or there is no user with such name. (AUTHENTICATION_FAILED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./build_docker/./src/Access/AccessControl.cpp:628: DB::AccessControl::authenticate(DB::Credentials const&, Poco::Net::IPAddress const&, String const&) const @ 0x0000000033a4b5ae 4. ./build_docker/./src/Interpreters/Session.cpp:370: DB::Session::authenticate(DB::Credentials const&, Poco::Net::SocketAddress const&, std::vector> const&) @ 0x00000000389fdebf 5. ./build_docker/./src/Interpreters/Session.cpp:350: DB::Session::authenticate(String const&, String const&, Poco::Net::SocketAddress const&, std::vector> const&) @ 0x00000000389fc9c9 6. ./build_docker/./src/Server/TCPHandler.cpp:1776: DB::TCPHandler::receiveHello() @ 0x000000003f43d010 7. ./build_docker/./src/Server/TCPHandler.cpp:334: DB::TCPHandler::runImpl() @ 0x000000003f423d66 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:55:58.359816 [ 71966 ] {} ServerErrorHandler: Code: 516. DB::Exception: MySQL: Authentication failed: password is incorrect, or there is no user with such name. (AUTHENTICATION_FAILED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./build_docker/./src/Access/AccessControl.cpp:628: DB::AccessControl::authenticate(DB::Credentials const&, Poco::Net::IPAddress const&, String const&) const @ 0x0000000033a4b5ae 4. ./build_docker/./src/Interpreters/Session.cpp:370: DB::Session::authenticate(DB::Credentials const&, Poco::Net::SocketAddress const&, std::vector> const&) @ 0x00000000389fdebf 5. ./build_docker/./src/Interpreters/Session.cpp:350: DB::Session::authenticate(String const&, String const&, Poco::Net::SocketAddress const&, std::vector> const&) @ 0x00000000389fc9c9 6. ./build_docker/./src/Server/TCPHandler.cpp:1776: DB::TCPHandler::receiveHello() @ 0x000000003f43d010 7. ./build_docker/./src/Server/TCPHandler.cpp:334: DB::TCPHandler::runImpl() @ 0x000000003f423d66 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:56:00.180169 [ 71986 ] {} TCPHandler: TCPHandler: Code: 516. DB::Exception: default: Authentication failed: password is incorrect, or there is no user with such name. If you have installed ClickHouse and forgot password you can reset it in the configuration file. The password for default user is typically located at /etc/clickhouse-server/users.d/default-password.xml and deleting this file will reset the password. See also /etc/clickhouse-server/users.xml on the server where ClickHouse is installed. . (AUTHENTICATION_FAILED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./build_docker/./src/Access/AccessControl.cpp:628: DB::AccessControl::authenticate(DB::Credentials const&, Poco::Net::IPAddress const&, String const&) const @ 0x0000000033a4b5ae 4. ./build_docker/./src/Interpreters/Session.cpp:370: DB::Session::authenticate(DB::Credentials const&, Poco::Net::SocketAddress const&, std::vector> const&) @ 0x00000000389fdebf 5. ./build_docker/./src/Interpreters/Session.cpp:350: DB::Session::authenticate(String const&, String const&, Poco::Net::SocketAddress const&, std::vector> const&) @ 0x00000000389fc9c9 6. ./build_docker/./src/Server/TCPHandler.cpp:1776: DB::TCPHandler::receiveHello() @ 0x000000003f43d010 7. ./build_docker/./src/Server/TCPHandler.cpp:334: DB::TCPHandler::runImpl() @ 0x000000003f423d66 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:56:00.180565 [ 71986 ] {} ServerErrorHandler: Code: 516. DB::Exception: default: Authentication failed: password is incorrect, or there is no user with such name. If you have installed ClickHouse and forgot password you can reset it in the configuration file. The password for default user is typically located at /etc/clickhouse-server/users.d/default-password.xml and deleting this file will reset the password. See also /etc/clickhouse-server/users.xml on the server where ClickHouse is installed. . (AUTHENTICATION_FAILED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./build_docker/./src/Access/AccessControl.cpp:628: DB::AccessControl::authenticate(DB::Credentials const&, Poco::Net::IPAddress const&, String const&) const @ 0x0000000033a4b5ae 4. ./build_docker/./src/Interpreters/Session.cpp:370: DB::Session::authenticate(DB::Credentials const&, Poco::Net::SocketAddress const&, std::vector> const&) @ 0x00000000389fdebf 5. ./build_docker/./src/Interpreters/Session.cpp:350: DB::Session::authenticate(String const&, String const&, Poco::Net::SocketAddress const&, std::vector> const&) @ 0x00000000389fc9c9 6. ./build_docker/./src/Server/TCPHandler.cpp:1776: DB::TCPHandler::receiveHello() @ 0x000000003f43d010 7. ./build_docker/./src/Server/TCPHandler.cpp:334: DB::TCPHandler::runImpl() @ 0x000000003f423d66 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:56:02.512667 [ 71985 ] {} TCPHandler: TCPHandler: Code: 516. DB::Exception: foo: Authentication failed: password is incorrect, or there is no user with such name. (AUTHENTICATION_FAILED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./build_docker/./src/Access/AccessControl.cpp:628: DB::AccessControl::authenticate(DB::Credentials const&, Poco::Net::IPAddress const&, String const&) const @ 0x0000000033a4b5ae 4. ./build_docker/./src/Interpreters/Session.cpp:370: DB::Session::authenticate(DB::Credentials const&, Poco::Net::SocketAddress const&, std::vector> const&) @ 0x00000000389fdebf 5. ./build_docker/./src/Interpreters/Session.cpp:350: DB::Session::authenticate(String const&, String const&, Poco::Net::SocketAddress const&, std::vector> const&) @ 0x00000000389fc9c9 6. ./build_docker/./src/Server/TCPHandler.cpp:1776: DB::TCPHandler::receiveHello() @ 0x000000003f43d010 7. ./build_docker/./src/Server/TCPHandler.cpp:334: DB::TCPHandler::runImpl() @ 0x000000003f423d66 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:56:02.513068 [ 71985 ] {} ServerErrorHandler: Code: 516. DB::Exception: foo: Authentication failed: password is incorrect, or there is no user with such name. (AUTHENTICATION_FAILED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./build_docker/./src/Access/AccessControl.cpp:628: DB::AccessControl::authenticate(DB::Credentials const&, Poco::Net::IPAddress const&, String const&) const @ 0x0000000033a4b5ae 4. ./build_docker/./src/Interpreters/Session.cpp:370: DB::Session::authenticate(DB::Credentials const&, Poco::Net::SocketAddress const&, std::vector> const&) @ 0x00000000389fdebf 5. ./build_docker/./src/Interpreters/Session.cpp:350: DB::Session::authenticate(String const&, String const&, Poco::Net::SocketAddress const&, std::vector> const&) @ 0x00000000389fc9c9 6. ./build_docker/./src/Server/TCPHandler.cpp:1776: DB::TCPHandler::receiveHello() @ 0x000000003f43d010 7. ./build_docker/./src/Server/TCPHandler.cpp:334: DB::TCPHandler::runImpl() @ 0x000000003f423d66 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:56:04.855215 [ 68114 ] {} TCPHandler: TCPHandler: Code: 516. DB::Exception: foo: Authentication failed: password is incorrect, or there is no user with such name. (AUTHENTICATION_FAILED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./build_docker/./src/Access/AccessControl.cpp:628: DB::AccessControl::authenticate(DB::Credentials const&, Poco::Net::IPAddress const&, String const&) const @ 0x0000000033a4b5ae 4. ./build_docker/./src/Interpreters/Session.cpp:370: DB::Session::authenticate(DB::Credentials const&, Poco::Net::SocketAddress const&, std::vector> const&) @ 0x00000000389fdebf 5. ./build_docker/./src/Interpreters/Session.cpp:350: DB::Session::authenticate(String const&, String const&, Poco::Net::SocketAddress const&, std::vector> const&) @ 0x00000000389fc9c9 6. ./build_docker/./src/Server/TCPHandler.cpp:1776: DB::TCPHandler::receiveHello() @ 0x000000003f43d010 7. ./build_docker/./src/Server/TCPHandler.cpp:334: DB::TCPHandler::runImpl() @ 0x000000003f423d66 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:56:04.855570 [ 68114 ] {} ServerErrorHandler: Code: 516. DB::Exception: foo: Authentication failed: password is incorrect, or there is no user with such name. (AUTHENTICATION_FAILED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./build_docker/./src/Access/AccessControl.cpp:628: DB::AccessControl::authenticate(DB::Credentials const&, Poco::Net::IPAddress const&, String const&) const @ 0x0000000033a4b5ae 4. ./build_docker/./src/Interpreters/Session.cpp:370: DB::Session::authenticate(DB::Credentials const&, Poco::Net::SocketAddress const&, std::vector> const&) @ 0x00000000389fdebf 5. ./build_docker/./src/Interpreters/Session.cpp:350: DB::Session::authenticate(String const&, String const&, Poco::Net::SocketAddress const&, std::vector> const&) @ 0x00000000389fc9c9 6. ./build_docker/./src/Server/TCPHandler.cpp:1776: DB::TCPHandler::receiveHello() @ 0x000000003f43d010 7. ./build_docker/./src/Server/TCPHandler.cpp:334: DB::TCPHandler::runImpl() @ 0x000000003f423d66 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:56:09.432903 [ 71964 ] {f3b55c6a-a988-44e8-8ceb-d9bc3c757f5b} executeQuery: Code: 36. DB::Exception: DELETE query is not supported for table test_hn2r8ts5.kekv. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:49134) (comment: 02518_delete_on_materialized_view.sql) (in query: DELETE FROM kekv WHERE a = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/InterpreterDeleteQuery.cpp:144: DB::InterpreterDeleteQuery::execute() @ 0x0000000039450404 5. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 7. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 2025.03.31 17:56:09.439386 [ 71964 ] {} TCPHandler: Code: 36. DB::Exception: DELETE query is not supported for table test_hn2r8ts5.kekv. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/InterpreterDeleteQuery.cpp:144: DB::InterpreterDeleteQuery::execute() @ 0x0000000039450404 5. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 7. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 2025.03.31 17:56:09.457611 [ 71964 ] {3d13860d-bfd3-436f-880c-2054b739f4fa} executeQuery: Code: 36. DB::Exception: DELETE query is not supported for table test_hn2r8ts5.kekv. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:49134) (comment: 02518_delete_on_materialized_view.sql) (in query: DELETE FROM kekv WHERE a = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/InterpreterDeleteQuery.cpp:144: DB::InterpreterDeleteQuery::execute() @ 0x0000000039450404 5. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 7. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 2025.03.31 17:56:09.462334 [ 71964 ] {} TCPHandler: Code: 36. DB::Exception: DELETE query is not supported for table test_hn2r8ts5.kekv. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/InterpreterDeleteQuery.cpp:144: DB::InterpreterDeleteQuery::execute() @ 0x0000000039450404 5. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 7. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 2025.03.31 17:56:12.508799 [ 71984 ] {a958b85c-4b53-48c7-af36-01d3b239f3a0} executeQuery: Code: 36. DB::Exception: ALTER UPDATE/ALTER DELETE statement with subquery may be nondeterministic, see allow_nondeterministic_mutations setting. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:49178) (comment: 02842_mutations_replace_non_deterministic.sql) (in query: -- Too big result. ALTER TABLE t_mutations_nondeterministic UPDATE v = (SELECT groupArray(number) FROM numbers(10000)) WHERE 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:1373: DB::MutationsInterpreter::validate() @ 0x00000000388fe16f 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:238: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751960 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:56:12.515216 [ 71984 ] {} TCPHandler: Code: 36. DB::Exception: ALTER UPDATE/ALTER DELETE statement with subquery may be nondeterministic, see allow_nondeterministic_mutations setting. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:1373: DB::MutationsInterpreter::validate() @ 0x00000000388fe16f 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:238: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751960 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:56:13.242093 [ 71988 ] {7940b036-5b3a-4128-83ae-c3aadd99ad59} executeQuery: Code: 36. DB::Exception: Cannot load time zone not a timezone: In scope SELECT makeDateTime(1984, 1, 1, 0, 0, 0, 'not a timezone'). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:49232) (comment: 02244_make_datetime.sql) (in query: select makeDateTime(1984, 1, 1, 0, 0, 0, 'not a timezone');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Common/DateLUTImpl.cpp:77: DateLUTImpl::DateLUTImpl(String const&) @ 0x000000002068723b 5. ./build_docker/./src/Common/DateLUT.cpp:200: DateLUT::getImplementation(String const&) const @ 0x0000000020678576 6. ./src/Common/DateLUT.h:37: TimezoneMixin::TimezoneMixin(String const&) @ 0x0000000034bb2b9e 7. ./build_docker/./src/DataTypes/DataTypeDateTime.cpp:11: DB::DataTypeDateTime::DataTypeDateTime(String const&) @ 0x0000000034bb21be 8. std::shared_ptr std::allocate_shared[abi:v15007], String&, void>(std::allocator const&, String&) @ 0x000000000d421642 9. DB::(anonymous namespace)::FunctionMakeDateTime::getReturnTypeImpl(std::vector> const&) const @ 0x0000000015168649 10. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 11. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 12. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 13. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 17:56:13.247416 [ 71988 ] {} TCPHandler: Code: 36. DB::Exception: Cannot load time zone not a timezone: In scope SELECT makeDateTime(1984, 1, 1, 0, 0, 0, 'not a timezone'). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Common/DateLUTImpl.cpp:77: DateLUTImpl::DateLUTImpl(String const&) @ 0x000000002068723b 5. ./build_docker/./src/Common/DateLUT.cpp:200: DateLUT::getImplementation(String const&) const @ 0x0000000020678576 6. ./src/Common/DateLUT.h:37: TimezoneMixin::TimezoneMixin(String const&) @ 0x0000000034bb2b9e 7. ./build_docker/./src/DataTypes/DataTypeDateTime.cpp:11: DB::DataTypeDateTime::DataTypeDateTime(String const&) @ 0x0000000034bb21be 8. std::shared_ptr std::allocate_shared[abi:v15007], String&, void>(std::allocator const&, String&) @ 0x000000000d421642 9. DB::(anonymous namespace)::FunctionMakeDateTime::getReturnTypeImpl(std::vector> const&) const @ 0x0000000015168649 10. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 11. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 12. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 13. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 17:56:13.519864 [ 71987 ] {cf6ff1ac-c0a5-4662-8b89-d2b4f080d8c5} executeQuery: Code: 43. DB::Exception: Illegal type String expression, must be numeric type. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:49276) (comment: 01702_system_numbers_scientific_notation.sql) (in query: select * from numbers_mt('100') format Null;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionNumbers.cpp:105: DB::(anonymous namespace)::TableFunctionNumbers::evaluateArgument(std::shared_ptr, std::shared_ptr&) const @ 0x00000000273b0d8d 5. ./build_docker/./src/TableFunctions/TableFunctionNumbers.cpp:80: DB::(anonymous namespace)::TableFunctionNumbers::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000273ae66f 6. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 7. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:56:13.525731 [ 71987 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String expression, must be numeric type. (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionNumbers.cpp:105: DB::(anonymous namespace)::TableFunctionNumbers::evaluateArgument(std::shared_ptr, std::shared_ptr&) const @ 0x00000000273b0d8d 5. ./build_docker/./src/TableFunctions/TableFunctionNumbers.cpp:80: DB::(anonymous namespace)::TableFunctionNumbers::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000273ae66f 6. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 7. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:56:14.127163 [ 71987 ] {a60edab2-32ab-438d-a2ef-0362cd76bd87} executeQuery: Code: 43. DB::Exception: The value inf is not representable as UInt64. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:49276) (comment: 01702_system_numbers_scientific_notation.sql) (in query: select * from numbers_mt(inf) format Null;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionNumbers.cpp:109: DB::(anonymous namespace)::TableFunctionNumbers::evaluateArgument(std::shared_ptr, std::shared_ptr&) const @ 0x00000000273b0c93 5. ./build_docker/./src/TableFunctions/TableFunctionNumbers.cpp:80: DB::(anonymous namespace)::TableFunctionNumbers::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000273ae66f 6. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 7. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:56:14.132593 [ 71987 ] {} TCPHandler: Code: 43. DB::Exception: The value inf is not representable as UInt64. (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionNumbers.cpp:109: DB::(anonymous namespace)::TableFunctionNumbers::evaluateArgument(std::shared_ptr, std::shared_ptr&) const @ 0x00000000273b0c93 5. ./build_docker/./src/TableFunctions/TableFunctionNumbers.cpp:80: DB::(anonymous namespace)::TableFunctionNumbers::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000273ae66f 6. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 7. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:56:14.155407 [ 71987 ] {a9e1b86a-68eb-4b85-8739-6908f5f441e7} executeQuery: Code: 43. DB::Exception: The value nan is not representable as UInt64. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:49276) (comment: 01702_system_numbers_scientific_notation.sql) (in query: select * from numbers_mt(nan) format Null;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionNumbers.cpp:109: DB::(anonymous namespace)::TableFunctionNumbers::evaluateArgument(std::shared_ptr, std::shared_ptr&) const @ 0x00000000273b0c93 5. ./build_docker/./src/TableFunctions/TableFunctionNumbers.cpp:80: DB::(anonymous namespace)::TableFunctionNumbers::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000273ae66f 6. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 7. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:56:14.161019 [ 71987 ] {} TCPHandler: Code: 43. DB::Exception: The value nan is not representable as UInt64. (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionNumbers.cpp:109: DB::(anonymous namespace)::TableFunctionNumbers::evaluateArgument(std::shared_ptr, std::shared_ptr&) const @ 0x00000000273b0c93 5. ./build_docker/./src/TableFunctions/TableFunctionNumbers.cpp:80: DB::(anonymous namespace)::TableFunctionNumbers::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000273ae66f 6. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 7. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:56:15.070260 [ 71984 ] {7836f546-efda-47b9-8ffc-103ac4209ddd} executeQuery: Code: 36. DB::Exception: The source storage is replicated so ALTER UPDATE/ALTER DELETE statements must use only deterministic functions. Function 'filesystemCapacity' is non-deterministic. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:49178) (comment: 02842_mutations_replace_non_deterministic.sql) (in query: ALTER TABLE t_mutations_nondeterministic UPDATE v = filesystemCapacity(materialize('default')) WHERE 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:1377: DB::MutationsInterpreter::validate() @ 0x00000000388fe039 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:238: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751960 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:56:15.077327 [ 71984 ] {} TCPHandler: Code: 36. DB::Exception: The source storage is replicated so ALTER UPDATE/ALTER DELETE statements must use only deterministic functions. Function 'filesystemCapacity' is non-deterministic. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:1377: DB::MutationsInterpreter::validate() @ 0x00000000388fe039 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:238: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751960 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:56:16.222624 [ 735 ] {} DNSResolver: Cannot resolve host (), error 0: No address found. 2025.03.31 17:56:20.422217 [ 71979 ] {19633629-3ed4-4a6c-bd97-05d1fa8b6f8d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `BIT_AND` in scope SELECT BIT_AND. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT BIT_AND;) 2025.03.31 17:56:20.429431 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `BIT_AND` in scope SELECT BIT_AND. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:20.644968 [ 71979 ] {779334a9-1684-4cf1-9642-597d00d4d7f1} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `BIT_OR` in scope SELECT BIT_OR. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT BIT_OR;) 2025.03.31 17:56:20.653205 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `BIT_OR` in scope SELECT BIT_OR. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:20.679385 [ 71979 ] {14e100e1-e4f7-4a8e-97fd-232006559be4} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `BIT_XOR` in scope SELECT BIT_XOR. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT BIT_XOR;) 2025.03.31 17:56:20.686626 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `BIT_XOR` in scope SELECT BIT_XOR. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:20.711736 [ 71979 ] {2f48a9ed-cae9-407a-b520-2c057c9bac1c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `BLAKE3` in scope SELECT BLAKE3. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT BLAKE3;) 2025.03.31 17:56:20.720504 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `BLAKE3` in scope SELECT BLAKE3. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:20.744807 [ 71979 ] {35ab9bf7-4ef4-4e89-ad9f-76fa6d038af3} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `CAST` in scope SELECT CAST. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT CAST;) 2025.03.31 17:56:20.754293 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `CAST` in scope SELECT CAST. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:20.777541 [ 71979 ] {0acc422f-3f65-4bb0-99a1-cd2f8b272279} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `CHARACTER_LENGTH` in scope SELECT CHARACTER_LENGTH. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT CHARACTER_LENGTH;) 2025.03.31 17:56:20.790141 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `CHARACTER_LENGTH` in scope SELECT CHARACTER_LENGTH. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:20.811678 [ 71979 ] {1dea1447-1cea-4cee-a514-9de433d49baf} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `CHAR_LENGTH` in scope SELECT CHAR_LENGTH. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT CHAR_LENGTH;) 2025.03.31 17:56:20.824100 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `CHAR_LENGTH` in scope SELECT CHAR_LENGTH. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:20.847563 [ 71979 ] {c63a3901-71b5-427c-a800-fa1186b26e8f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `COVAR_POP` in scope SELECT COVAR_POP. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT COVAR_POP;) 2025.03.31 17:56:20.857217 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `COVAR_POP` in scope SELECT COVAR_POP. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:20.877572 [ 71979 ] {59c8a68a-d1e1-4cfb-8acb-e20d2081ace9} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `COVAR_SAMP` in scope SELECT COVAR_SAMP. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT COVAR_SAMP;) 2025.03.31 17:56:20.887033 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `COVAR_SAMP` in scope SELECT COVAR_SAMP. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:20.910255 [ 71979 ] {fe2e9a29-a982-4fd7-aac6-58d415b4cefd} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `CRC32` in scope SELECT CRC32. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT CRC32;) 2025.03.31 17:56:20.917089 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `CRC32` in scope SELECT CRC32. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:20.947153 [ 71979 ] {c39142f1-7027-476d-bc69-55f61d768214} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `CRC32IEEE` in scope SELECT CRC32IEEE. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT CRC32IEEE;) 2025.03.31 17:56:20.956645 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `CRC32IEEE` in scope SELECT CRC32IEEE. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:20.978423 [ 71979 ] {ad8abf8c-7b5c-4e68-bf8d-662cbf0de7af} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `CRC64` in scope SELECT CRC64. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT CRC64;) 2025.03.31 17:56:20.986431 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `CRC64` in scope SELECT CRC64. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:21.009767 [ 71979 ] {25ee7cda-abb5-41a8-a1d5-320e5a157cdb} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `DATABASE` in scope SELECT DATABASE. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT DATABASE;) 2025.03.31 17:56:21.016719 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `DATABASE` in scope SELECT DATABASE. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:21.040973 [ 71979 ] {45c5ed7d-82d5-4bca-8ffb-24f5559eb74a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `DATE` in scope SELECT DATE. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT DATE;) 2025.03.31 17:56:21.050907 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `DATE` in scope SELECT DATE. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:21.073550 [ 71979 ] {095e1187-eea7-4462-90c1-5a7e3453fa51} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `DATE_DIFF` in scope SELECT DATE_DIFF. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT DATE_DIFF;) 2025.03.31 17:56:21.084137 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `DATE_DIFF` in scope SELECT DATE_DIFF. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:21.106108 [ 71979 ] {386c0ec3-9a63-43fc-9947-bef5da2b0104} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `DATE_FORMAT` in scope SELECT DATE_FORMAT. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT DATE_FORMAT;) 2025.03.31 17:56:21.113861 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `DATE_FORMAT` in scope SELECT DATE_FORMAT. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:21.136826 [ 71979 ] {067b81f9-7255-4bfc-9d5d-cb2d0de79785} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `DATE_TRUNC` in scope SELECT DATE_TRUNC. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT DATE_TRUNC;) 2025.03.31 17:56:21.145771 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `DATE_TRUNC` in scope SELECT DATE_TRUNC. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:21.169159 [ 71979 ] {901a173e-a985-4576-9278-b23b58a027b6} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `DAY` in scope SELECT DAY. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT DAY;) 2025.03.31 17:56:21.179170 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `DAY` in scope SELECT DAY. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:21.201424 [ 71979 ] {9288f3a0-1de4-42ba-a1e8-68f9a01d0c91} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `DAYOFMONTH` in scope SELECT DAYOFMONTH. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT DAYOFMONTH;) 2025.03.31 17:56:21.211149 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `DAYOFMONTH` in scope SELECT DAYOFMONTH. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:21.236050 [ 71979 ] {8741b4a7-ae53-4302-9ec3-c66eb0b1dfa3} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `DAYOFWEEK` in scope SELECT DAYOFWEEK. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT DAYOFWEEK;) 2025.03.31 17:56:21.244606 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `DAYOFWEEK` in scope SELECT DAYOFWEEK. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:21.266530 [ 71979 ] {dfadb9d6-2756-44fe-9371-3aef6920e3d6} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `DAYOFYEAR` in scope SELECT DAYOFYEAR. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT DAYOFYEAR;) 2025.03.31 17:56:21.281948 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `DAYOFYEAR` in scope SELECT DAYOFYEAR. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:21.306339 [ 71979 ] {c8656be0-fbdf-45ec-82fa-e3acb7941498} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `FORMAT_BYTES` in scope SELECT FORMAT_BYTES. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT FORMAT_BYTES;) 2025.03.31 17:56:21.314485 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `FORMAT_BYTES` in scope SELECT FORMAT_BYTES. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:21.338154 [ 71979 ] {d7d0a5d4-0ab4-4b30-8a93-a73e2aaa13a8} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `FQDN` in scope SELECT FQDN. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT FQDN;) 2025.03.31 17:56:21.347551 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `FQDN` in scope SELECT FQDN. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:21.369409 [ 71979 ] {0299260c-15b0-4a24-8437-ef6f8e158692} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `FROM_BASE64` in scope SELECT FROM_BASE64. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT FROM_BASE64;) 2025.03.31 17:56:21.378120 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `FROM_BASE64` in scope SELECT FROM_BASE64. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:21.401084 [ 71979 ] {a0f8706d-d943-415d-a5f0-d7c17d10e6c8} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `FROM_DAYS` in scope SELECT FROM_DAYS. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT FROM_DAYS;) 2025.03.31 17:56:21.410074 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `FROM_DAYS` in scope SELECT FROM_DAYS. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:21.434179 [ 71979 ] {9be416ba-c903-4017-88e2-e3cbe14e1f2d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `FROM_UNIXTIME` in scope SELECT FROM_UNIXTIME. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT FROM_UNIXTIME;) 2025.03.31 17:56:21.446582 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `FROM_UNIXTIME` in scope SELECT FROM_UNIXTIME. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:21.505496 [ 71979 ] {2980ff51-21b7-4a2c-bd80-440f37c79c16} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `HOUR` in scope SELECT HOUR. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT HOUR;) 2025.03.31 17:56:21.515371 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `HOUR` in scope SELECT HOUR. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:21.553484 [ 71979 ] {7ce5e624-b748-4221-955c-a60529b2a453} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `INET6_ATON` in scope SELECT INET6_ATON. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT INET6_ATON;) 2025.03.31 17:56:21.566881 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `INET6_ATON` in scope SELECT INET6_ATON. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:21.590756 [ 71979 ] {87486299-5980-45e1-8c6b-aee2a405646d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `INET6_NTOA` in scope SELECT INET6_NTOA. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT INET6_NTOA;) 2025.03.31 17:56:21.602679 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `INET6_NTOA` in scope SELECT INET6_NTOA. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:21.624910 [ 71979 ] {7fda99e7-940e-417e-b9a6-cc293f1db25a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `INET_ATON` in scope SELECT INET_ATON. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT INET_ATON;) 2025.03.31 17:56:21.642382 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `INET_ATON` in scope SELECT INET_ATON. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:21.664155 [ 71979 ] {dda53015-7727-4205-8b19-7619be9dac09} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `INET_NTOA` in scope SELECT INET_NTOA. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT INET_NTOA;) 2025.03.31 17:56:21.672074 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `INET_NTOA` in scope SELECT INET_NTOA. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:21.696699 [ 71979 ] {46c14036-ec5d-4de7-89d4-127e17b256b5} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `IPv4CIDRToRange` in scope SELECT IPv4CIDRToRange. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT IPv4CIDRToRange;) 2025.03.31 17:56:21.703850 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `IPv4CIDRToRange` in scope SELECT IPv4CIDRToRange. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:21.730367 [ 71979 ] {3403a857-7028-4759-ac54-55529b87efe8} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `IPv4NumToString` in scope SELECT IPv4NumToString. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT IPv4NumToString;) 2025.03.31 17:56:21.747482 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `IPv4NumToString` in scope SELECT IPv4NumToString. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:21.778655 [ 71979 ] {06d505c7-6db5-48ce-893f-5edfcdc0dc73} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `IPv4NumToStringClassC` in scope SELECT IPv4NumToStringClassC. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT IPv4NumToStringClassC;) 2025.03.31 17:56:21.787399 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `IPv4NumToStringClassC` in scope SELECT IPv4NumToStringClassC. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:21.812623 [ 71979 ] {0fb4572a-8243-4003-bc60-ccd1cd3b3fbb} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `IPv4StringToNum` in scope SELECT IPv4StringToNum. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT IPv4StringToNum;) 2025.03.31 17:56:21.823724 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `IPv4StringToNum` in scope SELECT IPv4StringToNum. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:21.848476 [ 71979 ] {5116bc23-c7a5-44ba-806f-7c7b0dd8dbd5} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `IPv4StringToNumOrDefault` in scope SELECT IPv4StringToNumOrDefault. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT IPv4StringToNumOrDefault;) 2025.03.31 17:56:21.860882 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `IPv4StringToNumOrDefault` in scope SELECT IPv4StringToNumOrDefault. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:21.882350 [ 71979 ] {180dcbb1-485a-4ff8-97c7-336660d5bfed} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `IPv4StringToNumOrNull` in scope SELECT IPv4StringToNumOrNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT IPv4StringToNumOrNull;) 2025.03.31 17:56:21.889061 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `IPv4StringToNumOrNull` in scope SELECT IPv4StringToNumOrNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:21.911868 [ 71979 ] {bed959d5-b347-4e78-a9fa-666305b75228} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `IPv4ToIPv6` in scope SELECT IPv4ToIPv6. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT IPv4ToIPv6;) 2025.03.31 17:56:21.920766 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `IPv4ToIPv6` in scope SELECT IPv4ToIPv6. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:21.942032 [ 71979 ] {e9e10526-4d9d-4d17-8ede-364605c9f16f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `IPv6CIDRToRange` in scope SELECT IPv6CIDRToRange. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT IPv6CIDRToRange;) 2025.03.31 17:56:21.954329 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `IPv6CIDRToRange` in scope SELECT IPv6CIDRToRange. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:21.974857 [ 71979 ] {03483ebe-f4c9-4b6c-8ba5-650e94a9d703} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `IPv6NumToString` in scope SELECT IPv6NumToString. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT IPv6NumToString;) 2025.03.31 17:56:21.982798 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `IPv6NumToString` in scope SELECT IPv6NumToString. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:22.006162 [ 71979 ] {7c76d4a3-528f-4238-b13c-e8f78a979ce9} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `IPv6StringToNum` in scope SELECT IPv6StringToNum. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT IPv6StringToNum;) 2025.03.31 17:56:22.012795 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `IPv6StringToNum` in scope SELECT IPv6StringToNum. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:22.035791 [ 71979 ] {1e9bf695-c5d4-42fd-956d-e9d9a55192be} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `IPv6StringToNumOrDefault` in scope SELECT IPv6StringToNumOrDefault. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT IPv6StringToNumOrDefault;) 2025.03.31 17:56:22.041994 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `IPv6StringToNumOrDefault` in scope SELECT IPv6StringToNumOrDefault. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:22.064410 [ 71979 ] {ca783c52-3784-4dd0-a283-97d7b5e04273} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `IPv6StringToNumOrNull` in scope SELECT IPv6StringToNumOrNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT IPv6StringToNumOrNull;) 2025.03.31 17:56:22.070652 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `IPv6StringToNumOrNull` in scope SELECT IPv6StringToNumOrNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:22.101519 [ 71979 ] {7acabb64-51e8-46b7-a3ba-fb5361293333} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `JSONAllPaths` in scope SELECT JSONAllPaths. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT JSONAllPaths;) 2025.03.31 17:56:22.109348 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `JSONAllPaths` in scope SELECT JSONAllPaths. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:22.139934 [ 71979 ] {cb3f9aa7-b5e4-4cc4-b500-71508813d160} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `JSONAllPathsWithTypes` in scope SELECT JSONAllPathsWithTypes. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT JSONAllPathsWithTypes;) 2025.03.31 17:56:22.149708 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `JSONAllPathsWithTypes` in scope SELECT JSONAllPathsWithTypes. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:22.168394 [ 71979 ] {ea873ca3-cf9c-498f-81cb-1792b9d67545} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `JSONArrayLength` in scope SELECT JSONArrayLength. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT JSONArrayLength;) 2025.03.31 17:56:22.176168 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `JSONArrayLength` in scope SELECT JSONArrayLength. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:22.198011 [ 71979 ] {701ff74d-2f0e-4a5f-b25f-adff923d778e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `JSONDynamicPaths` in scope SELECT JSONDynamicPaths. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT JSONDynamicPaths;) 2025.03.31 17:56:22.209953 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `JSONDynamicPaths` in scope SELECT JSONDynamicPaths. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:22.231066 [ 71979 ] {ce17fd04-cc73-439d-86be-c83fc008ee11} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `JSONDynamicPathsWithTypes` in scope SELECT JSONDynamicPathsWithTypes. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT JSONDynamicPathsWithTypes;) 2025.03.31 17:56:22.240462 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `JSONDynamicPathsWithTypes` in scope SELECT JSONDynamicPathsWithTypes. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:22.263818 [ 71979 ] {043839a2-bddf-4bae-857c-faf981e1b40e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `JSONExtract` in scope SELECT JSONExtract. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT JSONExtract;) 2025.03.31 17:56:22.273347 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `JSONExtract` in scope SELECT JSONExtract. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:22.299517 [ 71979 ] {e4015ce3-cc3e-4953-a123-cb4263d5b505} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `JSONExtractArrayRaw` in scope SELECT JSONExtractArrayRaw. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT JSONExtractArrayRaw;) 2025.03.31 17:56:22.310677 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `JSONExtractArrayRaw` in scope SELECT JSONExtractArrayRaw. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:22.333713 [ 71979 ] {a2c7cae7-8b20-4fc2-8fda-d26030560819} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `JSONExtractBool` in scope SELECT JSONExtractBool. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT JSONExtractBool;) 2025.03.31 17:56:22.341533 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `JSONExtractBool` in scope SELECT JSONExtractBool. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:22.368404 [ 71979 ] {c3711295-4e86-41fa-a764-72d67472941d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `JSONExtractFloat` in scope SELECT JSONExtractFloat. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT JSONExtractFloat;) 2025.03.31 17:56:22.377952 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `JSONExtractFloat` in scope SELECT JSONExtractFloat. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:22.401795 [ 71979 ] {9618255e-0b43-4ed0-8af9-00fac6b795ae} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `JSONExtractInt` in scope SELECT JSONExtractInt. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT JSONExtractInt;) 2025.03.31 17:56:22.412861 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `JSONExtractInt` in scope SELECT JSONExtractInt. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:22.436719 [ 71979 ] {0d891e61-4164-4d7c-9dfd-05da192a8332} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `JSONExtractKeys` in scope SELECT JSONExtractKeys. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT JSONExtractKeys;) 2025.03.31 17:56:22.444612 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `JSONExtractKeys` in scope SELECT JSONExtractKeys. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:22.469266 [ 71979 ] {831ca50a-ac55-4c9b-90dc-644efeb13a8e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `JSONExtractKeysAndValues` in scope SELECT JSONExtractKeysAndValues. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT JSONExtractKeysAndValues;) 2025.03.31 17:56:22.476589 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `JSONExtractKeysAndValues` in scope SELECT JSONExtractKeysAndValues. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:22.502567 [ 71979 ] {74564a39-93f8-41ca-99de-25711c759275} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `JSONExtractKeysAndValuesRaw` in scope SELECT JSONExtractKeysAndValuesRaw. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT JSONExtractKeysAndValuesRaw;) 2025.03.31 17:56:22.514380 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `JSONExtractKeysAndValuesRaw` in scope SELECT JSONExtractKeysAndValuesRaw. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:22.539037 [ 71979 ] {0fb21e6a-04ea-430c-9979-30b68fcb2293} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `JSONExtractRaw` in scope SELECT JSONExtractRaw. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT JSONExtractRaw;) 2025.03.31 17:56:22.548611 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `JSONExtractRaw` in scope SELECT JSONExtractRaw. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:22.573956 [ 71979 ] {fed6daa5-b713-4767-99b8-63baf927ea69} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `JSONExtractString` in scope SELECT JSONExtractString. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT JSONExtractString;) 2025.03.31 17:56:22.586214 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `JSONExtractString` in scope SELECT JSONExtractString. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:22.607382 [ 71979 ] {e8421735-cb39-4ea2-b1c9-b680f89168a9} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `JSONExtractUInt` in scope SELECT JSONExtractUInt. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT JSONExtractUInt;) 2025.03.31 17:56:22.614166 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `JSONExtractUInt` in scope SELECT JSONExtractUInt. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:22.638522 [ 71979 ] {654847a2-8d8b-4c12-9331-3f3615f8f06c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `JSONHas` in scope SELECT JSONHas. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT JSONHas;) 2025.03.31 17:56:22.645865 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `JSONHas` in scope SELECT JSONHas. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:22.668687 [ 71979 ] {6f1ecdd0-2eb5-4aba-bb9a-c12429f92075} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `JSONKey` in scope SELECT JSONKey. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT JSONKey;) 2025.03.31 17:56:22.676144 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `JSONKey` in scope SELECT JSONKey. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:22.699700 [ 71979 ] {77229374-62d2-483c-8a2e-cff3c5e716a9} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `JSONLength` in scope SELECT JSONLength. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT JSONLength;) 2025.03.31 17:56:22.713592 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `JSONLength` in scope SELECT JSONLength. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:22.739159 [ 71979 ] {60ace0e6-064a-462c-b733-42c616af0c34} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `JSONMergePatch` in scope SELECT JSONMergePatch. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT JSONMergePatch;) 2025.03.31 17:56:22.746664 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `JSONMergePatch` in scope SELECT JSONMergePatch. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:22.770517 [ 71979 ] {5ae4edd8-3ceb-4e15-b668-375e03ea6600} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `JSONSharedDataPaths` in scope SELECT JSONSharedDataPaths. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT JSONSharedDataPaths;) 2025.03.31 17:56:22.778200 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `JSONSharedDataPaths` in scope SELECT JSONSharedDataPaths. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:22.801643 [ 71979 ] {e81f0287-3a33-499f-ade2-0bdd114d2fb1} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `JSONSharedDataPathsWithTypes` in scope SELECT JSONSharedDataPathsWithTypes. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT JSONSharedDataPathsWithTypes;) 2025.03.31 17:56:22.808323 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `JSONSharedDataPathsWithTypes` in scope SELECT JSONSharedDataPathsWithTypes. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:22.833226 [ 71979 ] {e6fd483d-0833-4996-96f7-855d477ff705} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `JSONType` in scope SELECT JSONType. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT JSONType;) 2025.03.31 17:56:22.840752 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `JSONType` in scope SELECT JSONType. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:22.866294 [ 71979 ] {b305a512-075d-4bd4-a9de-9558f15f4ea6} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `JSON_ARRAY_LENGTH` in scope SELECT JSON_ARRAY_LENGTH. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT JSON_ARRAY_LENGTH;) 2025.03.31 17:56:22.873463 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `JSON_ARRAY_LENGTH` in scope SELECT JSON_ARRAY_LENGTH. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:22.899347 [ 71979 ] {11db4d68-58f6-4234-ab03-b2f63796664e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `JSON_EXISTS` in scope SELECT JSON_EXISTS. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT JSON_EXISTS;) 2025.03.31 17:56:22.906128 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `JSON_EXISTS` in scope SELECT JSON_EXISTS. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:22.932556 [ 71979 ] {39dec1cd-c9e4-41d5-9b8f-c562c0e1d4af} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `JSON_QUERY` in scope SELECT JSON_QUERY. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT JSON_QUERY;) 2025.03.31 17:56:22.939584 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `JSON_QUERY` in scope SELECT JSON_QUERY. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:22.966772 [ 71979 ] {2cac3f2c-36b6-41c7-bdd3-82312be83731} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `JSON_VALUE` in scope SELECT JSON_VALUE. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT JSON_VALUE;) 2025.03.31 17:56:22.973723 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `JSON_VALUE` in scope SELECT JSON_VALUE. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:22.998440 [ 71979 ] {e9092fc8-0e4a-40d1-91f5-00eed4fe7d16} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `L1Distance` in scope SELECT L1Distance. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT L1Distance;) 2025.03.31 17:56:23.005407 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `L1Distance` in scope SELECT L1Distance. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:23.028694 [ 71979 ] {784feee4-deaf-4b69-9c1e-7874a86a11ab} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `L1Norm` in scope SELECT L1Norm. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT L1Norm;) 2025.03.31 17:56:23.034877 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `L1Norm` in scope SELECT L1Norm. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:23.057155 [ 71979 ] {f4502280-d8fd-4dd4-afa0-971d637dc5e7} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `L1Normalize` in scope SELECT L1Normalize. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT L1Normalize;) 2025.03.31 17:56:23.063002 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `L1Normalize` in scope SELECT L1Normalize. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:23.085386 [ 71979 ] {8d4a8008-1388-4758-99ef-8c8289bf75bb} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `L2Distance` in scope SELECT L2Distance. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT L2Distance;) 2025.03.31 17:56:23.091188 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `L2Distance` in scope SELECT L2Distance. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:23.112925 [ 71979 ] {91c2c8e0-e5b9-47a6-94d8-325c5accdcca} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `L2Norm` in scope SELECT L2Norm. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT L2Norm;) 2025.03.31 17:56:23.118509 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `L2Norm` in scope SELECT L2Norm. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:23.139718 [ 71979 ] {9ddb94c5-75fc-48ac-960f-f4ed412a6bc9} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `L2Normalize` in scope SELECT L2Normalize. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT L2Normalize;) 2025.03.31 17:56:23.145180 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `L2Normalize` in scope SELECT L2Normalize. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:23.166659 [ 71979 ] {dd7087cb-44d3-44fb-8dc3-94788dd666e6} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `L2SquaredDistance` in scope SELECT L2SquaredDistance. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT L2SquaredDistance;) 2025.03.31 17:56:23.172309 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `L2SquaredDistance` in scope SELECT L2SquaredDistance. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:23.195357 [ 71979 ] {6db0914d-d6dc-4bf3-abec-d8360d2a0872} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `L2SquaredNorm` in scope SELECT L2SquaredNorm. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT L2SquaredNorm;) 2025.03.31 17:56:23.201268 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `L2SquaredNorm` in scope SELECT L2SquaredNorm. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:23.224778 [ 71979 ] {55072f13-d7e0-46c6-8621-c4ab64c1e17d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `LAST_DAY` in scope SELECT LAST_DAY. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT LAST_DAY;) 2025.03.31 17:56:23.234117 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `LAST_DAY` in scope SELECT LAST_DAY. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:23.256072 [ 71979 ] {139c9e70-a17f-4f0c-ab36-12df6f923704} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `LinfDistance` in scope SELECT LinfDistance. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT LinfDistance;) 2025.03.31 17:56:23.265687 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `LinfDistance` in scope SELECT LinfDistance. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:23.288305 [ 71979 ] {8a852bb1-4502-4f62-b241-b30bb281cb9f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `LinfNorm` in scope SELECT LinfNorm. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT LinfNorm;) 2025.03.31 17:56:23.295686 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `LinfNorm` in scope SELECT LinfNorm. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:23.321115 [ 71979 ] {2d9438b1-b1e5-4ebf-9b2a-090bd81f071f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `LinfNormalize` in scope SELECT LinfNormalize. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT LinfNormalize;) 2025.03.31 17:56:23.329349 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `LinfNormalize` in scope SELECT LinfNormalize. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:23.352793 [ 71979 ] {9c51631b-26a3-43f7-84b7-852dfb969079} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `LpDistance` in scope SELECT LpDistance. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT LpDistance;) 2025.03.31 17:56:23.361321 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `LpDistance` in scope SELECT LpDistance. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:23.383791 [ 71979 ] {bb36855c-fddb-4f12-9eac-13e6beeb49c4} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `LpNorm` in scope SELECT LpNorm. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT LpNorm;) 2025.03.31 17:56:23.389417 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `LpNorm` in scope SELECT LpNorm. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:23.412202 [ 71979 ] {fbcf474b-0808-4be0-b01e-5a78a41bb7f8} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `LpNormalize` in scope SELECT LpNormalize. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT LpNormalize;) 2025.03.31 17:56:23.417421 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `LpNormalize` in scope SELECT LpNormalize. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:23.443396 [ 71979 ] {77d38c11-d9f0-45ca-8d76-be72e705d671} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `MACNumToString` in scope SELECT MACNumToString. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT MACNumToString;) 2025.03.31 17:56:23.450815 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `MACNumToString` in scope SELECT MACNumToString. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:23.474865 [ 71979 ] {aa80754c-363d-4ee8-b553-e5730d1e8ace} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `MACStringToNum` in scope SELECT MACStringToNum. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT MACStringToNum;) 2025.03.31 17:56:23.485670 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `MACStringToNum` in scope SELECT MACStringToNum. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:23.508929 [ 71979 ] {f6d96444-6665-478c-ac28-afd5b9bba193} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `MACStringToOUI` in scope SELECT MACStringToOUI. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT MACStringToOUI;) 2025.03.31 17:56:23.517113 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `MACStringToOUI` in scope SELECT MACStringToOUI. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:23.541852 [ 71979 ] {e3df1427-941c-4991-a29f-6f5287d5aa0d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `MAP_FROM_ARRAYS` in scope SELECT MAP_FROM_ARRAYS. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT MAP_FROM_ARRAYS;) 2025.03.31 17:56:23.549175 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `MAP_FROM_ARRAYS` in scope SELECT MAP_FROM_ARRAYS. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:23.577481 [ 71979 ] {7e56e963-7d6a-4370-88b2-41f3b1137bb2} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `MD4` in scope SELECT MD4. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT MD4;) 2025.03.31 17:56:23.583980 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `MD4` in scope SELECT MD4. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:23.607686 [ 71979 ] {c26745fc-d365-4429-9833-4d352b6dcdc8} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `MD5` in scope SELECT MD5. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT MD5;) 2025.03.31 17:56:23.613903 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `MD5` in scope SELECT MD5. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:23.638020 [ 71979 ] {5d34077e-f8ff-44f5-b5f4-53a8bf9a8eef} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `MILLISECOND` in scope SELECT MILLISECOND. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT MILLISECOND;) 2025.03.31 17:56:23.645333 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `MILLISECOND` in scope SELECT MILLISECOND. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:23.666440 [ 71979 ] {3638aa86-f32c-4811-9c3f-7c078095cacb} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `MINUTE` in scope SELECT MINUTE. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT MINUTE;) 2025.03.31 17:56:23.674199 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `MINUTE` in scope SELECT MINUTE. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:23.701353 [ 71979 ] {061d38f9-d2c0-4cf9-861e-b8f3948a4b47} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `MONTH` in scope SELECT MONTH. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT MONTH;) 2025.03.31 17:56:23.711358 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `MONTH` in scope SELECT MONTH. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:23.732712 [ 71979 ] {80794ce5-e7a5-4a33-ab6b-c7e6046e88b6} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `OCTET_LENGTH` in scope SELECT OCTET_LENGTH. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT OCTET_LENGTH;) 2025.03.31 17:56:23.740088 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `OCTET_LENGTH` in scope SELECT OCTET_LENGTH. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:23.764694 [ 71979 ] {2de50923-1d76-4a03-a032-bb81977bb346} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `QUARTER` in scope SELECT QUARTER. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT QUARTER;) 2025.03.31 17:56:23.771804 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `QUARTER` in scope SELECT QUARTER. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:23.796832 [ 71979 ] {1d256e50-b3f9-4252-8ae0-9f83aed8526d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `REGEXP_EXTRACT` in scope SELECT REGEXP_EXTRACT. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT REGEXP_EXTRACT;) 2025.03.31 17:56:23.804507 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `REGEXP_EXTRACT` in scope SELECT REGEXP_EXTRACT. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:23.826879 [ 71979 ] {26ae88d4-c01e-4c22-9fe5-66f433a741c0} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `REGEXP_MATCHES` in scope SELECT REGEXP_MATCHES. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT REGEXP_MATCHES;) 2025.03.31 17:56:23.833591 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `REGEXP_MATCHES` in scope SELECT REGEXP_MATCHES. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:23.859439 [ 71979 ] {6d443c85-79a0-4eb9-85c7-8d0e3a92c1b4} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `REGEXP_REPLACE` in scope SELECT REGEXP_REPLACE. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT REGEXP_REPLACE;) 2025.03.31 17:56:23.868377 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `REGEXP_REPLACE` in scope SELECT REGEXP_REPLACE. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:23.890829 [ 71979 ] {f094e604-4ac3-405e-9ee9-5f90e692f85f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `RIPEMD160` in scope SELECT RIPEMD160. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT RIPEMD160;) 2025.03.31 17:56:23.898357 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `RIPEMD160` in scope SELECT RIPEMD160. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:23.922634 [ 71979 ] {38dfb250-a2fd-4d53-b821-15e75da3148c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `SCHEMA` in scope SELECT SCHEMA. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT SCHEMA;) 2025.03.31 17:56:23.929675 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `SCHEMA` in scope SELECT SCHEMA. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:23.953878 [ 71979 ] {6222c905-897b-4851-a78b-16ec8b39ae5e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `SECOND` in scope SELECT SECOND. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT SECOND;) 2025.03.31 17:56:23.960590 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `SECOND` in scope SELECT SECOND. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:23.989013 [ 71979 ] {6e280e8f-c284-442c-a3d9-5788ae5f210d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `SHA1` in scope SELECT SHA1. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT SHA1;) 2025.03.31 17:56:23.996441 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `SHA1` in scope SELECT SHA1. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:24.023775 [ 1417 ] {46e5b9c5-072d-4457-8968-f3766b8a1ad2} DynamicQueryHandler: Code: 33. DB::Exception: Unexpected EOF, got 9502720 of 78889100 bytes. (CANNOT_READ_ALL_DATA), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long const&) @ 0x000000000afed8ed 4. ./build_docker/./src/IO/LimitReadBuffer.cpp:39: DB::LimitReadBuffer::nextImpl() @ 0x0000000020e94612 5. DB::ReadBuffer::next() @ 0x0000000008c432cf 6. ./build_docker/./src/IO/PeekableReadBuffer.cpp:94: DB::PeekableReadBuffer::peekNext() @ 0x000000002089b695 7. ./build_docker/./src/IO/PeekableReadBuffer.cpp:171: DB::PeekableReadBuffer::nextImpl() @ 0x000000002089dad1 8. ./src/IO/ReadBuffer.h:67: DB::HTMLForm::MultipartReadBuffer::readLine(bool) @ 0x000000003f49d946 9. ./build_docker/./src/Server/HTTP/HTMLForm.cpp:335: DB::HTMLForm::MultipartReadBuffer::nextImpl() @ 0x000000003f49ea13 10. ./src/IO/ReadBuffer.h:67: DB::readHeaders(Poco::Net::MessageHeader&, DB::ReadBuffer&, unsigned long, unsigned long, unsigned long) @ 0x000000003f4b19f7 11. ./build_docker/./src/Server/HTTP/HTMLForm.cpp:207: DB::HTMLForm::readMultipart(DB::ReadBuffer&, DB::HTMLForm::PartHandler&) @ 0x000000003f49a594 12. ./build_docker/./src/Server/HTTP/HTMLForm.cpp:110: DB::HTMLForm::load(Poco::Net::HTTPRequest const&, DB::ReadBuffer&, DB::HTMLForm::PartHandler&) @ 0x000000003f497641 13. ./build_docker/./src/Server/HTTPHandler.cpp:827: DB::DynamicQueryHandler::getQuery(DB::HTTPServerRequest&, DB::HTMLForm&, std::shared_ptr) @ 0x000000003f289c5b 14. ./build_docker/./src/Server/HTTPHandler.cpp:461: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f2739f8 15. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 16. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:56:24.023787 [ 71982 ] {2e1fb98f-0585-4a82-a4dc-e182be988c89} DynamicQueryHandler: Code: 33. DB::Exception: Unexpected EOF, got 8454144 of 78889100 bytes. (CANNOT_READ_ALL_DATA), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long const&) @ 0x000000000afed8ed 4. ./build_docker/./src/IO/LimitReadBuffer.cpp:39: DB::LimitReadBuffer::nextImpl() @ 0x0000000020e94612 5. DB::ReadBuffer::next() @ 0x0000000008c432cf 6. ./build_docker/./src/IO/PeekableReadBuffer.cpp:94: DB::PeekableReadBuffer::peekNext() @ 0x000000002089b695 7. ./build_docker/./src/IO/PeekableReadBuffer.cpp:171: DB::PeekableReadBuffer::nextImpl() @ 0x000000002089dad1 8. ./src/IO/ReadBuffer.h:67: DB::HTMLForm::MultipartReadBuffer::readLine(bool) @ 0x000000003f49d946 9. ./build_docker/./src/Server/HTTP/HTMLForm.cpp:335: DB::HTMLForm::MultipartReadBuffer::nextImpl() @ 0x000000003f49ea13 10. ./src/IO/ReadBuffer.h:67: DB::readHeaders(Poco::Net::MessageHeader&, DB::ReadBuffer&, unsigned long, unsigned long, unsigned long) @ 0x000000003f4b19f7 11. ./build_docker/./src/Server/HTTP/HTMLForm.cpp:207: DB::HTMLForm::readMultipart(DB::ReadBuffer&, DB::HTMLForm::PartHandler&) @ 0x000000003f49a594 12. ./build_docker/./src/Server/HTTP/HTMLForm.cpp:110: DB::HTMLForm::load(Poco::Net::HTTPRequest const&, DB::ReadBuffer&, DB::HTMLForm::PartHandler&) @ 0x000000003f497641 13. ./build_docker/./src/Server/HTTPHandler.cpp:827: DB::DynamicQueryHandler::getQuery(DB::HTTPServerRequest&, DB::HTMLForm&, std::shared_ptr) @ 0x000000003f289c5b 14. ./build_docker/./src/Server/HTTPHandler.cpp:461: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f2739f8 15. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 16. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:56:24.028999 [ 71979 ] {09095874-d40f-4d66-a624-44bb4a67ce64} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `SHA224` in scope SELECT SHA224. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT SHA224;) 2025.03.31 17:56:24.037158 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `SHA224` in scope SELECT SHA224. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:24.067603 [ 71979 ] {9eeab20a-05a3-4656-b18c-eecfdee42560} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `SHA256` in scope SELECT SHA256. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT SHA256;) 2025.03.31 17:56:24.074767 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `SHA256` in scope SELECT SHA256. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:24.103613 [ 71979 ] {6225ae01-8717-49f2-8e39-1133bf7b68e1} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `SHA384` in scope SELECT SHA384. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT SHA384;) 2025.03.31 17:56:24.112081 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `SHA384` in scope SELECT SHA384. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:24.139285 [ 71979 ] {b27e54ff-b887-4216-8015-6b7a8208ebb2} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `SHA512` in scope SELECT SHA512. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT SHA512;) 2025.03.31 17:56:24.149555 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `SHA512` in scope SELECT SHA512. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:24.171936 [ 71979 ] {bec64b54-9b19-45b7-8594-f5a3258b98ce} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `SHA512_256` in scope SELECT SHA512_256. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT SHA512_256;) 2025.03.31 17:56:24.181278 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `SHA512_256` in scope SELECT SHA512_256. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:24.204253 [ 71979 ] {aee3cda0-c314-440b-afc6-fb4b69640c71} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `STD` in scope SELECT STD. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT STD;) 2025.03.31 17:56:24.214477 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `STD` in scope SELECT STD. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:24.236128 [ 71979 ] {bd9f8c2c-b371-42e8-b409-effdc9945886} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `STDDEV_POP` in scope SELECT STDDEV_POP. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT STDDEV_POP;) 2025.03.31 17:56:24.244348 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `STDDEV_POP` in scope SELECT STDDEV_POP. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:24.267287 [ 71979 ] {bd45e8bc-02ba-45a5-89bc-67b01b03a165} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `STDDEV_SAMP` in scope SELECT STDDEV_SAMP. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT STDDEV_SAMP;) 2025.03.31 17:56:24.273943 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `STDDEV_SAMP` in scope SELECT STDDEV_SAMP. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:24.297532 [ 71979 ] {fa004e52-11f0-4586-b37a-d99269b7cdcf} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `SUBSTRING_INDEX` in scope SELECT SUBSTRING_INDEX. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT SUBSTRING_INDEX;) 2025.03.31 17:56:24.303989 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `SUBSTRING_INDEX` in scope SELECT SUBSTRING_INDEX. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:24.327435 [ 71979 ] {148df829-d69e-4913-a624-43106a7d5e51} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `SVG` in scope SELECT SVG. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT SVG;) 2025.03.31 17:56:24.334042 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `SVG` in scope SELECT SVG. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:24.356237 [ 71979 ] {b4ea3cb5-4aed-4c4e-aa60-e354df036078} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `TIMESTAMP_DIFF` in scope SELECT TIMESTAMP_DIFF. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT TIMESTAMP_DIFF;) 2025.03.31 17:56:24.362410 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `TIMESTAMP_DIFF` in scope SELECT TIMESTAMP_DIFF. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:24.370678 [ 71982 ] {2e1fb98f-0585-4a82-a4dc-e182be988c89} void DB::drainRequestIfNeeded(HTTPServerRequest &, HTTPServerResponse &): Cannot read remaining request body during exception handling. Set keep alive to false on the response.: Code: 33. DB::Exception: Unexpected EOF, got 9437184 of 78889100 bytes. (CANNOT_READ_ALL_DATA), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long const&) @ 0x000000000afed8ed 4. ./build_docker/./src/IO/LimitReadBuffer.cpp:39: DB::LimitReadBuffer::nextImpl() @ 0x0000000020e94612 5. DB::ReadBuffer::next() @ 0x0000000008c432cf 6. ./src/IO/ReadBuffer.h:103: DB::drainRequestIfNeeded(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x000000003f4cacbc 7. ./build_docker/./src/Server/HTTP/WriteBufferFromHTTPServerResponse.cpp:270: DB::WriteBufferFromHTTPServerResponse::cancelWithException(DB::HTTPServerRequest&, int, String const&, DB::WriteBuffer*) @ 0x000000003f4b856f 8. ./build_docker/./src/Server/HTTPHandler.cpp:652: DB::HTTPHandler::trySendExceptionToClient(int, String const&, DB::HTTPServerRequest&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&) @ 0x000000003f27c8cf 9. ./build_docker/./src/Server/HTTPHandler.cpp:769: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f28447b 10. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:56:24.370681 [ 1417 ] {46e5b9c5-072d-4457-8968-f3766b8a1ad2} void DB::drainRequestIfNeeded(HTTPServerRequest &, HTTPServerResponse &): Cannot read remaining request body during exception handling. Set keep alive to false on the response.: Code: 33. DB::Exception: Unexpected EOF, got 9830400 of 78889100 bytes. (CANNOT_READ_ALL_DATA), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long const&) @ 0x000000000afed8ed 4. ./build_docker/./src/IO/LimitReadBuffer.cpp:39: DB::LimitReadBuffer::nextImpl() @ 0x0000000020e94612 5. DB::ReadBuffer::next() @ 0x0000000008c432cf 6. ./src/IO/ReadBuffer.h:103: DB::drainRequestIfNeeded(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x000000003f4cacbc 7. ./build_docker/./src/Server/HTTP/WriteBufferFromHTTPServerResponse.cpp:270: DB::WriteBufferFromHTTPServerResponse::cancelWithException(DB::HTTPServerRequest&, int, String const&, DB::WriteBuffer*) @ 0x000000003f4b856f 8. ./build_docker/./src/Server/HTTPHandler.cpp:652: DB::HTTPHandler::trySendExceptionToClient(int, String const&, DB::HTTPServerRequest&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&) @ 0x000000003f27c8cf 9. ./build_docker/./src/Server/HTTPHandler.cpp:769: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f28447b 10. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:56:24.385667 [ 71979 ] {5328edff-843a-4e77-941e-c4ceff760ef4} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `TO_BASE64` in scope SELECT TO_BASE64. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT TO_BASE64;) 2025.03.31 17:56:24.393311 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `TO_BASE64` in scope SELECT TO_BASE64. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:24.416363 [ 71979 ] {20a5e5e0-6648-43fc-84db-5d28cbddd550} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `TO_DAYS` in scope SELECT TO_DAYS. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT TO_DAYS;) 2025.03.31 17:56:24.423141 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `TO_DAYS` in scope SELECT TO_DAYS. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:24.446793 [ 71979 ] {60c61141-336e-49a7-b649-35c29e1ec2e5} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `TO_UNIXTIME` in scope SELECT TO_UNIXTIME. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT TO_UNIXTIME;) 2025.03.31 17:56:24.453589 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `TO_UNIXTIME` in scope SELECT TO_UNIXTIME. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:24.478545 [ 71979 ] {93ae837f-45a3-45a9-b26d-abcfee90d4b4} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `ULIDStringToDateTime` in scope SELECT ULIDStringToDateTime. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT ULIDStringToDateTime;) 2025.03.31 17:56:24.486522 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `ULIDStringToDateTime` in scope SELECT ULIDStringToDateTime. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:24.510386 [ 71979 ] {291e2112-b923-4b3b-bc8b-791919e25701} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `URLHash` in scope SELECT URLHash. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT URLHash;) 2025.03.31 17:56:24.516964 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `URLHash` in scope SELECT URLHash. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:24.540459 [ 71979 ] {c8d96cb1-0628-499f-9933-04cae6b8fbe8} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `URLHierarchy` in scope SELECT URLHierarchy. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT URLHierarchy;) 2025.03.31 17:56:24.547307 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `URLHierarchy` in scope SELECT URLHierarchy. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:24.573337 [ 71979 ] {9603641c-93ad-4317-b37a-0056739927b9} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `URLPathHierarchy` in scope SELECT URLPathHierarchy. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT URLPathHierarchy;) 2025.03.31 17:56:24.580428 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `URLPathHierarchy` in scope SELECT URLPathHierarchy. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:24.605892 [ 71979 ] {305178bd-2109-4d64-96dd-a3eb02ac2c67} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `UTCTimestamp` in scope SELECT UTCTimestamp. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT UTCTimestamp;) 2025.03.31 17:56:24.612492 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `UTCTimestamp` in scope SELECT UTCTimestamp. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:24.636639 [ 71979 ] {7374506a-34da-47f5-9c7b-b45b9be74228} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `UTC_timestamp` in scope SELECT UTC_timestamp. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT UTC_timestamp;) 2025.03.31 17:56:24.643107 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `UTC_timestamp` in scope SELECT UTC_timestamp. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:24.664804 [ 71982 ] {2e1fb98f-0585-4a82-a4dc-e182be988c89} bool DB::WriteBufferFromHTTPServerResponse::cancelWithException(HTTPServerRequest &, int, const std::string &, WriteBuffer *): Failed to send exception to the response write buffer.: Code: 210. DB::NetException: I/O error: Broken pipe, while writing to socket ([::ffff:127.0.0.1]:8123 -> [::ffff:127.0.0.1]:49344). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/WriteBufferFromPocoSocket.cpp:116: DB::WriteBufferFromPocoSocket::socketSendBytes(char const*, unsigned long) @ 0x0000000020b789e9 4. ./build_docker/./src/Server/HTTP/WriteBufferFromHTTPServerResponse.cpp:69: DB::WriteBufferFromHTTPServerResponse::writeHeaderProgressImpl(char const*) @ 0x000000003f4b54a0 5. ./build_docker/./src/Server/HTTP/WriteBufferFromHTTPServerResponse.cpp:77: DB::WriteBufferFromHTTPServerResponse::finishSendHeaders() @ 0x000000003f4b5d55 6. ./build_docker/./src/Server/HTTP/WriteBufferFromHTTPServerResponse.cpp:212: DB::WriteBufferFromHTTPServerResponse::finalizeImpl() @ 0x000000003f4b7893 7. ./build_docker/./src/IO/WriteBuffer.cpp:55: DB::WriteBuffer::finalize() @ 0x00000000208a0656 8. ./build_docker/./src/Server/HTTP/WriteBufferFromHTTPServerResponse.cpp:282: DB::WriteBufferFromHTTPServerResponse::cancelWithException(DB::HTTPServerRequest&, int, String const&, DB::WriteBuffer*) @ 0x000000003f4b881f 9. ./build_docker/./src/Server/HTTPHandler.cpp:652: DB::HTTPHandler::trySendExceptionToClient(int, String const&, DB::HTTPServerRequest&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&) @ 0x000000003f27c8cf 10. ./build_docker/./src/Server/HTTPHandler.cpp:769: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f28447b 11. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:56:24.664948 [ 1417 ] {46e5b9c5-072d-4457-8968-f3766b8a1ad2} bool DB::WriteBufferFromHTTPServerResponse::cancelWithException(HTTPServerRequest &, int, const std::string &, WriteBuffer *): Failed to send exception to the response write buffer.: Code: 210. DB::NetException: I/O error: Broken pipe, while writing to socket ([::ffff:127.0.0.1]:8123 -> [::ffff:127.0.0.1]:49330). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/WriteBufferFromPocoSocket.cpp:116: DB::WriteBufferFromPocoSocket::socketSendBytes(char const*, unsigned long) @ 0x0000000020b789e9 4. ./build_docker/./src/Server/HTTP/WriteBufferFromHTTPServerResponse.cpp:69: DB::WriteBufferFromHTTPServerResponse::writeHeaderProgressImpl(char const*) @ 0x000000003f4b54a0 5. ./build_docker/./src/Server/HTTP/WriteBufferFromHTTPServerResponse.cpp:77: DB::WriteBufferFromHTTPServerResponse::finishSendHeaders() @ 0x000000003f4b5d55 6. ./build_docker/./src/Server/HTTP/WriteBufferFromHTTPServerResponse.cpp:212: DB::WriteBufferFromHTTPServerResponse::finalizeImpl() @ 0x000000003f4b7893 7. ./build_docker/./src/IO/WriteBuffer.cpp:55: DB::WriteBuffer::finalize() @ 0x00000000208a0656 8. ./build_docker/./src/Server/HTTP/WriteBufferFromHTTPServerResponse.cpp:282: DB::WriteBufferFromHTTPServerResponse::cancelWithException(DB::HTTPServerRequest&, int, String const&, DB::WriteBuffer*) @ 0x000000003f4b881f 9. ./build_docker/./src/Server/HTTPHandler.cpp:652: DB::HTTPHandler::trySendExceptionToClient(int, String const&, DB::HTTPServerRequest&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&) @ 0x000000003f27c8cf 10. ./build_docker/./src/Server/HTTPHandler.cpp:769: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f28447b 11. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:56:24.668556 [ 71979 ] {e25a580b-8da3-4846-bb5f-24d5728d5a8e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `UUIDNumToString` in scope SELECT UUIDNumToString. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT UUIDNumToString;) 2025.03.31 17:56:24.675874 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `UUIDNumToString` in scope SELECT UUIDNumToString. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:24.698989 [ 71979 ] {377a7449-cb5d-4d93-83ec-f30370a6f56f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `UUIDStringToNum` in scope SELECT UUIDStringToNum. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT UUIDStringToNum;) 2025.03.31 17:56:24.706148 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `UUIDStringToNum` in scope SELECT UUIDStringToNum. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:24.730463 [ 71979 ] {e92b0f99-2f10-432c-8249-aff81c1f7fc3} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `UUIDToNum` in scope SELECT UUIDToNum. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT UUIDToNum;) 2025.03.31 17:56:24.737802 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `UUIDToNum` in scope SELECT UUIDToNum. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:24.763092 [ 71979 ] {931e84dc-85e1-4ef0-851e-5a256cedbc2f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `UUIDv7ToDateTime` in scope SELECT UUIDv7ToDateTime. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT UUIDv7ToDateTime;) 2025.03.31 17:56:24.770139 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `UUIDv7ToDateTime` in scope SELECT UUIDv7ToDateTime. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:24.796172 [ 71979 ] {fcf91b62-5b33-4334-bd71-1c41df5af8cb} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `VAR_POP` in scope SELECT VAR_POP. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT VAR_POP;) 2025.03.31 17:56:24.803907 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `VAR_POP` in scope SELECT VAR_POP. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:24.828791 [ 71979 ] {bfbbc012-61f2-45dc-82f9-168dd5e26324} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `VAR_SAMP` in scope SELECT VAR_SAMP. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT VAR_SAMP;) 2025.03.31 17:56:24.835828 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `VAR_SAMP` in scope SELECT VAR_SAMP. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:24.862798 [ 71979 ] {98e0f10a-64bd-4090-b001-03a7fcd00d16} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `YEAR` in scope SELECT YEAR. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT YEAR;) 2025.03.31 17:56:24.870601 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `YEAR` in scope SELECT YEAR. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:24.893930 [ 71979 ] {8f3de150-ecaf-4655-87c7-c0508b76a119} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `YYYYMMDDToDate` in scope SELECT YYYYMMDDToDate. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT YYYYMMDDToDate;) 2025.03.31 17:56:24.901298 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `YYYYMMDDToDate` in scope SELECT YYYYMMDDToDate. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:24.926335 [ 71979 ] {61f51314-cdc1-49fa-bbfa-ea13cdcd756a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `YYYYMMDDToDate32` in scope SELECT YYYYMMDDToDate32. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT YYYYMMDDToDate32;) 2025.03.31 17:56:24.933319 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `YYYYMMDDToDate32` in scope SELECT YYYYMMDDToDate32. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:24.958583 [ 71979 ] {9b6acfb9-212b-448b-81ca-c1ac3336f881} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `YYYYMMDDhhmmssToDateTime` in scope SELECT YYYYMMDDhhmmssToDateTime. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT YYYYMMDDhhmmssToDateTime;) 2025.03.31 17:56:24.965738 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `YYYYMMDDhhmmssToDateTime` in scope SELECT YYYYMMDDhhmmssToDateTime. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:24.991432 [ 71979 ] {a779cfa7-ad49-4b78-8a3f-9e5b61954add} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `YYYYMMDDhhmmssToDateTime64` in scope SELECT YYYYMMDDhhmmssToDateTime64. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT YYYYMMDDhhmmssToDateTime64;) 2025.03.31 17:56:24.999421 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `YYYYMMDDhhmmssToDateTime64` in scope SELECT YYYYMMDDhhmmssToDateTime64. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:25.025880 [ 71979 ] {cbf06fdc-7f34-429e-b3cc-e1b360737379} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `_CAST` in scope SELECT _CAST. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT _CAST;) 2025.03.31 17:56:25.032656 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `_CAST` in scope SELECT _CAST. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:25.053918 [ 71979 ] {6dd21157-d332-4a16-9be8-c1fb202ef423} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `__actionName` in scope SELECT __actionName. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT __actionName;) 2025.03.31 17:56:25.061158 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `__actionName` in scope SELECT __actionName. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:25.086800 [ 71979 ] {be19e169-0470-4c5c-95f8-ddd112f6daf6} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `__bitBoolMaskAnd` in scope SELECT __bitBoolMaskAnd. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT __bitBoolMaskAnd;) 2025.03.31 17:56:25.094272 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `__bitBoolMaskAnd` in scope SELECT __bitBoolMaskAnd. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:25.120740 [ 71979 ] {7e7b51a8-4923-401c-94f4-6d9ae8b0d6c3} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `__bitBoolMaskOr` in scope SELECT __bitBoolMaskOr. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT __bitBoolMaskOr;) 2025.03.31 17:56:25.129459 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `__bitBoolMaskOr` in scope SELECT __bitBoolMaskOr. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:25.153153 [ 71979 ] {42155295-0fea-4721-a429-115495a43c64} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `__bitSwapLastTwo` in scope SELECT __bitSwapLastTwo. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT __bitSwapLastTwo;) 2025.03.31 17:56:25.160296 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `__bitSwapLastTwo` in scope SELECT __bitSwapLastTwo. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:25.184812 [ 71979 ] {1e8c89e6-bdd9-4fcc-9154-6f523b7acd0c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `__bitWrapperFunc` in scope SELECT __bitWrapperFunc. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT __bitWrapperFunc;) 2025.03.31 17:56:25.191516 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `__bitWrapperFunc` in scope SELECT __bitWrapperFunc. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:25.217179 [ 71979 ] {3f367438-7441-4075-973a-b4ab7b154acd} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `__getScalar` in scope SELECT __getScalar. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT __getScalar;) 2025.03.31 17:56:25.223856 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `__getScalar` in scope SELECT __getScalar. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:25.248086 [ 71979 ] {8899fd2a-d8cb-4c27-8f7c-216a72ee3f90} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `__scalarSubqueryResult` in scope SELECT __scalarSubqueryResult. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT __scalarSubqueryResult;) 2025.03.31 17:56:25.254932 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `__scalarSubqueryResult` in scope SELECT __scalarSubqueryResult. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:25.279658 [ 71979 ] {173ee66c-93ac-4326-af6e-ee6f8123ae87} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `abs` in scope SELECT abs. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT abs;) 2025.03.31 17:56:25.287036 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `abs` in scope SELECT abs. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:25.311247 [ 71979 ] {88bf3fbb-6e2a-4dac-a3de-0561215b236f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `accurateCast` in scope SELECT accurateCast. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT accurateCast;) 2025.03.31 17:56:25.318388 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `accurateCast` in scope SELECT accurateCast. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:25.342871 [ 71979 ] {3043d062-0f80-498d-9719-86a1b2a047d3} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `accurateCastOrDefault` in scope SELECT accurateCastOrDefault. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT accurateCastOrDefault;) 2025.03.31 17:56:25.349235 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `accurateCastOrDefault` in scope SELECT accurateCastOrDefault. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:25.373174 [ 71979 ] {cfcfc04e-224f-4a25-b1b9-5756cfef960a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `accurateCastOrNull` in scope SELECT accurateCastOrNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT accurateCastOrNull;) 2025.03.31 17:56:25.379918 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `accurateCastOrNull` in scope SELECT accurateCastOrNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:25.402395 [ 71979 ] {1b03165f-7d6b-4218-aaca-c4725bdf4f71} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `acos` in scope SELECT acos. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT acos;) 2025.03.31 17:56:25.408710 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `acos` in scope SELECT acos. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:25.431686 [ 71979 ] {b77f41de-6a4b-47af-8b35-ce27f0ec596f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `acosh` in scope SELECT acosh. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT acosh;) 2025.03.31 17:56:25.437880 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `acosh` in scope SELECT acosh. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:25.460515 [ 71979 ] {9c763641-35d2-486f-b8d2-5a91d652fa34} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `addDate` in scope SELECT addDate. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT addDate;) 2025.03.31 17:56:25.467118 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `addDate` in scope SELECT addDate. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:25.493313 [ 71979 ] {efaf5aed-b57b-484c-bf5e-cb4a43315651} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `addDays` in scope SELECT addDays. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT addDays;) 2025.03.31 17:56:25.500747 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `addDays` in scope SELECT addDays. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:25.529790 [ 71979 ] {726bb762-0112-4b8d-a02c-2ce375d46f41} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `addHours` in scope SELECT addHours. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT addHours;) 2025.03.31 17:56:25.536500 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `addHours` in scope SELECT addHours. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:25.562537 [ 71979 ] {2a34a35b-1d23-4400-b618-d1bbf4592530} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `addInterval` in scope SELECT addInterval. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT addInterval;) 2025.03.31 17:56:25.569671 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `addInterval` in scope SELECT addInterval. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:25.596338 [ 71979 ] {fbb2d2c4-3a80-4c2f-9d67-06972a251f60} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `addMicroseconds` in scope SELECT addMicroseconds. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT addMicroseconds;) 2025.03.31 17:56:25.602891 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `addMicroseconds` in scope SELECT addMicroseconds. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:25.629533 [ 71979 ] {a38fb3f6-9668-4b45-b288-8f8b86f977fc} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `addMilliseconds` in scope SELECT addMilliseconds. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT addMilliseconds;) 2025.03.31 17:56:25.636296 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `addMilliseconds` in scope SELECT addMilliseconds. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:25.661890 [ 71979 ] {e303cede-2630-4ec4-bac8-eeeb7994f627} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `addMinutes` in scope SELECT addMinutes. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT addMinutes;) 2025.03.31 17:56:25.669125 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `addMinutes` in scope SELECT addMinutes. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:25.694296 [ 71979 ] {d013fec2-cea1-46e0-84bd-b435a690dfb4} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `addMonths` in scope SELECT addMonths. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT addMonths;) 2025.03.31 17:56:25.701555 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `addMonths` in scope SELECT addMonths. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:25.725190 [ 71979 ] {8ae48ef4-cc04-4dae-87eb-64e51ee3988e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `addNanoseconds` in scope SELECT addNanoseconds. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT addNanoseconds;) 2025.03.31 17:56:25.732548 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `addNanoseconds` in scope SELECT addNanoseconds. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:25.755141 [ 71979 ] {6be3a767-96cc-432d-98a6-6184ab949e72} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `addQuarters` in scope SELECT addQuarters. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT addQuarters;) 2025.03.31 17:56:25.761328 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `addQuarters` in scope SELECT addQuarters. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:25.784258 [ 71979 ] {6f0885d7-8ce9-42c2-9569-e41d79a5bad4} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `addSeconds` in scope SELECT addSeconds. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT addSeconds;) 2025.03.31 17:56:25.790799 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `addSeconds` in scope SELECT addSeconds. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:25.813120 [ 71979 ] {c1f8102c-974b-492c-9768-a3bf71513eff} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `addTupleOfIntervals` in scope SELECT addTupleOfIntervals. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT addTupleOfIntervals;) 2025.03.31 17:56:25.819061 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `addTupleOfIntervals` in scope SELECT addTupleOfIntervals. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:25.840338 [ 71979 ] {becffe6e-1b22-41a8-a054-a1a3f93f47eb} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `addWeeks` in scope SELECT addWeeks. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT addWeeks;) 2025.03.31 17:56:25.846279 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `addWeeks` in scope SELECT addWeeks. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:25.867776 [ 71979 ] {5c149300-d592-4374-a1ee-9cbb2824821f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `addYears` in scope SELECT addYears. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT addYears;) 2025.03.31 17:56:25.873727 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `addYears` in scope SELECT addYears. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:25.896590 [ 71979 ] {4b280545-04fb-4cf0-a9d6-1528b725a896} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `addressToLine` in scope SELECT addressToLine. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT addressToLine;) 2025.03.31 17:56:25.902933 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `addressToLine` in scope SELECT addressToLine. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:25.925902 [ 71979 ] {5aa11405-be6d-4043-8410-2efb3019a52c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `addressToLineWithInlines` in scope SELECT addressToLineWithInlines. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT addressToLineWithInlines;) 2025.03.31 17:56:25.932066 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `addressToLineWithInlines` in scope SELECT addressToLineWithInlines. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:25.954102 [ 71979 ] {076bbd0b-53ab-45d2-bfc5-d3cfb25792c2} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `addressToSymbol` in scope SELECT addressToSymbol. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT addressToSymbol;) 2025.03.31 17:56:25.960069 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `addressToSymbol` in scope SELECT addressToSymbol. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:25.981733 [ 71979 ] {095b4cb0-3308-4409-ae94-c0c4d0adfe6b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `aes_decrypt_mysql` in scope SELECT aes_decrypt_mysql. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT aes_decrypt_mysql;) 2025.03.31 17:56:25.987214 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `aes_decrypt_mysql` in scope SELECT aes_decrypt_mysql. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:26.008984 [ 71979 ] {27c7ffc3-32b0-4fd7-b559-399976683b82} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `aes_encrypt_mysql` in scope SELECT aes_encrypt_mysql. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT aes_encrypt_mysql;) 2025.03.31 17:56:26.014407 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `aes_encrypt_mysql` in scope SELECT aes_encrypt_mysql. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:26.036364 [ 71979 ] {05f74cec-2024-4537-9e76-27f6e7f6c3f6} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `age` in scope SELECT age. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT age;) 2025.03.31 17:56:26.042295 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `age` in scope SELECT age. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:26.062342 [ 71979 ] {f8db6d73-e0cd-4fc2-ac26-03e36307ff20} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `aggThrow` in scope SELECT aggThrow. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT aggThrow;) 2025.03.31 17:56:26.067741 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `aggThrow` in scope SELECT aggThrow. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:26.093066 [ 71979 ] {6ccea2e6-f02e-4ad4-8e24-a97dd1be8b05} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `alphaTokens` in scope SELECT alphaTokens. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT alphaTokens;) 2025.03.31 17:56:26.099707 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `alphaTokens` in scope SELECT alphaTokens. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:26.126882 [ 71979 ] {81570b5c-96d6-4ea7-b5d9-e52246cc5967} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `analysisOfVariance` in scope SELECT analysisOfVariance. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT analysisOfVariance;) 2025.03.31 17:56:26.133831 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `analysisOfVariance` in scope SELECT analysisOfVariance. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:26.158805 [ 71979 ] {161f173f-0ec7-419e-acda-b7376b003500} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `and` in scope SELECT and. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT and;) 2025.03.31 17:56:26.165795 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `and` in scope SELECT and. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:26.190025 [ 71979 ] {2c05157a-d4bd-47ba-a283-8b7155d17802} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `anova` in scope SELECT anova. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT anova;) 2025.03.31 17:56:26.196639 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `anova` in scope SELECT anova. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:26.220966 [ 71979 ] {276fbb2d-439d-415d-b36c-a6a906703319} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `any` in scope SELECT any. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT any;) 2025.03.31 17:56:26.227691 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `any` in scope SELECT any. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:26.251717 [ 71979 ] {f2e66179-d32c-4871-9b62-ad0e11e344e0} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `anyHeavy` in scope SELECT anyHeavy. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT anyHeavy;) 2025.03.31 17:56:26.258378 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `anyHeavy` in scope SELECT anyHeavy. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:26.283153 [ 71979 ] {9830d29f-9828-4bbb-b416-603098fc2fef} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `anyLast` in scope SELECT anyLast. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT anyLast;) 2025.03.31 17:56:26.289729 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `anyLast` in scope SELECT anyLast. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:26.314709 [ 71979 ] {36fff78d-590c-407e-9ab6-50b25065615f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `anyLastRespectNulls` in scope SELECT anyLastRespectNulls. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT anyLastRespectNulls;) 2025.03.31 17:56:26.322114 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `anyLastRespectNulls` in scope SELECT anyLastRespectNulls. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:26.350440 [ 71979 ] {e372d6b8-3f88-4a88-b731-b41a71e48e22} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `anyLast_respect_nulls` in scope SELECT anyLast_respect_nulls. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT anyLast_respect_nulls;) 2025.03.31 17:56:26.363658 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `anyLast_respect_nulls` in scope SELECT anyLast_respect_nulls. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:26.388553 [ 71979 ] {3421aecd-64a9-4411-be88-161f58bb528c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `anyRespectNulls` in scope SELECT anyRespectNulls. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT anyRespectNulls;) 2025.03.31 17:56:26.395095 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `anyRespectNulls` in scope SELECT anyRespectNulls. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:26.420598 [ 71979 ] {640aba06-970b-4d80-bc4b-c515ea25f417} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `anyValueRespectNulls` in scope SELECT anyValueRespectNulls. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT anyValueRespectNulls;) 2025.03.31 17:56:26.427722 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `anyValueRespectNulls` in scope SELECT anyValueRespectNulls. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:26.452253 [ 71979 ] {4fd3d7b7-96c0-48f7-9d28-3cb979793dab} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `any_respect_nulls` in scope SELECT any_respect_nulls. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT any_respect_nulls;) 2025.03.31 17:56:26.458919 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `any_respect_nulls` in scope SELECT any_respect_nulls. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:26.482533 [ 71979 ] {32113f06-f58a-4c5c-9747-8860ee18df64} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `any_value` in scope SELECT any_value. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT any_value;) 2025.03.31 17:56:26.488977 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `any_value` in scope SELECT any_value. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:26.513817 [ 71979 ] {1ce3e526-cf13-4ecf-a8a3-aa42c58cd1c3} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `any_value_respect_nulls` in scope SELECT any_value_respect_nulls. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT any_value_respect_nulls;) 2025.03.31 17:56:26.520653 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `any_value_respect_nulls` in scope SELECT any_value_respect_nulls. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:26.546734 [ 71979 ] {d4fc6474-9557-4280-9a66-78ac35f8d3ad} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `appendTrailingCharIfAbsent` in scope SELECT appendTrailingCharIfAbsent. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT appendTrailingCharIfAbsent;) 2025.03.31 17:56:26.553465 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `appendTrailingCharIfAbsent` in scope SELECT appendTrailingCharIfAbsent. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:26.577743 [ 71979 ] {e4236bc0-0917-46ce-b5fb-93a74f8a2250} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `approx_top_count` in scope SELECT approx_top_count. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT approx_top_count;) 2025.03.31 17:56:26.584326 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `approx_top_count` in scope SELECT approx_top_count. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:26.608028 [ 71979 ] {f578d7bd-bf25-4931-9f72-3efb5a8f2619} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `approx_top_k` in scope SELECT approx_top_k. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT approx_top_k;) 2025.03.31 17:56:26.615282 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `approx_top_k` in scope SELECT approx_top_k. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:26.638432 [ 71979 ] {32f993e9-9785-41c0-8550-4a994dc3629f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `approx_top_sum` in scope SELECT approx_top_sum. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT approx_top_sum;) 2025.03.31 17:56:26.644820 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `approx_top_sum` in scope SELECT approx_top_sum. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:26.668290 [ 71979 ] {c17b6f6a-a334-43ec-ab95-c90ee7840dc9} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `argMax` in scope SELECT argMax. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT argMax;) 2025.03.31 17:56:26.674718 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `argMax` in scope SELECT argMax. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:26.699532 [ 71979 ] {d55c792e-431f-4399-83e8-303ba00aad60} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `argMin` in scope SELECT argMin. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT argMin;) 2025.03.31 17:56:26.707973 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `argMin` in scope SELECT argMin. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:26.732853 [ 71979 ] {7bc4a656-cf39-4449-a5d0-c989771a9b03} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `array` in scope SELECT array. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT array;) 2025.03.31 17:56:26.739790 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `array` in scope SELECT array. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:26.763347 [ 71979 ] {a16ea059-cf9a-4cbb-81e3-e6d3a53aaa9e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayAUC` in scope SELECT arrayAUC. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayAUC;) 2025.03.31 17:56:26.770235 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayAUC` in scope SELECT arrayAUC. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:26.795040 [ 71979 ] {4209d5db-0d7a-4da3-a67b-ebb91a6b0b31} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayAUCPR` in scope SELECT arrayAUCPR. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayAUCPR;) 2025.03.31 17:56:26.802227 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayAUCPR` in scope SELECT arrayAUCPR. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:26.827867 [ 71979 ] {1ae3a19c-2126-4106-88e8-8176f3b646f5} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayAll` in scope SELECT arrayAll. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayAll;) 2025.03.31 17:56:26.834496 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayAll` in scope SELECT arrayAll. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:26.859418 [ 71979 ] {ed57ec3f-dea9-4783-be90-d3a42790a528} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayAvg` in scope SELECT arrayAvg. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayAvg;) 2025.03.31 17:56:26.867415 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayAvg` in scope SELECT arrayAvg. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:26.889705 [ 71979 ] {a8a9807c-59ec-4d01-8ad2-188d175e31fd} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayCompact` in scope SELECT arrayCompact. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayCompact;) 2025.03.31 17:56:26.896394 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayCompact` in scope SELECT arrayCompact. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:26.920127 [ 71979 ] {85431352-04f0-439b-beda-5bb00b0c228e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayConcat` in scope SELECT arrayConcat. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayConcat;) 2025.03.31 17:56:26.927531 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayConcat` in scope SELECT arrayConcat. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:26.953642 [ 71979 ] {86c86218-0a22-485e-bd1e-8236992266d9} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayCount` in scope SELECT arrayCount. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayCount;) 2025.03.31 17:56:26.960978 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayCount` in scope SELECT arrayCount. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:26.984463 [ 71979 ] {12078da7-c4a9-4fd7-9c1a-798284b29040} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayCumSum` in scope SELECT arrayCumSum. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayCumSum;) 2025.03.31 17:56:26.991336 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayCumSum` in scope SELECT arrayCumSum. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:27.014561 [ 71979 ] {30cf6f3c-1930-4582-9dc8-56a9c33f6e03} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayCumSumNonNegative` in scope SELECT arrayCumSumNonNegative. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayCumSumNonNegative;) 2025.03.31 17:56:27.020894 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayCumSumNonNegative` in scope SELECT arrayCumSumNonNegative. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:27.043258 [ 71979 ] {7c7ab35f-9187-4e0b-b53c-812bc8f4330c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayDifference` in scope SELECT arrayDifference. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayDifference;) 2025.03.31 17:56:27.048985 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayDifference` in scope SELECT arrayDifference. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:27.071558 [ 71979 ] {04e5390c-3d26-4981-b262-c81e31578c6a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayDistinct` in scope SELECT arrayDistinct. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayDistinct;) 2025.03.31 17:56:27.077288 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayDistinct` in scope SELECT arrayDistinct. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:27.099011 [ 71979 ] {3ab66318-1279-41c1-ace1-c8f262254e6c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayDotProduct` in scope SELECT arrayDotProduct. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayDotProduct;) 2025.03.31 17:56:27.103649 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayDotProduct` in scope SELECT arrayDotProduct. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:27.121877 [ 71979 ] {4cd5e40a-270e-433d-9b5a-c6ae301fe244} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayElement` in scope SELECT arrayElement. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayElement;) 2025.03.31 17:56:27.125536 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayElement` in scope SELECT arrayElement. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:27.144318 [ 71979 ] {5860f2c7-5ebf-4a06-a8b7-d1ade81e3f31} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayElementOrNull` in scope SELECT arrayElementOrNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayElementOrNull;) 2025.03.31 17:56:27.149891 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayElementOrNull` in scope SELECT arrayElementOrNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:27.172535 [ 71979 ] {5edbcf55-a6e1-4c0f-98d8-c3587cee36e6} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayEnumerate` in scope SELECT arrayEnumerate. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayEnumerate;) 2025.03.31 17:56:27.177948 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayEnumerate` in scope SELECT arrayEnumerate. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:27.199753 [ 71979 ] {5bf99fa5-a7ee-4c62-aaf0-aac51fb3e2ce} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayEnumerateDense` in scope SELECT arrayEnumerateDense. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayEnumerateDense;) 2025.03.31 17:56:27.205202 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayEnumerateDense` in scope SELECT arrayEnumerateDense. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:27.227809 [ 71979 ] {e56f74cc-5f7c-48a0-b281-dc8aa3fa7662} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayEnumerateDenseRanked` in scope SELECT arrayEnumerateDenseRanked. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayEnumerateDenseRanked;) 2025.03.31 17:56:27.233659 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayEnumerateDenseRanked` in scope SELECT arrayEnumerateDenseRanked. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:27.255027 [ 71979 ] {1adb7d15-49e5-4c9d-a89b-705fee120d6b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayEnumerateUniq` in scope SELECT arrayEnumerateUniq. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayEnumerateUniq;) 2025.03.31 17:56:27.260101 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayEnumerateUniq` in scope SELECT arrayEnumerateUniq. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:27.280805 [ 71979 ] {896567e6-3cc3-4b44-941c-902d88faf6d7} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayEnumerateUniqRanked` in scope SELECT arrayEnumerateUniqRanked. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayEnumerateUniqRanked;) 2025.03.31 17:56:27.285887 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayEnumerateUniqRanked` in scope SELECT arrayEnumerateUniqRanked. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:27.305056 [ 71979 ] {f779dcc2-7c92-4679-9dc3-c5d98a3f326c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayExists` in scope SELECT arrayExists. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayExists;) 2025.03.31 17:56:27.309343 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayExists` in scope SELECT arrayExists. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:27.327447 [ 71979 ] {beaba855-d4b6-4d07-be92-df032abcafed} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayFill` in scope SELECT arrayFill. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayFill;) 2025.03.31 17:56:27.331193 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayFill` in scope SELECT arrayFill. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:27.347801 [ 71979 ] {d3cf49e9-8dcf-4f86-81a2-f07cff09aa9e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayFilter` in scope SELECT arrayFilter. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayFilter;) 2025.03.31 17:56:27.350854 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayFilter` in scope SELECT arrayFilter. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:27.366618 [ 71979 ] {3f49ae62-52fe-43d5-82c8-9ff7de10a8bc} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayFirst` in scope SELECT arrayFirst. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayFirst;) 2025.03.31 17:56:27.369589 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayFirst` in scope SELECT arrayFirst. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:27.385178 [ 71979 ] {bf3c912d-cf98-4475-ad83-64aa5277cacf} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayFirstIndex` in scope SELECT arrayFirstIndex. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayFirstIndex;) 2025.03.31 17:56:27.388208 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayFirstIndex` in scope SELECT arrayFirstIndex. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:27.404632 [ 71979 ] {53091964-e0c8-4490-9aeb-70091acff1f0} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayFirstOrNull` in scope SELECT arrayFirstOrNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayFirstOrNull;) 2025.03.31 17:56:27.408592 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayFirstOrNull` in scope SELECT arrayFirstOrNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:27.424451 [ 71979 ] {456c5342-2c65-4778-bc10-be5a72a1f38f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayFlatten` in scope SELECT arrayFlatten. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayFlatten;) 2025.03.31 17:56:27.427522 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayFlatten` in scope SELECT arrayFlatten. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:27.442876 [ 71979 ] {2090b6c1-2f2b-489e-8437-2de8d1997179} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayFold` in scope SELECT arrayFold. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayFold;) 2025.03.31 17:56:27.445854 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayFold` in scope SELECT arrayFold. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:27.460590 [ 71979 ] {36ba572a-4aa3-4e29-a576-cf8d516c9806} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayIntersect` in scope SELECT arrayIntersect. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayIntersect;) 2025.03.31 17:56:27.463463 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayIntersect` in scope SELECT arrayIntersect. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:27.478654 [ 71979 ] {c6f491be-46e2-45a4-a314-7ddaffd52865} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayJaccardIndex` in scope SELECT arrayJaccardIndex. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayJaccardIndex;) 2025.03.31 17:56:27.481726 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayJaccardIndex` in scope SELECT arrayJaccardIndex. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:27.498252 [ 71979 ] {698d11f9-76b4-43cb-b052-ce0c95a486ea} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayJoin` in scope SELECT arrayJoin. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayJoin;) 2025.03.31 17:56:27.502080 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayJoin` in scope SELECT arrayJoin. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:27.517587 [ 71979 ] {96453a81-1d9b-4adb-b584-7c6fbaf8bc6b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayLast` in scope SELECT arrayLast. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayLast;) 2025.03.31 17:56:27.521008 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayLast` in scope SELECT arrayLast. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:27.538325 [ 71979 ] {6bc396dc-c199-42c1-916f-37a7e81d95c0} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayLastIndex` in scope SELECT arrayLastIndex. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayLastIndex;) 2025.03.31 17:56:27.543300 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayLastIndex` in scope SELECT arrayLastIndex. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:27.566035 [ 71979 ] {a2901204-6d85-4f2f-b9b2-51fa94d5091a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayLastOrNull` in scope SELECT arrayLastOrNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayLastOrNull;) 2025.03.31 17:56:27.572669 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayLastOrNull` in scope SELECT arrayLastOrNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:27.596643 [ 71979 ] {70eb147c-8980-45a6-b68f-fe1d39964582} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayMap` in scope SELECT arrayMap. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayMap;) 2025.03.31 17:56:27.603125 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayMap` in scope SELECT arrayMap. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:27.627541 [ 71979 ] {8532c469-d728-40ec-8368-0f6bf8c55451} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayMax` in scope SELECT arrayMax. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayMax;) 2025.03.31 17:56:27.634419 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayMax` in scope SELECT arrayMax. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:27.661095 [ 71979 ] {146fb96c-692d-47b4-8b68-5a1300fb701c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayMin` in scope SELECT arrayMin. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayMin;) 2025.03.31 17:56:27.668261 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayMin` in scope SELECT arrayMin. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:27.694184 [ 71979 ] {ac838746-ffd5-4c91-9667-4f5be9b08bd6} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayPRAUC` in scope SELECT arrayPRAUC. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayPRAUC;) 2025.03.31 17:56:27.702342 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayPRAUC` in scope SELECT arrayPRAUC. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:27.726337 [ 71979 ] {7f7efe74-407b-49b3-8950-8e59f670cb66} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayPartialReverseSort` in scope SELECT arrayPartialReverseSort. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayPartialReverseSort;) 2025.03.31 17:56:27.761110 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayPartialReverseSort` in scope SELECT arrayPartialReverseSort. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:27.781866 [ 71979 ] {445afa21-1e80-4185-8239-bc6626a01b3b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayPartialShuffle` in scope SELECT arrayPartialShuffle. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayPartialShuffle;) 2025.03.31 17:56:27.790758 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayPartialShuffle` in scope SELECT arrayPartialShuffle. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:27.813143 [ 71979 ] {22d7cedc-39d2-44ff-8b58-3a86038beb5e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayPartialSort` in scope SELECT arrayPartialSort. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayPartialSort;) 2025.03.31 17:56:27.830102 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayPartialSort` in scope SELECT arrayPartialSort. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:27.853318 [ 71979 ] {185bbf27-0965-4914-9dde-e372577d2b3f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayPopBack` in scope SELECT arrayPopBack. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayPopBack;) 2025.03.31 17:56:27.862007 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayPopBack` in scope SELECT arrayPopBack. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:27.886126 [ 71979 ] {c6df0064-8cc3-4100-96dd-e8978f6228eb} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayPopFront` in scope SELECT arrayPopFront. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayPopFront;) 2025.03.31 17:56:27.894476 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayPopFront` in scope SELECT arrayPopFront. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:27.918251 [ 71979 ] {141729ac-80e8-49b6-ba51-48a10485863e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayProduct` in scope SELECT arrayProduct. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayProduct;) 2025.03.31 17:56:27.929921 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayProduct` in scope SELECT arrayProduct. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:27.953094 [ 71979 ] {4d2ee457-4d9e-4d41-85c6-3e4e63923720} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayPushBack` in scope SELECT arrayPushBack. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayPushBack;) 2025.03.31 17:56:27.962773 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayPushBack` in scope SELECT arrayPushBack. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:27.984128 [ 71979 ] {1550b911-a9da-4ddf-807e-58ec329791e4} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayPushFront` in scope SELECT arrayPushFront. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayPushFront;) 2025.03.31 17:56:27.990715 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayPushFront` in scope SELECT arrayPushFront. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:28.012222 [ 71979 ] {e5212bb1-5737-44a4-8a8a-235e717d077b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayROCAUC` in scope SELECT arrayROCAUC. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayROCAUC;) 2025.03.31 17:56:28.018533 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayROCAUC` in scope SELECT arrayROCAUC. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:28.042119 [ 71979 ] {0b24afc3-8f5b-4c25-b5c8-f83b515845b6} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayRandomSample` in scope SELECT arrayRandomSample. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayRandomSample;) 2025.03.31 17:56:28.049307 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayRandomSample` in scope SELECT arrayRandomSample. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:28.077079 [ 71979 ] {2b7b5b69-1a76-4924-b786-36471ae01a4f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayReduce` in scope SELECT arrayReduce. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayReduce;) 2025.03.31 17:56:28.084007 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayReduce` in scope SELECT arrayReduce. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:28.108831 [ 71979 ] {35cc48e3-936f-4de0-9cab-f84f339028f9} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayReduceInRanges` in scope SELECT arrayReduceInRanges. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayReduceInRanges;) 2025.03.31 17:56:28.116984 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayReduceInRanges` in scope SELECT arrayReduceInRanges. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:28.140842 [ 71979 ] {a4e1a099-771a-4f85-9dda-6861a9b4dbba} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayResize` in scope SELECT arrayResize. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayResize;) 2025.03.31 17:56:28.149160 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayResize` in scope SELECT arrayResize. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:28.174216 [ 71979 ] {69bccab1-af1a-4fa8-b0a3-a4e2320f4a0f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayReverse` in scope SELECT arrayReverse. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayReverse;) 2025.03.31 17:56:28.181215 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayReverse` in scope SELECT arrayReverse. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:28.206546 [ 71979 ] {bac2a273-a607-496d-9ae0-ed9eeb4513ac} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayReverseFill` in scope SELECT arrayReverseFill. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayReverseFill;) 2025.03.31 17:56:28.215197 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayReverseFill` in scope SELECT arrayReverseFill. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:28.240212 [ 71979 ] {7e2e0f4d-9d2a-4067-8125-0640a5de85eb} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayReverseSort` in scope SELECT arrayReverseSort. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayReverseSort;) 2025.03.31 17:56:28.247313 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayReverseSort` in scope SELECT arrayReverseSort. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:28.272183 [ 71979 ] {fdc720e6-a606-4065-a8f1-d16669da5ad3} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayReverseSplit` in scope SELECT arrayReverseSplit. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayReverseSplit;) 2025.03.31 17:56:28.279426 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayReverseSplit` in scope SELECT arrayReverseSplit. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:28.304698 [ 71979 ] {5058d10a-eee9-4ace-b9f2-f8d5194e5e13} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayRotateLeft` in scope SELECT arrayRotateLeft. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayRotateLeft;) 2025.03.31 17:56:28.311072 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayRotateLeft` in scope SELECT arrayRotateLeft. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:28.333855 [ 71979 ] {7dfeadcc-75e2-4aba-8e91-90180795fe31} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayRotateRight` in scope SELECT arrayRotateRight. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayRotateRight;) 2025.03.31 17:56:28.340343 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayRotateRight` in scope SELECT arrayRotateRight. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:28.364301 [ 71979 ] {8ac0ca85-1ad2-406d-900f-b8c85174720d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayShiftLeft` in scope SELECT arrayShiftLeft. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayShiftLeft;) 2025.03.31 17:56:28.370629 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayShiftLeft` in scope SELECT arrayShiftLeft. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:28.393405 [ 71979 ] {755d6646-4af7-4d06-b2a6-7a56411838f4} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayShiftRight` in scope SELECT arrayShiftRight. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayShiftRight;) 2025.03.31 17:56:28.399251 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayShiftRight` in scope SELECT arrayShiftRight. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:28.420653 [ 71979 ] {a5a95b03-f257-412b-a0e8-5dedd449159d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayShingles` in scope SELECT arrayShingles. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayShingles;) 2025.03.31 17:56:28.426058 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayShingles` in scope SELECT arrayShingles. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:28.447817 [ 71979 ] {45d3bdb8-b537-45e2-9443-0a83606c2aae} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayShuffle` in scope SELECT arrayShuffle. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayShuffle;) 2025.03.31 17:56:28.453346 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayShuffle` in scope SELECT arrayShuffle. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:28.474052 [ 71979 ] {c888022f-4fbf-4e21-8de5-06cf46863221} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arraySlice` in scope SELECT arraySlice. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arraySlice;) 2025.03.31 17:56:28.479386 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arraySlice` in scope SELECT arraySlice. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:28.500304 [ 71979 ] {4c6fef5d-cb05-43dc-830f-91bc577954f2} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arraySort` in scope SELECT arraySort. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arraySort;) 2025.03.31 17:56:28.505996 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arraySort` in scope SELECT arraySort. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:28.527672 [ 71979 ] {21d744c0-4df3-40c8-a1b4-2632fdd308e6} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arraySplit` in scope SELECT arraySplit. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arraySplit;) 2025.03.31 17:56:28.533744 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arraySplit` in scope SELECT arraySplit. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:28.559144 [ 71979 ] {9ead8556-4f2c-45ca-9c47-33534ff5f609} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayStringConcat` in scope SELECT arrayStringConcat. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayStringConcat;) 2025.03.31 17:56:28.566349 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayStringConcat` in scope SELECT arrayStringConcat. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:28.590594 [ 71979 ] {29aa0b5f-ddc1-47d0-8e87-52b811785c1e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arraySum` in scope SELECT arraySum. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arraySum;) 2025.03.31 17:56:28.596993 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arraySum` in scope SELECT arraySum. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:28.621834 [ 71979 ] {976061e6-5f6c-436a-8d7d-8ee3625e6a97} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayUnion` in scope SELECT arrayUnion. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayUnion;) 2025.03.31 17:56:28.628170 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayUnion` in scope SELECT arrayUnion. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:28.649916 [ 71979 ] {e43501f2-0587-4856-af1c-0f520338308c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayUniq` in scope SELECT arrayUniq. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayUniq;) 2025.03.31 17:56:28.655866 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayUniq` in scope SELECT arrayUniq. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:28.677145 [ 71979 ] {d6055314-466a-4ff6-bb95-d08c406c6230} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayWithConstant` in scope SELECT arrayWithConstant. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayWithConstant;) 2025.03.31 17:56:28.682874 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayWithConstant` in scope SELECT arrayWithConstant. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:28.703448 [ 71979 ] {37111d6b-3e1b-4907-b214-c08cfd18e7e3} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayZip` in scope SELECT arrayZip. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayZip;) 2025.03.31 17:56:28.708945 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayZip` in scope SELECT arrayZip. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:28.731298 [ 71979 ] {ef334a23-304b-4485-b855-a89ffd2bf58a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `arrayZipUnaligned` in scope SELECT arrayZipUnaligned. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT arrayZipUnaligned;) 2025.03.31 17:56:28.737685 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `arrayZipUnaligned` in scope SELECT arrayZipUnaligned. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:28.754896 [ 68118 ] {first-01317_no_password_in_command_line_test_mwi443bo} executeQuery: Code: 394. DB::Exception: Query was cancelled. (QUERY_WAS_CANCELLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48120) (comment: 01317_no_password_in_command_line.sh) (in query: SELECT sleepEachRow(1) FROM system.numbers LIMIT 100), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/ProcessList.cpp:560: DB::QueryStatus::throwQueryWasCancelled() const @ 0x0000000038971ab9 5. ./build_docker/./src/Interpreters/ProcessList.cpp:513: DB::QueryStatus::throwProperExceptionIfNeeded(unsigned long const&, unsigned long const&) @ 0x00000000389717d8 6. ./build_docker/./src/Interpreters/ProcessList.cpp:550: DB::QueryStatus::checkTimeLimit() @ 0x0000000038972c83 7. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:200: DB::PipelineExecutor::finalizeExecution() @ 0x000000003f717f87 8. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:147: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7177f7 9. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 10. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 12. ? @ 0x00007fc708d31ac3 13. ? @ 0x00007fc708dc3850 2025.03.31 17:56:28.760154 [ 71979 ] {e0931da3-9ccd-4bfd-8fbe-ed1e5296a45f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `array_agg` in scope SELECT array_agg. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT array_agg;) 2025.03.31 17:56:28.764525 [ 68118 ] {} TCPHandler: Code: 394. DB::Exception: Query was cancelled. (QUERY_WAS_CANCELLED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/ProcessList.cpp:560: DB::QueryStatus::throwQueryWasCancelled() const @ 0x0000000038971ab9 5. ./build_docker/./src/Interpreters/ProcessList.cpp:513: DB::QueryStatus::throwProperExceptionIfNeeded(unsigned long const&, unsigned long const&) @ 0x00000000389717d8 6. ./build_docker/./src/Interpreters/ProcessList.cpp:550: DB::QueryStatus::checkTimeLimit() @ 0x0000000038972c83 7. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:200: DB::PipelineExecutor::finalizeExecution() @ 0x000000003f717f87 8. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:147: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7177f7 9. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 10. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 12. ? @ 0x00007fc708d31ac3 13. ? @ 0x00007fc708dc3850 2025.03.31 17:56:28.766026 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `array_agg` in scope SELECT array_agg. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:28.790293 [ 71979 ] {7c84b0f8-931a-49d1-a9b6-fd565290b8e7} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `array_concat_agg` in scope SELECT array_concat_agg. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT array_concat_agg;) 2025.03.31 17:56:28.796771 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `array_concat_agg` in scope SELECT array_concat_agg. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:28.820645 [ 71979 ] {42a6299c-e426-40bb-a3ee-ee0b531c1dd9} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `ascii` in scope SELECT ascii. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT ascii;) 2025.03.31 17:56:28.827432 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `ascii` in scope SELECT ascii. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:28.849852 [ 71979 ] {fe2da7f3-3f07-4881-8544-c371a2d66e47} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `asin` in scope SELECT asin. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT asin;) 2025.03.31 17:56:28.856281 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `asin` in scope SELECT asin. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:28.880943 [ 71979 ] {6c54f6c1-a086-4257-b2f7-cbef51dea44f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `asinh` in scope SELECT asinh. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT asinh;) 2025.03.31 17:56:28.888814 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `asinh` in scope SELECT asinh. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:28.910146 [ 71979 ] {7ca5fe5f-2f5e-4226-8e59-e9b523ba4a80} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `assumeNotNull` in scope SELECT assumeNotNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT assumeNotNull;) 2025.03.31 17:56:28.918971 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `assumeNotNull` in scope SELECT assumeNotNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:28.942152 [ 71979 ] {243bcee0-e389-44c1-9972-3e450b16140e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `atan` in scope SELECT atan. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT atan;) 2025.03.31 17:56:28.949197 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `atan` in scope SELECT atan. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:28.974344 [ 71979 ] {df82755f-7f7a-4981-9df2-df5320ce8de0} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `atan2` in scope SELECT atan2. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT atan2;) 2025.03.31 17:56:28.981564 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `atan2` in scope SELECT atan2. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:29.004893 [ 71979 ] {8043ca3a-a106-417f-ab65-0b9553d402ff} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `atanh` in scope SELECT atanh. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT atanh;) 2025.03.31 17:56:29.012813 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `atanh` in scope SELECT atanh. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:29.039229 [ 71979 ] {8456c130-8d8a-4dec-ab3b-b640b75aa986} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `avg` in scope SELECT avg. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT avg;) 2025.03.31 17:56:29.048278 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `avg` in scope SELECT avg. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:29.071713 [ 71979 ] {dea68159-4a76-4ef0-a3e9-d38dd1f49da1} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `avgWeighted` in scope SELECT avgWeighted. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT avgWeighted;) 2025.03.31 17:56:29.078713 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `avgWeighted` in scope SELECT avgWeighted. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:29.102690 [ 71979 ] {18047e6a-ea78-42fd-bd4e-e55f77a8db25} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `bar` in scope SELECT bar. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT bar;) 2025.03.31 17:56:29.109581 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `bar` in scope SELECT bar. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:29.133530 [ 71979 ] {bc2a3a41-5477-4911-9d49-9f3462335573} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `base58Decode` in scope SELECT base58Decode. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT base58Decode;) 2025.03.31 17:56:29.141567 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `base58Decode` in scope SELECT base58Decode. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:29.166659 [ 71979 ] {5eec82e4-fde0-442e-8e47-16fe2ff0c949} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `base58Encode` in scope SELECT base58Encode. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT base58Encode;) 2025.03.31 17:56:29.173851 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `base58Encode` in scope SELECT base58Encode. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:29.200759 [ 71979 ] {edfac8db-f9b4-44cc-8178-95fa7487f18a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `base64Decode` in scope SELECT base64Decode. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT base64Decode;) 2025.03.31 17:56:29.208522 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `base64Decode` in scope SELECT base64Decode. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:29.232281 [ 71979 ] {15cf695f-4f65-483b-ac5b-947df12a8e53} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `base64Encode` in scope SELECT base64Encode. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT base64Encode;) 2025.03.31 17:56:29.239396 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `base64Encode` in scope SELECT base64Encode. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:29.265165 [ 71979 ] {8bf44e07-bfed-42be-b341-09bcad532192} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `base64URLDecode` in scope SELECT base64URLDecode. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT base64URLDecode;) 2025.03.31 17:56:29.272976 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `base64URLDecode` in scope SELECT base64URLDecode. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:29.295491 [ 71979 ] {c369507a-8433-41af-b9b8-f38e2b835e4b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `base64URLEncode` in scope SELECT base64URLEncode. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT base64URLEncode;) 2025.03.31 17:56:29.302879 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `base64URLEncode` in scope SELECT base64URLEncode. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:29.326325 [ 71979 ] {ca107e11-73e4-44c2-a2c2-76f029d5ee8b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `basename` in scope SELECT basename. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT basename;) 2025.03.31 17:56:29.332706 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `basename` in scope SELECT basename. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:29.355993 [ 71979 ] {ac7c55c8-ea76-416e-85f4-18309712bd56} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `bin` in scope SELECT bin. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT bin;) 2025.03.31 17:56:29.361753 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `bin` in scope SELECT bin. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:29.383703 [ 71979 ] {c66e7257-a83d-4188-99ee-4b17a6c2240e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `bitAnd` in scope SELECT bitAnd. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT bitAnd;) 2025.03.31 17:56:29.389478 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `bitAnd` in scope SELECT bitAnd. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:29.412551 [ 71979 ] {b8ec5f21-7ebb-4646-be6a-9061aa887e48} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `bitCount` in scope SELECT bitCount. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT bitCount;) 2025.03.31 17:56:29.418912 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `bitCount` in scope SELECT bitCount. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:29.443172 [ 71979 ] {d8a0262b-9c51-471d-bec9-4316abc46fa2} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `bitHammingDistance` in scope SELECT bitHammingDistance. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT bitHammingDistance;) 2025.03.31 17:56:29.449660 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `bitHammingDistance` in scope SELECT bitHammingDistance. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:29.471773 [ 71979 ] {e9b47b4b-2988-4cea-9422-5d7b04c7035d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `bitNot` in scope SELECT bitNot. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT bitNot;) 2025.03.31 17:56:29.478134 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `bitNot` in scope SELECT bitNot. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:29.500015 [ 71979 ] {b437b86b-7afb-4f1e-ae43-c340f9acec52} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `bitOr` in scope SELECT bitOr. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT bitOr;) 2025.03.31 17:56:29.506534 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `bitOr` in scope SELECT bitOr. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:29.527340 [ 71979 ] {ac8c34fa-1371-4672-ba5a-603bf8361501} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `bitPositionsToArray` in scope SELECT bitPositionsToArray. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT bitPositionsToArray;) 2025.03.31 17:56:29.533440 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `bitPositionsToArray` in scope SELECT bitPositionsToArray. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:29.558851 [ 71979 ] {f50040cf-3a10-4ddb-8ee0-df5f488c270c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `bitRotateLeft` in scope SELECT bitRotateLeft. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT bitRotateLeft;) 2025.03.31 17:56:29.565053 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `bitRotateLeft` in scope SELECT bitRotateLeft. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:29.585779 [ 71979 ] {b0843c57-ecc6-446f-9252-57681737571a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `bitRotateRight` in scope SELECT bitRotateRight. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT bitRotateRight;) 2025.03.31 17:56:29.591882 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `bitRotateRight` in scope SELECT bitRotateRight. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:29.611713 [ 71979 ] {dd012d49-e0ad-4926-a7c6-3a377bde8e81} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `bitShiftLeft` in scope SELECT bitShiftLeft. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT bitShiftLeft;) 2025.03.31 17:56:29.618790 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `bitShiftLeft` in scope SELECT bitShiftLeft. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:29.638688 [ 71979 ] {ece2544d-bf5b-444c-a8e7-69a591a32970} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `bitShiftRight` in scope SELECT bitShiftRight. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT bitShiftRight;) 2025.03.31 17:56:29.644706 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `bitShiftRight` in scope SELECT bitShiftRight. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:29.665954 [ 71979 ] {322af9f2-208d-4b97-8e14-6016d4cbc743} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `bitSlice` in scope SELECT bitSlice. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT bitSlice;) 2025.03.31 17:56:29.671086 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `bitSlice` in scope SELECT bitSlice. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:29.687333 [ 71979 ] {12282056-c9ca-4019-a7f6-78479154c2e8} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `bitTest` in scope SELECT bitTest. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT bitTest;) 2025.03.31 17:56:29.691330 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `bitTest` in scope SELECT bitTest. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:29.710644 [ 71979 ] {0763d475-d52e-4ba1-ab0d-e0036b8b3dc1} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `bitTestAll` in scope SELECT bitTestAll. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT bitTestAll;) 2025.03.31 17:56:29.715544 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `bitTestAll` in scope SELECT bitTestAll. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:29.732516 [ 71979 ] {d00c829e-2ffb-4495-9ed0-038884644435} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `bitTestAny` in scope SELECT bitTestAny. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT bitTestAny;) 2025.03.31 17:56:29.737099 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `bitTestAny` in scope SELECT bitTestAny. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:29.754096 [ 71979 ] {436808a1-e6d9-446f-a542-8f52c7663411} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `bitXor` in scope SELECT bitXor. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT bitXor;) 2025.03.31 17:56:29.758697 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `bitXor` in scope SELECT bitXor. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:29.785146 [ 71979 ] {958660b8-f0ea-46bd-b1e7-4f1346e8db14} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `bitmapAnd` in scope SELECT bitmapAnd. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT bitmapAnd;) 2025.03.31 17:56:29.792385 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `bitmapAnd` in scope SELECT bitmapAnd. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:29.814676 [ 71979 ] {0220d297-3d23-4d28-926c-ecd9b39333c8} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `bitmapAndCardinality` in scope SELECT bitmapAndCardinality. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT bitmapAndCardinality;) 2025.03.31 17:56:29.820340 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `bitmapAndCardinality` in scope SELECT bitmapAndCardinality. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:29.842519 [ 71979 ] {ac1e58fb-d41f-43e9-b805-b25ddc897f06} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `bitmapAndnot` in scope SELECT bitmapAndnot. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT bitmapAndnot;) 2025.03.31 17:56:29.848779 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `bitmapAndnot` in scope SELECT bitmapAndnot. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:29.870513 [ 71979 ] {ee5541c8-cfc8-45f9-9b94-695e9970d450} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `bitmapAndnotCardinality` in scope SELECT bitmapAndnotCardinality. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT bitmapAndnotCardinality;) 2025.03.31 17:56:29.876633 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `bitmapAndnotCardinality` in scope SELECT bitmapAndnotCardinality. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:29.896925 [ 71979 ] {54ea671a-014c-401f-b936-e0bd14ad8979} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `bitmapBuild` in scope SELECT bitmapBuild. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT bitmapBuild;) 2025.03.31 17:56:29.902783 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `bitmapBuild` in scope SELECT bitmapBuild. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:29.930119 [ 71979 ] {f132e882-16b1-4ba9-ad5f-4f7fcb9c8d5e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `bitmapCardinality` in scope SELECT bitmapCardinality. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT bitmapCardinality;) 2025.03.31 17:56:29.937371 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `bitmapCardinality` in scope SELECT bitmapCardinality. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:29.961202 [ 71979 ] {22e86f2c-44a2-4568-9c97-5e6f30b59cd8} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `bitmapContains` in scope SELECT bitmapContains. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT bitmapContains;) 2025.03.31 17:56:29.968365 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `bitmapContains` in scope SELECT bitmapContains. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:29.992611 [ 71979 ] {8f402572-9c41-4b60-bdaf-9cc30b95170f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `bitmapHasAll` in scope SELECT bitmapHasAll. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT bitmapHasAll;) 2025.03.31 17:56:29.999561 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `bitmapHasAll` in scope SELECT bitmapHasAll. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:30.024652 [ 71979 ] {4774c9f7-e328-4dbf-b997-19fd1df21949} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `bitmapHasAny` in scope SELECT bitmapHasAny. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT bitmapHasAny;) 2025.03.31 17:56:30.031119 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `bitmapHasAny` in scope SELECT bitmapHasAny. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:30.055546 [ 71979 ] {20c03d71-ddbe-4f43-ac21-d17d395e74dd} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `bitmapMax` in scope SELECT bitmapMax. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT bitmapMax;) 2025.03.31 17:56:30.062184 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `bitmapMax` in scope SELECT bitmapMax. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:30.086844 [ 71979 ] {5a4266b0-0bfb-46bd-ba1a-3743d87bad9d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `bitmapMin` in scope SELECT bitmapMin. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT bitmapMin;) 2025.03.31 17:56:30.093392 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `bitmapMin` in scope SELECT bitmapMin. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:30.117694 [ 71979 ] {c081bcba-b298-448d-980f-7260b4a83d0e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `bitmapOr` in scope SELECT bitmapOr. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT bitmapOr;) 2025.03.31 17:56:30.123961 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `bitmapOr` in scope SELECT bitmapOr. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:30.148904 [ 71979 ] {2ec4d2c8-dc79-4a60-b2cb-9a30efa3abc9} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `bitmapOrCardinality` in scope SELECT bitmapOrCardinality. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT bitmapOrCardinality;) 2025.03.31 17:56:30.155594 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `bitmapOrCardinality` in scope SELECT bitmapOrCardinality. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:30.178398 [ 71979 ] {882b6a6f-cb04-4b21-a7e8-8c60cff6e1a2} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `bitmapSubsetInRange` in scope SELECT bitmapSubsetInRange. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT bitmapSubsetInRange;) 2025.03.31 17:56:30.184994 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `bitmapSubsetInRange` in scope SELECT bitmapSubsetInRange. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:30.207983 [ 71979 ] {3f9474d8-b0a4-4cc5-9ef1-2da8c44331d8} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `bitmapSubsetLimit` in scope SELECT bitmapSubsetLimit. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT bitmapSubsetLimit;) 2025.03.31 17:56:30.214543 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `bitmapSubsetLimit` in scope SELECT bitmapSubsetLimit. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:30.237529 [ 71979 ] {f6cb5476-c4d5-49c6-9976-71b75308de86} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `bitmapToArray` in scope SELECT bitmapToArray. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT bitmapToArray;) 2025.03.31 17:56:30.244698 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `bitmapToArray` in scope SELECT bitmapToArray. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:30.268040 [ 71979 ] {a2e3bae6-cadc-46c7-905a-ef19efc30313} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `bitmapTransform` in scope SELECT bitmapTransform. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT bitmapTransform;) 2025.03.31 17:56:30.275732 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `bitmapTransform` in scope SELECT bitmapTransform. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:30.300363 [ 71979 ] {7afaf97e-4a8b-4011-8819-022dea725c16} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `bitmapXor` in scope SELECT bitmapXor. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT bitmapXor;) 2025.03.31 17:56:30.307159 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `bitmapXor` in scope SELECT bitmapXor. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:30.333508 [ 71979 ] {035a988c-8d23-477e-aa0e-aab33fa5c7b3} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `bitmapXorCardinality` in scope SELECT bitmapXorCardinality. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT bitmapXorCardinality;) 2025.03.31 17:56:30.341066 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `bitmapXorCardinality` in scope SELECT bitmapXorCardinality. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:30.367101 [ 71979 ] {97f4933d-f995-41c3-bb18-759ed764b2a9} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `bitmaskToArray` in scope SELECT bitmaskToArray. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT bitmaskToArray;) 2025.03.31 17:56:30.374125 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `bitmaskToArray` in scope SELECT bitmaskToArray. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:30.399355 [ 71979 ] {8ce90c8b-2ac3-41fb-83ca-aa61208efc89} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `bitmaskToList` in scope SELECT bitmaskToList. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT bitmaskToList;) 2025.03.31 17:56:30.406808 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `bitmaskToList` in scope SELECT bitmaskToList. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:30.430788 [ 71979 ] {0da1b69b-e0fe-44c1-8fad-55d93b9733b8} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `blockNumber` in scope SELECT blockNumber. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT blockNumber;) 2025.03.31 17:56:30.437674 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `blockNumber` in scope SELECT blockNumber. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:30.461432 [ 71979 ] {39f828b6-f411-4da6-943b-47add4ac13a5} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `blockSerializedSize` in scope SELECT blockSerializedSize. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT blockSerializedSize;) 2025.03.31 17:56:30.468312 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `blockSerializedSize` in scope SELECT blockSerializedSize. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:30.494030 [ 71979 ] {188cbb69-5161-4746-ae4b-1455bd6fd392} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `blockSize` in scope SELECT blockSize. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT blockSize;) 2025.03.31 17:56:30.501558 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `blockSize` in scope SELECT blockSize. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:30.504121 [ 4232 ] {second-01317_no_password_in_command_line_test_mwi443bo} executeQuery: Code: 394. DB::Exception: Query was cancelled. (QUERY_WAS_CANCELLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33748) (comment: 01317_no_password_in_command_line.sh) (in query: SELECT sleepEachRow(1) FROM system.numbers LIMIT 100), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/ProcessList.cpp:560: DB::QueryStatus::throwQueryWasCancelled() const @ 0x0000000038971ab9 5. ./build_docker/./src/Interpreters/ProcessList.cpp:513: DB::QueryStatus::throwProperExceptionIfNeeded(unsigned long const&, unsigned long const&) @ 0x00000000389717d8 6. ./build_docker/./src/Interpreters/ProcessList.cpp:550: DB::QueryStatus::checkTimeLimit() @ 0x0000000038972c83 7. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:200: DB::PipelineExecutor::finalizeExecution() @ 0x000000003f717f87 8. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:147: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7177f7 9. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 10. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 12. ? @ 0x00007fc708d31ac3 13. ? @ 0x00007fc708dc3850 2025.03.31 17:56:30.513329 [ 4232 ] {} TCPHandler: Code: 394. DB::Exception: Query was cancelled. (QUERY_WAS_CANCELLED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/ProcessList.cpp:560: DB::QueryStatus::throwQueryWasCancelled() const @ 0x0000000038971ab9 5. ./build_docker/./src/Interpreters/ProcessList.cpp:513: DB::QueryStatus::throwProperExceptionIfNeeded(unsigned long const&, unsigned long const&) @ 0x00000000389717d8 6. ./build_docker/./src/Interpreters/ProcessList.cpp:550: DB::QueryStatus::checkTimeLimit() @ 0x0000000038972c83 7. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:200: DB::PipelineExecutor::finalizeExecution() @ 0x000000003f717f87 8. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:147: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7177f7 9. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 10. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 12. ? @ 0x00007fc708d31ac3 13. ? @ 0x00007fc708dc3850 2025.03.31 17:56:30.525980 [ 71979 ] {8806174c-9c4a-4797-a582-2bf3d4073882} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `boundingRatio` in scope SELECT boundingRatio. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT boundingRatio;) 2025.03.31 17:56:30.533025 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `boundingRatio` in scope SELECT boundingRatio. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:30.555023 [ 71979 ] {2f51394a-9da8-4c35-8326-5c0d0fa3235e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `buildId` in scope SELECT buildId. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT buildId;) 2025.03.31 17:56:30.561338 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `buildId` in scope SELECT buildId. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:30.583961 [ 71979 ] {91842b93-9d04-4934-ae5b-4656cfe83c8d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `byteHammingDistance` in scope SELECT byteHammingDistance. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT byteHammingDistance;) 2025.03.31 17:56:30.590452 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `byteHammingDistance` in scope SELECT byteHammingDistance. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:30.613458 [ 71979 ] {226309a1-ff62-4b1f-9f05-4b24a7044566} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `byteSize` in scope SELECT byteSize. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT byteSize;) 2025.03.31 17:56:30.619544 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `byteSize` in scope SELECT byteSize. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:30.640596 [ 71979 ] {9d8baf6a-ea67-422d-9433-dd92479425e4} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `byteSlice` in scope SELECT byteSlice. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT byteSlice;) 2025.03.31 17:56:30.647094 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `byteSlice` in scope SELECT byteSlice. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:30.669066 [ 71979 ] {4e8e51a9-9cb0-41eb-abd0-450731fc2cea} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `byteSwap` in scope SELECT byteSwap. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT byteSwap;) 2025.03.31 17:56:30.675523 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `byteSwap` in scope SELECT byteSwap. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:30.697503 [ 71979 ] {7ef1d8db-a198-46b0-bf5e-b91c3f64b039} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `caseWithExpr` in scope SELECT caseWithExpr. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT caseWithExpr;) 2025.03.31 17:56:30.703805 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `caseWithExpr` in scope SELECT caseWithExpr. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:30.726961 [ 71979 ] {5b8d0c25-710b-4919-8b5c-976ada07e9af} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `caseWithExpression` in scope SELECT caseWithExpression. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT caseWithExpression;) 2025.03.31 17:56:30.732966 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `caseWithExpression` in scope SELECT caseWithExpression. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:30.755213 [ 71979 ] {41a9e9fd-6ef5-484e-aeff-3f18fba8f276} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `caseWithoutExpr` in scope SELECT caseWithoutExpr. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT caseWithoutExpr;) 2025.03.31 17:56:30.761151 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `caseWithoutExpr` in scope SELECT caseWithoutExpr. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:30.783811 [ 71979 ] {8bebbd22-c005-48aa-8943-61eb07e6d8e4} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `caseWithoutExpression` in scope SELECT caseWithoutExpression. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT caseWithoutExpression;) 2025.03.31 17:56:30.789949 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `caseWithoutExpression` in scope SELECT caseWithoutExpression. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:30.812395 [ 71979 ] {baeea32d-b2c3-4302-9831-cb8b3c2cfa3c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `catboostEvaluate` in scope SELECT catboostEvaluate. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT catboostEvaluate;) 2025.03.31 17:56:30.818908 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `catboostEvaluate` in scope SELECT catboostEvaluate. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:30.843839 [ 71979 ] {5b70a887-579a-4d4c-8f60-dbf94f02743f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `categoricalInformationValue` in scope SELECT categoricalInformationValue. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT categoricalInformationValue;) 2025.03.31 17:56:30.850948 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `categoricalInformationValue` in scope SELECT categoricalInformationValue. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:30.875055 [ 71979 ] {dd6b421a-1886-497b-b982-f0be08a4dddd} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `cbrt` in scope SELECT cbrt. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT cbrt;) 2025.03.31 17:56:30.881725 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `cbrt` in scope SELECT cbrt. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:30.905964 [ 71979 ] {cebbc3d7-693c-48ed-b6a6-a877157b5f0c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `ceil` in scope SELECT ceil. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT ceil;) 2025.03.31 17:56:30.913212 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `ceil` in scope SELECT ceil. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:30.937236 [ 71979 ] {158889c4-087a-47a2-b7bb-c271d5739e9d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `ceiling` in scope SELECT ceiling. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT ceiling;) 2025.03.31 17:56:30.944251 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `ceiling` in scope SELECT ceiling. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:30.966360 [ 71979 ] {5cb2773b-0290-419c-9b27-9e04fbcf39ff} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `changeDay` in scope SELECT changeDay. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT changeDay;) 2025.03.31 17:56:30.972539 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `changeDay` in scope SELECT changeDay. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:30.994219 [ 71979 ] {e82c8efa-1689-4d33-babc-c849b6fdf324} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `changeHour` in scope SELECT changeHour. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT changeHour;) 2025.03.31 17:56:31.000656 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `changeHour` in scope SELECT changeHour. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:31.023237 [ 71979 ] {9ebaff7c-4560-499c-9951-b7820c0b67f4} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `changeMinute` in scope SELECT changeMinute. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT changeMinute;) 2025.03.31 17:56:31.029382 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `changeMinute` in scope SELECT changeMinute. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:31.050947 [ 71979 ] {fa167b54-6e87-495f-b4c3-33c4c5c932cb} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `changeMonth` in scope SELECT changeMonth. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT changeMonth;) 2025.03.31 17:56:31.056708 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `changeMonth` in scope SELECT changeMonth. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:31.077487 [ 71979 ] {5dbf0c99-5646-4d93-b89b-bf89aaf77cfa} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `changeSecond` in scope SELECT changeSecond. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT changeSecond;) 2025.03.31 17:56:31.082919 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `changeSecond` in scope SELECT changeSecond. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:31.104033 [ 71979 ] {f5cae825-6481-435f-91ad-6e854a0fc7a1} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `changeYear` in scope SELECT changeYear. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT changeYear;) 2025.03.31 17:56:31.109714 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `changeYear` in scope SELECT changeYear. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:31.135224 [ 71979 ] {08a97bb4-416b-4cff-9b7c-90ce202ad306} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `char` in scope SELECT char. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT char;) 2025.03.31 17:56:31.142350 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `char` in scope SELECT char. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:31.167239 [ 71979 ] {d77efb1a-52e4-4569-b0fc-129e2da0010b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `cityHash64` in scope SELECT cityHash64. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT cityHash64;) 2025.03.31 17:56:31.173963 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `cityHash64` in scope SELECT cityHash64. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:31.196941 [ 71979 ] {07a87706-1489-410b-9095-98fdfe2f93a1} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `clamp` in scope SELECT clamp. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT clamp;) 2025.03.31 17:56:31.203353 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `clamp` in scope SELECT clamp. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:31.225938 [ 71979 ] {430ff014-3060-428c-a10b-4ab9e75c8276} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `coalesce` in scope SELECT coalesce. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT coalesce;) 2025.03.31 17:56:31.231868 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `coalesce` in scope SELECT coalesce. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:31.253104 [ 71979 ] {9eec6455-acc5-4ecc-916b-72d2ae8f9097} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `concat` in scope SELECT concat. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT concat;) 2025.03.31 17:56:31.259578 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `concat` in scope SELECT concat. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:31.281471 [ 71979 ] {82e33f60-c069-4246-8889-b677d2f0cb85} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `concatAssumeInjective` in scope SELECT concatAssumeInjective. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT concatAssumeInjective;) 2025.03.31 17:56:31.287433 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `concatAssumeInjective` in scope SELECT concatAssumeInjective. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:31.309539 [ 71979 ] {409be9e1-6f13-410b-9188-a64c434d813f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `concatWithSeparator` in scope SELECT concatWithSeparator. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT concatWithSeparator;) 2025.03.31 17:56:31.315639 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `concatWithSeparator` in scope SELECT concatWithSeparator. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:31.336835 [ 71979 ] {11b27ed0-38d9-47a6-9ee1-7fa630253c98} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `concatWithSeparatorAssumeInjective` in scope SELECT concatWithSeparatorAssumeInjective. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT concatWithSeparatorAssumeInjective;) 2025.03.31 17:56:31.342407 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `concatWithSeparatorAssumeInjective` in scope SELECT concatWithSeparatorAssumeInjective. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:31.362611 [ 71979 ] {6060ddf9-08f5-4f1f-9cd0-35ab502754e8} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `concat_ws` in scope SELECT concat_ws. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT concat_ws;) 2025.03.31 17:56:31.367799 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `concat_ws` in scope SELECT concat_ws. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:31.388141 [ 71979 ] {480b4a32-75d1-4d5a-9398-e921228fea72} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `connectionId` in scope SELECT connectionId. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT connectionId;) 2025.03.31 17:56:31.393341 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `connectionId` in scope SELECT connectionId. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:31.413153 [ 71979 ] {009db8f3-2945-48be-a473-ae7c173ad988} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `connection_id` in scope SELECT connection_id. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT connection_id;) 2025.03.31 17:56:31.417998 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `connection_id` in scope SELECT connection_id. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:31.432966 [ 71965 ] {c0b5c3ec-998f-453e-b4ae-77b0fd4aff0f} executeQuery: Code: 43. DB::Exception: The sixth argument Nullable(Nothing) of function proportionsZTest should be a constant string: In scope SELECT NULL, proportionsZTest(257, 1048575, 1048575, 257, -inf, NULL), proportionsZTest(1024, 1025, 2, 2, 'unpooled'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33768) (comment: 02158_proportions_ztest.sql) (in query: SELECT NULL, proportionsZTest(257, 1048575, 1048575, 257, -inf, NULL), proportionsZTest(1024, 1025, 2, 2, 'unpooled');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionTwoSampleProportionsZTest::getReturnTypeImpl(std::vector> const&) const @ 0x000000001c30de2b 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:56:31.436368 [ 71979 ] {c2874362-5cba-4e15-a21c-3a8ecafd2a25} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `contingency` in scope SELECT contingency. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT contingency;) 2025.03.31 17:56:31.438689 [ 71965 ] {} TCPHandler: Code: 43. DB::Exception: The sixth argument Nullable(Nothing) of function proportionsZTest should be a constant string: In scope SELECT NULL, proportionsZTest(257, 1048575, 1048575, 257, -inf, NULL), proportionsZTest(1024, 1025, 2, 2, 'unpooled'). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionTwoSampleProportionsZTest::getReturnTypeImpl(std::vector> const&) const @ 0x000000001c30de2b 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:56:31.440881 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `contingency` in scope SELECT contingency. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:31.459181 [ 71979 ] {5c5ed6b2-2269-4b49-993b-e478989ae6fc} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `convertCharset` in scope SELECT convertCharset. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT convertCharset;) 2025.03.31 17:56:31.463819 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `convertCharset` in scope SELECT convertCharset. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:31.483364 [ 71979 ] {dd37e758-7c4d-43e4-85c4-ae62fc6f0fdc} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `corr` in scope SELECT corr. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT corr;) 2025.03.31 17:56:31.488748 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `corr` in scope SELECT corr. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:31.509301 [ 71979 ] {b9eb31e8-bf69-494d-9c97-7a19d6bce1f6} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `corrMatrix` in scope SELECT corrMatrix. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT corrMatrix;) 2025.03.31 17:56:31.514619 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `corrMatrix` in scope SELECT corrMatrix. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:31.540871 [ 71979 ] {a4ae6a8b-e439-46a1-9e78-d337a39831f7} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `corrStable` in scope SELECT corrStable. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT corrStable;) 2025.03.31 17:56:31.549492 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `corrStable` in scope SELECT corrStable. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:31.572261 [ 71979 ] {756e77bd-7e7d-4cd8-b582-a81b21746116} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `cos` in scope SELECT cos. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT cos;) 2025.03.31 17:56:31.578767 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `cos` in scope SELECT cos. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:31.604353 [ 71979 ] {911b6b12-08dc-41c8-ab5d-04b47362eb7f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `cosh` in scope SELECT cosh. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT cosh;) 2025.03.31 17:56:31.612753 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `cosh` in scope SELECT cosh. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:31.639546 [ 71979 ] {7fed6601-c808-44d4-a480-263a0707c55b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `cosineDistance` in scope SELECT cosineDistance. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT cosineDistance;) 2025.03.31 17:56:31.647296 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `cosineDistance` in scope SELECT cosineDistance. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:31.671079 [ 71979 ] {801494ef-6c84-4f01-9b16-6afdc2efd21f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `count` in scope SELECT count. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT count;) 2025.03.31 17:56:31.678021 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `count` in scope SELECT count. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:31.701407 [ 71979 ] {ec900318-af60-40ae-acb2-8c4d70209b65} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `countDigits` in scope SELECT countDigits. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT countDigits;) 2025.03.31 17:56:31.708512 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `countDigits` in scope SELECT countDigits. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:31.733022 [ 71979 ] {43ea8d16-8354-4bd6-9ebf-59269898a51d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `countEqual` in scope SELECT countEqual. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT countEqual;) 2025.03.31 17:56:31.739853 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `countEqual` in scope SELECT countEqual. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:31.764623 [ 71979 ] {bdc6b3c2-a754-41fb-b329-393d7840edae} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `countMatches` in scope SELECT countMatches. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT countMatches;) 2025.03.31 17:56:31.771385 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `countMatches` in scope SELECT countMatches. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:31.795736 [ 71979 ] {d797c484-cc4d-42eb-b17b-1a48a7b9d95c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `countMatchesCaseInsensitive` in scope SELECT countMatchesCaseInsensitive. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT countMatchesCaseInsensitive;) 2025.03.31 17:56:31.802925 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `countMatchesCaseInsensitive` in scope SELECT countMatchesCaseInsensitive. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:31.827036 [ 71979 ] {5c195ab1-f20c-49eb-bbca-aa94341635a4} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `countSubstrings` in scope SELECT countSubstrings. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT countSubstrings;) 2025.03.31 17:56:31.833537 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `countSubstrings` in scope SELECT countSubstrings. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:31.857357 [ 71979 ] {d050ca67-6cbe-44ed-8f3f-20e33f062138} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `countSubstringsCaseInsensitive` in scope SELECT countSubstringsCaseInsensitive. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT countSubstringsCaseInsensitive;) 2025.03.31 17:56:31.863751 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `countSubstringsCaseInsensitive` in scope SELECT countSubstringsCaseInsensitive. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:31.888866 [ 71979 ] {3af55433-00d5-42ef-ae02-c3363ea0a9c4} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `countSubstringsCaseInsensitiveUTF8` in scope SELECT countSubstringsCaseInsensitiveUTF8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT countSubstringsCaseInsensitiveUTF8;) 2025.03.31 17:56:31.896228 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `countSubstringsCaseInsensitiveUTF8` in scope SELECT countSubstringsCaseInsensitiveUTF8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:31.920456 [ 71979 ] {73d02ce4-3c4a-4f7c-b780-bee5d728ff1d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `covarPop` in scope SELECT covarPop. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT covarPop;) 2025.03.31 17:56:31.927533 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `covarPop` in scope SELECT covarPop. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:31.950055 [ 71979 ] {df009558-ed36-42b3-9bf7-afb05ea9c9e8} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `covarPopMatrix` in scope SELECT covarPopMatrix. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT covarPopMatrix;) 2025.03.31 17:56:31.956353 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `covarPopMatrix` in scope SELECT covarPopMatrix. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:31.978937 [ 71979 ] {0ca8f6f6-5444-4900-9c34-4c477132d964} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `covarPopStable` in scope SELECT covarPopStable. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT covarPopStable;) 2025.03.31 17:56:31.984652 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `covarPopStable` in scope SELECT covarPopStable. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:32.007388 [ 71979 ] {158eefe8-4f25-4545-b3c5-588f0c8ecfdc} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `covarSamp` in scope SELECT covarSamp. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT covarSamp;) 2025.03.31 17:56:32.014108 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `covarSamp` in scope SELECT covarSamp. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:32.036414 [ 71979 ] {553b5905-6571-466b-b0ef-6fcdd2900538} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `covarSampMatrix` in scope SELECT covarSampMatrix. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT covarSampMatrix;) 2025.03.31 17:56:32.042143 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `covarSampMatrix` in scope SELECT covarSampMatrix. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:32.062189 [ 71979 ] {9903c7f5-5069-4cd9-a9b6-d5dc72d2b586} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `covarSampStable` in scope SELECT covarSampStable. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT covarSampStable;) 2025.03.31 17:56:32.067660 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `covarSampStable` in scope SELECT covarSampStable. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:32.088375 [ 71979 ] {bc24b116-dd30-4351-a753-9b075b79c19e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `cramersV` in scope SELECT cramersV. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT cramersV;) 2025.03.31 17:56:32.094255 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `cramersV` in scope SELECT cramersV. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:32.119234 [ 71979 ] {976b269f-8bd6-434a-acc4-070083078b47} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `cramersVBiasCorrected` in scope SELECT cramersVBiasCorrected. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT cramersVBiasCorrected;) 2025.03.31 17:56:32.127082 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `cramersVBiasCorrected` in scope SELECT cramersVBiasCorrected. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:32.152319 [ 71979 ] {dc7a1d91-c734-42af-8a63-ddbb4c71f709} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `curdate` in scope SELECT curdate. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT curdate;) 2025.03.31 17:56:32.158969 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `curdate` in scope SELECT curdate. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:32.186517 [ 71979 ] {4fedf16f-017b-4a31-84ab-b521f64d2b59} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `currentDatabase` in scope SELECT currentDatabase. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT currentDatabase;) 2025.03.31 17:56:32.193886 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `currentDatabase` in scope SELECT currentDatabase. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:32.222839 [ 71979 ] {eb37cf59-4b2f-4481-af3d-df7124a61769} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `currentProfiles` in scope SELECT currentProfiles. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT currentProfiles;) 2025.03.31 17:56:32.230337 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `currentProfiles` in scope SELECT currentProfiles. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:32.254033 [ 71979 ] {1369183f-24f8-4eed-966a-e4c2da8ea2ba} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `currentRoles` in scope SELECT currentRoles. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT currentRoles;) 2025.03.31 17:56:32.260897 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `currentRoles` in scope SELECT currentRoles. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:32.286861 [ 71979 ] {96e57373-481f-43a1-9ebc-a96740db0929} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `currentSchemas` in scope SELECT currentSchemas. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT currentSchemas;) 2025.03.31 17:56:32.294389 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `currentSchemas` in scope SELECT currentSchemas. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:32.318971 [ 71979 ] {0e680928-7506-4c6f-8181-7ddec67a5bc7} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `currentUser` in scope SELECT currentUser. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT currentUser;) 2025.03.31 17:56:32.325414 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `currentUser` in scope SELECT currentUser. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:32.347176 [ 71979 ] {978f4e64-905a-40c4-8e05-135ce18877df} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `current_database` in scope SELECT current_database. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT current_database;) 2025.03.31 17:56:32.352141 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `current_database` in scope SELECT current_database. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:32.371759 [ 71979 ] {60d1c950-7855-47c2-bc4c-4ec8ae9036cc} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `current_date` in scope SELECT current_date. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT current_date;) 2025.03.31 17:56:32.376238 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `current_date` in scope SELECT current_date. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:32.397578 [ 71979 ] {8b670a5c-7516-443e-a5de-29471f24eaa5} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `current_schemas` in scope SELECT current_schemas. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT current_schemas;) 2025.03.31 17:56:32.403251 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `current_schemas` in scope SELECT current_schemas. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:32.421407 [ 71979 ] {cbb18db8-43f1-4ea6-9b6d-70e5300a2687} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `current_timestamp` in scope SELECT current_timestamp. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT current_timestamp;) 2025.03.31 17:56:32.426071 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `current_timestamp` in scope SELECT current_timestamp. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:32.442197 [ 71979 ] {2379009d-13b3-474f-874f-abfe0cf4dfdc} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `current_user` in scope SELECT current_user. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT current_user;) 2025.03.31 17:56:32.446074 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `current_user` in scope SELECT current_user. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:32.463999 [ 71979 ] {99c0b383-e0cb-4de5-add2-271b97add609} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `cutFragment` in scope SELECT cutFragment. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT cutFragment;) 2025.03.31 17:56:32.468114 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `cutFragment` in scope SELECT cutFragment. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:32.484401 [ 71979 ] {913a410a-6083-4ae2-8a22-bdea5e320ed1} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `cutIPv6` in scope SELECT cutIPv6. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT cutIPv6;) 2025.03.31 17:56:32.488743 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `cutIPv6` in scope SELECT cutIPv6. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:32.494089 [ 71983 ] {3175dede-c05c-4bd1-88ee-db30dd74f161} executeQuery: Code: 69. DB::Exception: The argument 'resolution' (100) of function h3EdgeAngle is out of bounds because the maximum resolution in H3 library is 15: In scope SELECT h3EdgeAngle(100). (ARGUMENT_OUT_OF_BOUND) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33850) (comment: 01273_h3EdgeAngle_range_check.sql) (in query: SELECT h3EdgeAngle(100);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, int&&) @ 0x000000000f70dc37 4. DB::(anonymous namespace)::FunctionH3EdgeAngle::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000011c9ae08 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:32.499022 [ 71983 ] {} TCPHandler: Code: 69. DB::Exception: The argument 'resolution' (100) of function h3EdgeAngle is out of bounds because the maximum resolution in H3 library is 15: In scope SELECT h3EdgeAngle(100). (ARGUMENT_OUT_OF_BOUND), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, int&&) @ 0x000000000f70dc37 4. DB::(anonymous namespace)::FunctionH3EdgeAngle::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000011c9ae08 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:32.507132 [ 71979 ] {6cf451ac-3f02-487d-adae-e4a1d3cb77a3} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `cutQueryString` in scope SELECT cutQueryString. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT cutQueryString;) 2025.03.31 17:56:32.512510 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `cutQueryString` in scope SELECT cutQueryString. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:32.529060 [ 71979 ] {284b8d93-d86c-40bc-8288-8e07360b7f8c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `cutQueryStringAndFragment` in scope SELECT cutQueryStringAndFragment. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT cutQueryStringAndFragment;) 2025.03.31 17:56:32.534762 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `cutQueryStringAndFragment` in scope SELECT cutQueryStringAndFragment. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:32.553948 [ 71979 ] {7886a4c7-7871-4058-a402-2cdc93186ad9} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `cutToFirstSignificantSubdomain` in scope SELECT cutToFirstSignificantSubdomain. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT cutToFirstSignificantSubdomain;) 2025.03.31 17:56:32.559847 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `cutToFirstSignificantSubdomain` in scope SELECT cutToFirstSignificantSubdomain. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:32.580644 [ 71979 ] {1a1c6228-5dfb-4c56-87a5-12ce9e1d9bf8} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `cutToFirstSignificantSubdomainCustom` in scope SELECT cutToFirstSignificantSubdomainCustom. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT cutToFirstSignificantSubdomainCustom;) 2025.03.31 17:56:32.586349 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `cutToFirstSignificantSubdomainCustom` in scope SELECT cutToFirstSignificantSubdomainCustom. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:32.606996 [ 71979 ] {d60a20f7-4a7c-42d8-b27f-deef1ab0a7fd} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `cutToFirstSignificantSubdomainCustomRFC` in scope SELECT cutToFirstSignificantSubdomainCustomRFC. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT cutToFirstSignificantSubdomainCustomRFC;) 2025.03.31 17:56:32.612565 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `cutToFirstSignificantSubdomainCustomRFC` in scope SELECT cutToFirstSignificantSubdomainCustomRFC. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:32.632894 [ 71979 ] {1b7c5eee-5a9e-4443-a379-b4478f7ce099} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `cutToFirstSignificantSubdomainCustomWithWWW` in scope SELECT cutToFirstSignificantSubdomainCustomWithWWW. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT cutToFirstSignificantSubdomainCustomWithWWW;) 2025.03.31 17:56:32.639462 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `cutToFirstSignificantSubdomainCustomWithWWW` in scope SELECT cutToFirstSignificantSubdomainCustomWithWWW. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:32.661739 [ 71979 ] {57b66e9c-454b-4c5a-a556-76d827e07275} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `cutToFirstSignificantSubdomainCustomWithWWWRFC` in scope SELECT cutToFirstSignificantSubdomainCustomWithWWWRFC. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT cutToFirstSignificantSubdomainCustomWithWWWRFC;) 2025.03.31 17:56:32.668775 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `cutToFirstSignificantSubdomainCustomWithWWWRFC` in scope SELECT cutToFirstSignificantSubdomainCustomWithWWWRFC. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:32.690617 [ 71979 ] {bad4efa7-b0e2-4407-b102-0bf86da41e20} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `cutToFirstSignificantSubdomainRFC` in scope SELECT cutToFirstSignificantSubdomainRFC. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT cutToFirstSignificantSubdomainRFC;) 2025.03.31 17:56:32.697536 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `cutToFirstSignificantSubdomainRFC` in scope SELECT cutToFirstSignificantSubdomainRFC. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:32.722526 [ 71979 ] {36f7a06d-f0bf-41ac-8306-698572cc6088} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `cutToFirstSignificantSubdomainWithWWW` in scope SELECT cutToFirstSignificantSubdomainWithWWW. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT cutToFirstSignificantSubdomainWithWWW;) 2025.03.31 17:56:32.728749 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `cutToFirstSignificantSubdomainWithWWW` in scope SELECT cutToFirstSignificantSubdomainWithWWW. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:32.750247 [ 71979 ] {c83793eb-e321-41af-a97b-931fe544a074} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `cutToFirstSignificantSubdomainWithWWWRFC` in scope SELECT cutToFirstSignificantSubdomainWithWWWRFC. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT cutToFirstSignificantSubdomainWithWWWRFC;) 2025.03.31 17:56:32.756674 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `cutToFirstSignificantSubdomainWithWWWRFC` in scope SELECT cutToFirstSignificantSubdomainWithWWWRFC. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:32.779883 [ 71979 ] {42231c14-0c71-4d1f-8093-d5ebba726989} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `cutURLParameter` in scope SELECT cutURLParameter. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT cutURLParameter;) 2025.03.31 17:56:32.786523 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `cutURLParameter` in scope SELECT cutURLParameter. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:32.810549 [ 71979 ] {a94fd5bb-3f45-42ba-bdc6-8ca015cbe4dc} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `cutWWW` in scope SELECT cutWWW. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT cutWWW;) 2025.03.31 17:56:32.817222 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `cutWWW` in scope SELECT cutWWW. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:32.841096 [ 71979 ] {2f1ae296-93db-4536-a615-51c05f9783dd} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `damerauLevenshteinDistance` in scope SELECT damerauLevenshteinDistance. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT damerauLevenshteinDistance;) 2025.03.31 17:56:32.847897 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `damerauLevenshteinDistance` in scope SELECT damerauLevenshteinDistance. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:32.871403 [ 71979 ] {71187d68-0019-498e-9695-1aaea5f03e84} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dateDiff` in scope SELECT dateDiff. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dateDiff;) 2025.03.31 17:56:32.877322 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dateDiff` in scope SELECT dateDiff. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:32.899525 [ 71979 ] {1fd8ab61-a3df-4bb0-8935-6282bc18dc10} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dateName` in scope SELECT dateName. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dateName;) 2025.03.31 17:56:32.905389 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dateName` in scope SELECT dateName. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:32.924382 [ 71979 ] {0f219bce-72ed-4d5e-a97e-4f6e7343223a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dateTime64ToSnowflake` in scope SELECT dateTime64ToSnowflake. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dateTime64ToSnowflake;) 2025.03.31 17:56:32.930420 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dateTime64ToSnowflake` in scope SELECT dateTime64ToSnowflake. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:32.952883 [ 71979 ] {7235e3c4-8ca6-4226-84b6-53870eaef437} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dateTime64ToSnowflakeID` in scope SELECT dateTime64ToSnowflakeID. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dateTime64ToSnowflakeID;) 2025.03.31 17:56:32.959278 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dateTime64ToSnowflakeID` in scope SELECT dateTime64ToSnowflakeID. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:32.980826 [ 71979 ] {5523d290-a361-4c45-91cd-09539e5da4ae} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dateTimeToSnowflake` in scope SELECT dateTimeToSnowflake. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dateTimeToSnowflake;) 2025.03.31 17:56:32.986252 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dateTimeToSnowflake` in scope SELECT dateTimeToSnowflake. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:33.006235 [ 71979 ] {56f5077b-6289-4537-ac40-0d9c11b451d9} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dateTimeToSnowflakeID` in scope SELECT dateTimeToSnowflakeID. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dateTimeToSnowflakeID;) 2025.03.31 17:56:33.012641 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dateTimeToSnowflakeID` in scope SELECT dateTimeToSnowflakeID. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:33.035184 [ 71979 ] {d3e3d6d9-854b-4d33-b2e0-84ea09bcaa18} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dateTrunc` in scope SELECT dateTrunc. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dateTrunc;) 2025.03.31 17:56:33.041278 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dateTrunc` in scope SELECT dateTrunc. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:33.065288 [ 71979 ] {241a38f9-aa97-429b-9730-1f13a4bc8cb4} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `date_bin` in scope SELECT date_bin. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT date_bin;) 2025.03.31 17:56:33.072100 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `date_bin` in scope SELECT date_bin. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:33.093056 [ 71979 ] {38c7448a-d4c7-4a0d-8dbc-46c8d7f382ff} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `date_diff` in scope SELECT date_diff. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT date_diff;) 2025.03.31 17:56:33.098908 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `date_diff` in scope SELECT date_diff. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:33.119530 [ 71979 ] {833621e3-7db7-4a52-a101-08f88176da42} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `decodeHTMLComponent` in scope SELECT decodeHTMLComponent. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT decodeHTMLComponent;) 2025.03.31 17:56:33.125048 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `decodeHTMLComponent` in scope SELECT decodeHTMLComponent. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:33.145532 [ 71979 ] {f50799e6-a2dc-44ea-8a25-916125ed995a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `decodeURLComponent` in scope SELECT decodeURLComponent. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT decodeURLComponent;) 2025.03.31 17:56:33.150833 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `decodeURLComponent` in scope SELECT decodeURLComponent. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:33.171309 [ 71979 ] {15b72106-938f-4b43-8f08-d21706c302a0} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `decodeURLFormComponent` in scope SELECT decodeURLFormComponent. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT decodeURLFormComponent;) 2025.03.31 17:56:33.176804 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `decodeURLFormComponent` in scope SELECT decodeURLFormComponent. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:33.196192 [ 71979 ] {38df5168-62ab-4ff5-a7ca-82dfe29c5790} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `decodeXMLComponent` in scope SELECT decodeXMLComponent. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT decodeXMLComponent;) 2025.03.31 17:56:33.202050 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `decodeXMLComponent` in scope SELECT decodeXMLComponent. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:33.223563 [ 71979 ] {e4f7ffb7-3eed-4944-b88c-2564dc818479} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `decrypt` in scope SELECT decrypt. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT decrypt;) 2025.03.31 17:56:33.228951 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `decrypt` in scope SELECT decrypt. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:33.246332 [ 71979 ] {8992cc33-7260-4aab-a35c-2917e32cff68} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `defaultProfiles` in scope SELECT defaultProfiles. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT defaultProfiles;) 2025.03.31 17:56:33.251825 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `defaultProfiles` in scope SELECT defaultProfiles. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:33.270270 [ 71979 ] {a1382139-7389-4601-9036-504a54e5b418} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `defaultRoles` in scope SELECT defaultRoles. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT defaultRoles;) 2025.03.31 17:56:33.275989 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `defaultRoles` in scope SELECT defaultRoles. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:33.296643 [ 71979 ] {681723b2-8900-472d-a440-87a27f62f0ed} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `defaultValueOfArgumentType` in scope SELECT defaultValueOfArgumentType. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT defaultValueOfArgumentType;) 2025.03.31 17:56:33.302967 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `defaultValueOfArgumentType` in scope SELECT defaultValueOfArgumentType. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:33.322585 [ 71979 ] {89a85ada-0211-4a8e-8011-65708c4541db} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `defaultValueOfTypeName` in scope SELECT defaultValueOfTypeName. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT defaultValueOfTypeName;) 2025.03.31 17:56:33.328778 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `defaultValueOfTypeName` in scope SELECT defaultValueOfTypeName. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:33.348964 [ 71979 ] {13cd9a5b-7d73-4441-848a-e69316fa26fb} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `degrees` in scope SELECT degrees. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT degrees;) 2025.03.31 17:56:33.354550 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `degrees` in scope SELECT degrees. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:33.372244 [ 71979 ] {b6498265-4711-42df-b4a4-74d521ac3802} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `deltaSum` in scope SELECT deltaSum. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT deltaSum;) 2025.03.31 17:56:33.377823 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `deltaSum` in scope SELECT deltaSum. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:33.396370 [ 71979 ] {cfe5d097-8113-4923-821f-c49c43bd721e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `deltaSumTimestamp` in scope SELECT deltaSumTimestamp. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT deltaSumTimestamp;) 2025.03.31 17:56:33.401990 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `deltaSumTimestamp` in scope SELECT deltaSumTimestamp. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:33.421592 [ 71979 ] {3022e84f-8c8a-459f-87d5-c033934f2fcb} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `demangle` in scope SELECT demangle. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT demangle;) 2025.03.31 17:56:33.427553 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `demangle` in scope SELECT demangle. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:33.448312 [ 71979 ] {a425e485-0cfc-414a-9836-6f9b37f74075} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `denseRank` in scope SELECT denseRank. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT denseRank;) 2025.03.31 17:56:33.453858 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `denseRank` in scope SELECT denseRank. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:33.473612 [ 71979 ] {9e9ec830-2b7a-435a-8ff1-0963bef3d5d8} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dense_rank` in scope SELECT dense_rank. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dense_rank;) 2025.03.31 17:56:33.479454 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dense_rank` in scope SELECT dense_rank. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:33.498505 [ 71979 ] {71ecd53f-f738-4cd1-8488-7b6729a342d1} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `detectCharset` in scope SELECT detectCharset. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT detectCharset;) 2025.03.31 17:56:33.504245 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `detectCharset` in scope SELECT detectCharset. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:33.526601 [ 71979 ] {401d48c3-84d5-49b6-927d-61548ba06c84} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `detectLanguage` in scope SELECT detectLanguage. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT detectLanguage;) 2025.03.31 17:56:33.533031 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `detectLanguage` in scope SELECT detectLanguage. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:33.556269 [ 71979 ] {c714c2fb-ef5c-47e5-baf9-f45724e0a225} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `detectLanguageMixed` in scope SELECT detectLanguageMixed. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT detectLanguageMixed;) 2025.03.31 17:56:33.562529 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `detectLanguageMixed` in scope SELECT detectLanguageMixed. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:33.583874 [ 71979 ] {cc0d5a99-7669-4328-9a45-6c2c0833779f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `detectLanguageUnknown` in scope SELECT detectLanguageUnknown. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT detectLanguageUnknown;) 2025.03.31 17:56:33.590023 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `detectLanguageUnknown` in scope SELECT detectLanguageUnknown. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:33.610184 [ 71979 ] {0243a937-bc8d-4a66-899a-ae65be85aee1} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `detectProgrammingLanguage` in scope SELECT detectProgrammingLanguage. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT detectProgrammingLanguage;) 2025.03.31 17:56:33.615619 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `detectProgrammingLanguage` in scope SELECT detectProgrammingLanguage. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:33.634345 [ 71979 ] {00ffa117-06fb-4fc3-ac31-4261ac349713} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `detectTonality` in scope SELECT detectTonality. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT detectTonality;) 2025.03.31 17:56:33.639881 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `detectTonality` in scope SELECT detectTonality. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:33.659235 [ 71979 ] {25255079-1c9f-45d0-94cb-41682342be4c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dictGet` in scope SELECT dictGet. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dictGet;) 2025.03.31 17:56:33.665945 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dictGet` in scope SELECT dictGet. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:33.687335 [ 71979 ] {f978aa1c-a3c8-411e-8372-911d93d51fd2} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dictGetAll` in scope SELECT dictGetAll. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dictGetAll;) 2025.03.31 17:56:33.693497 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dictGetAll` in scope SELECT dictGetAll. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:33.715445 [ 71979 ] {43a337f4-1585-4993-a287-b5354377776d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dictGetChildren` in scope SELECT dictGetChildren. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dictGetChildren;) 2025.03.31 17:56:33.722503 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dictGetChildren` in scope SELECT dictGetChildren. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:33.744235 [ 71979 ] {6005a349-216e-48be-a038-6444be21b4ea} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dictGetDate` in scope SELECT dictGetDate. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dictGetDate;) 2025.03.31 17:56:33.750369 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dictGetDate` in scope SELECT dictGetDate. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:33.772724 [ 71979 ] {239f851e-2be0-4a9b-a123-22e8846b7e24} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dictGetDateOrDefault` in scope SELECT dictGetDateOrDefault. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dictGetDateOrDefault;) 2025.03.31 17:56:33.779359 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dictGetDateOrDefault` in scope SELECT dictGetDateOrDefault. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:33.802188 [ 71979 ] {6714fb6a-34ff-4d7c-8752-afc120b2b0e0} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dictGetDateTime` in scope SELECT dictGetDateTime. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dictGetDateTime;) 2025.03.31 17:56:33.809632 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dictGetDateTime` in scope SELECT dictGetDateTime. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:33.833125 [ 71979 ] {1b6c62fc-d443-4337-8a97-66cb5a0632f9} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dictGetDateTimeOrDefault` in scope SELECT dictGetDateTimeOrDefault. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dictGetDateTimeOrDefault;) 2025.03.31 17:56:33.839985 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dictGetDateTimeOrDefault` in scope SELECT dictGetDateTimeOrDefault. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:33.862946 [ 71979 ] {5263767e-bfb9-4a89-a314-23949838b54f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dictGetDescendants` in scope SELECT dictGetDescendants. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dictGetDescendants;) 2025.03.31 17:56:33.869660 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dictGetDescendants` in scope SELECT dictGetDescendants. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:33.892811 [ 71979 ] {f1a201d5-4fdc-4e97-85d6-42c9074de292} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dictGetFloat32` in scope SELECT dictGetFloat32. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dictGetFloat32;) 2025.03.31 17:56:33.899498 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dictGetFloat32` in scope SELECT dictGetFloat32. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:33.922937 [ 71979 ] {85a88651-4042-4ced-8a3e-2741af58556a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dictGetFloat32OrDefault` in scope SELECT dictGetFloat32OrDefault. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dictGetFloat32OrDefault;) 2025.03.31 17:56:33.929239 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dictGetFloat32OrDefault` in scope SELECT dictGetFloat32OrDefault. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:33.951107 [ 71979 ] {1ac0ec24-189e-44d8-a171-fdc139263227} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dictGetFloat64` in scope SELECT dictGetFloat64. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dictGetFloat64;) 2025.03.31 17:56:33.957107 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dictGetFloat64` in scope SELECT dictGetFloat64. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:33.979020 [ 71979 ] {d9e79c68-17ab-45ac-9e18-98ccd8a0a654} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dictGetFloat64OrDefault` in scope SELECT dictGetFloat64OrDefault. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dictGetFloat64OrDefault;) 2025.03.31 17:56:33.984954 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dictGetFloat64OrDefault` in scope SELECT dictGetFloat64OrDefault. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:34.006466 [ 71979 ] {82d01f35-7cd5-49dc-ae02-86bd92be1fb3} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dictGetHierarchy` in scope SELECT dictGetHierarchy. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dictGetHierarchy;) 2025.03.31 17:56:34.012379 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dictGetHierarchy` in scope SELECT dictGetHierarchy. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:34.033334 [ 71979 ] {b81f86a1-7500-41b0-b67e-5c432ebfb162} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dictGetIPv4` in scope SELECT dictGetIPv4. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dictGetIPv4;) 2025.03.31 17:56:34.039408 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dictGetIPv4` in scope SELECT dictGetIPv4. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:34.061211 [ 71979 ] {aadba19b-f514-402d-964b-7c6514a4f02f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dictGetIPv4OrDefault` in scope SELECT dictGetIPv4OrDefault. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dictGetIPv4OrDefault;) 2025.03.31 17:56:34.067460 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dictGetIPv4OrDefault` in scope SELECT dictGetIPv4OrDefault. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:34.091070 [ 71979 ] {5a27863a-1f88-4129-a05f-384140d44c4a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dictGetIPv6` in scope SELECT dictGetIPv6. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dictGetIPv6;) 2025.03.31 17:56:34.096910 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dictGetIPv6` in scope SELECT dictGetIPv6. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:34.104442 [ 71987 ] {16bbabd9-cc1a-4559-a4e0-1f7ceb2234ca} executeQuery: Code: 42. DB::Exception: Function fromUnixTimestamp64Second takes one or two arguments: In scope SELECT fromUnixTimestamp64Second(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33908) (comment: 01277_fromUnixTimestamp64.sql) (in query: -- -- Error cases SELECT fromUnixTimestamp64Second();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const* const&) @ 0x0000000008961e4a 4. DB::FunctionFromUnixTimestamp64::getReturnTypeImpl(std::vector> const&) const @ 0x000000000895e415 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:56:34.109875 [ 71987 ] {} TCPHandler: Code: 42. DB::Exception: Function fromUnixTimestamp64Second takes one or two arguments: In scope SELECT fromUnixTimestamp64Second(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const* const&) @ 0x0000000008961e4a 4. DB::FunctionFromUnixTimestamp64::getReturnTypeImpl(std::vector> const&) const @ 0x000000000895e415 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:56:34.117308 [ 71979 ] {aa9d7f23-1bab-4b3f-b58a-2d39f9e7fc26} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dictGetIPv6OrDefault` in scope SELECT dictGetIPv6OrDefault. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dictGetIPv6OrDefault;) 2025.03.31 17:56:34.123238 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dictGetIPv6OrDefault` in scope SELECT dictGetIPv6OrDefault. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:34.133535 [ 71987 ] {6a0e2d55-7180-4419-85c7-1f71204f9b81} executeQuery: Code: 42. DB::Exception: Function fromUnixTimestamp64Milli takes one or two arguments: In scope SELECT fromUnixTimestamp64Milli(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33908) (comment: 01277_fromUnixTimestamp64.sql) (in query: SELECT fromUnixTimestamp64Milli();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const* const&) @ 0x0000000008961e4a 4. DB::FunctionFromUnixTimestamp64::getReturnTypeImpl(std::vector> const&) const @ 0x000000000895e415 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:56:34.138184 [ 71987 ] {} TCPHandler: Code: 42. DB::Exception: Function fromUnixTimestamp64Milli takes one or two arguments: In scope SELECT fromUnixTimestamp64Milli(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const* const&) @ 0x0000000008961e4a 4. DB::FunctionFromUnixTimestamp64::getReturnTypeImpl(std::vector> const&) const @ 0x000000000895e415 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:56:34.144231 [ 71979 ] {6643a46c-c38c-46dd-962f-ee9fbfff3e47} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dictGetInt16` in scope SELECT dictGetInt16. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dictGetInt16;) 2025.03.31 17:56:34.150475 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dictGetInt16` in scope SELECT dictGetInt16. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:34.160539 [ 71987 ] {9145c319-11ec-4663-8d72-df034ef78128} executeQuery: Code: 42. DB::Exception: Function fromUnixTimestamp64Micro takes one or two arguments: In scope SELECT fromUnixTimestamp64Micro(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33908) (comment: 01277_fromUnixTimestamp64.sql) (in query: SELECT fromUnixTimestamp64Micro();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const* const&) @ 0x0000000008961e4a 4. DB::FunctionFromUnixTimestamp64::getReturnTypeImpl(std::vector> const&) const @ 0x000000000895e415 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:56:34.165702 [ 71987 ] {} TCPHandler: Code: 42. DB::Exception: Function fromUnixTimestamp64Micro takes one or two arguments: In scope SELECT fromUnixTimestamp64Micro(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const* const&) @ 0x0000000008961e4a 4. DB::FunctionFromUnixTimestamp64::getReturnTypeImpl(std::vector> const&) const @ 0x000000000895e415 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:56:34.172043 [ 71979 ] {2c56d9ee-8cac-4f6e-b230-2027344c4537} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dictGetInt16OrDefault` in scope SELECT dictGetInt16OrDefault. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dictGetInt16OrDefault;) 2025.03.31 17:56:34.178339 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dictGetInt16OrDefault` in scope SELECT dictGetInt16OrDefault. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:34.187467 [ 71987 ] {ad2878cf-5bc4-4992-9a10-50c2617505f2} executeQuery: Code: 42. DB::Exception: Function fromUnixTimestamp64Nano takes one or two arguments: In scope SELECT fromUnixTimestamp64Nano(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33908) (comment: 01277_fromUnixTimestamp64.sql) (in query: SELECT fromUnixTimestamp64Nano();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const* const&) @ 0x0000000008961e4a 4. DB::FunctionFromUnixTimestamp64::getReturnTypeImpl(std::vector> const&) const @ 0x000000000895e415 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:56:34.192203 [ 71987 ] {} TCPHandler: Code: 42. DB::Exception: Function fromUnixTimestamp64Nano takes one or two arguments: In scope SELECT fromUnixTimestamp64Nano(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const* const&) @ 0x0000000008961e4a 4. DB::FunctionFromUnixTimestamp64::getReturnTypeImpl(std::vector> const&) const @ 0x000000000895e415 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:56:34.199805 [ 71979 ] {311fc914-aeaf-47c0-a3e7-1aba4958f013} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dictGetInt32` in scope SELECT dictGetInt32. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dictGetInt32;) 2025.03.31 17:56:34.206236 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dictGetInt32` in scope SELECT dictGetInt32. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:34.216934 [ 68115 ] {99eec01a-77b4-4870-b605-0237371b7485} executeQuery: Code: 20. DB::Exception: Number of columns in section IN doesn't match. 1 at left, 2 at right.: while executing 'FUNCTION in(tuple(__table1.s, __table1.d, __table1.s) :: 5, __set_6772370417548762896_10210289031880068187 :: 2) -> in(tuple(__table1.s, __table1.d, __table1.s), __set_6772370417548762896_10210289031880068187) UInt8 : 1'. (NUMBER_OF_COLUMNS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33920) (comment: 00981_in_subquery_with_tuple.sh) (in query: SELECT * FROM bug WHERE (s, d, s) IN (SELECT s, max(d) FROM bug GROUP BY s)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long&&) @ 0x0000000008b120ed 4. ./build_docker/./src/Interpreters/Set.cpp:571: DB::Set::execute(std::vector> const&, bool) const @ 0x0000000038a501df 5. DB::(anonymous namespace)::FunctionIn::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000011f9ca87 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 11. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 12. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 13. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 14. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 19. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:56:34.227779 [ 71979 ] {6d1b329b-fa76-45f3-8734-f7cc53eedf66} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dictGetInt32OrDefault` in scope SELECT dictGetInt32OrDefault. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dictGetInt32OrDefault;) 2025.03.31 17:56:34.228574 [ 68115 ] {} TCPHandler: Code: 20. DB::Exception: Number of columns in section IN doesn't match. 1 at left, 2 at right.: while executing 'FUNCTION in(tuple(__table1.s, __table1.d, __table1.s) :: 5, __set_6772370417548762896_10210289031880068187 :: 2) -> in(tuple(__table1.s, __table1.d, __table1.s), __set_6772370417548762896_10210289031880068187) UInt8 : 1'. (NUMBER_OF_COLUMNS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long&&) @ 0x0000000008b120ed 4. ./build_docker/./src/Interpreters/Set.cpp:571: DB::Set::execute(std::vector> const&, bool) const @ 0x0000000038a501df 5. DB::(anonymous namespace)::FunctionIn::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000011f9ca87 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 11. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 12. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 13. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 14. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 19. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:56:34.234192 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dictGetInt32OrDefault` in scope SELECT dictGetInt32OrDefault. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:34.257172 [ 71979 ] {160c8688-c329-42de-a08d-eefda530a032} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dictGetInt64` in scope SELECT dictGetInt64. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dictGetInt64;) 2025.03.31 17:56:34.263292 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dictGetInt64` in scope SELECT dictGetInt64. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:34.286185 [ 71979 ] {0beba48e-f925-440b-8baf-a46f6277127b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dictGetInt64OrDefault` in scope SELECT dictGetInt64OrDefault. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dictGetInt64OrDefault;) 2025.03.31 17:56:34.292606 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dictGetInt64OrDefault` in scope SELECT dictGetInt64OrDefault. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:34.315763 [ 71979 ] {1af8e0d7-89f1-4f5a-ae6b-fe67f5a05104} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dictGetInt8` in scope SELECT dictGetInt8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dictGetInt8;) 2025.03.31 17:56:34.322159 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dictGetInt8` in scope SELECT dictGetInt8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:34.345753 [ 71979 ] {0087dac0-e7c8-4de1-8f72-086d70e5d2cb} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dictGetInt8OrDefault` in scope SELECT dictGetInt8OrDefault. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dictGetInt8OrDefault;) 2025.03.31 17:56:34.352321 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dictGetInt8OrDefault` in scope SELECT dictGetInt8OrDefault. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:34.376443 [ 71979 ] {35436938-1747-489b-b59d-28fcb4149dab} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dictGetOrDefault` in scope SELECT dictGetOrDefault. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dictGetOrDefault;) 2025.03.31 17:56:34.382904 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dictGetOrDefault` in scope SELECT dictGetOrDefault. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:34.406009 [ 71979 ] {db52e49d-e9e6-42c2-8162-88cfc2ccb010} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dictGetOrNull` in scope SELECT dictGetOrNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dictGetOrNull;) 2025.03.31 17:56:34.412657 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dictGetOrNull` in scope SELECT dictGetOrNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:34.433934 [ 71979 ] {2dbdbc3c-f3a7-4826-a11e-d2868fde5096} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dictGetString` in scope SELECT dictGetString. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dictGetString;) 2025.03.31 17:56:34.440462 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dictGetString` in scope SELECT dictGetString. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:34.462219 [ 71979 ] {621624ef-0686-4cc5-8c44-a88b19d874f5} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dictGetStringOrDefault` in scope SELECT dictGetStringOrDefault. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dictGetStringOrDefault;) 2025.03.31 17:56:34.469067 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dictGetStringOrDefault` in scope SELECT dictGetStringOrDefault. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:34.491564 [ 71979 ] {761fca93-de33-4130-922c-8d68e8470385} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dictGetUInt16` in scope SELECT dictGetUInt16. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dictGetUInt16;) 2025.03.31 17:56:34.497549 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dictGetUInt16` in scope SELECT dictGetUInt16. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:34.518894 [ 71979 ] {d8dfe364-c46a-4ea7-9238-5eed71ef159c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dictGetUInt16OrDefault` in scope SELECT dictGetUInt16OrDefault. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dictGetUInt16OrDefault;) 2025.03.31 17:56:34.525313 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dictGetUInt16OrDefault` in scope SELECT dictGetUInt16OrDefault. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:34.546624 [ 71979 ] {409adb9b-201e-4a1d-9f82-f3c6841c7451} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dictGetUInt32` in scope SELECT dictGetUInt32. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dictGetUInt32;) 2025.03.31 17:56:34.552706 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dictGetUInt32` in scope SELECT dictGetUInt32. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:34.574510 [ 71979 ] {8d27e7df-2ab1-4d63-8242-d664149c2b0e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dictGetUInt32OrDefault` in scope SELECT dictGetUInt32OrDefault. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dictGetUInt32OrDefault;) 2025.03.31 17:56:34.580331 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dictGetUInt32OrDefault` in scope SELECT dictGetUInt32OrDefault. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:34.600010 [ 71979 ] {ab2f99fe-e9d5-4077-a19c-6ee2906f805e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dictGetUInt64` in scope SELECT dictGetUInt64. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dictGetUInt64;) 2025.03.31 17:56:34.606327 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dictGetUInt64` in scope SELECT dictGetUInt64. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:34.626289 [ 71979 ] {01574e32-7de6-4c01-b36d-ca3a3d1a1781} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dictGetUInt64OrDefault` in scope SELECT dictGetUInt64OrDefault. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dictGetUInt64OrDefault;) 2025.03.31 17:56:34.632976 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dictGetUInt64OrDefault` in scope SELECT dictGetUInt64OrDefault. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:34.654463 [ 71979 ] {18e82d1f-c7e3-45cc-a306-0b2d6e52c5fe} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dictGetUInt8` in scope SELECT dictGetUInt8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dictGetUInt8;) 2025.03.31 17:56:34.661074 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dictGetUInt8` in scope SELECT dictGetUInt8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:34.684113 [ 71979 ] {5307f247-8473-4f63-ac88-4c6ad6137a3c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dictGetUInt8OrDefault` in scope SELECT dictGetUInt8OrDefault. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dictGetUInt8OrDefault;) 2025.03.31 17:56:34.690517 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dictGetUInt8OrDefault` in scope SELECT dictGetUInt8OrDefault. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:34.712182 [ 71979 ] {28333412-2481-4814-9580-f61b8d06094c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dictGetUUID` in scope SELECT dictGetUUID. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dictGetUUID;) 2025.03.31 17:56:34.718126 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dictGetUUID` in scope SELECT dictGetUUID. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:34.740496 [ 71979 ] {4e395ec5-1e4e-453a-948a-9dea2ff3b0aa} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dictGetUUIDOrDefault` in scope SELECT dictGetUUIDOrDefault. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dictGetUUIDOrDefault;) 2025.03.31 17:56:34.746803 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dictGetUUIDOrDefault` in scope SELECT dictGetUUIDOrDefault. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:34.768270 [ 71979 ] {e5a49693-43ba-4b99-9191-c17bd051228a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dictHas` in scope SELECT dictHas. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dictHas;) 2025.03.31 17:56:34.774721 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dictHas` in scope SELECT dictHas. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:34.797038 [ 71979 ] {31a29515-23ba-4cfb-b8ad-8f203c3bfba6} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dictIsIn` in scope SELECT dictIsIn. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dictIsIn;) 2025.03.31 17:56:34.803201 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dictIsIn` in scope SELECT dictIsIn. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:34.825351 [ 71979 ] {3e3215f7-292f-4e24-aabe-d36e59ebb655} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `displayName` in scope SELECT displayName. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT displayName;) 2025.03.31 17:56:34.832380 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `displayName` in scope SELECT displayName. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:34.855127 [ 71979 ] {dcd1b046-77af-4dad-b367-789dd6d11ccf} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `distanceL1` in scope SELECT distanceL1. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT distanceL1;) 2025.03.31 17:56:34.862300 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `distanceL1` in scope SELECT distanceL1. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:34.885071 [ 71979 ] {eb8f1eb4-7520-4921-b885-c8ccaaa2ea6d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `distanceL2` in scope SELECT distanceL2. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT distanceL2;) 2025.03.31 17:56:34.891680 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `distanceL2` in scope SELECT distanceL2. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:34.914216 [ 71979 ] {f9c5347c-3425-4c71-9047-bc1b8aef703f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `distanceL2Squared` in scope SELECT distanceL2Squared. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT distanceL2Squared;) 2025.03.31 17:56:34.920991 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `distanceL2Squared` in scope SELECT distanceL2Squared. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:34.943718 [ 71979 ] {f8768648-48bc-4d16-a6ab-83ec7fceb242} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `distanceLinf` in scope SELECT distanceLinf. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT distanceLinf;) 2025.03.31 17:56:34.946717 [ 71987 ] {f5b7ab0b-037d-4a45-bf35-a4ef9b2fffa6} executeQuery: Code: 43. DB::Exception: The first argument for function fromUnixTimestamp64Second must be integer: In scope SELECT fromUnixTimestamp64Second('abc'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33908) (comment: 01277_fromUnixTimestamp64.sql) (in query: SELECT fromUnixTimestamp64Second('abc');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const* const&) @ 0x0000000008961e4a 4. DB::FunctionFromUnixTimestamp64::getReturnTypeImpl(std::vector> const&) const @ 0x000000000895e564 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:56:34.950229 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `distanceLinf` in scope SELECT distanceLinf. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:34.951507 [ 71987 ] {} TCPHandler: Code: 43. DB::Exception: The first argument for function fromUnixTimestamp64Second must be integer: In scope SELECT fromUnixTimestamp64Second('abc'). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const* const&) @ 0x0000000008961e4a 4. DB::FunctionFromUnixTimestamp64::getReturnTypeImpl(std::vector> const&) const @ 0x000000000895e564 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:56:34.974290 [ 71979 ] {6626e231-b1b5-4032-a51f-c7aef4a28a62} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `distanceLp` in scope SELECT distanceLp. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT distanceLp;) 2025.03.31 17:56:34.974890 [ 71987 ] {f06bb271-1f9d-4ff9-b6b1-181656b9897d} executeQuery: Code: 43. DB::Exception: The first argument for function fromUnixTimestamp64Milli must be integer: In scope SELECT fromUnixTimestamp64Milli('abc'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33908) (comment: 01277_fromUnixTimestamp64.sql) (in query: SELECT fromUnixTimestamp64Milli('abc');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const* const&) @ 0x0000000008961e4a 4. DB::FunctionFromUnixTimestamp64::getReturnTypeImpl(std::vector> const&) const @ 0x000000000895e564 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:56:34.979909 [ 71987 ] {} TCPHandler: Code: 43. DB::Exception: The first argument for function fromUnixTimestamp64Milli must be integer: In scope SELECT fromUnixTimestamp64Milli('abc'). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const* const&) @ 0x0000000008961e4a 4. DB::FunctionFromUnixTimestamp64::getReturnTypeImpl(std::vector> const&) const @ 0x000000000895e564 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:56:34.981279 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `distanceLp` in scope SELECT distanceLp. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:35.001959 [ 71987 ] {8eaad57a-ae09-4474-a9c2-b26e60de606d} executeQuery: Code: 43. DB::Exception: The first argument for function fromUnixTimestamp64Micro must be integer: In scope SELECT fromUnixTimestamp64Micro('abc'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33908) (comment: 01277_fromUnixTimestamp64.sql) (in query: SELECT fromUnixTimestamp64Micro('abc');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const* const&) @ 0x0000000008961e4a 4. DB::FunctionFromUnixTimestamp64::getReturnTypeImpl(std::vector> const&) const @ 0x000000000895e564 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:56:35.002663 [ 71979 ] {574e5dc1-f7a0-4551-b851-3c388d2e19f7} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `distinctDynamicTypes` in scope SELECT distinctDynamicTypes. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT distinctDynamicTypes;) 2025.03.31 17:56:35.006962 [ 71987 ] {} TCPHandler: Code: 43. DB::Exception: The first argument for function fromUnixTimestamp64Micro must be integer: In scope SELECT fromUnixTimestamp64Micro('abc'). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const* const&) @ 0x0000000008961e4a 4. DB::FunctionFromUnixTimestamp64::getReturnTypeImpl(std::vector> const&) const @ 0x000000000895e564 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:56:35.009975 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `distinctDynamicTypes` in scope SELECT distinctDynamicTypes. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:35.030709 [ 71987 ] {63cc155a-8bdb-483c-8f51-ccea3894860a} executeQuery: Code: 43. DB::Exception: The first argument for function fromUnixTimestamp64Nano must be integer: In scope SELECT fromUnixTimestamp64Nano('abc'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33908) (comment: 01277_fromUnixTimestamp64.sql) (in query: SELECT fromUnixTimestamp64Nano('abc');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const* const&) @ 0x0000000008961e4a 4. DB::FunctionFromUnixTimestamp64::getReturnTypeImpl(std::vector> const&) const @ 0x000000000895e564 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:56:35.034691 [ 71987 ] {} TCPHandler: Code: 43. DB::Exception: The first argument for function fromUnixTimestamp64Nano must be integer: In scope SELECT fromUnixTimestamp64Nano('abc'). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const* const&) @ 0x0000000008961e4a 4. DB::FunctionFromUnixTimestamp64::getReturnTypeImpl(std::vector> const&) const @ 0x000000000895e564 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:56:35.036089 [ 71979 ] {3b1d3d8b-b635-48b5-8943-3ef815251e0f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `distinctJSONPaths` in scope SELECT distinctJSONPaths. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT distinctJSONPaths;) 2025.03.31 17:56:35.043614 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `distinctJSONPaths` in scope SELECT distinctJSONPaths. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:35.063470 [ 71987 ] {422bc3ab-ad9e-4b85-854d-e555b869736c} executeQuery: Code: 43. DB::Exception: The first argument for function fromUnixTimestamp64Second must be integer: In scope SELECT fromUnixTimestamp64Second('abc', 123). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33908) (comment: 01277_fromUnixTimestamp64.sql) (in query: SELECT fromUnixTimestamp64Second('abc', 123);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const* const&) @ 0x0000000008961e4a 4. DB::FunctionFromUnixTimestamp64::getReturnTypeImpl(std::vector> const&) const @ 0x000000000895e564 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:56:35.066606 [ 71979 ] {8c22033e-befe-494f-bbc7-4c9ce431ff08} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `distinctJSONPathsAndTypes` in scope SELECT distinctJSONPathsAndTypes. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT distinctJSONPathsAndTypes;) 2025.03.31 17:56:35.068954 [ 71987 ] {} TCPHandler: Code: 43. DB::Exception: The first argument for function fromUnixTimestamp64Second must be integer: In scope SELECT fromUnixTimestamp64Second('abc', 123). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const* const&) @ 0x0000000008961e4a 4. DB::FunctionFromUnixTimestamp64::getReturnTypeImpl(std::vector> const&) const @ 0x000000000895e564 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:56:35.072386 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `distinctJSONPathsAndTypes` in scope SELECT distinctJSONPathsAndTypes. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:35.096181 [ 71987 ] {0c3d96a1-a19f-4662-a4f9-4364d49e76aa} executeQuery: Code: 43. DB::Exception: The first argument for function fromUnixTimestamp64Milli must be integer: In scope SELECT fromUnixTimestamp64Milli('abc', 123). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33908) (comment: 01277_fromUnixTimestamp64.sql) (in query: SELECT fromUnixTimestamp64Milli('abc', 123);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const* const&) @ 0x0000000008961e4a 4. DB::FunctionFromUnixTimestamp64::getReturnTypeImpl(std::vector> const&) const @ 0x000000000895e564 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:56:35.096515 [ 71979 ] {ce4e9e0e-2916-4ac8-8536-c3584bc52e4a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `divide` in scope SELECT divide. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT divide;) 2025.03.31 17:56:35.101511 [ 71987 ] {} TCPHandler: Code: 43. DB::Exception: The first argument for function fromUnixTimestamp64Milli must be integer: In scope SELECT fromUnixTimestamp64Milli('abc', 123). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const* const&) @ 0x0000000008961e4a 4. DB::FunctionFromUnixTimestamp64::getReturnTypeImpl(std::vector> const&) const @ 0x000000000895e564 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:56:35.102831 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `divide` in scope SELECT divide. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:35.108110 [ 68114 ] {02ad5eae-bfc7-438b-8781-79d521348d40} executeQuery: Code: 20. DB::Exception: Number of columns in section IN doesn't match. 1 at left, 3 at right.: while executing 'FUNCTION in(tuple(__table1.s, __table1.d) :: 5, __set_16382062046905986574_13011399200661254231 :: 2) -> in(tuple(__table1.s, __table1.d), __set_16382062046905986574_13011399200661254231) UInt8 : 0'. (NUMBER_OF_COLUMNS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33958) (comment: 00981_in_subquery_with_tuple.sh) (in query: SELECT * FROM bug WHERE (s, d) IN (SELECT s, max(d), s FROM bug GROUP BY s)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long&&) @ 0x0000000008b120ed 4. ./build_docker/./src/Interpreters/Set.cpp:571: DB::Set::execute(std::vector> const&, bool) const @ 0x0000000038a501df 5. DB::(anonymous namespace)::FunctionIn::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000011f9ca87 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 11. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 12. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 13. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 14. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 19. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:56:35.118846 [ 68114 ] {} TCPHandler: Code: 20. DB::Exception: Number of columns in section IN doesn't match. 1 at left, 3 at right.: while executing 'FUNCTION in(tuple(__table1.s, __table1.d) :: 5, __set_16382062046905986574_13011399200661254231 :: 2) -> in(tuple(__table1.s, __table1.d), __set_16382062046905986574_13011399200661254231) UInt8 : 0'. (NUMBER_OF_COLUMNS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long&&) @ 0x0000000008b120ed 4. ./build_docker/./src/Interpreters/Set.cpp:571: DB::Set::execute(std::vector> const&, bool) const @ 0x0000000038a501df 5. DB::(anonymous namespace)::FunctionIn::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000011f9ca87 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 11. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:116: DB::FilterTransform::doTransform(DB::Chunk&) @ 0x00000000400eb98f 12. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:100: DB::FilterTransform::transform(DB::Chunk&) @ 0x00000000400eb464 13. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 14. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 19. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:56:35.124579 [ 71979 ] {7f540586-dce8-47e1-8cb1-6f760f550778} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `divideDecimal` in scope SELECT divideDecimal. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT divideDecimal;) 2025.03.31 17:56:35.129387 [ 71987 ] {5b9a30f8-5e15-4cf4-9ee6-8eb88b57e8ff} executeQuery: Code: 43. DB::Exception: The first argument for function fromUnixTimestamp64Micro must be integer: In scope SELECT fromUnixTimestamp64Micro('abc', 123). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33908) (comment: 01277_fromUnixTimestamp64.sql) (in query: SELECT fromUnixTimestamp64Micro('abc', 123);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const* const&) @ 0x0000000008961e4a 4. DB::FunctionFromUnixTimestamp64::getReturnTypeImpl(std::vector> const&) const @ 0x000000000895e564 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:56:35.130213 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `divideDecimal` in scope SELECT divideDecimal. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:35.135481 [ 71987 ] {} TCPHandler: Code: 43. DB::Exception: The first argument for function fromUnixTimestamp64Micro must be integer: In scope SELECT fromUnixTimestamp64Micro('abc', 123). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const* const&) @ 0x0000000008961e4a 4. DB::FunctionFromUnixTimestamp64::getReturnTypeImpl(std::vector> const&) const @ 0x000000000895e564 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:56:35.152654 [ 71979 ] {6cf5c0c3-a70b-41e5-971a-c751722e3676} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `domain` in scope SELECT domain. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT domain;) 2025.03.31 17:56:35.159336 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `domain` in scope SELECT domain. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:35.162152 [ 71987 ] {f4bb037a-f529-45e2-b637-4ea483b07b98} executeQuery: Code: 43. DB::Exception: The first argument for function fromUnixTimestamp64Nano must be integer: In scope SELECT fromUnixTimestamp64Nano('abc', 123). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33908) (comment: 01277_fromUnixTimestamp64.sql) (in query: SELECT fromUnixTimestamp64Nano('abc', 123);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const* const&) @ 0x0000000008961e4a 4. DB::FunctionFromUnixTimestamp64::getReturnTypeImpl(std::vector> const&) const @ 0x000000000895e564 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:56:35.167579 [ 71987 ] {} TCPHandler: Code: 43. DB::Exception: The first argument for function fromUnixTimestamp64Nano must be integer: In scope SELECT fromUnixTimestamp64Nano('abc', 123). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const* const&) @ 0x0000000008961e4a 4. DB::FunctionFromUnixTimestamp64::getReturnTypeImpl(std::vector> const&) const @ 0x000000000895e564 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:56:35.181921 [ 71979 ] {cd009692-a5da-4d75-9775-776accd6d281} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `domainRFC` in scope SELECT domainRFC. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT domainRFC;) 2025.03.31 17:56:35.189032 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `domainRFC` in scope SELECT domainRFC. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:35.212431 [ 71979 ] {e0fd3b7e-901f-49d5-a140-a1d066215095} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `domainWithoutWWW` in scope SELECT domainWithoutWWW. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT domainWithoutWWW;) 2025.03.31 17:56:35.219122 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `domainWithoutWWW` in scope SELECT domainWithoutWWW. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:35.239849 [ 71979 ] {ed59c8b0-0751-464c-b312-bf1513a9306b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `domainWithoutWWWRFC` in scope SELECT domainWithoutWWWRFC. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT domainWithoutWWWRFC;) 2025.03.31 17:56:35.245982 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `domainWithoutWWWRFC` in scope SELECT domainWithoutWWWRFC. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:35.265946 [ 71979 ] {44388b9b-bc65-4656-ab41-8f98a3003b8d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dotProduct` in scope SELECT dotProduct. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dotProduct;) 2025.03.31 17:56:35.271023 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dotProduct` in scope SELECT dotProduct. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:35.292443 [ 71979 ] {c443bcca-5084-4963-8546-63a5b1dbde51} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dumpColumnStructure` in scope SELECT dumpColumnStructure. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dumpColumnStructure;) 2025.03.31 17:56:35.299117 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dumpColumnStructure` in scope SELECT dumpColumnStructure. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:35.323502 [ 71979 ] {4a9a2d6a-9e1a-42d7-98ad-54ce2531dc69} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dynamicElement` in scope SELECT dynamicElement. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dynamicElement;) 2025.03.31 17:56:35.331163 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dynamicElement` in scope SELECT dynamicElement. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:35.354671 [ 71979 ] {cad6e02b-636f-4318-b57c-3411b61c24be} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `dynamicType` in scope SELECT dynamicType. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT dynamicType;) 2025.03.31 17:56:35.361226 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `dynamicType` in scope SELECT dynamicType. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:35.385030 [ 71979 ] {f6de214e-187c-4335-96a0-9f0ff845088f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `e` in scope SELECT e. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT e;) 2025.03.31 17:56:35.392079 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `e` in scope SELECT e. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:35.434558 [ 71979 ] {991b84fb-2d2b-4919-9aa9-4738360ba62f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `editDistance` in scope SELECT editDistance. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT editDistance;) 2025.03.31 17:56:35.444463 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `editDistance` in scope SELECT editDistance. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:35.464052 [ 71979 ] {c0026e62-5582-4968-a1c5-6f023c3ee1e3} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `editDistanceUTF8` in scope SELECT editDistanceUTF8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT editDistanceUTF8;) 2025.03.31 17:56:35.470815 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `editDistanceUTF8` in scope SELECT editDistanceUTF8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:35.502310 [ 71979 ] {b9558639-4d2c-4203-b348-68898e7b3d74} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `empty` in scope SELECT empty. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT empty;) 2025.03.31 17:56:35.509946 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `empty` in scope SELECT empty. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:35.536015 [ 71979 ] {6aaefc5e-17d6-4fed-88b3-67510e70967e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `emptyArrayDate` in scope SELECT emptyArrayDate. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT emptyArrayDate;) 2025.03.31 17:56:35.662174 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `emptyArrayDate` in scope SELECT emptyArrayDate. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:35.692327 [ 71979 ] {4c160c76-7069-47bb-a320-1d3d054ce729} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `emptyArrayDateTime` in scope SELECT emptyArrayDateTime. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT emptyArrayDateTime;) 2025.03.31 17:56:35.700848 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `emptyArrayDateTime` in scope SELECT emptyArrayDateTime. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:35.724474 [ 71979 ] {d2d8a517-47c2-4237-8ded-cb08f02e21bc} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `emptyArrayFloat32` in scope SELECT emptyArrayFloat32. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT emptyArrayFloat32;) 2025.03.31 17:56:35.731616 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `emptyArrayFloat32` in scope SELECT emptyArrayFloat32. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:35.754671 [ 71979 ] {51c52565-bff3-4b29-9fab-7b0ffc0bb376} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `emptyArrayFloat64` in scope SELECT emptyArrayFloat64. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT emptyArrayFloat64;) 2025.03.31 17:56:35.764316 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `emptyArrayFloat64` in scope SELECT emptyArrayFloat64. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:35.785497 [ 71979 ] {f0c0b98e-cc87-496e-a3b9-97fd51a527c0} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `emptyArrayInt16` in scope SELECT emptyArrayInt16. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT emptyArrayInt16;) 2025.03.31 17:56:35.791672 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `emptyArrayInt16` in scope SELECT emptyArrayInt16. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:35.810387 [ 71979 ] {c1aab74c-1cd8-4ad3-86bc-af352391c583} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `emptyArrayInt32` in scope SELECT emptyArrayInt32. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT emptyArrayInt32;) 2025.03.31 17:56:35.816389 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `emptyArrayInt32` in scope SELECT emptyArrayInt32. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:35.836279 [ 71979 ] {5100df99-54a5-4e61-827b-e4dfd08d01e5} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `emptyArrayInt64` in scope SELECT emptyArrayInt64. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT emptyArrayInt64;) 2025.03.31 17:56:35.842186 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `emptyArrayInt64` in scope SELECT emptyArrayInt64. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:35.862921 [ 71979 ] {497ab68b-c740-46e8-80f2-92bbbf3f03dc} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `emptyArrayInt8` in scope SELECT emptyArrayInt8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT emptyArrayInt8;) 2025.03.31 17:56:35.868849 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `emptyArrayInt8` in scope SELECT emptyArrayInt8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:35.888866 [ 71979 ] {6d0bf00b-c7c6-4a4a-821d-f1fcb3373717} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `emptyArrayString` in scope SELECT emptyArrayString. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT emptyArrayString;) 2025.03.31 17:56:35.894369 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `emptyArrayString` in scope SELECT emptyArrayString. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:35.910751 [ 71979 ] {44c149d3-c2e0-4fec-959b-2667578636db} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `emptyArrayToSingle` in scope SELECT emptyArrayToSingle. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT emptyArrayToSingle;) 2025.03.31 17:56:35.916238 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `emptyArrayToSingle` in scope SELECT emptyArrayToSingle. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:35.937908 [ 71979 ] {a5ff62c9-b17b-484e-8bf8-ebafc2a2d82a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `emptyArrayUInt16` in scope SELECT emptyArrayUInt16. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT emptyArrayUInt16;) 2025.03.31 17:56:35.943288 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `emptyArrayUInt16` in scope SELECT emptyArrayUInt16. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:35.961875 [ 71979 ] {cba31af4-3cc1-4d97-be8d-ccae52a42817} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `emptyArrayUInt32` in scope SELECT emptyArrayUInt32. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT emptyArrayUInt32;) 2025.03.31 17:56:35.967258 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `emptyArrayUInt32` in scope SELECT emptyArrayUInt32. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:35.985290 [ 71979 ] {ab865ce7-fbd8-4ca7-b620-324dd0ab072f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `emptyArrayUInt64` in scope SELECT emptyArrayUInt64. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT emptyArrayUInt64;) 2025.03.31 17:56:35.991199 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `emptyArrayUInt64` in scope SELECT emptyArrayUInt64. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:36.010153 [ 71979 ] {22d6ba9e-c4a5-4d26-961f-3c6815ccee92} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `emptyArrayUInt8` in scope SELECT emptyArrayUInt8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT emptyArrayUInt8;) 2025.03.31 17:56:36.015986 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `emptyArrayUInt8` in scope SELECT emptyArrayUInt8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:36.035041 [ 71979 ] {2a6eff23-05ec-493f-aa32-45e1430a7730} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `enabledProfiles` in scope SELECT enabledProfiles. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT enabledProfiles;) 2025.03.31 17:56:36.041106 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `enabledProfiles` in scope SELECT enabledProfiles. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:36.064608 [ 71979 ] {63d72bd8-ba5d-4cf9-92bb-3948a0376dcf} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `enabledRoles` in scope SELECT enabledRoles. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT enabledRoles;) 2025.03.31 17:56:36.071218 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `enabledRoles` in scope SELECT enabledRoles. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:36.088827 [ 71979 ] {09cbcf76-de1f-4b20-919c-aa4aef2b0dcc} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `encodeURLComponent` in scope SELECT encodeURLComponent. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT encodeURLComponent;) 2025.03.31 17:56:36.094823 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `encodeURLComponent` in scope SELECT encodeURLComponent. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:36.111143 [ 71979 ] {6dbfcf40-3995-4c7c-86a2-407bb8be9675} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `encodeURLFormComponent` in scope SELECT encodeURLFormComponent. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT encodeURLFormComponent;) 2025.03.31 17:56:36.116329 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `encodeURLFormComponent` in scope SELECT encodeURLFormComponent. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:36.132514 [ 71979 ] {5b612b6a-96fd-4d00-9424-7727e686e9eb} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `encodeXMLComponent` in scope SELECT encodeXMLComponent. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT encodeXMLComponent;) 2025.03.31 17:56:36.137989 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `encodeXMLComponent` in scope SELECT encodeXMLComponent. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:36.155008 [ 71979 ] {9996cfd6-ed22-461e-9945-2ed6ca25f99a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `encrypt` in scope SELECT encrypt. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT encrypt;) 2025.03.31 17:56:36.160495 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `encrypt` in scope SELECT encrypt. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:36.180743 [ 71979 ] {fcbd963c-8681-4b16-94ba-3c0b70fb3cb2} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `endsWith` in scope SELECT endsWith. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT endsWith;) 2025.03.31 17:56:36.187496 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `endsWith` in scope SELECT endsWith. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:36.209993 [ 71979 ] {75093809-2cd7-48b7-8b41-6766d2d3b109} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `endsWithUTF8` in scope SELECT endsWithUTF8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT endsWithUTF8;) 2025.03.31 17:56:36.215673 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `endsWithUTF8` in scope SELECT endsWithUTF8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:36.234857 [ 71979 ] {d5c806c4-d1ba-4a43-b547-ee2cc3936c0f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `entropy` in scope SELECT entropy. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT entropy;) 2025.03.31 17:56:36.240270 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `entropy` in scope SELECT entropy. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:36.255051 [ 71982 ] {6604c32c-c2ab-4b0e-b480-e7fb6307f57b} executeQuery: Code: 36. DB::Exception: The source storage is replicated so ALTER UPDATE/ALTER DELETE statements must use only deterministic functions. Function 'rand' is non-deterministic. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33998) (comment: 01017_mutations_with_nondeterministic_functions_zookeeper.sh) (in query: ALTER TABLE table_1017_1 DELETE WHERE ignore(rand())), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:1377: DB::MutationsInterpreter::validate() @ 0x00000000388fe039 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:238: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751960 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:56:36.259211 [ 71979 ] {e3f5193a-c868-4a66-90d7-9d4d26f2abe5} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `equals` in scope SELECT equals. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT equals;) 2025.03.31 17:56:36.262350 [ 71982 ] {} TCPHandler: Code: 36. DB::Exception: The source storage is replicated so ALTER UPDATE/ALTER DELETE statements must use only deterministic functions. Function 'rand' is non-deterministic. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:1377: DB::MutationsInterpreter::validate() @ 0x00000000388fe039 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:238: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751960 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:56:36.264329 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `equals` in scope SELECT equals. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:36.289894 [ 71979 ] {60ea4873-2e07-4b0d-bb14-604abe08c538} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `erf` in scope SELECT erf. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT erf;) 2025.03.31 17:56:36.297250 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `erf` in scope SELECT erf. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:36.320741 [ 71979 ] {322baee0-ce69-4ce4-ae1e-720f812e4b8e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `erfc` in scope SELECT erfc. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT erfc;) 2025.03.31 17:56:36.327655 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `erfc` in scope SELECT erfc. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:36.350980 [ 71979 ] {91b95068-8efc-4e30-ba55-b711d194feef} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `errorCodeToName` in scope SELECT errorCodeToName. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT errorCodeToName;) 2025.03.31 17:56:36.357500 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `errorCodeToName` in scope SELECT errorCodeToName. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:36.379883 [ 71979 ] {1b2f7cef-680e-4ea4-a9cc-b332b36bdb59} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `evalMLMethod` in scope SELECT evalMLMethod. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT evalMLMethod;) 2025.03.31 17:56:36.386886 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `evalMLMethod` in scope SELECT evalMLMethod. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:36.408711 [ 71979 ] {2f325af4-68bd-48c0-a995-b30a9a98cc0c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `exp` in scope SELECT exp. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT exp;) 2025.03.31 17:56:36.416212 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `exp` in scope SELECT exp. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:36.439624 [ 71979 ] {87ee9a61-49db-4302-a440-f158e22b924b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `exp10` in scope SELECT exp10. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT exp10;) 2025.03.31 17:56:36.445376 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `exp10` in scope SELECT exp10. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:36.467693 [ 71979 ] {1fa69f87-1d58-43d2-9ee4-5351618c0ba2} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `exp2` in scope SELECT exp2. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT exp2;) 2025.03.31 17:56:36.473422 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `exp2` in scope SELECT exp2. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:36.493581 [ 71979 ] {cc589f1a-7e2f-4410-ad20-2dfc45c0c41d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `exponentialMovingAverage` in scope SELECT exponentialMovingAverage. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT exponentialMovingAverage;) 2025.03.31 17:56:36.498318 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `exponentialMovingAverage` in scope SELECT exponentialMovingAverage. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:36.517839 [ 71979 ] {5fea3282-3c36-4b7a-9e9b-5bf80de7aab3} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `exponentialTimeDecayedAvg` in scope SELECT exponentialTimeDecayedAvg. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT exponentialTimeDecayedAvg;) 2025.03.31 17:56:36.522501 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `exponentialTimeDecayedAvg` in scope SELECT exponentialTimeDecayedAvg. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:36.551308 [ 71979 ] {0d56055f-4c0c-4487-9a99-372fb5f4b2ae} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `exponentialTimeDecayedCount` in scope SELECT exponentialTimeDecayedCount. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT exponentialTimeDecayedCount;) 2025.03.31 17:56:36.558649 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `exponentialTimeDecayedCount` in scope SELECT exponentialTimeDecayedCount. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:36.582294 [ 71979 ] {3e06aec0-daeb-4e01-9838-a072cd76b591} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `exponentialTimeDecayedMax` in scope SELECT exponentialTimeDecayedMax. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT exponentialTimeDecayedMax;) 2025.03.31 17:56:36.589225 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `exponentialTimeDecayedMax` in scope SELECT exponentialTimeDecayedMax. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:36.613171 [ 71979 ] {224d3d55-7ff6-4d52-8c95-d7fda064c3fa} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `exponentialTimeDecayedSum` in scope SELECT exponentialTimeDecayedSum. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT exponentialTimeDecayedSum;) 2025.03.31 17:56:36.620070 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `exponentialTimeDecayedSum` in scope SELECT exponentialTimeDecayedSum. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:36.644125 [ 71979 ] {6a928443-f357-4529-aa55-01051a7f2acc} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `extract` in scope SELECT extract. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT extract;) 2025.03.31 17:56:36.651131 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `extract` in scope SELECT extract. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:36.674215 [ 71979 ] {9698702b-9dd4-4ee6-8fc1-a7964e8f11eb} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `extractAll` in scope SELECT extractAll. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT extractAll;) 2025.03.31 17:56:36.680813 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `extractAll` in scope SELECT extractAll. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:36.703904 [ 71979 ] {9487435f-8a3a-4365-9a61-55b5ef6643ad} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `extractAllGroups` in scope SELECT extractAllGroups. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT extractAllGroups;) 2025.03.31 17:56:36.710534 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `extractAllGroups` in scope SELECT extractAllGroups. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:36.735176 [ 71979 ] {a048d169-dba8-4a84-9aca-10f3e07226db} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `extractAllGroupsHorizontal` in scope SELECT extractAllGroupsHorizontal. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT extractAllGroupsHorizontal;) 2025.03.31 17:56:36.741844 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `extractAllGroupsHorizontal` in scope SELECT extractAllGroupsHorizontal. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:36.764716 [ 71979 ] {c1063155-f419-43e8-884b-49cc7eb9d475} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `extractAllGroupsVertical` in scope SELECT extractAllGroupsVertical. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT extractAllGroupsVertical;) 2025.03.31 17:56:36.771248 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `extractAllGroupsVertical` in scope SELECT extractAllGroupsVertical. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:36.794116 [ 71979 ] {bdebbbcf-f3f8-4d73-b2c7-3c224da79dc4} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `extractGroups` in scope SELECT extractGroups. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT extractGroups;) 2025.03.31 17:56:36.800848 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `extractGroups` in scope SELECT extractGroups. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:36.825606 [ 71979 ] {ebf53291-7e32-4abf-a077-41f8112443d9} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `extractKeyValuePairs` in scope SELECT extractKeyValuePairs. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT extractKeyValuePairs;) 2025.03.31 17:56:36.832349 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `extractKeyValuePairs` in scope SELECT extractKeyValuePairs. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:36.855071 [ 71979 ] {b7cdacd1-7a86-4d31-8e41-1dcf13a84d94} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `extractKeyValuePairsWithEscaping` in scope SELECT extractKeyValuePairsWithEscaping. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT extractKeyValuePairsWithEscaping;) 2025.03.31 17:56:36.862559 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `extractKeyValuePairsWithEscaping` in scope SELECT extractKeyValuePairsWithEscaping. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:36.883859 [ 71979 ] {625668af-dbbe-4807-b94e-812d1f591a7b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `extractTextFromHTML` in scope SELECT extractTextFromHTML. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT extractTextFromHTML;) 2025.03.31 17:56:36.890161 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `extractTextFromHTML` in scope SELECT extractTextFromHTML. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:36.911718 [ 71979 ] {6ea5a864-c36d-4091-b520-10a75c873388} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `extractURLParameter` in scope SELECT extractURLParameter. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT extractURLParameter;) 2025.03.31 17:56:36.918051 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `extractURLParameter` in scope SELECT extractURLParameter. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:36.941285 [ 71979 ] {6c631071-f786-4b85-82a7-423fcc0c2e39} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `extractURLParameterNames` in scope SELECT extractURLParameterNames. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT extractURLParameterNames;) 2025.03.31 17:56:36.948102 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `extractURLParameterNames` in scope SELECT extractURLParameterNames. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:36.968478 [ 71979 ] {86e62cb5-d993-4f75-945f-1cec92f485a5} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `extractURLParameters` in scope SELECT extractURLParameters. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT extractURLParameters;) 2025.03.31 17:56:36.975331 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `extractURLParameters` in scope SELECT extractURLParameters. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:36.996738 [ 71979 ] {784beb89-52fa-49e9-9b4c-e24ea680caba} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `factorial` in scope SELECT factorial. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT factorial;) 2025.03.31 17:56:37.003159 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `factorial` in scope SELECT factorial. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:37.024227 [ 71979 ] {10072a69-61c1-4881-8ba4-fc7c47afaa43} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `farmFingerprint64` in scope SELECT farmFingerprint64. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT farmFingerprint64;) 2025.03.31 17:56:37.030541 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `farmFingerprint64` in scope SELECT farmFingerprint64. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:37.056115 [ 71979 ] {0bd624c1-51ae-47e4-92aa-b1afa9bd165e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `farmHash64` in scope SELECT farmHash64. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT farmHash64;) 2025.03.31 17:56:37.071151 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `farmHash64` in scope SELECT farmHash64. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:37.092665 [ 71979 ] {751143a1-1860-4edd-bee2-e4e7426b48f7} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `file` in scope SELECT file. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT file;) 2025.03.31 17:56:37.099059 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `file` in scope SELECT file. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:37.103627 [ 68111 ] {208dc783-4a9c-436c-b25b-4a386165de59} executeQuery: Code: 36. DB::Exception: The source storage is replicated so ALTER UPDATE/ALTER DELETE statements must use only deterministic functions. Function 'rand' is non-deterministic. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33952) (comment: 01017_mutations_with_nondeterministic_functions_zookeeper.sh) (in query: ALTER TABLE table_1017_1 UPDATE y = y + rand() % 1 WHERE not ignore()), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:1377: DB::MutationsInterpreter::validate() @ 0x00000000388fe039 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:238: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751960 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:56:37.109884 [ 68111 ] {} TCPHandler: Code: 36. DB::Exception: The source storage is replicated so ALTER UPDATE/ALTER DELETE statements must use only deterministic functions. Function 'rand' is non-deterministic. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:1377: DB::MutationsInterpreter::validate() @ 0x00000000388fe039 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:238: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751960 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:56:37.120676 [ 71979 ] {150a465e-915b-4e3e-bc26-aa4c6d61677b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `filesystemAvailable` in scope SELECT filesystemAvailable. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT filesystemAvailable;) 2025.03.31 17:56:37.127053 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `filesystemAvailable` in scope SELECT filesystemAvailable. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:37.154706 [ 71979 ] {8286980e-ef72-43b9-8d5f-19f34a56d368} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `filesystemCapacity` in scope SELECT filesystemCapacity. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT filesystemCapacity;) 2025.03.31 17:56:37.161731 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `filesystemCapacity` in scope SELECT filesystemCapacity. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:37.185946 [ 71979 ] {63769db0-ce9a-49c5-8506-1bab10e60a67} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `filesystemUnreserved` in scope SELECT filesystemUnreserved. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT filesystemUnreserved;) 2025.03.31 17:56:37.193775 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `filesystemUnreserved` in scope SELECT filesystemUnreserved. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:37.216583 [ 71979 ] {1dcf5eb5-a677-44ca-9bb9-bf94c4f64136} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `finalizeAggregation` in scope SELECT finalizeAggregation. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT finalizeAggregation;) 2025.03.31 17:56:37.223520 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `finalizeAggregation` in scope SELECT finalizeAggregation. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:37.248932 [ 71979 ] {b43b88e8-6bcc-4c15-b349-e01e4bd1e035} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `firstLine` in scope SELECT firstLine. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT firstLine;) 2025.03.31 17:56:37.256034 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `firstLine` in scope SELECT firstLine. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:37.281692 [ 71979 ] {d8b0bb9b-f914-4b7e-8703-45f051adc3a4} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `firstSignificantSubdomain` in scope SELECT firstSignificantSubdomain. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT firstSignificantSubdomain;) 2025.03.31 17:56:37.288363 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `firstSignificantSubdomain` in scope SELECT firstSignificantSubdomain. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:37.308463 [ 71979 ] {07b1e97c-3507-42d8-bd84-9abfb7307478} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `firstSignificantSubdomainCustom` in scope SELECT firstSignificantSubdomainCustom. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT firstSignificantSubdomainCustom;) 2025.03.31 17:56:37.314717 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `firstSignificantSubdomainCustom` in scope SELECT firstSignificantSubdomainCustom. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:37.338914 [ 71979 ] {75c9f8c1-9bc6-4582-abda-c5f6ae3471b8} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `firstSignificantSubdomainCustomRFC` in scope SELECT firstSignificantSubdomainCustomRFC. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT firstSignificantSubdomainCustomRFC;) 2025.03.31 17:56:37.345837 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `firstSignificantSubdomainCustomRFC` in scope SELECT firstSignificantSubdomainCustomRFC. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:37.371167 [ 71979 ] {a5523a62-0812-436a-ab97-77eb420217d2} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `firstSignificantSubdomainRFC` in scope SELECT firstSignificantSubdomainRFC. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT firstSignificantSubdomainRFC;) 2025.03.31 17:56:37.377868 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `firstSignificantSubdomainRFC` in scope SELECT firstSignificantSubdomainRFC. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:37.401391 [ 71979 ] {64f768a5-1982-463c-9880-da53559fcf05} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `firstValueRespectNulls` in scope SELECT firstValueRespectNulls. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT firstValueRespectNulls;) 2025.03.31 17:56:37.408194 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `firstValueRespectNulls` in scope SELECT firstValueRespectNulls. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:37.431336 [ 71979 ] {41485357-9974-40a3-9383-c0fa2cffd88c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `first_value` in scope SELECT first_value. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT first_value;) 2025.03.31 17:56:37.438085 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `first_value` in scope SELECT first_value. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:37.461576 [ 71979 ] {5ad2d87f-ec0a-4078-8eb3-0ae09ef49186} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `first_value_respect_nulls` in scope SELECT first_value_respect_nulls. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT first_value_respect_nulls;) 2025.03.31 17:56:37.468190 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `first_value_respect_nulls` in scope SELECT first_value_respect_nulls. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:37.489103 [ 71979 ] {9e7b18b2-ca4e-4ce2-b7ea-745b534f97a0} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `flameGraph` in scope SELECT flameGraph. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT flameGraph;) 2025.03.31 17:56:37.494688 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `flameGraph` in scope SELECT flameGraph. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:37.522046 [ 71979 ] {b1fc9ca7-a31f-4b29-91d0-ee9d8c35df80} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `flatten` in scope SELECT flatten. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT flatten;) 2025.03.31 17:56:37.529007 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `flatten` in scope SELECT flatten. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:37.553371 [ 71979 ] {40425fc6-08cc-4e23-a4ac-472b193fb9cf} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `flattenTuple` in scope SELECT flattenTuple. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT flattenTuple;) 2025.03.31 17:56:37.560238 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `flattenTuple` in scope SELECT flattenTuple. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:37.588433 [ 71979 ] {5c4face0-4740-4dd4-aa11-0d4e7eae9057} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `floor` in scope SELECT floor. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT floor;) 2025.03.31 17:56:37.595445 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `floor` in scope SELECT floor. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:37.620237 [ 71979 ] {4ea885c0-62de-4069-9fca-240cc6a47e8f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `format` in scope SELECT format. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT format;) 2025.03.31 17:56:37.626868 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `format` in scope SELECT format. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:37.648722 [ 71979 ] {8cd8f080-cd9f-4383-a860-8435bdb9347d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `formatDateTime` in scope SELECT formatDateTime. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT formatDateTime;) 2025.03.31 17:56:37.654812 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `formatDateTime` in scope SELECT formatDateTime. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:37.678659 [ 71979 ] {aed9f64a-b883-4bbe-949f-ca73ed26ff1e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `formatDateTimeInJodaSyntax` in scope SELECT formatDateTimeInJodaSyntax. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT formatDateTimeInJodaSyntax;) 2025.03.31 17:56:37.685833 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `formatDateTimeInJodaSyntax` in scope SELECT formatDateTimeInJodaSyntax. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:37.708087 [ 71979 ] {7bf0d2ec-567c-481c-92f3-b187fc866487} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `formatQuery` in scope SELECT formatQuery. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT formatQuery;) 2025.03.31 17:56:37.715500 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `formatQuery` in scope SELECT formatQuery. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:37.738062 [ 71979 ] {b50730b2-2f32-4bfc-83ad-ddf2d9e07214} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `formatQueryOrNull` in scope SELECT formatQueryOrNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT formatQueryOrNull;) 2025.03.31 17:56:37.744728 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `formatQueryOrNull` in scope SELECT formatQueryOrNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:37.767860 [ 71979 ] {41d3bf32-5582-48a2-8094-9be9c28fab32} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `formatQuerySingleLine` in scope SELECT formatQuerySingleLine. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT formatQuerySingleLine;) 2025.03.31 17:56:37.775054 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `formatQuerySingleLine` in scope SELECT formatQuerySingleLine. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:37.798606 [ 71979 ] {99610070-69ef-4de0-be80-f977333b2e41} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `formatQuerySingleLineOrNull` in scope SELECT formatQuerySingleLineOrNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT formatQuerySingleLineOrNull;) 2025.03.31 17:56:37.805418 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `formatQuerySingleLineOrNull` in scope SELECT formatQuerySingleLineOrNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:37.829034 [ 71979 ] {186e0317-007c-4561-b365-a899fb217cfd} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `formatReadableDecimalSize` in scope SELECT formatReadableDecimalSize. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT formatReadableDecimalSize;) 2025.03.31 17:56:37.836015 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `formatReadableDecimalSize` in scope SELECT formatReadableDecimalSize. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:37.860237 [ 71979 ] {a122bd7b-2261-49f8-a087-a9ebb84bee06} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `formatReadableQuantity` in scope SELECT formatReadableQuantity. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT formatReadableQuantity;) 2025.03.31 17:56:37.867155 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `formatReadableQuantity` in scope SELECT formatReadableQuantity. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:37.894319 [ 71979 ] {0e7fbe25-d748-440b-821e-c9b03c565d45} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `formatReadableSize` in scope SELECT formatReadableSize. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT formatReadableSize;) 2025.03.31 17:56:37.901186 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `formatReadableSize` in scope SELECT formatReadableSize. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:37.924662 [ 71979 ] {577a5c94-094f-47fa-ab20-ba3149a4f342} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `formatReadableTimeDelta` in scope SELECT formatReadableTimeDelta. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT formatReadableTimeDelta;) 2025.03.31 17:56:37.932498 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `formatReadableTimeDelta` in scope SELECT formatReadableTimeDelta. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:37.956904 [ 71979 ] {a673deea-322d-44f2-81af-73e66b0fadb0} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `formatRow` in scope SELECT formatRow. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT formatRow;) 2025.03.31 17:56:37.964006 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `formatRow` in scope SELECT formatRow. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:37.988853 [ 71979 ] {9a6ea56b-3457-4f27-8681-c28a6e4637e4} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `formatRowNoNewline` in scope SELECT formatRowNoNewline. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT formatRowNoNewline;) 2025.03.31 17:56:37.995960 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `formatRowNoNewline` in scope SELECT formatRowNoNewline. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:38.020524 [ 71979 ] {9be45102-4ef1-4343-acdd-7720bc8a0764} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `fragment` in scope SELECT fragment. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT fragment;) 2025.03.31 17:56:38.028042 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `fragment` in scope SELECT fragment. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:38.052804 [ 71979 ] {74f3ce28-8b38-4437-ac98-1856dd3de43c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `fromDaysSinceYearZero` in scope SELECT fromDaysSinceYearZero. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT fromDaysSinceYearZero;) 2025.03.31 17:56:38.064876 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `fromDaysSinceYearZero` in scope SELECT fromDaysSinceYearZero. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:38.082654 [ 71979 ] {a71a3c14-8a00-42ea-b13e-eaac40cb8b18} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `fromDaysSinceYearZero32` in scope SELECT fromDaysSinceYearZero32. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT fromDaysSinceYearZero32;) 2025.03.31 17:56:38.091059 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `fromDaysSinceYearZero32` in scope SELECT fromDaysSinceYearZero32. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:38.111230 [ 71979 ] {2444eeb6-e3df-4c52-b0d1-96e163f0be99} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `fromModifiedJulianDay` in scope SELECT fromModifiedJulianDay. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT fromModifiedJulianDay;) 2025.03.31 17:56:38.122028 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `fromModifiedJulianDay` in scope SELECT fromModifiedJulianDay. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:38.142417 [ 71979 ] {7d11cff4-4cc2-45bd-9fdb-8d8b45340202} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `fromModifiedJulianDayOrNull` in scope SELECT fromModifiedJulianDayOrNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT fromModifiedJulianDayOrNull;) 2025.03.31 17:56:38.150070 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `fromModifiedJulianDayOrNull` in scope SELECT fromModifiedJulianDayOrNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:38.170923 [ 71979 ] {5b30fb14-357c-49bf-bcb7-f40871f7115e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `fromUTCTimestamp` in scope SELECT fromUTCTimestamp. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT fromUTCTimestamp;) 2025.03.31 17:56:38.180391 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `fromUTCTimestamp` in scope SELECT fromUTCTimestamp. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:38.202893 [ 71979 ] {057cf168-c079-44e4-a5ef-231a3448ec59} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `fromUnixTimestamp` in scope SELECT fromUnixTimestamp. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT fromUnixTimestamp;) 2025.03.31 17:56:38.209930 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `fromUnixTimestamp` in scope SELECT fromUnixTimestamp. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:38.233661 [ 71979 ] {86fbb42d-3b9d-4790-a246-e7b1aefb6937} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `fromUnixTimestamp64Micro` in scope SELECT fromUnixTimestamp64Micro. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT fromUnixTimestamp64Micro;) 2025.03.31 17:56:38.251572 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `fromUnixTimestamp64Micro` in scope SELECT fromUnixTimestamp64Micro. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:38.273172 [ 71979 ] {479b9078-a06d-4e51-9b4a-c3fbcecbe1d3} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `fromUnixTimestamp64Milli` in scope SELECT fromUnixTimestamp64Milli. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT fromUnixTimestamp64Milli;) 2025.03.31 17:56:38.281532 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `fromUnixTimestamp64Milli` in scope SELECT fromUnixTimestamp64Milli. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:38.303741 [ 71979 ] {92701f94-70cb-4bec-87cf-120cd9cf6a88} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `fromUnixTimestamp64Nano` in scope SELECT fromUnixTimestamp64Nano. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT fromUnixTimestamp64Nano;) 2025.03.31 17:56:38.311525 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `fromUnixTimestamp64Nano` in scope SELECT fromUnixTimestamp64Nano. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:38.332101 [ 71979 ] {78fd6922-6130-429b-9c88-eb403cf7c287} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `fromUnixTimestamp64Second` in scope SELECT fromUnixTimestamp64Second. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT fromUnixTimestamp64Second;) 2025.03.31 17:56:38.340444 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `fromUnixTimestamp64Second` in scope SELECT fromUnixTimestamp64Second. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:38.364317 [ 71979 ] {d3eb4ef4-c785-4a24-ba58-e865e5fb696e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `fromUnixTimestampInJodaSyntax` in scope SELECT fromUnixTimestampInJodaSyntax. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT fromUnixTimestampInJodaSyntax;) 2025.03.31 17:56:38.372635 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `fromUnixTimestampInJodaSyntax` in scope SELECT fromUnixTimestampInJodaSyntax. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:38.393312 [ 71979 ] {6e34498a-5cf6-4146-b86d-2c339d8d6261} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `from_utc_timestamp` in scope SELECT from_utc_timestamp. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT from_utc_timestamp;) 2025.03.31 17:56:38.400048 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `from_utc_timestamp` in scope SELECT from_utc_timestamp. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:38.423934 [ 71979 ] {187bfbf9-67fb-4551-aba7-244c22e95638} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `fullHostName` in scope SELECT fullHostName. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT fullHostName;) 2025.03.31 17:56:38.431794 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `fullHostName` in scope SELECT fullHostName. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:38.456059 [ 71979 ] {68814327-e50d-49a3-896b-ec8775cd800f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `fuzzBits` in scope SELECT fuzzBits. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT fuzzBits;) 2025.03.31 17:56:38.463602 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `fuzzBits` in scope SELECT fuzzBits. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:38.485539 [ 71979 ] {919e214c-d240-4a54-9cf1-96ea98c8af13} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `gccMurmurHash` in scope SELECT gccMurmurHash. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT gccMurmurHash;) 2025.03.31 17:56:38.491771 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `gccMurmurHash` in scope SELECT gccMurmurHash. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:38.509679 [ 71979 ] {256d2ecd-b5b5-46aa-80ab-14b5411c7f48} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `gcd` in scope SELECT gcd. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT gcd;) 2025.03.31 17:56:38.516142 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `gcd` in scope SELECT gcd. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:38.538444 [ 71979 ] {4ac1a991-c14c-4748-9928-cfb6de27eb9e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `generateRandomStructure` in scope SELECT generateRandomStructure. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT generateRandomStructure;) 2025.03.31 17:56:38.545223 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `generateRandomStructure` in scope SELECT generateRandomStructure. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:38.566840 [ 71979 ] {abe2b0a6-83f8-4be3-98a0-16e195cdfe42} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `generateSnowflakeID` in scope SELECT generateSnowflakeID. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT generateSnowflakeID;) 2025.03.31 17:56:38.574103 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `generateSnowflakeID` in scope SELECT generateSnowflakeID. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:38.597451 [ 71979 ] {38cf0466-48e0-4426-ad3f-23330e96b391} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `generateULID` in scope SELECT generateULID. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT generateULID;) 2025.03.31 17:56:38.603881 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `generateULID` in scope SELECT generateULID. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:38.628825 [ 71979 ] {68e0bf67-bc91-4b72-8b84-83e2edd6dcf3} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `generateUUIDv4` in scope SELECT generateUUIDv4. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT generateUUIDv4;) 2025.03.31 17:56:38.635240 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `generateUUIDv4` in scope SELECT generateUUIDv4. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:38.657788 [ 71979 ] {0ce20208-8851-4260-a50a-515afb69bd2e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `generateUUIDv7` in scope SELECT generateUUIDv7. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT generateUUIDv7;) 2025.03.31 17:56:38.663981 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `generateUUIDv7` in scope SELECT generateUUIDv7. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:38.686211 [ 71979 ] {b4924d50-02d8-459b-8407-c9f50f26ace8} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `geoDistance` in scope SELECT geoDistance. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT geoDistance;) 2025.03.31 17:56:38.693101 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `geoDistance` in scope SELECT geoDistance. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:38.714724 [ 71979 ] {3050767d-ccb6-400a-b133-dea0951dca77} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `geoToH3` in scope SELECT geoToH3. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT geoToH3;) 2025.03.31 17:56:38.721053 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `geoToH3` in scope SELECT geoToH3. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:38.722972 [ 71964 ] {0b32c1bb-079f-45aa-a55b-6a52ca65f6f5} executeQuery: Code: 36. DB::Exception: The source storage is replicated so ALTER UPDATE/ALTER DELETE statements must use only deterministic functions. Function 'rand' is non-deterministic. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34014) (comment: 01017_mutations_with_nondeterministic_functions_zookeeper.sh) (in query: ALTER TABLE table_1017_1 UPDATE y = x + arrayCount(x -> (rand() + x) % 2, range(y)) WHERE not ignore()), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:1377: DB::MutationsInterpreter::validate() @ 0x00000000388fe039 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:238: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751960 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:56:38.730356 [ 71964 ] {} TCPHandler: Code: 36. DB::Exception: The source storage is replicated so ALTER UPDATE/ALTER DELETE statements must use only deterministic functions. Function 'rand' is non-deterministic. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:1377: DB::MutationsInterpreter::validate() @ 0x00000000388fe039 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:238: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751960 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:56:38.743793 [ 71979 ] {b6d74869-39fe-411b-9d2c-7fa192453e06} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `geoToS2` in scope SELECT geoToS2. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT geoToS2;) 2025.03.31 17:56:38.750170 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `geoToS2` in scope SELECT geoToS2. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:38.773219 [ 71979 ] {73397ca1-05f7-4d9a-9e40-882700209301} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `geohashDecode` in scope SELECT geohashDecode. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT geohashDecode;) 2025.03.31 17:56:38.780519 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `geohashDecode` in scope SELECT geohashDecode. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:38.801586 [ 71979 ] {f2b3e86b-4f31-496b-8479-71018b65810f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `geohashEncode` in scope SELECT geohashEncode. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT geohashEncode;) 2025.03.31 17:56:38.809836 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `geohashEncode` in scope SELECT geohashEncode. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:38.830121 [ 71979 ] {e8c9e95a-fe07-4dbe-9b29-0553f8c42282} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `geohashesInBox` in scope SELECT geohashesInBox. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT geohashesInBox;) 2025.03.31 17:56:38.838092 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `geohashesInBox` in scope SELECT geohashesInBox. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:38.860413 [ 71979 ] {a7578f85-013a-4a41-8e7d-0027a95487d2} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `getClientHTTPHeader` in scope SELECT getClientHTTPHeader. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT getClientHTTPHeader;) 2025.03.31 17:56:38.867770 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `getClientHTTPHeader` in scope SELECT getClientHTTPHeader. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:38.889111 [ 4148 ] {9d6771e1-7398-4179-a3d0-952f13e265c6} executeQuery: Code: 16. DB::Exception: Column b does not exist in the materialized view's inner table. (NO_SUCH_COLUMN_IN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33978) (comment: 03022_alter_materialized_view_query_has_inner_table.sql) (in query: ALTER TABLE mv MODIFY QUERY SELECT a, b FROM src_table;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/StorageMaterializedView.cpp:101: DB::StorageMaterializedView::alter(DB::AlterCommands const&, std::shared_ptr, std::unique_lock&) @ 0x000000003cbcbaf6 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:219: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750f74 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:56:38.890780 [ 71979 ] {ba6775e1-4f49-463c-9a23-c09c7525debe} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `getMacro` in scope SELECT getMacro. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT getMacro;) 2025.03.31 17:56:38.894336 [ 4148 ] {} TCPHandler: Code: 16. DB::Exception: Column b does not exist in the materialized view's inner table. (NO_SUCH_COLUMN_IN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/StorageMaterializedView.cpp:101: DB::StorageMaterializedView::alter(DB::AlterCommands const&, std::shared_ptr, std::unique_lock&) @ 0x000000003cbcbaf6 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:219: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750f74 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:56:38.899208 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `getMacro` in scope SELECT getMacro. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:38.923299 [ 71979 ] {3a804426-0122-485e-81d6-05c7552170c5} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `getMaxTableNameLengthForDatabase` in scope SELECT getMaxTableNameLengthForDatabase. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT getMaxTableNameLengthForDatabase;) 2025.03.31 17:56:38.931345 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `getMaxTableNameLengthForDatabase` in scope SELECT getMaxTableNameLengthForDatabase. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:38.954240 [ 71979 ] {2246e661-8fef-4d43-98d8-61c0335dac48} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `getOSKernelVersion` in scope SELECT getOSKernelVersion. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT getOSKernelVersion;) 2025.03.31 17:56:38.962525 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `getOSKernelVersion` in scope SELECT getOSKernelVersion. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:38.983751 [ 71979 ] {a0416959-7552-46a7-bdf2-fbcb2c0aa368} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `getServerPort` in scope SELECT getServerPort. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT getServerPort;) 2025.03.31 17:56:38.990509 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `getServerPort` in scope SELECT getServerPort. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:39.013438 [ 71979 ] {9c56c172-1888-4c94-b706-ed9ee94a5194} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `getSetting` in scope SELECT getSetting. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT getSetting;) 2025.03.31 17:56:39.020425 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `getSetting` in scope SELECT getSetting. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:39.043215 [ 71979 ] {43b6ced7-44d2-4293-a68b-f6c0513e0af2} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `getSettingOrDefault` in scope SELECT getSettingOrDefault. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT getSettingOrDefault;) 2025.03.31 17:56:39.052155 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `getSettingOrDefault` in scope SELECT getSettingOrDefault. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:39.073563 [ 71979 ] {32c67515-6e0e-4be2-bcfc-a5d838ad4c90} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `getSizeOfEnumType` in scope SELECT getSizeOfEnumType. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT getSizeOfEnumType;) 2025.03.31 17:56:39.080682 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `getSizeOfEnumType` in scope SELECT getSizeOfEnumType. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:39.103110 [ 71979 ] {7f0483f3-525d-48fd-80f1-c710c8753b3d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `getSubcolumn` in scope SELECT getSubcolumn. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT getSubcolumn;) 2025.03.31 17:56:39.109974 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `getSubcolumn` in scope SELECT getSubcolumn. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:39.134280 [ 71979 ] {4594a898-1403-4808-b316-1c8fbaa2ad52} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `getTypeSerializationStreams` in scope SELECT getTypeSerializationStreams. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT getTypeSerializationStreams;) 2025.03.31 17:56:39.143760 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `getTypeSerializationStreams` in scope SELECT getTypeSerializationStreams. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:39.164814 [ 71979 ] {0028efbc-25ef-44e0-bf6b-b2ef98a34f3d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `globalIn` in scope SELECT globalIn. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT globalIn;) 2025.03.31 17:56:39.171465 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `globalIn` in scope SELECT globalIn. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:39.195670 [ 71979 ] {3b7275de-537c-4895-b605-0050e6a8387f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `globalInIgnoreSet` in scope SELECT globalInIgnoreSet. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT globalInIgnoreSet;) 2025.03.31 17:56:39.204837 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `globalInIgnoreSet` in scope SELECT globalInIgnoreSet. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:39.226037 [ 71979 ] {2da960cc-6ed8-4581-95ca-5200650cc8e4} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `globalNotIn` in scope SELECT globalNotIn. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT globalNotIn;) 2025.03.31 17:56:39.234400 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `globalNotIn` in scope SELECT globalNotIn. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:39.255918 [ 71979 ] {b7559588-c2bf-413c-b845-fb1610a7992c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `globalNotInIgnoreSet` in scope SELECT globalNotInIgnoreSet. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT globalNotInIgnoreSet;) 2025.03.31 17:56:39.262935 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `globalNotInIgnoreSet` in scope SELECT globalNotInIgnoreSet. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:39.285451 [ 71979 ] {ea49bd0b-1699-4070-b801-995a26a980c9} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `globalNotNullIn` in scope SELECT globalNotNullIn. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT globalNotNullIn;) 2025.03.31 17:56:39.294968 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `globalNotNullIn` in scope SELECT globalNotNullIn. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:39.318460 [ 71979 ] {6e1f39a5-8d8e-4f91-bc92-0cded48fc5b4} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `globalNotNullInIgnoreSet` in scope SELECT globalNotNullInIgnoreSet. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT globalNotNullInIgnoreSet;) 2025.03.31 17:56:39.325369 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `globalNotNullInIgnoreSet` in scope SELECT globalNotNullInIgnoreSet. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:39.346397 [ 71979 ] {2db04d7c-5d13-43b6-ac73-3d8c44de4014} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `globalNullIn` in scope SELECT globalNullIn. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT globalNullIn;) 2025.03.31 17:56:39.353433 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `globalNullIn` in scope SELECT globalNullIn. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:39.374872 [ 71979 ] {9256289c-d8a4-4e28-8f78-0ecd3b1137d6} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `globalNullInIgnoreSet` in scope SELECT globalNullInIgnoreSet. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT globalNullInIgnoreSet;) 2025.03.31 17:56:39.381307 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `globalNullInIgnoreSet` in scope SELECT globalNullInIgnoreSet. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:39.401709 [ 71979 ] {e3ddb241-a4ad-4ebf-a506-3ee346deff98} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `globalVariable` in scope SELECT globalVariable. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT globalVariable;) 2025.03.31 17:56:39.407657 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `globalVariable` in scope SELECT globalVariable. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:39.428021 [ 71979 ] {ea5c954e-012a-40ea-a77f-4be248de1416} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `greatCircleAngle` in scope SELECT greatCircleAngle. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT greatCircleAngle;) 2025.03.31 17:56:39.433799 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `greatCircleAngle` in scope SELECT greatCircleAngle. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:39.453694 [ 71979 ] {1032b700-643e-406f-a685-e5bf7e76ad48} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `greatCircleDistance` in scope SELECT greatCircleDistance. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT greatCircleDistance;) 2025.03.31 17:56:39.460077 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `greatCircleDistance` in scope SELECT greatCircleDistance. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:39.479192 [ 71979 ] {85eba5c9-af71-4074-90e2-8f60a46de64e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `greater` in scope SELECT greater. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT greater;) 2025.03.31 17:56:39.484145 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `greater` in scope SELECT greater. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:39.503139 [ 71979 ] {b3cf2b39-b829-4376-858e-805f0ebb2a98} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `greaterOrEquals` in scope SELECT greaterOrEquals. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT greaterOrEquals;) 2025.03.31 17:56:39.508652 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `greaterOrEquals` in scope SELECT greaterOrEquals. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:39.527817 [ 71979 ] {2dbe6d04-def4-4631-b9b0-1d0e677dd42a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `greatest` in scope SELECT greatest. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT greatest;) 2025.03.31 17:56:39.533235 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `greatest` in scope SELECT greatest. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:39.550441 [ 71979 ] {2d07c0a3-2150-4b25-9b48-0fa08c5531d6} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `groupArray` in scope SELECT groupArray. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT groupArray;) 2025.03.31 17:56:39.555081 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `groupArray` in scope SELECT groupArray. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:39.573018 [ 71979 ] {e20e9809-c954-4b80-839d-befdbf6ae2ce} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `groupArrayInsertAt` in scope SELECT groupArrayInsertAt. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT groupArrayInsertAt;) 2025.03.31 17:56:39.582008 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `groupArrayInsertAt` in scope SELECT groupArrayInsertAt. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:39.598146 [ 71979 ] {b508834e-73c0-4e9b-b47a-3af50e1670b7} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `groupArrayIntersect` in scope SELECT groupArrayIntersect. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT groupArrayIntersect;) 2025.03.31 17:56:39.606022 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `groupArrayIntersect` in scope SELECT groupArrayIntersect. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:39.629245 [ 71979 ] {888531b6-923b-499b-8cc4-7d537c722753} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `groupArrayLast` in scope SELECT groupArrayLast. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT groupArrayLast;) 2025.03.31 17:56:39.638865 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `groupArrayLast` in scope SELECT groupArrayLast. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:39.655922 [ 68116 ] {c348ee2c-dba3-4cd7-9e3c-fa4b2aff7181} executeQuery: Code: 36. DB::Exception: The change of data type Nullable(String) of column `value` to Object('json') is not allowed. It has known bugs. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34032) (comment: 02725_object_column_alter.sql) (in query: ALTER TABLE t_to MODIFY COLUMN value Object('json');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. ./build_docker/./src/Storages/AlterCommands.cpp:1456: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6e0a7f 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:56:39.661594 [ 68116 ] {} TCPHandler: Code: 36. DB::Exception: The change of data type Nullable(String) of column `value` to Object('json') is not allowed. It has known bugs. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. ./build_docker/./src/Storages/AlterCommands.cpp:1456: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6e0a7f 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:56:39.661886 [ 71979 ] {c2e36737-df5c-4699-bf07-d2a9bc9e2ccc} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `groupArrayMovingAvg` in scope SELECT groupArrayMovingAvg. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT groupArrayMovingAvg;) 2025.03.31 17:56:39.669671 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `groupArrayMovingAvg` in scope SELECT groupArrayMovingAvg. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:39.692650 [ 71979 ] {b9874f18-e186-43ee-a486-6eb821a6e2c6} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `groupArrayMovingSum` in scope SELECT groupArrayMovingSum. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT groupArrayMovingSum;) 2025.03.31 17:56:39.699564 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `groupArrayMovingSum` in scope SELECT groupArrayMovingSum. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:39.722955 [ 71979 ] {cd7ac1cc-0132-40a9-bc72-33bfcac182a7} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `groupArraySample` in scope SELECT groupArraySample. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT groupArraySample;) 2025.03.31 17:56:39.729921 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `groupArraySample` in scope SELECT groupArraySample. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:39.752259 [ 71979 ] {c21d284a-e5d9-4a68-92ed-00363c6791b7} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `groupArraySorted` in scope SELECT groupArraySorted. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT groupArraySorted;) 2025.03.31 17:56:39.758831 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `groupArraySorted` in scope SELECT groupArraySorted. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:39.780872 [ 71979 ] {cf6b662d-6af8-4000-beda-514021e036d1} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `groupBitAnd` in scope SELECT groupBitAnd. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT groupBitAnd;) 2025.03.31 17:56:39.787590 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `groupBitAnd` in scope SELECT groupBitAnd. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:39.810875 [ 71979 ] {a4265d33-3b19-4484-938b-52a0171958c7} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `groupBitOr` in scope SELECT groupBitOr. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT groupBitOr;) 2025.03.31 17:56:39.817542 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `groupBitOr` in scope SELECT groupBitOr. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:39.843983 [ 71979 ] {686250d5-fda3-4b8e-9eb8-a23cb82e6fff} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `groupBitXor` in scope SELECT groupBitXor. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT groupBitXor;) 2025.03.31 17:56:39.850474 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `groupBitXor` in scope SELECT groupBitXor. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:39.870536 [ 71979 ] {fe0bae7c-dee7-4825-b0e1-38fc416c16e1} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `groupBitmap` in scope SELECT groupBitmap. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT groupBitmap;) 2025.03.31 17:56:39.877011 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `groupBitmap` in scope SELECT groupBitmap. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:39.898376 [ 71979 ] {6e87ae27-3c4b-4895-b7c3-e16cb2ebf10b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `groupBitmapAnd` in scope SELECT groupBitmapAnd. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT groupBitmapAnd;) 2025.03.31 17:56:39.904981 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `groupBitmapAnd` in scope SELECT groupBitmapAnd. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:39.926850 [ 71979 ] {3a22d018-a66c-4465-887b-ee21f58ac60e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `groupBitmapOr` in scope SELECT groupBitmapOr. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT groupBitmapOr;) 2025.03.31 17:56:39.933811 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `groupBitmapOr` in scope SELECT groupBitmapOr. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:39.958125 [ 71979 ] {9d9bc71d-3e06-413d-8678-3fbb79224103} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `groupBitmapXor` in scope SELECT groupBitmapXor. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT groupBitmapXor;) 2025.03.31 17:56:39.964893 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `groupBitmapXor` in scope SELECT groupBitmapXor. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:39.988038 [ 71979 ] {2341309f-9e32-4564-ba7b-1a40e9f09fca} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `groupConcat` in scope SELECT groupConcat. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT groupConcat;) 2025.03.31 17:56:39.995303 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `groupConcat` in scope SELECT groupConcat. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:40.019977 [ 71979 ] {dd49f461-e5f0-4c0b-b0e1-c6c8b97dee05} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `groupUniqArray` in scope SELECT groupUniqArray. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT groupUniqArray;) 2025.03.31 17:56:40.027247 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `groupUniqArray` in scope SELECT groupUniqArray. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:40.049689 [ 71979 ] {597b68af-7d11-4da8-8838-c8651e223ab1} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `group_concat` in scope SELECT group_concat. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT group_concat;) 2025.03.31 17:56:40.056124 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `group_concat` in scope SELECT group_concat. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:40.079638 [ 71979 ] {27bcca70-49eb-48e5-b496-8eb5ccd36e06} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `h3CellAreaM2` in scope SELECT h3CellAreaM2. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT h3CellAreaM2;) 2025.03.31 17:56:40.086507 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `h3CellAreaM2` in scope SELECT h3CellAreaM2. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:40.110314 [ 71979 ] {55f7c66a-2de2-4207-a584-c9c2ed51be0c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `h3CellAreaRads2` in scope SELECT h3CellAreaRads2. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT h3CellAreaRads2;) 2025.03.31 17:56:40.116841 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `h3CellAreaRads2` in scope SELECT h3CellAreaRads2. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:40.139219 [ 71979 ] {ae7011a8-16a1-4083-8c7d-44188906be0f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `h3Distance` in scope SELECT h3Distance. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT h3Distance;) 2025.03.31 17:56:40.145712 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `h3Distance` in scope SELECT h3Distance. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:40.167914 [ 71979 ] {6c21048f-31c4-40a9-8231-e05b99f73459} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `h3EdgeAngle` in scope SELECT h3EdgeAngle. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT h3EdgeAngle;) 2025.03.31 17:56:40.174492 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `h3EdgeAngle` in scope SELECT h3EdgeAngle. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:40.199930 [ 71979 ] {698bb47a-ad66-4ce0-bede-e21f5696f895} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `h3EdgeLengthKm` in scope SELECT h3EdgeLengthKm. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT h3EdgeLengthKm;) 2025.03.31 17:56:40.207140 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `h3EdgeLengthKm` in scope SELECT h3EdgeLengthKm. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:40.229673 [ 71979 ] {9e8eb8fe-602d-4c03-a770-6e2539354712} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `h3EdgeLengthM` in scope SELECT h3EdgeLengthM. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT h3EdgeLengthM;) 2025.03.31 17:56:40.236213 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `h3EdgeLengthM` in scope SELECT h3EdgeLengthM. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:40.259309 [ 71979 ] {e6223abb-ec9b-4eec-a7ec-25e196ab39b0} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `h3ExactEdgeLengthKm` in scope SELECT h3ExactEdgeLengthKm. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT h3ExactEdgeLengthKm;) 2025.03.31 17:56:40.266002 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `h3ExactEdgeLengthKm` in scope SELECT h3ExactEdgeLengthKm. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:40.289807 [ 71979 ] {a8bd8a00-b3ca-492b-a19f-9a367c61a0a6} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `h3ExactEdgeLengthM` in scope SELECT h3ExactEdgeLengthM. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT h3ExactEdgeLengthM;) 2025.03.31 17:56:40.296686 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `h3ExactEdgeLengthM` in scope SELECT h3ExactEdgeLengthM. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:40.319604 [ 71979 ] {6653c88f-d715-4ce4-adc2-4ebc5ebca32b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `h3ExactEdgeLengthRads` in scope SELECT h3ExactEdgeLengthRads. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT h3ExactEdgeLengthRads;) 2025.03.31 17:56:40.326505 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `h3ExactEdgeLengthRads` in scope SELECT h3ExactEdgeLengthRads. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:40.349852 [ 71979 ] {54c29f92-7e9b-466e-bf8b-b453e29f6445} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `h3GetBaseCell` in scope SELECT h3GetBaseCell. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT h3GetBaseCell;) 2025.03.31 17:56:40.356601 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `h3GetBaseCell` in scope SELECT h3GetBaseCell. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:40.380021 [ 71979 ] {9cc3a12e-eb41-4d9b-b24c-21cc46923774} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `h3GetDestinationIndexFromUnidirectionalEdge` in scope SELECT h3GetDestinationIndexFromUnidirectionalEdge. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT h3GetDestinationIndexFromUnidirectionalEdge;) 2025.03.31 17:56:40.386932 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `h3GetDestinationIndexFromUnidirectionalEdge` in scope SELECT h3GetDestinationIndexFromUnidirectionalEdge. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:40.410584 [ 71979 ] {dcc080d0-3474-494e-b61e-094ba6bde93b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `h3GetFaces` in scope SELECT h3GetFaces. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT h3GetFaces;) 2025.03.31 17:56:40.417802 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `h3GetFaces` in scope SELECT h3GetFaces. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:40.444090 [ 71979 ] {06c713e1-45b2-4753-be73-b04a95209cb2} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `h3GetIndexesFromUnidirectionalEdge` in scope SELECT h3GetIndexesFromUnidirectionalEdge. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT h3GetIndexesFromUnidirectionalEdge;) 2025.03.31 17:56:40.451695 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `h3GetIndexesFromUnidirectionalEdge` in scope SELECT h3GetIndexesFromUnidirectionalEdge. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:40.476065 [ 71979 ] {981e014f-73ac-48eb-858b-79868832eff3} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `h3GetOriginIndexFromUnidirectionalEdge` in scope SELECT h3GetOriginIndexFromUnidirectionalEdge. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT h3GetOriginIndexFromUnidirectionalEdge;) 2025.03.31 17:56:40.483044 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `h3GetOriginIndexFromUnidirectionalEdge` in scope SELECT h3GetOriginIndexFromUnidirectionalEdge. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:40.503625 [ 71979 ] {b4843daf-188b-4ed2-b6f6-31b933da1964} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `h3GetPentagonIndexes` in scope SELECT h3GetPentagonIndexes. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT h3GetPentagonIndexes;) 2025.03.31 17:56:40.510036 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `h3GetPentagonIndexes` in scope SELECT h3GetPentagonIndexes. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:40.532756 [ 71979 ] {fe6299b6-8ab1-44e9-bb93-40c084ab48d0} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `h3GetRes0Indexes` in scope SELECT h3GetRes0Indexes. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT h3GetRes0Indexes;) 2025.03.31 17:56:40.538930 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `h3GetRes0Indexes` in scope SELECT h3GetRes0Indexes. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:40.562494 [ 71979 ] {f887df39-cc27-4a2b-8884-6b63b4cfb4bc} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `h3GetResolution` in scope SELECT h3GetResolution. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT h3GetResolution;) 2025.03.31 17:56:40.570231 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `h3GetResolution` in scope SELECT h3GetResolution. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:40.592942 [ 71979 ] {386f03a6-81f2-4666-a5e1-f6158911b4ab} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `h3GetUnidirectionalEdge` in scope SELECT h3GetUnidirectionalEdge. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT h3GetUnidirectionalEdge;) 2025.03.31 17:56:40.600138 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `h3GetUnidirectionalEdge` in scope SELECT h3GetUnidirectionalEdge. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:40.623676 [ 71979 ] {05c18ff4-03ec-4fe9-80a5-52f48c48382c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `h3GetUnidirectionalEdgeBoundary` in scope SELECT h3GetUnidirectionalEdgeBoundary. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT h3GetUnidirectionalEdgeBoundary;) 2025.03.31 17:56:40.630634 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `h3GetUnidirectionalEdgeBoundary` in scope SELECT h3GetUnidirectionalEdgeBoundary. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:40.653700 [ 71979 ] {faca4719-01e6-408f-a36a-7981bac1227e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `h3GetUnidirectionalEdgesFromHexagon` in scope SELECT h3GetUnidirectionalEdgesFromHexagon. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT h3GetUnidirectionalEdgesFromHexagon;) 2025.03.31 17:56:40.660868 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `h3GetUnidirectionalEdgesFromHexagon` in scope SELECT h3GetUnidirectionalEdgesFromHexagon. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:40.664032 [ 71981 ] {12c1dd9f-3399-4492-9a04-9122fa3a1ca3} executeQuery: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiMatchAny('test', ['.{51}']). (HYPERSCAN_CANNOT_SCAN_TEXT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34068) (comment: 02560_regexp_denial_of_service.sql) (in query: -- test that the check which rejects hyperscan regexes with too big bounded repeats works -- {n} SELECT multiMatchAny('test', ['.{51}']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003844a215 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:40.669825 [ 71981 ] {} TCPHandler: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiMatchAny('test', ['.{51}']). (HYPERSCAN_CANNOT_SCAN_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003844a215 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:40.683968 [ 71979 ] {06392541-d567-4a53-9600-d63e1a03a165} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `h3HexAreaKm2` in scope SELECT h3HexAreaKm2. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT h3HexAreaKm2;) 2025.03.31 17:56:40.691651 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `h3HexAreaKm2` in scope SELECT h3HexAreaKm2. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:40.696874 [ 71981 ] {a81d719f-d92d-451d-8f3a-11d0c5702743} executeQuery: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiMatchAny('test', ['.{ 51}']). (HYPERSCAN_CANNOT_SCAN_TEXT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34068) (comment: 02560_regexp_denial_of_service.sql) (in query: SELECT multiMatchAny('test', ['.{ 51}']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003844a215 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:40.701771 [ 71981 ] {} TCPHandler: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiMatchAny('test', ['.{ 51}']). (HYPERSCAN_CANNOT_SCAN_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003844a215 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:40.713513 [ 71979 ] {a5975c56-a024-40f8-8fb9-3f1e417e2ade} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `h3HexAreaM2` in scope SELECT h3HexAreaM2. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT h3HexAreaM2;) 2025.03.31 17:56:40.720719 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `h3HexAreaM2` in scope SELECT h3HexAreaM2. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:40.725828 [ 71981 ] {c2437667-d42c-48c1-a42b-4f4597529540} executeQuery: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiMatchAny('test', ['.{51 }']). (HYPERSCAN_CANNOT_SCAN_TEXT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34068) (comment: 02560_regexp_denial_of_service.sql) (in query: SELECT multiMatchAny('test', ['.{51 }']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003844a215 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:40.730338 [ 71981 ] {} TCPHandler: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiMatchAny('test', ['.{51 }']). (HYPERSCAN_CANNOT_SCAN_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003844a215 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:40.745142 [ 71979 ] {f19f5285-e3e9-47f3-88bf-de0644f3b107} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `h3HexRing` in scope SELECT h3HexRing. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT h3HexRing;) 2025.03.31 17:56:40.751771 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `h3HexRing` in scope SELECT h3HexRing. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:40.753984 [ 71981 ] {bc817228-9935-46a5-95ca-439bf5209b19} executeQuery: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiMatchAny('test', ['prefix.{51}']). (HYPERSCAN_CANNOT_SCAN_TEXT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34068) (comment: 02560_regexp_denial_of_service.sql) (in query: SELECT multiMatchAny('test', ['prefix.{51}']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003844a215 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:40.758705 [ 71981 ] {} TCPHandler: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiMatchAny('test', ['prefix.{51}']). (HYPERSCAN_CANNOT_SCAN_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003844a215 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:40.774005 [ 71979 ] {9d7a9655-d28b-4669-b9f0-e65b878c5600} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `h3IndexesAreNeighbors` in scope SELECT h3IndexesAreNeighbors. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT h3IndexesAreNeighbors;) 2025.03.31 17:56:40.780449 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `h3IndexesAreNeighbors` in scope SELECT h3IndexesAreNeighbors. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:40.782839 [ 71981 ] {4fb86b75-0790-4323-81a4-d2302b48e604} executeQuery: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiMatchAny('test', ['.{51}.suffix']). (HYPERSCAN_CANNOT_SCAN_TEXT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34068) (comment: 02560_regexp_denial_of_service.sql) (in query: SELECT multiMatchAny('test', ['.{51}.suffix']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003844a215 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:40.787450 [ 71981 ] {} TCPHandler: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiMatchAny('test', ['.{51}.suffix']). (HYPERSCAN_CANNOT_SCAN_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003844a215 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:40.803243 [ 71979 ] {e489f7a4-9682-4eaf-9573-5c39f9e42737} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `h3IsPentagon` in scope SELECT h3IsPentagon. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT h3IsPentagon;) 2025.03.31 17:56:40.810275 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `h3IsPentagon` in scope SELECT h3IsPentagon. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:40.811279 [ 71981 ] {70831da4-2cec-4ef9-91cb-0020f9df4dcb} executeQuery: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiMatchAny('test', ['.{4,4}midfix{51}']). (HYPERSCAN_CANNOT_SCAN_TEXT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34068) (comment: 02560_regexp_denial_of_service.sql) (in query: SELECT multiMatchAny('test', ['.{4,4}midfix{51}']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003844a215 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:40.815983 [ 71981 ] {} TCPHandler: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiMatchAny('test', ['.{4,4}midfix{51}']). (HYPERSCAN_CANNOT_SCAN_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003844a215 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:40.837981 [ 71979 ] {b66700ec-920a-408c-ab26-b25c6d576ea7} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `h3IsResClassIII` in scope SELECT h3IsResClassIII. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT h3IsResClassIII;) 2025.03.31 17:56:40.841654 [ 71981 ] {ad953e45-bd10-4309-b52a-7ee123c30e25} executeQuery: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiMatchAny('test', ['.{51,}']). (HYPERSCAN_CANNOT_SCAN_TEXT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34068) (comment: 02560_regexp_denial_of_service.sql) (in query: -- {n,} SELECT multiMatchAny('test', ['.{51,}']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003844a215 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:40.844770 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `h3IsResClassIII` in scope SELECT h3IsResClassIII. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:40.845513 [ 71981 ] {} TCPHandler: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiMatchAny('test', ['.{51,}']). (HYPERSCAN_CANNOT_SCAN_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003844a215 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:40.868134 [ 71979 ] {1c267d2e-efe8-4ad5-80db-12b67d9107f5} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `h3IsValid` in scope SELECT h3IsValid. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT h3IsValid;) 2025.03.31 17:56:40.870588 [ 71981 ] {f1e5ac8c-aba6-468a-9132-fb3ef90a4a81} executeQuery: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiMatchAny('test', ['.{ 51,}']). (HYPERSCAN_CANNOT_SCAN_TEXT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34068) (comment: 02560_regexp_denial_of_service.sql) (in query: SELECT multiMatchAny('test', ['.{ 51,}']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003844a215 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:40.874571 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `h3IsValid` in scope SELECT h3IsValid. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:40.875675 [ 71981 ] {} TCPHandler: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiMatchAny('test', ['.{ 51,}']). (HYPERSCAN_CANNOT_SCAN_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003844a215 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:40.896669 [ 71979 ] {07446e20-107b-48fe-bccd-e4cc9d0192db} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `h3Line` in scope SELECT h3Line. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT h3Line;) 2025.03.31 17:56:40.900917 [ 71981 ] {aec472da-26f7-46d2-8002-898211047a37} executeQuery: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiMatchAny('test', ['.{51 ,}']). (HYPERSCAN_CANNOT_SCAN_TEXT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34068) (comment: 02560_regexp_denial_of_service.sql) (in query: SELECT multiMatchAny('test', ['.{51 ,}']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003844a215 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:40.902635 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `h3Line` in scope SELECT h3Line. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:40.905472 [ 71981 ] {} TCPHandler: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiMatchAny('test', ['.{51 ,}']). (HYPERSCAN_CANNOT_SCAN_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003844a215 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:40.925970 [ 71979 ] {d1365ad3-773c-48d0-adb1-e3ecedf23113} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `h3NumHexagons` in scope SELECT h3NumHexagons. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT h3NumHexagons;) 2025.03.31 17:56:40.928964 [ 71981 ] {5528ff67-3839-41e6-955f-ffb9ad612d8a} executeQuery: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiMatchAny('test', ['.{51, }']). (HYPERSCAN_CANNOT_SCAN_TEXT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34068) (comment: 02560_regexp_denial_of_service.sql) (in query: SELECT multiMatchAny('test', ['.{51, }']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003844a215 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:40.932744 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `h3NumHexagons` in scope SELECT h3NumHexagons. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:40.933953 [ 71981 ] {} TCPHandler: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiMatchAny('test', ['.{51, }']). (HYPERSCAN_CANNOT_SCAN_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003844a215 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:40.946686 [ 4232 ] {c5e07f87-3b4e-4998-85f3-efe40283a475} executeQuery: Code: 36. DB::Exception: The source storage is replicated so ALTER UPDATE/ALTER DELETE statements must use only deterministic functions. Function 'joinGet' is non-deterministic. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34096) (comment: 01017_mutations_with_nondeterministic_functions_zookeeper.sh) (in query: ALTER TABLE table_1017_1 UPDATE y = joinGet('test_7qx5n1fk.lookup_table', 'y_new', y) WHERE x=1), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:1377: DB::MutationsInterpreter::validate() @ 0x00000000388fe039 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:238: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751960 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:56:40.955915 [ 4232 ] {} TCPHandler: Code: 36. DB::Exception: The source storage is replicated so ALTER UPDATE/ALTER DELETE statements must use only deterministic functions. Function 'joinGet' is non-deterministic. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:1377: DB::MutationsInterpreter::validate() @ 0x00000000388fe039 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:238: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751960 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:56:40.956361 [ 71979 ] {f3c7f659-5889-43b6-8ea1-8fac61d28df1} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `h3PointDistKm` in scope SELECT h3PointDistKm. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT h3PointDistKm;) 2025.03.31 17:56:40.958106 [ 71981 ] {f0843320-0a5b-477d-8cde-c2c4e877350c} executeQuery: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiMatchAny('test', ['prefix.{51,}']). (HYPERSCAN_CANNOT_SCAN_TEXT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34068) (comment: 02560_regexp_denial_of_service.sql) (in query: SELECT multiMatchAny('test', ['prefix.{51,}']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003844a215 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:40.962301 [ 71981 ] {} TCPHandler: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiMatchAny('test', ['prefix.{51,}']). (HYPERSCAN_CANNOT_SCAN_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003844a215 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:40.963030 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `h3PointDistKm` in scope SELECT h3PointDistKm. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:40.985541 [ 71979 ] {02863ab8-6503-42a2-8ff4-a67f5c4f92dc} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `h3PointDistM` in scope SELECT h3PointDistM. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT h3PointDistM;) 2025.03.31 17:56:40.985564 [ 71981 ] {89117c08-23bb-4c9d-a176-cffd7e84c7d1} executeQuery: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiMatchAny('test', ['.{51,}.suffix']). (HYPERSCAN_CANNOT_SCAN_TEXT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34068) (comment: 02560_regexp_denial_of_service.sql) (in query: SELECT multiMatchAny('test', ['.{51,}.suffix']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003844a215 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:40.989935 [ 71981 ] {} TCPHandler: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiMatchAny('test', ['.{51,}.suffix']). (HYPERSCAN_CANNOT_SCAN_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003844a215 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:40.993567 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `h3PointDistM` in scope SELECT h3PointDistM. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:41.015127 [ 71979 ] {5ce9bfe4-5a34-4e1b-80fd-a0fe34fd097a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `h3PointDistRads` in scope SELECT h3PointDistRads. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT h3PointDistRads;) 2025.03.31 17:56:41.016774 [ 71981 ] {b216e6b2-e9e9-4d23-a8ae-307c5ca4114b} executeQuery: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiMatchAny('test', ['.{4,4}midfix{51,}']). (HYPERSCAN_CANNOT_SCAN_TEXT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34068) (comment: 02560_regexp_denial_of_service.sql) (in query: SELECT multiMatchAny('test', ['.{4,4}midfix{51,}']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003844a215 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:41.021713 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `h3PointDistRads` in scope SELECT h3PointDistRads. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:41.021697 [ 71981 ] {} TCPHandler: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiMatchAny('test', ['.{4,4}midfix{51,}']). (HYPERSCAN_CANNOT_SCAN_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003844a215 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:41.043633 [ 71979 ] {42cb249b-b442-4c0d-8300-33e0d5bb1d63} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `h3ToCenterChild` in scope SELECT h3ToCenterChild. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT h3ToCenterChild;) 2025.03.31 17:56:41.049516 [ 71981 ] {fcce63aa-0420-4609-9f8c-95966d5a6262} executeQuery: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiMatchAny('test', ['.{1,51}']). (HYPERSCAN_CANNOT_SCAN_TEXT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34068) (comment: 02560_regexp_denial_of_service.sql) (in query: -- {n,m} SELECT multiMatchAny('test', ['.{1,51}']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003844a215 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:41.050014 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `h3ToCenterChild` in scope SELECT h3ToCenterChild. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:41.055006 [ 71981 ] {} TCPHandler: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiMatchAny('test', ['.{1,51}']). (HYPERSCAN_CANNOT_SCAN_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003844a215 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:41.071489 [ 71979 ] {4f97ef68-0058-46c0-b05f-84f084b41188} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `h3ToChildren` in scope SELECT h3ToChildren. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT h3ToChildren;) 2025.03.31 17:56:41.077714 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `h3ToChildren` in scope SELECT h3ToChildren. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:41.081184 [ 71981 ] {f73a4e54-07f0-46ab-850e-24005741a7c2} executeQuery: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiMatchAny('test', ['.{51,52}']). (HYPERSCAN_CANNOT_SCAN_TEXT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34068) (comment: 02560_regexp_denial_of_service.sql) (in query: SELECT multiMatchAny('test', ['.{51,52}']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003844a215 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:41.086079 [ 71981 ] {} TCPHandler: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiMatchAny('test', ['.{51,52}']). (HYPERSCAN_CANNOT_SCAN_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003844a215 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:41.099687 [ 71979 ] {a71acad3-6c9a-4b22-8244-357087dedc75} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `h3ToGeo` in scope SELECT h3ToGeo. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT h3ToGeo;) 2025.03.31 17:56:41.106053 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `h3ToGeo` in scope SELECT h3ToGeo. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:41.114823 [ 71981 ] {ea251f26-a1b2-477a-993d-d3ff1f07629a} executeQuery: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiMatchAny('test', ['.{ 51,52}']). (HYPERSCAN_CANNOT_SCAN_TEXT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34068) (comment: 02560_regexp_denial_of_service.sql) (in query: SELECT multiMatchAny('test', ['.{ 51,52}']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003844a215 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:41.119981 [ 71981 ] {} TCPHandler: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiMatchAny('test', ['.{ 51,52}']). (HYPERSCAN_CANNOT_SCAN_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003844a215 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:41.129518 [ 71979 ] {98823978-a2f0-4ad3-a33c-8d5e07e14434} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `h3ToGeoBoundary` in scope SELECT h3ToGeoBoundary. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT h3ToGeoBoundary;) 2025.03.31 17:56:41.136452 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `h3ToGeoBoundary` in scope SELECT h3ToGeoBoundary. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:41.147715 [ 71981 ] {9a698608-fb17-4b81-9db0-cbbc4babebdd} executeQuery: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiMatchAny('test', ['.{51 ,52}']). (HYPERSCAN_CANNOT_SCAN_TEXT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34068) (comment: 02560_regexp_denial_of_service.sql) (in query: SELECT multiMatchAny('test', ['.{51 ,52}']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003844a215 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:41.152788 [ 71981 ] {} TCPHandler: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiMatchAny('test', ['.{51 ,52}']). (HYPERSCAN_CANNOT_SCAN_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003844a215 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:41.160904 [ 71979 ] {fe883ad8-992f-4b47-a6ef-7a36b8c24ee5} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `h3ToParent` in scope SELECT h3ToParent. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT h3ToParent;) 2025.03.31 17:56:41.167667 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `h3ToParent` in scope SELECT h3ToParent. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:41.179541 [ 71981 ] {291f2dcb-5c09-40ba-bd34-bc63e792e319} executeQuery: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiMatchAny('test', ['.{51, 52}']). (HYPERSCAN_CANNOT_SCAN_TEXT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34068) (comment: 02560_regexp_denial_of_service.sql) (in query: SELECT multiMatchAny('test', ['.{51, 52}']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003844a215 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:41.184655 [ 71981 ] {} TCPHandler: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiMatchAny('test', ['.{51, 52}']). (HYPERSCAN_CANNOT_SCAN_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003844a215 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:41.191040 [ 71979 ] {98046709-ccbb-46e9-a7fc-8754669a0eee} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `h3ToString` in scope SELECT h3ToString. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT h3ToString;) 2025.03.31 17:56:41.198269 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `h3ToString` in scope SELECT h3ToString. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:41.210863 [ 71981 ] {50ddedce-5799-4cb9-8b86-03b5369693b0} executeQuery: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiMatchAny('test', ['.{51,52 }']). (HYPERSCAN_CANNOT_SCAN_TEXT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34068) (comment: 02560_regexp_denial_of_service.sql) (in query: SELECT multiMatchAny('test', ['.{51,52 }']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003844a215 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:41.215748 [ 71981 ] {} TCPHandler: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiMatchAny('test', ['.{51,52 }']). (HYPERSCAN_CANNOT_SCAN_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003844a215 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:41.221139 [ 71979 ] {22b8ac4b-81a7-406a-9368-d6e4632795c9} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `h3UnidirectionalEdgeIsValid` in scope SELECT h3UnidirectionalEdgeIsValid. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT h3UnidirectionalEdgeIsValid;) 2025.03.31 17:56:41.229172 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `h3UnidirectionalEdgeIsValid` in scope SELECT h3UnidirectionalEdgeIsValid. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:41.242011 [ 71981 ] {e7d1c6a9-f9a1-47a1-bc8c-94b2ad955652} executeQuery: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiMatchAny('test', ['prefix.{1,51}']). (HYPERSCAN_CANNOT_SCAN_TEXT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34068) (comment: 02560_regexp_denial_of_service.sql) (in query: SELECT multiMatchAny('test', ['prefix.{1,51}']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003844a215 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:41.246935 [ 71981 ] {} TCPHandler: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiMatchAny('test', ['prefix.{1,51}']). (HYPERSCAN_CANNOT_SCAN_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003844a215 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:41.251976 [ 71979 ] {1c7e43b4-004c-4ec6-908b-bc837414a9e3} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `h3kRing` in scope SELECT h3kRing. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT h3kRing;) 2025.03.31 17:56:41.259341 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `h3kRing` in scope SELECT h3kRing. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:41.274260 [ 71981 ] {5267a500-7b0f-4280-ab9c-2073081acfaf} executeQuery: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiMatchAny('test', ['.{1,51}.suffix']). (HYPERSCAN_CANNOT_SCAN_TEXT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34068) (comment: 02560_regexp_denial_of_service.sql) (in query: SELECT multiMatchAny('test', ['.{1,51}.suffix']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003844a215 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:41.279238 [ 71981 ] {} TCPHandler: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiMatchAny('test', ['.{1,51}.suffix']). (HYPERSCAN_CANNOT_SCAN_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003844a215 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:41.282716 [ 71979 ] {876e4f71-35e3-4cfe-9993-a62674e94d51} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `halfMD5` in scope SELECT halfMD5. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT halfMD5;) 2025.03.31 17:56:41.289583 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `halfMD5` in scope SELECT halfMD5. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:41.305226 [ 71981 ] {07bfb5ba-47d4-423c-887e-113f05632ffb} executeQuery: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiMatchAny('test', ['.{4,4}midfix{1,51}']). (HYPERSCAN_CANNOT_SCAN_TEXT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34068) (comment: 02560_regexp_denial_of_service.sql) (in query: SELECT multiMatchAny('test', ['.{4,4}midfix{1,51}']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003844a215 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:41.309930 [ 71981 ] {} TCPHandler: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiMatchAny('test', ['.{4,4}midfix{1,51}']). (HYPERSCAN_CANNOT_SCAN_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003844a215 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:41.310664 [ 71979 ] {6f9a440a-6f41-4ccf-a048-26296f99ce5e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `has` in scope SELECT has. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT has;) 2025.03.31 17:56:41.317449 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `has` in scope SELECT has. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:41.338771 [ 71979 ] {1e400acc-df8d-452f-8bd5-f6e88a7094d6} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `hasAll` in scope SELECT hasAll. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT hasAll;) 2025.03.31 17:56:41.345701 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `hasAll` in scope SELECT hasAll. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:41.370277 [ 71979 ] {59e92f0d-6483-4133-887e-db82e569024e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `hasAny` in scope SELECT hasAny. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT hasAny;) 2025.03.31 17:56:41.377874 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `hasAny` in scope SELECT hasAny. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:41.401680 [ 71979 ] {32c05927-3698-4930-96a7-64861310d9d7} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `hasColumnInTable` in scope SELECT hasColumnInTable. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT hasColumnInTable;) 2025.03.31 17:56:41.410204 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `hasColumnInTable` in scope SELECT hasColumnInTable. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:41.430796 [ 71979 ] {a31b0f80-66b4-435f-a8d6-84eee691d205} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `hasSubsequence` in scope SELECT hasSubsequence. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT hasSubsequence;) 2025.03.31 17:56:41.438625 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `hasSubsequence` in scope SELECT hasSubsequence. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:41.460609 [ 71979 ] {b94c93cf-0099-436a-97cb-8ee5a5cb2147} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `hasSubsequenceCaseInsensitive` in scope SELECT hasSubsequenceCaseInsensitive. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT hasSubsequenceCaseInsensitive;) 2025.03.31 17:56:41.467383 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `hasSubsequenceCaseInsensitive` in scope SELECT hasSubsequenceCaseInsensitive. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:41.487854 [ 71979 ] {001bd8b0-f561-42d9-b4d4-73cebc78f2c0} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `hasSubsequenceCaseInsensitiveUTF8` in scope SELECT hasSubsequenceCaseInsensitiveUTF8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT hasSubsequenceCaseInsensitiveUTF8;) 2025.03.31 17:56:41.494894 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `hasSubsequenceCaseInsensitiveUTF8` in scope SELECT hasSubsequenceCaseInsensitiveUTF8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:41.519746 [ 71979 ] {d32c9def-157c-49e9-a7ee-57e4cea43d5a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `hasSubsequenceUTF8` in scope SELECT hasSubsequenceUTF8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT hasSubsequenceUTF8;) 2025.03.31 17:56:41.527495 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `hasSubsequenceUTF8` in scope SELECT hasSubsequenceUTF8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:41.549513 [ 71979 ] {9b487fb8-2e14-48e4-a061-dc41e6df5a4b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `hasSubstr` in scope SELECT hasSubstr. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT hasSubstr;) 2025.03.31 17:56:41.556643 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `hasSubstr` in scope SELECT hasSubstr. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:41.579726 [ 71979 ] {d81fd53c-5a63-4f75-9726-6c0f44565da4} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `hasThreadFuzzer` in scope SELECT hasThreadFuzzer. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT hasThreadFuzzer;) 2025.03.31 17:56:41.586503 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `hasThreadFuzzer` in scope SELECT hasThreadFuzzer. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:41.607659 [ 71979 ] {e4c5b90c-cbe1-4f55-a4df-c12a7d924611} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `hasToken` in scope SELECT hasToken. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT hasToken;) 2025.03.31 17:56:41.614078 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `hasToken` in scope SELECT hasToken. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:41.638946 [ 71979 ] {bd596325-dc5c-40e1-81c3-05dfa85ef532} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `hasTokenCaseInsensitive` in scope SELECT hasTokenCaseInsensitive. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT hasTokenCaseInsensitive;) 2025.03.31 17:56:41.646171 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `hasTokenCaseInsensitive` in scope SELECT hasTokenCaseInsensitive. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:41.650641 [ 71981 ] {fb21c017-3815-402c-aa5a-b4163870ca1b} executeQuery: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiMatchAny('Hallo Welt', ['.{51}']). (HYPERSCAN_CANNOT_SCAN_TEXT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34068) (comment: 02560_regexp_denial_of_service.sql) (in query: SELECT multiMatchAny('Hallo Welt', ['.{51}']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003844a215 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:41.656684 [ 71981 ] {} TCPHandler: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiMatchAny('Hallo Welt', ['.{51}']). (HYPERSCAN_CANNOT_SCAN_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003844a215 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:41.668658 [ 71979 ] {ef41cdc3-fa95-4967-b774-c2dac91b572d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `hasTokenCaseInsensitiveOrNull` in scope SELECT hasTokenCaseInsensitiveOrNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT hasTokenCaseInsensitiveOrNull;) 2025.03.31 17:56:41.675567 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `hasTokenCaseInsensitiveOrNull` in scope SELECT hasTokenCaseInsensitiveOrNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:41.697618 [ 71979 ] {f243d014-9b6b-4157-9794-84343b145d32} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `hasTokenOrNull` in scope SELECT hasTokenOrNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT hasTokenOrNull;) 2025.03.31 17:56:41.704189 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `hasTokenOrNull` in scope SELECT hasTokenOrNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:41.727159 [ 71979 ] {b2a073d2-7920-4a5d-b7d7-a032604ff556} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `hex` in scope SELECT hex. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT hex;) 2025.03.31 17:56:41.733686 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `hex` in scope SELECT hex. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:41.755635 [ 71979 ] {f309c9a0-0cd3-48fd-a14a-af7ff843df9d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `hilbertDecode` in scope SELECT hilbertDecode. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT hilbertDecode;) 2025.03.31 17:56:41.762208 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `hilbertDecode` in scope SELECT hilbertDecode. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:41.784206 [ 71979 ] {92c93827-0dfd-43f7-8e9c-78302335be3e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `hilbertEncode` in scope SELECT hilbertEncode. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT hilbertEncode;) 2025.03.31 17:56:41.791141 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `hilbertEncode` in scope SELECT hilbertEncode. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:41.813685 [ 71979 ] {3a73e740-75eb-45e6-ba26-be5db74e7d71} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `histogram` in scope SELECT histogram. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT histogram;) 2025.03.31 17:56:41.814602 [ 71970 ] {472542c0-d0a0-42f9-a7a6-95c17f4b9cf3} executeQuery: Code: 36. DB::Exception: The source storage is replicated so ALTER UPDATE/ALTER DELETE statements must use only deterministic functions. Function 'dictHas' is non-deterministic. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34122) (comment: 01017_mutations_with_nondeterministic_functions_zookeeper.sh) (in query: ALTER TABLE table_1017_1 DELETE WHERE dictHas('test_7qx5n1fk.dict1', toUInt64(x))), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:1377: DB::MutationsInterpreter::validate() @ 0x00000000388fe039 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:238: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751960 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:56:41.820128 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `histogram` in scope SELECT histogram. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:41.821654 [ 71970 ] {} TCPHandler: Code: 36. DB::Exception: The source storage is replicated so ALTER UPDATE/ALTER DELETE statements must use only deterministic functions. Function 'dictHas' is non-deterministic. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:1377: DB::MutationsInterpreter::validate() @ 0x00000000388fe039 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:238: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751960 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:56:41.842765 [ 71979 ] {bbae5725-647e-460c-92e0-2e3f8d1abcdd} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `hiveHash` in scope SELECT hiveHash. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT hiveHash;) 2025.03.31 17:56:41.849634 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `hiveHash` in scope SELECT hiveHash. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:41.873435 [ 71979 ] {c5b19a9e-e146-425d-b345-ccf512d62d6a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `hop` in scope SELECT hop. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT hop;) 2025.03.31 17:56:41.880958 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `hop` in scope SELECT hop. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:41.904414 [ 71979 ] {e6c2c3a4-d44c-4181-a747-efdc7f61cfba} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `hopEnd` in scope SELECT hopEnd. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT hopEnd;) 2025.03.31 17:56:41.911084 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `hopEnd` in scope SELECT hopEnd. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:41.933655 [ 71979 ] {9779473f-eecc-4bec-8214-30b71ae2a156} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `hopStart` in scope SELECT hopStart. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT hopStart;) 2025.03.31 17:56:41.940500 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `hopStart` in scope SELECT hopStart. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:41.963790 [ 71979 ] {cf6be44b-fa61-493e-89b9-9a6cfda5739f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `hostName` in scope SELECT hostName. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT hostName;) 2025.03.31 17:56:41.970271 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `hostName` in scope SELECT hostName. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:41.993662 [ 71979 ] {56adb407-f730-4a98-9312-be128c6334e8} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `hostname` in scope SELECT hostname. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT hostname;) 2025.03.31 17:56:42.000484 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `hostname` in scope SELECT hostname. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:42.022986 [ 71979 ] {60a5dc0f-5285-4ba8-b4b2-c4948c1401b2} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `hypot` in scope SELECT hypot. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT hypot;) 2025.03.31 17:56:42.029976 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `hypot` in scope SELECT hypot. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:42.052831 [ 71979 ] {e6583ed8-efe0-4be2-9bc3-b6d697113f2a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `identity` in scope SELECT identity. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT identity;) 2025.03.31 17:56:42.060997 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `identity` in scope SELECT identity. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:42.082235 [ 71979 ] {f9c023bb-7cab-4a23-9f8f-5d7fac83687c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `idnaDecode` in scope SELECT idnaDecode. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT idnaDecode;) 2025.03.31 17:56:42.088986 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `idnaDecode` in scope SELECT idnaDecode. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:42.112233 [ 71979 ] {b8bc77da-b4c9-4ed4-8043-a95cfc2f942c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `idnaEncode` in scope SELECT idnaEncode. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT idnaEncode;) 2025.03.31 17:56:42.118736 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `idnaEncode` in scope SELECT idnaEncode. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:42.143046 [ 71979 ] {3ebb9f6b-575a-4ba0-b114-55c6ac955cd9} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `if` in scope SELECT if. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT if;) 2025.03.31 17:56:42.150345 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `if` in scope SELECT if. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:42.172479 [ 71979 ] {6c911ccf-40ad-4c75-9d39-8646915a0496} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `ifNotFinite` in scope SELECT ifNotFinite. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT ifNotFinite;) 2025.03.31 17:56:42.179377 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `ifNotFinite` in scope SELECT ifNotFinite. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:42.201278 [ 71979 ] {c94cb1e1-227d-40bf-b0d1-a9e38d218121} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `ifNull` in scope SELECT ifNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT ifNull;) 2025.03.31 17:56:42.208045 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `ifNull` in scope SELECT ifNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:42.229014 [ 71979 ] {f34e3095-f5c1-4357-9b68-a26a6d1e83b1} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `ignore` in scope SELECT ignore. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT ignore;) 2025.03.31 17:56:42.235012 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `ignore` in scope SELECT ignore. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:42.255745 [ 71979 ] {c8ba67ce-619c-4c74-936d-5435215ee5ea} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `ilike` in scope SELECT ilike. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT ilike;) 2025.03.31 17:56:42.262145 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `ilike` in scope SELECT ilike. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:42.284987 [ 71979 ] {ee9beb7d-c5c4-4ddf-a4e8-5fdb0ad67c51} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `in` in scope SELECT in. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT in;) 2025.03.31 17:56:42.292157 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `in` in scope SELECT in. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:42.314330 [ 71979 ] {9e4c4279-f2d1-4412-8a9b-48adf4b2578c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `inIgnoreSet` in scope SELECT inIgnoreSet. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT inIgnoreSet;) 2025.03.31 17:56:42.320927 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `inIgnoreSet` in scope SELECT inIgnoreSet. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:42.336463 [ 71981 ] {1a5995f1-2f55-4da7-9aa4-b1e90b31ed34} executeQuery: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'. (HYPERSCAN_CANNOT_SCAN_TEXT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34068) (comment: 02560_regexp_denial_of_service.sql) (in query: SELECT multiMatchAny(c, ['.{51}']) FROM t;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003844a4c2 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 11. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 13. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 15. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 16. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:56:42.341544 [ 71981 ] {} TCPHandler: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'. (HYPERSCAN_CANNOT_SCAN_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003844a4c2 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 11. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 13. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 15. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 16. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:56:42.344395 [ 71979 ] {f9df4aaa-70b6-450a-a585-d7d847b2d905} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `indexHint` in scope SELECT indexHint. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT indexHint;) 2025.03.31 17:56:42.351571 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `indexHint` in scope SELECT indexHint. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:42.378158 [ 71979 ] {de231095-cf5c-4c4c-9d81-a48bcac52608} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `indexOf` in scope SELECT indexOf. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT indexOf;) 2025.03.31 17:56:42.386015 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `indexOf` in scope SELECT indexOf. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:42.409332 [ 71979 ] {6d89ac9a-f166-45e8-b11d-3685a4adbf51} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `indexOfAssumeSorted` in scope SELECT indexOfAssumeSorted. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT indexOfAssumeSorted;) 2025.03.31 17:56:42.417023 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `indexOfAssumeSorted` in scope SELECT indexOfAssumeSorted. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:42.439417 [ 71979 ] {d2ea5b46-aab3-4acf-96da-217d8256510d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `initcap` in scope SELECT initcap. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT initcap;) 2025.03.31 17:56:42.446452 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `initcap` in scope SELECT initcap. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:42.469191 [ 71979 ] {732e82ec-7f53-4fd2-aa4e-0c6bf23e0820} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `initcapUTF8` in scope SELECT initcapUTF8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT initcapUTF8;) 2025.03.31 17:56:42.475961 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `initcapUTF8` in scope SELECT initcapUTF8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:42.500001 [ 71979 ] {c6944241-8e6c-4fd4-ba8b-66b2315e66d4} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `initialQueryID` in scope SELECT initialQueryID. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT initialQueryID;) 2025.03.31 17:56:42.507448 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `initialQueryID` in scope SELECT initialQueryID. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:42.531915 [ 71979 ] {7a5726b9-195b-455b-880d-6fd2ee30e20a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `initial_query_id` in scope SELECT initial_query_id. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT initial_query_id;) 2025.03.31 17:56:42.539246 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `initial_query_id` in scope SELECT initial_query_id. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:42.561563 [ 71979 ] {df43616b-aca9-489a-8634-705bf2128161} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `initializeAggregation` in scope SELECT initializeAggregation. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT initializeAggregation;) 2025.03.31 17:56:42.568114 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `initializeAggregation` in scope SELECT initializeAggregation. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:42.590207 [ 71979 ] {9892c9eb-921a-461b-b697-c2560c006e73} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `instr` in scope SELECT instr. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT instr;) 2025.03.31 17:56:42.596894 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `instr` in scope SELECT instr. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:42.619875 [ 71979 ] {cc02c562-fba6-4bdb-9d54-433e0f22165c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `intDiv` in scope SELECT intDiv. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT intDiv;) 2025.03.31 17:56:42.626602 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `intDiv` in scope SELECT intDiv. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:42.649717 [ 71979 ] {4606fe84-c2b7-420e-b365-a572ad990a13} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `intDivOrZero` in scope SELECT intDivOrZero. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT intDivOrZero;) 2025.03.31 17:56:42.656585 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `intDivOrZero` in scope SELECT intDivOrZero. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:42.678357 [ 71979 ] {a89e99be-6d52-4877-b82b-c4ac8509241c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `intExp10` in scope SELECT intExp10. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT intExp10;) 2025.03.31 17:56:42.685077 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `intExp10` in scope SELECT intExp10. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:42.706631 [ 71979 ] {6828e3f0-f5f2-4fd0-a52a-c910f2818f43} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `intExp2` in scope SELECT intExp2. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT intExp2;) 2025.03.31 17:56:42.713727 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `intExp2` in scope SELECT intExp2. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:42.736106 [ 71979 ] {625cdd1a-3c99-43a7-aa7e-352e5e963b79} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `intHash32` in scope SELECT intHash32. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT intHash32;) 2025.03.31 17:56:42.745001 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `intHash32` in scope SELECT intHash32. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:42.765796 [ 71979 ] {0df2442b-05d9-455c-869e-890f5a0a7ae9} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `intHash64` in scope SELECT intHash64. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT intHash64;) 2025.03.31 17:56:42.772982 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `intHash64` in scope SELECT intHash64. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:42.792498 [ 71979 ] {096043ec-1be8-4e86-9667-9fb055388f5f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `intervalLengthSum` in scope SELECT intervalLengthSum. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT intervalLengthSum;) 2025.03.31 17:56:42.799106 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `intervalLengthSum` in scope SELECT intervalLengthSum. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:42.820406 [ 71979 ] {0e3437fc-8bab-4ce8-bf01-46d58422c756} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `isConstant` in scope SELECT isConstant. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT isConstant;) 2025.03.31 17:56:42.826733 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `isConstant` in scope SELECT isConstant. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:42.847523 [ 71979 ] {ae66b00e-6220-4226-910e-dff8164f1d90} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `isDecimalOverflow` in scope SELECT isDecimalOverflow. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT isDecimalOverflow;) 2025.03.31 17:56:42.853660 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `isDecimalOverflow` in scope SELECT isDecimalOverflow. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:42.874889 [ 71979 ] {0234b771-e77d-4d44-85ce-da894ca0ac5e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `isDynamicElementInSharedData` in scope SELECT isDynamicElementInSharedData. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT isDynamicElementInSharedData;) 2025.03.31 17:56:42.881582 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `isDynamicElementInSharedData` in scope SELECT isDynamicElementInSharedData. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:42.903481 [ 71979 ] {1e63a5ac-3aa8-4a37-9691-8a8efa2d81c2} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `isFinite` in scope SELECT isFinite. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT isFinite;) 2025.03.31 17:56:42.910618 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `isFinite` in scope SELECT isFinite. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:42.933129 [ 71979 ] {51614d32-2bda-4a9a-89e8-852a0643db73} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `isIPAddressInRange` in scope SELECT isIPAddressInRange. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT isIPAddressInRange;) 2025.03.31 17:56:42.940138 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `isIPAddressInRange` in scope SELECT isIPAddressInRange. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:42.962236 [ 71979 ] {2714bffb-c9b6-4856-a66d-1167da890daf} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `isIPv4String` in scope SELECT isIPv4String. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT isIPv4String;) 2025.03.31 17:56:42.970043 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `isIPv4String` in scope SELECT isIPv4String. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:42.994557 [ 71979 ] {84714c8d-9d79-4638-b20f-42430fe107a4} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `isIPv6String` in scope SELECT isIPv6String. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT isIPv6String;) 2025.03.31 17:56:43.002188 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `isIPv6String` in scope SELECT isIPv6String. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:43.029672 [ 71979 ] {f09af61a-ff0a-41c8-9b23-b059cdba123e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `isInfinite` in scope SELECT isInfinite. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT isInfinite;) 2025.03.31 17:56:43.037885 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `isInfinite` in scope SELECT isInfinite. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:43.061123 [ 71979 ] {3a6750cd-d4de-4b26-b2e3-05a0d470b205} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `isNaN` in scope SELECT isNaN. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT isNaN;) 2025.03.31 17:56:43.069485 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `isNaN` in scope SELECT isNaN. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:43.092337 [ 71979 ] {cb86632f-2c69-4024-aabe-e83fc768d715} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `isNotDistinctFrom` in scope SELECT isNotDistinctFrom. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT isNotDistinctFrom;) 2025.03.31 17:56:43.102983 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `isNotDistinctFrom` in scope SELECT isNotDistinctFrom. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:43.126906 [ 71979 ] {93fa23af-486e-4134-ae74-ee66e32de020} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `isNotNull` in scope SELECT isNotNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT isNotNull;) 2025.03.31 17:56:43.133748 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `isNotNull` in scope SELECT isNotNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:43.138139 [ 71981 ] {20c54d23-496c-45f6-a533-856c6fc2bfb0} executeQuery: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiMatchAnyIndex('Hallo Welt', ['.{51}']). (HYPERSCAN_CANNOT_SCAN_TEXT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34068) (comment: 02560_regexp_denial_of_service.sql) (in query: SELECT multiMatchAnyIndex('Hallo Welt', ['.{51}']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000017a006d7 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:43.143868 [ 71981 ] {} TCPHandler: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiMatchAnyIndex('Hallo Welt', ['.{51}']). (HYPERSCAN_CANNOT_SCAN_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000017a006d7 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:43.154657 [ 71979 ] {caf9bc80-76e3-41a9-8f4f-7155a003d69c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `isNull` in scope SELECT isNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT isNull;) 2025.03.31 17:56:43.162528 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `isNull` in scope SELECT isNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:43.185559 [ 71979 ] {1e786cef-9564-43e4-8d43-d945de0a3d57} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `isNullable` in scope SELECT isNullable. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT isNullable;) 2025.03.31 17:56:43.192479 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `isNullable` in scope SELECT isNullable. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:43.214948 [ 71979 ] {a28e3122-b1ab-4b7f-8537-c4ecdfbd4958} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `isValidJSON` in scope SELECT isValidJSON. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT isValidJSON;) 2025.03.31 17:56:43.224792 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `isValidJSON` in scope SELECT isValidJSON. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:43.241855 [ 71979 ] {34ab5d75-c07b-45d6-99f5-e83b0dbf6174} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `isValidUTF8` in scope SELECT isValidUTF8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT isValidUTF8;) 2025.03.31 17:56:43.250399 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `isValidUTF8` in scope SELECT isValidUTF8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:43.271989 [ 71979 ] {4bc114f3-e8b1-4f5d-a133-be8ebfd506f6} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `isZeroOrNull` in scope SELECT isZeroOrNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT isZeroOrNull;) 2025.03.31 17:56:43.281257 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `isZeroOrNull` in scope SELECT isZeroOrNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:43.303967 [ 71979 ] {e6413fef-1176-47dc-a663-6003225a808a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `jaroSimilarity` in scope SELECT jaroSimilarity. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT jaroSimilarity;) 2025.03.31 17:56:43.311220 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `jaroSimilarity` in scope SELECT jaroSimilarity. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:43.335792 [ 71979 ] {b4a3b94a-bb8e-4e82-b622-614b7b10aa72} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `jaroWinklerSimilarity` in scope SELECT jaroWinklerSimilarity. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT jaroWinklerSimilarity;) 2025.03.31 17:56:43.345562 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `jaroWinklerSimilarity` in scope SELECT jaroWinklerSimilarity. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:43.367625 [ 71979 ] {1ae4e1ef-3608-4c4f-b6ad-6a47927b442c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `javaHash` in scope SELECT javaHash. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT javaHash;) 2025.03.31 17:56:43.374091 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `javaHash` in scope SELECT javaHash. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:43.397427 [ 71979 ] {6d908b32-af0e-4e04-bd9d-3456349f4fa5} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `javaHashUTF16LE` in scope SELECT javaHashUTF16LE. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT javaHashUTF16LE;) 2025.03.31 17:56:43.404206 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `javaHashUTF16LE` in scope SELECT javaHashUTF16LE. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:43.422590 [ 71979 ] {ef533717-e483-44e4-8baf-21b201438c69} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `joinGet` in scope SELECT joinGet. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT joinGet;) 2025.03.31 17:56:43.428819 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `joinGet` in scope SELECT joinGet. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:43.449945 [ 71979 ] {8be075ae-dadf-4d5b-8a45-20e7abf3be21} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `joinGetOrNull` in scope SELECT joinGetOrNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT joinGetOrNull;) 2025.03.31 17:56:43.456844 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `joinGetOrNull` in scope SELECT joinGetOrNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:43.477513 [ 71979 ] {bdbb8277-ee75-4785-96fc-4152c6a74636} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `jsonMergePatch` in scope SELECT jsonMergePatch. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT jsonMergePatch;) 2025.03.31 17:56:43.485294 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `jsonMergePatch` in scope SELECT jsonMergePatch. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:43.511355 [ 71979 ] {b5b00cd3-4e27-4cab-91e9-a1ce605da1d5} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `jumpConsistentHash` in scope SELECT jumpConsistentHash. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT jumpConsistentHash;) 2025.03.31 17:56:43.518472 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `jumpConsistentHash` in scope SELECT jumpConsistentHash. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:43.542021 [ 71979 ] {d664bf2d-acbc-4213-87d9-066c9b332001} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `kafkaMurmurHash` in scope SELECT kafkaMurmurHash. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT kafkaMurmurHash;) 2025.03.31 17:56:43.549123 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `kafkaMurmurHash` in scope SELECT kafkaMurmurHash. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:43.573146 [ 71979 ] {d799549b-39a1-4706-a18e-b919b9b92040} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `kolmogorovSmirnovTest` in scope SELECT kolmogorovSmirnovTest. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT kolmogorovSmirnovTest;) 2025.03.31 17:56:43.579855 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `kolmogorovSmirnovTest` in scope SELECT kolmogorovSmirnovTest. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:43.606034 [ 71979 ] {870d9f70-3883-476e-9342-fade7fd06946} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `kostikConsistentHash` in scope SELECT kostikConsistentHash. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT kostikConsistentHash;) 2025.03.31 17:56:43.614130 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `kostikConsistentHash` in scope SELECT kostikConsistentHash. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:43.637766 [ 71979 ] {901972aa-3111-44a4-9ef7-b500f7175585} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `kql_array_sort_asc` in scope SELECT kql_array_sort_asc. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT kql_array_sort_asc;) 2025.03.31 17:56:43.644792 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `kql_array_sort_asc` in scope SELECT kql_array_sort_asc. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:43.670029 [ 71979 ] {82301133-4086-4716-ae2b-2a025017b413} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `kql_array_sort_desc` in scope SELECT kql_array_sort_desc. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT kql_array_sort_desc;) 2025.03.31 17:56:43.677012 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `kql_array_sort_desc` in scope SELECT kql_array_sort_desc. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:43.700116 [ 71979 ] {737d3d40-42de-4451-8ede-384667e2f6f3} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `kurtPop` in scope SELECT kurtPop. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT kurtPop;) 2025.03.31 17:56:43.707074 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `kurtPop` in scope SELECT kurtPop. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:43.730706 [ 71979 ] {10782b4d-87ae-4402-8144-502126b5ff7d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `kurtSamp` in scope SELECT kurtSamp. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT kurtSamp;) 2025.03.31 17:56:43.737464 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `kurtSamp` in scope SELECT kurtSamp. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:43.760265 [ 71979 ] {d3114d17-a0b6-4b52-ad0f-f56798632271} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `lagInFrame` in scope SELECT lagInFrame. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT lagInFrame;) 2025.03.31 17:56:43.766972 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `lagInFrame` in scope SELECT lagInFrame. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:43.789338 [ 71979 ] {7dfe5e52-0f75-45b2-951d-c3e81e68b631} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `largestTriangleThreeBuckets` in scope SELECT largestTriangleThreeBuckets. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT largestTriangleThreeBuckets;) 2025.03.31 17:56:43.797104 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `largestTriangleThreeBuckets` in scope SELECT largestTriangleThreeBuckets. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:43.818330 [ 71979 ] {225152f6-0ec1-4bf8-9e2c-3f80b04808f6} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `lastValueRespectNulls` in scope SELECT lastValueRespectNulls. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT lastValueRespectNulls;) 2025.03.31 17:56:43.820531 [ 71981 ] {3ae955f7-d5da-4513-9080-61ac90f53e07} executeQuery: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'. (HYPERSCAN_CANNOT_SCAN_TEXT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34068) (comment: 02560_regexp_denial_of_service.sql) (in query: SELECT multiMatchAnyIndex(c, ['.{51}']) FROM t;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000017a00982 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 11. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 13. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 15. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 16. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:56:43.824416 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `lastValueRespectNulls` in scope SELECT lastValueRespectNulls. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:43.825683 [ 71981 ] {} TCPHandler: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'. (HYPERSCAN_CANNOT_SCAN_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000017a00982 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 11. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 13. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 15. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 16. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:56:43.846655 [ 71979 ] {184564a4-7c34-41d2-991d-866f5f31f8b6} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `last_value` in scope SELECT last_value. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT last_value;) 2025.03.31 17:56:43.853191 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `last_value` in scope SELECT last_value. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:43.875682 [ 71979 ] {4763d40e-becc-4ea3-9563-ff9a416fb52d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `last_value_respect_nulls` in scope SELECT last_value_respect_nulls. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT last_value_respect_nulls;) 2025.03.31 17:56:43.882432 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `last_value_respect_nulls` in scope SELECT last_value_respect_nulls. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:43.905653 [ 71979 ] {98c94544-c490-4ae3-8077-eb8d58b4e9ff} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `lcase` in scope SELECT lcase. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT lcase;) 2025.03.31 17:56:43.912610 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `lcase` in scope SELECT lcase. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:43.935260 [ 71979 ] {2ab85e87-0506-44db-87ea-478e74f635d7} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `lcm` in scope SELECT lcm. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT lcm;) 2025.03.31 17:56:43.941846 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `lcm` in scope SELECT lcm. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:43.964188 [ 71979 ] {295ea6ba-9e26-4c24-929d-f6fe64b326fc} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `leadInFrame` in scope SELECT leadInFrame. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT leadInFrame;) 2025.03.31 17:56:43.970795 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `leadInFrame` in scope SELECT leadInFrame. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:43.994653 [ 71979 ] {9f29e035-3195-4eeb-a112-e75e3be6a54b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `least` in scope SELECT least. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT least;) 2025.03.31 17:56:44.001529 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `least` in scope SELECT least. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:44.023573 [ 71979 ] {726c09dc-9f25-40fa-a889-5da6eb69ed12} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `left` in scope SELECT left. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT left;) 2025.03.31 17:56:44.030233 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `left` in scope SELECT left. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:44.053029 [ 71979 ] {eb69e840-eaa4-478b-b213-7d62c070f138} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `leftPad` in scope SELECT leftPad. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT leftPad;) 2025.03.31 17:56:44.059617 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `leftPad` in scope SELECT leftPad. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:44.082384 [ 71979 ] {a6825c00-0e07-46f1-a701-fb4b15792fdf} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `leftPadUTF8` in scope SELECT leftPadUTF8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT leftPadUTF8;) 2025.03.31 17:56:44.089184 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `leftPadUTF8` in scope SELECT leftPadUTF8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:44.112523 [ 71979 ] {6fd14a71-d62a-4066-9818-5d3879f58819} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `leftUTF8` in scope SELECT leftUTF8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT leftUTF8;) 2025.03.31 17:56:44.119873 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `leftUTF8` in scope SELECT leftUTF8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:44.142907 [ 71979 ] {74c87af3-b925-4a05-8842-62307e087766} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `lemmatize` in scope SELECT lemmatize. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT lemmatize;) 2025.03.31 17:56:44.149596 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `lemmatize` in scope SELECT lemmatize. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:44.172055 [ 71979 ] {3b21cd67-25af-44c1-8b72-f58eba65c80f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `length` in scope SELECT length. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT length;) 2025.03.31 17:56:44.178325 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `length` in scope SELECT length. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:44.202153 [ 71979 ] {063d2085-bbc6-4bef-b77c-fbbc5d39ba31} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `lengthUTF8` in scope SELECT lengthUTF8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT lengthUTF8;) 2025.03.31 17:56:44.208796 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `lengthUTF8` in scope SELECT lengthUTF8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:44.231464 [ 71979 ] {3ab62594-0ae8-4cd9-aec1-8f50be297afb} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `less` in scope SELECT less. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT less;) 2025.03.31 17:56:44.237922 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `less` in scope SELECT less. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:44.260599 [ 71979 ] {ee52fcee-02b2-4b58-aa4a-276ade95f9aa} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `lessOrEquals` in scope SELECT lessOrEquals. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT lessOrEquals;) 2025.03.31 17:56:44.266846 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `lessOrEquals` in scope SELECT lessOrEquals. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:44.289345 [ 71979 ] {f9fbc0f9-f7a0-4ada-9b45-63298111f522} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `levenshteinDistance` in scope SELECT levenshteinDistance. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT levenshteinDistance;) 2025.03.31 17:56:44.296124 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `levenshteinDistance` in scope SELECT levenshteinDistance. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:44.320132 [ 71979 ] {c5650f57-0a3e-4dfe-8773-4fc94f9989b0} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `levenshteinDistanceUTF8` in scope SELECT levenshteinDistanceUTF8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT levenshteinDistanceUTF8;) 2025.03.31 17:56:44.326927 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `levenshteinDistanceUTF8` in scope SELECT levenshteinDistanceUTF8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:44.348870 [ 71979 ] {5d357105-047b-4c46-a4a6-94a4f99e41ca} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `lgamma` in scope SELECT lgamma. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT lgamma;) 2025.03.31 17:56:44.355817 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `lgamma` in scope SELECT lgamma. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:44.378911 [ 71979 ] {bbea1624-764c-47d9-b1af-4e91d2896561} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `like` in scope SELECT like. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT like;) 2025.03.31 17:56:44.386051 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `like` in scope SELECT like. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:44.407981 [ 71979 ] {19cb7f49-866f-4d83-8267-7df581f1a0ab} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `ln` in scope SELECT ln. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT ln;) 2025.03.31 17:56:44.414521 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `ln` in scope SELECT ln. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:44.437296 [ 71979 ] {cee66b78-6697-4b45-a13e-6c9d49018c2d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `locate` in scope SELECT locate. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT locate;) 2025.03.31 17:56:44.443707 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `locate` in scope SELECT locate. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:44.465532 [ 71979 ] {9a581abd-ce21-475d-86c5-7377db749fae} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `log` in scope SELECT log. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT log;) 2025.03.31 17:56:44.472316 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `log` in scope SELECT log. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:44.495126 [ 71979 ] {39df5de4-9695-47d2-a91c-04a816923eed} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `log10` in scope SELECT log10. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT log10;) 2025.03.31 17:56:44.501710 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `log10` in scope SELECT log10. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:44.523668 [ 71979 ] {9a57390d-1724-4b52-b0dc-d51fb56dff3c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `log1p` in scope SELECT log1p. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT log1p;) 2025.03.31 17:56:44.529946 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `log1p` in scope SELECT log1p. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:44.549927 [ 71979 ] {04b064c5-404e-4c6d-a4b5-220a457bdae9} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `log2` in scope SELECT log2. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT log2;) 2025.03.31 17:56:44.556120 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `log2` in scope SELECT log2. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:44.577105 [ 71979 ] {f1aadf6b-b77e-4863-9b80-43f818d457de} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `logTrace` in scope SELECT logTrace. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT logTrace;) 2025.03.31 17:56:44.583393 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `logTrace` in scope SELECT logTrace. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:44.604300 [ 71979 ] {26a7916d-b9b6-4e75-9dc7-06080715c052} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `lowCardinalityIndices` in scope SELECT lowCardinalityIndices. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT lowCardinalityIndices;) 2025.03.31 17:56:44.605714 [ 71981 ] {f2a204d9-a996-4c10-9b4b-177511db14fb} executeQuery: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiMatchAllIndices('Hallo Welt', ['.{51}']). (HYPERSCAN_CANNOT_SCAN_TEXT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34068) (comment: 02560_regexp_denial_of_service.sql) (in query: SELECT multiMatchAllIndices('Hallo Welt', ['.{51}']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179f3a11 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:44.610684 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `lowCardinalityIndices` in scope SELECT lowCardinalityIndices. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:44.610696 [ 71981 ] {} TCPHandler: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiMatchAllIndices('Hallo Welt', ['.{51}']). (HYPERSCAN_CANNOT_SCAN_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179f3a11 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:44.631832 [ 71979 ] {bfbaf732-19c4-46d2-b2cc-7b2efa47a793} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `lowCardinalityKeys` in scope SELECT lowCardinalityKeys. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT lowCardinalityKeys;) 2025.03.31 17:56:44.638249 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `lowCardinalityKeys` in scope SELECT lowCardinalityKeys. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:44.660526 [ 71979 ] {30a3e344-2a01-45b9-bfa4-541a49db92cd} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `lower` in scope SELECT lower. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT lower;) 2025.03.31 17:56:44.666939 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `lower` in scope SELECT lower. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:44.689329 [ 71979 ] {55e7736a-80c4-4c4d-9f5e-47bb3c1248b1} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `lowerUTF8` in scope SELECT lowerUTF8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT lowerUTF8;) 2025.03.31 17:56:44.696380 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `lowerUTF8` in scope SELECT lowerUTF8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:44.717662 [ 71979 ] {7a368a59-359b-4711-a8ec-210f269e8479} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `lpad` in scope SELECT lpad. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT lpad;) 2025.03.31 17:56:44.724042 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `lpad` in scope SELECT lpad. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:44.746503 [ 71979 ] {debb823b-011b-4ca2-b7ab-bfc87ccafa0c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `ltrim` in scope SELECT ltrim. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT ltrim;) 2025.03.31 17:56:44.752841 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `ltrim` in scope SELECT ltrim. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:44.776203 [ 71979 ] {8e79c9c3-7666-4366-8add-703c40c262d0} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `lttb` in scope SELECT lttb. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT lttb;) 2025.03.31 17:56:44.782493 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `lttb` in scope SELECT lttb. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:44.804591 [ 71979 ] {de9ead2b-6fa3-4aa1-b810-015948067287} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `makeDate` in scope SELECT makeDate. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT makeDate;) 2025.03.31 17:56:44.810800 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `makeDate` in scope SELECT makeDate. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:44.832906 [ 71979 ] {9ee3e3d9-3291-448f-aae7-e0611ff4f44e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `makeDate32` in scope SELECT makeDate32. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT makeDate32;) 2025.03.31 17:56:44.839244 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `makeDate32` in scope SELECT makeDate32. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:44.860470 [ 71979 ] {062fd304-dd46-4ac3-8882-04c9c0878b13} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `makeDateTime` in scope SELECT makeDateTime. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT makeDateTime;) 2025.03.31 17:56:44.866818 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `makeDateTime` in scope SELECT makeDateTime. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:44.888078 [ 71979 ] {3894d123-e4a6-400d-a19c-bb9711b5a7ba} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `makeDateTime64` in scope SELECT makeDateTime64. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT makeDateTime64;) 2025.03.31 17:56:44.894501 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `makeDateTime64` in scope SELECT makeDateTime64. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:44.916424 [ 71979 ] {4c4bae64-eb35-45df-bd98-9a86f779ddad} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `mannWhitneyUTest` in scope SELECT mannWhitneyUTest. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT mannWhitneyUTest;) 2025.03.31 17:56:44.922735 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `mannWhitneyUTest` in scope SELECT mannWhitneyUTest. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:44.943900 [ 71979 ] {48375e24-c6df-4907-8f37-6c1bd39c7735} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `map` in scope SELECT map. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT map;) 2025.03.31 17:56:44.950297 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `map` in scope SELECT map. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:44.971722 [ 71979 ] {a110b57d-1913-4acd-8e11-f4644c3fa777} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `mapAdd` in scope SELECT mapAdd. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT mapAdd;) 2025.03.31 17:56:44.978230 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `mapAdd` in scope SELECT mapAdd. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:44.999731 [ 71979 ] {3b60d49b-9329-4268-a014-cc66166fd4d8} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `mapAll` in scope SELECT mapAll. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT mapAll;) 2025.03.31 17:56:45.005994 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `mapAll` in scope SELECT mapAll. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:45.029279 [ 71979 ] {551d5f2a-64ce-4a3c-835f-f9e2e63093e8} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `mapApply` in scope SELECT mapApply. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT mapApply;) 2025.03.31 17:56:45.036104 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `mapApply` in scope SELECT mapApply. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:45.059409 [ 71979 ] {fd9d3469-5656-4816-9a53-fc175bf847a9} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `mapConcat` in scope SELECT mapConcat. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT mapConcat;) 2025.03.31 17:56:45.066256 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `mapConcat` in scope SELECT mapConcat. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:45.088408 [ 71979 ] {7736ea80-e8c1-40c5-8925-8824014b3d6b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `mapContains` in scope SELECT mapContains. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT mapContains;) 2025.03.31 17:56:45.094869 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `mapContains` in scope SELECT mapContains. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:45.116194 [ 71979 ] {717823e5-2948-453b-82d4-44ba5c7e40df} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `mapContainsKeyLike` in scope SELECT mapContainsKeyLike. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT mapContainsKeyLike;) 2025.03.31 17:56:45.123447 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `mapContainsKeyLike` in scope SELECT mapContainsKeyLike. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:45.145260 [ 71979 ] {9430042f-c93f-4599-889b-63d71bff6d70} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `mapExists` in scope SELECT mapExists. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT mapExists;) 2025.03.31 17:56:45.151547 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `mapExists` in scope SELECT mapExists. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:45.173344 [ 71979 ] {27c0a8d8-2705-42d2-9ba1-21b61725f66a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `mapExtractKeyLike` in scope SELECT mapExtractKeyLike. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT mapExtractKeyLike;) 2025.03.31 17:56:45.180202 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `mapExtractKeyLike` in scope SELECT mapExtractKeyLike. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:45.202597 [ 71979 ] {1e972808-1594-4e26-b4ba-a2f33f090ca0} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `mapFilter` in scope SELECT mapFilter. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT mapFilter;) 2025.03.31 17:56:45.209197 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `mapFilter` in scope SELECT mapFilter. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:45.235270 [ 71979 ] {3bbd22cf-3d0c-4bbe-9e4d-40bd408f2ab9} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `mapFromArrays` in scope SELECT mapFromArrays. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT mapFromArrays;) 2025.03.31 17:56:45.242995 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `mapFromArrays` in scope SELECT mapFromArrays. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:45.264971 [ 71979 ] {e429c5d5-9c4d-4040-b437-7388be211851} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `mapFromString` in scope SELECT mapFromString. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT mapFromString;) 2025.03.31 17:56:45.272280 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `mapFromString` in scope SELECT mapFromString. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:45.292334 [ 71981 ] {71eecaa8-6385-4d35-bcc6-8d5d784fc19d} executeQuery: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'. (HYPERSCAN_CANNOT_SCAN_TEXT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34068) (comment: 02560_regexp_denial_of_service.sql) (in query: SELECT multiMatchAllIndices(c, ['.{51}']) FROM t;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179f3e1d 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 11. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 13. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 15. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 16. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:56:45.295171 [ 71979 ] {d80f4935-a034-4f11-9299-c181c87c5c73} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `mapKeys` in scope SELECT mapKeys. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT mapKeys;) 2025.03.31 17:56:45.297272 [ 71981 ] {} TCPHandler: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'. (HYPERSCAN_CANNOT_SCAN_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179f3e1d 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 11. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 13. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 15. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 16. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:56:45.302558 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `mapKeys` in scope SELECT mapKeys. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:45.328377 [ 71979 ] {1f86df60-3664-4da0-ac11-1621860fc8c5} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `mapPartialReverseSort` in scope SELECT mapPartialReverseSort. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT mapPartialReverseSort;) 2025.03.31 17:56:45.335111 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `mapPartialReverseSort` in scope SELECT mapPartialReverseSort. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:45.357913 [ 71979 ] {59fc7ef9-735c-40b9-893d-efe44cb6e1c9} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `mapPartialSort` in scope SELECT mapPartialSort. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT mapPartialSort;) 2025.03.31 17:56:45.364495 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `mapPartialSort` in scope SELECT mapPartialSort. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:45.387717 [ 71979 ] {63d45e6c-67f5-4d68-968f-4c0f95b7eeff} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `mapPopulateSeries` in scope SELECT mapPopulateSeries. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT mapPopulateSeries;) 2025.03.31 17:56:45.394729 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `mapPopulateSeries` in scope SELECT mapPopulateSeries. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:45.417179 [ 71979 ] {8dc86b38-d56d-4ae8-bdd0-009818be001a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `mapReverseSort` in scope SELECT mapReverseSort. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT mapReverseSort;) 2025.03.31 17:56:45.424744 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `mapReverseSort` in scope SELECT mapReverseSort. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:45.446262 [ 71979 ] {3bada930-1c3a-4aa0-80c4-2f0595cce81e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `mapSort` in scope SELECT mapSort. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT mapSort;) 2025.03.31 17:56:45.452925 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `mapSort` in scope SELECT mapSort. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:45.475189 [ 71979 ] {b234519b-9b68-4a16-a9f9-f117c083ca58} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `mapSubtract` in scope SELECT mapSubtract. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT mapSubtract;) 2025.03.31 17:56:45.481887 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `mapSubtract` in scope SELECT mapSubtract. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:45.504670 [ 71979 ] {284579c5-38b2-48b0-bf58-841166d21388} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `mapUpdate` in scope SELECT mapUpdate. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT mapUpdate;) 2025.03.31 17:56:45.511272 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `mapUpdate` in scope SELECT mapUpdate. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:45.533717 [ 71979 ] {c4f6f14a-a5a1-4395-89c6-e75c231b14af} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `mapValues` in scope SELECT mapValues. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT mapValues;) 2025.03.31 17:56:45.540305 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `mapValues` in scope SELECT mapValues. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:45.562690 [ 71979 ] {ad3833a9-f58d-4b77-b37b-72cd6967e9b8} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `match` in scope SELECT match. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT match;) 2025.03.31 17:56:45.569200 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `match` in scope SELECT match. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:45.591244 [ 71979 ] {3b4714b9-36e9-4c22-a54f-28596746cea7} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `materialize` in scope SELECT materialize. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT materialize;) 2025.03.31 17:56:45.597798 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `materialize` in scope SELECT materialize. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:45.620775 [ 71979 ] {0a1bc4d4-ed82-4e2a-9b84-ced755eb0757} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `max` in scope SELECT max. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT max;) 2025.03.31 17:56:45.627209 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `max` in scope SELECT max. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:45.649055 [ 71979 ] {593b4a1f-b716-4040-a203-7d07d2d7bc37} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `max2` in scope SELECT max2. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT max2;) 2025.03.31 17:56:45.655393 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `max2` in scope SELECT max2. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:45.676793 [ 71979 ] {336f47a2-7bbd-4f40-a157-39632005ff5d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `maxIntersections` in scope SELECT maxIntersections. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT maxIntersections;) 2025.03.31 17:56:45.683311 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `maxIntersections` in scope SELECT maxIntersections. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:45.702243 [ 71979 ] {a49a4709-3af8-4361-9b29-a31c3159c342} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `maxIntersectionsPosition` in scope SELECT maxIntersectionsPosition. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT maxIntersectionsPosition;) 2025.03.31 17:56:45.708871 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `maxIntersectionsPosition` in scope SELECT maxIntersectionsPosition. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:45.731217 [ 71979 ] {40c49edb-0db7-469e-a992-12c208c2fa33} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `maxMappedArrays` in scope SELECT maxMappedArrays. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT maxMappedArrays;) 2025.03.31 17:56:45.737874 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `maxMappedArrays` in scope SELECT maxMappedArrays. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:45.760796 [ 71979 ] {8cfa620a-ac08-4a1b-a69f-1227ee3018f9} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `meanZTest` in scope SELECT meanZTest. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT meanZTest;) 2025.03.31 17:56:45.766806 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `meanZTest` in scope SELECT meanZTest. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:45.790466 [ 71979 ] {bbb05c65-cb56-4a7b-a4a4-ad24929afe83} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `median` in scope SELECT median. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT median;) 2025.03.31 17:56:45.796609 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `median` in scope SELECT median. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:45.818685 [ 71979 ] {f7ea8256-bfbc-4388-8d3c-07978fba38cd} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `medianBFloat16` in scope SELECT medianBFloat16. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT medianBFloat16;) 2025.03.31 17:56:45.824949 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `medianBFloat16` in scope SELECT medianBFloat16. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:45.847587 [ 71979 ] {55e6c822-04ec-4852-ab73-adb77a386936} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `medianBFloat16Weighted` in scope SELECT medianBFloat16Weighted. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT medianBFloat16Weighted;) 2025.03.31 17:56:45.853950 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `medianBFloat16Weighted` in scope SELECT medianBFloat16Weighted. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:45.876255 [ 71979 ] {b8e8d422-2378-4dd6-8881-04e9e87208d9} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `medianDD` in scope SELECT medianDD. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT medianDD;) 2025.03.31 17:56:45.883408 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `medianDD` in scope SELECT medianDD. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:45.908203 [ 71979 ] {b9d51faf-8ece-437a-8ef0-949b09d17c77} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `medianDeterministic` in scope SELECT medianDeterministic. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT medianDeterministic;) 2025.03.31 17:56:45.915147 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `medianDeterministic` in scope SELECT medianDeterministic. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:45.937842 [ 71979 ] {1b24b205-78b2-4915-a709-4f646949ac41} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `medianExact` in scope SELECT medianExact. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT medianExact;) 2025.03.31 17:56:45.944516 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `medianExact` in scope SELECT medianExact. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:45.967372 [ 71979 ] {8a9b8625-c45b-434f-83ce-b3ce778c2c26} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `medianExactHigh` in scope SELECT medianExactHigh. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT medianExactHigh;) 2025.03.31 17:56:45.974166 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `medianExactHigh` in scope SELECT medianExactHigh. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:45.996893 [ 71979 ] {70d0b424-ab81-45b2-b56c-c1dc558888b8} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `medianExactLow` in scope SELECT medianExactLow. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT medianExactLow;) 2025.03.31 17:56:46.005834 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `medianExactLow` in scope SELECT medianExactLow. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:46.029712 [ 71979 ] {09497269-b2fd-4f3f-868d-84307cc644cb} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `medianExactWeighted` in scope SELECT medianExactWeighted. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT medianExactWeighted;) 2025.03.31 17:56:46.036700 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `medianExactWeighted` in scope SELECT medianExactWeighted. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:46.061872 [ 71979 ] {09ba2ff9-8c54-4f4f-96ca-6225c4292504} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `medianExactWeightedInterpolated` in scope SELECT medianExactWeightedInterpolated. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT medianExactWeightedInterpolated;) 2025.03.31 17:56:46.068752 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `medianExactWeightedInterpolated` in scope SELECT medianExactWeightedInterpolated. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:46.077195 [ 71981 ] {860639b1-c782-40b2-9ac8-5e49b5d47c93} executeQuery: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiFuzzyMatchAny('Hallo Welt', 1, ['.{51}']). (HYPERSCAN_CANNOT_SCAN_TEXT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34068) (comment: 02560_regexp_denial_of_service.sql) (in query: SELECT multiFuzzyMatchAny('Hallo Welt', 1, ['.{51}']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringFuzzySearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179dd80b 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:46.082245 [ 71981 ] {} TCPHandler: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiFuzzyMatchAny('Hallo Welt', 1, ['.{51}']). (HYPERSCAN_CANNOT_SCAN_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringFuzzySearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179dd80b 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:46.091203 [ 71979 ] {452bb36f-607e-498a-a3a3-e7f9009a11cb} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `medianGK` in scope SELECT medianGK. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT medianGK;) 2025.03.31 17:56:46.098080 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `medianGK` in scope SELECT medianGK. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:46.119593 [ 71979 ] {d41e4204-c89b-41bf-ae77-c22d764701d2} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `medianInterpolatedWeighted` in scope SELECT medianInterpolatedWeighted. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT medianInterpolatedWeighted;) 2025.03.31 17:56:46.126326 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `medianInterpolatedWeighted` in scope SELECT medianInterpolatedWeighted. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:46.146502 [ 71979 ] {a15c22c9-22c4-437e-9ef7-3fc1711619bf} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `medianTDigest` in scope SELECT medianTDigest. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT medianTDigest;) 2025.03.31 17:56:46.153014 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `medianTDigest` in scope SELECT medianTDigest. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:46.173513 [ 71979 ] {cc887ee6-1bc4-4bec-b601-001c649504df} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `medianTDigestWeighted` in scope SELECT medianTDigestWeighted. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT medianTDigestWeighted;) 2025.03.31 17:56:46.180027 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `medianTDigestWeighted` in scope SELECT medianTDigestWeighted. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:46.203654 [ 71979 ] {a2062125-fac7-45e5-85e4-c395abfdb44e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `medianTiming` in scope SELECT medianTiming. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT medianTiming;) 2025.03.31 17:56:46.210690 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `medianTiming` in scope SELECT medianTiming. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:46.233246 [ 71979 ] {e99fbace-23a9-47fc-8aa6-d23800dcd032} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `medianTimingWeighted` in scope SELECT medianTimingWeighted. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT medianTimingWeighted;) 2025.03.31 17:56:46.243457 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `medianTimingWeighted` in scope SELECT medianTimingWeighted. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:46.262552 [ 71979 ] {75f2812c-1b4d-4de3-be1f-659fc0cdc2ad} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `metroHash64` in scope SELECT metroHash64. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT metroHash64;) 2025.03.31 17:56:46.270257 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `metroHash64` in scope SELECT metroHash64. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:46.290231 [ 71979 ] {db9d6c9b-b38f-4e13-984f-2144b63f0d1d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `mid` in scope SELECT mid. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT mid;) 2025.03.31 17:56:46.296884 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `mid` in scope SELECT mid. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:46.318852 [ 71979 ] {805e5f21-8890-4646-99be-8a866eacaa5c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `min` in scope SELECT min. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT min;) 2025.03.31 17:56:46.327557 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `min` in scope SELECT min. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:46.350646 [ 71979 ] {005a0636-4b75-45f1-bcba-0908f5a1cfbf} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `min2` in scope SELECT min2. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT min2;) 2025.03.31 17:56:46.358141 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `min2` in scope SELECT min2. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:46.382040 [ 71979 ] {84a9e25b-30ee-4d76-a339-23a6ef828a78} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `minMappedArrays` in scope SELECT minMappedArrays. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT minMappedArrays;) 2025.03.31 17:56:46.389793 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `minMappedArrays` in scope SELECT minMappedArrays. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:46.411964 [ 71979 ] {859e8801-bb67-4abb-85c6-056d39a04d61} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `minSampleSizeContinous` in scope SELECT minSampleSizeContinous. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT minSampleSizeContinous;) 2025.03.31 17:56:46.422325 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `minSampleSizeContinous` in scope SELECT minSampleSizeContinous. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:46.443537 [ 71979 ] {c2cd5984-a7e3-434a-b2ce-5e3bd95cc313} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `minSampleSizeContinuous` in scope SELECT minSampleSizeContinuous. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT minSampleSizeContinuous;) 2025.03.31 17:56:46.450506 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `minSampleSizeContinuous` in scope SELECT minSampleSizeContinuous. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:46.472730 [ 71979 ] {2d6fe063-ba52-4a39-b7a0-6d2d5123774e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `minSampleSizeConversion` in scope SELECT minSampleSizeConversion. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT minSampleSizeConversion;) 2025.03.31 17:56:46.479318 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `minSampleSizeConversion` in scope SELECT minSampleSizeConversion. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:46.501952 [ 71979 ] {0097c61a-02a9-4cd4-bb2c-f2196e134706} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `minus` in scope SELECT minus. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT minus;) 2025.03.31 17:56:46.510228 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `minus` in scope SELECT minus. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:46.529932 [ 71979 ] {b55d4b70-d178-487b-b1ce-752b50919f22} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `mismatches` in scope SELECT mismatches. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT mismatches;) 2025.03.31 17:56:46.537100 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `mismatches` in scope SELECT mismatches. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:46.559069 [ 71979 ] {114da9e2-af33-4b51-9c57-105e657de07c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `mod` in scope SELECT mod. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT mod;) 2025.03.31 17:56:46.565719 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `mod` in scope SELECT mod. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:46.586554 [ 71979 ] {789a5e94-5367-478a-b425-ec0944352106} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `modulo` in scope SELECT modulo. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT modulo;) 2025.03.31 17:56:46.593017 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `modulo` in scope SELECT modulo. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:46.616769 [ 71979 ] {4e0a7a19-ae1d-4fc9-90bd-cc0f69a59e1a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `moduloLegacy` in scope SELECT moduloLegacy. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT moduloLegacy;) 2025.03.31 17:56:46.623094 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `moduloLegacy` in scope SELECT moduloLegacy. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:46.646790 [ 71979 ] {8c8ee833-02c3-46cd-b1c8-da0be093aa2a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `moduloOrZero` in scope SELECT moduloOrZero. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT moduloOrZero;) 2025.03.31 17:56:46.653758 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `moduloOrZero` in scope SELECT moduloOrZero. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:46.675870 [ 71979 ] {0b61bb5d-a0d0-47d9-82ec-eb3d11e8e642} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `monthName` in scope SELECT monthName. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT monthName;) 2025.03.31 17:56:46.683985 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `monthName` in scope SELECT monthName. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:46.708050 [ 71979 ] {c039145f-910f-495e-a57a-7704b9ad327e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `mortonDecode` in scope SELECT mortonDecode. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT mortonDecode;) 2025.03.31 17:56:46.717789 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `mortonDecode` in scope SELECT mortonDecode. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:46.741086 [ 71979 ] {7905cac2-95fb-4974-92f9-16492fa10ba4} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `mortonEncode` in scope SELECT mortonEncode. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT mortonEncode;) 2025.03.31 17:56:46.749105 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `mortonEncode` in scope SELECT mortonEncode. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:46.772136 [ 71981 ] {824360a8-79ce-4c1e-9c3d-080763cd2b0f} executeQuery: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'. (HYPERSCAN_CANNOT_SCAN_TEXT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34068) (comment: 02560_regexp_denial_of_service.sql) (in query: SELECT multiFuzzyMatchAny(c, 1, ['.{51}']) FROM t;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringFuzzySearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179ddab7 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 11. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 13. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 15. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 16. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:56:46.772197 [ 71979 ] {ff4dafda-193e-4552-953b-cbf12691dbf2} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `multiFuzzyMatchAllIndices` in scope SELECT multiFuzzyMatchAllIndices. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT multiFuzzyMatchAllIndices;) 2025.03.31 17:56:46.779713 [ 71981 ] {} TCPHandler: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'. (HYPERSCAN_CANNOT_SCAN_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringFuzzySearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179ddab7 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 11. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 13. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 15. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 16. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:56:46.780447 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `multiFuzzyMatchAllIndices` in scope SELECT multiFuzzyMatchAllIndices. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:46.802507 [ 71979 ] {77a8d003-5b47-4113-a997-831949d3f6d3} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `multiFuzzyMatchAny` in scope SELECT multiFuzzyMatchAny. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT multiFuzzyMatchAny;) 2025.03.31 17:56:46.810424 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `multiFuzzyMatchAny` in scope SELECT multiFuzzyMatchAny. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:46.832120 [ 71979 ] {877a6d7c-2671-4f22-9a40-6ed8027590eb} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `multiFuzzyMatchAnyIndex` in scope SELECT multiFuzzyMatchAnyIndex. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT multiFuzzyMatchAnyIndex;) 2025.03.31 17:56:46.842398 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `multiFuzzyMatchAnyIndex` in scope SELECT multiFuzzyMatchAnyIndex. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:46.862332 [ 71979 ] {a3eb2e26-22ca-4fbc-8a09-5e6483fb9d8f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `multiIf` in scope SELECT multiIf. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT multiIf;) 2025.03.31 17:56:46.869260 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `multiIf` in scope SELECT multiIf. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:46.887435 [ 71979 ] {8993c900-682a-4393-9fa0-bb6916da8965} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `multiMatchAllIndices` in scope SELECT multiMatchAllIndices. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT multiMatchAllIndices;) 2025.03.31 17:56:46.893446 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `multiMatchAllIndices` in scope SELECT multiMatchAllIndices. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:46.911837 [ 71979 ] {67f2eb85-1017-49f2-bfa8-9da6c5a20f2e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `multiMatchAny` in scope SELECT multiMatchAny. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT multiMatchAny;) 2025.03.31 17:56:46.916822 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `multiMatchAny` in scope SELECT multiMatchAny. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:46.968559 [ 71979 ] {854f86d4-a4a2-4405-aad7-2d57f719622c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `multiMatchAnyIndex` in scope SELECT multiMatchAnyIndex. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT multiMatchAnyIndex;) 2025.03.31 17:56:46.974014 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `multiMatchAnyIndex` in scope SELECT multiMatchAnyIndex. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:46.992106 [ 71979 ] {2ccbb7aa-2b1f-460d-9653-6507463258bb} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `multiSearchAllPositions` in scope SELECT multiSearchAllPositions. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT multiSearchAllPositions;) 2025.03.31 17:56:46.997814 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `multiSearchAllPositions` in scope SELECT multiSearchAllPositions. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:47.021403 [ 71979 ] {20872976-c5b0-4b6b-abbf-52c07c2b1e54} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `multiSearchAllPositionsCaseInsensitive` in scope SELECT multiSearchAllPositionsCaseInsensitive. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT multiSearchAllPositionsCaseInsensitive;) 2025.03.31 17:56:47.028839 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `multiSearchAllPositionsCaseInsensitive` in scope SELECT multiSearchAllPositionsCaseInsensitive. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:47.050950 [ 71979 ] {9a7b05e4-079e-4fd9-a999-0c1e85917d3e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `multiSearchAllPositionsCaseInsensitiveUTF8` in scope SELECT multiSearchAllPositionsCaseInsensitiveUTF8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT multiSearchAllPositionsCaseInsensitiveUTF8;) 2025.03.31 17:56:47.057029 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `multiSearchAllPositionsCaseInsensitiveUTF8` in scope SELECT multiSearchAllPositionsCaseInsensitiveUTF8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:47.076011 [ 71979 ] {dae0b6f4-df51-4664-a44d-e84b3910bf1e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `multiSearchAllPositionsUTF8` in scope SELECT multiSearchAllPositionsUTF8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT multiSearchAllPositionsUTF8;) 2025.03.31 17:56:47.083198 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `multiSearchAllPositionsUTF8` in scope SELECT multiSearchAllPositionsUTF8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:47.104889 [ 71979 ] {b52133ad-5b42-4102-92ee-dade53d05297} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `multiSearchAny` in scope SELECT multiSearchAny. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT multiSearchAny;) 2025.03.31 17:56:47.111221 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `multiSearchAny` in scope SELECT multiSearchAny. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:47.135175 [ 71979 ] {48ff153c-49c8-4af4-9ff1-8628e1244566} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `multiSearchAnyCaseInsensitive` in scope SELECT multiSearchAnyCaseInsensitive. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT multiSearchAnyCaseInsensitive;) 2025.03.31 17:56:47.143032 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `multiSearchAnyCaseInsensitive` in scope SELECT multiSearchAnyCaseInsensitive. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:47.167606 [ 71979 ] {70494cf5-023a-4718-9adc-903299ef7c9b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `multiSearchAnyCaseInsensitiveUTF8` in scope SELECT multiSearchAnyCaseInsensitiveUTF8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT multiSearchAnyCaseInsensitiveUTF8;) 2025.03.31 17:56:47.174956 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `multiSearchAnyCaseInsensitiveUTF8` in scope SELECT multiSearchAnyCaseInsensitiveUTF8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:47.199480 [ 71979 ] {b42bc629-d20d-4465-bd69-3d2d66908041} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `multiSearchAnyUTF8` in scope SELECT multiSearchAnyUTF8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT multiSearchAnyUTF8;) 2025.03.31 17:56:47.209564 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `multiSearchAnyUTF8` in scope SELECT multiSearchAnyUTF8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:47.231766 [ 71979 ] {ad7a0756-72f6-430d-90b4-004b81ec61a0} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `multiSearchFirstIndex` in scope SELECT multiSearchFirstIndex. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT multiSearchFirstIndex;) 2025.03.31 17:56:47.239070 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `multiSearchFirstIndex` in scope SELECT multiSearchFirstIndex. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:47.244121 [ 746 ] {} DNSResolver: Cannot resolve host (), error 0: No address found. 2025.03.31 17:56:47.262062 [ 71979 ] {ce408d12-8805-4690-8946-81a193e655d8} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `multiSearchFirstIndexCaseInsensitive` in scope SELECT multiSearchFirstIndexCaseInsensitive. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT multiSearchFirstIndexCaseInsensitive;) 2025.03.31 17:56:47.269237 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `multiSearchFirstIndexCaseInsensitive` in scope SELECT multiSearchFirstIndexCaseInsensitive. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:47.289864 [ 71979 ] {af9834ee-3f25-4350-88a5-72012d386e04} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `multiSearchFirstIndexCaseInsensitiveUTF8` in scope SELECT multiSearchFirstIndexCaseInsensitiveUTF8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT multiSearchFirstIndexCaseInsensitiveUTF8;) 2025.03.31 17:56:47.295326 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `multiSearchFirstIndexCaseInsensitiveUTF8` in scope SELECT multiSearchFirstIndexCaseInsensitiveUTF8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:47.315614 [ 71979 ] {72e8229f-5c93-4bbd-a824-a140a16737a9} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `multiSearchFirstIndexUTF8` in scope SELECT multiSearchFirstIndexUTF8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT multiSearchFirstIndexUTF8;) 2025.03.31 17:56:47.320991 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `multiSearchFirstIndexUTF8` in scope SELECT multiSearchFirstIndexUTF8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:47.341556 [ 71979 ] {a79e6c36-88b5-4d2a-89b9-7b65cf08fa9e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `multiSearchFirstPosition` in scope SELECT multiSearchFirstPosition. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT multiSearchFirstPosition;) 2025.03.31 17:56:47.347001 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `multiSearchFirstPosition` in scope SELECT multiSearchFirstPosition. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:47.368926 [ 71979 ] {249130f1-ceab-4dfc-8df1-67809ebdf47b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `multiSearchFirstPositionCaseInsensitive` in scope SELECT multiSearchFirstPositionCaseInsensitive. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT multiSearchFirstPositionCaseInsensitive;) 2025.03.31 17:56:47.375718 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `multiSearchFirstPositionCaseInsensitive` in scope SELECT multiSearchFirstPositionCaseInsensitive. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:47.396646 [ 71979 ] {7ce4548a-9dec-454a-8ffd-196b75111355} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `multiSearchFirstPositionCaseInsensitiveUTF8` in scope SELECT multiSearchFirstPositionCaseInsensitiveUTF8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT multiSearchFirstPositionCaseInsensitiveUTF8;) 2025.03.31 17:56:47.403511 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `multiSearchFirstPositionCaseInsensitiveUTF8` in scope SELECT multiSearchFirstPositionCaseInsensitiveUTF8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:47.428564 [ 71979 ] {302989f1-fb74-4eb9-942a-c8b7feb28dfa} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `multiSearchFirstPositionUTF8` in scope SELECT multiSearchFirstPositionUTF8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT multiSearchFirstPositionUTF8;) 2025.03.31 17:56:47.435647 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `multiSearchFirstPositionUTF8` in scope SELECT multiSearchFirstPositionUTF8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:47.455705 [ 71979 ] {31d8a783-318b-47df-b944-f407f90cffaf} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `multiply` in scope SELECT multiply. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT multiply;) 2025.03.31 17:56:47.462659 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `multiply` in scope SELECT multiply. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:47.486722 [ 71979 ] {fcadd247-7919-40b2-908a-77b376800482} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `multiplyDecimal` in scope SELECT multiplyDecimal. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT multiplyDecimal;) 2025.03.31 17:56:47.494681 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `multiplyDecimal` in scope SELECT multiplyDecimal. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:47.520292 [ 71979 ] {1fa93a16-0bb7-4f75-98a6-be154ba6b96a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `murmurHash2_32` in scope SELECT murmurHash2_32. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT murmurHash2_32;) 2025.03.31 17:56:47.527446 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `murmurHash2_32` in scope SELECT murmurHash2_32. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:47.550810 [ 71979 ] {b88a7e8b-c1eb-4531-bcc5-e31b2e78dde3} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `murmurHash2_64` in scope SELECT murmurHash2_64. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT murmurHash2_64;) 2025.03.31 17:56:47.554195 [ 71981 ] {2c753c64-2795-4915-bc94-985adf4b058f} executeQuery: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiFuzzyMatchAnyIndex('Hallo Welt', 1, ['.{51}']). (HYPERSCAN_CANNOT_SCAN_TEXT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34068) (comment: 02560_regexp_denial_of_service.sql) (in query: SELECT multiFuzzyMatchAnyIndex('Hallo Welt', 1, ['.{51}']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringFuzzySearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179ec0fd 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:47.557670 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `murmurHash2_64` in scope SELECT murmurHash2_64. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:47.559200 [ 71981 ] {} TCPHandler: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiFuzzyMatchAnyIndex('Hallo Welt', 1, ['.{51}']). (HYPERSCAN_CANNOT_SCAN_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringFuzzySearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179ec0fd 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:47.581189 [ 71979 ] {099d43ef-397f-417a-864c-eeeecb44b256} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `murmurHash3_128` in scope SELECT murmurHash3_128. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT murmurHash3_128;) 2025.03.31 17:56:47.588167 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `murmurHash3_128` in scope SELECT murmurHash3_128. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:47.610898 [ 71979 ] {cd92af96-17df-47b4-8db7-9001e3eabcde} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `murmurHash3_32` in scope SELECT murmurHash3_32. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT murmurHash3_32;) 2025.03.31 17:56:47.617806 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `murmurHash3_32` in scope SELECT murmurHash3_32. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:47.641203 [ 71979 ] {b7532a32-4235-40b8-a072-acca6d596092} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `murmurHash3_64` in scope SELECT murmurHash3_64. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT murmurHash3_64;) 2025.03.31 17:56:47.648908 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `murmurHash3_64` in scope SELECT murmurHash3_64. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:47.671830 [ 71979 ] {f5aec1a6-c9e9-4e0a-ad2b-c00d62a83e29} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `negate` in scope SELECT negate. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT negate;) 2025.03.31 17:56:47.678639 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `negate` in scope SELECT negate. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:47.701287 [ 71979 ] {804c4068-4a8e-4d7d-8a11-863866ac9760} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `neighbor` in scope SELECT neighbor. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT neighbor;) 2025.03.31 17:56:47.708208 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `neighbor` in scope SELECT neighbor. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:47.729961 [ 71979 ] {01e1b473-44d2-472b-bf4a-9ffaf4f1051a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `nested` in scope SELECT nested. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT nested;) 2025.03.31 17:56:47.736287 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `nested` in scope SELECT nested. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:47.757779 [ 71979 ] {18036766-55bf-4946-a1aa-5d45932b7f32} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `netloc` in scope SELECT netloc. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT netloc;) 2025.03.31 17:56:47.764447 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `netloc` in scope SELECT netloc. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:47.787542 [ 71979 ] {db203b32-ae79-4cf9-b081-318129996814} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `ngramDistance` in scope SELECT ngramDistance. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT ngramDistance;) 2025.03.31 17:56:47.794403 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `ngramDistance` in scope SELECT ngramDistance. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:47.817901 [ 71979 ] {f37cdf81-557d-4cb5-b1fc-73d53eae6d05} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `ngramDistanceCaseInsensitive` in scope SELECT ngramDistanceCaseInsensitive. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT ngramDistanceCaseInsensitive;) 2025.03.31 17:56:47.824925 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `ngramDistanceCaseInsensitive` in scope SELECT ngramDistanceCaseInsensitive. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:47.847243 [ 71979 ] {bec993f6-f41f-48c9-b276-371a962ef586} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `ngramDistanceCaseInsensitiveUTF8` in scope SELECT ngramDistanceCaseInsensitiveUTF8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT ngramDistanceCaseInsensitiveUTF8;) 2025.03.31 17:56:47.853803 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `ngramDistanceCaseInsensitiveUTF8` in scope SELECT ngramDistanceCaseInsensitiveUTF8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:47.885699 [ 71979 ] {c0e8e312-594b-4b91-8470-0f9ff9d55871} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `ngramDistanceUTF8` in scope SELECT ngramDistanceUTF8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT ngramDistanceUTF8;) 2025.03.31 17:56:47.892562 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `ngramDistanceUTF8` in scope SELECT ngramDistanceUTF8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:47.914792 [ 71979 ] {9aa0f450-96ff-43bd-988e-18dcd48410ec} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `ngramMinHash` in scope SELECT ngramMinHash. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT ngramMinHash;) 2025.03.31 17:56:47.921348 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `ngramMinHash` in scope SELECT ngramMinHash. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:47.942837 [ 71979 ] {e3a6851e-832e-4c6b-bc97-42cc0350e8d6} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `ngramMinHashArg` in scope SELECT ngramMinHashArg. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT ngramMinHashArg;) 2025.03.31 17:56:47.949414 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `ngramMinHashArg` in scope SELECT ngramMinHashArg. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:47.970742 [ 71979 ] {ab3242c5-0800-4360-8d2c-9c22f5588523} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `ngramMinHashArgCaseInsensitive` in scope SELECT ngramMinHashArgCaseInsensitive. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT ngramMinHashArgCaseInsensitive;) 2025.03.31 17:56:47.976887 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `ngramMinHashArgCaseInsensitive` in scope SELECT ngramMinHashArgCaseInsensitive. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:47.997797 [ 71979 ] {bc315459-cd2f-4a10-9d22-2cb092a0902f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `ngramMinHashArgCaseInsensitiveUTF8` in scope SELECT ngramMinHashArgCaseInsensitiveUTF8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT ngramMinHashArgCaseInsensitiveUTF8;) 2025.03.31 17:56:48.003831 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `ngramMinHashArgCaseInsensitiveUTF8` in scope SELECT ngramMinHashArgCaseInsensitiveUTF8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:48.024456 [ 71979 ] {5c955e8c-14ca-48a5-a80d-eaf92ce53ed2} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `ngramMinHashArgUTF8` in scope SELECT ngramMinHashArgUTF8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT ngramMinHashArgUTF8;) 2025.03.31 17:56:48.030879 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `ngramMinHashArgUTF8` in scope SELECT ngramMinHashArgUTF8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:48.050342 [ 71979 ] {749592b8-2983-47a8-930a-958c7e5a2b25} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `ngramMinHashCaseInsensitive` in scope SELECT ngramMinHashCaseInsensitive. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT ngramMinHashCaseInsensitive;) 2025.03.31 17:56:48.056313 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `ngramMinHashCaseInsensitive` in scope SELECT ngramMinHashCaseInsensitive. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:48.078713 [ 71979 ] {62547680-a8db-493d-beff-ddc487100d97} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `ngramMinHashCaseInsensitiveUTF8` in scope SELECT ngramMinHashCaseInsensitiveUTF8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT ngramMinHashCaseInsensitiveUTF8;) 2025.03.31 17:56:48.085650 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `ngramMinHashCaseInsensitiveUTF8` in scope SELECT ngramMinHashCaseInsensitiveUTF8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:48.107789 [ 71979 ] {c20b14d2-4027-48c6-85d2-eae17af11e92} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `ngramMinHashUTF8` in scope SELECT ngramMinHashUTF8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT ngramMinHashUTF8;) 2025.03.31 17:56:48.114492 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `ngramMinHashUTF8` in scope SELECT ngramMinHashUTF8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:48.136668 [ 71979 ] {2a26703d-e064-4a6a-90b8-83cf661c4e7f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `ngramSearch` in scope SELECT ngramSearch. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT ngramSearch;) 2025.03.31 17:56:48.143175 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `ngramSearch` in scope SELECT ngramSearch. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:48.165211 [ 71979 ] {8b2e5b52-3faa-443f-8c30-f4757b23b628} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `ngramSearchCaseInsensitive` in scope SELECT ngramSearchCaseInsensitive. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT ngramSearchCaseInsensitive;) 2025.03.31 17:56:48.172099 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `ngramSearchCaseInsensitive` in scope SELECT ngramSearchCaseInsensitive. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:48.192524 [ 71979 ] {424bb396-99e0-43dd-a515-40fd6e9ff440} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `ngramSearchCaseInsensitiveUTF8` in scope SELECT ngramSearchCaseInsensitiveUTF8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT ngramSearchCaseInsensitiveUTF8;) 2025.03.31 17:56:48.198929 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `ngramSearchCaseInsensitiveUTF8` in scope SELECT ngramSearchCaseInsensitiveUTF8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:48.218856 [ 71979 ] {9d83bbec-0899-4717-a959-d2e0bbf3e3ed} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `ngramSearchUTF8` in scope SELECT ngramSearchUTF8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT ngramSearchUTF8;) 2025.03.31 17:56:48.225430 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `ngramSearchUTF8` in scope SELECT ngramSearchUTF8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:48.232971 [ 71981 ] {e276aca5-e2cc-43e1-9379-1e654823efda} executeQuery: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'. (HYPERSCAN_CANNOT_SCAN_TEXT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34068) (comment: 02560_regexp_denial_of_service.sql) (in query: SELECT multiFuzzyMatchAnyIndex(c, 1, ['.{51}']) FROM t;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringFuzzySearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179ec3ab 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 11. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 13. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 15. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 16. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:56:48.240527 [ 71981 ] {} TCPHandler: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'. (HYPERSCAN_CANNOT_SCAN_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringFuzzySearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179ec3ab 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 11. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 13. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 15. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 16. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:56:48.246643 [ 71979 ] {8a1ee5c8-d314-49fe-970c-b31d8378cd3f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `ngramSimHash` in scope SELECT ngramSimHash. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT ngramSimHash;) 2025.03.31 17:56:48.253625 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `ngramSimHash` in scope SELECT ngramSimHash. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:48.275185 [ 71979 ] {4ad88b87-ff91-43ec-a6dc-ce43b1381236} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `ngramSimHashCaseInsensitive` in scope SELECT ngramSimHashCaseInsensitive. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT ngramSimHashCaseInsensitive;) 2025.03.31 17:56:48.282019 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `ngramSimHashCaseInsensitive` in scope SELECT ngramSimHashCaseInsensitive. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:48.302990 [ 71979 ] {8f61dde9-f950-4c5f-b58d-a2aab4bed79f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `ngramSimHashCaseInsensitiveUTF8` in scope SELECT ngramSimHashCaseInsensitiveUTF8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT ngramSimHashCaseInsensitiveUTF8;) 2025.03.31 17:56:48.309759 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `ngramSimHashCaseInsensitiveUTF8` in scope SELECT ngramSimHashCaseInsensitiveUTF8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:48.329580 [ 71979 ] {b052ae25-8582-498c-938d-5946545372f3} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `ngramSimHashUTF8` in scope SELECT ngramSimHashUTF8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT ngramSimHashUTF8;) 2025.03.31 17:56:48.335806 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `ngramSimHashUTF8` in scope SELECT ngramSimHashUTF8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:48.355655 [ 71979 ] {a93f5c68-ce51-4982-aca8-cd48fbfac572} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `ngrams` in scope SELECT ngrams. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT ngrams;) 2025.03.31 17:56:48.361718 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `ngrams` in scope SELECT ngrams. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:48.381600 [ 71979 ] {5f6f0c02-ef52-4e28-a428-9efae3d60839} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `nonNegativeDerivative` in scope SELECT nonNegativeDerivative. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT nonNegativeDerivative;) 2025.03.31 17:56:48.388449 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `nonNegativeDerivative` in scope SELECT nonNegativeDerivative. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:48.409112 [ 71979 ] {39c21dfe-da70-4195-989a-d426694942de} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `normL1` in scope SELECT normL1. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT normL1;) 2025.03.31 17:56:48.412165 [ 3914 ] {d1580f8a-a990-4bd7-a9b1-b219b2524aa2} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'dateTimeToSnowflakeID'. Expected 1 mandatory argument and 1 optional argument, got 0 arguments: In scope SELECT dateTimeToSnowflakeID(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34352) (comment: 01942_dateTimeToSnowflakeID.sql) (in query: SELECT dateTimeToSnowflakeID();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&, String&&) @ 0x0000000031c3fcf7 4. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3b1b3 5. DB::FunctionDateTimeToSnowflakeID::getReturnTypeImpl(std::vector> const&) const @ 0x000000000d7039a6 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:56:48.415513 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `normL1` in scope SELECT normL1. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:48.417690 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'dateTimeToSnowflakeID'. Expected 1 mandatory argument and 1 optional argument, got 0 arguments: In scope SELECT dateTimeToSnowflakeID(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&, String&&) @ 0x0000000031c3fcf7 4. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3b1b3 5. DB::FunctionDateTimeToSnowflakeID::getReturnTypeImpl(std::vector> const&) const @ 0x000000000d7039a6 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:56:48.436398 [ 71979 ] {2e6a61d1-b61d-4982-9db2-c065dfcb491b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `normL2` in scope SELECT normL2. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT normL2;) 2025.03.31 17:56:48.442630 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `normL2` in scope SELECT normL2. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:48.462606 [ 71979 ] {ffaa71ee-e6b5-427a-bd74-523d79d9f561} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `normL2Squared` in scope SELECT normL2Squared. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT normL2Squared;) 2025.03.31 17:56:48.468666 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `normL2Squared` in scope SELECT normL2Squared. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:48.489020 [ 71979 ] {9515fff3-72b7-41b6-bccd-93f5dd120aab} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `normLinf` in scope SELECT normLinf. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT normLinf;) 2025.03.31 17:56:48.495144 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `normLinf` in scope SELECT normLinf. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:48.519566 [ 71979 ] {ff2e3789-49fb-429f-a95b-e136cf9ffae5} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `normLp` in scope SELECT normLp. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT normLp;) 2025.03.31 17:56:48.526476 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `normLp` in scope SELECT normLp. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:48.548866 [ 71979 ] {5add1143-a8cf-478a-9b41-55d45197246f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `normalizeL1` in scope SELECT normalizeL1. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT normalizeL1;) 2025.03.31 17:56:48.556223 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `normalizeL1` in scope SELECT normalizeL1. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:48.579765 [ 71979 ] {ca5052b0-dfd0-43ee-bb22-b4fd2a46e428} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `normalizeL2` in scope SELECT normalizeL2. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT normalizeL2;) 2025.03.31 17:56:48.586515 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `normalizeL2` in scope SELECT normalizeL2. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:48.605002 [ 71979 ] {6ffa064e-52a7-4a92-82de-164af95da7b2} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `normalizeLinf` in scope SELECT normalizeLinf. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT normalizeLinf;) 2025.03.31 17:56:48.611663 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `normalizeLinf` in scope SELECT normalizeLinf. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:48.636651 [ 71979 ] {14375477-8cef-4e9f-83fd-9beb73c591e4} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `normalizeLp` in scope SELECT normalizeLp. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT normalizeLp;) 2025.03.31 17:56:48.644503 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `normalizeLp` in scope SELECT normalizeLp. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:48.668225 [ 71979 ] {dd3b261d-3266-4ae2-b582-5edf33791666} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `normalizeQuery` in scope SELECT normalizeQuery. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT normalizeQuery;) 2025.03.31 17:56:48.675141 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `normalizeQuery` in scope SELECT normalizeQuery. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:48.696765 [ 71979 ] {0203bb7a-6622-47cb-a0bd-46927bd9d324} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `normalizeQueryKeepNames` in scope SELECT normalizeQueryKeepNames. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT normalizeQueryKeepNames;) 2025.03.31 17:56:48.703276 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `normalizeQueryKeepNames` in scope SELECT normalizeQueryKeepNames. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:48.724855 [ 71979 ] {266deb42-0da5-4417-9340-4e167c108e52} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `normalizeUTF8NFC` in scope SELECT normalizeUTF8NFC. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT normalizeUTF8NFC;) 2025.03.31 17:56:48.731530 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `normalizeUTF8NFC` in scope SELECT normalizeUTF8NFC. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:48.751994 [ 71979 ] {bc63b064-ed2c-4a70-a571-c5e2fb29e9d8} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `normalizeUTF8NFD` in scope SELECT normalizeUTF8NFD. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT normalizeUTF8NFD;) 2025.03.31 17:56:48.758230 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `normalizeUTF8NFD` in scope SELECT normalizeUTF8NFD. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:48.779286 [ 71979 ] {a46d1546-3c1c-4d8b-a6b7-8bcbb8351c48} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `normalizeUTF8NFKC` in scope SELECT normalizeUTF8NFKC. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT normalizeUTF8NFKC;) 2025.03.31 17:56:48.785964 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `normalizeUTF8NFKC` in scope SELECT normalizeUTF8NFKC. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:48.807995 [ 71979 ] {2b16ed91-5b08-4713-b72d-ff8f523b6b26} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `normalizeUTF8NFKD` in scope SELECT normalizeUTF8NFKD. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT normalizeUTF8NFKD;) 2025.03.31 17:56:48.814218 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `normalizeUTF8NFKD` in scope SELECT normalizeUTF8NFKD. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:48.833494 [ 71979 ] {4edd63b4-7fdc-475a-b678-58d9d0e44c53} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `normalizedQueryHash` in scope SELECT normalizedQueryHash. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT normalizedQueryHash;) 2025.03.31 17:56:48.840369 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `normalizedQueryHash` in scope SELECT normalizedQueryHash. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:48.862079 [ 71979 ] {d327fa69-871a-47a5-9c08-b5e632b47a7a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `normalizedQueryHashKeepNames` in scope SELECT normalizedQueryHashKeepNames. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT normalizedQueryHashKeepNames;) 2025.03.31 17:56:48.868446 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `normalizedQueryHashKeepNames` in scope SELECT normalizedQueryHashKeepNames. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:48.956330 [ 71979 ] {e8eb3751-806f-4e9e-8cca-f418e365aeec} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `notEmpty` in scope SELECT notEmpty. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT notEmpty;) 2025.03.31 17:56:48.963386 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `notEmpty` in scope SELECT notEmpty. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:48.986439 [ 71979 ] {a1b16217-1610-4801-a603-afdfb438b388} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `notEquals` in scope SELECT notEquals. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT notEquals;) 2025.03.31 17:56:48.992840 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `notEquals` in scope SELECT notEquals. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:49.011664 [ 71981 ] {ef96a65f-f617-4ee4-a5f0-f0e5b2df4770} executeQuery: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiFuzzyMatchAllIndices('Hallo Welt', 1, ['.{51}']). (HYPERSCAN_CANNOT_SCAN_TEXT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34068) (comment: 02560_regexp_denial_of_service.sql) (in query: SELECT multiFuzzyMatchAllIndices('Hallo Welt', 1, ['.{51}']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringFuzzySearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179c8dbe 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:49.014859 [ 71979 ] {d1f741c2-d589-4e2d-ad19-9fc8f81b1e29} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `notILike` in scope SELECT notILike. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT notILike;) 2025.03.31 17:56:49.017122 [ 71981 ] {} TCPHandler: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'.: In scope SELECT multiFuzzyMatchAllIndices('Hallo Welt', 1, ['.{51}']). (HYPERSCAN_CANNOT_SCAN_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringFuzzySearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179c8dbe 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:56:49.022553 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `notILike` in scope SELECT notILike. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:49.043195 [ 71979 ] {5c708f9e-11a5-4261-8772-c69f9ec100ca} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `notIn` in scope SELECT notIn. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT notIn;) 2025.03.31 17:56:49.050157 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `notIn` in scope SELECT notIn. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:49.071491 [ 71979 ] {a1460ec8-89d3-47d2-b1d6-4300362d838e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `notInIgnoreSet` in scope SELECT notInIgnoreSet. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT notInIgnoreSet;) 2025.03.31 17:56:49.078073 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `notInIgnoreSet` in scope SELECT notInIgnoreSet. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:49.100253 [ 71979 ] {892eb4dd-41bb-4fd1-a013-e4c3df370ba2} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `notLike` in scope SELECT notLike. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT notLike;) 2025.03.31 17:56:49.106888 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `notLike` in scope SELECT notLike. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:49.130423 [ 71979 ] {5e3c0289-a728-4148-a79d-7eb303bc2cf7} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `notNullIn` in scope SELECT notNullIn. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT notNullIn;) 2025.03.31 17:56:49.138409 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `notNullIn` in scope SELECT notNullIn. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:49.164113 [ 71979 ] {89a359aa-330d-4f3e-8de1-a0cecf58901d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `notNullInIgnoreSet` in scope SELECT notNullInIgnoreSet. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT notNullInIgnoreSet;) 2025.03.31 17:56:49.171665 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `notNullInIgnoreSet` in scope SELECT notNullInIgnoreSet. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:49.196361 [ 71979 ] {3b126ed8-70f2-4d71-9f28-3a28a037e004} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `nothing` in scope SELECT nothing. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT nothing;) 2025.03.31 17:56:49.205471 [ 3914 ] {6db3aac4-e0aa-4fad-8c15-8e50d13b4751} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'dateTime64ToSnowflakeID'. Expected 1 mandatory argument and 1 optional argument, got 0 arguments: In scope SELECT dateTime64ToSnowflakeID(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34352) (comment: 01942_dateTimeToSnowflakeID.sql) (in query: SELECT dateTime64ToSnowflakeID();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&, String&&) @ 0x0000000031c3fcf7 4. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3b1b3 5. DB::FunctionDateTime64ToSnowflakeID::getReturnTypeImpl(std::vector> const&) const @ 0x000000000d705486 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:56:49.205940 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `nothing` in scope SELECT nothing. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:49.211112 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'dateTime64ToSnowflakeID'. Expected 1 mandatory argument and 1 optional argument, got 0 arguments: In scope SELECT dateTime64ToSnowflakeID(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&, String&&) @ 0x0000000031c3fcf7 4. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3b1b3 5. DB::FunctionDateTime64ToSnowflakeID::getReturnTypeImpl(std::vector> const&) const @ 0x000000000d705486 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:56:49.227356 [ 71979 ] {7524c9fd-3a1d-4838-8760-fae5c5acbf50} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `nothingNull` in scope SELECT nothingNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT nothingNull;) 2025.03.31 17:56:49.234190 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `nothingNull` in scope SELECT nothingNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:49.254692 [ 71979 ] {9695e661-a785-4985-97c3-be9fc3b8d038} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `nothingUInt64` in scope SELECT nothingUInt64. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT nothingUInt64;) 2025.03.31 17:56:49.261023 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `nothingUInt64` in scope SELECT nothingUInt64. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:49.281383 [ 71979 ] {7a7160f1-aac0-4b12-9069-79d67ce6cfb6} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `now` in scope SELECT now. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT now;) 2025.03.31 17:56:49.287914 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `now` in scope SELECT now. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:49.308228 [ 71979 ] {2716da74-7ee7-46f0-bde7-a47ed0974bf8} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `now64` in scope SELECT now64. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT now64;) 2025.03.31 17:56:49.314367 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `now64` in scope SELECT now64. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:49.334505 [ 71979 ] {e185fb04-fd8b-4ae9-b42e-01ab220650dd} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `nowInBlock` in scope SELECT nowInBlock. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT nowInBlock;) 2025.03.31 17:56:49.340641 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `nowInBlock` in scope SELECT nowInBlock. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:49.361243 [ 71979 ] {cc3cc442-8622-41d9-b88b-9e9981bc6abb} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `nth_value` in scope SELECT nth_value. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT nth_value;) 2025.03.31 17:56:49.367522 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `nth_value` in scope SELECT nth_value. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:49.390293 [ 71979 ] {8e8438c6-2a77-4ae7-9f55-c491904f5ed4} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `ntile` in scope SELECT ntile. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT ntile;) 2025.03.31 17:56:49.397147 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `ntile` in scope SELECT ntile. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:49.417129 [ 71979 ] {33d31efa-4177-447d-b229-ecdbb9fef136} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `nullIf` in scope SELECT nullIf. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT nullIf;) 2025.03.31 17:56:49.422933 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `nullIf` in scope SELECT nullIf. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:49.442025 [ 71979 ] {b6277570-7fb8-4213-b0d4-ea0233bf0400} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `nullIn` in scope SELECT nullIn. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT nullIn;) 2025.03.31 17:56:49.449531 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `nullIn` in scope SELECT nullIn. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:49.472564 [ 71979 ] {dd2b3279-018a-4127-b8c6-3b5e342c2138} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `nullInIgnoreSet` in scope SELECT nullInIgnoreSet. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT nullInIgnoreSet;) 2025.03.31 17:56:49.479870 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `nullInIgnoreSet` in scope SELECT nullInIgnoreSet. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:49.499696 [ 71979 ] {2fe8fb77-6c66-42e7-8586-abaa953c50c1} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `or` in scope SELECT or. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT or;) 2025.03.31 17:56:49.506138 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `or` in scope SELECT or. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:49.525772 [ 71979 ] {da6828c8-99f0-4dbd-af24-ac71034baad4} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `overlay` in scope SELECT overlay. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT overlay;) 2025.03.31 17:56:49.531715 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `overlay` in scope SELECT overlay. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:49.553357 [ 71979 ] {a061564e-b7fb-4413-ac90-01a5341f175d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `overlayUTF8` in scope SELECT overlayUTF8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT overlayUTF8;) 2025.03.31 17:56:49.559689 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `overlayUTF8` in scope SELECT overlayUTF8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:49.581517 [ 71979 ] {83e594f2-7a61-4640-9445-1d59befe3f2b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `parseDateTime` in scope SELECT parseDateTime. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT parseDateTime;) 2025.03.31 17:56:49.587666 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `parseDateTime` in scope SELECT parseDateTime. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:49.609087 [ 71979 ] {6aff3c70-1b11-4814-a2e1-717275c694cd} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `parseDateTime32BestEffort` in scope SELECT parseDateTime32BestEffort. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT parseDateTime32BestEffort;) 2025.03.31 17:56:49.615731 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `parseDateTime32BestEffort` in scope SELECT parseDateTime32BestEffort. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:49.637460 [ 71979 ] {82a3b134-3659-4e56-bdc9-29eb39fc62ab} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `parseDateTime32BestEffortOrNull` in scope SELECT parseDateTime32BestEffortOrNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT parseDateTime32BestEffortOrNull;) 2025.03.31 17:56:49.643763 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `parseDateTime32BestEffortOrNull` in scope SELECT parseDateTime32BestEffortOrNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:49.663832 [ 71979 ] {e4a30bba-f258-4f38-8941-babc89bd857a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `parseDateTime32BestEffortOrZero` in scope SELECT parseDateTime32BestEffortOrZero. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT parseDateTime32BestEffortOrZero;) 2025.03.31 17:56:49.669692 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `parseDateTime32BestEffortOrZero` in scope SELECT parseDateTime32BestEffortOrZero. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:49.688512 [ 71979 ] {98fa02f2-bdad-4663-a961-de2384f618a7} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `parseDateTime64` in scope SELECT parseDateTime64. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT parseDateTime64;) 2025.03.31 17:56:49.693792 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `parseDateTime64` in scope SELECT parseDateTime64. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:49.697202 [ 71981 ] {a10c318f-4e05-4e04-8c81-8b8e60254754} executeQuery: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'. (HYPERSCAN_CANNOT_SCAN_TEXT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34068) (comment: 02560_regexp_denial_of_service.sql) (in query: SELECT multiFuzzyMatchAllIndices(c, 1, ['.{51}']) FROM t;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringFuzzySearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179c91c2 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 11. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 13. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 15. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 16. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:56:49.702399 [ 71981 ] {} TCPHandler: Code: 447. DB::Exception: Regular expression evaluation in vectorscan will be too slow. To ignore this error, disable setting 'reject_expensive_hyperscan_regexps'. (HYPERSCAN_CANNOT_SCAN_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::FunctionsMultiStringFuzzySearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179c91c2 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 11. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 13. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 15. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 16. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 17:56:49.718773 [ 71979 ] {a4e8c57e-4336-45f9-aff2-5178f89976fa} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `parseDateTime64BestEffort` in scope SELECT parseDateTime64BestEffort. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT parseDateTime64BestEffort;) 2025.03.31 17:56:49.726426 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `parseDateTime64BestEffort` in scope SELECT parseDateTime64BestEffort. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:49.749256 [ 71979 ] {b1db3de2-fa62-4978-bf40-c5324d4f9276} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `parseDateTime64BestEffortOrNull` in scope SELECT parseDateTime64BestEffortOrNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT parseDateTime64BestEffortOrNull;) 2025.03.31 17:56:49.757292 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `parseDateTime64BestEffortOrNull` in scope SELECT parseDateTime64BestEffortOrNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:49.780488 [ 71979 ] {dd697d61-e388-4eee-9adb-64fcf239588e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `parseDateTime64BestEffortOrZero` in scope SELECT parseDateTime64BestEffortOrZero. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT parseDateTime64BestEffortOrZero;) 2025.03.31 17:56:49.788261 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `parseDateTime64BestEffortOrZero` in scope SELECT parseDateTime64BestEffortOrZero. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:49.811790 [ 71979 ] {d148f5c2-5b8a-427e-80dd-56815785e1f3} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `parseDateTime64BestEffortUS` in scope SELECT parseDateTime64BestEffortUS. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT parseDateTime64BestEffortUS;) 2025.03.31 17:56:49.819111 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `parseDateTime64BestEffortUS` in scope SELECT parseDateTime64BestEffortUS. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:49.841760 [ 71979 ] {5dbec232-ce0e-47da-95b9-3cd313bcc659} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `parseDateTime64BestEffortUSOrNull` in scope SELECT parseDateTime64BestEffortUSOrNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT parseDateTime64BestEffortUSOrNull;) 2025.03.31 17:56:49.849511 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `parseDateTime64BestEffortUSOrNull` in scope SELECT parseDateTime64BestEffortUSOrNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:49.871672 [ 71979 ] {cca332fd-aa08-43eb-b3dc-718bca37f5cc} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `parseDateTime64BestEffortUSOrZero` in scope SELECT parseDateTime64BestEffortUSOrZero. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT parseDateTime64BestEffortUSOrZero;) 2025.03.31 17:56:49.878514 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `parseDateTime64BestEffortUSOrZero` in scope SELECT parseDateTime64BestEffortUSOrZero. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:49.899217 [ 71979 ] {0bff6b4e-9dd4-4187-aac4-be343e046bec} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `parseDateTime64InJodaSyntax` in scope SELECT parseDateTime64InJodaSyntax. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT parseDateTime64InJodaSyntax;) 2025.03.31 17:56:49.906058 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `parseDateTime64InJodaSyntax` in scope SELECT parseDateTime64InJodaSyntax. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:49.927853 [ 71979 ] {22cb8ae0-a643-46e4-8d86-e45c97c1cd03} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `parseDateTime64InJodaSyntaxOrNull` in scope SELECT parseDateTime64InJodaSyntaxOrNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT parseDateTime64InJodaSyntaxOrNull;) 2025.03.31 17:56:49.934594 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `parseDateTime64InJodaSyntaxOrNull` in scope SELECT parseDateTime64InJodaSyntaxOrNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:49.957528 [ 71979 ] {be5e0c3b-fbe8-4c0b-9df8-62709a2b87e2} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `parseDateTime64InJodaSyntaxOrZero` in scope SELECT parseDateTime64InJodaSyntaxOrZero. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT parseDateTime64InJodaSyntaxOrZero;) 2025.03.31 17:56:49.964370 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `parseDateTime64InJodaSyntaxOrZero` in scope SELECT parseDateTime64InJodaSyntaxOrZero. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:49.986477 [ 71979 ] {9572aecf-49c9-4e01-a444-c61ddf72b7b4} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `parseDateTime64OrNull` in scope SELECT parseDateTime64OrNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT parseDateTime64OrNull;) 2025.03.31 17:56:49.993431 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `parseDateTime64OrNull` in scope SELECT parseDateTime64OrNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:50.009448 [ 3914 ] {1d8e0ab4-4c30-4bb3-a130-63a3d6b95840} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'dateTimeToSnowflakeID'. Expected: DateTime, got: String: In scope SELECT dateTimeToSnowflakeID('invalid_dt'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34352) (comment: 01942_dateTimeToSnowflakeID.sql) (in query: SELECT dateTimeToSnowflakeID('invalid_dt');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::FunctionDateTimeToSnowflakeID::getReturnTypeImpl(std::vector> const&) const @ 0x000000000d7039a6 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:56:50.014696 [ 71979 ] {d814d714-a541-480c-8e2d-663dccdc718d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `parseDateTime64OrZero` in scope SELECT parseDateTime64OrZero. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT parseDateTime64OrZero;) 2025.03.31 17:56:50.015174 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'dateTimeToSnowflakeID'. Expected: DateTime, got: String: In scope SELECT dateTimeToSnowflakeID('invalid_dt'). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::FunctionDateTimeToSnowflakeID::getReturnTypeImpl(std::vector> const&) const @ 0x000000000d7039a6 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:56:50.021237 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `parseDateTime64OrZero` in scope SELECT parseDateTime64OrZero. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:50.043190 [ 71979 ] {86f0e31f-828f-424c-8642-efd01c91614f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `parseDateTimeBestEffort` in scope SELECT parseDateTimeBestEffort. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT parseDateTimeBestEffort;) 2025.03.31 17:56:50.049337 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `parseDateTimeBestEffort` in scope SELECT parseDateTimeBestEffort. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:50.071761 [ 71979 ] {02598a7a-dbdb-43cd-8d9c-c76f7146a65f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `parseDateTimeBestEffortOrNull` in scope SELECT parseDateTimeBestEffortOrNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT parseDateTimeBestEffortOrNull;) 2025.03.31 17:56:50.078534 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `parseDateTimeBestEffortOrNull` in scope SELECT parseDateTimeBestEffortOrNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:50.096908 [ 71979 ] {19996dd9-4c4a-4f2c-a9ba-e038a80cb3ac} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `parseDateTimeBestEffortOrZero` in scope SELECT parseDateTimeBestEffortOrZero. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT parseDateTimeBestEffortOrZero;) 2025.03.31 17:56:50.102594 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `parseDateTimeBestEffortOrZero` in scope SELECT parseDateTimeBestEffortOrZero. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:50.116146 [ 71979 ] {0d4fc559-46fa-479f-9c90-ec70e814e61b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `parseDateTimeBestEffortUS` in scope SELECT parseDateTimeBestEffortUS. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT parseDateTimeBestEffortUS;) 2025.03.31 17:56:50.119504 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `parseDateTimeBestEffortUS` in scope SELECT parseDateTimeBestEffortUS. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:50.131955 [ 71979 ] {a14d220d-e1b8-44ca-9f56-1fb7d3188bd4} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `parseDateTimeBestEffortUSOrNull` in scope SELECT parseDateTimeBestEffortUSOrNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT parseDateTimeBestEffortUSOrNull;) 2025.03.31 17:56:50.134976 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `parseDateTimeBestEffortUSOrNull` in scope SELECT parseDateTimeBestEffortUSOrNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:50.147196 [ 71979 ] {a6a9895c-d424-4be2-9307-34ef8266f4c5} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `parseDateTimeBestEffortUSOrZero` in scope SELECT parseDateTimeBestEffortUSOrZero. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT parseDateTimeBestEffortUSOrZero;) 2025.03.31 17:56:50.150284 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `parseDateTimeBestEffortUSOrZero` in scope SELECT parseDateTimeBestEffortUSOrZero. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:50.162178 [ 71979 ] {1e0d74ec-9056-4210-ad9e-c2bf67181020} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `parseDateTimeInJodaSyntax` in scope SELECT parseDateTimeInJodaSyntax. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT parseDateTimeInJodaSyntax;) 2025.03.31 17:56:50.165527 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `parseDateTimeInJodaSyntax` in scope SELECT parseDateTimeInJodaSyntax. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:50.177146 [ 71979 ] {20a0dd34-e1ff-4d32-a4e7-f9972e12890b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `parseDateTimeInJodaSyntaxOrNull` in scope SELECT parseDateTimeInJodaSyntaxOrNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT parseDateTimeInJodaSyntaxOrNull;) 2025.03.31 17:56:50.180180 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `parseDateTimeInJodaSyntaxOrNull` in scope SELECT parseDateTimeInJodaSyntaxOrNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:50.191900 [ 71979 ] {aacc84f5-86cb-48b6-825a-0287349f6cac} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `parseDateTimeInJodaSyntaxOrZero` in scope SELECT parseDateTimeInJodaSyntaxOrZero. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT parseDateTimeInJodaSyntaxOrZero;) 2025.03.31 17:56:50.195088 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `parseDateTimeInJodaSyntaxOrZero` in scope SELECT parseDateTimeInJodaSyntaxOrZero. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:50.218752 [ 71979 ] {b735d307-07fb-47f0-9708-51101601d50d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `parseDateTimeOrNull` in scope SELECT parseDateTimeOrNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT parseDateTimeOrNull;) 2025.03.31 17:56:50.225918 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `parseDateTimeOrNull` in scope SELECT parseDateTimeOrNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:50.248277 [ 71979 ] {6dc5ab73-602f-4bf8-aa28-c15067160db1} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `parseDateTimeOrZero` in scope SELECT parseDateTimeOrZero. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT parseDateTimeOrZero;) 2025.03.31 17:56:50.254910 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `parseDateTimeOrZero` in scope SELECT parseDateTimeOrZero. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:50.276176 [ 71979 ] {3168e33a-3550-4769-ae51-15be47747dd3} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `parseReadableSize` in scope SELECT parseReadableSize. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT parseReadableSize;) 2025.03.31 17:56:50.283219 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `parseReadableSize` in scope SELECT parseReadableSize. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:50.305100 [ 71979 ] {4426c2d6-bdb4-4031-b555-7bd51f37956e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `parseReadableSizeOrNull` in scope SELECT parseReadableSizeOrNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT parseReadableSizeOrNull;) 2025.03.31 17:56:50.312166 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `parseReadableSizeOrNull` in scope SELECT parseReadableSizeOrNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:50.334362 [ 71979 ] {0ade51c6-9ce7-4f81-9bde-0cc837e072e0} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `parseReadableSizeOrZero` in scope SELECT parseReadableSizeOrZero. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT parseReadableSizeOrZero;) 2025.03.31 17:56:50.341404 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `parseReadableSizeOrZero` in scope SELECT parseReadableSizeOrZero. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:50.363064 [ 71979 ] {5e0e54e4-cc5c-4eca-9f64-6da6f9acc810} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `parseTimeDelta` in scope SELECT parseTimeDelta. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT parseTimeDelta;) 2025.03.31 17:56:50.369823 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `parseTimeDelta` in scope SELECT parseTimeDelta. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:50.391911 [ 71979 ] {d3fa39a2-9d78-4a3f-88dc-b49b19a83343} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `partitionID` in scope SELECT partitionID. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT partitionID;) 2025.03.31 17:56:50.398089 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `partitionID` in scope SELECT partitionID. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:50.416814 [ 71979 ] {e195778a-362a-4f5a-a486-bd02ab69210e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `partitionId` in scope SELECT partitionId. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT partitionId;) 2025.03.31 17:56:50.422092 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `partitionId` in scope SELECT partitionId. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:50.442868 [ 71979 ] {61cfeca4-d233-4058-a2f8-bb8b78b61e2d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `path` in scope SELECT path. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT path;) 2025.03.31 17:56:50.449600 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `path` in scope SELECT path. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:50.472751 [ 71979 ] {8150b242-332f-41e9-a5c8-227ddc4e42fc} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `pathFull` in scope SELECT pathFull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT pathFull;) 2025.03.31 17:56:50.479467 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `pathFull` in scope SELECT pathFull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:50.501443 [ 71979 ] {3b216d12-4a74-4ea5-857a-da6da83309fe} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `percentRank` in scope SELECT percentRank. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT percentRank;) 2025.03.31 17:56:50.509416 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `percentRank` in scope SELECT percentRank. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:50.532529 [ 71979 ] {776181d8-4e30-409e-8df4-78f8b5f78c1f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `percent_rank` in scope SELECT percent_rank. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT percent_rank;) 2025.03.31 17:56:50.539409 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `percent_rank` in scope SELECT percent_rank. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:50.563249 [ 71979 ] {2c9deb6b-47fd-4db0-a600-25742ddd8cf6} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `pi` in scope SELECT pi. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT pi;) 2025.03.31 17:56:50.571007 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `pi` in scope SELECT pi. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:50.594326 [ 71979 ] {0b2dc52a-3ba5-464a-b249-1b31e8fefac4} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `plus` in scope SELECT plus. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT plus;) 2025.03.31 17:56:50.601476 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `plus` in scope SELECT plus. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:50.625406 [ 71979 ] {4d8a8f32-495a-4ef1-874e-287f862f6795} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `pmod` in scope SELECT pmod. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT pmod;) 2025.03.31 17:56:50.632546 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `pmod` in scope SELECT pmod. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:50.656735 [ 71979 ] {6bbef72c-76d3-4af6-b3cb-5f43c153db8b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `pointInEllipses` in scope SELECT pointInEllipses. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT pointInEllipses;) 2025.03.31 17:56:50.664774 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `pointInEllipses` in scope SELECT pointInEllipses. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:50.682290 [ 71979 ] {3947f45e-7143-4eb3-b520-493ab1cab5b2} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `pointInPolygon` in scope SELECT pointInPolygon. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT pointInPolygon;) 2025.03.31 17:56:50.689393 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `pointInPolygon` in scope SELECT pointInPolygon. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:50.713376 [ 71979 ] {4307ce2b-a784-4b82-8b7d-17cf54f8d28c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `polygonAreaCartesian` in scope SELECT polygonAreaCartesian. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT polygonAreaCartesian;) 2025.03.31 17:56:50.723554 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `polygonAreaCartesian` in scope SELECT polygonAreaCartesian. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:50.747253 [ 71979 ] {9adc0112-b83f-4980-bcdc-4ae27049c85d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `polygonAreaSpherical` in scope SELECT polygonAreaSpherical. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT polygonAreaSpherical;) 2025.03.31 17:56:50.754626 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `polygonAreaSpherical` in scope SELECT polygonAreaSpherical. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:50.778051 [ 71979 ] {4c6283fd-6643-4da3-b33f-730aa1baadee} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `polygonConvexHullCartesian` in scope SELECT polygonConvexHullCartesian. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT polygonConvexHullCartesian;) 2025.03.31 17:56:50.785357 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `polygonConvexHullCartesian` in scope SELECT polygonConvexHullCartesian. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:50.809171 [ 71979 ] {5205415e-95dd-4fae-8746-b44d9c3d0e48} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `polygonPerimeterCartesian` in scope SELECT polygonPerimeterCartesian. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT polygonPerimeterCartesian;) 2025.03.31 17:56:50.820458 [ 3914 ] {e933a9af-6329-4d1c-a22f-e180ec58545d} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'dateTime64ToSnowflakeID'. Expected: DateTime64, got: String: In scope SELECT dateTime64ToSnowflakeID('invalid_dt'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34352) (comment: 01942_dateTimeToSnowflakeID.sql) (in query: SELECT dateTime64ToSnowflakeID('invalid_dt');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::FunctionDateTime64ToSnowflakeID::getReturnTypeImpl(std::vector> const&) const @ 0x000000000d705486 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:56:50.826165 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'dateTime64ToSnowflakeID'. Expected: DateTime64, got: String: In scope SELECT dateTime64ToSnowflakeID('invalid_dt'). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::FunctionDateTime64ToSnowflakeID::getReturnTypeImpl(std::vector> const&) const @ 0x000000000d705486 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:56:50.828039 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `polygonPerimeterCartesian` in scope SELECT polygonPerimeterCartesian. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:50.854235 [ 71979 ] {2a21171c-1741-424b-92bc-8844c971dffc} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `polygonPerimeterSpherical` in scope SELECT polygonPerimeterSpherical. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT polygonPerimeterSpherical;) 2025.03.31 17:56:50.861325 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `polygonPerimeterSpherical` in scope SELECT polygonPerimeterSpherical. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:50.886457 [ 71979 ] {37d27c58-a445-463e-ac4f-a78eb32ab6b3} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `polygonsDistanceCartesian` in scope SELECT polygonsDistanceCartesian. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT polygonsDistanceCartesian;) 2025.03.31 17:56:50.895851 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `polygonsDistanceCartesian` in scope SELECT polygonsDistanceCartesian. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:50.920066 [ 71979 ] {4365249a-844d-4df0-bbcb-914c901ffe1e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `polygonsDistanceSpherical` in scope SELECT polygonsDistanceSpherical. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT polygonsDistanceSpherical;) 2025.03.31 17:56:50.930154 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `polygonsDistanceSpherical` in scope SELECT polygonsDistanceSpherical. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:50.953426 [ 71979 ] {8ccab414-b524-45da-affc-fa6e3e78c36b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `polygonsEqualsCartesian` in scope SELECT polygonsEqualsCartesian. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT polygonsEqualsCartesian;) 2025.03.31 17:56:50.961101 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `polygonsEqualsCartesian` in scope SELECT polygonsEqualsCartesian. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:50.983583 [ 71979 ] {7850dd50-efdf-4c7f-8797-8ec58a87a272} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `polygonsIntersectionCartesian` in scope SELECT polygonsIntersectionCartesian. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT polygonsIntersectionCartesian;) 2025.03.31 17:56:50.991036 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `polygonsIntersectionCartesian` in scope SELECT polygonsIntersectionCartesian. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:51.012353 [ 71979 ] {fdcc1692-f492-41bc-967a-5f5bc9377da3} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `polygonsIntersectionSpherical` in scope SELECT polygonsIntersectionSpherical. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT polygonsIntersectionSpherical;) 2025.03.31 17:56:51.018709 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `polygonsIntersectionSpherical` in scope SELECT polygonsIntersectionSpherical. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:51.039676 [ 71979 ] {298b5f08-ca7a-40c3-a0f2-359c2009d022} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `polygonsSymDifferenceCartesian` in scope SELECT polygonsSymDifferenceCartesian. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT polygonsSymDifferenceCartesian;) 2025.03.31 17:56:51.045670 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `polygonsSymDifferenceCartesian` in scope SELECT polygonsSymDifferenceCartesian. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:51.067475 [ 71979 ] {07a50f6b-e7e3-4a9d-b59b-5ac18b072546} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `polygonsSymDifferenceSpherical` in scope SELECT polygonsSymDifferenceSpherical. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT polygonsSymDifferenceSpherical;) 2025.03.31 17:56:51.074539 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `polygonsSymDifferenceSpherical` in scope SELECT polygonsSymDifferenceSpherical. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:51.092127 [ 71979 ] {6cfb4dab-8e1c-4900-bbea-c12f2692e1ae} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `polygonsUnionCartesian` in scope SELECT polygonsUnionCartesian. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT polygonsUnionCartesian;) 2025.03.31 17:56:51.100158 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `polygonsUnionCartesian` in scope SELECT polygonsUnionCartesian. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:51.121348 [ 71979 ] {01ff864c-6a21-4173-88fd-279af7e651bc} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `polygonsUnionSpherical` in scope SELECT polygonsUnionSpherical. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT polygonsUnionSpherical;) 2025.03.31 17:56:51.129160 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `polygonsUnionSpherical` in scope SELECT polygonsUnionSpherical. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:51.165220 [ 71979 ] {d6fd7218-5fb7-49c3-96a1-ab20978cca1d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `polygonsWithinCartesian` in scope SELECT polygonsWithinCartesian. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT polygonsWithinCartesian;) 2025.03.31 17:56:51.173036 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `polygonsWithinCartesian` in scope SELECT polygonsWithinCartesian. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:51.194230 [ 71979 ] {fefc74b2-f713-4bef-9e8a-f40e5ec2f938} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `polygonsWithinSpherical` in scope SELECT polygonsWithinSpherical. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT polygonsWithinSpherical;) 2025.03.31 17:56:51.201148 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `polygonsWithinSpherical` in scope SELECT polygonsWithinSpherical. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:51.231129 [ 71979 ] {e8cf6b4a-6db8-44ce-8e2d-626b1151d7cb} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `port` in scope SELECT port. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT port;) 2025.03.31 17:56:51.241815 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `port` in scope SELECT port. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:51.263193 [ 71979 ] {a0cbc539-ec62-4a96-88eb-364da2b59565} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `portRFC` in scope SELECT portRFC. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT portRFC;) 2025.03.31 17:56:51.269951 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `portRFC` in scope SELECT portRFC. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:51.295896 [ 71979 ] {86374e6a-b976-4013-9d5b-b50e80765801} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `position` in scope SELECT position. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT position;) 2025.03.31 17:56:51.303119 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `position` in scope SELECT position. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:51.326129 [ 71979 ] {4a175a72-937e-4cd4-b6cc-fb211da38683} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `positionCaseInsensitive` in scope SELECT positionCaseInsensitive. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT positionCaseInsensitive;) 2025.03.31 17:56:51.333508 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `positionCaseInsensitive` in scope SELECT positionCaseInsensitive. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:51.356618 [ 71979 ] {8f821180-aff6-4dbf-8ab5-0dbd8abcc5d4} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `positionCaseInsensitiveUTF8` in scope SELECT positionCaseInsensitiveUTF8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT positionCaseInsensitiveUTF8;) 2025.03.31 17:56:51.363748 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `positionCaseInsensitiveUTF8` in scope SELECT positionCaseInsensitiveUTF8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:51.387829 [ 71979 ] {36f6a33c-ef14-45ea-a88d-e1e1b4df5573} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `positionUTF8` in scope SELECT positionUTF8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT positionUTF8;) 2025.03.31 17:56:51.395208 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `positionUTF8` in scope SELECT positionUTF8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:51.418638 [ 71979 ] {359a4629-774d-4d5b-ba3e-5cf48921bf26} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `positiveModulo` in scope SELECT positiveModulo. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT positiveModulo;) 2025.03.31 17:56:51.425799 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `positiveModulo` in scope SELECT positiveModulo. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:51.450110 [ 71979 ] {98def6dd-83ad-449f-83a2-f34dc2372dc6} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `positive_modulo` in scope SELECT positive_modulo. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT positive_modulo;) 2025.03.31 17:56:51.458150 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `positive_modulo` in scope SELECT positive_modulo. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:51.481536 [ 71979 ] {507754a9-f108-42d4-a28d-84d0674fe4ee} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `pow` in scope SELECT pow. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT pow;) 2025.03.31 17:56:51.488711 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `pow` in scope SELECT pow. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:51.511395 [ 71979 ] {c2cd89e9-e054-40a5-8579-e7b5414017d1} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `power` in scope SELECT power. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT power;) 2025.03.31 17:56:51.518288 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `power` in scope SELECT power. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:51.536780 [ 71979 ] {8b280ee3-7023-41df-b931-71f43418e5a5} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `printf` in scope SELECT printf. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT printf;) 2025.03.31 17:56:51.544001 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `printf` in scope SELECT printf. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:51.565520 [ 71979 ] {01d5baf0-4a03-463c-8a87-863c1dad22c7} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `proportionsZTest` in scope SELECT proportionsZTest. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT proportionsZTest;) 2025.03.31 17:56:51.571994 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `proportionsZTest` in scope SELECT proportionsZTest. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:51.594031 [ 71979 ] {1ed8750b-84bb-4498-94e0-67c4495167cf} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `protocol` in scope SELECT protocol. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT protocol;) 2025.03.31 17:56:51.600946 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `protocol` in scope SELECT protocol. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:51.622876 [ 71979 ] {cd452edf-b57b-4a53-b515-bb11b3fbfcf4} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `punycodeDecode` in scope SELECT punycodeDecode. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT punycodeDecode;) 2025.03.31 17:56:51.626919 [ 3914 ] {8acf3cd9-10cb-42fa-bcd3-85be2440c0a2} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 2nd argument 'epoch' to function 'dateTimeToSnowflakeID'. Expected: const UInt*, got: String: In scope SELECT dateTimeToSnowflakeID(now(), 'invalid_epoch'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34352) (comment: 01942_dateTimeToSnowflakeID.sql) (in query: SELECT dateTimeToSnowflakeID(now(), 'invalid_epoch');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a46f 6. DB::FunctionDateTimeToSnowflakeID::getReturnTypeImpl(std::vector> const&) const @ 0x000000000d7039a6 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:56:51.629524 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `punycodeDecode` in scope SELECT punycodeDecode. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:51.632732 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 2nd argument 'epoch' to function 'dateTimeToSnowflakeID'. Expected: const UInt*, got: String: In scope SELECT dateTimeToSnowflakeID(now(), 'invalid_epoch'). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a46f 6. DB::FunctionDateTimeToSnowflakeID::getReturnTypeImpl(std::vector> const&) const @ 0x000000000d7039a6 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:56:51.652185 [ 71979 ] {42862aee-b0c2-42d3-a3f2-f0e4a1ff2d5f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `punycodeEncode` in scope SELECT punycodeEncode. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT punycodeEncode;) 2025.03.31 17:56:51.658860 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `punycodeEncode` in scope SELECT punycodeEncode. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:51.679590 [ 71979 ] {f490d8d9-063c-4263-ba4b-da6bcf256a8b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `quantile` in scope SELECT quantile. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT quantile;) 2025.03.31 17:56:51.686257 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `quantile` in scope SELECT quantile. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:51.707286 [ 71979 ] {f272e217-f150-419c-9aae-2d746cec3c52} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `quantileBFloat16` in scope SELECT quantileBFloat16. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT quantileBFloat16;) 2025.03.31 17:56:51.714733 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `quantileBFloat16` in scope SELECT quantileBFloat16. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:51.737050 [ 71979 ] {caf82809-f236-42d4-a379-522d0bc0f94e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `quantileBFloat16Weighted` in scope SELECT quantileBFloat16Weighted. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT quantileBFloat16Weighted;) 2025.03.31 17:56:51.744640 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `quantileBFloat16Weighted` in scope SELECT quantileBFloat16Weighted. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:51.764062 [ 71979 ] {5b925dfa-acfd-4bc7-a138-a0d7ce186784} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `quantileDD` in scope SELECT quantileDD. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT quantileDD;) 2025.03.31 17:56:51.769643 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `quantileDD` in scope SELECT quantileDD. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:51.788762 [ 71979 ] {4fa37525-93cf-49fe-8de7-b6bb970ce45e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `quantileDeterministic` in scope SELECT quantileDeterministic. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT quantileDeterministic;) 2025.03.31 17:56:51.795332 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `quantileDeterministic` in scope SELECT quantileDeterministic. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:51.817019 [ 71979 ] {8a17b488-e999-41ca-bbb6-d765cd9e02de} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `quantileExact` in scope SELECT quantileExact. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT quantileExact;) 2025.03.31 17:56:51.823241 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `quantileExact` in scope SELECT quantileExact. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:51.844815 [ 71979 ] {c7d2bd3d-18f4-4643-8807-a41209aaeaa8} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `quantileExactExclusive` in scope SELECT quantileExactExclusive. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT quantileExactExclusive;) 2025.03.31 17:56:51.851243 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `quantileExactExclusive` in scope SELECT quantileExactExclusive. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:51.872523 [ 71979 ] {0f7082d1-4807-491c-a73a-d101257e0f0e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `quantileExactHigh` in scope SELECT quantileExactHigh. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT quantileExactHigh;) 2025.03.31 17:56:51.878663 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `quantileExactHigh` in scope SELECT quantileExactHigh. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:51.903590 [ 71979 ] {245cb9d9-a1b6-4684-a9d5-db4ffaa5d9d7} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `quantileExactInclusive` in scope SELECT quantileExactInclusive. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT quantileExactInclusive;) 2025.03.31 17:56:51.910570 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `quantileExactInclusive` in scope SELECT quantileExactInclusive. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:51.934855 [ 71979 ] {bfa500f1-890d-4f02-9985-47143de7febc} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `quantileExactLow` in scope SELECT quantileExactLow. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT quantileExactLow;) 2025.03.31 17:56:51.941685 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `quantileExactLow` in scope SELECT quantileExactLow. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:51.963426 [ 71979 ] {4826efc9-31d2-4427-ab77-2654cb543ccd} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `quantileExactWeighted` in scope SELECT quantileExactWeighted. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT quantileExactWeighted;) 2025.03.31 17:56:51.970019 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `quantileExactWeighted` in scope SELECT quantileExactWeighted. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:51.991652 [ 71979 ] {f3dfc63a-6f26-4608-b7f0-33df765a7730} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `quantileExactWeightedInterpolated` in scope SELECT quantileExactWeightedInterpolated. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT quantileExactWeightedInterpolated;) 2025.03.31 17:56:51.998536 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `quantileExactWeightedInterpolated` in scope SELECT quantileExactWeightedInterpolated. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:52.020435 [ 71979 ] {d36248d0-1f6a-40f4-af92-f19ddf299b99} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `quantileGK` in scope SELECT quantileGK. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT quantileGK;) 2025.03.31 17:56:52.026843 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `quantileGK` in scope SELECT quantileGK. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:52.047655 [ 71979 ] {2eef1b57-74cf-4b0e-9da7-be2213fa071f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `quantileInterpolatedWeighted` in scope SELECT quantileInterpolatedWeighted. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT quantileInterpolatedWeighted;) 2025.03.31 17:56:52.053879 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `quantileInterpolatedWeighted` in scope SELECT quantileInterpolatedWeighted. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:52.074498 [ 71979 ] {e568cd28-3b78-420d-8350-77c78c0e9f5f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `quantileTDigest` in scope SELECT quantileTDigest. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT quantileTDigest;) 2025.03.31 17:56:52.080498 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `quantileTDigest` in scope SELECT quantileTDigest. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:52.100738 [ 71979 ] {4cadc63b-2918-4dd7-b017-d08556649a04} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `quantileTDigestWeighted` in scope SELECT quantileTDigestWeighted. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT quantileTDigestWeighted;) 2025.03.31 17:56:52.106885 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `quantileTDigestWeighted` in scope SELECT quantileTDigestWeighted. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:52.128076 [ 71979 ] {4807a8e4-ae00-4b5a-a82d-0441d5dcbcad} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `quantileTiming` in scope SELECT quantileTiming. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT quantileTiming;) 2025.03.31 17:56:52.134561 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `quantileTiming` in scope SELECT quantileTiming. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:52.155107 [ 71979 ] {97482973-3aa9-47ac-8a15-83a21a2a1ab5} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `quantileTimingWeighted` in scope SELECT quantileTimingWeighted. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT quantileTimingWeighted;) 2025.03.31 17:56:52.160870 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `quantileTimingWeighted` in scope SELECT quantileTimingWeighted. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:52.179862 [ 71979 ] {6f5e44d7-1a0a-4233-8ac2-8dbfd6dfc444} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `quantiles` in scope SELECT quantiles. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT quantiles;) 2025.03.31 17:56:52.185224 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `quantiles` in scope SELECT quantiles. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:52.203965 [ 71979 ] {09d3b181-4587-4887-b63b-451e3d100a22} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `quantilesBFloat16` in scope SELECT quantilesBFloat16. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT quantilesBFloat16;) 2025.03.31 17:56:52.209194 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `quantilesBFloat16` in scope SELECT quantilesBFloat16. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:52.228191 [ 71979 ] {7f3dc39c-fdaa-4324-9cdf-f87c823659f6} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `quantilesBFloat16Weighted` in scope SELECT quantilesBFloat16Weighted. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT quantilesBFloat16Weighted;) 2025.03.31 17:56:52.233975 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `quantilesBFloat16Weighted` in scope SELECT quantilesBFloat16Weighted. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:52.251789 [ 71979 ] {8e47f7a3-38a1-4465-9bb2-a827a52a08a6} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `quantilesDD` in scope SELECT quantilesDD. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT quantilesDD;) 2025.03.31 17:56:52.256834 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `quantilesDD` in scope SELECT quantilesDD. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:52.275819 [ 71979 ] {84944373-cf0c-4ae8-aaef-32ad0ad90c26} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `quantilesDeterministic` in scope SELECT quantilesDeterministic. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT quantilesDeterministic;) 2025.03.31 17:56:52.281374 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `quantilesDeterministic` in scope SELECT quantilesDeterministic. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:52.301423 [ 71979 ] {afcb301d-f64d-4e9c-a2c1-9f43b9771ca1} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `quantilesExact` in scope SELECT quantilesExact. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT quantilesExact;) 2025.03.31 17:56:52.308708 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `quantilesExact` in scope SELECT quantilesExact. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:52.330385 [ 71979 ] {98f278bc-90d9-4a20-9583-60a96bceabce} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `quantilesExactExclusive` in scope SELECT quantilesExactExclusive. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT quantilesExactExclusive;) 2025.03.31 17:56:52.337757 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `quantilesExactExclusive` in scope SELECT quantilesExactExclusive. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:52.359607 [ 71979 ] {a11b49e6-3649-417f-b9f4-ec4045dc9edf} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `quantilesExactHigh` in scope SELECT quantilesExactHigh. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT quantilesExactHigh;) 2025.03.31 17:56:52.368732 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `quantilesExactHigh` in scope SELECT quantilesExactHigh. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:52.390247 [ 71979 ] {f7ce9006-f153-4762-aa49-6cfa143013d3} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `quantilesExactInclusive` in scope SELECT quantilesExactInclusive. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT quantilesExactInclusive;) 2025.03.31 17:56:52.397032 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `quantilesExactInclusive` in scope SELECT quantilesExactInclusive. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:52.418609 [ 71979 ] {71a23edb-990e-4431-ab25-bdafdde7a5bf} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `quantilesExactLow` in scope SELECT quantilesExactLow. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT quantilesExactLow;) 2025.03.31 17:56:52.425230 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `quantilesExactLow` in scope SELECT quantilesExactLow. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:52.442996 [ 3914 ] {bee85327-8e91-4f98-b6de-059b39f6e658} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 2nd argument 'epoch' to function 'dateTime64ToSnowflakeID'. Expected: const UInt*, got: String: In scope SELECT dateTime64ToSnowflakeID(now64(), 'invalid_epoch'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34352) (comment: 01942_dateTimeToSnowflakeID.sql) (in query: SELECT dateTime64ToSnowflakeID(now64(), 'invalid_epoch');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a46f 6. DB::FunctionDateTime64ToSnowflakeID::getReturnTypeImpl(std::vector> const&) const @ 0x000000000d705486 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:56:52.448461 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 2nd argument 'epoch' to function 'dateTime64ToSnowflakeID'. Expected: const UInt*, got: String: In scope SELECT dateTime64ToSnowflakeID(now64(), 'invalid_epoch'). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a46f 6. DB::FunctionDateTime64ToSnowflakeID::getReturnTypeImpl(std::vector> const&) const @ 0x000000000d705486 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:56:52.450427 [ 71979 ] {dcaa7843-55d4-4f3a-af01-b625e3c1a634} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `quantilesExactWeighted` in scope SELECT quantilesExactWeighted. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT quantilesExactWeighted;) 2025.03.31 17:56:52.457312 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `quantilesExactWeighted` in scope SELECT quantilesExactWeighted. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:52.476536 [ 3914 ] {532f3ad9-9ebe-4d3d-822a-ffd77e1b1afd} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'dateTimeToSnowflakeID'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT dateTimeToSnowflakeID(now(), 42, 'too_many_args'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34352) (comment: 01942_dateTimeToSnowflakeID.sql) (in query: SELECT dateTimeToSnowflakeID(now(), 42, 'too_many_args');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&, String&&) @ 0x0000000031c3fcf7 4. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3b1b3 5. DB::FunctionDateTimeToSnowflakeID::getReturnTypeImpl(std::vector> const&) const @ 0x000000000d7039a6 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:56:52.477708 [ 71979 ] {ae80fbe6-1cae-442d-bb4a-81ca3a4261f2} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `quantilesExactWeightedInterpolated` in scope SELECT quantilesExactWeightedInterpolated. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT quantilesExactWeightedInterpolated;) 2025.03.31 17:56:52.481631 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'dateTimeToSnowflakeID'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT dateTimeToSnowflakeID(now(), 42, 'too_many_args'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&, String&&) @ 0x0000000031c3fcf7 4. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3b1b3 5. DB::FunctionDateTimeToSnowflakeID::getReturnTypeImpl(std::vector> const&) const @ 0x000000000d7039a6 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:56:52.484093 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `quantilesExactWeightedInterpolated` in scope SELECT quantilesExactWeightedInterpolated. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:52.505457 [ 71979 ] {cb074331-c42a-4dd7-ab90-d145b20cc2df} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `quantilesGK` in scope SELECT quantilesGK. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT quantilesGK;) 2025.03.31 17:56:52.506512 [ 3914 ] {8edc4acc-1bc3-43f5-89ae-e29ad98d4799} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'dateTime64ToSnowflakeID'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT dateTime64ToSnowflakeID(now64(), 42, 'too_many_args'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34352) (comment: 01942_dateTimeToSnowflakeID.sql) (in query: SELECT dateTime64ToSnowflakeID(now64(), 42, 'too_many_args');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&, String&&) @ 0x0000000031c3fcf7 4. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3b1b3 5. DB::FunctionDateTime64ToSnowflakeID::getReturnTypeImpl(std::vector> const&) const @ 0x000000000d705486 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:56:52.510819 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'dateTime64ToSnowflakeID'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT dateTime64ToSnowflakeID(now64(), 42, 'too_many_args'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&, String&&) @ 0x0000000031c3fcf7 4. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3b1b3 5. DB::FunctionDateTime64ToSnowflakeID::getReturnTypeImpl(std::vector> const&) const @ 0x000000000d705486 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:56:52.512153 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `quantilesGK` in scope SELECT quantilesGK. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:52.529211 [ 71979 ] {cc76c51a-78c0-4135-b3b0-6287adb042b4} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `quantilesInterpolatedWeighted` in scope SELECT quantilesInterpolatedWeighted. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT quantilesInterpolatedWeighted;) 2025.03.31 17:56:52.534747 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `quantilesInterpolatedWeighted` in scope SELECT quantilesInterpolatedWeighted. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:52.558761 [ 71979 ] {7d6c332d-6ce7-4e74-b77a-116d0cf3e9f0} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `quantilesTDigest` in scope SELECT quantilesTDigest. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT quantilesTDigest;) 2025.03.31 17:56:52.565772 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `quantilesTDigest` in scope SELECT quantilesTDigest. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:52.587383 [ 71979 ] {9fd77f04-27d3-4bdf-8b96-062d2e291dc7} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `quantilesTDigestWeighted` in scope SELECT quantilesTDigestWeighted. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT quantilesTDigestWeighted;) 2025.03.31 17:56:52.594479 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `quantilesTDigestWeighted` in scope SELECT quantilesTDigestWeighted. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:52.616935 [ 71979 ] {aa4f5222-7859-4f64-9b1b-639d97bfbd4f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `quantilesTiming` in scope SELECT quantilesTiming. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT quantilesTiming;) 2025.03.31 17:56:52.624606 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `quantilesTiming` in scope SELECT quantilesTiming. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:52.649761 [ 71979 ] {632a44dd-09f9-4002-a281-e5dc8f578c1d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `quantilesTimingWeighted` in scope SELECT quantilesTimingWeighted. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT quantilesTimingWeighted;) 2025.03.31 17:56:52.660509 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `quantilesTimingWeighted` in scope SELECT quantilesTimingWeighted. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:52.680355 [ 71979 ] {97772486-831a-4093-b31b-7ebb3b96f8e6} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `queryID` in scope SELECT queryID. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT queryID;) 2025.03.31 17:56:52.689213 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `queryID` in scope SELECT queryID. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:52.712254 [ 71979 ] {10114230-127a-4900-97d7-22d7843806bb} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `queryString` in scope SELECT queryString. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT queryString;) 2025.03.31 17:56:52.719689 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `queryString` in scope SELECT queryString. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:52.743349 [ 71979 ] {de18e632-9d81-45c3-9167-190eed537d78} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `queryStringAndFragment` in scope SELECT queryStringAndFragment. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT queryStringAndFragment;) 2025.03.31 17:56:52.751525 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `queryStringAndFragment` in scope SELECT queryStringAndFragment. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:52.773648 [ 71979 ] {a656f676-f37a-4902-8299-1b641d08f486} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `query_id` in scope SELECT query_id. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT query_id;) 2025.03.31 17:56:52.781671 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `query_id` in scope SELECT query_id. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:52.804759 [ 71979 ] {fda64c6c-eb48-4810-b8da-39970e9c7573} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `radians` in scope SELECT radians. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT radians;) 2025.03.31 17:56:52.811969 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `radians` in scope SELECT radians. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:52.834884 [ 71979 ] {5006210c-1387-4ac2-81ed-23b5aec71edb} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `rand` in scope SELECT rand. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT rand;) 2025.03.31 17:56:52.842091 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `rand` in scope SELECT rand. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:52.862678 [ 71979 ] {9291c02e-6c38-4cac-a190-b3c355b6b66f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `rand32` in scope SELECT rand32. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT rand32;) 2025.03.31 17:56:52.869259 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `rand32` in scope SELECT rand32. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:52.889713 [ 71979 ] {6534c3d7-7b3f-4a1c-8dad-824de7023f99} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `rand64` in scope SELECT rand64. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT rand64;) 2025.03.31 17:56:52.898129 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `rand64` in scope SELECT rand64. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:52.919670 [ 71979 ] {69e4e03a-48f2-432d-bb1e-47e7f3c37a05} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `randBernoulli` in scope SELECT randBernoulli. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT randBernoulli;) 2025.03.31 17:56:52.927175 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `randBernoulli` in scope SELECT randBernoulli. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:52.946150 [ 71979 ] {2581d269-812f-4aee-bd9b-ab9136c4fc9b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `randBinomial` in scope SELECT randBinomial. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT randBinomial;) 2025.03.31 17:56:52.954345 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `randBinomial` in scope SELECT randBinomial. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:52.978411 [ 71979 ] {be550d27-8363-48b3-8f99-3d354f257021} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `randCanonical` in scope SELECT randCanonical. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT randCanonical;) 2025.03.31 17:56:52.988273 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `randCanonical` in scope SELECT randCanonical. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:53.010334 [ 71979 ] {c685ad9e-b378-4c61-a24e-bffc0ffbf7d9} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `randChiSquared` in scope SELECT randChiSquared. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT randChiSquared;) 2025.03.31 17:56:53.020483 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `randChiSquared` in scope SELECT randChiSquared. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:53.038603 [ 71979 ] {3e5cba7f-9720-41bf-b52e-df2515bc37be} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `randConstant` in scope SELECT randConstant. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT randConstant;) 2025.03.31 17:56:53.048083 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `randConstant` in scope SELECT randConstant. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:53.067334 [ 71979 ] {b7ca87cf-d429-4cb5-8c8c-187238eac822} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `randExponential` in scope SELECT randExponential. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT randExponential;) 2025.03.31 17:56:53.076451 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `randExponential` in scope SELECT randExponential. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:53.097321 [ 71979 ] {340cea6b-b431-42eb-bab9-6544992b7262} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `randFisherF` in scope SELECT randFisherF. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT randFisherF;) 2025.03.31 17:56:53.108680 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `randFisherF` in scope SELECT randFisherF. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:53.136248 [ 71979 ] {e32a3d70-32d0-49cb-8741-0bd2a8c6f700} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `randLogNormal` in scope SELECT randLogNormal. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT randLogNormal;) 2025.03.31 17:56:53.146901 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `randLogNormal` in scope SELECT randLogNormal. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:53.167750 [ 71979 ] {6ea23bb3-5347-4ac5-8997-1e0ff187344a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `randNegativeBinomial` in scope SELECT randNegativeBinomial. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT randNegativeBinomial;) 2025.03.31 17:56:53.177756 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `randNegativeBinomial` in scope SELECT randNegativeBinomial. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:53.199492 [ 71979 ] {b4fe1564-bb43-4eff-bcdd-e9646bbb7d36} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `randNormal` in scope SELECT randNormal. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT randNormal;) 2025.03.31 17:56:53.209487 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `randNormal` in scope SELECT randNormal. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:53.241064 [ 71979 ] {8a043e31-056b-4cfc-b247-0eb901e44bcc} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `randPoisson` in scope SELECT randPoisson. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT randPoisson;) 2025.03.31 17:56:53.251022 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `randPoisson` in scope SELECT randPoisson. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:53.279738 [ 71979 ] {04eee4b9-79e6-4b1e-82f6-f7a1dc3d2eed} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `randStudentT` in scope SELECT randStudentT. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT randStudentT;) 2025.03.31 17:56:53.287049 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `randStudentT` in scope SELECT randStudentT. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:53.311212 [ 71979 ] {ac6e2593-49d2-4f48-b285-d4dff29b5b8c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `randUniform` in scope SELECT randUniform. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT randUniform;) 2025.03.31 17:56:53.320653 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `randUniform` in scope SELECT randUniform. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:53.341546 [ 71979 ] {a1fa544f-8c91-4872-a0b1-6bdc6982b3ff} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `randomFixedString` in scope SELECT randomFixedString. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT randomFixedString;) 2025.03.31 17:56:53.352516 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `randomFixedString` in scope SELECT randomFixedString. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:53.372129 [ 71979 ] {4c2b1287-89cc-476e-b91a-b13337a3ae86} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `randomPrintableASCII` in scope SELECT randomPrintableASCII. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT randomPrintableASCII;) 2025.03.31 17:56:53.386321 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `randomPrintableASCII` in scope SELECT randomPrintableASCII. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:53.413801 [ 71979 ] {dc11b243-6399-411a-84d1-cb541a863cdc} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `randomString` in scope SELECT randomString. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT randomString;) 2025.03.31 17:56:53.424555 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `randomString` in scope SELECT randomString. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:53.446248 [ 71979 ] {86173b73-ffb5-4544-ba75-c8fe0cc15c42} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `randomStringUTF8` in scope SELECT randomStringUTF8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT randomStringUTF8;) 2025.03.31 17:56:53.454364 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `randomStringUTF8` in scope SELECT randomStringUTF8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:53.475592 [ 71979 ] {a28ee5cb-f565-4cc9-983e-13fedb6f5f1e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `range` in scope SELECT range. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT range;) 2025.03.31 17:56:53.485176 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `range` in scope SELECT range. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:53.507110 [ 71979 ] {dd59adc9-24e3-45ee-8b33-bad11acf8ab1} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `rank` in scope SELECT rank. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT rank;) 2025.03.31 17:56:53.519390 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `rank` in scope SELECT rank. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:53.543244 [ 71979 ] {3f3d8766-a1cd-4141-ab20-7672d27639cb} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `rankCorr` in scope SELECT rankCorr. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT rankCorr;) 2025.03.31 17:56:53.554069 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `rankCorr` in scope SELECT rankCorr. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:53.576659 [ 71979 ] {51833557-6122-4c1d-9d30-b7d64f1f2a2b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `readWKTLineString` in scope SELECT readWKTLineString. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT readWKTLineString;) 2025.03.31 17:56:53.586114 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `readWKTLineString` in scope SELECT readWKTLineString. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:53.610375 [ 71979 ] {b14fc5aa-ac81-45e2-86af-56942c668e0d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `readWKTMultiLineString` in scope SELECT readWKTMultiLineString. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT readWKTMultiLineString;) 2025.03.31 17:56:53.620479 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `readWKTMultiLineString` in scope SELECT readWKTMultiLineString. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:53.644977 [ 71979 ] {ed1430e6-4258-4936-8e9b-678ae49bf555} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `readWKTMultiPolygon` in scope SELECT readWKTMultiPolygon. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT readWKTMultiPolygon;) 2025.03.31 17:56:53.655323 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `readWKTMultiPolygon` in scope SELECT readWKTMultiPolygon. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:53.680591 [ 71979 ] {754b1fa9-f9e0-459c-9174-d3ab63b699fa} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `readWKTPoint` in scope SELECT readWKTPoint. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT readWKTPoint;) 2025.03.31 17:56:53.689628 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `readWKTPoint` in scope SELECT readWKTPoint. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:53.712679 [ 71979 ] {8b81fe48-f93b-4a27-83bb-e4c6daba4cf2} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `readWKTPolygon` in scope SELECT readWKTPolygon. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT readWKTPolygon;) 2025.03.31 17:56:53.722577 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `readWKTPolygon` in scope SELECT readWKTPolygon. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:53.743301 [ 71979 ] {15b51a33-e93c-4ed7-8ae5-91bf68065b12} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `readWKTRing` in scope SELECT readWKTRing. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT readWKTRing;) 2025.03.31 17:56:53.753468 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `readWKTRing` in scope SELECT readWKTRing. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:53.772980 [ 71979 ] {b74a7349-9242-4896-9f1c-af063e8cb56e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `regexpExtract` in scope SELECT regexpExtract. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT regexpExtract;) 2025.03.31 17:56:53.782698 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `regexpExtract` in scope SELECT regexpExtract. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:53.803570 [ 71979 ] {e4e47c4c-bd6e-4ca3-bf7f-748e1f211698} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `regexpQuoteMeta` in scope SELECT regexpQuoteMeta. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT regexpQuoteMeta;) 2025.03.31 17:56:53.813167 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `regexpQuoteMeta` in scope SELECT regexpQuoteMeta. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:53.830659 [ 71979 ] {2370364f-32c6-41a3-ae82-c888945dea33} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `regionHierarchy` in scope SELECT regionHierarchy. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT regionHierarchy;) 2025.03.31 17:56:53.839836 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `regionHierarchy` in scope SELECT regionHierarchy. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:53.857453 [ 71979 ] {8ec27b0b-537b-446a-8b88-eb9ba7e6a53b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `regionIn` in scope SELECT regionIn. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT regionIn;) 2025.03.31 17:56:53.874411 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `regionIn` in scope SELECT regionIn. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:53.895161 [ 71979 ] {844e59a4-3a1f-4c0a-8219-15aaa334bb23} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `regionToArea` in scope SELECT regionToArea. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT regionToArea;) 2025.03.31 17:56:53.904195 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `regionToArea` in scope SELECT regionToArea. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:53.922911 [ 71979 ] {079f85a7-b990-453f-a33f-234a027a54ee} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `regionToCity` in scope SELECT regionToCity. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT regionToCity;) 2025.03.31 17:56:53.930156 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `regionToCity` in scope SELECT regionToCity. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:53.949488 [ 71979 ] {f2ae2a99-a00b-41a4-ae17-a6dee08415db} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `regionToContinent` in scope SELECT regionToContinent. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT regionToContinent;) 2025.03.31 17:56:53.961194 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `regionToContinent` in scope SELECT regionToContinent. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:53.987745 [ 71979 ] {307d32d5-bec3-4237-97fe-6d0d594ea419} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `regionToCountry` in scope SELECT regionToCountry. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT regionToCountry;) 2025.03.31 17:56:53.999409 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `regionToCountry` in scope SELECT regionToCountry. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:54.029622 [ 71979 ] {abddf266-7b4f-4504-b6f8-75b04251ccb5} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `regionToDistrict` in scope SELECT regionToDistrict. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT regionToDistrict;) 2025.03.31 17:56:54.040026 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `regionToDistrict` in scope SELECT regionToDistrict. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:54.062907 [ 71979 ] {7baafe9e-0c66-4806-8bb0-29fbb11a1c88} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `regionToName` in scope SELECT regionToName. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT regionToName;) 2025.03.31 17:56:54.073505 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `regionToName` in scope SELECT regionToName. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:54.095405 [ 71979 ] {95a5ad27-4404-4eac-9222-6c9db23120d4} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `regionToPopulation` in scope SELECT regionToPopulation. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT regionToPopulation;) 2025.03.31 17:56:54.112370 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `regionToPopulation` in scope SELECT regionToPopulation. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:54.135828 [ 71979 ] {a3e385ce-2921-441c-8d32-bfb67d21559a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `regionToTopContinent` in scope SELECT regionToTopContinent. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT regionToTopContinent;) 2025.03.31 17:56:54.145129 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `regionToTopContinent` in scope SELECT regionToTopContinent. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:54.167734 [ 71979 ] {0e15c3f6-464d-46b0-a13e-66fdbb6d28d1} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `reinterpret` in scope SELECT reinterpret. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT reinterpret;) 2025.03.31 17:56:54.178006 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `reinterpret` in scope SELECT reinterpret. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:54.202859 [ 71979 ] {e5eaf3b1-0c8c-43df-8cd3-902a8c1d24dd} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `reinterpretAsDate` in scope SELECT reinterpretAsDate. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT reinterpretAsDate;) 2025.03.31 17:56:54.212495 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `reinterpretAsDate` in scope SELECT reinterpretAsDate. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:54.234987 [ 71979 ] {dbaf16e1-9a80-46f7-bffc-7cee8637fb1c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `reinterpretAsDateTime` in scope SELECT reinterpretAsDateTime. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT reinterpretAsDateTime;) 2025.03.31 17:56:54.244805 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `reinterpretAsDateTime` in scope SELECT reinterpretAsDateTime. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:54.276091 [ 71979 ] {5e5ab96d-04ce-4081-b155-8699f23c286a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `reinterpretAsFixedString` in scope SELECT reinterpretAsFixedString. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT reinterpretAsFixedString;) 2025.03.31 17:56:54.288841 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `reinterpretAsFixedString` in scope SELECT reinterpretAsFixedString. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:54.311423 [ 71979 ] {69282eaf-fa73-481b-8aaf-877ec014949b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `reinterpretAsFloat32` in scope SELECT reinterpretAsFloat32. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT reinterpretAsFloat32;) 2025.03.31 17:56:54.333889 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `reinterpretAsFloat32` in scope SELECT reinterpretAsFloat32. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:54.358944 [ 71979 ] {8d761e95-a6cb-413f-8bc3-0f072e72afc4} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `reinterpretAsFloat64` in scope SELECT reinterpretAsFloat64. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT reinterpretAsFloat64;) 2025.03.31 17:56:54.369060 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `reinterpretAsFloat64` in scope SELECT reinterpretAsFloat64. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:54.393706 [ 71979 ] {174f517a-be11-4f53-bbdb-7326c53f5681} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `reinterpretAsInt128` in scope SELECT reinterpretAsInt128. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT reinterpretAsInt128;) 2025.03.31 17:56:54.403785 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `reinterpretAsInt128` in scope SELECT reinterpretAsInt128. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:54.428521 [ 71979 ] {f05ab922-a195-4335-936d-235483295642} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `reinterpretAsInt16` in scope SELECT reinterpretAsInt16. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT reinterpretAsInt16;) 2025.03.31 17:56:54.438014 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `reinterpretAsInt16` in scope SELECT reinterpretAsInt16. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:54.460168 [ 71979 ] {3ef79279-e187-4096-8859-da7058c1db12} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `reinterpretAsInt256` in scope SELECT reinterpretAsInt256. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT reinterpretAsInt256;) 2025.03.31 17:56:54.471119 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `reinterpretAsInt256` in scope SELECT reinterpretAsInt256. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:54.494341 [ 71979 ] {2d02ff70-e68e-4d6e-b7ab-e397da2797bc} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `reinterpretAsInt32` in scope SELECT reinterpretAsInt32. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT reinterpretAsInt32;) 2025.03.31 17:56:54.503606 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `reinterpretAsInt32` in scope SELECT reinterpretAsInt32. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:54.524821 [ 71979 ] {512554da-6a27-4bdf-8f9b-7e045b1325e0} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `reinterpretAsInt64` in scope SELECT reinterpretAsInt64. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT reinterpretAsInt64;) 2025.03.31 17:56:54.534791 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `reinterpretAsInt64` in scope SELECT reinterpretAsInt64. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:54.562549 [ 71979 ] {3346c72d-b175-4a28-ac6b-95292e5276ac} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `reinterpretAsInt8` in scope SELECT reinterpretAsInt8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT reinterpretAsInt8;) 2025.03.31 17:56:54.579074 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `reinterpretAsInt8` in scope SELECT reinterpretAsInt8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:54.610654 [ 71979 ] {3b6751fe-c2eb-4a9e-9f7a-b30fb955b52d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `reinterpretAsString` in scope SELECT reinterpretAsString. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT reinterpretAsString;) 2025.03.31 17:56:54.622792 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `reinterpretAsString` in scope SELECT reinterpretAsString. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:54.644640 [ 71979 ] {e68a7b7a-7cec-4a8f-bf08-bab029eca849} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `reinterpretAsUInt128` in scope SELECT reinterpretAsUInt128. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT reinterpretAsUInt128;) 2025.03.31 17:56:54.654749 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `reinterpretAsUInt128` in scope SELECT reinterpretAsUInt128. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:54.677507 [ 71979 ] {572fe51a-1999-475f-8a79-275fbd151d13} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `reinterpretAsUInt16` in scope SELECT reinterpretAsUInt16. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT reinterpretAsUInt16;) 2025.03.31 17:56:54.687728 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `reinterpretAsUInt16` in scope SELECT reinterpretAsUInt16. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:54.710582 [ 71979 ] {855de567-f657-4ffd-8750-08a8c5f573dc} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `reinterpretAsUInt256` in scope SELECT reinterpretAsUInt256. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT reinterpretAsUInt256;) 2025.03.31 17:56:54.718588 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `reinterpretAsUInt256` in scope SELECT reinterpretAsUInt256. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:54.741702 [ 71979 ] {3fadcee7-b40a-4fec-b491-c6b5150c1acf} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `reinterpretAsUInt32` in scope SELECT reinterpretAsUInt32. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT reinterpretAsUInt32;) 2025.03.31 17:56:54.749461 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `reinterpretAsUInt32` in scope SELECT reinterpretAsUInt32. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:54.770736 [ 71979 ] {49355d7d-09ef-4a7d-8a2a-297ed67c325a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `reinterpretAsUInt64` in scope SELECT reinterpretAsUInt64. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT reinterpretAsUInt64;) 2025.03.31 17:56:54.779321 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `reinterpretAsUInt64` in scope SELECT reinterpretAsUInt64. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:54.798522 [ 71979 ] {644f0faf-a816-4d34-895d-6fb504e46ac8} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `reinterpretAsUInt8` in scope SELECT reinterpretAsUInt8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT reinterpretAsUInt8;) 2025.03.31 17:56:54.807564 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `reinterpretAsUInt8` in scope SELECT reinterpretAsUInt8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:54.832220 [ 71979 ] {98302b98-f6ae-4a1c-896c-764ab378f799} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `reinterpretAsUUID` in scope SELECT reinterpretAsUUID. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT reinterpretAsUUID;) 2025.03.31 17:56:54.841135 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `reinterpretAsUUID` in scope SELECT reinterpretAsUUID. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:54.864503 [ 71979 ] {c2085a20-eca6-4d5b-a9c6-25faa83c9084} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `repeat` in scope SELECT repeat. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT repeat;) 2025.03.31 17:56:54.873416 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `repeat` in scope SELECT repeat. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:54.895751 [ 71979 ] {e6ffed7f-9caf-46f3-b09a-bfbb85082da5} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `replace` in scope SELECT replace. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT replace;) 2025.03.31 17:56:54.906849 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `replace` in scope SELECT replace. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:54.928869 [ 71979 ] {75d60a6e-fddd-4916-864a-66c00fbb5fee} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `replaceAll` in scope SELECT replaceAll. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT replaceAll;) 2025.03.31 17:56:54.939070 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `replaceAll` in scope SELECT replaceAll. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:54.961794 [ 71979 ] {65fe3f7d-52c5-40ba-8d3e-0e253f78d9f9} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `replaceOne` in scope SELECT replaceOne. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT replaceOne;) 2025.03.31 17:56:54.974474 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `replaceOne` in scope SELECT replaceOne. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:55.001438 [ 71979 ] {dd69b166-447e-4119-8c38-ce101abf3b24} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `replaceRegexpAll` in scope SELECT replaceRegexpAll. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT replaceRegexpAll;) 2025.03.31 17:56:55.009743 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `replaceRegexpAll` in scope SELECT replaceRegexpAll. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:55.034716 [ 71979 ] {c52013eb-f07a-49c4-806f-98ddc0e4279b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `replaceRegexpOne` in scope SELECT replaceRegexpOne. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT replaceRegexpOne;) 2025.03.31 17:56:55.044070 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `replaceRegexpOne` in scope SELECT replaceRegexpOne. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:55.067493 [ 71979 ] {72b2f842-2f34-492c-8297-f8c1fe76c279} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `replicate` in scope SELECT replicate. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT replicate;) 2025.03.31 17:56:55.075181 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `replicate` in scope SELECT replicate. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:55.101609 [ 71979 ] {fc3c8c6f-d100-436b-8ff4-a65451f3a620} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `retention` in scope SELECT retention. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT retention;) 2025.03.31 17:56:55.111300 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `retention` in scope SELECT retention. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:55.134022 [ 71979 ] {3bab5c4a-ae02-4f30-92cf-588739237cd6} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `reverse` in scope SELECT reverse. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT reverse;) 2025.03.31 17:56:55.143087 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `reverse` in scope SELECT reverse. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:55.172065 [ 71979 ] {35225399-dbcc-445c-ab79-763dcd7a3c4f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `reverseUTF8` in scope SELECT reverseUTF8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT reverseUTF8;) 2025.03.31 17:56:55.182179 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `reverseUTF8` in scope SELECT reverseUTF8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:55.203362 [ 71979 ] {6d267042-443d-4198-b101-05b04b179607} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `revision` in scope SELECT revision. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT revision;) 2025.03.31 17:56:55.211992 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `revision` in scope SELECT revision. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:55.235564 [ 71979 ] {7005e256-59b0-4222-a92f-fd5e41845193} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `right` in scope SELECT right. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT right;) 2025.03.31 17:56:55.245929 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `right` in scope SELECT right. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:55.269901 [ 71979 ] {2b68e7ab-b99a-4e83-80f6-8db99b3d0e7c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `rightPad` in scope SELECT rightPad. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT rightPad;) 2025.03.31 17:56:55.279955 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `rightPad` in scope SELECT rightPad. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:55.299448 [ 71979 ] {0b6e7806-c8e4-4e7b-a386-d19f7e92436d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `rightPadUTF8` in scope SELECT rightPadUTF8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT rightPadUTF8;) 2025.03.31 17:56:55.310180 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `rightPadUTF8` in scope SELECT rightPadUTF8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:55.342318 [ 71979 ] {4e1a4a5d-b39d-481b-87d5-84af91757d9d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `rightUTF8` in scope SELECT rightUTF8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT rightUTF8;) 2025.03.31 17:56:55.355710 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `rightUTF8` in scope SELECT rightUTF8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:55.385876 [ 71979 ] {121eb1a2-d044-4655-8f89-a0cc86c5d082} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `round` in scope SELECT round. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT round;) 2025.03.31 17:56:55.395515 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `round` in scope SELECT round. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:55.417441 [ 71979 ] {060e8fcb-1d2d-4760-a0a7-01c1f19ac2a4} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `roundAge` in scope SELECT roundAge. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT roundAge;) 2025.03.31 17:56:55.432631 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `roundAge` in scope SELECT roundAge. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:55.453290 [ 71979 ] {cf644fbd-9be2-4356-a75a-a62290d8f3a4} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `roundBankers` in scope SELECT roundBankers. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT roundBankers;) 2025.03.31 17:56:55.462802 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `roundBankers` in scope SELECT roundBankers. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:55.483898 [ 71979 ] {4652f201-dcad-4dcd-a768-37323552eeca} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `roundDown` in scope SELECT roundDown. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT roundDown;) 2025.03.31 17:56:55.493240 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `roundDown` in scope SELECT roundDown. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:55.515539 [ 71979 ] {b77bcabd-b5fc-462d-b352-54b177af4c97} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `roundDuration` in scope SELECT roundDuration. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT roundDuration;) 2025.03.31 17:56:55.523805 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `roundDuration` in scope SELECT roundDuration. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:55.555112 [ 71979 ] {509278ee-a8c8-49ad-b8ac-97ef78a8ba6c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `roundToExp2` in scope SELECT roundToExp2. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT roundToExp2;) 2025.03.31 17:56:55.564968 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `roundToExp2` in scope SELECT roundToExp2. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:55.589605 [ 71979 ] {f666d9cb-942f-4d3b-bff1-9c77e6c9e492} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `rowNumberInAllBlocks` in scope SELECT rowNumberInAllBlocks. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT rowNumberInAllBlocks;) 2025.03.31 17:56:55.602038 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `rowNumberInAllBlocks` in scope SELECT rowNumberInAllBlocks. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:55.619825 [ 71979 ] {74c91b2f-37c0-404e-bf81-49dfc7fc5de2} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `rowNumberInBlock` in scope SELECT rowNumberInBlock. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT rowNumberInBlock;) 2025.03.31 17:56:55.629824 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `rowNumberInBlock` in scope SELECT rowNumberInBlock. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:55.650938 [ 71979 ] {3f6d0f86-76b9-449c-af9e-c560d111a0cb} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `row_number` in scope SELECT row_number. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT row_number;) 2025.03.31 17:56:55.660438 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `row_number` in scope SELECT row_number. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:55.697974 [ 71979 ] {7f2472b4-4061-4183-9ae4-4ed2242a4295} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `rpad` in scope SELECT rpad. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT rpad;) 2025.03.31 17:56:55.708807 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `rpad` in scope SELECT rpad. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:55.733932 [ 71979 ] {2eb1596d-f559-4898-abd5-34bced63e64a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `rtrim` in scope SELECT rtrim. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT rtrim;) 2025.03.31 17:56:55.744992 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `rtrim` in scope SELECT rtrim. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:55.767215 [ 71979 ] {d24ef50e-29b7-4721-9433-35fd474ef6bd} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `runningAccumulate` in scope SELECT runningAccumulate. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT runningAccumulate;) 2025.03.31 17:56:55.777433 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `runningAccumulate` in scope SELECT runningAccumulate. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:55.801110 [ 71979 ] {06bf17c9-7857-490e-97e0-c8dcc77cc163} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `runningConcurrency` in scope SELECT runningConcurrency. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT runningConcurrency;) 2025.03.31 17:56:55.808118 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `runningConcurrency` in scope SELECT runningConcurrency. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:55.833715 [ 71979 ] {f17fdf18-10d0-4959-899c-827ce8d888b6} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `runningDifference` in scope SELECT runningDifference. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT runningDifference;) 2025.03.31 17:56:55.841161 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `runningDifference` in scope SELECT runningDifference. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:55.864535 [ 71979 ] {68eebae4-b60b-40d5-9bb5-0597f7b721b6} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `runningDifferenceStartingWithFirstValue` in scope SELECT runningDifferenceStartingWithFirstValue. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT runningDifferenceStartingWithFirstValue;) 2025.03.31 17:56:55.877384 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `runningDifferenceStartingWithFirstValue` in scope SELECT runningDifferenceStartingWithFirstValue. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:55.900771 [ 71979 ] {66158451-f2be-4c38-aa37-e12506180a87} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `s2CapContains` in scope SELECT s2CapContains. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT s2CapContains;) 2025.03.31 17:56:55.910354 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `s2CapContains` in scope SELECT s2CapContains. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:55.931909 [ 71979 ] {4c7265b4-d096-4673-8fa8-03924477ffb2} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `s2CapUnion` in scope SELECT s2CapUnion. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT s2CapUnion;) 2025.03.31 17:56:55.947813 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `s2CapUnion` in scope SELECT s2CapUnion. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:55.969111 [ 71979 ] {bae69562-8aab-4f96-a59a-15d3629a3a18} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `s2CellsIntersect` in scope SELECT s2CellsIntersect. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT s2CellsIntersect;) 2025.03.31 17:56:55.982948 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `s2CellsIntersect` in scope SELECT s2CellsIntersect. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:56.005146 [ 71979 ] {40f99c84-d424-46ea-93c5-f56dcf64f898} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `s2GetNeighbors` in scope SELECT s2GetNeighbors. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT s2GetNeighbors;) 2025.03.31 17:56:56.012558 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `s2GetNeighbors` in scope SELECT s2GetNeighbors. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:56.033248 [ 71979 ] {2f4cd2c1-3053-462a-971f-c365b66defbe} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `s2RectAdd` in scope SELECT s2RectAdd. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT s2RectAdd;) 2025.03.31 17:56:56.040168 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `s2RectAdd` in scope SELECT s2RectAdd. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:56.061357 [ 71979 ] {ff13306c-0940-42f9-851d-00ed27067ca5} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `s2RectContains` in scope SELECT s2RectContains. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT s2RectContains;) 2025.03.31 17:56:56.071661 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `s2RectContains` in scope SELECT s2RectContains. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:56.095713 [ 71979 ] {7de14e4c-a5c7-46e3-a0ec-37de3d2f2400} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `s2RectIntersection` in scope SELECT s2RectIntersection. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT s2RectIntersection;) 2025.03.31 17:56:56.109130 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `s2RectIntersection` in scope SELECT s2RectIntersection. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:56.135407 [ 71979 ] {dcd4b41a-03bf-41ff-ac2d-d7b0cae7d345} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `s2RectUnion` in scope SELECT s2RectUnion. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT s2RectUnion;) 2025.03.31 17:56:56.143936 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `s2RectUnion` in scope SELECT s2RectUnion. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:56.168029 [ 71979 ] {b515ffcc-0fe0-41d5-aba2-b482159e9e8f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `s2ToGeo` in scope SELECT s2ToGeo. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT s2ToGeo;) 2025.03.31 17:56:56.177460 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `s2ToGeo` in scope SELECT s2ToGeo. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:56.200726 [ 71979 ] {fc38c508-bbe4-4622-b7e8-5d25d9b60c6a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `scalarProduct` in scope SELECT scalarProduct. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT scalarProduct;) 2025.03.31 17:56:56.211525 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `scalarProduct` in scope SELECT scalarProduct. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:56.233164 [ 71979 ] {d9be9c05-1b55-4494-9dc0-9b09d2dfab72} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `sequenceCount` in scope SELECT sequenceCount. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT sequenceCount;) 2025.03.31 17:56:56.247582 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `sequenceCount` in scope SELECT sequenceCount. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:56.269575 [ 71979 ] {05fe7206-00bf-40fb-9a73-585d0783a0f7} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `sequenceMatch` in scope SELECT sequenceMatch. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT sequenceMatch;) 2025.03.31 17:56:56.278332 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `sequenceMatch` in scope SELECT sequenceMatch. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:56.300850 [ 71979 ] {457a9815-d861-455a-b785-cfb03f012be9} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `sequenceNextNode` in scope SELECT sequenceNextNode. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT sequenceNextNode;) 2025.03.31 17:56:56.309943 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `sequenceNextNode` in scope SELECT sequenceNextNode. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:56.333579 [ 71979 ] {ac172021-88a9-4a56-808a-d5227e65c204} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `seriesDecomposeSTL` in scope SELECT seriesDecomposeSTL. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT seriesDecomposeSTL;) 2025.03.31 17:56:56.343548 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `seriesDecomposeSTL` in scope SELECT seriesDecomposeSTL. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:56.365401 [ 71979 ] {86967a2a-0fa8-4148-a392-42a60d127d67} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `seriesOutliersDetectTukey` in scope SELECT seriesOutliersDetectTukey. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT seriesOutliersDetectTukey;) 2025.03.31 17:56:56.375282 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `seriesOutliersDetectTukey` in scope SELECT seriesOutliersDetectTukey. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:56.397472 [ 71979 ] {68067f4d-0f26-43fd-90d6-16496a344537} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `seriesPeriodDetectFFT` in scope SELECT seriesPeriodDetectFFT. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT seriesPeriodDetectFFT;) 2025.03.31 17:56:56.406967 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `seriesPeriodDetectFFT` in scope SELECT seriesPeriodDetectFFT. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:56.429058 [ 71979 ] {41743825-8727-4d04-90cd-b43afc87140d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `serverTimeZone` in scope SELECT serverTimeZone. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT serverTimeZone;) 2025.03.31 17:56:56.440005 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `serverTimeZone` in scope SELECT serverTimeZone. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:56.464958 [ 71979 ] {1c975c45-e3ea-42d6-b5e5-9d2d826de612} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `serverTimezone` in scope SELECT serverTimezone. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT serverTimezone;) 2025.03.31 17:56:56.475917 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `serverTimezone` in scope SELECT serverTimezone. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:56.496878 [ 71979 ] {ff3c8859-852e-467b-9e90-d01c33ae3958} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `serverUUID` in scope SELECT serverUUID. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT serverUUID;) 2025.03.31 17:56:56.504634 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `serverUUID` in scope SELECT serverUUID. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:56.526824 [ 71979 ] {9e37889a-8161-487d-857c-bf234242ce06} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `shardCount` in scope SELECT shardCount. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT shardCount;) 2025.03.31 17:56:56.534948 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `shardCount` in scope SELECT shardCount. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:56.559616 [ 71979 ] {256b84ac-1376-4c0f-a40c-da5dfc11c943} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `shardNum` in scope SELECT shardNum. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT shardNum;) 2025.03.31 17:56:56.568578 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `shardNum` in scope SELECT shardNum. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:56.592550 [ 71979 ] {9af4a131-f661-4b6a-ba96-5c8636498024} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `showCertificate` in scope SELECT showCertificate. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT showCertificate;) 2025.03.31 17:56:56.601488 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `showCertificate` in scope SELECT showCertificate. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:56.623148 [ 71979 ] {e06366b0-dfe3-4601-a659-2eb323d3749a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `sigmoid` in scope SELECT sigmoid. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT sigmoid;) 2025.03.31 17:56:56.634672 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `sigmoid` in scope SELECT sigmoid. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:56.659148 [ 71979 ] {4ba16002-d60f-431b-9540-98cdc6c5fdde} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `sign` in scope SELECT sign. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT sign;) 2025.03.31 17:56:56.670323 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `sign` in scope SELECT sign. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:56.698985 [ 71979 ] {e432512b-69ac-402f-91be-69b30b883010} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `simpleJSONExtractBool` in scope SELECT simpleJSONExtractBool. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT simpleJSONExtractBool;) 2025.03.31 17:56:56.707198 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `simpleJSONExtractBool` in scope SELECT simpleJSONExtractBool. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:56.729805 [ 71979 ] {e4a19e5a-aedc-4f03-8067-80ccde016d6e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `simpleJSONExtractFloat` in scope SELECT simpleJSONExtractFloat. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT simpleJSONExtractFloat;) 2025.03.31 17:56:56.741375 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `simpleJSONExtractFloat` in scope SELECT simpleJSONExtractFloat. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:56.762196 [ 71979 ] {74a2ea69-b99f-43fd-aaab-2aa06aa0e640} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `simpleJSONExtractInt` in scope SELECT simpleJSONExtractInt. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT simpleJSONExtractInt;) 2025.03.31 17:56:56.772340 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `simpleJSONExtractInt` in scope SELECT simpleJSONExtractInt. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:56.794776 [ 71979 ] {104790b7-0096-4686-bd95-9c17a541a4ea} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `simpleJSONExtractRaw` in scope SELECT simpleJSONExtractRaw. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT simpleJSONExtractRaw;) 2025.03.31 17:56:56.807641 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `simpleJSONExtractRaw` in scope SELECT simpleJSONExtractRaw. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:56.829099 [ 71979 ] {b852a89e-45aa-45f9-b05b-4ec38a02c22e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `simpleJSONExtractString` in scope SELECT simpleJSONExtractString. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT simpleJSONExtractString;) 2025.03.31 17:56:56.839120 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `simpleJSONExtractString` in scope SELECT simpleJSONExtractString. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:56.861377 [ 71979 ] {2401fc81-6dc4-4f8b-be27-930faa764bd1} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `simpleJSONExtractUInt` in scope SELECT simpleJSONExtractUInt. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT simpleJSONExtractUInt;) 2025.03.31 17:56:56.873974 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `simpleJSONExtractUInt` in scope SELECT simpleJSONExtractUInt. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:56.895506 [ 71979 ] {c47aa7fe-801e-4f81-bbc1-9dfc10fe089f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `simpleJSONHas` in scope SELECT simpleJSONHas. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT simpleJSONHas;) 2025.03.31 17:56:56.905357 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `simpleJSONHas` in scope SELECT simpleJSONHas. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:56.922858 [ 71979 ] {545d9d92-763c-43f8-bd9c-b5d1ec1afe16} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `simpleLinearRegression` in scope SELECT simpleLinearRegression. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT simpleLinearRegression;) 2025.03.31 17:56:56.934320 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `simpleLinearRegression` in scope SELECT simpleLinearRegression. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:56.956074 [ 71979 ] {28f32ac2-7eb6-4dce-b275-a87e979ffc26} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `sin` in scope SELECT sin. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT sin;) 2025.03.31 17:56:56.965305 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `sin` in scope SELECT sin. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:56.986887 [ 71979 ] {2b8ead3c-d1af-406f-84b6-a0a6ed7de202} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `singleValueOrNull` in scope SELECT singleValueOrNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT singleValueOrNull;) 2025.03.31 17:56:56.996091 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `singleValueOrNull` in scope SELECT singleValueOrNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:57.015570 [ 71979 ] {7d78a999-1d39-4686-a14f-c181c4985af3} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `sinh` in scope SELECT sinh. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT sinh;) 2025.03.31 17:56:57.025082 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `sinh` in scope SELECT sinh. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:57.045970 [ 71979 ] {51e1452b-e5ef-4f44-a554-c9df994e7c18} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `sipHash128` in scope SELECT sipHash128. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT sipHash128;) 2025.03.31 17:56:57.055215 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `sipHash128` in scope SELECT sipHash128. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:57.086338 [ 71979 ] {9febd9de-fda4-4553-bed7-d5d41fef585f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `sipHash128Keyed` in scope SELECT sipHash128Keyed. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT sipHash128Keyed;) 2025.03.31 17:56:57.093493 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `sipHash128Keyed` in scope SELECT sipHash128Keyed. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:57.118972 [ 71979 ] {d8dee38a-bc41-4601-beb4-d7347a6759ec} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `sipHash128Reference` in scope SELECT sipHash128Reference. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT sipHash128Reference;) 2025.03.31 17:56:57.127844 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `sipHash128Reference` in scope SELECT sipHash128Reference. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:57.151372 [ 71979 ] {802c3b6f-608f-447c-80df-e988de2bbd3d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `sipHash128ReferenceKeyed` in scope SELECT sipHash128ReferenceKeyed. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT sipHash128ReferenceKeyed;) 2025.03.31 17:56:57.162133 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `sipHash128ReferenceKeyed` in scope SELECT sipHash128ReferenceKeyed. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:57.186903 [ 71979 ] {eb6ed415-7847-4fc4-8d39-b55c352f000a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `sipHash64` in scope SELECT sipHash64. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT sipHash64;) 2025.03.31 17:56:57.199292 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `sipHash64` in scope SELECT sipHash64. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:57.218084 [ 71979 ] {d4b8c3c9-3c6b-4cc7-9640-29bc3cf78cd2} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `sipHash64Keyed` in scope SELECT sipHash64Keyed. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT sipHash64Keyed;) 2025.03.31 17:56:57.225914 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `sipHash64Keyed` in scope SELECT sipHash64Keyed. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:57.246906 [ 71979 ] {a0f407aa-2c90-4d0a-94ba-e1a336572de5} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `skewPop` in scope SELECT skewPop. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT skewPop;) 2025.03.31 17:56:57.255096 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `skewPop` in scope SELECT skewPop. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:57.274719 [ 71979 ] {c86695a9-aaad-41f6-ab0a-379ffe8e0100} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `skewSamp` in scope SELECT skewSamp. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT skewSamp;) 2025.03.31 17:56:57.282373 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `skewSamp` in scope SELECT skewSamp. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:57.304667 [ 71979 ] {d72e1e86-2071-49d9-b011-eaeaf77f02c2} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `sleep` in scope SELECT sleep. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT sleep;) 2025.03.31 17:56:57.314392 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `sleep` in scope SELECT sleep. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:57.338367 [ 71979 ] {b7edd9a9-308a-44a4-8f29-f58ceb15a155} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `sleepEachRow` in scope SELECT sleepEachRow. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT sleepEachRow;) 2025.03.31 17:56:57.349092 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `sleepEachRow` in scope SELECT sleepEachRow. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:57.377319 [ 71979 ] {246bd113-da87-443a-9d7c-7828ee4dfbbf} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `snowflakeIDToDateTime` in scope SELECT snowflakeIDToDateTime. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT snowflakeIDToDateTime;) 2025.03.31 17:56:57.386145 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `snowflakeIDToDateTime` in scope SELECT snowflakeIDToDateTime. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:57.416111 [ 71979 ] {bf3ec946-d7f1-46a2-9750-b2701af2911a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `snowflakeIDToDateTime64` in scope SELECT snowflakeIDToDateTime64. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT snowflakeIDToDateTime64;) 2025.03.31 17:56:57.425758 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `snowflakeIDToDateTime64` in scope SELECT snowflakeIDToDateTime64. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:57.449058 [ 71979 ] {407690e9-6873-4929-a683-b8a220fdf202} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `snowflakeToDateTime` in scope SELECT snowflakeToDateTime. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT snowflakeToDateTime;) 2025.03.31 17:56:57.459846 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `snowflakeToDateTime` in scope SELECT snowflakeToDateTime. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:57.481317 [ 71979 ] {e8c9d8e8-e4e5-45ea-905d-307781a3792a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `snowflakeToDateTime64` in scope SELECT snowflakeToDateTime64. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT snowflakeToDateTime64;) 2025.03.31 17:56:57.490940 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `snowflakeToDateTime64` in scope SELECT snowflakeToDateTime64. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:57.516163 [ 71979 ] {c794c201-22de-4011-906b-a3d42bcc5721} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `soundex` in scope SELECT soundex. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT soundex;) 2025.03.31 17:56:57.528742 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `soundex` in scope SELECT soundex. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:57.552138 [ 71979 ] {5356602a-f4d1-4341-90f5-74fe5f0753c8} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `space` in scope SELECT space. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT space;) 2025.03.31 17:56:57.560785 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `space` in scope SELECT space. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:57.587255 [ 71979 ] {67139dd7-f8fd-4d41-b659-d68d0b4cd50a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `sparkBar` in scope SELECT sparkBar. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT sparkBar;) 2025.03.31 17:56:57.597155 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `sparkBar` in scope SELECT sparkBar. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:57.621302 [ 71979 ] {0ce3ed17-705a-4e64-b2af-5008ccd84f05} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `sparkbar` in scope SELECT sparkbar. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT sparkbar;) 2025.03.31 17:56:57.633559 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `sparkbar` in scope SELECT sparkbar. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:57.656115 [ 71979 ] {b20b5015-8509-4839-83d3-465bb4320784} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `splitByAlpha` in scope SELECT splitByAlpha. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT splitByAlpha;) 2025.03.31 17:56:57.663727 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `splitByAlpha` in scope SELECT splitByAlpha. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:57.782010 [ 71979 ] {2454ff3f-d1fd-4370-b95f-6f53740f227b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `splitByChar` in scope SELECT splitByChar. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT splitByChar;) 2025.03.31 17:56:57.792585 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `splitByChar` in scope SELECT splitByChar. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:57.819335 [ 71979 ] {ced72baa-7335-4cc9-8e92-583bd67408c8} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `splitByNonAlpha` in scope SELECT splitByNonAlpha. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT splitByNonAlpha;) 2025.03.31 17:56:57.834274 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `splitByNonAlpha` in scope SELECT splitByNonAlpha. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:57.870846 [ 71979 ] {fb239504-0593-4ad6-95e5-ce60a1f13004} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `splitByRegexp` in scope SELECT splitByRegexp. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT splitByRegexp;) 2025.03.31 17:56:57.883753 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `splitByRegexp` in scope SELECT splitByRegexp. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:57.915206 [ 71979 ] {3f1b5787-d20b-4aec-8580-7c131e2d7366} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `splitByString` in scope SELECT splitByString. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT splitByString;) 2025.03.31 17:56:57.925533 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `splitByString` in scope SELECT splitByString. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:57.942992 [ 71979 ] {d564a214-5a03-4bd1-b127-121c6e70f029} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `splitByWhitespace` in scope SELECT splitByWhitespace. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT splitByWhitespace;) 2025.03.31 17:56:57.952457 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `splitByWhitespace` in scope SELECT splitByWhitespace. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:57.984346 [ 71979 ] {724b662c-85d9-4d97-a106-f09d56a25e9c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `sqid` in scope SELECT sqid. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT sqid;) 2025.03.31 17:56:58.005353 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `sqid` in scope SELECT sqid. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:58.035135 [ 71979 ] {81572f4e-debb-4c61-a36c-b7d80db0d0dc} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `sqidDecode` in scope SELECT sqidDecode. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT sqidDecode;) 2025.03.31 17:56:58.043734 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `sqidDecode` in scope SELECT sqidDecode. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:58.068353 [ 71979 ] {0435be6e-16ab-4412-abe8-4b592121f345} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `sqidEncode` in scope SELECT sqidEncode. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT sqidEncode;) 2025.03.31 17:56:58.082552 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `sqidEncode` in scope SELECT sqidEncode. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:58.108468 [ 71979 ] {23444cd6-b192-4cb6-83fd-f9dcb9855bf8} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `sqrt` in scope SELECT sqrt. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT sqrt;) 2025.03.31 17:56:58.118348 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `sqrt` in scope SELECT sqrt. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:58.143457 [ 71979 ] {04439388-7de4-415d-9dac-6a41e512e89a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `startsWith` in scope SELECT startsWith. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT startsWith;) 2025.03.31 17:56:58.153198 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `startsWith` in scope SELECT startsWith. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:58.178267 [ 71979 ] {e7f25f06-0e5f-4a3c-95e3-a9c13fcb877d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `startsWithUTF8` in scope SELECT startsWithUTF8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT startsWithUTF8;) 2025.03.31 17:56:58.199159 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `startsWithUTF8` in scope SELECT startsWithUTF8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:58.231486 [ 71979 ] {148bc9d5-1c34-4878-961f-452519967357} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `stddevPop` in scope SELECT stddevPop. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT stddevPop;) 2025.03.31 17:56:58.244412 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `stddevPop` in scope SELECT stddevPop. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:58.279637 [ 71979 ] {ba5360d5-5e77-40b3-808e-830676931d18} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `stddevPopStable` in scope SELECT stddevPopStable. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT stddevPopStable;) 2025.03.31 17:56:58.290030 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `stddevPopStable` in scope SELECT stddevPopStable. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:58.315526 [ 71979 ] {69be2cb6-693c-44f6-8519-4223f5e34bca} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `stddevSamp` in scope SELECT stddevSamp. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT stddevSamp;) 2025.03.31 17:56:58.335048 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `stddevSamp` in scope SELECT stddevSamp. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:58.359300 [ 71979 ] {6fe7b52c-328c-440f-94df-b2bd1abf4e91} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `stddevSampStable` in scope SELECT stddevSampStable. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT stddevSampStable;) 2025.03.31 17:56:58.368748 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `stddevSampStable` in scope SELECT stddevSampStable. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:58.399568 [ 71979 ] {f39600a3-5339-49d9-a153-53e0d59c0aeb} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `stem` in scope SELECT stem. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT stem;) 2025.03.31 17:56:58.417637 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `stem` in scope SELECT stem. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:58.440395 [ 71979 ] {70614823-7ff3-45b9-9d7e-b21aadc34f17} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `stochasticLinearRegression` in scope SELECT stochasticLinearRegression. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT stochasticLinearRegression;) 2025.03.31 17:56:58.452189 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `stochasticLinearRegression` in scope SELECT stochasticLinearRegression. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:58.507626 [ 71979 ] {45dcc2d2-f0fd-4f33-ae47-0a7fdcbf4f58} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `stochasticLogisticRegression` in scope SELECT stochasticLogisticRegression. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT stochasticLogisticRegression;) 2025.03.31 17:56:58.526068 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `stochasticLogisticRegression` in scope SELECT stochasticLogisticRegression. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:58.567171 [ 71979 ] {db33856a-4bdf-4865-9ef0-b00b3b6bf908} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `str_to_date` in scope SELECT str_to_date. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT str_to_date;) 2025.03.31 17:56:58.592794 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `str_to_date` in scope SELECT str_to_date. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:58.628204 [ 71979 ] {f13d84a0-06b3-448d-a0c6-c849e6225667} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `str_to_map` in scope SELECT str_to_map. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT str_to_map;) 2025.03.31 17:56:58.643281 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `str_to_map` in scope SELECT str_to_map. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:58.699321 [ 71979 ] {5ad563ef-7354-46a8-8b02-e44cf2c8765f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `stringJaccardIndex` in scope SELECT stringJaccardIndex. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT stringJaccardIndex;) 2025.03.31 17:56:58.710743 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `stringJaccardIndex` in scope SELECT stringJaccardIndex. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:58.737756 [ 71979 ] {c0c6d2eb-8bd4-47e3-8ac8-db6963ce2f74} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `stringJaccardIndexUTF8` in scope SELECT stringJaccardIndexUTF8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT stringJaccardIndexUTF8;) 2025.03.31 17:56:58.747531 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `stringJaccardIndexUTF8` in scope SELECT stringJaccardIndexUTF8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:58.790120 [ 71979 ] {487fdd15-0fcc-4dc4-a523-197480003db6} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `stringToH3` in scope SELECT stringToH3. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT stringToH3;) 2025.03.31 17:56:58.798661 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `stringToH3` in scope SELECT stringToH3. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:58.843655 [ 71979 ] {4d38aa51-3f71-4498-8b6b-d7a34f5ae309} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `structureToCapnProtoSchema` in scope SELECT structureToCapnProtoSchema. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT structureToCapnProtoSchema;) 2025.03.31 17:56:58.850859 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `structureToCapnProtoSchema` in scope SELECT structureToCapnProtoSchema. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:58.876599 [ 71979 ] {cb43ce93-a554-43b3-a6ca-3018c5968149} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `structureToProtobufSchema` in scope SELECT structureToProtobufSchema. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT structureToProtobufSchema;) 2025.03.31 17:56:58.887936 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `structureToProtobufSchema` in scope SELECT structureToProtobufSchema. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:58.912613 [ 71979 ] {b8323e46-3f76-4aa2-8c05-6bd4c2e6d0a7} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `studentTTest` in scope SELECT studentTTest. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT studentTTest;) 2025.03.31 17:56:58.923694 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `studentTTest` in scope SELECT studentTTest. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:58.947134 [ 71979 ] {0752ec67-974a-413f-b4f2-4fa909ab1706} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `subBitmap` in scope SELECT subBitmap. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT subBitmap;) 2025.03.31 17:56:58.956863 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `subBitmap` in scope SELECT subBitmap. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:58.978085 [ 71979 ] {471dacff-0529-46bd-9418-1e05a3be1352} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `subDate` in scope SELECT subDate. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT subDate;) 2025.03.31 17:56:58.986960 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `subDate` in scope SELECT subDate. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:59.020605 [ 71979 ] {f2a4a215-102e-43c6-8b2e-0fe9b85a6b2a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `substr` in scope SELECT substr. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT substr;) 2025.03.31 17:56:59.034887 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `substr` in scope SELECT substr. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:59.067175 [ 71979 ] {f0e16477-7d6d-4965-952b-1a37dbdd3e40} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `substring` in scope SELECT substring. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT substring;) 2025.03.31 17:56:59.076845 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `substring` in scope SELECT substring. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:59.101965 [ 71979 ] {8676d6f4-6bf8-4850-9568-c9c6eb2d8da8} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `substringIndex` in scope SELECT substringIndex. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT substringIndex;) 2025.03.31 17:56:59.111147 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `substringIndex` in scope SELECT substringIndex. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:59.144950 [ 71979 ] {a0f31b9b-c8e5-47b2-a9b2-cf11bd002807} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `substringIndexUTF8` in scope SELECT substringIndexUTF8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT substringIndexUTF8;) 2025.03.31 17:56:59.160621 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `substringIndexUTF8` in scope SELECT substringIndexUTF8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:59.182787 [ 71979 ] {7fef36b5-3b04-4239-b416-2555bf6b4d46} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `substringUTF8` in scope SELECT substringUTF8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT substringUTF8;) 2025.03.31 17:56:59.195771 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `substringUTF8` in scope SELECT substringUTF8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:59.215842 [ 71979 ] {4104bb04-6c20-45c9-8d20-a629e9feef85} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `subtractDays` in scope SELECT subtractDays. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT subtractDays;) 2025.03.31 17:56:59.224570 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `subtractDays` in scope SELECT subtractDays. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:59.250402 [ 71979 ] {50287c8b-3cfb-4a08-9c8f-72de793aae89} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `subtractHours` in scope SELECT subtractHours. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT subtractHours;) 2025.03.31 17:56:59.259119 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `subtractHours` in scope SELECT subtractHours. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:59.291983 [ 71979 ] {029cf5ab-1cca-4198-9e17-c68ee277c031} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `subtractInterval` in scope SELECT subtractInterval. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT subtractInterval;) 2025.03.31 17:56:59.301511 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `subtractInterval` in scope SELECT subtractInterval. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:59.323291 [ 71979 ] {a18b64df-0485-490b-86a6-b84b82ae27d7} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `subtractMicroseconds` in scope SELECT subtractMicroseconds. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT subtractMicroseconds;) 2025.03.31 17:56:59.332760 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `subtractMicroseconds` in scope SELECT subtractMicroseconds. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:59.356345 [ 71979 ] {ae441cc8-90f0-4c34-87bc-e5cb5e455ecd} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `subtractMilliseconds` in scope SELECT subtractMilliseconds. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT subtractMilliseconds;) 2025.03.31 17:56:59.366190 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `subtractMilliseconds` in scope SELECT subtractMilliseconds. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:59.403793 [ 71979 ] {d371c5b5-7938-47aa-948e-8381638e707b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `subtractMinutes` in scope SELECT subtractMinutes. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT subtractMinutes;) 2025.03.31 17:56:59.426845 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `subtractMinutes` in scope SELECT subtractMinutes. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:59.454757 [ 71979 ] {7c2da675-214b-4b40-94cf-0c9fa2709a64} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `subtractMonths` in scope SELECT subtractMonths. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT subtractMonths;) 2025.03.31 17:56:59.477160 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `subtractMonths` in scope SELECT subtractMonths. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:59.509833 [ 71979 ] {53369601-30bd-47f2-85e1-09c22a20d2a7} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `subtractNanoseconds` in scope SELECT subtractNanoseconds. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT subtractNanoseconds;) 2025.03.31 17:56:59.522994 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `subtractNanoseconds` in scope SELECT subtractNanoseconds. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:59.551037 [ 71979 ] {9bdb8029-1bbc-4826-af1e-c4616f8e6e52} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `subtractQuarters` in scope SELECT subtractQuarters. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT subtractQuarters;) 2025.03.31 17:56:59.564268 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `subtractQuarters` in scope SELECT subtractQuarters. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:59.586618 [ 71979 ] {ac1e6abb-6349-4e77-9650-18072b86afe2} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `subtractSeconds` in scope SELECT subtractSeconds. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT subtractSeconds;) 2025.03.31 17:56:59.595407 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `subtractSeconds` in scope SELECT subtractSeconds. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:59.614891 [ 71979 ] {f9cf19c8-7b74-4b7c-9c8c-c7342912a761} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `subtractTupleOfIntervals` in scope SELECT subtractTupleOfIntervals. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT subtractTupleOfIntervals;) 2025.03.31 17:56:59.624113 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `subtractTupleOfIntervals` in scope SELECT subtractTupleOfIntervals. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:59.651528 [ 71979 ] {0335d00c-4276-48d5-9756-8c28f0810517} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `subtractWeeks` in scope SELECT subtractWeeks. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT subtractWeeks;) 2025.03.31 17:56:59.661868 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `subtractWeeks` in scope SELECT subtractWeeks. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:59.683711 [ 71979 ] {50f9cf78-6b81-4dae-b58e-0d139fdc48b7} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `subtractYears` in scope SELECT subtractYears. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT subtractYears;) 2025.03.31 17:56:59.694108 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `subtractYears` in scope SELECT subtractYears. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:59.722201 [ 71979 ] {e153716d-2c6e-4411-8525-9eeaf4035c91} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `sum` in scope SELECT sum. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT sum;) 2025.03.31 17:56:59.733293 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `sum` in scope SELECT sum. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:59.766287 [ 71979 ] {677bb3f2-c87c-4cb5-873e-9c4e3146b919} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `sumCount` in scope SELECT sumCount. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT sumCount;) 2025.03.31 17:56:59.785948 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `sumCount` in scope SELECT sumCount. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:59.824041 [ 71979 ] {4f857713-237c-4a93-9a21-203c94ec3acc} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `sumKahan` in scope SELECT sumKahan. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT sumKahan;) 2025.03.31 17:56:59.833682 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `sumKahan` in scope SELECT sumKahan. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:59.866789 [ 71979 ] {7c3919e8-d40b-4680-a3b8-62024f8d279d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `sumMapFiltered` in scope SELECT sumMapFiltered. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT sumMapFiltered;) 2025.03.31 17:56:59.876720 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `sumMapFiltered` in scope SELECT sumMapFiltered. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:59.912408 [ 71979 ] {78b2b592-7fae-4530-b881-3362a4fcb18c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `sumMapFilteredWithOverflow` in scope SELECT sumMapFilteredWithOverflow. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT sumMapFilteredWithOverflow;) 2025.03.31 17:56:59.923976 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `sumMapFilteredWithOverflow` in scope SELECT sumMapFilteredWithOverflow. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:59.947904 [ 71979 ] {f112d849-e54b-4434-ac37-9648a709bf12} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `sumMapWithOverflow` in scope SELECT sumMapWithOverflow. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT sumMapWithOverflow;) 2025.03.31 17:56:59.957480 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `sumMapWithOverflow` in scope SELECT sumMapWithOverflow. (UNKNOWN_IDENTIFIER) 2025.03.31 17:56:59.994075 [ 71979 ] {fea1c4a7-ddb6-465d-afb2-4a470739112b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `sumMappedArrays` in scope SELECT sumMappedArrays. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT sumMappedArrays;) 2025.03.31 17:57:00.003606 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `sumMappedArrays` in scope SELECT sumMappedArrays. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:00.026321 [ 71979 ] {84567253-70f0-420f-91ae-f9b92b385c65} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `sumWithOverflow` in scope SELECT sumWithOverflow. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT sumWithOverflow;) 2025.03.31 17:57:00.040099 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `sumWithOverflow` in scope SELECT sumWithOverflow. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:00.064697 [ 71979 ] {18d26983-d831-4e14-8c2b-a5fbdefe937a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `svg` in scope SELECT svg. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT svg;) 2025.03.31 17:57:00.078540 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `svg` in scope SELECT svg. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:00.102579 [ 71979 ] {96960e35-dce5-4a59-b2ba-500dc33550d1} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `synonyms` in scope SELECT synonyms. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT synonyms;) 2025.03.31 17:57:00.121698 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `synonyms` in scope SELECT synonyms. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:00.142763 [ 71979 ] {4575aa68-5c08-481e-9710-630de9cfefa8} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `tan` in scope SELECT tan. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT tan;) 2025.03.31 17:57:00.153612 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `tan` in scope SELECT tan. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:00.173978 [ 71979 ] {3f10ce22-fd0b-48bd-8bfa-e9dfe43ae237} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `tanh` in scope SELECT tanh. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT tanh;) 2025.03.31 17:57:00.192363 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `tanh` in scope SELECT tanh. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:00.227218 [ 71979 ] {cc659c4b-bed9-4426-898f-e6fb40e1f0b1} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `tcpPort` in scope SELECT tcpPort. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT tcpPort;) 2025.03.31 17:57:00.243270 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `tcpPort` in scope SELECT tcpPort. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:00.264892 [ 71979 ] {88c78081-c43d-4974-9c97-0fd3527b4431} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `test_function` in scope SELECT test_function. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT test_function;) 2025.03.31 17:57:00.274407 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `test_function` in scope SELECT test_function. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:00.306094 [ 71979 ] {ed546082-ea56-41b7-bde2-44f3eb292e16} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `tgamma` in scope SELECT tgamma. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT tgamma;) 2025.03.31 17:57:00.314292 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `tgamma` in scope SELECT tgamma. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:00.350058 [ 71979 ] {1cc955fe-8cc2-4edd-b392-a2614f53ebb6} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `theilsU` in scope SELECT theilsU. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT theilsU;) 2025.03.31 17:57:00.366427 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `theilsU` in scope SELECT theilsU. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:00.395224 [ 71979 ] {6d78e017-7ed9-43f8-9d6c-b7da733fcc69} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `throwIf` in scope SELECT throwIf. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT throwIf;) 2025.03.31 17:57:00.405325 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `throwIf` in scope SELECT throwIf. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:00.434963 [ 71979 ] {fbdd5c30-e5c5-4518-9dd6-da65be0d79f1} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `tid` in scope SELECT tid. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT tid;) 2025.03.31 17:57:00.447852 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `tid` in scope SELECT tid. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:00.472457 [ 71979 ] {3ee491b6-db88-4f46-84d7-690a4d2990b8} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `timeDiff` in scope SELECT timeDiff. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT timeDiff;) 2025.03.31 17:57:00.486690 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `timeDiff` in scope SELECT timeDiff. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:00.514687 [ 71979 ] {eca2c444-37f2-4353-ba09-174e9d1e8fa8} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `timeSlot` in scope SELECT timeSlot. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT timeSlot;) 2025.03.31 17:57:00.533220 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `timeSlot` in scope SELECT timeSlot. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:00.555141 [ 71979 ] {7c662219-c191-4f6a-a2a1-2c9ce4db233d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `timeSlots` in scope SELECT timeSlots. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT timeSlots;) 2025.03.31 17:57:00.571384 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `timeSlots` in scope SELECT timeSlots. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:00.604087 [ 71979 ] {3186c5b4-d69b-4000-a999-f5b1ff86362e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `timeZone` in scope SELECT timeZone. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT timeZone;) 2025.03.31 17:57:00.616537 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `timeZone` in scope SELECT timeZone. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:00.651117 [ 71979 ] {16ef34d1-a5fc-4f78-b4ea-cd5a3080391d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `timeZoneOf` in scope SELECT timeZoneOf. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT timeZoneOf;) 2025.03.31 17:57:00.660953 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `timeZoneOf` in scope SELECT timeZoneOf. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:00.697636 [ 71979 ] {9cd90716-7945-4099-8eeb-bf7574b43a55} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `timeZoneOffset` in scope SELECT timeZoneOffset. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT timeZoneOffset;) 2025.03.31 17:57:00.719204 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `timeZoneOffset` in scope SELECT timeZoneOffset. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:00.743552 [ 71979 ] {580115c0-3d96-4e84-8790-554cae1839b3} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `time_bucket` in scope SELECT time_bucket. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT time_bucket;) 2025.03.31 17:57:00.753717 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `time_bucket` in scope SELECT time_bucket. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:00.780149 [ 71979 ] {7407a4fe-6586-454d-8910-d40942b69054} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `timestamp` in scope SELECT timestamp. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT timestamp;) 2025.03.31 17:57:00.789821 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `timestamp` in scope SELECT timestamp. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:00.812248 [ 71979 ] {540251d8-f0c1-46f2-9105-433cebc37522} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `timestampDiff` in scope SELECT timestampDiff. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT timestampDiff;) 2025.03.31 17:57:00.821916 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `timestampDiff` in scope SELECT timestampDiff. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:00.850039 [ 71979 ] {7d5297ca-a12e-4436-83f9-3d7718236692} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `timestamp_diff` in scope SELECT timestamp_diff. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT timestamp_diff;) 2025.03.31 17:57:00.859474 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `timestamp_diff` in scope SELECT timestamp_diff. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:00.886581 [ 71979 ] {2af4523a-ad25-4f13-a549-846b17efce93} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `timezone` in scope SELECT timezone. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT timezone;) 2025.03.31 17:57:00.902534 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `timezone` in scope SELECT timezone. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:00.927614 [ 71979 ] {9ca279f6-b8b9-4420-826b-ad6d1e32b6e2} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `timezoneOf` in scope SELECT timezoneOf. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT timezoneOf;) 2025.03.31 17:57:00.935304 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `timezoneOf` in scope SELECT timezoneOf. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:00.969721 [ 71979 ] {ef45e5cb-23b7-4038-810e-bb55cf6c8fac} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `timezoneOffset` in scope SELECT timezoneOffset. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT timezoneOffset;) 2025.03.31 17:57:00.977759 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `timezoneOffset` in scope SELECT timezoneOffset. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:01.004544 [ 71979 ] {901d8dfc-9c04-4ac6-a817-7658cbb378f3} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toBFloat16` in scope SELECT toBFloat16. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toBFloat16;) 2025.03.31 17:57:01.011919 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toBFloat16` in scope SELECT toBFloat16. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:01.036711 [ 71979 ] {3699eb34-61a6-43a5-96e4-4ec6daca482c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toBFloat16OrNull` in scope SELECT toBFloat16OrNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toBFloat16OrNull;) 2025.03.31 17:57:01.046266 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toBFloat16OrNull` in scope SELECT toBFloat16OrNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:01.084855 [ 71979 ] {3943db76-57f6-45e0-b544-3083f8036523} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toBFloat16OrZero` in scope SELECT toBFloat16OrZero. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toBFloat16OrZero;) 2025.03.31 17:57:01.102077 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toBFloat16OrZero` in scope SELECT toBFloat16OrZero. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:01.127428 [ 71979 ] {2e04a4cf-e8cb-42d6-8a55-46bb0a8bbc93} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toBool` in scope SELECT toBool. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toBool;) 2025.03.31 17:57:01.137329 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toBool` in scope SELECT toBool. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:01.165821 [ 71979 ] {23311cad-72ee-4e57-8612-12cc28609701} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toColumnTypeName` in scope SELECT toColumnTypeName. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toColumnTypeName;) 2025.03.31 17:57:01.175321 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toColumnTypeName` in scope SELECT toColumnTypeName. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:01.198885 [ 71979 ] {0c58ccb6-0bde-4e98-b3c7-88fea40eac92} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toDate` in scope SELECT toDate. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toDate;) 2025.03.31 17:57:01.209091 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toDate` in scope SELECT toDate. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:01.232008 [ 71979 ] {805dabcb-f479-4c13-8be8-a29bb2f79d9c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toDate32` in scope SELECT toDate32. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toDate32;) 2025.03.31 17:57:01.244829 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toDate32` in scope SELECT toDate32. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:01.262017 [ 71979 ] {8d46a828-ca07-469e-87d2-4d0fb4cd1c83} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toDate32OrDefault` in scope SELECT toDate32OrDefault. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toDate32OrDefault;) 2025.03.31 17:57:01.277807 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toDate32OrDefault` in scope SELECT toDate32OrDefault. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:01.305233 [ 71979 ] {72e35f3f-6f86-4a68-b2ff-426e9ea458bd} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toDate32OrNull` in scope SELECT toDate32OrNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toDate32OrNull;) 2025.03.31 17:57:01.314310 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toDate32OrNull` in scope SELECT toDate32OrNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:01.347692 [ 71979 ] {a716e65d-ea05-48a7-ae8a-dd4a53614a72} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toDate32OrZero` in scope SELECT toDate32OrZero. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toDate32OrZero;) 2025.03.31 17:57:01.365301 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toDate32OrZero` in scope SELECT toDate32OrZero. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:01.387187 [ 71979 ] {8bd9583f-3a41-4d2e-adc0-6755a58a931e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toDateOrDefault` in scope SELECT toDateOrDefault. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toDateOrDefault;) 2025.03.31 17:57:01.396923 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toDateOrDefault` in scope SELECT toDateOrDefault. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:01.423831 [ 71979 ] {d8ae5ab8-6221-4979-b50b-37faf7b6aec5} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toDateOrNull` in scope SELECT toDateOrNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toDateOrNull;) 2025.03.31 17:57:01.433389 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toDateOrNull` in scope SELECT toDateOrNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:01.465931 [ 71979 ] {71ef957c-2344-4733-bfb5-0bc16578104a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toDateOrZero` in scope SELECT toDateOrZero. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toDateOrZero;) 2025.03.31 17:57:01.473014 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toDateOrZero` in scope SELECT toDateOrZero. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:01.501032 [ 71979 ] {4e176ed9-326d-4dbf-a56b-1b45438db331} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toDateTime` in scope SELECT toDateTime. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toDateTime;) 2025.03.31 17:57:01.510635 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toDateTime` in scope SELECT toDateTime. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:01.532262 [ 71979 ] {bb406618-c6d0-4fb3-bc17-8a9a133a7b1d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toDateTime32` in scope SELECT toDateTime32. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toDateTime32;) 2025.03.31 17:57:01.541905 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toDateTime32` in scope SELECT toDateTime32. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:01.563917 [ 71979 ] {0c4d25f6-1d1b-4f18-99ac-0854de1978d4} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toDateTime64` in scope SELECT toDateTime64. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toDateTime64;) 2025.03.31 17:57:01.582138 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toDateTime64` in scope SELECT toDateTime64. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:01.604610 [ 71979 ] {494b8221-bbb8-464a-97dd-ed4a1ae8e8b0} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toDateTime64OrDefault` in scope SELECT toDateTime64OrDefault. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toDateTime64OrDefault;) 2025.03.31 17:57:01.623901 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toDateTime64OrDefault` in scope SELECT toDateTime64OrDefault. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:01.643706 [ 71979 ] {b7075b0b-2a24-4df7-af71-0f4bca0607e6} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toDateTime64OrNull` in scope SELECT toDateTime64OrNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toDateTime64OrNull;) 2025.03.31 17:57:01.652626 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toDateTime64OrNull` in scope SELECT toDateTime64OrNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:01.673338 [ 71979 ] {3ee98a40-5e70-47fb-8ee6-a3936e0e40b1} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toDateTime64OrZero` in scope SELECT toDateTime64OrZero. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toDateTime64OrZero;) 2025.03.31 17:57:01.680354 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toDateTime64OrZero` in scope SELECT toDateTime64OrZero. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:01.705265 [ 71979 ] {b0e0367f-7e6b-48f8-ae4e-4b65e4d7e904} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toDateTimeOrDefault` in scope SELECT toDateTimeOrDefault. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toDateTimeOrDefault;) 2025.03.31 17:57:01.715026 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toDateTimeOrDefault` in scope SELECT toDateTimeOrDefault. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:01.736951 [ 71979 ] {622dbf1a-c91a-4122-8685-a264d524980f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toDateTimeOrNull` in scope SELECT toDateTimeOrNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toDateTimeOrNull;) 2025.03.31 17:57:01.744489 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toDateTimeOrNull` in scope SELECT toDateTimeOrNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:01.770444 [ 71979 ] {2c656abb-6f7b-46d9-a93a-3cd28980fa9f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toDateTimeOrZero` in scope SELECT toDateTimeOrZero. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toDateTimeOrZero;) 2025.03.31 17:57:01.780827 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toDateTimeOrZero` in scope SELECT toDateTimeOrZero. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:01.804604 [ 71979 ] {52040d39-a0f1-456a-b879-040ad875844f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toDayOfMonth` in scope SELECT toDayOfMonth. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toDayOfMonth;) 2025.03.31 17:57:01.813773 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toDayOfMonth` in scope SELECT toDayOfMonth. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:01.839301 [ 71979 ] {660dacd4-31c5-485a-89f0-9f00ee0db547} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toDayOfWeek` in scope SELECT toDayOfWeek. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toDayOfWeek;) 2025.03.31 17:57:01.854956 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toDayOfWeek` in scope SELECT toDayOfWeek. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:01.880970 [ 71979 ] {1143807d-a2f5-4b35-ac85-d857e75d8ddc} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toDayOfYear` in scope SELECT toDayOfYear. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toDayOfYear;) 2025.03.31 17:57:01.905505 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toDayOfYear` in scope SELECT toDayOfYear. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:01.928418 [ 71979 ] {745ce590-cf30-431e-9e12-a616341c0891} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toDaysSinceYearZero` in scope SELECT toDaysSinceYearZero. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toDaysSinceYearZero;) 2025.03.31 17:57:01.935652 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toDaysSinceYearZero` in scope SELECT toDaysSinceYearZero. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:01.971302 [ 71979 ] {9b7e30e1-9ecb-4b5a-a0b9-2932dcd9b20c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toDecimal128` in scope SELECT toDecimal128. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toDecimal128;) 2025.03.31 17:57:01.978719 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toDecimal128` in scope SELECT toDecimal128. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:02.009122 [ 71979 ] {8494b5db-5979-4bae-ba64-6c26bb227702} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toDecimal128OrDefault` in scope SELECT toDecimal128OrDefault. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toDecimal128OrDefault;) 2025.03.31 17:57:02.015516 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toDecimal128OrDefault` in scope SELECT toDecimal128OrDefault. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:02.036384 [ 71979 ] {0cb68968-4ac2-4a55-9ca6-528a061739db} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toDecimal128OrNull` in scope SELECT toDecimal128OrNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toDecimal128OrNull;) 2025.03.31 17:57:02.043146 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toDecimal128OrNull` in scope SELECT toDecimal128OrNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:02.067909 [ 71979 ] {89dddf2e-bc61-4390-98f2-c7c213a03ea8} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toDecimal128OrZero` in scope SELECT toDecimal128OrZero. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toDecimal128OrZero;) 2025.03.31 17:57:02.077840 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toDecimal128OrZero` in scope SELECT toDecimal128OrZero. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:02.102924 [ 71979 ] {ac5bab3a-25db-49d3-89cf-dcf24ba95166} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toDecimal256` in scope SELECT toDecimal256. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toDecimal256;) 2025.03.31 17:57:02.115089 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toDecimal256` in scope SELECT toDecimal256. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:02.138136 [ 71979 ] {adf7ff84-93b8-4a23-b139-9f2d0e9cd614} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toDecimal256OrDefault` in scope SELECT toDecimal256OrDefault. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toDecimal256OrDefault;) 2025.03.31 17:57:02.148056 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toDecimal256OrDefault` in scope SELECT toDecimal256OrDefault. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:02.184926 [ 71979 ] {4918531c-7881-419b-9df3-63d4646cbf25} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toDecimal256OrNull` in scope SELECT toDecimal256OrNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toDecimal256OrNull;) 2025.03.31 17:57:02.197076 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toDecimal256OrNull` in scope SELECT toDecimal256OrNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:02.222324 [ 71979 ] {f266f221-13c3-4026-857c-b048aba0cfe5} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toDecimal256OrZero` in scope SELECT toDecimal256OrZero. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toDecimal256OrZero;) 2025.03.31 17:57:02.232583 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toDecimal256OrZero` in scope SELECT toDecimal256OrZero. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:02.260443 [ 71979 ] {2a86d0a5-ae36-403e-976e-2fc616e3069b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toDecimal32` in scope SELECT toDecimal32. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toDecimal32;) 2025.03.31 17:57:02.270737 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toDecimal32` in scope SELECT toDecimal32. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:02.292609 [ 71979 ] {34475af0-55c1-489c-8d51-d09da06db1b5} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toDecimal32OrDefault` in scope SELECT toDecimal32OrDefault. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toDecimal32OrDefault;) 2025.03.31 17:57:02.302207 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toDecimal32OrDefault` in scope SELECT toDecimal32OrDefault. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:02.324170 [ 71979 ] {924c89dc-16be-4508-8234-f77df2935979} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toDecimal32OrNull` in scope SELECT toDecimal32OrNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toDecimal32OrNull;) 2025.03.31 17:57:02.337398 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toDecimal32OrNull` in scope SELECT toDecimal32OrNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:02.362774 [ 71979 ] {816592ea-e8e7-44e3-9bd0-33b75613dc29} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toDecimal32OrZero` in scope SELECT toDecimal32OrZero. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toDecimal32OrZero;) 2025.03.31 17:57:02.373323 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toDecimal32OrZero` in scope SELECT toDecimal32OrZero. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:02.436313 [ 71979 ] {4a9f6ed1-007a-4f3f-98be-1c8c9211411d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toDecimal64` in scope SELECT toDecimal64. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toDecimal64;) 2025.03.31 17:57:02.445845 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toDecimal64` in scope SELECT toDecimal64. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:02.475488 [ 71979 ] {7005bbc7-cfe1-498b-a410-083850dab53f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toDecimal64OrDefault` in scope SELECT toDecimal64OrDefault. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toDecimal64OrDefault;) 2025.03.31 17:57:02.485205 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toDecimal64OrDefault` in scope SELECT toDecimal64OrDefault. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:02.503055 [ 71979 ] {59f3ed7b-9868-48a4-855f-81ba05b6765f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toDecimal64OrNull` in scope SELECT toDecimal64OrNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toDecimal64OrNull;) 2025.03.31 17:57:02.514508 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toDecimal64OrNull` in scope SELECT toDecimal64OrNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:02.546091 [ 71979 ] {64daf5ab-37b3-4c60-855d-37e464fbf732} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toDecimal64OrZero` in scope SELECT toDecimal64OrZero. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toDecimal64OrZero;) 2025.03.31 17:57:02.555292 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toDecimal64OrZero` in scope SELECT toDecimal64OrZero. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:02.587796 [ 71979 ] {9b61d33f-37b1-4eb5-aa1f-1a47f9884f6f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toDecimalString` in scope SELECT toDecimalString. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toDecimalString;) 2025.03.31 17:57:02.603708 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toDecimalString` in scope SELECT toDecimalString. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:02.626586 [ 71979 ] {8ab2a876-be08-4b19-aefc-f33e188409c5} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toFixedString` in scope SELECT toFixedString. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toFixedString;) 2025.03.31 17:57:02.646115 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toFixedString` in scope SELECT toFixedString. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:02.683525 [ 71979 ] {0e01b064-307f-4ef9-8751-fd03703c1e0c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toFloat32` in scope SELECT toFloat32. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toFloat32;) 2025.03.31 17:57:02.693317 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toFloat32` in scope SELECT toFloat32. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:02.715206 [ 71979 ] {315f70a9-3bbc-46e7-a84c-3a685d38b4cb} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toFloat32OrDefault` in scope SELECT toFloat32OrDefault. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toFloat32OrDefault;) 2025.03.31 17:57:02.724913 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toFloat32OrDefault` in scope SELECT toFloat32OrDefault. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:02.751369 [ 71979 ] {04de7738-7cc6-400c-99cd-0ecf6caed4f3} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toFloat32OrNull` in scope SELECT toFloat32OrNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toFloat32OrNull;) 2025.03.31 17:57:02.761052 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toFloat32OrNull` in scope SELECT toFloat32OrNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:02.781428 [ 71979 ] {bf19f52f-b442-44a7-a039-059521521776} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toFloat32OrZero` in scope SELECT toFloat32OrZero. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toFloat32OrZero;) 2025.03.31 17:57:02.790727 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toFloat32OrZero` in scope SELECT toFloat32OrZero. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:02.817760 [ 71979 ] {b7f6e2a6-be8d-4a59-9fd8-e0cf7bbcbc76} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toFloat64` in scope SELECT toFloat64. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toFloat64;) 2025.03.31 17:57:02.827655 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toFloat64` in scope SELECT toFloat64. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:02.854118 [ 71979 ] {793eb8bc-285d-40db-b014-db2d4dbadc15} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toFloat64OrDefault` in scope SELECT toFloat64OrDefault. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toFloat64OrDefault;) 2025.03.31 17:57:02.867841 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toFloat64OrDefault` in scope SELECT toFloat64OrDefault. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:02.893652 [ 71979 ] {32828c51-879e-457c-a409-ee2165f5e9ad} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toFloat64OrNull` in scope SELECT toFloat64OrNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toFloat64OrNull;) 2025.03.31 17:57:02.900816 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toFloat64OrNull` in scope SELECT toFloat64OrNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:02.927346 [ 71979 ] {8579e4b3-b5ef-4af9-8c59-78cbf8c11695} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toFloat64OrZero` in scope SELECT toFloat64OrZero. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toFloat64OrZero;) 2025.03.31 17:57:02.939889 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toFloat64OrZero` in scope SELECT toFloat64OrZero. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:02.962638 [ 71979 ] {34769367-dc04-435f-b6bb-82de37f4bfee} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toHour` in scope SELECT toHour. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toHour;) 2025.03.31 17:57:02.975064 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toHour` in scope SELECT toHour. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:02.997418 [ 71979 ] {b60bd667-f400-4439-a85b-01a9760980ae} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toIPv4` in scope SELECT toIPv4. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toIPv4;) 2025.03.31 17:57:03.005591 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toIPv4` in scope SELECT toIPv4. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:03.033197 [ 71979 ] {dd96eea5-7028-4511-8a8b-7ead65a23ae4} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toIPv4OrDefault` in scope SELECT toIPv4OrDefault. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toIPv4OrDefault;) 2025.03.31 17:57:03.043980 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toIPv4OrDefault` in scope SELECT toIPv4OrDefault. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:03.070344 [ 71979 ] {4363b64c-1057-45fb-8e20-6dfbe8d2f053} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toIPv4OrNull` in scope SELECT toIPv4OrNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toIPv4OrNull;) 2025.03.31 17:57:03.080464 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toIPv4OrNull` in scope SELECT toIPv4OrNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:03.102261 [ 71979 ] {4a8b7967-92dd-4b07-b13b-54c84978cd89} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toIPv4OrZero` in scope SELECT toIPv4OrZero. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toIPv4OrZero;) 2025.03.31 17:57:03.111647 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toIPv4OrZero` in scope SELECT toIPv4OrZero. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:03.138302 [ 71979 ] {3d18b111-72d0-4a9a-86b4-b34cfbf33914} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toIPv6` in scope SELECT toIPv6. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toIPv6;) 2025.03.31 17:57:03.148202 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toIPv6` in scope SELECT toIPv6. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:03.177633 [ 71979 ] {98a61c2b-43dc-459e-b95c-2adf6a0ace38} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toIPv6OrDefault` in scope SELECT toIPv6OrDefault. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toIPv6OrDefault;) 2025.03.31 17:57:03.187805 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toIPv6OrDefault` in scope SELECT toIPv6OrDefault. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:03.210871 [ 71979 ] {3d994bb8-cb9b-4d10-890b-01f0f6595380} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toIPv6OrNull` in scope SELECT toIPv6OrNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toIPv6OrNull;) 2025.03.31 17:57:03.228019 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toIPv6OrNull` in scope SELECT toIPv6OrNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:03.249239 [ 71979 ] {2d3bada5-5365-4596-a0e4-4ba89a900413} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toIPv6OrZero` in scope SELECT toIPv6OrZero. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toIPv6OrZero;) 2025.03.31 17:57:03.259373 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toIPv6OrZero` in scope SELECT toIPv6OrZero. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:03.283774 [ 71979 ] {d8a10b25-cb67-4dba-a169-062e4178ed87} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toISOWeek` in scope SELECT toISOWeek. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toISOWeek;) 2025.03.31 17:57:03.293817 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toISOWeek` in scope SELECT toISOWeek. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:03.325749 [ 71979 ] {37bcb0b3-8a28-44c8-9c19-79087582946d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toISOYear` in scope SELECT toISOYear. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toISOYear;) 2025.03.31 17:57:03.336182 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toISOYear` in scope SELECT toISOYear. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:03.361628 [ 71979 ] {821bb8fb-59c2-4676-a378-a1eb8b6931d1} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toInt128` in scope SELECT toInt128. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toInt128;) 2025.03.31 17:57:03.379382 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toInt128` in scope SELECT toInt128. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:03.410550 [ 71979 ] {84e2da35-eca9-4b9e-b7df-91ac2be7ea15} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toInt128OrDefault` in scope SELECT toInt128OrDefault. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toInt128OrDefault;) 2025.03.31 17:57:03.421135 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toInt128OrDefault` in scope SELECT toInt128OrDefault. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:03.444483 [ 71979 ] {7452a677-12b8-4da1-91cd-ba4c093f1a33} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toInt128OrNull` in scope SELECT toInt128OrNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toInt128OrNull;) 2025.03.31 17:57:03.455497 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toInt128OrNull` in scope SELECT toInt128OrNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:03.477292 [ 71979 ] {11a540e7-f488-4f2c-b432-3ad6586f84a3} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toInt128OrZero` in scope SELECT toInt128OrZero. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toInt128OrZero;) 2025.03.31 17:57:03.491395 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toInt128OrZero` in scope SELECT toInt128OrZero. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:03.512429 [ 71979 ] {aa58814e-3db6-4c95-8885-c025ab8fc098} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toInt16` in scope SELECT toInt16. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toInt16;) 2025.03.31 17:57:03.525415 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toInt16` in scope SELECT toInt16. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:03.553879 [ 71979 ] {6aac5fd3-a226-4fe6-a489-a2d2e04098d5} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toInt16OrDefault` in scope SELECT toInt16OrDefault. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toInt16OrDefault;) 2025.03.31 17:57:03.563867 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toInt16OrDefault` in scope SELECT toInt16OrDefault. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:03.594702 [ 71979 ] {6a2b3d3b-1cef-437c-8011-97503742eba5} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toInt16OrNull` in scope SELECT toInt16OrNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toInt16OrNull;) 2025.03.31 17:57:03.612504 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toInt16OrNull` in scope SELECT toInt16OrNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:03.635417 [ 71979 ] {c4eb8e15-2018-4ed5-b05b-bc5056a50da8} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toInt16OrZero` in scope SELECT toInt16OrZero. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toInt16OrZero;) 2025.03.31 17:57:03.645063 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toInt16OrZero` in scope SELECT toInt16OrZero. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:03.685284 [ 71979 ] {d8d910ab-107d-4fa1-b20f-4833e16a4ac5} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toInt256` in scope SELECT toInt256. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toInt256;) 2025.03.31 17:57:03.698669 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toInt256` in scope SELECT toInt256. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:03.725146 [ 71979 ] {0e14b30c-dfdc-475f-a152-43e4c39eb471} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toInt256OrDefault` in scope SELECT toInt256OrDefault. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toInt256OrDefault;) 2025.03.31 17:57:03.732571 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toInt256OrDefault` in scope SELECT toInt256OrDefault. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:03.755782 [ 71979 ] {27e52ec2-e63a-4861-8689-a5df2a206f6b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toInt256OrNull` in scope SELECT toInt256OrNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toInt256OrNull;) 2025.03.31 17:57:03.764873 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toInt256OrNull` in scope SELECT toInt256OrNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:03.789472 [ 71979 ] {86978857-3c37-4b86-aafe-6bcf04d73de5} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toInt256OrZero` in scope SELECT toInt256OrZero. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toInt256OrZero;) 2025.03.31 17:57:03.799054 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toInt256OrZero` in scope SELECT toInt256OrZero. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:03.827742 [ 71979 ] {66c4cb8b-0bd2-4c29-938a-1a6633419672} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toInt32` in scope SELECT toInt32. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toInt32;) 2025.03.31 17:57:03.838325 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toInt32` in scope SELECT toInt32. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:03.863556 [ 71979 ] {3d50f8a9-cf78-40de-a8a2-14a2e43ded6e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toInt32OrDefault` in scope SELECT toInt32OrDefault. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toInt32OrDefault;) 2025.03.31 17:57:03.877304 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toInt32OrDefault` in scope SELECT toInt32OrDefault. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:03.902705 [ 71979 ] {231a86c6-bcbc-4131-8c3d-e23349901371} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toInt32OrNull` in scope SELECT toInt32OrNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toInt32OrNull;) 2025.03.31 17:57:03.913066 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toInt32OrNull` in scope SELECT toInt32OrNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:03.933077 [ 71979 ] {4eaaa9ce-922c-4abe-a49e-7c224b2b1914} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toInt32OrZero` in scope SELECT toInt32OrZero. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toInt32OrZero;) 2025.03.31 17:57:03.942929 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toInt32OrZero` in scope SELECT toInt32OrZero. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:03.967282 [ 71979 ] {242972b1-1ba9-4800-9f93-5d6af0b79a41} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toInt64` in scope SELECT toInt64. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toInt64;) 2025.03.31 17:57:03.977552 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toInt64` in scope SELECT toInt64. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:04.008008 [ 71979 ] {3ff265c2-b9b7-4bbb-bccd-36a15987b953} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toInt64OrDefault` in scope SELECT toInt64OrDefault. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toInt64OrDefault;) 2025.03.31 17:57:04.018085 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toInt64OrDefault` in scope SELECT toInt64OrDefault. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:04.048821 [ 71979 ] {fb0e1fb7-a99c-4298-bd82-ce14e89da79b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toInt64OrNull` in scope SELECT toInt64OrNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toInt64OrNull;) 2025.03.31 17:57:04.064957 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toInt64OrNull` in scope SELECT toInt64OrNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:04.097214 [ 71979 ] {51b19fbf-88b2-4d8f-8171-3129f1a809dc} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toInt64OrZero` in scope SELECT toInt64OrZero. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toInt64OrZero;) 2025.03.31 17:57:04.107457 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toInt64OrZero` in scope SELECT toInt64OrZero. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:04.133002 [ 71979 ] {8b54efe1-1b6d-4916-8044-971204448e7d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toInt8` in scope SELECT toInt8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toInt8;) 2025.03.31 17:57:04.142458 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toInt8` in scope SELECT toInt8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:04.171447 [ 71979 ] {fe5cb915-87b7-4dad-8c76-85b005427a1e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toInt8OrDefault` in scope SELECT toInt8OrDefault. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toInt8OrDefault;) 2025.03.31 17:57:04.180902 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toInt8OrDefault` in scope SELECT toInt8OrDefault. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:04.232321 [ 71979 ] {b81058cb-8991-45a9-86dd-4f50e0f4f493} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toInt8OrNull` in scope SELECT toInt8OrNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toInt8OrNull;) 2025.03.31 17:57:04.241599 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toInt8OrNull` in scope SELECT toInt8OrNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:04.274342 [ 71979 ] {8425fe39-d93f-4033-9fc6-8c22cc741d3b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toInt8OrZero` in scope SELECT toInt8OrZero. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toInt8OrZero;) 2025.03.31 17:57:04.285271 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toInt8OrZero` in scope SELECT toInt8OrZero. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:04.312535 [ 71979 ] {4a290cf3-8901-422c-bd86-d507bf314ee6} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toIntervalDay` in scope SELECT toIntervalDay. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toIntervalDay;) 2025.03.31 17:57:04.322248 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toIntervalDay` in scope SELECT toIntervalDay. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:04.355086 [ 71979 ] {ca785c6d-8289-4009-9abc-8e84388ad4da} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toIntervalHour` in scope SELECT toIntervalHour. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toIntervalHour;) 2025.03.31 17:57:04.457986 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toIntervalHour` in scope SELECT toIntervalHour. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:04.490206 [ 71979 ] {29135fe8-e3e7-4895-ae62-9eac0494ff7f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toIntervalMicrosecond` in scope SELECT toIntervalMicrosecond. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toIntervalMicrosecond;) 2025.03.31 17:57:04.499925 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toIntervalMicrosecond` in scope SELECT toIntervalMicrosecond. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:04.521354 [ 71979 ] {b6074c66-dd98-4e21-b854-ee9d96ecb482} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toIntervalMillisecond` in scope SELECT toIntervalMillisecond. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toIntervalMillisecond;) 2025.03.31 17:57:04.530634 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toIntervalMillisecond` in scope SELECT toIntervalMillisecond. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:04.552286 [ 71979 ] {a9decad4-e024-485c-b130-bf38026f2250} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toIntervalMinute` in scope SELECT toIntervalMinute. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toIntervalMinute;) 2025.03.31 17:57:04.561708 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toIntervalMinute` in scope SELECT toIntervalMinute. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:04.583516 [ 71979 ] {ed736a19-e5c4-4152-86f6-6123fda0008f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toIntervalMonth` in scope SELECT toIntervalMonth. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toIntervalMonth;) 2025.03.31 17:57:04.593043 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toIntervalMonth` in scope SELECT toIntervalMonth. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:04.617152 [ 71979 ] {3d936839-1db2-4eef-80bf-878a00baa33d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toIntervalNanosecond` in scope SELECT toIntervalNanosecond. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toIntervalNanosecond;) 2025.03.31 17:57:04.626690 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toIntervalNanosecond` in scope SELECT toIntervalNanosecond. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:04.648898 [ 71979 ] {6ff547d0-bdc5-44af-8871-718d5fd928af} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toIntervalQuarter` in scope SELECT toIntervalQuarter. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toIntervalQuarter;) 2025.03.31 17:57:04.659091 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toIntervalQuarter` in scope SELECT toIntervalQuarter. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:04.693408 [ 71979 ] {12d40dd0-3633-494e-9502-e9db4086639c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toIntervalSecond` in scope SELECT toIntervalSecond. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toIntervalSecond;) 2025.03.31 17:57:04.700421 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toIntervalSecond` in scope SELECT toIntervalSecond. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:04.722202 [ 71979 ] {01177648-a905-4685-8bba-220293132444} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toIntervalWeek` in scope SELECT toIntervalWeek. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toIntervalWeek;) 2025.03.31 17:57:04.728801 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toIntervalWeek` in scope SELECT toIntervalWeek. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:04.757100 [ 71979 ] {19f6afeb-3306-4f8b-8f9b-1404842b215b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toIntervalYear` in scope SELECT toIntervalYear. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toIntervalYear;) 2025.03.31 17:57:04.771257 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toIntervalYear` in scope SELECT toIntervalYear. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:04.779602 [ 68116 ] {37d51ca2-1a4b-4928-86a1-942c40ef2273} executeQuery: Code: 43. DB::Exception: Illegal type FixedString(1) of first argument of function port. Must be String.: In scope SELECT port(toFixedString('', 1)). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38082) (comment: 01284_port.gen.sql) (in query: -- unsupported /* ILLEGAL_TYPE_OF_ARGUMENT */ select port(toFixedString('', 1));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionPortImpl::getReturnTypeImpl(std::vector> const&) const @ 0x000000001c39e08e 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:57:04.784975 [ 68116 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type FixedString(1) of first argument of function port. Must be String.: In scope SELECT port(toFixedString('', 1)). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionPortImpl::getReturnTypeImpl(std::vector> const&) const @ 0x000000001c39e08e 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:57:04.791845 [ 71979 ] {c5acf920-db48-4570-a983-2291649bf286} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toJSONString` in scope SELECT toJSONString. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toJSONString;) 2025.03.31 17:57:04.799774 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toJSONString` in scope SELECT toJSONString. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:04.829584 [ 71979 ] {c79e20b1-8023-44e7-b975-58fb31a0ea97} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toLastDayOfMonth` in scope SELECT toLastDayOfMonth. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toLastDayOfMonth;) 2025.03.31 17:57:04.836593 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toLastDayOfMonth` in scope SELECT toLastDayOfMonth. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:04.860327 [ 71979 ] {4356277c-ac1b-4ee8-83f7-4b8661d843bd} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toLastDayOfWeek` in scope SELECT toLastDayOfWeek. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toLastDayOfWeek;) 2025.03.31 17:57:04.869177 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toLastDayOfWeek` in scope SELECT toLastDayOfWeek. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:04.887155 [ 71979 ] {c3c4cb97-e190-44eb-bea0-de93e3c2a294} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toLowCardinality` in scope SELECT toLowCardinality. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toLowCardinality;) 2025.03.31 17:57:04.898513 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toLowCardinality` in scope SELECT toLowCardinality. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:04.921514 [ 71979 ] {bb078744-1d0b-4ece-90d2-407a2f31db91} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toMillisecond` in scope SELECT toMillisecond. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toMillisecond;) 2025.03.31 17:57:04.934267 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toMillisecond` in scope SELECT toMillisecond. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:04.959172 [ 71979 ] {7e56e5ff-9de6-4c6e-8516-d6e976162cd0} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toMinute` in scope SELECT toMinute. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toMinute;) 2025.03.31 17:57:04.967730 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toMinute` in scope SELECT toMinute. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:04.988300 [ 71979 ] {4ea5b298-cc56-4c0b-a43e-2553139d3b9f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toModifiedJulianDay` in scope SELECT toModifiedJulianDay. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toModifiedJulianDay;) 2025.03.31 17:57:04.995599 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toModifiedJulianDay` in scope SELECT toModifiedJulianDay. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:05.018638 [ 71979 ] {a92bffa5-d589-406d-9104-f957eb1fff0d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toModifiedJulianDayOrNull` in scope SELECT toModifiedJulianDayOrNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toModifiedJulianDayOrNull;) 2025.03.31 17:57:05.026072 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toModifiedJulianDayOrNull` in scope SELECT toModifiedJulianDayOrNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:05.060632 [ 71979 ] {fdef695b-c278-4a35-81b0-01a4d3641e62} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toMonday` in scope SELECT toMonday. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toMonday;) 2025.03.31 17:57:05.072195 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toMonday` in scope SELECT toMonday. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:05.101190 [ 71979 ] {73b71fe8-a5f7-484a-87ba-576027a82051} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toMonth` in scope SELECT toMonth. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toMonth;) 2025.03.31 17:57:05.110463 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toMonth` in scope SELECT toMonth. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:05.139636 [ 71979 ] {f0eff47d-f185-46bd-a092-44b356b33af1} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toNullable` in scope SELECT toNullable. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toNullable;) 2025.03.31 17:57:05.153400 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toNullable` in scope SELECT toNullable. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:05.176961 [ 71979 ] {0e2a67fc-4d97-4a18-919f-ae8f9c55ad9f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toQuarter` in scope SELECT toQuarter. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toQuarter;) 2025.03.31 17:57:05.187408 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toQuarter` in scope SELECT toQuarter. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:05.211991 [ 71979 ] {18c2b700-3c82-4969-bb5e-c62d6cad935f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toRelativeDayNum` in scope SELECT toRelativeDayNum. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toRelativeDayNum;) 2025.03.31 17:57:05.224293 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toRelativeDayNum` in scope SELECT toRelativeDayNum. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:05.250353 [ 71979 ] {f9a53b6e-4d9b-40c7-89e8-13cea8f2f090} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toRelativeHourNum` in scope SELECT toRelativeHourNum. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toRelativeHourNum;) 2025.03.31 17:57:05.260325 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toRelativeHourNum` in scope SELECT toRelativeHourNum. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:05.286233 [ 71979 ] {6cc12011-0ec7-4e44-a290-c43d482d3031} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toRelativeMinuteNum` in scope SELECT toRelativeMinuteNum. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toRelativeMinuteNum;) 2025.03.31 17:57:05.304182 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toRelativeMinuteNum` in scope SELECT toRelativeMinuteNum. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:05.326327 [ 71979 ] {32c063e4-1ae2-4117-9457-23a39928c060} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toRelativeMonthNum` in scope SELECT toRelativeMonthNum. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toRelativeMonthNum;) 2025.03.31 17:57:05.334282 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toRelativeMonthNum` in scope SELECT toRelativeMonthNum. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:05.357175 [ 71979 ] {1bbdf5f9-ffc1-4e23-982a-71dab31ded8c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toRelativeQuarterNum` in scope SELECT toRelativeQuarterNum. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toRelativeQuarterNum;) 2025.03.31 17:57:05.366668 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toRelativeQuarterNum` in scope SELECT toRelativeQuarterNum. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:05.389769 [ 71979 ] {e4e24618-0ad0-4856-bab8-802cdaba7859} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toRelativeSecondNum` in scope SELECT toRelativeSecondNum. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toRelativeSecondNum;) 2025.03.31 17:57:05.402304 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toRelativeSecondNum` in scope SELECT toRelativeSecondNum. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:05.426095 [ 71979 ] {10b6cdc3-fe95-4c8c-beb2-3dbd7cadf741} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toRelativeWeekNum` in scope SELECT toRelativeWeekNum. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toRelativeWeekNum;) 2025.03.31 17:57:05.452475 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toRelativeWeekNum` in scope SELECT toRelativeWeekNum. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:05.474081 [ 71979 ] {e52d7216-7e9e-44af-b5b6-6b6a2220ec18} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toRelativeYearNum` in scope SELECT toRelativeYearNum. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toRelativeYearNum;) 2025.03.31 17:57:05.483588 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toRelativeYearNum` in scope SELECT toRelativeYearNum. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:05.506562 [ 71979 ] {7de984f3-0f51-47a6-8e2e-74298071b46b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toSecond` in scope SELECT toSecond. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toSecond;) 2025.03.31 17:57:05.518440 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toSecond` in scope SELECT toSecond. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:05.544996 [ 71979 ] {043cd851-c2f8-4b1d-961c-b8d0c6cd2ce2} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toStartOfDay` in scope SELECT toStartOfDay. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toStartOfDay;) 2025.03.31 17:57:05.564054 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toStartOfDay` in scope SELECT toStartOfDay. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:05.589249 [ 71979 ] {5748dd46-4866-4ad0-b8c1-9b065c233872} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toStartOfFifteenMinutes` in scope SELECT toStartOfFifteenMinutes. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toStartOfFifteenMinutes;) 2025.03.31 17:57:05.598280 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toStartOfFifteenMinutes` in scope SELECT toStartOfFifteenMinutes. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:05.619007 [ 68116 ] {8e1182fd-1b98-435a-b824-b230bdd4adf7} executeQuery: Code: 43. DB::Exception: Illegal type UInt8 of second argument of function port. Must be UInt16.: In scope SELECT port('', 1). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38082) (comment: 01284_port.gen.sql) (in query: /* ILLEGAL_TYPE_OF_ARGUMENT */ select port('', 1);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionPortImpl::getReturnTypeImpl(std::vector> const&) const @ 0x000000001c39e38e 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:57:05.628823 [ 68116 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type UInt8 of second argument of function port. Must be UInt16.: In scope SELECT port('', 1). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionPortImpl::getReturnTypeImpl(std::vector> const&) const @ 0x000000001c39e38e 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:57:05.629411 [ 71979 ] {16ca4386-f3b9-4fbc-ad60-66d1578e9d6c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toStartOfFiveMinute` in scope SELECT toStartOfFiveMinute. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toStartOfFiveMinute;) 2025.03.31 17:57:05.644688 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toStartOfFiveMinute` in scope SELECT toStartOfFiveMinute. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:05.671402 [ 71979 ] {c45e2e81-2843-45a4-aea5-5c3adea2a613} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toStartOfFiveMinutes` in scope SELECT toStartOfFiveMinutes. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toStartOfFiveMinutes;) 2025.03.31 17:57:05.679313 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toStartOfFiveMinutes` in scope SELECT toStartOfFiveMinutes. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:05.717505 [ 71979 ] {e1652300-c180-4b49-9f14-19f4ca0f1d3b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toStartOfHour` in scope SELECT toStartOfHour. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toStartOfHour;) 2025.03.31 17:57:05.729170 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toStartOfHour` in scope SELECT toStartOfHour. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:05.758572 [ 71979 ] {e6491ad0-dd32-40a1-9f8d-8c4872a29078} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toStartOfISOYear` in scope SELECT toStartOfISOYear. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toStartOfISOYear;) 2025.03.31 17:57:05.768343 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toStartOfISOYear` in scope SELECT toStartOfISOYear. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:05.791758 [ 71979 ] {6181abe7-dc60-416d-9219-c29fd73496fb} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toStartOfInterval` in scope SELECT toStartOfInterval. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toStartOfInterval;) 2025.03.31 17:57:05.814845 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toStartOfInterval` in scope SELECT toStartOfInterval. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:05.843848 [ 71979 ] {26afcb3c-bee7-41d0-88bb-d5cdcdeacce1} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toStartOfMicrosecond` in scope SELECT toStartOfMicrosecond. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toStartOfMicrosecond;) 2025.03.31 17:57:05.862039 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toStartOfMicrosecond` in scope SELECT toStartOfMicrosecond. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:05.887451 [ 71979 ] {c7a896c2-6f15-4e12-a1bf-b175c844e189} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toStartOfMillisecond` in scope SELECT toStartOfMillisecond. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toStartOfMillisecond;) 2025.03.31 17:57:05.908935 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toStartOfMillisecond` in scope SELECT toStartOfMillisecond. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:05.938670 [ 71979 ] {e7da4a20-2be3-4913-b61d-487e26850f43} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toStartOfMinute` in scope SELECT toStartOfMinute. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toStartOfMinute;) 2025.03.31 17:57:05.950227 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toStartOfMinute` in scope SELECT toStartOfMinute. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:05.979991 [ 71979 ] {fa6e9400-a4d7-4698-aaa1-05954e6b9d74} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toStartOfMonth` in scope SELECT toStartOfMonth. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toStartOfMonth;) 2025.03.31 17:57:05.988767 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toStartOfMonth` in scope SELECT toStartOfMonth. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:06.050476 [ 71979 ] {a7e9e87f-ea64-4e54-bd37-a204a03555eb} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toStartOfNanosecond` in scope SELECT toStartOfNanosecond. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toStartOfNanosecond;) 2025.03.31 17:57:06.071676 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toStartOfNanosecond` in scope SELECT toStartOfNanosecond. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:06.122470 [ 71979 ] {d354e44a-5aeb-4376-a59f-8248b0b43904} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toStartOfQuarter` in scope SELECT toStartOfQuarter. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toStartOfQuarter;) 2025.03.31 17:57:06.132769 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toStartOfQuarter` in scope SELECT toStartOfQuarter. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:06.157887 [ 71979 ] {e7a19d03-696d-4c75-9bf1-0e04f6d90af7} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toStartOfSecond` in scope SELECT toStartOfSecond. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toStartOfSecond;) 2025.03.31 17:57:06.172655 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toStartOfSecond` in scope SELECT toStartOfSecond. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:06.194078 [ 71979 ] {1e821590-4e55-4ccd-a410-3f5fc178bc22} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toStartOfTenMinutes` in scope SELECT toStartOfTenMinutes. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toStartOfTenMinutes;) 2025.03.31 17:57:06.202787 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toStartOfTenMinutes` in scope SELECT toStartOfTenMinutes. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:06.224659 [ 71979 ] {5a6706cc-70c6-462f-9c7a-24cc23678449} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toStartOfWeek` in scope SELECT toStartOfWeek. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toStartOfWeek;) 2025.03.31 17:57:06.233379 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toStartOfWeek` in scope SELECT toStartOfWeek. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:06.256974 [ 71979 ] {2e57ced3-0d97-4946-8613-17d90aa61880} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toStartOfYear` in scope SELECT toStartOfYear. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toStartOfYear;) 2025.03.31 17:57:06.268399 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toStartOfYear` in scope SELECT toStartOfYear. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:06.316370 [ 71979 ] {1444695f-3757-4147-bd17-950f381a8ada} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toString` in scope SELECT toString. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toString;) 2025.03.31 17:57:06.325643 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toString` in scope SELECT toString. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:06.352691 [ 71979 ] {e0344f41-855c-40b5-bd59-fc57105ce13e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toStringCutToZero` in scope SELECT toStringCutToZero. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toStringCutToZero;) 2025.03.31 17:57:06.362876 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toStringCutToZero` in scope SELECT toStringCutToZero. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:06.395495 [ 71979 ] {beaed8d5-3ee2-450e-a7a0-eb3b17a57c39} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toTime` in scope SELECT toTime. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toTime;) 2025.03.31 17:57:06.406771 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toTime` in scope SELECT toTime. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:06.423093 [ 68116 ] {cbb77c56-eaf0-4b8b-91e3-911a78db0727} executeQuery: Code: 42. DB::Exception: Number of arguments for function port doesn't match: passed 3, should be 1 or 2: In scope SELECT port('', 1, 1). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38082) (comment: 01284_port.gen.sql) (in query: /* NUMBER_OF_ARGUMENTS_DOESNT_MATCH */ select port('', 1, 1);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&&) @ 0x00000000088dcead 4. DB::FunctionPortImpl::getReturnTypeImpl(std::vector> const&) const @ 0x000000001c39dd8e 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:57:06.439366 [ 68116 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function port doesn't match: passed 3, should be 1 or 2: In scope SELECT port('', 1, 1). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&&) @ 0x00000000088dcead 4. DB::FunctionPortImpl::getReturnTypeImpl(std::vector> const&) const @ 0x000000001c39dd8e 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:57:06.449368 [ 71979 ] {8e84f398-6a15-420c-9a31-72726966a20c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toTimeZone` in scope SELECT toTimeZone. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toTimeZone;) 2025.03.31 17:57:06.458946 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toTimeZone` in scope SELECT toTimeZone. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:06.483068 [ 71979 ] {3670f25a-74a5-4be0-8b0e-0a5c02f33a65} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toTimezone` in scope SELECT toTimezone. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toTimezone;) 2025.03.31 17:57:06.493246 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toTimezone` in scope SELECT toTimezone. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:06.526103 [ 71979 ] {b884ed00-1a6b-4bad-8f1f-53cabe581def} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toTypeName` in scope SELECT toTypeName. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toTypeName;) 2025.03.31 17:57:06.535353 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toTypeName` in scope SELECT toTypeName. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:06.556813 [ 71979 ] {42dc768d-9ba2-404e-9fde-e18eaf2a93c0} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toUInt128` in scope SELECT toUInt128. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toUInt128;) 2025.03.31 17:57:06.565929 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toUInt128` in scope SELECT toUInt128. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:06.586973 [ 71979 ] {6705365d-9a32-4eee-91fe-4093db2d5af4} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toUInt128OrDefault` in scope SELECT toUInt128OrDefault. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toUInt128OrDefault;) 2025.03.31 17:57:06.596285 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toUInt128OrDefault` in scope SELECT toUInt128OrDefault. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:06.627125 [ 71979 ] {2ffa38f0-2099-4b79-8c8b-1be7e1c2b341} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toUInt128OrNull` in scope SELECT toUInt128OrNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toUInt128OrNull;) 2025.03.31 17:57:06.636044 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toUInt128OrNull` in scope SELECT toUInt128OrNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:06.656887 [ 71979 ] {b56bf87e-8845-4497-a93e-f371a385b7cd} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toUInt128OrZero` in scope SELECT toUInt128OrZero. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toUInt128OrZero;) 2025.03.31 17:57:06.666096 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toUInt128OrZero` in scope SELECT toUInt128OrZero. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:06.687259 [ 71979 ] {372fafd8-51d7-4086-a3d9-20cfdeae0bce} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toUInt16` in scope SELECT toUInt16. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toUInt16;) 2025.03.31 17:57:06.697732 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toUInt16` in scope SELECT toUInt16. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:06.719106 [ 71979 ] {9c9212c0-8602-4dae-9651-fcb8a30ce3a3} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toUInt16OrDefault` in scope SELECT toUInt16OrDefault. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toUInt16OrDefault;) 2025.03.31 17:57:06.732088 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toUInt16OrDefault` in scope SELECT toUInt16OrDefault. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:06.758713 [ 71979 ] {1d626c7c-ec14-4bd0-a4d9-b4b709ba9bdd} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toUInt16OrNull` in scope SELECT toUInt16OrNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toUInt16OrNull;) 2025.03.31 17:57:06.772523 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toUInt16OrNull` in scope SELECT toUInt16OrNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:06.798927 [ 71979 ] {03b418ca-31bb-4b43-b4a2-7174043946bc} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toUInt16OrZero` in scope SELECT toUInt16OrZero. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toUInt16OrZero;) 2025.03.31 17:57:06.808711 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toUInt16OrZero` in scope SELECT toUInt16OrZero. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:06.844449 [ 71979 ] {5568b5c4-4042-4a68-afdc-fa56aab5fdd2} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toUInt256` in scope SELECT toUInt256. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toUInt256;) 2025.03.31 17:57:06.853392 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toUInt256` in scope SELECT toUInt256. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:06.876618 [ 71979 ] {b6d3eab7-e225-4197-9864-c6215a026248} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toUInt256OrDefault` in scope SELECT toUInt256OrDefault. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toUInt256OrDefault;) 2025.03.31 17:57:06.887635 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toUInt256OrDefault` in scope SELECT toUInt256OrDefault. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:06.913456 [ 71979 ] {3a54c917-8b28-4cb3-9ff0-278af112a9b9} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toUInt256OrNull` in scope SELECT toUInt256OrNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toUInt256OrNull;) 2025.03.31 17:57:06.921249 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toUInt256OrNull` in scope SELECT toUInt256OrNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:06.945058 [ 71979 ] {ebe5b061-ec20-4714-aad3-8aad18d2fc42} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toUInt256OrZero` in scope SELECT toUInt256OrZero. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toUInt256OrZero;) 2025.03.31 17:57:06.959343 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toUInt256OrZero` in scope SELECT toUInt256OrZero. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:06.982691 [ 71979 ] {46f83562-e271-44f6-9672-52f02bfef247} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toUInt32` in scope SELECT toUInt32. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toUInt32;) 2025.03.31 17:57:06.989679 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toUInt32` in scope SELECT toUInt32. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:07.009899 [ 71979 ] {5c67168e-e489-4b6b-a3f8-2c07d2fc476b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toUInt32OrDefault` in scope SELECT toUInt32OrDefault. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toUInt32OrDefault;) 2025.03.31 17:57:07.018773 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toUInt32OrDefault` in scope SELECT toUInt32OrDefault. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:07.049257 [ 71979 ] {e0227b5b-d743-4216-8ad8-04d9b152707e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toUInt32OrNull` in scope SELECT toUInt32OrNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toUInt32OrNull;) 2025.03.31 17:57:07.059579 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toUInt32OrNull` in scope SELECT toUInt32OrNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:07.088390 [ 71979 ] {4173ff93-c765-4bdd-9d38-f49c633e6e98} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toUInt32OrZero` in scope SELECT toUInt32OrZero. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toUInt32OrZero;) 2025.03.31 17:57:07.096464 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toUInt32OrZero` in scope SELECT toUInt32OrZero. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:07.124417 [ 71979 ] {8c46fca7-2225-442a-9720-03e9544eb3ec} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toUInt64` in scope SELECT toUInt64. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toUInt64;) 2025.03.31 17:57:07.131503 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toUInt64` in scope SELECT toUInt64. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:07.179828 [ 71979 ] {c6257aa7-b9df-4323-bd74-4058e26ae6f4} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toUInt64OrDefault` in scope SELECT toUInt64OrDefault. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toUInt64OrDefault;) 2025.03.31 17:57:07.191123 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toUInt64OrDefault` in scope SELECT toUInt64OrDefault. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:07.212352 [ 71979 ] {47d31383-a318-4be8-a48c-cb592019fcb9} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toUInt64OrNull` in scope SELECT toUInt64OrNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toUInt64OrNull;) 2025.03.31 17:57:07.227460 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toUInt64OrNull` in scope SELECT toUInt64OrNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:07.254647 [ 71979 ] {c9467263-74c3-4bb0-962a-02b929e8b154} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toUInt64OrZero` in scope SELECT toUInt64OrZero. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toUInt64OrZero;) 2025.03.31 17:57:07.264049 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toUInt64OrZero` in scope SELECT toUInt64OrZero. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:07.292646 [ 71979 ] {cd1dac1c-e194-4192-a247-bf161591dae6} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toUInt8` in scope SELECT toUInt8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toUInt8;) 2025.03.31 17:57:07.301580 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toUInt8` in scope SELECT toUInt8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:07.333642 [ 71979 ] {28541cdb-4d8e-41a4-8f25-5546811661f9} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toUInt8OrDefault` in scope SELECT toUInt8OrDefault. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toUInt8OrDefault;) 2025.03.31 17:57:07.350749 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toUInt8OrDefault` in scope SELECT toUInt8OrDefault. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:07.372555 [ 71979 ] {51293fb2-da15-45d9-96cc-e2a639adb39c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toUInt8OrNull` in scope SELECT toUInt8OrNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toUInt8OrNull;) 2025.03.31 17:57:07.383645 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toUInt8OrNull` in scope SELECT toUInt8OrNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:07.416497 [ 71979 ] {4fbab210-bd99-4523-abbd-0e471908d743} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toUInt8OrZero` in scope SELECT toUInt8OrZero. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toUInt8OrZero;) 2025.03.31 17:57:07.430002 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toUInt8OrZero` in scope SELECT toUInt8OrZero. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:07.449292 [ 71979 ] {61baff78-cf6c-49a8-b823-c895938dfa1d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toUTCTimestamp` in scope SELECT toUTCTimestamp. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toUTCTimestamp;) 2025.03.31 17:57:07.462191 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toUTCTimestamp` in scope SELECT toUTCTimestamp. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:07.484792 [ 71979 ] {b5664a32-02bd-48b9-809f-5a1823ec1e3b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toUUID` in scope SELECT toUUID. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toUUID;) 2025.03.31 17:57:07.494805 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toUUID` in scope SELECT toUUID. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:07.525918 [ 71979 ] {7b526770-f127-457c-9a8c-b6dfb22a2370} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toUUIDOrDefault` in scope SELECT toUUIDOrDefault. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toUUIDOrDefault;) 2025.03.31 17:57:07.535111 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toUUIDOrDefault` in scope SELECT toUUIDOrDefault. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:07.557676 [ 71979 ] {0bb1edb1-aa23-403a-80a2-333105bed31b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toUUIDOrNull` in scope SELECT toUUIDOrNull. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toUUIDOrNull;) 2025.03.31 17:57:07.567260 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toUUIDOrNull` in scope SELECT toUUIDOrNull. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:07.588257 [ 71979 ] {908222c4-831c-49fa-8cd2-7d0d77bf482b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toUUIDOrZero` in scope SELECT toUUIDOrZero. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toUUIDOrZero;) 2025.03.31 17:57:07.598127 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toUUIDOrZero` in scope SELECT toUUIDOrZero. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:07.648371 [ 71979 ] {f96cb3b6-98f8-4ba6-a9dc-ab3201f5c66f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toUnixTimestamp` in scope SELECT toUnixTimestamp. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toUnixTimestamp;) 2025.03.31 17:57:07.662954 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toUnixTimestamp` in scope SELECT toUnixTimestamp. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:07.689465 [ 71979 ] {18357db4-c310-40d8-953d-dcc5ba184a81} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toUnixTimestamp64Micro` in scope SELECT toUnixTimestamp64Micro. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toUnixTimestamp64Micro;) 2025.03.31 17:57:07.698776 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toUnixTimestamp64Micro` in scope SELECT toUnixTimestamp64Micro. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:07.726941 [ 71979 ] {c2491b14-263f-4fa5-a4a4-ea1c76029418} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toUnixTimestamp64Milli` in scope SELECT toUnixTimestamp64Milli. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toUnixTimestamp64Milli;) 2025.03.31 17:57:07.740631 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toUnixTimestamp64Milli` in scope SELECT toUnixTimestamp64Milli. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:07.786161 [ 71979 ] {c1ce7807-6eb1-4f7b-8e66-d787e9d19aa9} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toUnixTimestamp64Nano` in scope SELECT toUnixTimestamp64Nano. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toUnixTimestamp64Nano;) 2025.03.31 17:57:07.802694 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toUnixTimestamp64Nano` in scope SELECT toUnixTimestamp64Nano. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:07.844364 [ 71979 ] {c0ea4bcd-986e-4d19-8ef4-fae080fede76} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toUnixTimestamp64Second` in scope SELECT toUnixTimestamp64Second. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toUnixTimestamp64Second;) 2025.03.31 17:57:07.868668 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toUnixTimestamp64Second` in scope SELECT toUnixTimestamp64Second. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:07.897923 [ 71979 ] {2f4f4721-b113-4bf3-bd93-f5b2a76718ab} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toValidUTF8` in scope SELECT toValidUTF8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toValidUTF8;) 2025.03.31 17:57:07.904980 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toValidUTF8` in scope SELECT toValidUTF8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:07.947717 [ 71979 ] {479cc9a7-8c68-4c9f-81f6-2ef04753d582} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toWeek` in scope SELECT toWeek. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toWeek;) 2025.03.31 17:57:07.960900 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toWeek` in scope SELECT toWeek. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:07.994887 [ 71979 ] {b1a72d02-577a-4a04-8249-b0bdb1d8fff7} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toYYYYMM` in scope SELECT toYYYYMM. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toYYYYMM;) 2025.03.31 17:57:08.020968 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toYYYYMM` in scope SELECT toYYYYMM. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:08.048481 [ 71979 ] {61c5ae38-033d-40f8-bd96-5858cf7eaa9e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toYYYYMMDD` in scope SELECT toYYYYMMDD. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toYYYYMMDD;) 2025.03.31 17:57:08.059699 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toYYYYMMDD` in scope SELECT toYYYYMMDD. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:08.101347 [ 71979 ] {3d452384-2bb6-49ea-9ab1-5c699320c00a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toYYYYMMDDhhmmss` in scope SELECT toYYYYMMDDhhmmss. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toYYYYMMDDhhmmss;) 2025.03.31 17:57:08.117173 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toYYYYMMDDhhmmss` in scope SELECT toYYYYMMDDhhmmss. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:08.146635 [ 71979 ] {cc9c70af-5114-4f05-b238-636ca40e5081} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toYear` in scope SELECT toYear. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toYear;) 2025.03.31 17:57:08.153461 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toYear` in scope SELECT toYear. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:08.177180 [ 71979 ] {c2139ef9-871f-451f-9b24-24cbdc8c198a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `toYearWeek` in scope SELECT toYearWeek. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT toYearWeek;) 2025.03.31 17:57:08.183750 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `toYearWeek` in scope SELECT toYearWeek. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:08.195692 [ 68116 ] {1797fd0b-0e28-4bc6-b17a-4f49e1b94a33} executeQuery: Code: 43. DB::Exception: Illegal type FixedString(1) of first argument of function port. Must be String.: In scope SELECT port(toFixedString('', 1)). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38082) (comment: 01284_port.gen.sql) (in query: -- unsupported /* ILLEGAL_TYPE_OF_ARGUMENT */ select port(toFixedString('', 1));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionPortImpl::getReturnTypeImpl(std::vector> const&) const @ 0x000000001c39e08e 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:57:08.215187 [ 71979 ] {4af26582-a341-4afd-b78d-2d801372969c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `to_utc_timestamp` in scope SELECT to_utc_timestamp. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT to_utc_timestamp;) 2025.03.31 17:57:08.210455 [ 68116 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type FixedString(1) of first argument of function port. Must be String.: In scope SELECT port(toFixedString('', 1)). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionPortImpl::getReturnTypeImpl(std::vector> const&) const @ 0x000000001c39e08e 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:57:08.229634 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `to_utc_timestamp` in scope SELECT to_utc_timestamp. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:08.252691 [ 71979 ] {8b0afd5f-9f39-4d9a-9511-108d736d4d6f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `today` in scope SELECT today. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT today;) 2025.03.31 17:57:08.265828 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `today` in scope SELECT today. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:08.283760 [ 71979 ] {bb8b7d7e-c1b5-4f83-ad09-a7475b606e58} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `tokens` in scope SELECT tokens. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT tokens;) 2025.03.31 17:57:08.291500 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `tokens` in scope SELECT tokens. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:08.318675 [ 71979 ] {0e0175d3-cc74-434b-9933-aebb4e239312} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `topK` in scope SELECT topK. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT topK;) 2025.03.31 17:57:08.330470 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `topK` in scope SELECT topK. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:08.359027 [ 71979 ] {1cde4f21-9437-409c-b26c-9296ee9e03a0} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `topKWeighted` in scope SELECT topKWeighted. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT topKWeighted;) 2025.03.31 17:57:08.367557 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `topKWeighted` in scope SELECT topKWeighted. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:08.391141 [ 71979 ] {b356226a-1b5b-41b4-a3ec-13bd8e95896d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `topLevelDomain` in scope SELECT topLevelDomain. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT topLevelDomain;) 2025.03.31 17:57:08.398664 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `topLevelDomain` in scope SELECT topLevelDomain. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:08.421621 [ 71979 ] {3d732b0d-6bbf-49ce-9b27-3a8bae4e5572} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `topLevelDomainRFC` in scope SELECT topLevelDomainRFC. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT topLevelDomainRFC;) 2025.03.31 17:57:08.429135 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `topLevelDomainRFC` in scope SELECT topLevelDomainRFC. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:08.463378 [ 71979 ] {de755b77-fc59-46a5-8bb1-96153f083bad} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `transactionID` in scope SELECT transactionID. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT transactionID;) 2025.03.31 17:57:08.472668 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `transactionID` in scope SELECT transactionID. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:08.502771 [ 71979 ] {4b3f686c-af1d-42e6-8f4c-980948eeadf0} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `transactionLatestSnapshot` in scope SELECT transactionLatestSnapshot. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT transactionLatestSnapshot;) 2025.03.31 17:57:08.512689 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `transactionLatestSnapshot` in scope SELECT transactionLatestSnapshot. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:08.538690 [ 71979 ] {54b11248-b4b1-4369-a9c2-60b4a98bb69c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `transactionOldestSnapshot` in scope SELECT transactionOldestSnapshot. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT transactionOldestSnapshot;) 2025.03.31 17:57:08.549288 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `transactionOldestSnapshot` in scope SELECT transactionOldestSnapshot. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:08.572388 [ 71979 ] {ca7eac00-cedf-410e-800a-dd45058f236e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `transform` in scope SELECT transform. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT transform;) 2025.03.31 17:57:08.581756 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `transform` in scope SELECT transform. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:08.611772 [ 71979 ] {3a81fb1a-7ecb-4b62-909b-1be9dff7ea2d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `translate` in scope SELECT translate. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT translate;) 2025.03.31 17:57:08.628679 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `translate` in scope SELECT translate. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:08.656640 [ 71979 ] {25180154-6ca8-433f-bf8f-3c46d5a50e85} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `translateUTF8` in scope SELECT translateUTF8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT translateUTF8;) 2025.03.31 17:57:08.666112 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `translateUTF8` in scope SELECT translateUTF8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:08.704815 [ 71979 ] {9d1ea2ce-f14a-4846-8942-5410c2aa11b5} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `trim` in scope SELECT trim. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT trim;) 2025.03.31 17:57:08.720879 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `trim` in scope SELECT trim. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:08.741060 [ 71979 ] {477989c5-190e-4d1f-bdbd-bcf0e7d81cff} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `trimBoth` in scope SELECT trimBoth. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT trimBoth;) 2025.03.31 17:57:08.762168 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `trimBoth` in scope SELECT trimBoth. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:08.810427 [ 71979 ] {6621a1c9-a227-4fe2-8e77-ba4a2f495f2c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `trimLeft` in scope SELECT trimLeft. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT trimLeft;) 2025.03.31 17:57:08.825263 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `trimLeft` in scope SELECT trimLeft. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:08.859156 [ 71979 ] {83b64d96-6bfc-4df7-ba0f-a7fa0dab7dff} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `trimRight` in scope SELECT trimRight. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT trimRight;) 2025.03.31 17:57:08.873272 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `trimRight` in scope SELECT trimRight. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:08.901900 [ 71979 ] {6253681b-8def-4ad2-84d0-2ee69c25e548} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `trunc` in scope SELECT trunc. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT trunc;) 2025.03.31 17:57:08.910826 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `trunc` in scope SELECT trunc. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:08.936290 [ 71979 ] {dc49d5d8-3ac0-4a77-a2ea-ec9b88234cd3} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `truncate` in scope SELECT truncate. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT truncate;) 2025.03.31 17:57:08.945499 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `truncate` in scope SELECT truncate. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:08.969618 [ 71979 ] {18460b54-6aeb-4218-aa7d-331b2a9c109c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `tryBase58Decode` in scope SELECT tryBase58Decode. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT tryBase58Decode;) 2025.03.31 17:57:08.977383 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `tryBase58Decode` in scope SELECT tryBase58Decode. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:09.000043 [ 71979 ] {bbcad605-b717-4b89-8e78-32f288d05950} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `tryBase64Decode` in scope SELECT tryBase64Decode. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT tryBase64Decode;) 2025.03.31 17:57:09.016837 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `tryBase64Decode` in scope SELECT tryBase64Decode. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:09.048974 [ 71979 ] {453e2236-0908-46b1-89ea-e1b3b4368e3a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `tryBase64URLDecode` in scope SELECT tryBase64URLDecode. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT tryBase64URLDecode;) 2025.03.31 17:57:09.056332 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `tryBase64URLDecode` in scope SELECT tryBase64URLDecode. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:09.078238 [ 71979 ] {5da11d41-71ff-492b-8c58-7fc69820022e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `tryDecrypt` in scope SELECT tryDecrypt. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT tryDecrypt;) 2025.03.31 17:57:09.078409 [ 68116 ] {472c63b6-878c-4285-b03b-92de9af5f2b6} executeQuery: Code: 43. DB::Exception: Illegal type UInt8 of second argument of function portRFC. Must be UInt16.: In scope SELECT portRFC('', 1). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38082) (comment: 01284_port.gen.sql) (in query: /* ILLEGAL_TYPE_OF_ARGUMENT */ select portRFC('', 1);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionPortImpl::getReturnTypeImpl(std::vector> const&) const @ 0x000000001c3a130e 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:57:09.084143 [ 68116 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type UInt8 of second argument of function portRFC. Must be UInt16.: In scope SELECT portRFC('', 1). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionPortImpl::getReturnTypeImpl(std::vector> const&) const @ 0x000000001c3a130e 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:57:09.087513 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `tryDecrypt` in scope SELECT tryDecrypt. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:09.110242 [ 71979 ] {c47a6574-2136-4a7e-b1b4-6b2341b50c36} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `tryIdnaEncode` in scope SELECT tryIdnaEncode. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT tryIdnaEncode;) 2025.03.31 17:57:09.117631 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `tryIdnaEncode` in scope SELECT tryIdnaEncode. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:09.152735 [ 71979 ] {dc386197-9635-4ddf-8ce6-0ff35ff083d3} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `tryPunycodeDecode` in scope SELECT tryPunycodeDecode. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT tryPunycodeDecode;) 2025.03.31 17:57:09.159729 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `tryPunycodeDecode` in scope SELECT tryPunycodeDecode. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:09.187637 [ 71979 ] {665be106-445b-428b-a2cb-1272d1a2fd53} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `tumble` in scope SELECT tumble. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT tumble;) 2025.03.31 17:57:09.196228 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `tumble` in scope SELECT tumble. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:09.224666 [ 71979 ] {96bb83a1-731a-4713-8379-117ae3953f4b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `tumbleEnd` in scope SELECT tumbleEnd. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT tumbleEnd;) 2025.03.31 17:57:09.235197 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `tumbleEnd` in scope SELECT tumbleEnd. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:09.257141 [ 71979 ] {9c9553bf-dbaa-4a2e-948d-ee257339842c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `tumbleStart` in scope SELECT tumbleStart. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT tumbleStart;) 2025.03.31 17:57:09.267176 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `tumbleStart` in scope SELECT tumbleStart. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:09.300092 [ 71979 ] {240ac73b-acff-4901-99af-83b0ee48947b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `tuple` in scope SELECT tuple. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT tuple;) 2025.03.31 17:57:09.312788 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `tuple` in scope SELECT tuple. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:09.349031 [ 71979 ] {3236d112-e4df-4a21-bb68-2efd685ecfa5} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `tupleConcat` in scope SELECT tupleConcat. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT tupleConcat;) 2025.03.31 17:57:09.358147 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `tupleConcat` in scope SELECT tupleConcat. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:09.408611 [ 71979 ] {d9e1cbbd-4e50-43ac-bf91-b91558a612a3} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `tupleDivide` in scope SELECT tupleDivide. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT tupleDivide;) 2025.03.31 17:57:09.418681 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `tupleDivide` in scope SELECT tupleDivide. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:09.449382 [ 71979 ] {2121e090-d06a-43e2-9ff2-fd9f440b312b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `tupleDivideByNumber` in scope SELECT tupleDivideByNumber. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT tupleDivideByNumber;) 2025.03.31 17:57:09.458502 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `tupleDivideByNumber` in scope SELECT tupleDivideByNumber. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:09.484691 [ 71979 ] {1bab0f8a-cc2c-449e-8af7-e83a16c2afef} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `tupleElement` in scope SELECT tupleElement. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT tupleElement;) 2025.03.31 17:57:09.492655 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `tupleElement` in scope SELECT tupleElement. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:09.521567 [ 71979 ] {a0de9cba-38e3-4523-8d4e-32b8b605791c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `tupleHammingDistance` in scope SELECT tupleHammingDistance. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT tupleHammingDistance;) 2025.03.31 17:57:09.541424 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `tupleHammingDistance` in scope SELECT tupleHammingDistance. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:09.564786 [ 71979 ] {1448b12b-f358-45ad-a5a5-985e4e9a3431} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `tupleIntDiv` in scope SELECT tupleIntDiv. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT tupleIntDiv;) 2025.03.31 17:57:09.581517 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `tupleIntDiv` in scope SELECT tupleIntDiv. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:09.608735 [ 71979 ] {22a749cc-0482-452c-80a1-45612887c74c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `tupleIntDivByNumber` in scope SELECT tupleIntDivByNumber. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT tupleIntDivByNumber;) 2025.03.31 17:57:09.618586 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `tupleIntDivByNumber` in scope SELECT tupleIntDivByNumber. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:09.646648 [ 71979 ] {8eb335bf-807e-41e6-b350-58fb904e7e0b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `tupleIntDivOrZero` in scope SELECT tupleIntDivOrZero. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT tupleIntDivOrZero;) 2025.03.31 17:57:09.661410 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `tupleIntDivOrZero` in scope SELECT tupleIntDivOrZero. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:09.695658 [ 71979 ] {cd9ca0a0-5731-46d2-a158-8f1d2ba29f73} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `tupleIntDivOrZeroByNumber` in scope SELECT tupleIntDivOrZeroByNumber. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT tupleIntDivOrZeroByNumber;) 2025.03.31 17:57:09.705402 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `tupleIntDivOrZeroByNumber` in scope SELECT tupleIntDivOrZeroByNumber. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:09.726102 [ 71979 ] {27f58400-821f-43bc-b4bd-c21348495f5a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `tupleMinus` in scope SELECT tupleMinus. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT tupleMinus;) 2025.03.31 17:57:09.735457 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `tupleMinus` in scope SELECT tupleMinus. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:09.758488 [ 71979 ] {04a3a024-aad5-465f-9d07-b66407297b1c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `tupleModulo` in scope SELECT tupleModulo. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT tupleModulo;) 2025.03.31 17:57:09.768252 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `tupleModulo` in scope SELECT tupleModulo. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:09.792078 [ 71979 ] {11824d9a-08a4-484f-be90-0f5393bae5f0} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `tupleModuloByNumber` in scope SELECT tupleModuloByNumber. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT tupleModuloByNumber;) 2025.03.31 17:57:09.802150 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `tupleModuloByNumber` in scope SELECT tupleModuloByNumber. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:09.824063 [ 71979 ] {c325f61c-fa55-4271-bffa-90a92e32df29} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `tupleMultiply` in scope SELECT tupleMultiply. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT tupleMultiply;) 2025.03.31 17:57:09.850305 [ 68116 ] {0905e05b-bf32-428e-8360-2ea543dca2e7} executeQuery: Code: 42. DB::Exception: Number of arguments for function portRFC doesn't match: passed 3, should be 1 or 2: In scope SELECT portRFC('', 1, 1). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38082) (comment: 01284_port.gen.sql) (in query: /* NUMBER_OF_ARGUMENTS_DOESNT_MATCH */ select portRFC('', 1, 1);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&&) @ 0x00000000088dcead 4. DB::FunctionPortImpl::getReturnTypeImpl(std::vector> const&) const @ 0x000000001c3a0d0e 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:57:09.852452 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `tupleMultiply` in scope SELECT tupleMultiply. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:09.855452 [ 68116 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function portRFC doesn't match: passed 3, should be 1 or 2: In scope SELECT portRFC('', 1, 1). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&&) @ 0x00000000088dcead 4. DB::FunctionPortImpl::getReturnTypeImpl(std::vector> const&) const @ 0x000000001c3a0d0e 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:57:09.875511 [ 71979 ] {de6d2bfd-448c-45bb-bb6d-2b206c36ee28} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `tupleMultiplyByNumber` in scope SELECT tupleMultiplyByNumber. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT tupleMultiplyByNumber;) 2025.03.31 17:57:09.884405 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `tupleMultiplyByNumber` in scope SELECT tupleMultiplyByNumber. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:09.909667 [ 71979 ] {2405d707-dc26-4d22-9d80-83e6a204c252} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `tupleNames` in scope SELECT tupleNames. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT tupleNames;) 2025.03.31 17:57:09.919835 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `tupleNames` in scope SELECT tupleNames. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:09.950464 [ 71979 ] {c3b206e6-a78e-42dd-9297-f86fe9e45ae7} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `tupleNegate` in scope SELECT tupleNegate. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT tupleNegate;) 2025.03.31 17:57:09.960467 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `tupleNegate` in scope SELECT tupleNegate. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:09.984453 [ 71979 ] {c670915f-86ff-43b5-9f67-1c8773e81655} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `tuplePlus` in scope SELECT tuplePlus. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT tuplePlus;) 2025.03.31 17:57:09.994486 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `tuplePlus` in scope SELECT tuplePlus. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:10.019254 [ 71979 ] {a8e32785-65ef-47db-9d3e-bc56bb80c76e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `tupleToNameValuePairs` in scope SELECT tupleToNameValuePairs. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT tupleToNameValuePairs;) 2025.03.31 17:57:10.028725 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `tupleToNameValuePairs` in scope SELECT tupleToNameValuePairs. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:10.050415 [ 71979 ] {ee4f4d78-d8b9-4dce-8eac-ba37953dc498} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `ucase` in scope SELECT ucase. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT ucase;) 2025.03.31 17:57:10.057261 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `ucase` in scope SELECT ucase. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:10.079422 [ 71979 ] {931faf6c-5fe0-4d7d-9af5-ad66b148cadb} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `unbin` in scope SELECT unbin. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT unbin;) 2025.03.31 17:57:10.095252 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `unbin` in scope SELECT unbin. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:10.127868 [ 71979 ] {da427520-6805-4c4a-bcff-a7a801bceebe} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `unhex` in scope SELECT unhex. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT unhex;) 2025.03.31 17:57:10.137933 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `unhex` in scope SELECT unhex. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:10.158629 [ 71979 ] {e332c757-b806-4116-a2fb-b695529c4972} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `uniq` in scope SELECT uniq. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT uniq;) 2025.03.31 17:57:10.167373 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `uniq` in scope SELECT uniq. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:10.200691 [ 71979 ] {6addda24-dd39-4566-b9b5-451b6bf4f7ac} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `uniqCombined` in scope SELECT uniqCombined. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT uniqCombined;) 2025.03.31 17:57:10.214461 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `uniqCombined` in scope SELECT uniqCombined. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:10.237238 [ 71979 ] {ac0f673e-1012-4650-8cac-979be98fa818} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `uniqCombined64` in scope SELECT uniqCombined64. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT uniqCombined64;) 2025.03.31 17:57:10.244935 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `uniqCombined64` in scope SELECT uniqCombined64. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:10.266578 [ 71979 ] {cdc51c78-3eaf-4f08-90e6-52496ca2959a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `uniqExact` in scope SELECT uniqExact. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT uniqExact;) 2025.03.31 17:57:10.275440 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `uniqExact` in scope SELECT uniqExact. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:10.300058 [ 71979 ] {1efb6601-8741-4fd6-ad9d-e3bce1367149} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `uniqHLL12` in scope SELECT uniqHLL12. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT uniqHLL12;) 2025.03.31 17:57:10.313554 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `uniqHLL12` in scope SELECT uniqHLL12. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:10.340699 [ 71979 ] {80d21b55-b9e8-4865-9682-600e282141ad} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `uniqTheta` in scope SELECT uniqTheta. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT uniqTheta;) 2025.03.31 17:57:10.350579 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `uniqTheta` in scope SELECT uniqTheta. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:10.380221 [ 71979 ] {0c259802-98ee-4165-b4d5-343f5a4427a4} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `uniqThetaIntersect` in scope SELECT uniqThetaIntersect. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT uniqThetaIntersect;) 2025.03.31 17:57:10.394649 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `uniqThetaIntersect` in scope SELECT uniqThetaIntersect. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:10.419335 [ 71979 ] {f80ecd55-0f78-4d74-8b76-4157254fbef1} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `uniqThetaNot` in scope SELECT uniqThetaNot. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT uniqThetaNot;) 2025.03.31 17:57:10.435913 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `uniqThetaNot` in scope SELECT uniqThetaNot. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:10.462277 [ 71979 ] {ae772c57-3417-4414-9c46-1b367b280842} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `uniqThetaUnion` in scope SELECT uniqThetaUnion. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT uniqThetaUnion;) 2025.03.31 17:57:10.477381 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `uniqThetaUnion` in scope SELECT uniqThetaUnion. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:10.502763 [ 71979 ] {ab616655-c92e-40b1-bfe3-d662703597c6} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `uniqUpTo` in scope SELECT uniqUpTo. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT uniqUpTo;) 2025.03.31 17:57:10.511141 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `uniqUpTo` in scope SELECT uniqUpTo. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:10.536050 [ 71979 ] {cfc25ec8-cfe5-4652-b826-c6e1ff7ad130} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `upper` in scope SELECT upper. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT upper;) 2025.03.31 17:57:10.546608 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `upper` in scope SELECT upper. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:10.568380 [ 71979 ] {2dbf2e11-5f42-4066-89f2-1e3d72fd2551} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `upperUTF8` in scope SELECT upperUTF8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT upperUTF8;) 2025.03.31 17:57:10.587185 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `upperUTF8` in scope SELECT upperUTF8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:10.612880 [ 71979 ] {f5ed39fc-3d08-41a0-8db7-8f5fcf0375bc} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `uptime` in scope SELECT uptime. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT uptime;) 2025.03.31 17:57:10.626908 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `uptime` in scope SELECT uptime. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:10.648081 [ 71979 ] {22516d69-7891-41ae-84b7-1dd5b6a8bd0d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `user` in scope SELECT user. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT user;) 2025.03.31 17:57:10.661328 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `user` in scope SELECT user. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:10.685724 [ 71979 ] {85e41671-4621-4e7c-a9f2-450bae443fb9} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `validateNestedArraySizes` in scope SELECT validateNestedArraySizes. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT validateNestedArraySizes;) 2025.03.31 17:57:10.697038 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `validateNestedArraySizes` in scope SELECT validateNestedArraySizes. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:10.720864 [ 71979 ] {bdc8c9a4-6e37-4243-b1f7-d764b69018f2} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `varPop` in scope SELECT varPop. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT varPop;) 2025.03.31 17:57:10.731902 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `varPop` in scope SELECT varPop. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:10.759219 [ 71979 ] {e8e5e79c-dd71-45c1-a61b-f20845300fb4} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `varPopStable` in scope SELECT varPopStable. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT varPopStable;) 2025.03.31 17:57:10.769165 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `varPopStable` in scope SELECT varPopStable. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:10.790749 [ 71979 ] {a597ed89-96b3-4d3f-beb0-5420348063b2} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `varSamp` in scope SELECT varSamp. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT varSamp;) 2025.03.31 17:57:10.808620 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `varSamp` in scope SELECT varSamp. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:10.830510 [ 71979 ] {aff99355-7e41-4f42-ab07-2af79772ed31} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `varSampStable` in scope SELECT varSampStable. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT varSampStable;) 2025.03.31 17:57:10.839505 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `varSampStable` in scope SELECT varSampStable. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:10.860155 [ 71979 ] {277240a1-76dc-4dfa-9439-7d2e3a881074} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `variantElement` in scope SELECT variantElement. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT variantElement;) 2025.03.31 17:57:10.869798 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `variantElement` in scope SELECT variantElement. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:10.905575 [ 71979 ] {087724b0-fe7b-4e64-8bd6-24efad8a9b69} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `variantType` in scope SELECT variantType. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT variantType;) 2025.03.31 17:57:10.915189 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `variantType` in scope SELECT variantType. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:10.938548 [ 71979 ] {d0442ca4-4a52-4389-b7f4-4bf2a9f9ce3b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `vectorDifference` in scope SELECT vectorDifference. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT vectorDifference;) 2025.03.31 17:57:10.949337 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `vectorDifference` in scope SELECT vectorDifference. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:10.977549 [ 71979 ] {839e8b69-6a5a-4180-82af-467612022556} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `vectorSum` in scope SELECT vectorSum. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT vectorSum;) 2025.03.31 17:57:10.987159 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `vectorSum` in scope SELECT vectorSum. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:11.019243 [ 71979 ] {9d5e76c4-e2a7-4658-bab8-21b4b6fc8133} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `version` in scope SELECT version. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT version;) 2025.03.31 17:57:11.029612 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `version` in scope SELECT version. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:11.050622 [ 71979 ] {7367a104-4f3e-41bc-8d2a-b753f55845d5} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `visibleWidth` in scope SELECT visibleWidth. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT visibleWidth;) 2025.03.31 17:57:11.059964 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `visibleWidth` in scope SELECT visibleWidth. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:11.082180 [ 71979 ] {2b52b1e6-b060-4442-89f5-337fcc4958fe} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `visitParamExtractBool` in scope SELECT visitParamExtractBool. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT visitParamExtractBool;) 2025.03.31 17:57:11.094269 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `visitParamExtractBool` in scope SELECT visitParamExtractBool. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:11.136057 [ 71979 ] {3e7bc814-a538-4794-9cd6-fd937decb824} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `visitParamExtractFloat` in scope SELECT visitParamExtractFloat. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT visitParamExtractFloat;) 2025.03.31 17:57:11.145190 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `visitParamExtractFloat` in scope SELECT visitParamExtractFloat. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:11.170077 [ 71979 ] {47372cf4-44ba-4331-884a-fa9dccb5eb57} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `visitParamExtractInt` in scope SELECT visitParamExtractInt. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT visitParamExtractInt;) 2025.03.31 17:57:11.177153 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `visitParamExtractInt` in scope SELECT visitParamExtractInt. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:11.201648 [ 71979 ] {0320af29-7302-4169-a4d1-98f7378456c3} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `visitParamExtractRaw` in scope SELECT visitParamExtractRaw. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT visitParamExtractRaw;) 2025.03.31 17:57:11.213257 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `visitParamExtractRaw` in scope SELECT visitParamExtractRaw. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:11.246313 [ 71979 ] {a4cda6fb-0a4e-4222-a0a8-5ce50abb7969} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `visitParamExtractString` in scope SELECT visitParamExtractString. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT visitParamExtractString;) 2025.03.31 17:57:11.259087 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `visitParamExtractString` in scope SELECT visitParamExtractString. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:11.280810 [ 71979 ] {07b33cb4-70f5-42cf-9782-527e0f5ff698} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `visitParamExtractUInt` in scope SELECT visitParamExtractUInt. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT visitParamExtractUInt;) 2025.03.31 17:57:11.287895 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `visitParamExtractUInt` in scope SELECT visitParamExtractUInt. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:11.312231 [ 71979 ] {66b8ee3f-df70-43a0-8e3f-641ed37be1fe} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `visitParamHas` in scope SELECT visitParamHas. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT visitParamHas;) 2025.03.31 17:57:11.324295 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `visitParamHas` in scope SELECT visitParamHas. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:11.348386 [ 71979 ] {61aaf730-07b0-49d3-8a9c-9861b10199d2} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `week` in scope SELECT week. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT week;) 2025.03.31 17:57:11.356233 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `week` in scope SELECT week. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:11.383038 [ 71979 ] {0c618654-5278-43b0-8525-f24f7491f8cc} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `welchTTest` in scope SELECT welchTTest. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT welchTTest;) 2025.03.31 17:57:11.393005 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `welchTTest` in scope SELECT welchTTest. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:11.415302 [ 71979 ] {a9e30dab-c053-4189-9e9f-2bf876efc003} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `widthBucket` in scope SELECT widthBucket. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT widthBucket;) 2025.03.31 17:57:11.424920 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `widthBucket` in scope SELECT widthBucket. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:11.449190 [ 71979 ] {0c8632cd-b714-4388-a421-f7e9fa2cf23c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `width_bucket` in scope SELECT width_bucket. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT width_bucket;) 2025.03.31 17:57:11.458288 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `width_bucket` in scope SELECT width_bucket. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:11.480097 [ 71979 ] {b66ed906-6df0-4927-bcef-31e2e253cfe2} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `windowFunnel` in scope SELECT windowFunnel. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT windowFunnel;) 2025.03.31 17:57:11.489857 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `windowFunnel` in scope SELECT windowFunnel. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:11.512373 [ 71979 ] {8c0d6f01-4413-4667-b5af-a7b675513bec} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `windowID` in scope SELECT windowID. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT windowID;) 2025.03.31 17:57:11.521590 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `windowID` in scope SELECT windowID. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:11.542421 [ 71979 ] {735d109e-41bd-4920-9e33-981f8bdeb1e4} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `wkt` in scope SELECT wkt. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT wkt;) 2025.03.31 17:57:11.555545 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `wkt` in scope SELECT wkt. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:11.582834 [ 71979 ] {cd2b40db-664f-4d1f-b66f-586518f3416d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `wordShingleMinHash` in scope SELECT wordShingleMinHash. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT wordShingleMinHash;) 2025.03.31 17:57:11.591134 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `wordShingleMinHash` in scope SELECT wordShingleMinHash. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:11.610783 [ 71979 ] {f13c2141-d517-4c0e-8108-eb09184f100d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `wordShingleMinHashArg` in scope SELECT wordShingleMinHashArg. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT wordShingleMinHashArg;) 2025.03.31 17:57:11.619987 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `wordShingleMinHashArg` in scope SELECT wordShingleMinHashArg. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:11.637617 [ 71979 ] {a7cc7463-4a73-43e1-bb38-f12265fa881a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `wordShingleMinHashArgCaseInsensitive` in scope SELECT wordShingleMinHashArgCaseInsensitive. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT wordShingleMinHashArgCaseInsensitive;) 2025.03.31 17:57:11.650966 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `wordShingleMinHashArgCaseInsensitive` in scope SELECT wordShingleMinHashArgCaseInsensitive. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:11.669892 [ 71979 ] {a2355ea2-8ed9-4af4-a90f-4ce215f266ac} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `wordShingleMinHashArgCaseInsensitiveUTF8` in scope SELECT wordShingleMinHashArgCaseInsensitiveUTF8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT wordShingleMinHashArgCaseInsensitiveUTF8;) 2025.03.31 17:57:11.677292 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `wordShingleMinHashArgCaseInsensitiveUTF8` in scope SELECT wordShingleMinHashArgCaseInsensitiveUTF8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:11.699457 [ 71979 ] {12f06587-9b46-48fa-b4b3-892cee4c4541} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `wordShingleMinHashArgUTF8` in scope SELECT wordShingleMinHashArgUTF8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT wordShingleMinHashArgUTF8;) 2025.03.31 17:57:11.710319 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `wordShingleMinHashArgUTF8` in scope SELECT wordShingleMinHashArgUTF8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:11.733146 [ 71979 ] {67c1e047-195d-46b6-ae9c-6d22ca236d1b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `wordShingleMinHashCaseInsensitive` in scope SELECT wordShingleMinHashCaseInsensitive. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT wordShingleMinHashCaseInsensitive;) 2025.03.31 17:57:11.742536 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `wordShingleMinHashCaseInsensitive` in scope SELECT wordShingleMinHashCaseInsensitive. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:11.769698 [ 71979 ] {e0b6b881-df4c-4e2e-b24b-72ad225aa386} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `wordShingleMinHashCaseInsensitiveUTF8` in scope SELECT wordShingleMinHashCaseInsensitiveUTF8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT wordShingleMinHashCaseInsensitiveUTF8;) 2025.03.31 17:57:11.776793 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `wordShingleMinHashCaseInsensitiveUTF8` in scope SELECT wordShingleMinHashCaseInsensitiveUTF8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:11.798546 [ 71979 ] {2c413c32-d1f2-488a-b67c-47fa01ff3eed} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `wordShingleMinHashUTF8` in scope SELECT wordShingleMinHashUTF8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT wordShingleMinHashUTF8;) 2025.03.31 17:57:11.806636 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `wordShingleMinHashUTF8` in scope SELECT wordShingleMinHashUTF8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:11.828107 [ 71979 ] {ad68b944-1e8e-45cd-aaaf-23fdbcc834de} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `wordShingleSimHash` in scope SELECT wordShingleSimHash. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT wordShingleSimHash;) 2025.03.31 17:57:11.835125 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `wordShingleSimHash` in scope SELECT wordShingleSimHash. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:11.857092 [ 71979 ] {83b44f93-9e93-4a86-b33f-d6a57925e7bb} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `wordShingleSimHashCaseInsensitive` in scope SELECT wordShingleSimHashCaseInsensitive. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT wordShingleSimHashCaseInsensitive;) 2025.03.31 17:57:11.865998 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `wordShingleSimHashCaseInsensitive` in scope SELECT wordShingleSimHashCaseInsensitive. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:11.888261 [ 71979 ] {09f5c80a-5027-419f-bcc8-158cd5578a85} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `wordShingleSimHashCaseInsensitiveUTF8` in scope SELECT wordShingleSimHashCaseInsensitiveUTF8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT wordShingleSimHashCaseInsensitiveUTF8;) 2025.03.31 17:57:11.898339 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `wordShingleSimHashCaseInsensitiveUTF8` in scope SELECT wordShingleSimHashCaseInsensitiveUTF8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:11.921999 [ 71979 ] {13397818-14af-4349-a4d0-dfd87ba2fa6c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `wordShingleSimHashUTF8` in scope SELECT wordShingleSimHashUTF8. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT wordShingleSimHashUTF8;) 2025.03.31 17:57:11.930610 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `wordShingleSimHashUTF8` in scope SELECT wordShingleSimHashUTF8. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:11.949766 [ 71979 ] {ad8c33b4-3ce3-4c6d-a804-d66a12a44555} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `wyHash64` in scope SELECT wyHash64. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT wyHash64;) 2025.03.31 17:57:11.958868 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `wyHash64` in scope SELECT wyHash64. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:11.981577 [ 71979 ] {128b4ede-8be4-4060-b962-6ff1ffa32a02} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `xor` in scope SELECT xor. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT xor;) 2025.03.31 17:57:11.989428 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `xor` in scope SELECT xor. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:12.013347 [ 71979 ] {42fd95a6-44a6-4480-b362-43d131352581} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `xxHash32` in scope SELECT xxHash32. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT xxHash32;) 2025.03.31 17:57:12.022053 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `xxHash32` in scope SELECT xxHash32. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:12.042375 [ 71979 ] {0d8bb45e-5209-435f-b91d-a4ab2d8ef56b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `xxHash64` in scope SELECT xxHash64. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT xxHash64;) 2025.03.31 17:57:12.050135 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `xxHash64` in scope SELECT xxHash64. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:12.072295 [ 71979 ] {77a0da0d-d1f6-49cc-99eb-4ae0589908c3} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `xxh3` in scope SELECT xxh3. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT xxh3;) 2025.03.31 17:57:12.082134 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `xxh3` in scope SELECT xxh3. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:12.104192 [ 71979 ] {bf5185be-4e4d-4485-b13f-da5d0ef402ad} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `yandexConsistentHash` in scope SELECT yandexConsistentHash. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT yandexConsistentHash;) 2025.03.31 17:57:12.113592 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `yandexConsistentHash` in scope SELECT yandexConsistentHash. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:12.135553 [ 71979 ] {19b20783-0de1-4ace-b409-9bb6a7de1320} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `yearweek` in scope SELECT yearweek. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT yearweek;) 2025.03.31 17:57:12.145360 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `yearweek` in scope SELECT yearweek. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:12.168196 [ 71979 ] {365fb707-26d7-4307-a601-268ac541c1b8} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `yesterday` in scope SELECT yesterday. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT yesterday;) 2025.03.31 17:57:12.175062 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `yesterday` in scope SELECT yesterday. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:12.197708 [ 71979 ] {5879a895-666a-4065-a989-67a35e2d1851} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `zookeeperSessionUptime` in scope SELECT zookeeperSessionUptime. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47918) (comment: 00534_functions_bad_arguments1.sh) (in query: SELECT zookeeperSessionUptime;) 2025.03.31 17:57:12.204889 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `zookeeperSessionUptime` in scope SELECT zookeeperSessionUptime. (UNKNOWN_IDENTIFIER) 2025.03.31 17:57:26.291797 [ 71978 ] {558ac2da-5790-4e57-b1d4-dbf613f40baf} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 2nd argument 'samples' to function 'arrayRandomSample'. Expected: const UInt*, got: Int8: In scope SELECT arrayRandomSample([1, 2, 3], -5). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44786) (in query: SELECT arrayRandomSample([1, 2, 3], -5)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::FunctionArrayRandomSample::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f5c8ae0 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:57:26.297023 [ 71978 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 2nd argument 'samples' to function 'arrayRandomSample'. Expected: const UInt*, got: Int8: In scope SELECT arrayRandomSample([1, 2, 3], -5). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::FunctionArrayRandomSample::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f5c8ae0 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:57:26.649023 [ 4148 ] {3881226a-ae80-4053-8892-a939a1383396} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 2nd argument 'samples' to function 'arrayRandomSample'. Expected: const UInt*, got: String: In scope SELECT arrayRandomSample([1, 2, 3], 'a'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38832) (in query: SELECT arrayRandomSample([1, 2, 3], 'a')), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::FunctionArrayRandomSample::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f5c8ae0 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:57:26.654004 [ 4148 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 2nd argument 'samples' to function 'arrayRandomSample'. Expected: const UInt*, got: String: In scope SELECT arrayRandomSample([1, 2, 3], 'a'). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::FunctionArrayRandomSample::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f5c8ae0 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:57:26.972957 [ 67575 ] {30d7a3f0-6001-4eae-aed3-6eca9ca8430b} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 2nd argument 'samples' to function 'arrayRandomSample'. Expected: const UInt*, got: Float64: In scope SELECT arrayRandomSample([1, 2, 3], 1.5). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38854) (in query: SELECT arrayRandomSample([1, 2, 3], 1.5)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::FunctionArrayRandomSample::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f5c8ae0 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:57:26.978131 [ 67575 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 2nd argument 'samples' to function 'arrayRandomSample'. Expected: const UInt*, got: Float64: In scope SELECT arrayRandomSample([1, 2, 3], 1.5). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::FunctionArrayRandomSample::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f5c8ae0 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:57:27.813304 [ 71981 ] {45d34aec-cfff-46a1-9d47-ae66e17a1562} executeQuery: Code: 48. DB::Exception: Only `hash` join supports multiple ORs for keys in JOIN ON section. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44600) (comment: 02815_join_algorithm_setting.sql) (in query: -- Cannot execute the grace hash with OR condition SELECT * FROM ( SELECT number AS key, number * 10 AS key2 FROM numbers_mt(10) ) AS t1 JOIN ( SELECT k AS key, k + 100 AS key2 FROM t2 ) AS t2 ON t1.key = t2.key OR t1.key2 = t2.key2;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Planner/PlannerJoins.cpp:928: DB::chooseJoinAlgorithm(std::shared_ptr&, std::shared_ptr const&, DB::Block const&, DB::Block const&, std::shared_ptr const&, DB::SelectQueryInfo const&) @ 0x0000000038736713 5. ./build_docker/./src/Planner/PlannerJoinTree.cpp:1690: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386da273 6. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 7. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 8. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:57:27.819182 [ 71981 ] {} TCPHandler: Code: 48. DB::Exception: Only `hash` join supports multiple ORs for keys in JOIN ON section. (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Planner/PlannerJoins.cpp:928: DB::chooseJoinAlgorithm(std::shared_ptr&, std::shared_ptr const&, DB::Block const&, DB::Block const&, std::shared_ptr const&, DB::SelectQueryInfo const&) @ 0x0000000038736713 5. ./build_docker/./src/Planner/PlannerJoinTree.cpp:1690: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386da273 6. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 7. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 8. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:57:28.622658 [ 71981 ] {01e57c99-fa9f-45c2-8b8a-bc9800e84f44} executeQuery: Code: 48. DB::Exception: Can't execute any of specified join algorithms for this strictness/kind and right storage type. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44600) (comment: 02815_join_algorithm_setting.sql) (in query: -- ... (not for old analyzer) SELECT * FROM ( SELECT number AS key, number * 10 AS key2 FROM numbers_mt(10) ) AS t1 CROSS JOIN ( SELECT k AS key, k + 100 AS key2 FROM t2 ) AS t2 FORMAT Null SETTINGS enable_analyzer = 0;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:1070: DB::SelectQueryExpressionAnalyzer::makeJoin(DB::ASTTablesInSelectQueryElement const&, std::vector> const&, std::optional&) @ 0x000000003697f28c 5. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:972: DB::SelectQueryExpressionAnalyzer::appendJoin(DB::ExpressionActionsChain&, std::shared_ptr&) @ 0x0000000036976c21 6. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:2059: DB::ExpressionAnalysisResult::ExpressionAnalysisResult(DB::SelectQueryExpressionAnalyzer&, std::shared_ptr const&, bool, bool, bool, std::shared_ptr const&, std::shared_ptr const&, DB::Block const&) @ 0x00000000369a27cd 7. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:1172: DB::InterpreterSelectQuery::getSampleBlockImpl() @ 0x000000003856c5d4 8. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:911: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr)::$_0::operator()(bool) const @ 0x000000003854abbd 9. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:921: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000038535ab7 10. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:302: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x0000000038527331 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector> const&) @ 0x00000000387a94b9 12. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:165: DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000387a3e1a 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x00000000387b810e 14. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:428: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x00000000387b2033 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:57:28.630688 [ 71981 ] {} TCPHandler: Code: 48. DB::Exception: Can't execute any of specified join algorithms for this strictness/kind and right storage type. (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:1070: DB::SelectQueryExpressionAnalyzer::makeJoin(DB::ASTTablesInSelectQueryElement const&, std::vector> const&, std::optional&) @ 0x000000003697f28c 5. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:972: DB::SelectQueryExpressionAnalyzer::appendJoin(DB::ExpressionActionsChain&, std::shared_ptr&) @ 0x0000000036976c21 6. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:2059: DB::ExpressionAnalysisResult::ExpressionAnalysisResult(DB::SelectQueryExpressionAnalyzer&, std::shared_ptr const&, bool, bool, bool, std::shared_ptr const&, std::shared_ptr const&, DB::Block const&) @ 0x00000000369a27cd 7. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:1172: DB::InterpreterSelectQuery::getSampleBlockImpl() @ 0x000000003856c5d4 8. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:911: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr)::$_0::operator()(bool) const @ 0x000000003854abbd 9. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:921: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000038535ab7 10. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:302: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x0000000038527331 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector> const&) @ 0x00000000387a94b9 12. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:165: DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000387a3e1a 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x00000000387b810e 14. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:428: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x00000000387b2033 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:57:29.740628 [ 71985 ] {1264da0f-6379-40dc-8f64-5be4de787d5c} executeQuery: Code: 43. DB::Exception: Function __getScalar accepts one const string argument: While processing _CAST(__getScalar(key) AS macro_tmp_alter3250316278935160731, 'String') AS macro: default expression and column type are incompatible. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38926) (comment: 01024__getScalar.sql) (in query: CREATE TABLE foo (key String, macro String MATERIALIZED __getScalar(key)) Engine=Null();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionGetScalar::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f736e57 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Interpreters/ActionsDAG.cpp:261: DB::ActionsDAG::addFunction(std::shared_ptr const&, std::vector>, String) @ 0x0000000035adea36 10. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:673: DB::ScopeStack::addFunction(std::shared_ptr const&, std::vector> const&, String) @ 0x0000000036a10683 11. ./src/Interpreters/ActionsVisitor.h:178: DB::ActionsMatcher::Data::addFunction(std::shared_ptr const&, std::vector> const&, String) @ 0x0000000036a3acd3 12. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:1342: DB::ActionsMatcher::visit(DB::ASTFunction const&, std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a16e75 13. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:732: DB::ActionsMatcher::visit(std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a122b5 14. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:1255: DB::ActionsMatcher::visit(DB::ASTFunction const&, std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a19b56 15. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:732: DB::ActionsMatcher::visit(std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a122b5 16. ./src/Interpreters/InDepthNodeVisitor.h:71: DB::InDepthNodeVisitor const>::doVisit(std::shared_ptr const&) @ 0x00000000369ecfd5 17. ./src/Interpreters/InDepthNodeVisitor.h:61: DB::ExpressionAnalyzer::getRootActions(std::shared_ptr const&, bool, DB::ActionsDAG&, bool) @ 0x0000000036967af7 18. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:1859: DB::ExpressionAnalyzer::getActionsDAG(bool, bool) @ 0x000000003699dab3 19. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:1894: DB::ExpressionAnalyzer::getActions(bool, bool, DB::CompileExpressions) @ 0x000000003699e752 20. ./build_docker/./src/Storages/ColumnsDescription.cpp:1017: DB::(anonymous namespace)::validateColumnsDefaultsAndGetSampleBlockImpl(std::shared_ptr, DB::NamesAndTypesList const&, std::shared_ptr, bool) @ 0x000000003c72a7bc 21. ./build_docker/./src/Storages/ColumnsDescription.cpp:1043: DB::validateColumnsDefaultsAndGetSampleBlock(std::shared_ptr, DB::NamesAndTypesList const&, std::shared_ptr) @ 0x000000003c72bb13 22. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:670: DB::InterpreterCreateQuery::getColumnsDescription(DB::ASTExpressionList const&, std::shared_ptr, DB::LoadingStrictnessLevel, bool) @ 0x000000003778fced 23. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:814: DB::InterpreterCreateQuery::getTablePropertiesAndNormalizeCreateQuery(DB::ASTCreateQuery&, DB::LoadingStrictnessLevel) const @ 0x0000000037797465 24. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1668: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377bfcea 25. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:57:29.745794 [ 71985 ] {} TCPHandler: Code: 43. DB::Exception: Function __getScalar accepts one const string argument: While processing _CAST(__getScalar(key) AS macro_tmp_alter3250316278935160731, 'String') AS macro: default expression and column type are incompatible. (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionGetScalar::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f736e57 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Interpreters/ActionsDAG.cpp:261: DB::ActionsDAG::addFunction(std::shared_ptr const&, std::vector>, String) @ 0x0000000035adea36 10. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:673: DB::ScopeStack::addFunction(std::shared_ptr const&, std::vector> const&, String) @ 0x0000000036a10683 11. ./src/Interpreters/ActionsVisitor.h:178: DB::ActionsMatcher::Data::addFunction(std::shared_ptr const&, std::vector> const&, String) @ 0x0000000036a3acd3 12. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:1342: DB::ActionsMatcher::visit(DB::ASTFunction const&, std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a16e75 13. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:732: DB::ActionsMatcher::visit(std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a122b5 14. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:1255: DB::ActionsMatcher::visit(DB::ASTFunction const&, std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a19b56 15. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:732: DB::ActionsMatcher::visit(std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a122b5 16. ./src/Interpreters/InDepthNodeVisitor.h:71: DB::InDepthNodeVisitor const>::doVisit(std::shared_ptr const&) @ 0x00000000369ecfd5 17. ./src/Interpreters/InDepthNodeVisitor.h:61: DB::ExpressionAnalyzer::getRootActions(std::shared_ptr const&, bool, DB::ActionsDAG&, bool) @ 0x0000000036967af7 18. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:1859: DB::ExpressionAnalyzer::getActionsDAG(bool, bool) @ 0x000000003699dab3 19. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:1894: DB::ExpressionAnalyzer::getActions(bool, bool, DB::CompileExpressions) @ 0x000000003699e752 20. ./build_docker/./src/Storages/ColumnsDescription.cpp:1017: DB::(anonymous namespace)::validateColumnsDefaultsAndGetSampleBlockImpl(std::shared_ptr, DB::NamesAndTypesList const&, std::shared_ptr, bool) @ 0x000000003c72a7bc 21. ./build_docker/./src/Storages/ColumnsDescription.cpp:1043: DB::validateColumnsDefaultsAndGetSampleBlock(std::shared_ptr, DB::NamesAndTypesList const&, std::shared_ptr) @ 0x000000003c72bb13 22. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:670: DB::InterpreterCreateQuery::getColumnsDescription(DB::ASTExpressionList const&, std::shared_ptr, DB::LoadingStrictnessLevel, bool) @ 0x000000003778fced 23. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:814: DB::InterpreterCreateQuery::getTablePropertiesAndNormalizeCreateQuery(DB::ASTCreateQuery&, DB::LoadingStrictnessLevel) const @ 0x0000000037797465 24. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1668: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377bfcea 25. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:57:31.321356 [ 71963 ] {9171dbdb-93b1-482d-809b-8dc5dcc23927} executeQuery: Code: 36. DB::Exception: Table doesn't have SAMPLE BY, cannot remove. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38954) (comment: 02097_remove_sample_by.sql) (in query: ALTER TABLE t_remove_sample_by REMOVE SAMPLE BY;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/AlterCommands.cpp:1627: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6dc25c 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:57:31.327737 [ 71963 ] {} TCPHandler: Code: 36. DB::Exception: Table doesn't have SAMPLE BY, cannot remove. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/AlterCommands.cpp:1627: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6dc25c 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:57:31.561263 [ 67332 ] {4d73da99-34b2-4be8-ad52-cc58904cd0e3} executeQuery: Code: 507. DB::Exception: No sharding key. (UNABLE_TO_SKIP_UNUSED_SHARDS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38948) (comment: 01071_force_optimize_skip_unused_shards.sql) (in query: select * from dist_01071;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageDistributed.cpp:1546: DB::StorageDistributed::getOptimizedCluster(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr const&) const @ 0x000000003c8addab 5. ./build_docker/./src/Storages/StorageDistributed.cpp:448: DB::StorageDistributed::getQueryProcessingStage(std::shared_ptr, DB::QueryProcessingStage::Enum, std::shared_ptr const&, DB::SelectQueryInfo&) const @ 0x000000003c8a9081 6. ./build_docker/./src/Planner/PlannerJoinTree.cpp:914: DB::(anonymous namespace)::buildQueryPlanForTableExpression(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions const&, std::shared_ptr&, bool, bool) @ 0x00000000386c5b39 7. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2035: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386aadf5 8. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 9. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 17:57:31.567898 [ 67332 ] {} TCPHandler: Code: 507. DB::Exception: No sharding key. (UNABLE_TO_SKIP_UNUSED_SHARDS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageDistributed.cpp:1546: DB::StorageDistributed::getOptimizedCluster(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr const&) const @ 0x000000003c8addab 5. ./build_docker/./src/Storages/StorageDistributed.cpp:448: DB::StorageDistributed::getQueryProcessingStage(std::shared_ptr, DB::QueryProcessingStage::Enum, std::shared_ptr const&, DB::SelectQueryInfo&) const @ 0x000000003c8a9081 6. ./build_docker/./src/Planner/PlannerJoinTree.cpp:914: DB::(anonymous namespace)::buildQueryPlanForTableExpression(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions const&, std::shared_ptr&, bool, bool) @ 0x00000000386c5b39 7. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2035: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386aadf5 8. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 9. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 17:57:31.874827 [ 71963 ] {bfc0080f-4ecb-4894-97b0-e38f4b9bdf01} executeQuery: Code: 141. DB::Exception: Storage test_nskjrhaw.t_remove_sample_by doesn't support sampling. (SAMPLING_NOT_SUPPORTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38954) (comment: 02097_remove_sample_by.sql) (in query: SELECT * FROM t_remove_sample_by SAMPLE 1 / 10;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:906: DB::QueryAnalyzer::validateTableExpressionModifiers(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d26d97 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5331: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd485a 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 9. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:57:31.880921 [ 71963 ] {} TCPHandler: Code: 141. DB::Exception: Storage test_nskjrhaw.t_remove_sample_by doesn't support sampling. (SAMPLING_NOT_SUPPORTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:906: DB::QueryAnalyzer::validateTableExpressionModifiers(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d26d97 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5331: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd485a 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 9. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:57:32.380114 [ 67332 ] {18db3058-ec6f-4870-8a6a-5ab3163957e9} executeQuery: Code: 507. DB::Exception: Sharding key modulo(key, 2) is not used. (UNABLE_TO_SKIP_UNUSED_SHARDS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38948) (comment: 01071_force_optimize_skip_unused_shards.sql) (in query: select * from dist_01071;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/StorageDistributed.cpp:1549: DB::StorageDistributed::getOptimizedCluster(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr const&) const @ 0x000000003c8adba8 5. ./build_docker/./src/Storages/StorageDistributed.cpp:448: DB::StorageDistributed::getQueryProcessingStage(std::shared_ptr, DB::QueryProcessingStage::Enum, std::shared_ptr const&, DB::SelectQueryInfo&) const @ 0x000000003c8a9081 6. ./build_docker/./src/Planner/PlannerJoinTree.cpp:914: DB::(anonymous namespace)::buildQueryPlanForTableExpression(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions const&, std::shared_ptr&, bool, bool) @ 0x00000000386c5b39 7. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2035: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386aadf5 8. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 9. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 17:57:32.386084 [ 67332 ] {} TCPHandler: Code: 507. DB::Exception: Sharding key modulo(key, 2) is not used. (UNABLE_TO_SKIP_UNUSED_SHARDS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/StorageDistributed.cpp:1549: DB::StorageDistributed::getOptimizedCluster(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr const&) const @ 0x000000003c8adba8 5. ./build_docker/./src/Storages/StorageDistributed.cpp:448: DB::StorageDistributed::getQueryProcessingStage(std::shared_ptr, DB::QueryProcessingStage::Enum, std::shared_ptr const&, DB::SelectQueryInfo&) const @ 0x000000003c8a9081 6. ./build_docker/./src/Planner/PlannerJoinTree.cpp:914: DB::(anonymous namespace)::buildQueryPlanForTableExpression(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions const&, std::shared_ptr&, bool, bool) @ 0x00000000386c5b39 7. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2035: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386aadf5 8. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 9. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 17:57:32.457030 [ 67332 ] {43c4a876-1903-46ff-9a0d-c3bf76a40ebc} executeQuery: Code: 507. DB::Exception: Sharding key modulo(key, 2) is not used. (UNABLE_TO_SKIP_UNUSED_SHARDS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38948) (comment: 01071_force_optimize_skip_unused_shards.sql) (in query: select * from dist_01071;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/StorageDistributed.cpp:1549: DB::StorageDistributed::getOptimizedCluster(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr const&) const @ 0x000000003c8adba8 5. ./build_docker/./src/Storages/StorageDistributed.cpp:448: DB::StorageDistributed::getQueryProcessingStage(std::shared_ptr, DB::QueryProcessingStage::Enum, std::shared_ptr const&, DB::SelectQueryInfo&) const @ 0x000000003c8a9081 6. ./build_docker/./src/Planner/PlannerJoinTree.cpp:914: DB::(anonymous namespace)::buildQueryPlanForTableExpression(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions const&, std::shared_ptr&, bool, bool) @ 0x00000000386c5b39 7. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2035: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386aadf5 8. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 9. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 17:57:32.463512 [ 67332 ] {} TCPHandler: Code: 507. DB::Exception: Sharding key modulo(key, 2) is not used. (UNABLE_TO_SKIP_UNUSED_SHARDS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/StorageDistributed.cpp:1549: DB::StorageDistributed::getOptimizedCluster(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr const&) const @ 0x000000003c8adba8 5. ./build_docker/./src/Storages/StorageDistributed.cpp:448: DB::StorageDistributed::getQueryProcessingStage(std::shared_ptr, DB::QueryProcessingStage::Enum, std::shared_ptr const&, DB::SelectQueryInfo&) const @ 0x000000003c8a9081 6. ./build_docker/./src/Planner/PlannerJoinTree.cpp:914: DB::(anonymous namespace)::buildQueryPlanForTableExpression(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions const&, std::shared_ptr&, bool, bool) @ 0x00000000386c5b39 7. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2035: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386aadf5 8. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 9. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 17:57:32.542146 [ 71963 ] {7be1564c-4693-471b-96aa-bdd1693698c9} executeQuery: Code: 36. DB::Exception: Table doesn't have SAMPLE BY, cannot remove. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38954) (comment: 02097_remove_sample_by.sql) (in query: ALTER TABLE t_remove_sample_by REMOVE SAMPLE BY;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/AlterCommands.cpp:1627: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6dc25c 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:57:32.546616 [ 71963 ] {} TCPHandler: Code: 36. DB::Exception: Table doesn't have SAMPLE BY, cannot remove. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/AlterCommands.cpp:1627: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6dc25c 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:57:32.857664 [ 56178 ] {55256d52-1d01-4241-9b91-99a32d1596f6} executeQuery: Code: 497. DB::Exception: user03141_1_test_xeklve7g_2797: Not enough privileges. To execute this query, it's necessary to have the grant SELECT(s) ON test_xeklve7g.test. (ACCESS_DENIED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38984) (comment: 03141_wildcard_grants_on_tables.sh) (in query: SELECT * FROM test_xeklve7g.test), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: auto bool DB::ContextAccess::checkAccessImplHelper>, std::basic_string_view>, std::vector>>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, std::basic_string_view> const&, std::vector> const&) const::'lambda'(int, FormatStringHelperImpl::type...>, $T&&...)::operator()(int, FormatStringHelperImpl::type...>, $T&&...) const @ 0x0000000033bb366a 4. ./build_docker/./src/Access/ContextAccess.cpp:664: auto bool DB::ContextAccess::checkAccessImplHelper>, std::basic_string_view>, std::vector>>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, std::basic_string_view> const&, std::vector> const&) const::'lambda'(DB::AccessFlags, $T&&...)::operator()> const&, std::basic_string_view> const&, std::vector> const&>(DB::AccessFlags, $T&&...) const @ 0x0000000033bafacf 5. ./build_docker/./src/Access/ContextAccess.cpp:702: bool DB::ContextAccess::checkAccessImplHelper>, std::basic_string_view>, std::vector>>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, std::basic_string_view> const&, std::vector> const&) const @ 0x0000000033badd3f 6. ./build_docker/./src/Access/ContextAccess.cpp:772: DB::ContextAccess::checkAccess(std::shared_ptr const&, DB::AccessFlags const&, std::basic_string_view>, std::basic_string_view>, std::vector> const&) const @ 0x0000000033b0ef41 7. ./src/Access/ContextAccess.h:261: void DB::Context::checkAccessImpl>>(DB::AccessFlags const&, String const&, String const&, std::vector> const&) const @ 0x00000000365b7ae9 8. ./build_docker/./src/Interpreters/Context.cpp:1684: DB::Context::checkAccess(DB::AccessFlags const&, DB::StorageID const&, std::vector> const&) const @ 0x0000000036521523 9. ./build_docker/./src/Planner/PlannerJoinTree.cpp:169: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386a58ed 10. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 11. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:57:32.866551 [ 56178 ] {} TCPHandler: Code: 497. DB::Exception: user03141_1_test_xeklve7g_2797: Not enough privileges. To execute this query, it's necessary to have the grant SELECT(s) ON test_xeklve7g.test. (ACCESS_DENIED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: auto bool DB::ContextAccess::checkAccessImplHelper>, std::basic_string_view>, std::vector>>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, std::basic_string_view> const&, std::vector> const&) const::'lambda'(int, FormatStringHelperImpl::type...>, $T&&...)::operator()(int, FormatStringHelperImpl::type...>, $T&&...) const @ 0x0000000033bb366a 4. ./build_docker/./src/Access/ContextAccess.cpp:664: auto bool DB::ContextAccess::checkAccessImplHelper>, std::basic_string_view>, std::vector>>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, std::basic_string_view> const&, std::vector> const&) const::'lambda'(DB::AccessFlags, $T&&...)::operator()> const&, std::basic_string_view> const&, std::vector> const&>(DB::AccessFlags, $T&&...) const @ 0x0000000033bafacf 5. ./build_docker/./src/Access/ContextAccess.cpp:702: bool DB::ContextAccess::checkAccessImplHelper>, std::basic_string_view>, std::vector>>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, std::basic_string_view> const&, std::vector> const&) const @ 0x0000000033badd3f 6. ./build_docker/./src/Access/ContextAccess.cpp:772: DB::ContextAccess::checkAccess(std::shared_ptr const&, DB::AccessFlags const&, std::basic_string_view>, std::basic_string_view>, std::vector> const&) const @ 0x0000000033b0ef41 7. ./src/Access/ContextAccess.h:261: void DB::Context::checkAccessImpl>>(DB::AccessFlags const&, String const&, String const&, std::vector> const&) const @ 0x00000000365b7ae9 8. ./build_docker/./src/Interpreters/Context.cpp:1684: DB::Context::checkAccess(DB::AccessFlags const&, DB::StorageID const&, std::vector> const&) const @ 0x0000000036521523 9. ./build_docker/./src/Planner/PlannerJoinTree.cpp:169: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386a58ed 10. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 11. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:57:33.096165 [ 67332 ] {59235205-3b00-4a15-be61-eddd6ee50671} executeQuery: Code: 507. DB::Exception: Sharding key is not deterministic. (UNABLE_TO_SKIP_UNUSED_SHARDS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38948) (comment: 01071_force_optimize_skip_unused_shards.sql) (in query: select * from dist_01071 where key = 0;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageDistributed.cpp:1548: DB::StorageDistributed::getOptimizedCluster(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr const&) const @ 0x000000003c8ade94 5. ./build_docker/./src/Storages/StorageDistributed.cpp:448: DB::StorageDistributed::getQueryProcessingStage(std::shared_ptr, DB::QueryProcessingStage::Enum, std::shared_ptr const&, DB::SelectQueryInfo&) const @ 0x000000003c8a9081 6. ./build_docker/./src/Planner/PlannerJoinTree.cpp:914: DB::(anonymous namespace)::buildQueryPlanForTableExpression(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions const&, std::shared_ptr&, bool, bool) @ 0x00000000386c5b39 7. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2035: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386aadf5 8. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 9. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 17:57:33.101783 [ 67332 ] {} TCPHandler: Code: 507. DB::Exception: Sharding key is not deterministic. (UNABLE_TO_SKIP_UNUSED_SHARDS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageDistributed.cpp:1548: DB::StorageDistributed::getOptimizedCluster(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr const&) const @ 0x000000003c8ade94 5. ./build_docker/./src/Storages/StorageDistributed.cpp:448: DB::StorageDistributed::getQueryProcessingStage(std::shared_ptr, DB::QueryProcessingStage::Enum, std::shared_ptr const&, DB::SelectQueryInfo&) const @ 0x000000003c8a9081 6. ./build_docker/./src/Planner/PlannerJoinTree.cpp:914: DB::(anonymous namespace)::buildQueryPlanForTableExpression(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions const&, std::shared_ptr&, bool, bool) @ 0x00000000386c5b39 7. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2035: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386aadf5 8. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 9. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 17:57:33.576443 [ 55901 ] {74496100-5360-467e-a889-1334126c60e4} executeQuery: Code: 507. DB::Exception: Sharding key modulo(sub_key, 2) is not used. (UNABLE_TO_SKIP_UNUSED_SHARDS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:51200) (comment: 01071_force_optimize_skip_unused_shards.sql) (in query: SELECT `__table1`.`key` AS `key`, `__table1`.`sub_key` AS `sub_key` FROM `test_d219q841`.`dist2_layer_01071` AS `__table1` WHERE `__table1`.`key` = 1), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/StorageDistributed.cpp:1549: DB::StorageDistributed::getOptimizedCluster(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr const&) const @ 0x000000003c8adba8 5. ./build_docker/./src/Storages/StorageDistributed.cpp:448: DB::StorageDistributed::getQueryProcessingStage(std::shared_ptr, DB::QueryProcessingStage::Enum, std::shared_ptr const&, DB::SelectQueryInfo&) const @ 0x000000003c8a9081 6. ./build_docker/./src/Planner/PlannerJoinTree.cpp:914: DB::(anonymous namespace)::buildQueryPlanForTableExpression(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions const&, std::shared_ptr&, bool, bool) @ 0x00000000386c5b39 7. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2035: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386aadf5 8. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 9. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 17:57:33.582093 [ 55901 ] {} TCPHandler: Code: 507. DB::Exception: Sharding key modulo(sub_key, 2) is not used. (UNABLE_TO_SKIP_UNUSED_SHARDS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/StorageDistributed.cpp:1549: DB::StorageDistributed::getOptimizedCluster(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr const&) const @ 0x000000003c8adba8 5. ./build_docker/./src/Storages/StorageDistributed.cpp:448: DB::StorageDistributed::getQueryProcessingStage(std::shared_ptr, DB::QueryProcessingStage::Enum, std::shared_ptr const&, DB::SelectQueryInfo&) const @ 0x000000003c8a9081 6. ./build_docker/./src/Planner/PlannerJoinTree.cpp:914: DB::(anonymous namespace)::buildQueryPlanForTableExpression(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions const&, std::shared_ptr&, bool, bool) @ 0x00000000386c5b39 7. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2035: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386aadf5 8. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 9. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 17:57:33.585918 [ 71963 ] {3a080073-01a6-40b7-9a2f-9de79bd5ae2c} executeQuery: Code: 59. DB::Exception: Invalid sampling column type in storage parameters: String. Must be one unsigned integer type. (ILLEGAL_TYPE_OF_COLUMN_FOR_FILTER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38954) (comment: 02097_remove_sample_by.sql) (in query: SELECT * FROM t_remove_sample_by SAMPLE 1 / 10;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:350: DB::MergeTreeDataSelectExecutor::getSampling(DB::SelectQueryInfo const&, DB::NamesAndTypesList, std::vector, std::allocator>> const&, DB::KeyCondition&, DB::MergeTreeData const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr) @ 0x000000003e1bbc88 5. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1760: DB::ReadFromMergeTree::selectRangesToRead(std::vector, std::allocator>>, std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, DB::MergeTreeData const&, std::vector> const&, std::shared_ptr, std::optional&, bool) @ 0x000000004088dd36 6. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1492: DB::ReadFromMergeTree::selectRangesToRead(std::vector, std::allocator>>, bool) const @ 0x000000004088a5a8 7. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1487: DB::ReadFromMergeTree::selectRangesToRead(bool) const @ 0x0000000040889d45 8. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1964: DB::ReadFromMergeTree::getAnalysisResult() const @ 0x00000000408a31f9 9. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:2073: DB::ReadFromMergeTree::initializePipeline(DB::QueryPipelineBuilder&, DB::BuildQueryPipelineSettings const&) @ 0x00000000408a8866 10. ./build_docker/./src/Processors/QueryPlan/ISourceStep.cpp:20: DB::ISourceStep::updatePipeline(std::vector>, std::allocator>>>, DB::BuildQueryPipelineSettings const&) @ 0x0000000040795b55 11. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:188: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040813a6f 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 17:57:33.591277 [ 71963 ] {} TCPHandler: Code: 59. DB::Exception: Invalid sampling column type in storage parameters: String. Must be one unsigned integer type. (ILLEGAL_TYPE_OF_COLUMN_FOR_FILTER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:350: DB::MergeTreeDataSelectExecutor::getSampling(DB::SelectQueryInfo const&, DB::NamesAndTypesList, std::vector, std::allocator>> const&, DB::KeyCondition&, DB::MergeTreeData const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr) @ 0x000000003e1bbc88 5. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1760: DB::ReadFromMergeTree::selectRangesToRead(std::vector, std::allocator>>, std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, DB::MergeTreeData const&, std::vector> const&, std::shared_ptr, std::optional&, bool) @ 0x000000004088dd36 6. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1492: DB::ReadFromMergeTree::selectRangesToRead(std::vector, std::allocator>>, bool) const @ 0x000000004088a5a8 7. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1487: DB::ReadFromMergeTree::selectRangesToRead(bool) const @ 0x0000000040889d45 8. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1964: DB::ReadFromMergeTree::getAnalysisResult() const @ 0x00000000408a31f9 9. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:2073: DB::ReadFromMergeTree::initializePipeline(DB::QueryPipelineBuilder&, DB::BuildQueryPipelineSettings const&) @ 0x00000000408a8866 10. ./build_docker/./src/Processors/QueryPlan/ISourceStep.cpp:20: DB::ISourceStep::updatePipeline(std::vector>, std::allocator>>>, DB::BuildQueryPipelineSettings const&) @ 0x0000000040795b55 11. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:188: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040813a6f 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 17:57:33.784481 [ 67332 ] {72c753de-f0cd-4fef-a132-260461a816f6} executeQuery: Code: 507. DB::Exception: Received from 127.0.0.2:9000. DB::Exception: Sharding key modulo(sub_key, 2) is not used. Stack trace: 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/StorageDistributed.cpp:1549: DB::StorageDistributed::getOptimizedCluster(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr const&) const @ 0x000000003c8adba8 5. ./build_docker/./src/Storages/StorageDistributed.cpp:448: DB::StorageDistributed::getQueryProcessingStage(std::shared_ptr, DB::QueryProcessingStage::Enum, std::shared_ptr const&, DB::SelectQueryInfo&) const @ 0x000000003c8a9081 6. ./build_docker/./src/Planner/PlannerJoinTree.cpp:914: DB::(anonymous namespace)::buildQueryPlanForTableExpression(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions const&, std::shared_ptr&, bool, bool) @ 0x00000000386c5b39 7. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2035: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386aadf5 8. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 9. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 : While executing Remote. (UNABLE_TO_SKIP_UNUSED_SHARDS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38948) (comment: 01071_force_optimize_skip_unused_shards.sql) (in query: select * from dist2_01071 where key = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:104: DB::readException(DB::ReadBuffer&, String const&, bool) @ 0x000000002083faee 3. ./build_docker/./src/Client/Connection.cpp:1426: DB::Connection::receiveException() const @ 0x000000003f024d93 4. ./build_docker/./src/Client/Connection.cpp:1255: DB::Connection::receivePacket() @ 0x000000003f03f117 5. ./build_docker/./src/Client/PacketReceiver.cpp:66: DB::PacketReceiver::Task::run(std::function, std::function) @ 0x000000003f12fa78 6. ./build_docker/./src/Common/AsyncTaskExecutor.cpp:88: DB::AsyncTaskExecutor::Routine::operator()(std::function) @ 0x0000000034b895b9 7. ./src/Common/Fiber.h:76: boost::context::detail::fiber_capture_record>::run() @ 0x0000000034b88925 8. ./contrib/boost/boost/context/fiber_ucontext.hpp:81: void boost::context::detail::fiber_entry_func>>(unsigned int, unsigned int) @ 0x0000000034b85ed2 2025.03.31 17:57:33.793959 [ 67332 ] {} TCPHandler: Code: 507. DB::Exception: Received from 127.0.0.2:9000. DB::Exception: Sharding key modulo(sub_key, 2) is not used. Stack trace: 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/StorageDistributed.cpp:1549: DB::StorageDistributed::getOptimizedCluster(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr const&) const @ 0x000000003c8adba8 5. ./build_docker/./src/Storages/StorageDistributed.cpp:448: DB::StorageDistributed::getQueryProcessingStage(std::shared_ptr, DB::QueryProcessingStage::Enum, std::shared_ptr const&, DB::SelectQueryInfo&) const @ 0x000000003c8a9081 6. ./build_docker/./src/Planner/PlannerJoinTree.cpp:914: DB::(anonymous namespace)::buildQueryPlanForTableExpression(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions const&, std::shared_ptr&, bool, bool) @ 0x00000000386c5b39 7. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2035: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386aadf5 8. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 9. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 : While executing Remote. (UNABLE_TO_SKIP_UNUSED_SHARDS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:104: DB::readException(DB::ReadBuffer&, String const&, bool) @ 0x000000002083faee 3. ./build_docker/./src/Client/Connection.cpp:1426: DB::Connection::receiveException() const @ 0x000000003f024d93 4. ./build_docker/./src/Client/Connection.cpp:1255: DB::Connection::receivePacket() @ 0x000000003f03f117 5. ./build_docker/./src/Client/PacketReceiver.cpp:66: DB::PacketReceiver::Task::run(std::function, std::function) @ 0x000000003f12fa78 6. ./build_docker/./src/Common/AsyncTaskExecutor.cpp:88: DB::AsyncTaskExecutor::Routine::operator()(std::function) @ 0x0000000034b895b9 7. ./src/Common/Fiber.h:76: boost::context::detail::fiber_capture_record>::run() @ 0x0000000034b88925 8. ./contrib/boost/boost/context/fiber_ucontext.hpp:81: void boost::context::detail::fiber_entry_func>>(unsigned int, unsigned int) @ 0x0000000034b85ed2 2025.03.31 17:57:36.202400 [ 71979 ] {b2516ccf-9b92-4c34-87eb-34291121093b} executeQuery: Code: 36. DB::Exception: Element of set in IN, VALUES, or LIMIT, or aggregate function parameter, or a table function argument is not a constant expression (result column not found): cityHash64(globalIn(materialize(0), (NULL, -2147483648, -9223372036854775808)), nan, 1024, _CAST(NULL, 'Nullable(Nothing)'), materialize(1.000100016593933), 0, _CAST(NULL, 'Nullable(Nothing)')). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:39062) (comment: 03234_evaluate_constant_analyzer.sql) (in query: SELECT count() FROM numbers(cityHash64(materialize(toLowCardinality(toNullable(0))) GLOBAL IN (NULL, -2147483648, -9223372036854775808), nan, 1024, NULL, materialize(1.000100016593933), 0, NULL), 4) AS n1, numbers(3) AS n2, numbers(6) AS n3 GROUP BY (NULL, cityHash64(inf, -2147483648, toLowCardinality(16), NULL, 10.000100135803223), cityHash64(1.1754943508222875e-38, NULL, NULL, NULL), 2147483647), cityHash64(0., 3, NULL, NULL, 10000000000., NULL, NULL) SETTINGS enable_analyzer = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:167: DB::evaluateConstantExpressionImpl(std::shared_ptr const&, std::shared_ptr const&, bool) @ 0x00000000391f7349 5. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:192: DB::evaluateConstantExpression(std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000391f9f93 6. ./build_docker/./src/TableFunctions/TableFunctionNumbers.cpp:102: DB::(anonymous namespace)::TableFunctionNumbers::evaluateArgument(std::shared_ptr, std::shared_ptr&) const @ 0x00000000273b3ed7 7. ./build_docker/./src/TableFunctions/TableFunctionNumbers.cpp:79: DB::(anonymous namespace)::TableFunctionNumbers::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000273b291b 8. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 9. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5107: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd9a14 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5107: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd9a14 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:57:36.209068 [ 71979 ] {} TCPHandler: Code: 36. DB::Exception: Element of set in IN, VALUES, or LIMIT, or aggregate function parameter, or a table function argument is not a constant expression (result column not found): cityHash64(globalIn(materialize(0), (NULL, -2147483648, -9223372036854775808)), nan, 1024, _CAST(NULL, 'Nullable(Nothing)'), materialize(1.000100016593933), 0, _CAST(NULL, 'Nullable(Nothing)')). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:167: DB::evaluateConstantExpressionImpl(std::shared_ptr const&, std::shared_ptr const&, bool) @ 0x00000000391f7349 5. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:192: DB::evaluateConstantExpression(std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000391f9f93 6. ./build_docker/./src/TableFunctions/TableFunctionNumbers.cpp:102: DB::(anonymous namespace)::TableFunctionNumbers::evaluateArgument(std::shared_ptr, std::shared_ptr&) const @ 0x00000000273b3ed7 7. ./build_docker/./src/TableFunctions/TableFunctionNumbers.cpp:79: DB::(anonymous namespace)::TableFunctionNumbers::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000273b291b 8. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 9. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5107: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd9a14 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5107: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd9a14 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:57:36.473187 [ 71968 ] {fa91cc23-05ad-452f-9a33-56aa686b2a61} executeQuery: Code: 497. DB::Exception: user03141_2_test_xeklve7g_32186: Not enough privileges. To execute this query, it's necessary to have the grant SELECT(s) ON test_xeklve7g.test. (ACCESS_DENIED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:40812) (comment: 03141_wildcard_grants_on_tables.sh) (in query: SELECT * FROM test_xeklve7g.test), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: auto bool DB::ContextAccess::checkAccessImplHelper>, std::basic_string_view>, std::vector>>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, std::basic_string_view> const&, std::vector> const&) const::'lambda'(int, FormatStringHelperImpl::type...>, $T&&...)::operator()(int, FormatStringHelperImpl::type...>, $T&&...) const @ 0x0000000033bb366a 4. ./build_docker/./src/Access/ContextAccess.cpp:664: auto bool DB::ContextAccess::checkAccessImplHelper>, std::basic_string_view>, std::vector>>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, std::basic_string_view> const&, std::vector> const&) const::'lambda'(DB::AccessFlags, $T&&...)::operator()> const&, std::basic_string_view> const&, std::vector> const&>(DB::AccessFlags, $T&&...) const @ 0x0000000033bafacf 5. ./build_docker/./src/Access/ContextAccess.cpp:702: bool DB::ContextAccess::checkAccessImplHelper>, std::basic_string_view>, std::vector>>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, std::basic_string_view> const&, std::vector> const&) const @ 0x0000000033badd3f 6. ./build_docker/./src/Access/ContextAccess.cpp:772: DB::ContextAccess::checkAccess(std::shared_ptr const&, DB::AccessFlags const&, std::basic_string_view>, std::basic_string_view>, std::vector> const&) const @ 0x0000000033b0ef41 7. ./src/Access/ContextAccess.h:261: void DB::Context::checkAccessImpl>>(DB::AccessFlags const&, String const&, String const&, std::vector> const&) const @ 0x00000000365b7ae9 8. ./build_docker/./src/Interpreters/Context.cpp:1684: DB::Context::checkAccess(DB::AccessFlags const&, DB::StorageID const&, std::vector> const&) const @ 0x0000000036521523 9. ./build_docker/./src/Planner/PlannerJoinTree.cpp:169: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386a58ed 10. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 11. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:57:36.481424 [ 71968 ] {} TCPHandler: Code: 497. DB::Exception: user03141_2_test_xeklve7g_32186: Not enough privileges. To execute this query, it's necessary to have the grant SELECT(s) ON test_xeklve7g.test. (ACCESS_DENIED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: auto bool DB::ContextAccess::checkAccessImplHelper>, std::basic_string_view>, std::vector>>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, std::basic_string_view> const&, std::vector> const&) const::'lambda'(int, FormatStringHelperImpl::type...>, $T&&...)::operator()(int, FormatStringHelperImpl::type...>, $T&&...) const @ 0x0000000033bb366a 4. ./build_docker/./src/Access/ContextAccess.cpp:664: auto bool DB::ContextAccess::checkAccessImplHelper>, std::basic_string_view>, std::vector>>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, std::basic_string_view> const&, std::vector> const&) const::'lambda'(DB::AccessFlags, $T&&...)::operator()> const&, std::basic_string_view> const&, std::vector> const&>(DB::AccessFlags, $T&&...) const @ 0x0000000033bafacf 5. ./build_docker/./src/Access/ContextAccess.cpp:702: bool DB::ContextAccess::checkAccessImplHelper>, std::basic_string_view>, std::vector>>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, std::basic_string_view> const&, std::vector> const&) const @ 0x0000000033badd3f 6. ./build_docker/./src/Access/ContextAccess.cpp:772: DB::ContextAccess::checkAccess(std::shared_ptr const&, DB::AccessFlags const&, std::basic_string_view>, std::basic_string_view>, std::vector> const&) const @ 0x0000000033b0ef41 7. ./src/Access/ContextAccess.h:261: void DB::Context::checkAccessImpl>>(DB::AccessFlags const&, String const&, String const&, std::vector> const&) const @ 0x00000000365b7ae9 8. ./build_docker/./src/Interpreters/Context.cpp:1684: DB::Context::checkAccess(DB::AccessFlags const&, DB::StorageID const&, std::vector> const&) const @ 0x0000000036521523 9. ./build_docker/./src/Planner/PlannerJoinTree.cpp:169: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386a58ed 10. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 11. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:57:37.326760 [ 4128 ] {4d17f87b-5cb3-4170-a789-4daa20b40835} executeQuery: Code: 497. DB::Exception: user03141_2_test_xeklve7g_32186: Not enough privileges. To execute this query, it's necessary to have the grant SELECT(s) ON test_xeklve7g.test_table. (ACCESS_DENIED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:40842) (comment: 03141_wildcard_grants_on_tables.sh) (in query: SELECT * FROM test_xeklve7g.test_table), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: auto bool DB::ContextAccess::checkAccessImplHelper>, std::basic_string_view>, std::vector>>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, std::basic_string_view> const&, std::vector> const&) const::'lambda'(int, FormatStringHelperImpl::type...>, $T&&...)::operator()(int, FormatStringHelperImpl::type...>, $T&&...) const @ 0x0000000033bb366a 4. ./build_docker/./src/Access/ContextAccess.cpp:664: auto bool DB::ContextAccess::checkAccessImplHelper>, std::basic_string_view>, std::vector>>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, std::basic_string_view> const&, std::vector> const&) const::'lambda'(DB::AccessFlags, $T&&...)::operator()> const&, std::basic_string_view> const&, std::vector> const&>(DB::AccessFlags, $T&&...) const @ 0x0000000033bafacf 5. ./build_docker/./src/Access/ContextAccess.cpp:702: bool DB::ContextAccess::checkAccessImplHelper>, std::basic_string_view>, std::vector>>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, std::basic_string_view> const&, std::vector> const&) const @ 0x0000000033badd3f 6. ./build_docker/./src/Access/ContextAccess.cpp:772: DB::ContextAccess::checkAccess(std::shared_ptr const&, DB::AccessFlags const&, std::basic_string_view>, std::basic_string_view>, std::vector> const&) const @ 0x0000000033b0ef41 7. ./src/Access/ContextAccess.h:261: void DB::Context::checkAccessImpl>>(DB::AccessFlags const&, String const&, String const&, std::vector> const&) const @ 0x00000000365b7ae9 8. ./build_docker/./src/Interpreters/Context.cpp:1684: DB::Context::checkAccess(DB::AccessFlags const&, DB::StorageID const&, std::vector> const&) const @ 0x0000000036521523 9. ./build_docker/./src/Planner/PlannerJoinTree.cpp:169: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386a58ed 10. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 11. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:57:37.334008 [ 4128 ] {} TCPHandler: Code: 497. DB::Exception: user03141_2_test_xeklve7g_32186: Not enough privileges. To execute this query, it's necessary to have the grant SELECT(s) ON test_xeklve7g.test_table. (ACCESS_DENIED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: auto bool DB::ContextAccess::checkAccessImplHelper>, std::basic_string_view>, std::vector>>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, std::basic_string_view> const&, std::vector> const&) const::'lambda'(int, FormatStringHelperImpl::type...>, $T&&...)::operator()(int, FormatStringHelperImpl::type...>, $T&&...) const @ 0x0000000033bb366a 4. ./build_docker/./src/Access/ContextAccess.cpp:664: auto bool DB::ContextAccess::checkAccessImplHelper>, std::basic_string_view>, std::vector>>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, std::basic_string_view> const&, std::vector> const&) const::'lambda'(DB::AccessFlags, $T&&...)::operator()> const&, std::basic_string_view> const&, std::vector> const&>(DB::AccessFlags, $T&&...) const @ 0x0000000033bafacf 5. ./build_docker/./src/Access/ContextAccess.cpp:702: bool DB::ContextAccess::checkAccessImplHelper>, std::basic_string_view>, std::vector>>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, std::basic_string_view> const&, std::vector> const&) const @ 0x0000000033badd3f 6. ./build_docker/./src/Access/ContextAccess.cpp:772: DB::ContextAccess::checkAccess(std::shared_ptr const&, DB::AccessFlags const&, std::basic_string_view>, std::basic_string_view>, std::vector> const&) const @ 0x0000000033b0ef41 7. ./src/Access/ContextAccess.h:261: void DB::Context::checkAccessImpl>>(DB::AccessFlags const&, String const&, String const&, std::vector> const&) const @ 0x00000000365b7ae9 8. ./build_docker/./src/Interpreters/Context.cpp:1684: DB::Context::checkAccess(DB::AccessFlags const&, DB::StorageID const&, std::vector> const&) const @ 0x0000000036521523 9. ./build_docker/./src/Planner/PlannerJoinTree.cpp:169: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386a58ed 10. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 11. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:57:37.476169 [ 72004 ] {910d89ca-f782-4d4d-8fb6-95aa1f82c2c8} executeQuery: Code: 60. DB::Exception: Table test_1zfr29cm.`02681_undrop_uuid` (282d58aa-da20-44d9-b9b8-e69d9a0f8ef8) is being dropped, has been dropped, or the database engine does not support UNDROP. (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:40836) (comment: 02681_undrop_query_uuid.sh) (in query: undrop table 02681_undrop_uuid UUID '282d58aa-da20-44d9-b9b8-e69d9a0f8ef8';), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:1192: DB::DatabaseCatalog::undropTable(DB::StorageID) @ 0x00000000368a4d04 5. ./build_docker/./src/Interpreters/InterpreterUndropQuery.cpp:66: DB::InterpreterUndropQuery::executeToTable(DB::ASTUndropQuery&) @ 0x000000003937b63f 6. ./build_docker/./src/Interpreters/InterpreterUndropQuery.cpp:40: DB::InterpreterUndropQuery::execute() @ 0x000000003937a011 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:57:37.483434 [ 72004 ] {} TCPHandler: Code: 60. DB::Exception: Table test_1zfr29cm.`02681_undrop_uuid` (282d58aa-da20-44d9-b9b8-e69d9a0f8ef8) is being dropped, has been dropped, or the database engine does not support UNDROP. (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:1192: DB::DatabaseCatalog::undropTable(DB::StorageID) @ 0x00000000368a4d04 5. ./build_docker/./src/Interpreters/InterpreterUndropQuery.cpp:66: DB::InterpreterUndropQuery::executeToTable(DB::ASTUndropQuery&) @ 0x000000003937b63f 6. ./build_docker/./src/Interpreters/InterpreterUndropQuery.cpp:40: DB::InterpreterUndropQuery::execute() @ 0x000000003937a011 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:57:38.226920 [ 71972 ] {14228211-815d-4f6c-96ad-199d84f78acc} executeQuery: Code: 497. DB::Exception: user03141_2_test_xeklve7g_32186: Not enough privileges. To execute this query, it's necessary to have the grant SELECT(s) ON test_xeklve7g.test_table_another_prefix. (ACCESS_DENIED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:40856) (comment: 03141_wildcard_grants_on_tables.sh) (in query: SELECT * FROM test_xeklve7g.test_table_another_prefix), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: auto bool DB::ContextAccess::checkAccessImplHelper>, std::basic_string_view>, std::vector>>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, std::basic_string_view> const&, std::vector> const&) const::'lambda'(int, FormatStringHelperImpl::type...>, $T&&...)::operator()(int, FormatStringHelperImpl::type...>, $T&&...) const @ 0x0000000033bb366a 4. ./build_docker/./src/Access/ContextAccess.cpp:664: auto bool DB::ContextAccess::checkAccessImplHelper>, std::basic_string_view>, std::vector>>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, std::basic_string_view> const&, std::vector> const&) const::'lambda'(DB::AccessFlags, $T&&...)::operator()> const&, std::basic_string_view> const&, std::vector> const&>(DB::AccessFlags, $T&&...) const @ 0x0000000033bafacf 5. ./build_docker/./src/Access/ContextAccess.cpp:702: bool DB::ContextAccess::checkAccessImplHelper>, std::basic_string_view>, std::vector>>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, std::basic_string_view> const&, std::vector> const&) const @ 0x0000000033badd3f 6. ./build_docker/./src/Access/ContextAccess.cpp:772: DB::ContextAccess::checkAccess(std::shared_ptr const&, DB::AccessFlags const&, std::basic_string_view>, std::basic_string_view>, std::vector> const&) const @ 0x0000000033b0ef41 7. ./src/Access/ContextAccess.h:261: void DB::Context::checkAccessImpl>>(DB::AccessFlags const&, String const&, String const&, std::vector> const&) const @ 0x00000000365b7ae9 8. ./build_docker/./src/Interpreters/Context.cpp:1684: DB::Context::checkAccess(DB::AccessFlags const&, DB::StorageID const&, std::vector> const&) const @ 0x0000000036521523 9. ./build_docker/./src/Planner/PlannerJoinTree.cpp:169: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386a58ed 10. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 11. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:57:38.234842 [ 71972 ] {} TCPHandler: Code: 497. DB::Exception: user03141_2_test_xeklve7g_32186: Not enough privileges. To execute this query, it's necessary to have the grant SELECT(s) ON test_xeklve7g.test_table_another_prefix. (ACCESS_DENIED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: auto bool DB::ContextAccess::checkAccessImplHelper>, std::basic_string_view>, std::vector>>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, std::basic_string_view> const&, std::vector> const&) const::'lambda'(int, FormatStringHelperImpl::type...>, $T&&...)::operator()(int, FormatStringHelperImpl::type...>, $T&&...) const @ 0x0000000033bb366a 4. ./build_docker/./src/Access/ContextAccess.cpp:664: auto bool DB::ContextAccess::checkAccessImplHelper>, std::basic_string_view>, std::vector>>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, std::basic_string_view> const&, std::vector> const&) const::'lambda'(DB::AccessFlags, $T&&...)::operator()> const&, std::basic_string_view> const&, std::vector> const&>(DB::AccessFlags, $T&&...) const @ 0x0000000033bafacf 5. ./build_docker/./src/Access/ContextAccess.cpp:702: bool DB::ContextAccess::checkAccessImplHelper>, std::basic_string_view>, std::vector>>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, std::basic_string_view> const&, std::vector> const&) const @ 0x0000000033badd3f 6. ./build_docker/./src/Access/ContextAccess.cpp:772: DB::ContextAccess::checkAccess(std::shared_ptr const&, DB::AccessFlags const&, std::basic_string_view>, std::basic_string_view>, std::vector> const&) const @ 0x0000000033b0ef41 7. ./src/Access/ContextAccess.h:261: void DB::Context::checkAccessImpl>>(DB::AccessFlags const&, String const&, String const&, std::vector> const&) const @ 0x00000000365b7ae9 8. ./build_docker/./src/Interpreters/Context.cpp:1684: DB::Context::checkAccess(DB::AccessFlags const&, DB::StorageID const&, std::vector> const&) const @ 0x0000000036521523 9. ./build_docker/./src/Planner/PlannerJoinTree.cpp:169: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386a58ed 10. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 11. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:57:41.814790 [ 67575 ] {fcb01493-b792-49b6-8b94-795d6cf670a8} executeQuery: Code: 497. DB::Exception: user03141_3_test_xeklve7g_4889: Not enough privileges. To execute this query, it's necessary to have the grant SELECT(s) ON test_xeklve7g.test. (ACCESS_DENIED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:40974) (comment: 03141_wildcard_grants_on_tables.sh) (in query: SELECT * FROM test_xeklve7g.test), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: auto bool DB::ContextAccess::checkAccessImplHelper>, std::basic_string_view>, std::vector>>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, std::basic_string_view> const&, std::vector> const&) const::'lambda'(int, FormatStringHelperImpl::type...>, $T&&...)::operator()(int, FormatStringHelperImpl::type...>, $T&&...) const @ 0x0000000033bb366a 4. ./build_docker/./src/Access/ContextAccess.cpp:664: auto bool DB::ContextAccess::checkAccessImplHelper>, std::basic_string_view>, std::vector>>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, std::basic_string_view> const&, std::vector> const&) const::'lambda'(DB::AccessFlags, $T&&...)::operator()> const&, std::basic_string_view> const&, std::vector> const&>(DB::AccessFlags, $T&&...) const @ 0x0000000033bafacf 5. ./build_docker/./src/Access/ContextAccess.cpp:702: bool DB::ContextAccess::checkAccessImplHelper>, std::basic_string_view>, std::vector>>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, std::basic_string_view> const&, std::vector> const&) const @ 0x0000000033badd3f 6. ./build_docker/./src/Access/ContextAccess.cpp:772: DB::ContextAccess::checkAccess(std::shared_ptr const&, DB::AccessFlags const&, std::basic_string_view>, std::basic_string_view>, std::vector> const&) const @ 0x0000000033b0ef41 7. ./src/Access/ContextAccess.h:261: void DB::Context::checkAccessImpl>>(DB::AccessFlags const&, String const&, String const&, std::vector> const&) const @ 0x00000000365b7ae9 8. ./build_docker/./src/Interpreters/Context.cpp:1684: DB::Context::checkAccess(DB::AccessFlags const&, DB::StorageID const&, std::vector> const&) const @ 0x0000000036521523 9. ./build_docker/./src/Planner/PlannerJoinTree.cpp:169: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386a58ed 10. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 11. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:57:41.822682 [ 67575 ] {} TCPHandler: Code: 497. DB::Exception: user03141_3_test_xeklve7g_4889: Not enough privileges. To execute this query, it's necessary to have the grant SELECT(s) ON test_xeklve7g.test. (ACCESS_DENIED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: auto bool DB::ContextAccess::checkAccessImplHelper>, std::basic_string_view>, std::vector>>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, std::basic_string_view> const&, std::vector> const&) const::'lambda'(int, FormatStringHelperImpl::type...>, $T&&...)::operator()(int, FormatStringHelperImpl::type...>, $T&&...) const @ 0x0000000033bb366a 4. ./build_docker/./src/Access/ContextAccess.cpp:664: auto bool DB::ContextAccess::checkAccessImplHelper>, std::basic_string_view>, std::vector>>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, std::basic_string_view> const&, std::vector> const&) const::'lambda'(DB::AccessFlags, $T&&...)::operator()> const&, std::basic_string_view> const&, std::vector> const&>(DB::AccessFlags, $T&&...) const @ 0x0000000033bafacf 5. ./build_docker/./src/Access/ContextAccess.cpp:702: bool DB::ContextAccess::checkAccessImplHelper>, std::basic_string_view>, std::vector>>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, std::basic_string_view> const&, std::vector> const&) const @ 0x0000000033badd3f 6. ./build_docker/./src/Access/ContextAccess.cpp:772: DB::ContextAccess::checkAccess(std::shared_ptr const&, DB::AccessFlags const&, std::basic_string_view>, std::basic_string_view>, std::vector> const&) const @ 0x0000000033b0ef41 7. ./src/Access/ContextAccess.h:261: void DB::Context::checkAccessImpl>>(DB::AccessFlags const&, String const&, String const&, std::vector> const&) const @ 0x00000000365b7ae9 8. ./build_docker/./src/Interpreters/Context.cpp:1684: DB::Context::checkAccess(DB::AccessFlags const&, DB::StorageID const&, std::vector> const&) const @ 0x0000000036521523 9. ./build_docker/./src/Planner/PlannerJoinTree.cpp:169: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386a58ed 10. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 11. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:57:42.119431 [ 1375 ] {5f1befea-8ed0-4208-b946-336ef3a39e96} executeQuery: Code: 33. DB::Exception: Last saved offsset for File a.txt is bigger than file size (311 > 0). (CANNOT_READ_ALL_DATA) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:40986) (comment: 02025_storage_filelog_virtual_col.sh) (in query: select * from file_log order by k settings stream_like_engine_allow_direct_select=1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception&>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity&>::type>, String const&, unsigned long&, std::fpos<__mbstate_t>&) @ 0x000000003d4d8077 4. ./build_docker/./src/Storages/FileLog/StorageFileLog.cpp:498: DB::StorageFileLog::openFilesAndSetPos() @ 0x000000003d4b980a 5. ./build_docker/./src/Storages/FileLog/StorageFileLog.cpp:122: DB::ReadFromStorageFileLog::makePipe() @ 0x000000003d4e3e0a 6. ./build_docker/./src/Processors/QueryPlan/ReadFromStreamLikeEngine.cpp:36: DB::ReadFromStreamLikeEngine::initializePipeline(DB::QueryPipelineBuilder&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040a32541 7. ./build_docker/./src/Processors/QueryPlan/ISourceStep.cpp:20: DB::ISourceStep::updatePipeline(std::vector>, std::allocator>>>, DB::BuildQueryPipelineSettings const&) @ 0x0000000040795b55 8. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:188: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040813a6f 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 17:57:42.130874 [ 1375 ] {} TCPHandler: Code: 33. DB::Exception: Last saved offsset for File a.txt is bigger than file size (311 > 0). (CANNOT_READ_ALL_DATA), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception&>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity&>::type>, String const&, unsigned long&, std::fpos<__mbstate_t>&) @ 0x000000003d4d8077 4. ./build_docker/./src/Storages/FileLog/StorageFileLog.cpp:498: DB::StorageFileLog::openFilesAndSetPos() @ 0x000000003d4b980a 5. ./build_docker/./src/Storages/FileLog/StorageFileLog.cpp:122: DB::ReadFromStorageFileLog::makePipe() @ 0x000000003d4e3e0a 6. ./build_docker/./src/Processors/QueryPlan/ReadFromStreamLikeEngine.cpp:36: DB::ReadFromStreamLikeEngine::initializePipeline(DB::QueryPipelineBuilder&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040a32541 7. ./build_docker/./src/Processors/QueryPlan/ISourceStep.cpp:20: DB::ISourceStep::updatePipeline(std::vector>, std::allocator>>>, DB::BuildQueryPipelineSettings const&) @ 0x0000000040795b55 8. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:188: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040813a6f 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 17:57:42.693644 [ 71983 ] {02ef1d25-0505-48a8-a0d5-8275b774d696} executeQuery: Code: 497. DB::Exception: user03141_3_test_xeklve7g_4889: Not enough privileges. To execute this query, it's necessary to have the grant SELECT(s) ON test_xeklve7g.test_table_prefix1. (ACCESS_DENIED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:40996) (comment: 03141_wildcard_grants_on_tables.sh) (in query: SELECT * FROM test_xeklve7g.test_table_prefix1), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: auto bool DB::ContextAccess::checkAccessImplHelper>, std::basic_string_view>, std::vector>>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, std::basic_string_view> const&, std::vector> const&) const::'lambda'(int, FormatStringHelperImpl::type...>, $T&&...)::operator()(int, FormatStringHelperImpl::type...>, $T&&...) const @ 0x0000000033bb366a 4. ./build_docker/./src/Access/ContextAccess.cpp:664: auto bool DB::ContextAccess::checkAccessImplHelper>, std::basic_string_view>, std::vector>>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, std::basic_string_view> const&, std::vector> const&) const::'lambda'(DB::AccessFlags, $T&&...)::operator()> const&, std::basic_string_view> const&, std::vector> const&>(DB::AccessFlags, $T&&...) const @ 0x0000000033bafacf 5. ./build_docker/./src/Access/ContextAccess.cpp:702: bool DB::ContextAccess::checkAccessImplHelper>, std::basic_string_view>, std::vector>>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, std::basic_string_view> const&, std::vector> const&) const @ 0x0000000033badd3f 6. ./build_docker/./src/Access/ContextAccess.cpp:772: DB::ContextAccess::checkAccess(std::shared_ptr const&, DB::AccessFlags const&, std::basic_string_view>, std::basic_string_view>, std::vector> const&) const @ 0x0000000033b0ef41 7. ./src/Access/ContextAccess.h:261: void DB::Context::checkAccessImpl>>(DB::AccessFlags const&, String const&, String const&, std::vector> const&) const @ 0x00000000365b7ae9 8. ./build_docker/./src/Interpreters/Context.cpp:1684: DB::Context::checkAccess(DB::AccessFlags const&, DB::StorageID const&, std::vector> const&) const @ 0x0000000036521523 9. ./build_docker/./src/Planner/PlannerJoinTree.cpp:169: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386a58ed 10. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 11. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:57:42.701401 [ 71983 ] {} TCPHandler: Code: 497. DB::Exception: user03141_3_test_xeklve7g_4889: Not enough privileges. To execute this query, it's necessary to have the grant SELECT(s) ON test_xeklve7g.test_table_prefix1. (ACCESS_DENIED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: auto bool DB::ContextAccess::checkAccessImplHelper>, std::basic_string_view>, std::vector>>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, std::basic_string_view> const&, std::vector> const&) const::'lambda'(int, FormatStringHelperImpl::type...>, $T&&...)::operator()(int, FormatStringHelperImpl::type...>, $T&&...) const @ 0x0000000033bb366a 4. ./build_docker/./src/Access/ContextAccess.cpp:664: auto bool DB::ContextAccess::checkAccessImplHelper>, std::basic_string_view>, std::vector>>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, std::basic_string_view> const&, std::vector> const&) const::'lambda'(DB::AccessFlags, $T&&...)::operator()> const&, std::basic_string_view> const&, std::vector> const&>(DB::AccessFlags, $T&&...) const @ 0x0000000033bafacf 5. ./build_docker/./src/Access/ContextAccess.cpp:702: bool DB::ContextAccess::checkAccessImplHelper>, std::basic_string_view>, std::vector>>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, std::basic_string_view> const&, std::vector> const&) const @ 0x0000000033badd3f 6. ./build_docker/./src/Access/ContextAccess.cpp:772: DB::ContextAccess::checkAccess(std::shared_ptr const&, DB::AccessFlags const&, std::basic_string_view>, std::basic_string_view>, std::vector> const&) const @ 0x0000000033b0ef41 7. ./src/Access/ContextAccess.h:261: void DB::Context::checkAccessImpl>>(DB::AccessFlags const&, String const&, String const&, std::vector> const&) const @ 0x00000000365b7ae9 8. ./build_docker/./src/Interpreters/Context.cpp:1684: DB::Context::checkAccess(DB::AccessFlags const&, DB::StorageID const&, std::vector> const&) const @ 0x0000000036521523 9. ./build_docker/./src/Planner/PlannerJoinTree.cpp:169: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386a58ed 10. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 11. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:57:44.173604 [ 71982 ] {c2dd18c6-e090-4d74-8094-90f255e00302} executeQuery: Code: 182. DB::Exception: Table expression merge(currentDatabase(), '^abc$') does not support column __table1._table in PREWHERE. In query SELECT f2 FROM merge(currentDatabase(), '^abc$') PREWHERE (_table = 'abc') AND (f1 = 'a') AND ((rand() % 100) < 20). (ILLEGAL_PREWHERE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41016) (comment: 01915_merge_prewhere_virtual_column_rand_chao_wang.sql) (in query: -- In version 20.12 this query sometimes produces an exception "Cannot find column" SELECT f2 FROM merge(currentDatabase(), '^abc$') PREWHERE _table = 'abc' AND f1 = 'a' AND rand() % 100 < 20;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. ./build_docker/./src/Planner/CollectTableExpressionData.cpp:228: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035efa8eb 5. ./src/Analyzer/InDepthQueryTreeVisitor.h:90: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035efa34a 6. ./src/Analyzer/InDepthQueryTreeVisitor.h:90: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035efa34a 7. ./src/Analyzer/InDepthQueryTreeVisitor.h:90: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035efa34a 8. ./src/Analyzer/InDepthQueryTreeVisitor.h:90: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035efa34a 9. ./build_docker/./src/Planner/CollectTableExpressionData.cpp:320: DB::collectTableExpressionData(std::shared_ptr&, std::shared_ptr&) @ 0x0000000035ef39dc 10. ./build_docker/./src/Planner/Planner.cpp:1494: DB::Planner::buildPlanForQueryNode() @ 0x000000003864d5df 11. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:57:44.180101 [ 71982 ] {} TCPHandler: Code: 182. DB::Exception: Table expression merge(currentDatabase(), '^abc$') does not support column __table1._table in PREWHERE. In query SELECT f2 FROM merge(currentDatabase(), '^abc$') PREWHERE (_table = 'abc') AND (f1 = 'a') AND ((rand() % 100) < 20). (ILLEGAL_PREWHERE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. ./build_docker/./src/Planner/CollectTableExpressionData.cpp:228: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035efa8eb 5. ./src/Analyzer/InDepthQueryTreeVisitor.h:90: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035efa34a 6. ./src/Analyzer/InDepthQueryTreeVisitor.h:90: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035efa34a 7. ./src/Analyzer/InDepthQueryTreeVisitor.h:90: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035efa34a 8. ./src/Analyzer/InDepthQueryTreeVisitor.h:90: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035efa34a 9. ./build_docker/./src/Planner/CollectTableExpressionData.cpp:320: DB::collectTableExpressionData(std::shared_ptr&, std::shared_ptr&) @ 0x0000000035ef39dc 10. ./build_docker/./src/Planner/Planner.cpp:1494: DB::Planner::buildPlanForQueryNode() @ 0x000000003864d5df 11. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:57:44.243117 [ 71982 ] {c00fb3b2-a61d-46d8-ab16-197920a2fb8a} executeQuery: Code: 182. DB::Exception: Table expression merge(currentDatabase(), '^abc$') does not support column __table1._table in PREWHERE. In query SELECT f2 FROM merge(currentDatabase(), '^abc$') PREWHERE (_table = 'abc') AND (f1 = 'a'). (ILLEGAL_PREWHERE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41016) (comment: 01915_merge_prewhere_virtual_column_rand_chao_wang.sql) (in query: SELECT f2 FROM merge(currentDatabase(), '^abc$') PREWHERE _table = 'abc' AND f1 = 'a';), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. ./build_docker/./src/Planner/CollectTableExpressionData.cpp:228: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035efa8eb 5. ./src/Analyzer/InDepthQueryTreeVisitor.h:90: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035efa34a 6. ./src/Analyzer/InDepthQueryTreeVisitor.h:90: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035efa34a 7. ./src/Analyzer/InDepthQueryTreeVisitor.h:90: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035efa34a 8. ./src/Analyzer/InDepthQueryTreeVisitor.h:90: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035efa34a 9. ./build_docker/./src/Planner/CollectTableExpressionData.cpp:320: DB::collectTableExpressionData(std::shared_ptr&, std::shared_ptr&) @ 0x0000000035ef39dc 10. ./build_docker/./src/Planner/Planner.cpp:1494: DB::Planner::buildPlanForQueryNode() @ 0x000000003864d5df 11. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:57:44.249865 [ 71982 ] {} TCPHandler: Code: 182. DB::Exception: Table expression merge(currentDatabase(), '^abc$') does not support column __table1._table in PREWHERE. In query SELECT f2 FROM merge(currentDatabase(), '^abc$') PREWHERE (_table = 'abc') AND (f1 = 'a'). (ILLEGAL_PREWHERE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. ./build_docker/./src/Planner/CollectTableExpressionData.cpp:228: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035efa8eb 5. ./src/Analyzer/InDepthQueryTreeVisitor.h:90: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035efa34a 6. ./src/Analyzer/InDepthQueryTreeVisitor.h:90: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035efa34a 7. ./src/Analyzer/InDepthQueryTreeVisitor.h:90: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035efa34a 8. ./src/Analyzer/InDepthQueryTreeVisitor.h:90: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035efa34a 9. ./build_docker/./src/Planner/CollectTableExpressionData.cpp:320: DB::collectTableExpressionData(std::shared_ptr&, std::shared_ptr&) @ 0x0000000035ef39dc 10. ./build_docker/./src/Planner/Planner.cpp:1494: DB::Planner::buildPlanForQueryNode() @ 0x000000003864d5df 11. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:57:44.480046 [ 71983 ] {818d3eac-edc0-4065-ba60-cf9cae55c2ca} executeQuery: Code: 43. DB::Exception: Second argument for function addSeconds must be a number. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41006) (comment: 02470_suspicious_low_cardinality_msan.sql) (in query: SELECT colAlias0, colAlias2, colAlias3 FROM alias_2__fuzz_25;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionDateOrDateTimeAddInterval::getReturnTypeImpl(std::vector> const&) const @ 0x000000000af18809 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. DB::FunctionBinaryArithmetic::executeDateTimeIntervalPlusMinus(std::vector> const&, std::shared_ptr const&, unsigned long, std::shared_ptr const&) const @ 0x000000001972b60a 10. DB::FunctionBinaryArithmetic::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000019728729 11. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 12. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 14. DB::IExecutableFunction::defaultImplementationForNulls(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf526d 15. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4674 16. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 17. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 18. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 19. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 20. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 21. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::createComputeAliasColumnsStep(std::unordered_map, std::equal_to, std::allocator>>&, DB::Block const&) @ 0x00000000386e7bb2 23. ./build_docker/./src/Planner/PlannerJoinTree.cpp:1104: DB::(anonymous namespace)::buildQueryPlanForTableExpression(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions const&, std::shared_ptr&, bool, bool) @ 0x00000000386c9196 24. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2035: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386aadf5 25. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 26. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:57:44.485717 [ 71983 ] {} TCPHandler: Code: 43. DB::Exception: Second argument for function addSeconds must be a number. (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionDateOrDateTimeAddInterval::getReturnTypeImpl(std::vector> const&) const @ 0x000000000af18809 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. DB::FunctionBinaryArithmetic::executeDateTimeIntervalPlusMinus(std::vector> const&, std::shared_ptr const&, unsigned long, std::shared_ptr const&) const @ 0x000000001972b60a 10. DB::FunctionBinaryArithmetic::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000019728729 11. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 12. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 14. DB::IExecutableFunction::defaultImplementationForNulls(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf526d 15. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4674 16. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 17. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 18. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 19. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 20. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 21. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::createComputeAliasColumnsStep(std::unordered_map, std::equal_to, std::allocator>>&, DB::Block const&) @ 0x00000000386e7bb2 23. ./build_docker/./src/Planner/PlannerJoinTree.cpp:1104: DB::(anonymous namespace)::buildQueryPlanForTableExpression(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions const&, std::shared_ptr&, bool, bool) @ 0x00000000386c9196 24. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2035: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386aadf5 25. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 26. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 17:57:45.869091 [ 68116 ] {63ef91dc-f51b-4ed4-b7bb-f8145c172c93} executeQuery: Code: 48. DB::Exception: Window frame 'GROUPS' is not implemented (while processing 'ORDER BY 100 ASC GROUPS BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED FOLLOWING'). (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41058) (comment: 02478_window_frame_type_groups.sql) (in query: SELECT toUInt64(dense_rank(1) OVER (ORDER BY 100 ASC GROUPS BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED FOLLOWING)) FROM numbers(10);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, DB::WindowFrame::FrameType const&, String&&) @ 0x00000000369bab4d 4. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:719: DB::ExpressionAnalyzer::makeWindowDescriptionFromAST(DB::Context const&, std::unordered_map, std::equal_to, std::allocator>> const&, std::shared_ptr, DB::WindowDescription&, DB::IAST const*) @ 0x000000003696e429 5. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:861: DB::ExpressionAnalyzer::makeWindowDescriptions(DB::ActionsDAG&) @ 0x0000000036972996 6. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:2179: DB::ExpressionAnalysisResult::ExpressionAnalysisResult(DB::SelectQueryExpressionAnalyzer&, std::shared_ptr const&, bool, bool, bool, std::shared_ptr const&, std::shared_ptr const&, DB::Block const&) @ 0x00000000369a6db3 7. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:1172: DB::InterpreterSelectQuery::getSampleBlockImpl() @ 0x000000003856c5d4 8. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:911: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr)::$_0::operator()(bool) const @ 0x000000003854abbd 9. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:921: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000038535ab7 10. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:302: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x0000000038527331 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector> const&) @ 0x00000000387a94b9 12. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:165: DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000387a3e1a 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x00000000387b810e 14. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:428: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x00000000387b2033 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:57:45.876638 [ 68116 ] {} TCPHandler: Code: 48. DB::Exception: Window frame 'GROUPS' is not implemented (while processing 'ORDER BY 100 ASC GROUPS BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED FOLLOWING'). (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, DB::WindowFrame::FrameType const&, String&&) @ 0x00000000369bab4d 4. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:719: DB::ExpressionAnalyzer::makeWindowDescriptionFromAST(DB::Context const&, std::unordered_map, std::equal_to, std::allocator>> const&, std::shared_ptr, DB::WindowDescription&, DB::IAST const*) @ 0x000000003696e429 5. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:861: DB::ExpressionAnalyzer::makeWindowDescriptions(DB::ActionsDAG&) @ 0x0000000036972996 6. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:2179: DB::ExpressionAnalysisResult::ExpressionAnalysisResult(DB::SelectQueryExpressionAnalyzer&, std::shared_ptr const&, bool, bool, bool, std::shared_ptr const&, std::shared_ptr const&, DB::Block const&) @ 0x00000000369a6db3 7. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:1172: DB::InterpreterSelectQuery::getSampleBlockImpl() @ 0x000000003856c5d4 8. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:911: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr)::$_0::operator()(bool) const @ 0x000000003854abbd 9. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:921: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000038535ab7 10. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:302: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x0000000038527331 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector> const&) @ 0x00000000387a94b9 12. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:165: DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000387a3e1a 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x00000000387b810e 14. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:428: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x00000000387b2033 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:57:46.337963 [ 68116 ] {20381817-a85b-4277-a406-7dfeb76ab2c6} executeQuery: Code: 48. DB::Exception: Window frame 'GROUPS' is not implemented. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41058) (comment: 02478_window_frame_type_groups.sql) (in query: SELECT toUInt64(dense_rank(1) OVER (ORDER BY 100 ASC GROUPS BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED FOLLOWING)) FROM numbers(10);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type>, DB::WindowFrame::FrameType&) @ 0x0000000038790bca 4. ./build_docker/./src/Planner/PlannerWindowFunctions.cpp:94: DB::extractWindowDescriptions(std::vector, std::allocator>> const&, DB::PlannerContext const&) @ 0x000000003878081a 5. ./build_docker/./src/Planner/PlannerExpressionAnalysis.cpp:292: DB::buildExpressionAnalysisResult(std::shared_ptr const&, std::vector> const&, std::shared_ptr const&, DB::PlannerQueryProcessingInfo const&) @ 0x000000003874a48b 6. ./build_docker/./src/Planner/Planner.cpp:1586: DB::Planner::buildPlanForQueryNode() @ 0x00000000386556d4 7. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 8. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 17:57:46.344598 [ 68116 ] {} TCPHandler: Code: 48. DB::Exception: Window frame 'GROUPS' is not implemented. (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type>, DB::WindowFrame::FrameType&) @ 0x0000000038790bca 4. ./build_docker/./src/Planner/PlannerWindowFunctions.cpp:94: DB::extractWindowDescriptions(std::vector, std::allocator>> const&, DB::PlannerContext const&) @ 0x000000003878081a 5. ./build_docker/./src/Planner/PlannerExpressionAnalysis.cpp:292: DB::buildExpressionAnalysisResult(std::shared_ptr const&, std::vector> const&, std::shared_ptr const&, DB::PlannerQueryProcessingInfo const&) @ 0x000000003874a48b 6. ./build_docker/./src/Planner/Planner.cpp:1586: DB::Planner::buildPlanForQueryNode() @ 0x00000000386556d4 7. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 8. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 17:57:47.995604 [ 71975 ] {80cc1e08-2843-4d82-a4af-4f143f9501cc} executeQuery: Code: 497. DB::Exception: user03141_1_test_xeklve7g_2797: Not enough privileges. The required privileges have been granted, but without grant option. To execute this query, it's necessary to have the grant SELECT ON test_xeklve7g.test WITH GRANT OPTION. (ACCESS_DENIED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33548) (comment: 03141_wildcard_grants_on_tables.sh) (in query: GRANT SELECT ON test_xeklve7g.test* TO user03141_1_test_xeklve7g_2797), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: auto bool DB::ContextAccess::checkAccessImplHelper>, String>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, String const&) const::'lambda'(int, FormatStringHelperImpl::type...>, $T&&...)::operator()(int, FormatStringHelperImpl::type...>, $T&&...) const @ 0x0000000033bc9e67 4. ./build_docker/./src/Access/ContextAccess.cpp:650: auto bool DB::ContextAccess::checkAccessImplHelper>, String>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, String const&) const::'lambda'(DB::AccessFlags, $T&&...)::operator()> const&, String const&>(DB::AccessFlags, $T&&...) const @ 0x0000000033bc5428 5. ./build_docker/./src/Access/ContextAccess.cpp:702: bool DB::ContextAccess::checkAccessImplHelper>, String>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, String const&) const @ 0x0000000033bc3951 6. ./build_docker/./src/Access/ContextAccess.cpp:772: bool DB::ContextAccess::checkAccessImplHelper(std::shared_ptr const&, DB::AccessRightsElement const&) const @ 0x0000000033bb47d3 7. ./build_docker/./src/Access/ContextAccess.cpp:0: DB::ContextAccess::checkGrantOption(std::shared_ptr const&, DB::AccessRightsElements const&) const @ 0x0000000033b103f3 8. ./src/Access/ContextAccess.h:272: DB::InterpreterGrantQuery::execute() @ 0x000000003b3fd8da 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 17:57:48.003335 [ 71975 ] {} TCPHandler: Code: 497. DB::Exception: user03141_1_test_xeklve7g_2797: Not enough privileges. The required privileges have been granted, but without grant option. To execute this query, it's necessary to have the grant SELECT ON test_xeklve7g.test WITH GRANT OPTION. (ACCESS_DENIED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: auto bool DB::ContextAccess::checkAccessImplHelper>, String>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, String const&) const::'lambda'(int, FormatStringHelperImpl::type...>, $T&&...)::operator()(int, FormatStringHelperImpl::type...>, $T&&...) const @ 0x0000000033bc9e67 4. ./build_docker/./src/Access/ContextAccess.cpp:650: auto bool DB::ContextAccess::checkAccessImplHelper>, String>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, String const&) const::'lambda'(DB::AccessFlags, $T&&...)::operator()> const&, String const&>(DB::AccessFlags, $T&&...) const @ 0x0000000033bc5428 5. ./build_docker/./src/Access/ContextAccess.cpp:702: bool DB::ContextAccess::checkAccessImplHelper>, String>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, String const&) const @ 0x0000000033bc3951 6. ./build_docker/./src/Access/ContextAccess.cpp:772: bool DB::ContextAccess::checkAccessImplHelper(std::shared_ptr const&, DB::AccessRightsElement const&) const @ 0x0000000033bb47d3 7. ./build_docker/./src/Access/ContextAccess.cpp:0: DB::ContextAccess::checkGrantOption(std::shared_ptr const&, DB::AccessRightsElements const&) const @ 0x0000000033b103f3 8. ./src/Access/ContextAccess.h:272: DB::InterpreterGrantQuery::execute() @ 0x000000003b3fd8da 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 17:57:49.375607 [ 71964 ] {04ff6c14-80f9-479f-a7f9-3eb573dc1096} executeQuery: Code: 497. DB::Exception: user03141_1_test_xeklve7g_2797: Not enough privileges. To execute this query, it's necessary to have the grant SELECT ON test_xeklve7g.test2 WITH GRANT OPTION. (ACCESS_DENIED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33560) (comment: 03141_wildcard_grants_on_tables.sh) (in query: GRANT SELECT ON test_xeklve7g.test2* TO user03141_1_test_xeklve7g_2797), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: auto bool DB::ContextAccess::checkAccessImplHelper>, String>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, String const&) const::'lambda'(int, FormatStringHelperImpl::type...>, $T&&...)::operator()(int, FormatStringHelperImpl::type...>, $T&&...) const @ 0x0000000033bc9e67 4. ./build_docker/./src/Access/ContextAccess.cpp:664: auto bool DB::ContextAccess::checkAccessImplHelper>, String>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, String const&) const::'lambda'(DB::AccessFlags, $T&&...)::operator()> const&, String const&>(DB::AccessFlags, $T&&...) const @ 0x0000000033bc5c2f 5. ./build_docker/./src/Access/ContextAccess.cpp:702: bool DB::ContextAccess::checkAccessImplHelper>, String>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, String const&) const @ 0x0000000033bc3951 6. ./build_docker/./src/Access/ContextAccess.cpp:772: bool DB::ContextAccess::checkAccessImplHelper(std::shared_ptr const&, DB::AccessRightsElement const&) const @ 0x0000000033bb47d3 7. ./build_docker/./src/Access/ContextAccess.cpp:0: DB::ContextAccess::checkGrantOption(std::shared_ptr const&, DB::AccessRightsElements const&) const @ 0x0000000033b103f3 8. ./src/Access/ContextAccess.h:272: DB::InterpreterGrantQuery::execute() @ 0x000000003b3fd8da 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 17:57:49.383243 [ 71964 ] {} TCPHandler: Code: 497. DB::Exception: user03141_1_test_xeklve7g_2797: Not enough privileges. To execute this query, it's necessary to have the grant SELECT ON test_xeklve7g.test2 WITH GRANT OPTION. (ACCESS_DENIED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: auto bool DB::ContextAccess::checkAccessImplHelper>, String>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, String const&) const::'lambda'(int, FormatStringHelperImpl::type...>, $T&&...)::operator()(int, FormatStringHelperImpl::type...>, $T&&...) const @ 0x0000000033bc9e67 4. ./build_docker/./src/Access/ContextAccess.cpp:664: auto bool DB::ContextAccess::checkAccessImplHelper>, String>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, String const&) const::'lambda'(DB::AccessFlags, $T&&...)::operator()> const&, String const&>(DB::AccessFlags, $T&&...) const @ 0x0000000033bc5c2f 5. ./build_docker/./src/Access/ContextAccess.cpp:702: bool DB::ContextAccess::checkAccessImplHelper>, String>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, String const&) const @ 0x0000000033bc3951 6. ./build_docker/./src/Access/ContextAccess.cpp:772: bool DB::ContextAccess::checkAccessImplHelper(std::shared_ptr const&, DB::AccessRightsElement const&) const @ 0x0000000033bb47d3 7. ./build_docker/./src/Access/ContextAccess.cpp:0: DB::ContextAccess::checkGrantOption(std::shared_ptr const&, DB::AccessRightsElements const&) const @ 0x0000000033b103f3 8. ./src/Access/ContextAccess.h:272: DB::InterpreterGrantQuery::execute() @ 0x000000003b3fd8da 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 17:57:49.664298 [ 71975 ] {44eba93d-a0bd-4527-8291-65325c37068f} executeQuery: Code: 41. DB::Exception: Cannot read DateTime: unexpected word after Date: In scope SELECT parseDateTimeBestEffort(toFixedString('01/12/2017,', 11)). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33574) (comment: 03014_msan_parse_date_time.sql) (in query: SELECT parseDateTimeBestEffort(toFixedString('01/12/2017,', 11));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/IO/parseDateTimeBestEffort.cpp:99: DB::parseDateTimeBestEffort(long&, DB::ReadBuffer&, DateLUTImpl const&, DateLUTImpl const&) @ 0x00000000208c61f0 5. ./src/Functions/FunctionsConversion.h:983: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, unsigned int) @ 0x0000000032d16224 6. ./src/Functions/FunctionsConversion.h:2666: DB::detail::FunctionConvertFromString::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032ced002 7. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 8. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 10. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 17:57:49.669826 [ 71975 ] {} TCPHandler: Code: 41. DB::Exception: Cannot read DateTime: unexpected word after Date: In scope SELECT parseDateTimeBestEffort(toFixedString('01/12/2017,', 11)). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/IO/parseDateTimeBestEffort.cpp:99: DB::parseDateTimeBestEffort(long&, DB::ReadBuffer&, DateLUTImpl const&, DateLUTImpl const&) @ 0x00000000208c61f0 5. ./src/Functions/FunctionsConversion.h:983: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, unsigned int) @ 0x0000000032d16224 6. ./src/Functions/FunctionsConversion.h:2666: DB::detail::FunctionConvertFromString::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032ced002 7. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 8. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 10. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 17:57:50.854120 [ 55896 ] {77156dfe-cb0e-4aa7-a6f4-62ffcdd0610c} executeQuery: Code: 36. DB::Exception: Cannot drop column x because it's affected by mutation with ID '0000000001' which is not finished yet. Wait this mutation, or KILL it with command "KILL MUTATION WHERE mutation_id = '0000000001'". (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33600) (comment: 02597_column_delete_and_replication.sql) (in query: ALTER TABLE test DROP COLUMN x SETTINGS mutations_sync = 2;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::MergeTreeData::checkDropCommandDoesntAffectInProgressMutations(DB::AlterCommand const&, std::map, std::allocator>> const&, std::shared_ptr) const::$_0::operator()(String const&, String const&, String const&) const @ 0x000000003dfcde2b 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:8517: DB::MergeTreeData::checkDropCommandDoesntAffectInProgressMutations(DB::AlterCommand const&, std::map, std::allocator>> const&, std::shared_ptr) const @ 0x000000003deb7122 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3574: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea654a 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 17:57:50.860219 [ 55896 ] {} TCPHandler: Code: 36. DB::Exception: Cannot drop column x because it's affected by mutation with ID '0000000001' which is not finished yet. Wait this mutation, or KILL it with command "KILL MUTATION WHERE mutation_id = '0000000001'". (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::MergeTreeData::checkDropCommandDoesntAffectInProgressMutations(DB::AlterCommand const&, std::map, std::allocator>> const&, std::shared_ptr) const::$_0::operator()(String const&, String const&, String const&) const @ 0x000000003dfcde2b 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:8517: DB::MergeTreeData::checkDropCommandDoesntAffectInProgressMutations(DB::AlterCommand const&, std::map, std::allocator>> const&, std::shared_ptr) const @ 0x000000003deb7122 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3574: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea654a 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 17:57:53.399821 [ 1426 ] {d3068f42-4fa1-4c7f-9669-1c35c89499fe} executeQuery: Code: 497. DB::Exception: user_03273_dictionary_rbac_test_zds57574: Not enough privileges. To execute this query, it's necessary to have the grant dictGet ON test_zds57574.dict_03273_dictionary_rbac_test_zds57574: In scope SELECT dictGet(dict_03273_dictionary_rbac_test_zds57574, 'value', 1). (ACCESS_DENIED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33708) (comment: 03273_dictionary_rbac.sh) (in query: SELECT dictGet(dict_03273_dictionary_rbac_test_zds57574, 'value', 1);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: auto bool DB::ContextAccess::checkAccessImplHelper>, std::basic_string_view>>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, std::basic_string_view> const&) const::'lambda'(int, FormatStringHelperImpl::type...>, $T&&...)::operator()(int, FormatStringHelperImpl::type...>, $T&&...) const @ 0x0000000033b9ef5b 4. ./build_docker/./src/Access/ContextAccess.cpp:664: auto bool DB::ContextAccess::checkAccessImplHelper>, std::basic_string_view>>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, std::basic_string_view> const&) const::'lambda'(DB::AccessFlags, $T&&...)::operator()> const&, std::basic_string_view> const&>(DB::AccessFlags, $T&&...) const @ 0x0000000033b9b416 5. ./build_docker/./src/Access/ContextAccess.cpp:702: bool DB::ContextAccess::checkAccessImplHelper>, std::basic_string_view>>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, std::basic_string_view> const&) const @ 0x0000000033b996b9 6. ./build_docker/./src/Access/ContextAccess.cpp:772: DB::ContextAccess::checkAccess(std::shared_ptr const&, DB::AccessFlags const&, std::basic_string_view>, std::basic_string_view>) const @ 0x0000000033b0e61d 7. ./src/Access/ContextAccess.h:258: void DB::Context::checkAccessImpl>, std::basic_string_view>>(DB::AccessFlags const&, std::basic_string_view> const&, std::basic_string_view> const&) const @ 0x00000000365b562f 8. ./build_docker/./src/Interpreters/Context.cpp:1677: DB::Context::checkAccess(DB::AccessFlags const&, std::basic_string_view>, std::basic_string_view>) const @ 0x000000003652050f 9. DB::FunctionDictHelper::getDictionary(String const&) @ 0x0000000008e5ec23 10. DB::FunctionDictGetNoType<(DB::DictionaryGetFunctionType)0>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008e5355a 11. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 12. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 14. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 15. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 16. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 17. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 25. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 28. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 29. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 30. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 31. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 2025.03.31 17:57:53.407278 [ 1426 ] {} TCPHandler: Code: 497. DB::Exception: user_03273_dictionary_rbac_test_zds57574: Not enough privileges. To execute this query, it's necessary to have the grant dictGet ON test_zds57574.dict_03273_dictionary_rbac_test_zds57574: In scope SELECT dictGet(dict_03273_dictionary_rbac_test_zds57574, 'value', 1). (ACCESS_DENIED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: auto bool DB::ContextAccess::checkAccessImplHelper>, std::basic_string_view>>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, std::basic_string_view> const&) const::'lambda'(int, FormatStringHelperImpl::type...>, $T&&...)::operator()(int, FormatStringHelperImpl::type...>, $T&&...) const @ 0x0000000033b9ef5b 4. ./build_docker/./src/Access/ContextAccess.cpp:664: auto bool DB::ContextAccess::checkAccessImplHelper>, std::basic_string_view>>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, std::basic_string_view> const&) const::'lambda'(DB::AccessFlags, $T&&...)::operator()> const&, std::basic_string_view> const&>(DB::AccessFlags, $T&&...) const @ 0x0000000033b9b416 5. ./build_docker/./src/Access/ContextAccess.cpp:702: bool DB::ContextAccess::checkAccessImplHelper>, std::basic_string_view>>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, std::basic_string_view> const&) const @ 0x0000000033b996b9 6. ./build_docker/./src/Access/ContextAccess.cpp:772: DB::ContextAccess::checkAccess(std::shared_ptr const&, DB::AccessFlags const&, std::basic_string_view>, std::basic_string_view>) const @ 0x0000000033b0e61d 7. ./src/Access/ContextAccess.h:258: void DB::Context::checkAccessImpl>, std::basic_string_view>>(DB::AccessFlags const&, std::basic_string_view> const&, std::basic_string_view> const&) const @ 0x00000000365b562f 8. ./build_docker/./src/Interpreters/Context.cpp:1677: DB::Context::checkAccess(DB::AccessFlags const&, std::basic_string_view>, std::basic_string_view>) const @ 0x000000003652050f 9. DB::FunctionDictHelper::getDictionary(String const&) @ 0x0000000008e5ec23 10. DB::FunctionDictGetNoType<(DB::DictionaryGetFunctionType)0>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008e5355a 11. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 12. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 14. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 15. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 16. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 17. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 25. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 28. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 29. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 30. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 31. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 2025.03.31 17:57:56.054103 [ 71989 ] {450d00b1-dd99-48ac-9632-d09155bd393c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `_1000` in scope SELECT _1000. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33604) (comment: 02493_numeric_literals_with_underscores.sql) (in query: -- Things that are not a number select _1000;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:57:56.060297 [ 71989 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `_1000` in scope SELECT _1000. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:57:56.799409 [ 71989 ] {e435e01e-398a-4cc9-af40-faade6a64d1f} executeQuery: Code: 47. DB::Exception: Unknown expression or function identifier `_1` in scope SELECT -_1. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33604) (comment: 02493_numeric_literals_with_underscores.sql) (in query: select -_1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:57:56.805465 [ 71989 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression or function identifier `_1` in scope SELECT -_1. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:57:56.905132 [ 71989 ] {68d8aa7e-6e33-4831-a6f8-683e9d07a383} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `_1` in scope SELECT _1. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33604) (comment: 02493_numeric_literals_with_underscores.sql) (in query: select +_1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:57:56.910607 [ 71989 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `_1` in scope SELECT _1. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:57:56.945167 [ 71989 ] {6f4b7b4b-8c06-4b9f-9f5d-bf51379ccc44} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `1__0` in scope SELECT `1__0`. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33604) (comment: 02493_numeric_literals_with_underscores.sql) (in query: select 1__0;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:57:56.953078 [ 71989 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `1__0` in scope SELECT `1__0`. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:57:56.975725 [ 71989 ] {8c910464-a2ce-4b63-b552-71a42962e9c6} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `1_` in scope SELECT `1_`. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33604) (comment: 02493_numeric_literals_with_underscores.sql) (in query: select 1_;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:57:56.980694 [ 71989 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `1_` in scope SELECT `1_`. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:57:57.004359 [ 71989 ] {822e0964-bbbc-4cf0-8e4f-d10c8ce65187} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `1_` in scope SELECT `1_`. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33604) (comment: 02493_numeric_literals_with_underscores.sql) (in query: select 1_ ;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:57:57.010314 [ 71989 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `1_` in scope SELECT `1_`. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:57:57.034318 [ 71989 ] {c803654a-b6cf-47d4-a5bf-254335507b56} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `10_` in scope SELECT `10_`. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33604) (comment: 02493_numeric_literals_with_underscores.sql) (in query: select 10_;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:57:57.039864 [ 71989 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `10_` in scope SELECT `10_`. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:57:57.064413 [ 71989 ] {8c8de53e-ff9e-499c-ba13-ab6a37f15464} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `1_e5` in scope SELECT `1_e5`. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33604) (comment: 02493_numeric_literals_with_underscores.sql) (in query: select 1_e5;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:57:57.069982 [ 71989 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `1_e5` in scope SELECT `1_e5`. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:57:57.092916 [ 71989 ] {fd34a8d1-9056-4de4-aece-baf1b7e8f920} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `1e_5` in scope SELECT `1e_5`. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33604) (comment: 02493_numeric_literals_with_underscores.sql) (in query: select 1e_5;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:57:57.097407 [ 71989 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `1e_5` in scope SELECT `1e_5`. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:57:57.120594 [ 71989 ] {dda04720-ddb7-431d-83e8-f1219fb62f61} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `1e5_` in scope SELECT `1e5_`. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33604) (comment: 02493_numeric_literals_with_underscores.sql) (in query: select 1e5_;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:57:57.125894 [ 71989 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `1e5_` in scope SELECT `1e5_`. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:57:57.149461 [ 71989 ] {75b32e48-c7c8-4182-a015-6776a221af2d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `1e_` in scope SELECT `1e_`. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33604) (comment: 02493_numeric_literals_with_underscores.sql) (in query: select 1e_;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:57:57.155676 [ 71989 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `1e_` in scope SELECT `1e_`. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:57:57.183246 [ 71989 ] {6db7053f-c045-4b73-8a9b-65aa54f6f392} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `1e_1` in scope SELECT `1e_1`. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33604) (comment: 02493_numeric_literals_with_underscores.sql) (in query: select 1e_1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:57:57.191584 [ 71989 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `1e_1` in scope SELECT `1e_1`. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:57:57.213159 [ 71989 ] {f6e5cd10-b143-4109-8b7c-013d32edc21a} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `0_x2` in scope SELECT `0_x2`. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33604) (comment: 02493_numeric_literals_with_underscores.sql) (in query: select 0_x2;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:57:57.218076 [ 71989 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `0_x2` in scope SELECT `0_x2`. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:57:57.240077 [ 71989 ] {d293ccd4-6ddf-487b-b704-35ecff0e75fd} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `0x2_p2` in scope SELECT `0x2_p2`. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33604) (comment: 02493_numeric_literals_with_underscores.sql) (in query: select 0x2_p2;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:57:57.245097 [ 71989 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `0x2_p2` in scope SELECT `0x2_p2`. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:57:57.268630 [ 71989 ] {c4b09aa6-0fa7-4d44-bf4e-1a28f36bbd8c} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `0x2p_2` in scope SELECT `0x2p_2`. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33604) (comment: 02493_numeric_literals_with_underscores.sql) (in query: select 0x2p_2;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:57:57.274308 [ 71989 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `0x2p_2` in scope SELECT `0x2p_2`. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:57:57.296254 [ 71989 ] {f37e6804-dca1-49bb-a9da-b0cdbe7d96d9} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `0x2p2_` in scope SELECT `0x2p2_`. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33604) (comment: 02493_numeric_literals_with_underscores.sql) (in query: select 0x2p2_;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:57:57.301373 [ 71989 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `0x2p2_` in scope SELECT `0x2p2_`. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:57:57.326056 [ 71989 ] {3006ae93-c786-4212-a9b3-f0b1f2b5d36e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `0b` in scope SELECT `0b`. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33604) (comment: 02493_numeric_literals_with_underscores.sql) (in query: select 0b;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:57:57.331513 [ 71989 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `0b` in scope SELECT `0b`. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:57:57.355049 [ 71989 ] {f1b9d588-1cae-4e46-850d-c5fc8d31c922} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `0b` in scope SELECT `0b`. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33604) (comment: 02493_numeric_literals_with_underscores.sql) (in query: select 0b ;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:57:57.360636 [ 71989 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `0b` in scope SELECT `0b`. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:57:57.384687 [ 71989 ] {244c22e7-fd01-436c-b611-282826a40101} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `0x` in scope SELECT `0x`. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33604) (comment: 02493_numeric_literals_with_underscores.sql) (in query: select 0x;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:57:57.390150 [ 71989 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `0x` in scope SELECT `0x`. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:57:57.420479 [ 71989 ] {2fcd6697-0f56-4e37-88f2-b780cbc25194} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `0x` in scope SELECT `0x`. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33604) (comment: 02493_numeric_literals_with_underscores.sql) (in query: select 0x ;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:57:57.426102 [ 71989 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `0x` in scope SELECT `0x`. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:57:57.448150 [ 71989 ] {b5e503a5-d7cd-4b13-bc79-2accf35d12d2} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `0x_` in scope SELECT `0x_`. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33604) (comment: 02493_numeric_literals_with_underscores.sql) (in query: select 0x_;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:57:57.453352 [ 71989 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `0x_` in scope SELECT `0x_`. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:57:57.476199 [ 71989 ] {1532b756-4a93-482c-8c5e-404f414e6e3e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `0x_1` in scope SELECT `0x_1`. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33604) (comment: 02493_numeric_literals_with_underscores.sql) (in query: select 0x_1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:57:57.481597 [ 71989 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `0x_1` in scope SELECT `0x_1`. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:58:06.512927 [ 1426 ] {61b30126-5d8f-485a-8e8d-5bfe5e8cf21e} executeQuery: Code: 153. DB::Exception: Division by zero: In scope SELECT tupleIntDiv((15, 10, 5), (0, 0, 0)). (ILLEGAL_DIVISION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:43940) (comment: 03033_tupleIntXYZ_and_tupleModulo.sql) (in query: SELECT tupleIntDiv((15, 10, 5), (0, 0, 0));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. void DB::impl_::BinaryOperation, char8_t>::process<(DB::impl_::OpCase)0>(char8_t const*, char8_t const*, char8_t*, unsigned long, DB::PODArray, 63ul, 64ul> const*) @ 0x000000001200c313 5. COW::immutable_ptr DB::FunctionBinaryArithmetic::executeNumeric, DB::DataTypeNumber>(std::vector> const&, DB::DataTypeNumber const&, DB::DataTypeNumber const&, DB::PODArray, 63ul, 64ul> const*) const @ 0x0000000012680f58 6. bool DB::FunctionBinaryArithmetic::castType::castBothTypes::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const::'lambda'(auto const&, auto const&)>(DB::IDataType const*, DB::IDataType const*, auto&&)::'lambda'(auto const&)::operator()>(auto const&) const::'lambda'(auto const&)>(DB::IDataType const*, auto&&) @ 0x0000000012679cfa 7. bool DB::FunctionBinaryArithmetic::castType::castBothTypes::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const::'lambda'(auto const&, auto const&)>(DB::IDataType const*, DB::IDataType const*, auto&&)::'lambda'(auto const&)>(DB::IDataType const*, auto&&) @ 0x00000000126773a6 8. DB::FunctionBinaryArithmetic::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const @ 0x0000000012668453 9. DB::FunctionBinaryArithmetic::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000012662eeb 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 15. DB::FunctionTupleOperator::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001c17d1c6 16. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 17. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 18. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 19. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 20. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 21. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 22. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 30. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 31. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 2025.03.31 17:58:06.518610 [ 1426 ] {} TCPHandler: Code: 153. DB::Exception: Division by zero: In scope SELECT tupleIntDiv((15, 10, 5), (0, 0, 0)). (ILLEGAL_DIVISION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. void DB::impl_::BinaryOperation, char8_t>::process<(DB::impl_::OpCase)0>(char8_t const*, char8_t const*, char8_t*, unsigned long, DB::PODArray, 63ul, 64ul> const*) @ 0x000000001200c313 5. COW::immutable_ptr DB::FunctionBinaryArithmetic::executeNumeric, DB::DataTypeNumber>(std::vector> const&, DB::DataTypeNumber const&, DB::DataTypeNumber const&, DB::PODArray, 63ul, 64ul> const*) const @ 0x0000000012680f58 6. bool DB::FunctionBinaryArithmetic::castType::castBothTypes::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const::'lambda'(auto const&, auto const&)>(DB::IDataType const*, DB::IDataType const*, auto&&)::'lambda'(auto const&)::operator()>(auto const&) const::'lambda'(auto const&)>(DB::IDataType const*, auto&&) @ 0x0000000012679cfa 7. bool DB::FunctionBinaryArithmetic::castType::castBothTypes::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const::'lambda'(auto const&, auto const&)>(DB::IDataType const*, DB::IDataType const*, auto&&)::'lambda'(auto const&)>(DB::IDataType const*, auto&&) @ 0x00000000126773a6 8. DB::FunctionBinaryArithmetic::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const @ 0x0000000012668453 9. DB::FunctionBinaryArithmetic::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000012662eeb 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 15. DB::FunctionTupleOperator::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001c17d1c6 16. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 17. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 18. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 19. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 20. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 21. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 22. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 30. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 31. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 2025.03.31 17:58:07.380176 [ 72002 ] {f24f3558-5009-4133-9b31-af455cb6e0fe} executeQuery: Code: 558. DB::Exception: Expected ALL or DISTINCT in SelectWithUnion query, because setting (union_default_mode) is empty: While processing SELECT 1 UNION SELECT 1 UNION ALL SELECT 1. (EXPECTED_ALL_OR_DISTINCT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34776) (comment: 01732_union_and_union_all.sql) (in query: select 1 UNION select 1 UNION ALL select 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/NormalizeSelectWithUnionQueryVisitor.cpp:74: DB::NormalizeSelectWithUnionQueryMatcher::visit(DB::ASTSelectWithUnionQuery&, DB::NormalizeSelectWithUnionQueryMatcher::Data&) @ 0x000000003893f4d2 5. ./build_docker/./src/Interpreters/NormalizeSelectWithUnionQueryVisitor.cpp:36: DB::NormalizeSelectWithUnionQueryMatcher::visit(std::shared_ptr&, DB::NormalizeSelectWithUnionQueryMatcher::Data&) @ 0x000000003893befe 6. ./src/Interpreters/InDepthNodeVisitor.h:71: DB::InDepthNodeVisitor>::doVisit(std::shared_ptr&) @ 0x00000000351f7cb5 7. ./src/Interpreters/InDepthNodeVisitor.h:61: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000039265f94 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:58:07.385604 [ 72002 ] {} TCPHandler: Code: 558. DB::Exception: Expected ALL or DISTINCT in SelectWithUnion query, because setting (union_default_mode) is empty: While processing SELECT 1 UNION SELECT 1 UNION ALL SELECT 1. (EXPECTED_ALL_OR_DISTINCT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/NormalizeSelectWithUnionQueryVisitor.cpp:74: DB::NormalizeSelectWithUnionQueryMatcher::visit(DB::ASTSelectWithUnionQuery&, DB::NormalizeSelectWithUnionQueryMatcher::Data&) @ 0x000000003893f4d2 5. ./build_docker/./src/Interpreters/NormalizeSelectWithUnionQueryVisitor.cpp:36: DB::NormalizeSelectWithUnionQueryMatcher::visit(std::shared_ptr&, DB::NormalizeSelectWithUnionQueryMatcher::Data&) @ 0x000000003893befe 6. ./src/Interpreters/InDepthNodeVisitor.h:71: DB::InDepthNodeVisitor>::doVisit(std::shared_ptr&) @ 0x00000000351f7cb5 7. ./src/Interpreters/InDepthNodeVisitor.h:61: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000039265f94 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:58:07.765471 [ 1426 ] {c874fbef-563e-4a11-ace1-f8d9f79a99c2} executeQuery: Code: 153. DB::Exception: Division by zero: In scope SELECT tupleIntDivByNumber((15, 10, 5), 0). (ILLEGAL_DIVISION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:43940) (comment: 03033_tupleIntXYZ_and_tupleModulo.sql) (in query: SELECT tupleIntDivByNumber((15, 10, 5), 0);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. void DB::impl_::BinaryOperation, char8_t>::process<(DB::impl_::OpCase)0>(char8_t const*, char8_t const*, char8_t*, unsigned long, DB::PODArray, 63ul, 64ul> const*) @ 0x000000001200c313 5. COW::immutable_ptr DB::FunctionBinaryArithmetic::executeNumeric, DB::DataTypeNumber>(std::vector> const&, DB::DataTypeNumber const&, DB::DataTypeNumber const&, DB::PODArray, 63ul, 64ul> const*) const @ 0x0000000012680f58 6. bool DB::FunctionBinaryArithmetic::castType::castBothTypes::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const::'lambda'(auto const&, auto const&)>(DB::IDataType const*, DB::IDataType const*, auto&&)::'lambda'(auto const&)::operator()>(auto const&) const::'lambda'(auto const&)>(DB::IDataType const*, auto&&) @ 0x0000000012679cfa 7. bool DB::FunctionBinaryArithmetic::castType::castBothTypes::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const::'lambda'(auto const&, auto const&)>(DB::IDataType const*, DB::IDataType const*, auto&&)::'lambda'(auto const&)>(DB::IDataType const*, auto&&) @ 0x00000000126773a6 8. DB::FunctionBinaryArithmetic::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const @ 0x0000000012668453 9. DB::FunctionBinaryArithmetic::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000012662eeb 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 15. DB::FunctionTupleOperatorByNumber::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001c1de746 16. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 17. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 18. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 19. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 20. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 21. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 22. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 30. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 31. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 2025.03.31 17:58:07.771049 [ 1426 ] {} TCPHandler: Code: 153. DB::Exception: Division by zero: In scope SELECT tupleIntDivByNumber((15, 10, 5), 0). (ILLEGAL_DIVISION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. void DB::impl_::BinaryOperation, char8_t>::process<(DB::impl_::OpCase)0>(char8_t const*, char8_t const*, char8_t*, unsigned long, DB::PODArray, 63ul, 64ul> const*) @ 0x000000001200c313 5. COW::immutable_ptr DB::FunctionBinaryArithmetic::executeNumeric, DB::DataTypeNumber>(std::vector> const&, DB::DataTypeNumber const&, DB::DataTypeNumber const&, DB::PODArray, 63ul, 64ul> const*) const @ 0x0000000012680f58 6. bool DB::FunctionBinaryArithmetic::castType::castBothTypes::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const::'lambda'(auto const&, auto const&)>(DB::IDataType const*, DB::IDataType const*, auto&&)::'lambda'(auto const&)::operator()>(auto const&) const::'lambda'(auto const&)>(DB::IDataType const*, auto&&) @ 0x0000000012679cfa 7. bool DB::FunctionBinaryArithmetic::castType::castBothTypes::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const::'lambda'(auto const&, auto const&)>(DB::IDataType const*, DB::IDataType const*, auto&&)::'lambda'(auto const&)>(DB::IDataType const*, auto&&) @ 0x00000000126773a6 8. DB::FunctionBinaryArithmetic::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const @ 0x0000000012668453 9. DB::FunctionBinaryArithmetic::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000012662eeb 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 15. DB::FunctionTupleOperatorByNumber::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001c1de746 16. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 17. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 18. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 19. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 20. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 21. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 22. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 30. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 31. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 2025.03.31 17:58:08.915582 [ 1426 ] {64a70531-9bb9-4c52-a384-84f7adaf078c} executeQuery: Code: 153. DB::Exception: Division by zero: In scope SELECT tupleModulo((15, 10, 5), (0, 3, 2)). (ILLEGAL_DIVISION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:43940) (comment: 03033_tupleIntXYZ_and_tupleModulo.sql) (in query: SELECT tupleModulo((15, 10, 5), (0, 3, 2));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. void DB::impl_::BinaryOperation, char8_t>::process<(DB::impl_::OpCase)0>(char8_t const*, char8_t const*, char8_t*, unsigned long, DB::PODArray, 63ul, 64ul> const*) @ 0x0000000016014eb2 5. COW::immutable_ptr DB::FunctionBinaryArithmetic::executeNumeric, DB::DataTypeNumber>(std::vector> const&, DB::DataTypeNumber const&, DB::DataTypeNumber const&, DB::PODArray, 63ul, 64ul> const*) const @ 0x000000001665cc98 6. bool DB::FunctionBinaryArithmetic::castType::castBothTypes::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const::'lambda'(auto const&, auto const&)>(DB::IDataType const*, DB::IDataType const*, auto&&)::'lambda'(auto const&)::operator()>(auto const&) const::'lambda'(auto const&)>(DB::IDataType const*, auto&&) @ 0x000000001665593a 7. bool DB::FunctionBinaryArithmetic::castType::castBothTypes::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const::'lambda'(auto const&, auto const&)>(DB::IDataType const*, DB::IDataType const*, auto&&)::'lambda'(auto const&)>(DB::IDataType const*, auto&&) @ 0x0000000016652fe6 8. DB::FunctionBinaryArithmetic::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const @ 0x0000000016644093 9. DB::FunctionBinaryArithmetic::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001663eb2b 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 15. DB::FunctionTupleOperator::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001c172566 16. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 17. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 18. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 19. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 20. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 21. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 22. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 30. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 31. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 2025.03.31 17:58:08.922686 [ 1426 ] {} TCPHandler: Code: 153. DB::Exception: Division by zero: In scope SELECT tupleModulo((15, 10, 5), (0, 3, 2)). (ILLEGAL_DIVISION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. void DB::impl_::BinaryOperation, char8_t>::process<(DB::impl_::OpCase)0>(char8_t const*, char8_t const*, char8_t*, unsigned long, DB::PODArray, 63ul, 64ul> const*) @ 0x0000000016014eb2 5. COW::immutable_ptr DB::FunctionBinaryArithmetic::executeNumeric, DB::DataTypeNumber>(std::vector> const&, DB::DataTypeNumber const&, DB::DataTypeNumber const&, DB::PODArray, 63ul, 64ul> const*) const @ 0x000000001665cc98 6. bool DB::FunctionBinaryArithmetic::castType::castBothTypes::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const::'lambda'(auto const&, auto const&)>(DB::IDataType const*, DB::IDataType const*, auto&&)::'lambda'(auto const&)::operator()>(auto const&) const::'lambda'(auto const&)>(DB::IDataType const*, auto&&) @ 0x000000001665593a 7. bool DB::FunctionBinaryArithmetic::castType::castBothTypes::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const::'lambda'(auto const&, auto const&)>(DB::IDataType const*, DB::IDataType const*, auto&&)::'lambda'(auto const&)>(DB::IDataType const*, auto&&) @ 0x0000000016652fe6 8. DB::FunctionBinaryArithmetic::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const @ 0x0000000016644093 9. DB::FunctionBinaryArithmetic::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001663eb2b 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 15. DB::FunctionTupleOperator::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001c172566 16. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 17. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 18. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 19. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 20. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 21. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 22. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 30. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 31. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 2025.03.31 17:58:09.064782 [ 4232 ] {69614d00-3d87-4b71-8165-d79b9bde6aec} executeQuery: Code: 69. DB::Exception: Scale argument for rounding function is too large: In scope SELECT round(toDecimal32(1, 0), -9223372036854775806). (ARGUMENT_OUT_OF_BOUND) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34826) (comment: 01535_decimal_round_scale_overflow_check.sql) (in query: SELECT round(toDecimal32(1, 0), -9223372036854775806);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. COW::immutable_ptr DB::Dispatcher, (DB::RoundingMode)8, (DB::TieBreakingMode)0>::apply(DB::IColumn const*, DB::IColumn const*) @ 0x000000000a225800 5. bool DB::FunctionRounding::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&)::operator()>>(auto const&) const @ 0x000000000a09aabc 6. DB::FunctionRounding::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000a075fb2 7. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 8. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 10. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 17:58:09.070779 [ 4232 ] {} TCPHandler: Code: 69. DB::Exception: Scale argument for rounding function is too large: In scope SELECT round(toDecimal32(1, 0), -9223372036854775806). (ARGUMENT_OUT_OF_BOUND), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. COW::immutable_ptr DB::Dispatcher, (DB::RoundingMode)8, (DB::TieBreakingMode)0>::apply(DB::IColumn const*, DB::IColumn const*) @ 0x000000000a225800 5. bool DB::FunctionRounding::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&)::operator()>>(auto const&) const @ 0x000000000a09aabc 6. DB::FunctionRounding::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000a075fb2 7. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 8. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 10. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 17:58:09.858609 [ 1426 ] {4dc489e5-19a3-4218-bb6f-a16718b853d5} executeQuery: Code: 153. DB::Exception: Division by zero: In scope SELECT tupleModuloByNumber((15, 10, 5), 0). (ILLEGAL_DIVISION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:43940) (comment: 03033_tupleIntXYZ_and_tupleModulo.sql) (in query: SELECT tupleModuloByNumber((15, 10, 5), 0);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. void DB::impl_::BinaryOperation, char8_t>::process<(DB::impl_::OpCase)0>(char8_t const*, char8_t const*, char8_t*, unsigned long, DB::PODArray, 63ul, 64ul> const*) @ 0x0000000016014eb2 5. COW::immutable_ptr DB::FunctionBinaryArithmetic::executeNumeric, DB::DataTypeNumber>(std::vector> const&, DB::DataTypeNumber const&, DB::DataTypeNumber const&, DB::PODArray, 63ul, 64ul> const*) const @ 0x000000001665cc98 6. bool DB::FunctionBinaryArithmetic::castType::castBothTypes::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const::'lambda'(auto const&, auto const&)>(DB::IDataType const*, DB::IDataType const*, auto&&)::'lambda'(auto const&)::operator()>(auto const&) const::'lambda'(auto const&)>(DB::IDataType const*, auto&&) @ 0x000000001665593a 7. bool DB::FunctionBinaryArithmetic::castType::castBothTypes::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const::'lambda'(auto const&, auto const&)>(DB::IDataType const*, DB::IDataType const*, auto&&)::'lambda'(auto const&)>(DB::IDataType const*, auto&&) @ 0x0000000016652fe6 8. DB::FunctionBinaryArithmetic::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const @ 0x0000000016644093 9. DB::FunctionBinaryArithmetic::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001663eb2b 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 15. DB::FunctionTupleOperatorByNumber::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001c1d5546 16. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 17. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 18. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 19. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 20. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 21. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 22. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 30. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 31. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 2025.03.31 17:58:09.864026 [ 1426 ] {} TCPHandler: Code: 153. DB::Exception: Division by zero: In scope SELECT tupleModuloByNumber((15, 10, 5), 0). (ILLEGAL_DIVISION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. void DB::impl_::BinaryOperation, char8_t>::process<(DB::impl_::OpCase)0>(char8_t const*, char8_t const*, char8_t*, unsigned long, DB::PODArray, 63ul, 64ul> const*) @ 0x0000000016014eb2 5. COW::immutable_ptr DB::FunctionBinaryArithmetic::executeNumeric, DB::DataTypeNumber>(std::vector> const&, DB::DataTypeNumber const&, DB::DataTypeNumber const&, DB::PODArray, 63ul, 64ul> const*) const @ 0x000000001665cc98 6. bool DB::FunctionBinaryArithmetic::castType::castBothTypes::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const::'lambda'(auto const&, auto const&)>(DB::IDataType const*, DB::IDataType const*, auto&&)::'lambda'(auto const&)::operator()>(auto const&) const::'lambda'(auto const&)>(DB::IDataType const*, auto&&) @ 0x000000001665593a 7. bool DB::FunctionBinaryArithmetic::castType::castBothTypes::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const::'lambda'(auto const&, auto const&)>(DB::IDataType const*, DB::IDataType const*, auto&&)::'lambda'(auto const&)>(DB::IDataType const*, auto&&) @ 0x0000000016652fe6 8. DB::FunctionBinaryArithmetic::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const @ 0x0000000016644093 9. DB::FunctionBinaryArithmetic::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001663eb2b 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 15. DB::FunctionTupleOperatorByNumber::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001c1d5546 16. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 17. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 18. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 19. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 20. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 21. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 22. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 30. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 31. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 2025.03.31 17:58:09.895932 [ 67575 ] {6f7833be-0bf6-4c4e-bb68-8c4d3026fba5} executeQuery: Code: 107. DB::Exception: File /var/lib/clickhouse/store/c4e/c4e4e5cc-5183-44c4-9eed-a786005f53ce//data.TSV doesn't exist. (FILE_DOESNT_EXIST) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34878) (comment: 00832_storage_file_lock.sql) (in query: SELECT * FROM file;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/StorageFile.cpp:1624: DB::StorageFile::read(DB::QueryPlan&, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo&, std::shared_ptr, DB::QueryProcessingStage::Enum, unsigned long, unsigned long) @ 0x000000003c972230 5. ./build_docker/./src/Planner/PlannerJoinTree.cpp:939: DB::(anonymous namespace)::buildQueryPlanForTableExpression(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions const&, std::shared_ptr&, bool, bool) @ 0x00000000386c609a 6. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2035: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386aadf5 7. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 8. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:58:09.900376 [ 67575 ] {} TCPHandler: Code: 107. DB::Exception: File /var/lib/clickhouse/store/c4e/c4e4e5cc-5183-44c4-9eed-a786005f53ce//data.TSV doesn't exist. (FILE_DOESNT_EXIST), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/StorageFile.cpp:1624: DB::StorageFile::read(DB::QueryPlan&, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo&, std::shared_ptr, DB::QueryProcessingStage::Enum, unsigned long, unsigned long) @ 0x000000003c972230 5. ./build_docker/./src/Planner/PlannerJoinTree.cpp:939: DB::(anonymous namespace)::buildQueryPlanForTableExpression(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions const&, std::shared_ptr&, bool, bool) @ 0x00000000386c609a 6. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2035: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386aadf5 7. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 8. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:58:15.203890 [ 71970 ] {dfd07ac2-273b-4518-8e1c-f7428e616c8e} executeQuery: Code: 131. DB::Exception: Too long name of aggregate function, maximum: 1000. (TOO_LARGE_STRING_SIZE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34964) (comment: 02688_long_aggregate_function_names.sql) (in query: SELECT minOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNullOrNull(1);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, unsigned long const&) @ 0x000000000aaefbaa 4. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:325: DB::AggregateFunctionFactory::isAggregateFunctionName(String const&) const @ 0x0000000032db25de 5. ./src/Analyzer/Resolve/ExpressionsStack.h:23: DB::ExpressionsStack::push(std::shared_ptr const&) @ 0x0000000035e73c2b 6. ./build_docker/./src/Analyzer/Resolve/IdentifierResolveScope.cpp:112: DB::IdentifierResolveScope::pushExpressionNode(std::shared_ptr const&) @ 0x0000000035e6eb58 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3661: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3113a 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:58:15.209685 [ 71970 ] {} TCPHandler: Code: 131. DB::Exception: Too long name of aggregate function, maximum: 1000. (TOO_LARGE_STRING_SIZE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, unsigned long const&) @ 0x000000000aaefbaa 4. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:325: DB::AggregateFunctionFactory::isAggregateFunctionName(String const&) const @ 0x0000000032db25de 5. ./src/Analyzer/Resolve/ExpressionsStack.h:23: DB::ExpressionsStack::push(std::shared_ptr const&) @ 0x0000000035e73c2b 6. ./build_docker/./src/Analyzer/Resolve/IdentifierResolveScope.cpp:112: DB::IdentifierResolveScope::pushExpressionNode(std::shared_ptr const&) @ 0x0000000035e6eb58 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3661: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3113a 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:58:15.553335 [ 4128 ] {11ec2c1d-3711-488a-a59c-3032962346d3} executeQuery: Code: 48. DB::Exception: Conditional functions with different Decimal scales. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:43892) (comment: 00700_decimal_complex_types.sql) (in query: SELECT number % 2 ? toDecimal32('32.1', 5) : toDecimal32('32.2', 1) FROM system.numbers LIMIT 2;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. unsigned int DB::(anonymous namespace)::FunctionIf::decimalScale, DB::Decimal>(std::vector> const&) @ 0x0000000037fd0259 5. bool DB::callOnBasicType, true, true, true, false, DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&)&>(DB::TypeIndex, DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&)&) @ 0x0000000037d7306b 6. DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000037a28e08 7. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 8. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 13. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 14. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 15. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 17. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 18. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:58:15.558899 [ 4128 ] {} TCPHandler: Code: 48. DB::Exception: Conditional functions with different Decimal scales. (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. unsigned int DB::(anonymous namespace)::FunctionIf::decimalScale, DB::Decimal>(std::vector> const&) @ 0x0000000037fd0259 5. bool DB::callOnBasicType, true, true, true, false, DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&)&>(DB::TypeIndex, DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&)&) @ 0x0000000037d7306b 6. DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000037a28e08 7. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 8. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 13. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 14. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 15. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 17. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 18. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:58:16.310762 [ 4128 ] {572dba06-b715-4dce-a1e3-3bf2c526ff20} executeQuery: Code: 48. DB::Exception: Conditional functions with different Decimal scales. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:43892) (comment: 00700_decimal_complex_types.sql) (in query: SELECT number % 2 ? toDecimal32('32.1', 5) : toDecimal64('64.2', 2) FROM system.numbers LIMIT 2;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. unsigned int DB::(anonymous namespace)::FunctionIf::decimalScale, DB::Decimal>(std::vector> const&) @ 0x0000000037fd1919 5. bool DB::callOnBasicType, true, true, true, false, DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&)&>(DB::TypeIndex, DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&)&) @ 0x0000000037d71ae4 6. DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000037a28e08 7. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 8. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 13. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 14. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 15. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 17. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 18. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:58:16.316589 [ 4128 ] {} TCPHandler: Code: 48. DB::Exception: Conditional functions with different Decimal scales. (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. unsigned int DB::(anonymous namespace)::FunctionIf::decimalScale, DB::Decimal>(std::vector> const&) @ 0x0000000037fd1919 5. bool DB::callOnBasicType, true, true, true, false, DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&)&>(DB::TypeIndex, DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&)&) @ 0x0000000037d71ae4 6. DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000037a28e08 7. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 8. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 13. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 14. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 15. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 17. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 18. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:58:17.086992 [ 4128 ] {f42ea2ee-50b4-4384-b13b-04d847d29205} executeQuery: Code: 48. DB::Exception: Conditional functions with different Decimal scales. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:43892) (comment: 00700_decimal_complex_types.sql) (in query: SELECT number % 2 ? toDecimal32('32.1', 5) : toDecimal128('128.2', 3) FROM system.numbers LIMIT 2;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. unsigned int DB::(anonymous namespace)::FunctionIf::decimalScale, DB::Decimal>>(std::vector> const&) @ 0x0000000037fd2fd9 5. bool DB::callOnBasicType, true, true, true, false, DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&)&>(DB::TypeIndex, DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&)&) @ 0x0000000037d722eb 6. DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000037a28e08 7. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 8. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 13. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 14. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 15. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 17. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 18. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:58:17.093082 [ 4128 ] {} TCPHandler: Code: 48. DB::Exception: Conditional functions with different Decimal scales. (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. unsigned int DB::(anonymous namespace)::FunctionIf::decimalScale, DB::Decimal>>(std::vector> const&) @ 0x0000000037fd2fd9 5. bool DB::callOnBasicType, true, true, true, false, DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&)&>(DB::TypeIndex, DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&)&) @ 0x0000000037d722eb 6. DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000037a28e08 7. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 8. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 13. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 14. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 15. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 17. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 18. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:58:17.891778 [ 4128 ] {10c9defe-9247-43e5-b885-2bc182d7f3b8} executeQuery: Code: 48. DB::Exception: Conditional functions with different Decimal scales. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:43892) (comment: 00700_decimal_complex_types.sql) (in query: SELECT number % 2 ? toDecimal64('64.1', 5) : toDecimal32('32.2', 1) FROM system.numbers LIMIT 2;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. unsigned int DB::(anonymous namespace)::FunctionIf::decimalScale, DB::Decimal>(std::vector> const&) @ 0x0000000037fd8099 5. bool DB::callOnBasicType, true, true, true, false, DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&)&>(DB::TypeIndex, DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&)&) @ 0x0000000037d9846e 6. DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000037a28e7f 7. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 8. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 13. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 14. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 15. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 17. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 18. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:58:17.896630 [ 4128 ] {} TCPHandler: Code: 48. DB::Exception: Conditional functions with different Decimal scales. (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. unsigned int DB::(anonymous namespace)::FunctionIf::decimalScale, DB::Decimal>(std::vector> const&) @ 0x0000000037fd8099 5. bool DB::callOnBasicType, true, true, true, false, DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&)&>(DB::TypeIndex, DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&)&) @ 0x0000000037d9846e 6. DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000037a28e7f 7. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 8. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 13. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 14. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 15. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 17. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 18. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:58:18.128667 [ 71975 ] {6b241aa8-cf7c-4f35-8159-5ce78d2c2c58} executeQuery: Code: 36. DB::Exception: Value of width must not be NaN and Inf: In scope SELECT greatCircleAngle(1048575, 257, -9223372036854775808, 1048576) - NULL, bar(7, -inf, 1024). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:40796) (comment: 01774_bar_with_illegal_value.sql) (in query: SELECT greatCircleAngle(1048575, 257, -9223372036854775808, 1048576) - NULL, bar(7, -inf, 1024);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::(anonymous namespace)::FunctionBar::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000b2379c1 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:58:18.134002 [ 71975 ] {} TCPHandler: Code: 36. DB::Exception: Value of width must not be NaN and Inf: In scope SELECT greatCircleAngle(1048575, 257, -9223372036854775808, 1048576) - NULL, bar(7, -inf, 1024). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::(anonymous namespace)::FunctionBar::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000b2379c1 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:58:18.676735 [ 4128 ] {d4f34ca8-5379-4b3d-89b1-22d63601e83a} executeQuery: Code: 48. DB::Exception: Conditional functions with different Decimal scales. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:43892) (comment: 00700_decimal_complex_types.sql) (in query: SELECT number % 2 ? toDecimal64('64.1', 5) : toDecimal64('64.2', 2) FROM system.numbers LIMIT 2;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. unsigned int DB::(anonymous namespace)::FunctionIf::decimalScale, DB::Decimal>(std::vector> const&) @ 0x0000000037fd9759 5. bool DB::callOnBasicType, true, true, true, false, DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&)&>(DB::TypeIndex, DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&)&) @ 0x0000000037d97041 6. DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000037a28e7f 7. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 8. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 13. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 14. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 15. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 17. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 18. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:58:18.682943 [ 4128 ] {} TCPHandler: Code: 48. DB::Exception: Conditional functions with different Decimal scales. (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. unsigned int DB::(anonymous namespace)::FunctionIf::decimalScale, DB::Decimal>(std::vector> const&) @ 0x0000000037fd9759 5. bool DB::callOnBasicType, true, true, true, false, DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&)&>(DB::TypeIndex, DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&)&) @ 0x0000000037d97041 6. DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000037a28e7f 7. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 8. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 13. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 14. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 15. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 17. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 18. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:58:19.454184 [ 4128 ] {54368ab5-2f2d-492c-8ac7-34c3bf57d192} executeQuery: Code: 48. DB::Exception: Conditional functions with different Decimal scales. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:43892) (comment: 00700_decimal_complex_types.sql) (in query: SELECT number % 2 ? toDecimal64('64.1', 5) : toDecimal128('128.2', 3) FROM system.numbers LIMIT 2;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. unsigned int DB::(anonymous namespace)::FunctionIf::decimalScale, DB::Decimal>>(std::vector> const&) @ 0x0000000037fdae19 5. bool DB::callOnBasicType, true, true, true, false, DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&)&>(DB::TypeIndex, DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&)&) @ 0x0000000037d9774e 6. DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000037a28e7f 7. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 8. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 13. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 14. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 15. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 17. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 18. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:58:19.460570 [ 4128 ] {} TCPHandler: Code: 48. DB::Exception: Conditional functions with different Decimal scales. (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. unsigned int DB::(anonymous namespace)::FunctionIf::decimalScale, DB::Decimal>>(std::vector> const&) @ 0x0000000037fdae19 5. bool DB::callOnBasicType, true, true, true, false, DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&)&>(DB::TypeIndex, DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&)&) @ 0x0000000037d9774e 6. DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000037a28e7f 7. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 8. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 13. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 14. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 15. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 17. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 18. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:58:20.225130 [ 4128 ] {1fc2808f-57d0-4eee-843d-80eab235b804} executeQuery: Code: 48. DB::Exception: Conditional functions with different Decimal scales. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:43892) (comment: 00700_decimal_complex_types.sql) (in query: SELECT number % 2 ? toDecimal128('128.1', 5) : toDecimal32('32.2', 1) FROM system.numbers LIMIT 2;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. unsigned int DB::(anonymous namespace)::FunctionIf::decimalScale>, DB::Decimal>(std::vector> const&) @ 0x0000000037fdfed9 5. bool DB::callOnBasicType>, true, true, true, false, DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&)&>(DB::TypeIndex, DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&)&) @ 0x0000000037dbd579 6. DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000037a28d74 7. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 8. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 13. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 14. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 15. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 17. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 18. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:58:20.230949 [ 4128 ] {} TCPHandler: Code: 48. DB::Exception: Conditional functions with different Decimal scales. (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. unsigned int DB::(anonymous namespace)::FunctionIf::decimalScale>, DB::Decimal>(std::vector> const&) @ 0x0000000037fdfed9 5. bool DB::callOnBasicType>, true, true, true, false, DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&)&>(DB::TypeIndex, DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&)&) @ 0x0000000037dbd579 6. DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000037a28d74 7. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 8. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 13. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 14. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 15. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 17. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 18. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:58:20.617829 [ 71975 ] {1f5ba2d3-d133-4388-82e8-1e3374cb54bc} executeQuery: Code: 182. DB::Exception: ARRAY JOIN function arrayJoin(val) AS nameGroup6 is found in PREWHERE in query. (ILLEGAL_PREWHERE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:40826) (comment: 00729_prewhere_array_join.sql) (in query: select arrayJoin(val) as nameGroup6 from t1_00729 prewhere notEmpty(toString(nameGroup6)) group by nameGroup6 order by nameGroup6;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception>&, String, std::basic_string_view>&>(int, FormatStringHelperImpl>&>::type, std::type_identity::type, std::type_identity>&>::type>, std::basic_string_view>&, String&&, std::basic_string_view>&) @ 0x000000000f39bb97 4. ./build_docker/./src/Analyzer/ValidationUtils.cpp:389: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035e83d47 5. ./src/Analyzer/InDepthQueryTreeVisitor.h:90: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035e83ea1 6. ./src/Analyzer/InDepthQueryTreeVisitor.h:90: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035e83ea1 7. ./src/Analyzer/InDepthQueryTreeVisitor.h:90: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035e83ea1 8. ./src/Analyzer/InDepthQueryTreeVisitor.h:90: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035e83ea1 9. ./build_docker/./src/Analyzer/ValidationUtils.cpp:418: DB::validateFilters(std::shared_ptr const&) @ 0x0000000035e7b319 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5734: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1e0ab 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:58:20.623358 [ 71975 ] {} TCPHandler: Code: 182. DB::Exception: ARRAY JOIN function arrayJoin(val) AS nameGroup6 is found in PREWHERE in query. (ILLEGAL_PREWHERE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception>&, String, std::basic_string_view>&>(int, FormatStringHelperImpl>&>::type, std::type_identity::type, std::type_identity>&>::type>, std::basic_string_view>&, String&&, std::basic_string_view>&) @ 0x000000000f39bb97 4. ./build_docker/./src/Analyzer/ValidationUtils.cpp:389: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035e83d47 5. ./src/Analyzer/InDepthQueryTreeVisitor.h:90: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035e83ea1 6. ./src/Analyzer/InDepthQueryTreeVisitor.h:90: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035e83ea1 7. ./src/Analyzer/InDepthQueryTreeVisitor.h:90: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035e83ea1 8. ./src/Analyzer/InDepthQueryTreeVisitor.h:90: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035e83ea1 9. ./build_docker/./src/Analyzer/ValidationUtils.cpp:418: DB::validateFilters(std::shared_ptr const&) @ 0x0000000035e7b319 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5734: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1e0ab 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:58:20.922392 [ 71975 ] {fb41591e-4dc9-433e-8544-8b47b94e3f0b} executeQuery: Code: 182. DB::Exception: ARRAY JOIN function arrayJoin(val) AS nameGroup6 is found in PREWHERE in query. (ILLEGAL_PREWHERE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:40826) (comment: 00729_prewhere_array_join.sql) (in query: select arrayJoin(val) as nameGroup6, countDistinct(nid) as rowids from t1_00729 prewhere notEmpty(toString(nameGroup6)) group by nameGroup6 order by nameGroup6;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception>&, String, std::basic_string_view>&>(int, FormatStringHelperImpl>&>::type, std::type_identity::type, std::type_identity>&>::type>, std::basic_string_view>&, String&&, std::basic_string_view>&) @ 0x000000000f39bb97 4. ./build_docker/./src/Analyzer/ValidationUtils.cpp:389: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035e83d47 5. ./src/Analyzer/InDepthQueryTreeVisitor.h:90: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035e83ea1 6. ./src/Analyzer/InDepthQueryTreeVisitor.h:90: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035e83ea1 7. ./src/Analyzer/InDepthQueryTreeVisitor.h:90: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035e83ea1 8. ./src/Analyzer/InDepthQueryTreeVisitor.h:90: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035e83ea1 9. ./build_docker/./src/Analyzer/ValidationUtils.cpp:418: DB::validateFilters(std::shared_ptr const&) @ 0x0000000035e7b319 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5734: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1e0ab 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:58:20.928378 [ 71975 ] {} TCPHandler: Code: 182. DB::Exception: ARRAY JOIN function arrayJoin(val) AS nameGroup6 is found in PREWHERE in query. (ILLEGAL_PREWHERE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception>&, String, std::basic_string_view>&>(int, FormatStringHelperImpl>&>::type, std::type_identity::type, std::type_identity>&>::type>, std::basic_string_view>&, String&&, std::basic_string_view>&) @ 0x000000000f39bb97 4. ./build_docker/./src/Analyzer/ValidationUtils.cpp:389: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035e83d47 5. ./src/Analyzer/InDepthQueryTreeVisitor.h:90: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035e83ea1 6. ./src/Analyzer/InDepthQueryTreeVisitor.h:90: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035e83ea1 7. ./src/Analyzer/InDepthQueryTreeVisitor.h:90: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035e83ea1 8. ./src/Analyzer/InDepthQueryTreeVisitor.h:90: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035e83ea1 9. ./build_docker/./src/Analyzer/ValidationUtils.cpp:418: DB::validateFilters(std::shared_ptr const&) @ 0x0000000035e7b319 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5734: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1e0ab 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:58:20.999726 [ 4128 ] {61d7f7e3-5b34-493b-94d5-120fb08f84cc} executeQuery: Code: 48. DB::Exception: Conditional functions with different Decimal scales. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:43892) (comment: 00700_decimal_complex_types.sql) (in query: SELECT number % 2 ? toDecimal128('128.1', 5) : toDecimal64('64.2', 2) FROM system.numbers LIMIT 2;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. unsigned int DB::(anonymous namespace)::FunctionIf::decimalScale>, DB::Decimal>(std::vector> const&) @ 0x0000000037fe1599 5. bool DB::callOnBasicType>, true, true, true, false, DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&)&>(DB::TypeIndex, DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&)&) @ 0x0000000037dbc17b 6. DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000037a28d74 7. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 8. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 13. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 14. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 15. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 17. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 18. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:58:21.005232 [ 4128 ] {} TCPHandler: Code: 48. DB::Exception: Conditional functions with different Decimal scales. (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. unsigned int DB::(anonymous namespace)::FunctionIf::decimalScale>, DB::Decimal>(std::vector> const&) @ 0x0000000037fe1599 5. bool DB::callOnBasicType>, true, true, true, false, DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&)&>(DB::TypeIndex, DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&)&) @ 0x0000000037dbc17b 6. DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000037a28d74 7. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 8. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 13. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 14. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 15. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 17. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 18. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:58:21.501008 [ 71975 ] {ae49bca5-22f8-4b8c-8df1-ff55d5730b35} executeQuery: Code: 182. DB::Exception: ARRAY JOIN function arrayJoin(val) AS nameGroup6 is found in PREWHERE in query. (ILLEGAL_PREWHERE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:40826) (comment: 00729_prewhere_array_join.sql) (in query: select arrayJoin(val) as nameGroup6 from t1_00729 prewhere notEmpty(toString(nameGroup6)) group by nameGroup6 order by nameGroup6;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception>&, String, std::basic_string_view>&>(int, FormatStringHelperImpl>&>::type, std::type_identity::type, std::type_identity>&>::type>, std::basic_string_view>&, String&&, std::basic_string_view>&) @ 0x000000000f39bb97 4. ./build_docker/./src/Analyzer/ValidationUtils.cpp:389: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035e83d47 5. ./src/Analyzer/InDepthQueryTreeVisitor.h:90: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035e83ea1 6. ./src/Analyzer/InDepthQueryTreeVisitor.h:90: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035e83ea1 7. ./src/Analyzer/InDepthQueryTreeVisitor.h:90: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035e83ea1 8. ./src/Analyzer/InDepthQueryTreeVisitor.h:90: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035e83ea1 9. ./build_docker/./src/Analyzer/ValidationUtils.cpp:418: DB::validateFilters(std::shared_ptr const&) @ 0x0000000035e7b319 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5734: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1e0ab 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:58:21.507073 [ 71975 ] {} TCPHandler: Code: 182. DB::Exception: ARRAY JOIN function arrayJoin(val) AS nameGroup6 is found in PREWHERE in query. (ILLEGAL_PREWHERE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception>&, String, std::basic_string_view>&>(int, FormatStringHelperImpl>&>::type, std::type_identity::type, std::type_identity>&>::type>, std::basic_string_view>&, String&&, std::basic_string_view>&) @ 0x000000000f39bb97 4. ./build_docker/./src/Analyzer/ValidationUtils.cpp:389: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035e83d47 5. ./src/Analyzer/InDepthQueryTreeVisitor.h:90: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035e83ea1 6. ./src/Analyzer/InDepthQueryTreeVisitor.h:90: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035e83ea1 7. ./src/Analyzer/InDepthQueryTreeVisitor.h:90: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035e83ea1 8. ./src/Analyzer/InDepthQueryTreeVisitor.h:90: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035e83ea1 9. ./build_docker/./src/Analyzer/ValidationUtils.cpp:418: DB::validateFilters(std::shared_ptr const&) @ 0x0000000035e7b319 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5734: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1e0ab 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:58:21.713139 [ 71964 ] {7669b0a8-c2b6-4886-a6c5-2659be136e04} executeQuery: Code: 420. DB::Exception: Cannot update column `d` with type Dynamic: updates of columns with dynamic subcolumns are not supported. (CANNOT_UPDATE_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:40896) (comment: 03226_alter_update_dynamic_json_not_supported.sql) (in query: alter table test update d = 42 where 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:1391: DB::MutationsInterpreter::validate() @ 0x00000000388fdec2 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:238: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751960 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:58:21.717466 [ 71964 ] {} TCPHandler: Code: 420. DB::Exception: Cannot update column `d` with type Dynamic: updates of columns with dynamic subcolumns are not supported. (CANNOT_UPDATE_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:1391: DB::MutationsInterpreter::validate() @ 0x00000000388fdec2 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:238: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751960 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:58:21.743441 [ 71964 ] {80bba076-cb0c-47de-b8fd-8abda818e1fa} executeQuery: Code: 420. DB::Exception: Cannot update column `json` with type JSON: updates of columns with dynamic subcolumns are not supported. (CANNOT_UPDATE_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:40896) (comment: 03226_alter_update_dynamic_json_not_supported.sql) (in query: alter table test update json = '{}' where 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:1391: DB::MutationsInterpreter::validate() @ 0x00000000388fdec2 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:238: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751960 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:58:21.749008 [ 71964 ] {} TCPHandler: Code: 420. DB::Exception: Cannot update column `json` with type JSON: updates of columns with dynamic subcolumns are not supported. (CANNOT_UPDATE_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:1391: DB::MutationsInterpreter::validate() @ 0x00000000388fdec2 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:238: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751960 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:58:21.775113 [ 4128 ] {5b3dfafd-0fa5-461c-9fda-2cd35746e689} executeQuery: Code: 48. DB::Exception: Conditional functions with different Decimal scales. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:43892) (comment: 00700_decimal_complex_types.sql) (in query: SELECT number % 2 ? toDecimal128('128.1', 5) : toDecimal128('128.2', 3) FROM system.numbers LIMIT 2;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. unsigned int DB::(anonymous namespace)::FunctionIf::decimalScale>, DB::Decimal>>(std::vector> const&) @ 0x0000000037fe2c59 5. bool DB::callOnBasicType>, true, true, true, false, DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&)&>(DB::TypeIndex, DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&)&) @ 0x0000000037dbcbb7 6. DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000037a28d74 7. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 8. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 13. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 14. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 15. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 17. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 18. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:58:21.781657 [ 4128 ] {} TCPHandler: Code: 48. DB::Exception: Conditional functions with different Decimal scales. (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. unsigned int DB::(anonymous namespace)::FunctionIf::decimalScale>, DB::Decimal>>(std::vector> const&) @ 0x0000000037fe2c59 5. bool DB::callOnBasicType>, true, true, true, false, DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&)&>(DB::TypeIndex, DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&)&) @ 0x0000000037dbcbb7 6. DB::(anonymous namespace)::FunctionIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000037a28d74 7. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 8. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 13. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 14. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 15. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 17. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 18. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 17:58:21.794583 [ 71975 ] {87e130f2-0cd4-4c5c-9400-4309f64604ed} executeQuery: Code: 182. DB::Exception: ARRAY JOIN function arrayJoin(val) AS nameGroup6 is found in PREWHERE in query. (ILLEGAL_PREWHERE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:40826) (comment: 00729_prewhere_array_join.sql) (in query: select arrayJoin(val) as nameGroup6, countDistinct(nid) as rowids from t1_00729 prewhere notEmpty(toString(nameGroup6)) group by nameGroup6 order by nameGroup6;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception>&, String, std::basic_string_view>&>(int, FormatStringHelperImpl>&>::type, std::type_identity::type, std::type_identity>&>::type>, std::basic_string_view>&, String&&, std::basic_string_view>&) @ 0x000000000f39bb97 4. ./build_docker/./src/Analyzer/ValidationUtils.cpp:389: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035e83d47 5. ./src/Analyzer/InDepthQueryTreeVisitor.h:90: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035e83ea1 6. ./src/Analyzer/InDepthQueryTreeVisitor.h:90: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035e83ea1 7. ./src/Analyzer/InDepthQueryTreeVisitor.h:90: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035e83ea1 8. ./src/Analyzer/InDepthQueryTreeVisitor.h:90: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035e83ea1 9. ./build_docker/./src/Analyzer/ValidationUtils.cpp:418: DB::validateFilters(std::shared_ptr const&) @ 0x0000000035e7b319 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5734: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1e0ab 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:58:21.800170 [ 71975 ] {} TCPHandler: Code: 182. DB::Exception: ARRAY JOIN function arrayJoin(val) AS nameGroup6 is found in PREWHERE in query. (ILLEGAL_PREWHERE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception>&, String, std::basic_string_view>&>(int, FormatStringHelperImpl>&>::type, std::type_identity::type, std::type_identity>&>::type>, std::basic_string_view>&, String&&, std::basic_string_view>&) @ 0x000000000f39bb97 4. ./build_docker/./src/Analyzer/ValidationUtils.cpp:389: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035e83d47 5. ./src/Analyzer/InDepthQueryTreeVisitor.h:90: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035e83ea1 6. ./src/Analyzer/InDepthQueryTreeVisitor.h:90: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035e83ea1 7. ./src/Analyzer/InDepthQueryTreeVisitor.h:90: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035e83ea1 8. ./src/Analyzer/InDepthQueryTreeVisitor.h:90: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035e83ea1 9. ./build_docker/./src/Analyzer/ValidationUtils.cpp:418: DB::validateFilters(std::shared_ptr const&) @ 0x0000000035e7b319 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5734: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1e0ab 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:58:24.624819 [ 67575 ] {dc9d3e05-d240-42a3-bafd-6cbfec84268c} executeQuery: Code: 469. DB::Exception: Constraint `c1` for table test_ulkk2v6w.t0 (cfae9b39-5b90-46d1-9fae-17c29dd94faf) is violated at row 1. Expression: (c0 > 5). Column values: c0 = 3. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:40968) (comment: 03262_udf_in_constraint.sh) (in query: INSERT INTO t0(c0) VALUES ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 17:58:24.632114 [ 67575 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c1` for table test_ulkk2v6w.t0 (cfae9b39-5b90-46d1-9fae-17c29dd94faf) is violated at row 1. Expression: (c0 > 5). Column values: c0 = 3. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 17:58:30.019985 [ 55895 ] {} TCPHandler: Code: 164. DB::Exception: Cannot modify 'send_logs_level' setting in readonly mode. (READONLY), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:104: DB::Exception::Exception(PreformattedMessage const&, int) @ 0x000000002738bf55 3. ./build_docker/./src/Access/SettingsConstraints.cpp:318: DB::SettingsConstraints::Checker::check(DB::SettingChange&, DB::Field const&, DB::SettingsConstraints::ReactionOnViolation, DB::SettingSource) const @ 0x0000000033eca127 4. ./build_docker/./src/Access/SettingsConstraints.cpp:299: DB::SettingsConstraints::checkImpl(DB::Settings const&, DB::SettingChange&, DB::SettingsConstraints::ReactionOnViolation, DB::SettingSource) const @ 0x0000000033ec8c4f 5. ./build_docker/./src/Access/SettingsConstraints.cpp:208: DB::SettingsConstraints::check(DB::Settings const&, DB::SettingsChanges&, DB::SettingSource) const @ 0x0000000033ec941c 6. ./build_docker/./src/Interpreters/Context.cpp:2554: DB::Context::checkSettingsConstraintsWithLock(DB::SettingsChanges&, DB::SettingSource) @ 0x000000003653ed4e 7. ./build_docker/./src/Interpreters/Context.cpp:2593: DB::Context::checkSettingsConstraints(DB::SettingsChanges&, DB::SettingSource) @ 0x000000003653feb0 8. ./build_docker/./src/Server/TCPHandler.cpp:2133: DB::TCPHandler::processQuery(std::optional&) @ 0x000000003f45ca24 9. ./build_docker/./src/Server/TCPHandler.cpp:917: DB::TCPHandler::receivePacketsExpectQuery(std::optional&) @ 0x000000003f445767 10. ./build_docker/./src/Server/TCPHandler.cpp:486: DB::TCPHandler::runImpl() @ 0x000000003f4257d4 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 17:58:30.318544 [ 55895 ] {} TCPHandler: Code: 101. DB::Exception: Unexpected packet Data received from client. (UNEXPECTED_PACKET_FROM_CLIENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Server/TCPHandler.cpp:896: DB::TCPHandler::receivePacketsExpectQuery(std::optional&) @ 0x000000003f445a91 5. ./build_docker/./src/Server/TCPHandler.cpp:486: DB::TCPHandler::runImpl() @ 0x000000003f4257d4 6. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 7. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 8. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 9. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 10. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 11. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 12. ? @ 0x00007fc708d31ac3 13. ? @ 0x00007fc708dc3850 2025.03.31 17:58:30.878137 [ 55896 ] {3b652979-bca3-43f9-a0f6-03ab662df8dd} executeQuery: Code: 43. DB::Exception: Illegal types of arguments: Map(String, String), UInt8 for function arrayElement. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42714) (comment: 02346_fulltext_index_bug52019.sql) (in query: SELECT * FROM tab PREWHERE (s[1]) = 'Click a03' SETTINGS enable_analyzer=1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. DB::(anonymous namespace)::FunctionArrayElement<(DB::(anonymous namespace)::ArrayElementExceptionMode)0>::executeMap(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001eb601dc 5. DB::(anonymous namespace)::FunctionArrayElement<(DB::(anonymous namespace)::ArrayElementExceptionMode)0>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001eb44a05 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 10. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 11. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 12. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 13. ./build_docker/./src/Processors/QueryPlan/SourceStepWithFilter.cpp:38: DB::SourceStepWithFilter::applyPrewhereActions(DB::Block, std::shared_ptr const&) @ 0x0000000040a74166 14. ./build_docker/./src/Storages/MergeTree/MergeTreeSelectProcessor.cpp:236: DB::MergeTreeSelectProcessor::transformHeader(DB::Block, std::shared_ptr const&) @ 0x000000003e4fe4f0 15. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:338: DB::ReadFromMergeTree::ReadFromMergeTree(std::vector, std::allocator>>, std::shared_ptr, std::vector>, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr const&, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, std::shared_ptr, std::shared_ptr, bool, std::optional>, std::optional (DB::ParallelReadRequest)>>, std::optional) @ 0x0000000040853684 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007], std::allocator>>, std::shared_ptr, std::vector> const&, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr&, unsigned long const&, unsigned long const&, std::shared_ptr, std::equal_to, std::allocator>>>&, std::shared_ptr const&, std::shared_ptr&, bool&>(std::vector, std::allocator>>&&, std::shared_ptr&&, std::vector> const&, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr&, unsigned long const&, unsigned long const&, std::shared_ptr, std::equal_to, std::allocator>>>&, std::shared_ptr const&, std::shared_ptr&, bool&) @ 0x000000003e1ecc8d 17. ./build_docker/./src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:996: DB::MergeTreeDataSelectExecutor::readFromParts(std::vector, std::allocator>>, std::shared_ptr, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, std::shared_ptr, bool) const @ 0x000000003e1ad0b3 18. ./build_docker/./src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:172: DB::MergeTreeDataSelectExecutor::read(std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, bool) const @ 0x000000003e1ac5f3 19. ./build_docker/./src/Storages/StorageMergeTree.cpp:285: DB::StorageMergeTree::read(DB::QueryPlan&, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo&, std::shared_ptr, DB::QueryProcessingStage::Enum, unsigned long, unsigned long) @ 0x000000003eab0ea6 20. ./build_docker/./src/Planner/PlannerJoinTree.cpp:939: DB::(anonymous namespace)::buildQueryPlanForTableExpression(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions const&, std::shared_ptr&, bool, bool) @ 0x00000000386c609a 21. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2035: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386aadf5 22. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 23. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:58:30.884478 [ 55896 ] {} TCPHandler: Code: 43. DB::Exception: Illegal types of arguments: Map(String, String), UInt8 for function arrayElement. (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. DB::(anonymous namespace)::FunctionArrayElement<(DB::(anonymous namespace)::ArrayElementExceptionMode)0>::executeMap(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001eb601dc 5. DB::(anonymous namespace)::FunctionArrayElement<(DB::(anonymous namespace)::ArrayElementExceptionMode)0>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001eb44a05 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 10. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 11. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 12. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 13. ./build_docker/./src/Processors/QueryPlan/SourceStepWithFilter.cpp:38: DB::SourceStepWithFilter::applyPrewhereActions(DB::Block, std::shared_ptr const&) @ 0x0000000040a74166 14. ./build_docker/./src/Storages/MergeTree/MergeTreeSelectProcessor.cpp:236: DB::MergeTreeSelectProcessor::transformHeader(DB::Block, std::shared_ptr const&) @ 0x000000003e4fe4f0 15. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:338: DB::ReadFromMergeTree::ReadFromMergeTree(std::vector, std::allocator>>, std::shared_ptr, std::vector>, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr const&, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, std::shared_ptr, std::shared_ptr, bool, std::optional>, std::optional (DB::ParallelReadRequest)>>, std::optional) @ 0x0000000040853684 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007], std::allocator>>, std::shared_ptr, std::vector> const&, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr&, unsigned long const&, unsigned long const&, std::shared_ptr, std::equal_to, std::allocator>>>&, std::shared_ptr const&, std::shared_ptr&, bool&>(std::vector, std::allocator>>&&, std::shared_ptr&&, std::vector> const&, DB::MergeTreeData const&, DB::SelectQueryInfo const&, std::shared_ptr const&, std::shared_ptr&, unsigned long const&, unsigned long const&, std::shared_ptr, std::equal_to, std::allocator>>>&, std::shared_ptr const&, std::shared_ptr&, bool&) @ 0x000000003e1ecc8d 17. ./build_docker/./src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:996: DB::MergeTreeDataSelectExecutor::readFromParts(std::vector, std::allocator>>, std::shared_ptr, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, std::shared_ptr, bool) const @ 0x000000003e1ad0b3 18. ./build_docker/./src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:172: DB::MergeTreeDataSelectExecutor::read(std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, bool) const @ 0x000000003e1ac5f3 19. ./build_docker/./src/Storages/StorageMergeTree.cpp:285: DB::StorageMergeTree::read(DB::QueryPlan&, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo&, std::shared_ptr, DB::QueryProcessingStage::Enum, unsigned long, unsigned long) @ 0x000000003eab0ea6 20. ./build_docker/./src/Planner/PlannerJoinTree.cpp:939: DB::(anonymous namespace)::buildQueryPlanForTableExpression(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions const&, std::shared_ptr&, bool, bool) @ 0x00000000386c609a 21. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2035: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386aadf5 22. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 23. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 17:58:31.461757 [ 71975 ] {} DynamicQueryHandler: Code: 164. DB::Exception: Cannot modify 'readonly' setting in readonly mode: , while trying to set settings profile readonly: in attempt to set the value of setting 'profile' to 'readonly'. (READONLY), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:104: DB::Exception::Exception(PreformattedMessage const&, int) @ 0x000000002738bf55 3. ./build_docker/./src/Access/SettingsConstraints.cpp:318: DB::SettingsConstraints::Checker::check(DB::SettingChange&, DB::Field const&, DB::SettingsConstraints::ReactionOnViolation, DB::SettingSource) const @ 0x0000000033eca127 4. ./build_docker/./src/Access/SettingsConstraints.cpp:299: DB::SettingsConstraints::checkImpl(DB::Settings const&, DB::SettingChange&, DB::SettingsConstraints::ReactionOnViolation, DB::SettingSource) const @ 0x0000000033ec8c4f 5. ./build_docker/./src/Access/SettingsConstraints.cpp:193: DB::SettingsConstraints::check(DB::Settings const&, DB::SettingsChanges const&, DB::SettingSource) const @ 0x0000000033ec92fb 6. ./build_docker/./src/Interpreters/Context.cpp:2547: DB::Context::checkSettingsConstraintsWithLock(DB::SettingsChanges const&, DB::SettingSource) @ 0x000000003652322e 7. ./build_docker/./src/Interpreters/Context.cpp:1776: DB::Context::setCurrentProfilesWithLock(DB::SettingsProfilesInfo const&, bool, std::lock_guard const&) @ 0x000000003651a174 8. ./build_docker/./src/Interpreters/Context.cpp:1770: DB::Context::setCurrentProfileWithLock(String const&, bool, std::lock_guard const&) @ 0x0000000036522afe 9. ./build_docker/./src/Interpreters/Context.cpp:2459: DB::Context::applySettingChangeWithLock(DB::SettingChange const&, std::lock_guard const&) @ 0x000000003653c8a7 10. ./build_docker/./src/Interpreters/Context.cpp:2486: DB::Context::applySettingsChanges(DB::SettingsChanges const&) @ 0x000000003653df26 11. ./build_docker/./src/Server/HTTPHandler.cpp:448: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f2735c0 12. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 13. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:58:32.119451 [ 57570 ] {ef00e9d3-e411-4ecc-8b7b-9bb170662248} executeQuery: Code: 432. DB::Exception: Unknown codec family: adssadads. (UNKNOWN_CODEC) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42748) (comment: 00804_test_custom_compression_codecs.sql) (in query: CREATE TABLE bad_codec(id UInt64 CODEC(adssadads)) ENGINE = MergeTree() order by tuple();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Compression/CompressionFactory.cpp:125: DB::CompressionCodecFactory::getImpl(String const&, std::shared_ptr const&, DB::IDataType const*) const @ 0x00000000421696d1 5. ./build_docker/./src/Compression/CompressionFactoryAdditions.cpp:135: void std::__function::__policy_invoker::__call_impl const&, std::shared_ptr const&, bool, bool, bool) const::$_0, void (DB::ISerialization::SubstreamPath const&)>>(std::__function::__policy_storage const*, DB::ISerialization::SubstreamPath const&) @ 0x000000004227cf12 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034e20b22 7. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:104: DB::ISerialization::enumerateStreams(std::function const&, std::shared_ptr const&, COW::immutable_ptr const&) const @ 0x0000000034e21530 8. ./build_docker/./src/Compression/CompressionFactoryAdditions.cpp:146: DB::CompressionCodecFactory::validateCodecAndGetPreprocessedAST(std::shared_ptr const&, std::shared_ptr const&, bool, bool, bool) const @ 0x00000000422789ff 9. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:736: DB::InterpreterCreateQuery::getColumnsDescription(DB::ASTExpressionList const&, std::shared_ptr, DB::LoadingStrictnessLevel, bool) @ 0x0000000037791a16 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:814: DB::InterpreterCreateQuery::getTablePropertiesAndNormalizeCreateQuery(DB::ASTCreateQuery&, DB::LoadingStrictnessLevel) const @ 0x0000000037797465 11. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1668: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377bfcea 12. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:58:32.125198 [ 57570 ] {} TCPHandler: Code: 432. DB::Exception: Unknown codec family: adssadads. (UNKNOWN_CODEC), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Compression/CompressionFactory.cpp:125: DB::CompressionCodecFactory::getImpl(String const&, std::shared_ptr const&, DB::IDataType const*) const @ 0x00000000421696d1 5. ./build_docker/./src/Compression/CompressionFactoryAdditions.cpp:135: void std::__function::__policy_invoker::__call_impl const&, std::shared_ptr const&, bool, bool, bool) const::$_0, void (DB::ISerialization::SubstreamPath const&)>>(std::__function::__policy_storage const*, DB::ISerialization::SubstreamPath const&) @ 0x000000004227cf12 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034e20b22 7. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:104: DB::ISerialization::enumerateStreams(std::function const&, std::shared_ptr const&, COW::immutable_ptr const&) const @ 0x0000000034e21530 8. ./build_docker/./src/Compression/CompressionFactoryAdditions.cpp:146: DB::CompressionCodecFactory::validateCodecAndGetPreprocessedAST(std::shared_ptr const&, std::shared_ptr const&, bool, bool, bool) const @ 0x00000000422789ff 9. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:736: DB::InterpreterCreateQuery::getColumnsDescription(DB::ASTExpressionList const&, std::shared_ptr, DB::LoadingStrictnessLevel, bool) @ 0x0000000037791a16 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:814: DB::InterpreterCreateQuery::getTablePropertiesAndNormalizeCreateQuery(DB::ASTCreateQuery&, DB::LoadingStrictnessLevel) const @ 0x0000000037797465 11. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1668: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377bfcea 12. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:58:32.716733 [ 57570 ] {6fe90ef5-9581-4f04-951e-2356245c3f26} executeQuery: Code: 431. DB::Exception: ZSTD codec must have 1 or 2 parameters, given 4. (ILLEGAL_SYNTAX_FOR_CODEC_TYPE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42748) (comment: 00804_test_custom_compression_codecs.sql) (in query: CREATE TABLE too_many_params(id UInt64 CODEC(ZSTD(2,3,4,5))) ENGINE = MergeTree() order by tuple();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, unsigned long&&) @ 0x000000000d0a538a 4. ./build_docker/./src/Compression/CompressionCodecZSTD.cpp:93: std::shared_ptr std::__function::__policy_invoker (std::shared_ptr const&)>::__call_impl (std::shared_ptr const&)>>(std::__function::__policy_storage const*, std::shared_ptr const&) @ 0x000000004217dbf9 5. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000004216ca72 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000421695a8 7. ./build_docker/./src/Compression/CompressionFactoryAdditions.cpp:135: void std::__function::__policy_invoker::__call_impl const&, std::shared_ptr const&, bool, bool, bool) const::$_0, void (DB::ISerialization::SubstreamPath const&)>>(std::__function::__policy_storage const*, DB::ISerialization::SubstreamPath const&) @ 0x000000004227cf12 8. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034e20b22 9. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:104: DB::ISerialization::enumerateStreams(std::function const&, std::shared_ptr const&, COW::immutable_ptr const&) const @ 0x0000000034e21530 10. ./build_docker/./src/Compression/CompressionFactoryAdditions.cpp:146: DB::CompressionCodecFactory::validateCodecAndGetPreprocessedAST(std::shared_ptr const&, std::shared_ptr const&, bool, bool, bool) const @ 0x00000000422789ff 11. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:736: DB::InterpreterCreateQuery::getColumnsDescription(DB::ASTExpressionList const&, std::shared_ptr, DB::LoadingStrictnessLevel, bool) @ 0x0000000037791a16 12. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:814: DB::InterpreterCreateQuery::getTablePropertiesAndNormalizeCreateQuery(DB::ASTCreateQuery&, DB::LoadingStrictnessLevel) const @ 0x0000000037797465 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1668: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377bfcea 14. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:58:32.722649 [ 57570 ] {} TCPHandler: Code: 431. DB::Exception: ZSTD codec must have 1 or 2 parameters, given 4. (ILLEGAL_SYNTAX_FOR_CODEC_TYPE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, unsigned long&&) @ 0x000000000d0a538a 4. ./build_docker/./src/Compression/CompressionCodecZSTD.cpp:93: std::shared_ptr std::__function::__policy_invoker (std::shared_ptr const&)>::__call_impl (std::shared_ptr const&)>>(std::__function::__policy_storage const*, std::shared_ptr const&) @ 0x000000004217dbf9 5. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000004216ca72 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000421695a8 7. ./build_docker/./src/Compression/CompressionFactoryAdditions.cpp:135: void std::__function::__policy_invoker::__call_impl const&, std::shared_ptr const&, bool, bool, bool) const::$_0, void (DB::ISerialization::SubstreamPath const&)>>(std::__function::__policy_storage const*, DB::ISerialization::SubstreamPath const&) @ 0x000000004227cf12 8. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034e20b22 9. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:104: DB::ISerialization::enumerateStreams(std::function const&, std::shared_ptr const&, COW::immutable_ptr const&) const @ 0x0000000034e21530 10. ./build_docker/./src/Compression/CompressionFactoryAdditions.cpp:146: DB::CompressionCodecFactory::validateCodecAndGetPreprocessedAST(std::shared_ptr const&, std::shared_ptr const&, bool, bool, bool) const @ 0x00000000422789ff 11. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:736: DB::InterpreterCreateQuery::getColumnsDescription(DB::ASTExpressionList const&, std::shared_ptr, DB::LoadingStrictnessLevel, bool) @ 0x0000000037791a16 12. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:814: DB::InterpreterCreateQuery::getTablePropertiesAndNormalizeCreateQuery(DB::ASTCreateQuery&, DB::LoadingStrictnessLevel) const @ 0x0000000037797465 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1668: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377bfcea 14. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:58:33.313747 [ 57570 ] {5ab6b091-588a-4177-86bd-5a7ea9369adc} executeQuery: Code: 378. DB::Exception: Compression codec LZ4 cannot have arguments. (DATA_TYPE_CANNOT_HAVE_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42748) (comment: 00804_test_custom_compression_codecs.sql) (in query: CREATE TABLE params_when_no_params(id UInt64 CODEC(LZ4(1))) ENGINE = MergeTree() ORDER BY tuple();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Compression/CompressionFactory.cpp:165: std::shared_ptr std::__function::__policy_invoker (std::shared_ptr const&)>::__call_impl, std::function ()>)::$_0, std::shared_ptr (std::shared_ptr const&)>>(std::__function::__policy_storage const*, std::shared_ptr const&) @ 0x000000004216d2a5 5. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000004216ca72 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000421695a8 7. ./build_docker/./src/Compression/CompressionFactoryAdditions.cpp:135: void std::__function::__policy_invoker::__call_impl const&, std::shared_ptr const&, bool, bool, bool) const::$_0, void (DB::ISerialization::SubstreamPath const&)>>(std::__function::__policy_storage const*, DB::ISerialization::SubstreamPath const&) @ 0x000000004227cf12 8. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034e20b22 9. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:104: DB::ISerialization::enumerateStreams(std::function const&, std::shared_ptr const&, COW::immutable_ptr const&) const @ 0x0000000034e21530 10. ./build_docker/./src/Compression/CompressionFactoryAdditions.cpp:146: DB::CompressionCodecFactory::validateCodecAndGetPreprocessedAST(std::shared_ptr const&, std::shared_ptr const&, bool, bool, bool) const @ 0x00000000422789ff 11. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:736: DB::InterpreterCreateQuery::getColumnsDescription(DB::ASTExpressionList const&, std::shared_ptr, DB::LoadingStrictnessLevel, bool) @ 0x0000000037791a16 12. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:814: DB::InterpreterCreateQuery::getTablePropertiesAndNormalizeCreateQuery(DB::ASTCreateQuery&, DB::LoadingStrictnessLevel) const @ 0x0000000037797465 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1668: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377bfcea 14. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:58:33.318931 [ 57570 ] {} TCPHandler: Code: 378. DB::Exception: Compression codec LZ4 cannot have arguments. (DATA_TYPE_CANNOT_HAVE_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Compression/CompressionFactory.cpp:165: std::shared_ptr std::__function::__policy_invoker (std::shared_ptr const&)>::__call_impl, std::function ()>)::$_0, std::shared_ptr (std::shared_ptr const&)>>(std::__function::__policy_storage const*, std::shared_ptr const&) @ 0x000000004216d2a5 5. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000004216ca72 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000421695a8 7. ./build_docker/./src/Compression/CompressionFactoryAdditions.cpp:135: void std::__function::__policy_invoker::__call_impl const&, std::shared_ptr const&, bool, bool, bool) const::$_0, void (DB::ISerialization::SubstreamPath const&)>>(std::__function::__policy_storage const*, DB::ISerialization::SubstreamPath const&) @ 0x000000004227cf12 8. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034e20b22 9. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:104: DB::ISerialization::enumerateStreams(std::function const&, std::shared_ptr const&, COW::immutable_ptr const&) const @ 0x0000000034e21530 10. ./build_docker/./src/Compression/CompressionFactoryAdditions.cpp:146: DB::CompressionCodecFactory::validateCodecAndGetPreprocessedAST(std::shared_ptr const&, std::shared_ptr const&, bool, bool, bool) const @ 0x00000000422789ff 11. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:736: DB::InterpreterCreateQuery::getColumnsDescription(DB::ASTExpressionList const&, std::shared_ptr, DB::LoadingStrictnessLevel, bool) @ 0x0000000037791a16 12. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:814: DB::InterpreterCreateQuery::getTablePropertiesAndNormalizeCreateQuery(DB::ASTCreateQuery&, DB::LoadingStrictnessLevel) const @ 0x0000000037797465 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1668: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377bfcea 14. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:58:33.343188 [ 57570 ] {fef0e12c-c498-4c07-aa50-d6939430dacc} executeQuery: Code: 432. DB::Exception: Unknown codec family: MULTIPLE. (UNKNOWN_CODEC) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42748) (comment: 00804_test_custom_compression_codecs.sql) (in query: CREATE TABLE codec_multiple_direct_specification_1(id UInt64 CODEC(MULTIPLE(LZ4, ZSTD))) ENGINE = MergeTree() ORDER BY tuple();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Compression/CompressionFactory.cpp:125: DB::CompressionCodecFactory::getImpl(String const&, std::shared_ptr const&, DB::IDataType const*) const @ 0x00000000421696d1 5. ./build_docker/./src/Compression/CompressionFactoryAdditions.cpp:135: void std::__function::__policy_invoker::__call_impl const&, std::shared_ptr const&, bool, bool, bool) const::$_0, void (DB::ISerialization::SubstreamPath const&)>>(std::__function::__policy_storage const*, DB::ISerialization::SubstreamPath const&) @ 0x000000004227cf12 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034e20b22 7. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:104: DB::ISerialization::enumerateStreams(std::function const&, std::shared_ptr const&, COW::immutable_ptr const&) const @ 0x0000000034e21530 8. ./build_docker/./src/Compression/CompressionFactoryAdditions.cpp:146: DB::CompressionCodecFactory::validateCodecAndGetPreprocessedAST(std::shared_ptr const&, std::shared_ptr const&, bool, bool, bool) const @ 0x00000000422789ff 9. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:736: DB::InterpreterCreateQuery::getColumnsDescription(DB::ASTExpressionList const&, std::shared_ptr, DB::LoadingStrictnessLevel, bool) @ 0x0000000037791a16 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:814: DB::InterpreterCreateQuery::getTablePropertiesAndNormalizeCreateQuery(DB::ASTCreateQuery&, DB::LoadingStrictnessLevel) const @ 0x0000000037797465 11. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1668: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377bfcea 12. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:58:33.349854 [ 57570 ] {} TCPHandler: Code: 432. DB::Exception: Unknown codec family: MULTIPLE. (UNKNOWN_CODEC), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Compression/CompressionFactory.cpp:125: DB::CompressionCodecFactory::getImpl(String const&, std::shared_ptr const&, DB::IDataType const*) const @ 0x00000000421696d1 5. ./build_docker/./src/Compression/CompressionFactoryAdditions.cpp:135: void std::__function::__policy_invoker::__call_impl const&, std::shared_ptr const&, bool, bool, bool) const::$_0, void (DB::ISerialization::SubstreamPath const&)>>(std::__function::__policy_storage const*, DB::ISerialization::SubstreamPath const&) @ 0x000000004227cf12 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034e20b22 7. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:104: DB::ISerialization::enumerateStreams(std::function const&, std::shared_ptr const&, COW::immutable_ptr const&) const @ 0x0000000034e21530 8. ./build_docker/./src/Compression/CompressionFactoryAdditions.cpp:146: DB::CompressionCodecFactory::validateCodecAndGetPreprocessedAST(std::shared_ptr const&, std::shared_ptr const&, bool, bool, bool) const @ 0x00000000422789ff 9. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:736: DB::InterpreterCreateQuery::getColumnsDescription(DB::ASTExpressionList const&, std::shared_ptr, DB::LoadingStrictnessLevel, bool) @ 0x0000000037791a16 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:814: DB::InterpreterCreateQuery::getTablePropertiesAndNormalizeCreateQuery(DB::ASTCreateQuery&, DB::LoadingStrictnessLevel) const @ 0x0000000037797465 11. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1668: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377bfcea 12. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:58:33.374613 [ 57570 ] {6318254f-309c-4f8b-9054-a307cfe1d96e} executeQuery: Code: 432. DB::Exception: Unknown codec family: multiple. (UNKNOWN_CODEC) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42748) (comment: 00804_test_custom_compression_codecs.sql) (in query: CREATE TABLE codec_multiple_direct_specification_2(id UInt64 CODEC(multiple(LZ4, ZSTD))) ENGINE = MergeTree() ORDER BY tuple();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Compression/CompressionFactory.cpp:125: DB::CompressionCodecFactory::getImpl(String const&, std::shared_ptr const&, DB::IDataType const*) const @ 0x00000000421696d1 5. ./build_docker/./src/Compression/CompressionFactoryAdditions.cpp:135: void std::__function::__policy_invoker::__call_impl const&, std::shared_ptr const&, bool, bool, bool) const::$_0, void (DB::ISerialization::SubstreamPath const&)>>(std::__function::__policy_storage const*, DB::ISerialization::SubstreamPath const&) @ 0x000000004227cf12 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034e20b22 7. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:104: DB::ISerialization::enumerateStreams(std::function const&, std::shared_ptr const&, COW::immutable_ptr const&) const @ 0x0000000034e21530 8. ./build_docker/./src/Compression/CompressionFactoryAdditions.cpp:146: DB::CompressionCodecFactory::validateCodecAndGetPreprocessedAST(std::shared_ptr const&, std::shared_ptr const&, bool, bool, bool) const @ 0x00000000422789ff 9. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:736: DB::InterpreterCreateQuery::getColumnsDescription(DB::ASTExpressionList const&, std::shared_ptr, DB::LoadingStrictnessLevel, bool) @ 0x0000000037791a16 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:814: DB::InterpreterCreateQuery::getTablePropertiesAndNormalizeCreateQuery(DB::ASTCreateQuery&, DB::LoadingStrictnessLevel) const @ 0x0000000037797465 11. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1668: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377bfcea 12. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:58:33.380778 [ 57570 ] {} TCPHandler: Code: 432. DB::Exception: Unknown codec family: multiple. (UNKNOWN_CODEC), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Compression/CompressionFactory.cpp:125: DB::CompressionCodecFactory::getImpl(String const&, std::shared_ptr const&, DB::IDataType const*) const @ 0x00000000421696d1 5. ./build_docker/./src/Compression/CompressionFactoryAdditions.cpp:135: void std::__function::__policy_invoker::__call_impl const&, std::shared_ptr const&, bool, bool, bool) const::$_0, void (DB::ISerialization::SubstreamPath const&)>>(std::__function::__policy_storage const*, DB::ISerialization::SubstreamPath const&) @ 0x000000004227cf12 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034e20b22 7. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:104: DB::ISerialization::enumerateStreams(std::function const&, std::shared_ptr const&, COW::immutable_ptr const&) const @ 0x0000000034e21530 8. ./build_docker/./src/Compression/CompressionFactoryAdditions.cpp:146: DB::CompressionCodecFactory::validateCodecAndGetPreprocessedAST(std::shared_ptr const&, std::shared_ptr const&, bool, bool, bool) const @ 0x00000000422789ff 9. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:736: DB::InterpreterCreateQuery::getColumnsDescription(DB::ASTExpressionList const&, std::shared_ptr, DB::LoadingStrictnessLevel, bool) @ 0x0000000037791a16 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:814: DB::InterpreterCreateQuery::getTablePropertiesAndNormalizeCreateQuery(DB::ASTCreateQuery&, DB::LoadingStrictnessLevel) const @ 0x0000000037797465 11. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1668: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377bfcea 12. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:58:33.949312 [ 57570 ] {bd4f7c6f-351e-41b3-9e06-7dbf36f7cac6} executeQuery: Code: 433. DB::Exception: Delta value for delta codec can be 1, 2, 4 or 8, given 3. (ILLEGAL_CODEC_PARAMETER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42748) (comment: 00804_test_custom_compression_codecs.sql) (in query: CREATE TABLE delta_bad_params1(id UInt64 CODEC(Delta(3))) ENGINE = MergeTree() ORDER BY tuple();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, unsigned long&) @ 0x0000000009f9a88a 4. ./build_docker/./src/Compression/CompressionCodecDelta.cpp:211: std::shared_ptr std::__function::__policy_invoker (std::shared_ptr const&, DB::IDataType const*)>::__call_impl (std::shared_ptr const&, DB::IDataType const*)>>(std::__function::__policy_storage const*, std::shared_ptr const&, DB::IDataType const*) @ 0x000000004218dad9 5. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000421695a8 6. ./build_docker/./src/Compression/CompressionFactoryAdditions.cpp:135: void std::__function::__policy_invoker::__call_impl const&, std::shared_ptr const&, bool, bool, bool) const::$_0, void (DB::ISerialization::SubstreamPath const&)>>(std::__function::__policy_storage const*, DB::ISerialization::SubstreamPath const&) @ 0x000000004227cf12 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034e20b22 8. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:104: DB::ISerialization::enumerateStreams(std::function const&, std::shared_ptr const&, COW::immutable_ptr const&) const @ 0x0000000034e21530 9. ./build_docker/./src/Compression/CompressionFactoryAdditions.cpp:146: DB::CompressionCodecFactory::validateCodecAndGetPreprocessedAST(std::shared_ptr const&, std::shared_ptr const&, bool, bool, bool) const @ 0x00000000422789ff 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:736: DB::InterpreterCreateQuery::getColumnsDescription(DB::ASTExpressionList const&, std::shared_ptr, DB::LoadingStrictnessLevel, bool) @ 0x0000000037791a16 11. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:814: DB::InterpreterCreateQuery::getTablePropertiesAndNormalizeCreateQuery(DB::ASTCreateQuery&, DB::LoadingStrictnessLevel) const @ 0x0000000037797465 12. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1668: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377bfcea 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 17:58:33.955404 [ 57570 ] {} TCPHandler: Code: 433. DB::Exception: Delta value for delta codec can be 1, 2, 4 or 8, given 3. (ILLEGAL_CODEC_PARAMETER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, unsigned long&) @ 0x0000000009f9a88a 4. ./build_docker/./src/Compression/CompressionCodecDelta.cpp:211: std::shared_ptr std::__function::__policy_invoker (std::shared_ptr const&, DB::IDataType const*)>::__call_impl (std::shared_ptr const&, DB::IDataType const*)>>(std::__function::__policy_storage const*, std::shared_ptr const&, DB::IDataType const*) @ 0x000000004218dad9 5. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000421695a8 6. ./build_docker/./src/Compression/CompressionFactoryAdditions.cpp:135: void std::__function::__policy_invoker::__call_impl const&, std::shared_ptr const&, bool, bool, bool) const::$_0, void (DB::ISerialization::SubstreamPath const&)>>(std::__function::__policy_storage const*, DB::ISerialization::SubstreamPath const&) @ 0x000000004227cf12 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034e20b22 8. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:104: DB::ISerialization::enumerateStreams(std::function const&, std::shared_ptr const&, COW::immutable_ptr const&) const @ 0x0000000034e21530 9. ./build_docker/./src/Compression/CompressionFactoryAdditions.cpp:146: DB::CompressionCodecFactory::validateCodecAndGetPreprocessedAST(std::shared_ptr const&, std::shared_ptr const&, bool, bool, bool) const @ 0x00000000422789ff 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:736: DB::InterpreterCreateQuery::getColumnsDescription(DB::ASTExpressionList const&, std::shared_ptr, DB::LoadingStrictnessLevel, bool) @ 0x0000000037791a16 11. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:814: DB::InterpreterCreateQuery::getTablePropertiesAndNormalizeCreateQuery(DB::ASTCreateQuery&, DB::LoadingStrictnessLevel) const @ 0x0000000037797465 12. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1668: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377bfcea 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 17:58:33.980091 [ 57570 ] {88da4923-3a11-4605-9950-9bc3b0ac8a04} executeQuery: Code: 433. DB::Exception: Delta value for delta codec can be 1, 2, 4 or 8, given 16. (ILLEGAL_CODEC_PARAMETER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42748) (comment: 00804_test_custom_compression_codecs.sql) (in query: CREATE TABLE delta_bad_params2(id UInt64 CODEC(Delta(16))) ENGINE = MergeTree() ORDER BY tuple();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, unsigned long&) @ 0x0000000009f9a88a 4. ./build_docker/./src/Compression/CompressionCodecDelta.cpp:211: std::shared_ptr std::__function::__policy_invoker (std::shared_ptr const&, DB::IDataType const*)>::__call_impl (std::shared_ptr const&, DB::IDataType const*)>>(std::__function::__policy_storage const*, std::shared_ptr const&, DB::IDataType const*) @ 0x000000004218dad9 5. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000421695a8 6. ./build_docker/./src/Compression/CompressionFactoryAdditions.cpp:135: void std::__function::__policy_invoker::__call_impl const&, std::shared_ptr const&, bool, bool, bool) const::$_0, void (DB::ISerialization::SubstreamPath const&)>>(std::__function::__policy_storage const*, DB::ISerialization::SubstreamPath const&) @ 0x000000004227cf12 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034e20b22 8. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:104: DB::ISerialization::enumerateStreams(std::function const&, std::shared_ptr const&, COW::immutable_ptr const&) const @ 0x0000000034e21530 9. ./build_docker/./src/Compression/CompressionFactoryAdditions.cpp:146: DB::CompressionCodecFactory::validateCodecAndGetPreprocessedAST(std::shared_ptr const&, std::shared_ptr const&, bool, bool, bool) const @ 0x00000000422789ff 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:736: DB::InterpreterCreateQuery::getColumnsDescription(DB::ASTExpressionList const&, std::shared_ptr, DB::LoadingStrictnessLevel, bool) @ 0x0000000037791a16 11. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:814: DB::InterpreterCreateQuery::getTablePropertiesAndNormalizeCreateQuery(DB::ASTCreateQuery&, DB::LoadingStrictnessLevel) const @ 0x0000000037797465 12. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1668: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377bfcea 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 17:58:33.985397 [ 57570 ] {} TCPHandler: Code: 433. DB::Exception: Delta value for delta codec can be 1, 2, 4 or 8, given 16. (ILLEGAL_CODEC_PARAMETER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, unsigned long&) @ 0x0000000009f9a88a 4. ./build_docker/./src/Compression/CompressionCodecDelta.cpp:211: std::shared_ptr std::__function::__policy_invoker (std::shared_ptr const&, DB::IDataType const*)>::__call_impl (std::shared_ptr const&, DB::IDataType const*)>>(std::__function::__policy_storage const*, std::shared_ptr const&, DB::IDataType const*) @ 0x000000004218dad9 5. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000421695a8 6. ./build_docker/./src/Compression/CompressionFactoryAdditions.cpp:135: void std::__function::__policy_invoker::__call_impl const&, std::shared_ptr const&, bool, bool, bool) const::$_0, void (DB::ISerialization::SubstreamPath const&)>>(std::__function::__policy_storage const*, DB::ISerialization::SubstreamPath const&) @ 0x000000004227cf12 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034e20b22 8. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:104: DB::ISerialization::enumerateStreams(std::function const&, std::shared_ptr const&, COW::immutable_ptr const&) const @ 0x0000000034e21530 9. ./build_docker/./src/Compression/CompressionFactoryAdditions.cpp:146: DB::CompressionCodecFactory::validateCodecAndGetPreprocessedAST(std::shared_ptr const&, std::shared_ptr const&, bool, bool, bool) const @ 0x00000000422789ff 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:736: DB::InterpreterCreateQuery::getColumnsDescription(DB::ASTExpressionList const&, std::shared_ptr, DB::LoadingStrictnessLevel, bool) @ 0x0000000037791a16 11. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:814: DB::InterpreterCreateQuery::getTablePropertiesAndNormalizeCreateQuery(DB::ASTCreateQuery&, DB::LoadingStrictnessLevel) const @ 0x0000000037797465 12. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1668: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377bfcea 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 17:58:35.757011 [ 68118 ] {279226e7-0a2c-486e-b0da-1335bc74bf49} executeQuery: Code: 36. DB::Exception: Expression in arrayJoin cannot depend on lambda argument: x . (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42966) (comment: 02369_analyzer_array_join_function.sql) (in query: SELECT arrayMap(x -> arrayJoin(x), [[1, 2, 3]]);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Planner/PlannerActionsVisitor.cpp:1003: DB::(anonymous namespace)::PlannerActionsVisitorImpl::visitImpl(std::shared_ptr) @ 0x0000000035c28df6 5. ./build_docker/./src/Planner/PlannerActionsVisitor.cpp:778: DB::(anonymous namespace)::PlannerActionsVisitorImpl::visitImpl(std::shared_ptr) @ 0x0000000035c2206d 6. ./build_docker/./src/Planner/PlannerActionsVisitor.cpp:635: DB::PlannerActionsVisitor::visit(DB::ActionsDAG&, std::shared_ptr) @ 0x0000000035c0cbaa 7. ./build_docker/./src/Planner/Utils.cpp:252: DB::buildActionsDAGFromExpressionNode(std::shared_ptr const&, std::vector> const&, std::shared_ptr const&) @ 0x0000000035c509da 8. ./build_docker/./src/Planner/PlannerExpressionAnalysis.cpp:377: DB::buildExpressionAnalysisResult(std::shared_ptr const&, std::vector> const&, std::shared_ptr const&, DB::PlannerQueryProcessingInfo const&) @ 0x0000000038750d77 9. ./build_docker/./src/Planner/Planner.cpp:1586: DB::Planner::buildPlanForQueryNode() @ 0x00000000386556d4 10. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 14. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 17:58:35.762298 [ 68118 ] {} TCPHandler: Code: 36. DB::Exception: Expression in arrayJoin cannot depend on lambda argument: x . (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Planner/PlannerActionsVisitor.cpp:1003: DB::(anonymous namespace)::PlannerActionsVisitorImpl::visitImpl(std::shared_ptr) @ 0x0000000035c28df6 5. ./build_docker/./src/Planner/PlannerActionsVisitor.cpp:778: DB::(anonymous namespace)::PlannerActionsVisitorImpl::visitImpl(std::shared_ptr) @ 0x0000000035c2206d 6. ./build_docker/./src/Planner/PlannerActionsVisitor.cpp:635: DB::PlannerActionsVisitor::visit(DB::ActionsDAG&, std::shared_ptr) @ 0x0000000035c0cbaa 7. ./build_docker/./src/Planner/Utils.cpp:252: DB::buildActionsDAGFromExpressionNode(std::shared_ptr const&, std::vector> const&, std::shared_ptr const&) @ 0x0000000035c509da 8. ./build_docker/./src/Planner/PlannerExpressionAnalysis.cpp:377: DB::buildExpressionAnalysisResult(std::shared_ptr const&, std::vector> const&, std::shared_ptr const&, DB::PlannerQueryProcessingInfo const&) @ 0x0000000038750d77 9. ./build_docker/./src/Planner/Planner.cpp:1586: DB::Planner::buildPlanForQueryNode() @ 0x00000000386556d4 10. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 14. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 17:58:35.816460 [ 68118 ] {4ebe8cb6-e535-4bc4-9461-960191908d56} executeQuery: Code: 36. DB::Exception: Expression in arrayJoin cannot depend on lambda argument: CAST(x, 'Array(UInt8)'_String) . (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42966) (comment: 02369_analyzer_array_join_function.sql) (in query: SELECT arrayMap(x -> arrayJoin(cast(x, 'Array(UInt8)')), [[1, 2, 3]]);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Planner/PlannerActionsVisitor.cpp:1003: DB::(anonymous namespace)::PlannerActionsVisitorImpl::visitImpl(std::shared_ptr) @ 0x0000000035c28df6 5. ./build_docker/./src/Planner/PlannerActionsVisitor.cpp:778: DB::(anonymous namespace)::PlannerActionsVisitorImpl::visitImpl(std::shared_ptr) @ 0x0000000035c2206d 6. ./build_docker/./src/Planner/PlannerActionsVisitor.cpp:635: DB::PlannerActionsVisitor::visit(DB::ActionsDAG&, std::shared_ptr) @ 0x0000000035c0cbaa 7. ./build_docker/./src/Planner/Utils.cpp:252: DB::buildActionsDAGFromExpressionNode(std::shared_ptr const&, std::vector> const&, std::shared_ptr const&) @ 0x0000000035c509da 8. ./build_docker/./src/Planner/PlannerExpressionAnalysis.cpp:377: DB::buildExpressionAnalysisResult(std::shared_ptr const&, std::vector> const&, std::shared_ptr const&, DB::PlannerQueryProcessingInfo const&) @ 0x0000000038750d77 9. ./build_docker/./src/Planner/Planner.cpp:1586: DB::Planner::buildPlanForQueryNode() @ 0x00000000386556d4 10. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 14. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 17:58:35.821813 [ 68118 ] {} TCPHandler: Code: 36. DB::Exception: Expression in arrayJoin cannot depend on lambda argument: CAST(x, 'Array(UInt8)'_String) . (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Planner/PlannerActionsVisitor.cpp:1003: DB::(anonymous namespace)::PlannerActionsVisitorImpl::visitImpl(std::shared_ptr) @ 0x0000000035c28df6 5. ./build_docker/./src/Planner/PlannerActionsVisitor.cpp:778: DB::(anonymous namespace)::PlannerActionsVisitorImpl::visitImpl(std::shared_ptr) @ 0x0000000035c2206d 6. ./build_docker/./src/Planner/PlannerActionsVisitor.cpp:635: DB::PlannerActionsVisitor::visit(DB::ActionsDAG&, std::shared_ptr) @ 0x0000000035c0cbaa 7. ./build_docker/./src/Planner/Utils.cpp:252: DB::buildActionsDAGFromExpressionNode(std::shared_ptr const&, std::vector> const&, std::shared_ptr const&) @ 0x0000000035c509da 8. ./build_docker/./src/Planner/PlannerExpressionAnalysis.cpp:377: DB::buildExpressionAnalysisResult(std::shared_ptr const&, std::vector> const&, std::shared_ptr const&, DB::PlannerQueryProcessingInfo const&) @ 0x0000000038750d77 9. ./build_docker/./src/Planner/Planner.cpp:1586: DB::Planner::buildPlanForQueryNode() @ 0x00000000386556d4 10. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 14. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 17:58:35.891161 [ 57570 ] {512b1224-08d1-4779-a292-684151f05b6a} executeQuery: Code: 36. DB::Exception: Codec Delta is only applicable for data types of size 1, 2, 4, 8 bytes. Given type FixedString(12). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42748) (comment: 00804_test_custom_compression_codecs.sql) (in query: CREATE TABLE compression_codec_multiple_more_types ( id Decimal128(13) CODEC(ZSTD, LZ4, ZSTD, ZSTD, Delta(2), Delta(4), Delta(1), LZ4HC), data FixedString(12) CODEC(ZSTD, ZSTD, Delta, Delta, Delta, NONE, NONE, NONE, LZ4HC), ddd Nested (age UInt8, Name String) CODEC(LZ4, LZ4HC, NONE, NONE, NONE, ZSTD, Delta(8)) ) ENGINE = MergeTree() ORDER BY tuple();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Compression/CompressionCodecDelta.cpp:183: std::shared_ptr std::__function::__policy_invoker (std::shared_ptr const&, DB::IDataType const*)>::__call_impl (std::shared_ptr const&, DB::IDataType const*)>>(std::__function::__policy_storage const*, std::shared_ptr const&, DB::IDataType const*) @ 0x000000004218dbbc 5. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000421695a8 6. ./build_docker/./src/Compression/CompressionFactoryAdditions.cpp:135: void std::__function::__policy_invoker::__call_impl const&, std::shared_ptr const&, bool, bool, bool) const::$_0, void (DB::ISerialization::SubstreamPath const&)>>(std::__function::__policy_storage const*, DB::ISerialization::SubstreamPath const&) @ 0x000000004227cf12 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034e20b22 8. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:104: DB::ISerialization::enumerateStreams(std::function const&, std::shared_ptr const&, COW::immutable_ptr const&) const @ 0x0000000034e21530 9. ./build_docker/./src/Compression/CompressionFactoryAdditions.cpp:146: DB::CompressionCodecFactory::validateCodecAndGetPreprocessedAST(std::shared_ptr const&, std::shared_ptr const&, bool, bool, bool) const @ 0x00000000422789ff 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:736: DB::InterpreterCreateQuery::getColumnsDescription(DB::ASTExpressionList const&, std::shared_ptr, DB::LoadingStrictnessLevel, bool) @ 0x0000000037791a16 11. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:814: DB::InterpreterCreateQuery::getTablePropertiesAndNormalizeCreateQuery(DB::ASTCreateQuery&, DB::LoadingStrictnessLevel) const @ 0x0000000037797465 12. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1668: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377bfcea 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 17:58:35.897350 [ 57570 ] {} TCPHandler: Code: 36. DB::Exception: Codec Delta is only applicable for data types of size 1, 2, 4, 8 bytes. Given type FixedString(12). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Compression/CompressionCodecDelta.cpp:183: std::shared_ptr std::__function::__policy_invoker (std::shared_ptr const&, DB::IDataType const*)>::__call_impl (std::shared_ptr const&, DB::IDataType const*)>>(std::__function::__policy_storage const*, std::shared_ptr const&, DB::IDataType const*) @ 0x000000004218dbbc 5. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000421695a8 6. ./build_docker/./src/Compression/CompressionFactoryAdditions.cpp:135: void std::__function::__policy_invoker::__call_impl const&, std::shared_ptr const&, bool, bool, bool) const::$_0, void (DB::ISerialization::SubstreamPath const&)>>(std::__function::__policy_storage const*, DB::ISerialization::SubstreamPath const&) @ 0x000000004227cf12 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034e20b22 8. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:104: DB::ISerialization::enumerateStreams(std::function const&, std::shared_ptr const&, COW::immutable_ptr const&) const @ 0x0000000034e21530 9. ./build_docker/./src/Compression/CompressionFactoryAdditions.cpp:146: DB::CompressionCodecFactory::validateCodecAndGetPreprocessedAST(std::shared_ptr const&, std::shared_ptr const&, bool, bool, bool) const @ 0x00000000422789ff 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:736: DB::InterpreterCreateQuery::getColumnsDescription(DB::ASTExpressionList const&, std::shared_ptr, DB::LoadingStrictnessLevel, bool) @ 0x0000000037791a16 11. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:814: DB::InterpreterCreateQuery::getTablePropertiesAndNormalizeCreateQuery(DB::ASTCreateQuery&, DB::LoadingStrictnessLevel) const @ 0x0000000037797465 12. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1668: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377bfcea 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 17:58:37.243088 [ 71983 ] {2031b55c-a766-45e9-9c74-31436d67e4e7} executeQuery: Code: 47. DB::Exception: Missing columns: 'nonexistent' while processing query: 'isZeroOrNull(nonexistent = 0), _block_number, _partition_value, _part_data_version, _part_index, s, _partition_id, x, _part, m, _part_offset, _sample_factor, _block_offset, _part_uuid, d', required columns: 'nonexistent' '_partition_id' '_block_number' '_partition_value' '_part_data_version' '_part_index' 's' '_part' 'x' 'm' '_part_offset' '_sample_factor' '_part_uuid' '_block_offset' 'd', maybe you meant: 's', 'x', 'm' or 'd'. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:58288) (comment: 00652_replicated_mutations_zookeeper.sh) (in query: ALTER TABLE mutations_r1 DELETE WHERE nonexistent = 0), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./build_docker/./src/Interpreters/TreeRewriter.cpp:1305: DB::TreeRewriterResult::collectUsedColumns(std::shared_ptr const&, bool, bool) @ 0x000000003901c445 4. ./build_docker/./src/Interpreters/TreeRewriter.cpp:1563: DB::TreeRewriter::analyze(std::shared_ptr&, DB::NamesAndTypesList const&, std::shared_ptr, std::shared_ptr const&, bool, bool, bool, bool) const @ 0x000000003903f862 5. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:1141: DB::MutationsInterpreter::prepareMutationStages(std::vector>&, bool) @ 0x00000000388edf40 6. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:1060: DB::MutationsInterpreter::prepare(bool) @ 0x00000000388e21e8 7. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:400: DB::MutationsInterpreter::MutationsInterpreter(std::shared_ptr, std::shared_ptr, DB::MutationCommands, std::shared_ptr, DB::MutationsInterpreter::Settings) @ 0x00000000388c9e7a 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:238: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751954 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:58:37.252225 [ 71983 ] {} TCPHandler: Code: 47. DB::Exception: Missing columns: 'nonexistent' while processing query: 'isZeroOrNull(nonexistent = 0), _block_number, _partition_value, _part_data_version, _part_index, s, _partition_id, x, _part, m, _part_offset, _sample_factor, _block_offset, _part_uuid, d', required columns: 'nonexistent' '_partition_id' '_block_number' '_partition_value' '_part_data_version' '_part_index' 's' '_part' 'x' 'm' '_part_offset' '_sample_factor' '_part_uuid' '_block_offset' 'd', maybe you meant: 's', 'x', 'm' or 'd'. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./build_docker/./src/Interpreters/TreeRewriter.cpp:1305: DB::TreeRewriterResult::collectUsedColumns(std::shared_ptr const&, bool, bool) @ 0x000000003901c445 4. ./build_docker/./src/Interpreters/TreeRewriter.cpp:1563: DB::TreeRewriter::analyze(std::shared_ptr&, DB::NamesAndTypesList const&, std::shared_ptr, std::shared_ptr const&, bool, bool, bool, bool) const @ 0x000000003903f862 5. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:1141: DB::MutationsInterpreter::prepareMutationStages(std::vector>&, bool) @ 0x00000000388edf40 6. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:1060: DB::MutationsInterpreter::prepare(bool) @ 0x00000000388e21e8 7. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:400: DB::MutationsInterpreter::MutationsInterpreter(std::shared_ptr, std::shared_ptr, DB::MutationCommands, std::shared_ptr, DB::MutationsInterpreter::Settings) @ 0x00000000388c9e7a 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:238: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751954 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:58:38.852008 [ 67332 ] {af41e13b-0022-4389-a43f-fef589bf5f1f} executeQuery: Code: 38. DB::Exception: Cannot parse date: value is too short: while converting '11' to Date: while executing 'FUNCTION equals(d : 0, '11' : 1) -> equals(d, '11') UInt8 : 2'. (CANNOT_PARSE_DATE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:58364) (comment: 00652_replicated_mutations_zookeeper.sh) (in query: ALTER TABLE mutations_r1 DELETE WHERE d = '11'), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/IO/ReadHelpers.cpp:1363: void DB::readDateTextFallback(LocalDate&, DB::ReadBuffer&, char const*) @ 0x000000002087769b 5. ./src/IO/ReadHelpers.h:825: void DB::readDateTextImpl(LocalDate&, DB::ReadBuffer&, char const*) @ 0x0000000027db28d3 6. ./src/IO/ReadHelpers.h:846: DB::SerializationDate::deserializeTextEscaped(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&) const @ 0x0000000034e65b6a 7. ./build_docker/./src/DataTypes/Serializations/SerializationDate.cpp:20: DB::SerializationDate::deserializeWholeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&) const @ 0x0000000034e659ab 8. ./build_docker/./src/Interpreters/convertFieldToType.cpp:577: DB::(anonymous namespace)::convertFieldToTypeImpl(DB::Field const&, DB::IDataType const&, DB::IDataType const*, DB::FormatSettings const&) @ 0x00000000391a4651 9. ./build_docker/./src/Interpreters/convertFieldToType.cpp:0: DB::convertFieldToType(DB::Field const&, DB::IDataType const&, DB::IDataType const*, DB::FormatSettings const&) @ 0x000000003919f33e 10. DB::FunctionComparison::executeWithConstString(std::shared_ptr const&, DB::IColumn const*, DB::IColumn const*, std::shared_ptr const&, std::shared_ptr const&, unsigned long) const @ 0x000000000e4de899 11. DB::FunctionComparison::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000e48d04d 12. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 14. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 15. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 16. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 17. ./build_docker/./src/Interpreters/ExpressionActions.cpp:816: DB::ExpressionActions::execute(DB::Block&, bool, bool) const @ 0x000000003691c608 18. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:2078: DB::ExpressionAnalysisResult::ExpressionAnalysisResult(DB::SelectQueryExpressionAnalyzer&, std::shared_ptr const&, bool, bool, bool, std::shared_ptr const&, std::shared_ptr const&, DB::Block const&) @ 0x00000000369a388b 19. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:1172: DB::InterpreterSelectQuery::getSampleBlockImpl() @ 0x000000003856c5d4 20. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:911: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr)::$_0::operator()(bool) const @ 0x000000003854abbd 21. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:921: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000038535ab7 22. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:477: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000038526c0e 23. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:319: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x0000000038540e60 24. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:1406: DB::MutationsInterpreter::validate() @ 0x00000000388fd5e0 25. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:238: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751960 26. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 17:58:38.859542 [ 67332 ] {} TCPHandler: Code: 38. DB::Exception: Cannot parse date: value is too short: while converting '11' to Date: while executing 'FUNCTION equals(d : 0, '11' : 1) -> equals(d, '11') UInt8 : 2'. (CANNOT_PARSE_DATE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/IO/ReadHelpers.cpp:1363: void DB::readDateTextFallback(LocalDate&, DB::ReadBuffer&, char const*) @ 0x000000002087769b 5. ./src/IO/ReadHelpers.h:825: void DB::readDateTextImpl(LocalDate&, DB::ReadBuffer&, char const*) @ 0x0000000027db28d3 6. ./src/IO/ReadHelpers.h:846: DB::SerializationDate::deserializeTextEscaped(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&) const @ 0x0000000034e65b6a 7. ./build_docker/./src/DataTypes/Serializations/SerializationDate.cpp:20: DB::SerializationDate::deserializeWholeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&) const @ 0x0000000034e659ab 8. ./build_docker/./src/Interpreters/convertFieldToType.cpp:577: DB::(anonymous namespace)::convertFieldToTypeImpl(DB::Field const&, DB::IDataType const&, DB::IDataType const*, DB::FormatSettings const&) @ 0x00000000391a4651 9. ./build_docker/./src/Interpreters/convertFieldToType.cpp:0: DB::convertFieldToType(DB::Field const&, DB::IDataType const&, DB::IDataType const*, DB::FormatSettings const&) @ 0x000000003919f33e 10. DB::FunctionComparison::executeWithConstString(std::shared_ptr const&, DB::IColumn const*, DB::IColumn const*, std::shared_ptr const&, std::shared_ptr const&, unsigned long) const @ 0x000000000e4de899 11. DB::FunctionComparison::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000e48d04d 12. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 14. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 15. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 16. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 17. ./build_docker/./src/Interpreters/ExpressionActions.cpp:816: DB::ExpressionActions::execute(DB::Block&, bool, bool) const @ 0x000000003691c608 18. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:2078: DB::ExpressionAnalysisResult::ExpressionAnalysisResult(DB::SelectQueryExpressionAnalyzer&, std::shared_ptr const&, bool, bool, bool, std::shared_ptr const&, std::shared_ptr const&, DB::Block const&) @ 0x00000000369a388b 19. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:1172: DB::InterpreterSelectQuery::getSampleBlockImpl() @ 0x000000003856c5d4 20. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:911: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr)::$_0::operator()(bool) const @ 0x000000003854abbd 21. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:921: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000038535ab7 22. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:477: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000038526c0e 23. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:319: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x0000000038540e60 24. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:1406: DB::MutationsInterpreter::validate() @ 0x00000000388fd5e0 25. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:238: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751960 26. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 17:58:42.087755 [ 71979 ] {d5964162-f9c8-4679-9a5f-92eb7e9f586e} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `Price` in scope SELECT Price FROM test_02428_pv1. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:58568) (comment: 02428_parameterized_view.sh) (in query: SELECT Price FROM test_02428_pv1), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:58:42.096457 [ 71979 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `Price` in scope SELECT Price FROM test_02428_pv1. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:58:46.187773 [ 71983 ] {59550d00-06f4-4bea-bb13-9c98b25e5651} executeQuery: Code: 10. DB::Exception: Wrong column name. Cannot find column `non_existing_column` to drop. (NOT_FOUND_COLUMN_IN_BLOCK) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:58770) (comment: 01079_bad_alters_zookeeper_long.sh) (in query: ALTER TABLE table_for_bad_alters MODIFY COLUMN value1 UInt32, DROP COLUMN non_existing_column), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./build_docker/./src/Storages/AlterCommands.cpp:1532: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6df28d 4. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 8. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 17:58:46.195552 [ 71983 ] {} TCPHandler: Code: 10. DB::Exception: Wrong column name. Cannot find column `non_existing_column` to drop. (NOT_FOUND_COLUMN_IN_BLOCK), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./build_docker/./src/Storages/AlterCommands.cpp:1532: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6df28d 4. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 8. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 17:58:47.526360 [ 71987 ] {2e0fb788-cd7f-42d7-b3be-bfc32ba06f56} executeQuery: Code: 48. DB::Exception: Method write is not supported by storage View. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55196) (comment: 02428_parameterized_view.sh) (in query: INSERT INTO test_02428_pv1 VALUES ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::IStorage::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000002760ca27 4. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 5. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 6. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:703: DB::InterpreterInsertQuery::buildInsertPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eecdf 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:823: DB::InterpreterInsertQuery::execute() @ 0x00000000384f501f 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 17:58:47.533836 [ 71987 ] {} TCPHandler: Code: 48. DB::Exception: Method write is not supported by storage View. (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::IStorage::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000002760ca27 4. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 5. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 6. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:703: DB::InterpreterInsertQuery::buildInsertPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eecdf 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:823: DB::InterpreterInsertQuery::execute() @ 0x00000000384f501f 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 17:58:48.860722 [ 1057 ] {} d35b9b26-5c97-4793-b0b0-d1e32bf898a7::all_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'Hello' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION _CAST(value2 :: 2, 'UInt32' :: 3) -> _CAST(value2, 'UInt32') UInt32 : 4': (while reading from part /var/lib/clickhouse/store/d35/d35b9b26-5c97-4793-b0b0-d1e32bf898a7/all_0_0_0/ located on disk default of type local): While executing MergeTreeSequentialSource. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 14. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 15. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 16. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 17. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 18. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 19. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 20. ./build_docker/./src/Interpreters/ExpressionActions.cpp:816: DB::ExpressionActions::execute(DB::Block&, bool, bool) const @ 0x000000003691c608 21. ./build_docker/./src/Interpreters/inplaceBlockConversions.cpp:188: DB::performRequiredConversions(DB::Block&, DB::NamesAndTypesList const&, std::shared_ptr) @ 0x00000000392d0679 22. ./build_docker/./src/Storages/MergeTree/IMergeTreeReader.cpp:300: DB::IMergeTreeReader::performRequiredConversions(std::vector::immutable_ptr, std::allocator::immutable_ptr>>&) const @ 0x000000003e471f1b 23. ./build_docker/./src/Storages/MergeTree/MergeTreeSequentialSource.cpp:251: DB::MergeTreeSequentialSource::generate() @ 0x000000003e4dc324 24. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 25. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 26. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 27. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 28. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 29. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 30. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:65: DB::PullingPipelineExecutor::pull(DB::Block&) @ 0x000000003f75eb24 31. ./build_docker/./src/Storages/MergeTree/MutateTask.cpp:1222: DB::PartMergerWriter::mutateOriginalPartAndPrepareProjections() @ 0x000000003e661275 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:58:48.861835 [ 1057 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {d35b9b26-5c97-4793-b0b0-d1e32bf898a7::all_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'Hello' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION _CAST(value2 :: 2, 'UInt32' :: 3) -> _CAST(value2, 'UInt32') UInt32 : 4': (while reading from part /var/lib/clickhouse/store/d35/d35b9b26-5c97-4793-b0b0-d1e32bf898a7/all_0_0_0/ located on disk default of type local): While executing MergeTreeSequentialSource. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 14. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 15. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 16. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 17. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 18. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 19. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 20. ./build_docker/./src/Interpreters/ExpressionActions.cpp:816: DB::ExpressionActions::execute(DB::Block&, bool, bool) const @ 0x000000003691c608 21. ./build_docker/./src/Interpreters/inplaceBlockConversions.cpp:188: DB::performRequiredConversions(DB::Block&, DB::NamesAndTypesList const&, std::shared_ptr) @ 0x00000000392d0679 22. ./build_docker/./src/Storages/MergeTree/IMergeTreeReader.cpp:300: DB::IMergeTreeReader::performRequiredConversions(std::vector::immutable_ptr, std::allocator::immutable_ptr>>&) const @ 0x000000003e471f1b 23. ./build_docker/./src/Storages/MergeTree/MergeTreeSequentialSource.cpp:251: DB::MergeTreeSequentialSource::generate() @ 0x000000003e4dc324 24. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 25. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 26. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 27. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 28. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 29. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 30. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:65: DB::PullingPipelineExecutor::pull(DB::Block&) @ 0x000000003f75eb24 31. ./build_docker/./src/Storages/MergeTree/MutateTask.cpp:1222: DB::PartMergerWriter::mutateOriginalPartAndPrepareProjections() @ 0x000000003e661275 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:58:48.923307 [ 71989 ] {982e7bd0-6ef2-4913-a154-ee30dbad8061} executeQuery: Code: 46. DB::Exception: Unknown table function pv123. (UNKNOWN_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55264) (comment: 02428_parameterized_view.sh) (in query: SELECT Price FROM pv123(price=20)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4725: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d4391c 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 9. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:58:48.931610 [ 71989 ] {} TCPHandler: Code: 46. DB::Exception: Unknown table function pv123. (UNKNOWN_FUNCTION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4725: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d4391c 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 9. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:58:49.314763 [ 1058 ] {} d35b9b26-5c97-4793-b0b0-d1e32bf898a7::all_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'Hello' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION _CAST(value2 :: 2, 'UInt32' :: 3) -> _CAST(value2, 'UInt32') UInt32 : 4': (while reading from part /var/lib/clickhouse/store/d35/d35b9b26-5c97-4793-b0b0-d1e32bf898a7/all_0_0_0/ located on disk default of type local): While executing MergeTreeSequentialSource. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 14. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 15. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 16. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 17. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 18. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 19. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 20. ./build_docker/./src/Interpreters/ExpressionActions.cpp:816: DB::ExpressionActions::execute(DB::Block&, bool, bool) const @ 0x000000003691c608 21. ./build_docker/./src/Interpreters/inplaceBlockConversions.cpp:188: DB::performRequiredConversions(DB::Block&, DB::NamesAndTypesList const&, std::shared_ptr) @ 0x00000000392d0679 22. ./build_docker/./src/Storages/MergeTree/IMergeTreeReader.cpp:300: DB::IMergeTreeReader::performRequiredConversions(std::vector::immutable_ptr, std::allocator::immutable_ptr>>&) const @ 0x000000003e471f1b 23. ./build_docker/./src/Storages/MergeTree/MergeTreeSequentialSource.cpp:251: DB::MergeTreeSequentialSource::generate() @ 0x000000003e4dc324 24. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 25. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 26. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 27. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 28. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 29. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 30. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:65: DB::PullingPipelineExecutor::pull(DB::Block&) @ 0x000000003f75eb24 31. ./build_docker/./src/Storages/MergeTree/MutateTask.cpp:1222: DB::PartMergerWriter::mutateOriginalPartAndPrepareProjections() @ 0x000000003e661275 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:58:49.315844 [ 1058 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {d35b9b26-5c97-4793-b0b0-d1e32bf898a7::all_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'Hello' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION _CAST(value2 :: 2, 'UInt32' :: 3) -> _CAST(value2, 'UInt32') UInt32 : 4': (while reading from part /var/lib/clickhouse/store/d35/d35b9b26-5c97-4793-b0b0-d1e32bf898a7/all_0_0_0/ located on disk default of type local): While executing MergeTreeSequentialSource. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 14. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 15. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 16. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 17. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 18. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 19. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 20. ./build_docker/./src/Interpreters/ExpressionActions.cpp:816: DB::ExpressionActions::execute(DB::Block&, bool, bool) const @ 0x000000003691c608 21. ./build_docker/./src/Interpreters/inplaceBlockConversions.cpp:188: DB::performRequiredConversions(DB::Block&, DB::NamesAndTypesList const&, std::shared_ptr) @ 0x00000000392d0679 22. ./build_docker/./src/Storages/MergeTree/IMergeTreeReader.cpp:300: DB::IMergeTreeReader::performRequiredConversions(std::vector::immutable_ptr, std::allocator::immutable_ptr>>&) const @ 0x000000003e471f1b 23. ./build_docker/./src/Storages/MergeTree/MergeTreeSequentialSource.cpp:251: DB::MergeTreeSequentialSource::generate() @ 0x000000003e4dc324 24. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 25. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 26. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 27. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 28. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 29. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 30. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:65: DB::PullingPipelineExecutor::pull(DB::Block&) @ 0x000000003f75eb24 31. ./build_docker/./src/Storages/MergeTree/MutateTask.cpp:1222: DB::PartMergerWriter::mutateOriginalPartAndPrepareProjections() @ 0x000000003e661275 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:58:49.961821 [ 1058 ] {} d35b9b26-5c97-4793-b0b0-d1e32bf898a7::all_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'Hello' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION _CAST(value2 :: 2, 'UInt32' :: 3) -> _CAST(value2, 'UInt32') UInt32 : 4': (while reading from part /var/lib/clickhouse/store/d35/d35b9b26-5c97-4793-b0b0-d1e32bf898a7/all_0_0_0/ located on disk default of type local): While executing MergeTreeSequentialSource. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 14. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 15. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 16. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 17. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 18. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 19. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 20. ./build_docker/./src/Interpreters/ExpressionActions.cpp:816: DB::ExpressionActions::execute(DB::Block&, bool, bool) const @ 0x000000003691c608 21. ./build_docker/./src/Interpreters/inplaceBlockConversions.cpp:188: DB::performRequiredConversions(DB::Block&, DB::NamesAndTypesList const&, std::shared_ptr) @ 0x00000000392d0679 22. ./build_docker/./src/Storages/MergeTree/IMergeTreeReader.cpp:300: DB::IMergeTreeReader::performRequiredConversions(std::vector::immutable_ptr, std::allocator::immutable_ptr>>&) const @ 0x000000003e471f1b 23. ./build_docker/./src/Storages/MergeTree/MergeTreeSequentialSource.cpp:251: DB::MergeTreeSequentialSource::generate() @ 0x000000003e4dc324 24. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 25. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 26. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 27. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 28. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 29. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 30. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:65: DB::PullingPipelineExecutor::pull(DB::Block&) @ 0x000000003f75eb24 31. ./build_docker/./src/Storages/MergeTree/MutateTask.cpp:1222: DB::PartMergerWriter::mutateOriginalPartAndPrepareProjections() @ 0x000000003e661275 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:58:49.963837 [ 1058 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {d35b9b26-5c97-4793-b0b0-d1e32bf898a7::all_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'Hello' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION _CAST(value2 :: 2, 'UInt32' :: 3) -> _CAST(value2, 'UInt32') UInt32 : 4': (while reading from part /var/lib/clickhouse/store/d35/d35b9b26-5c97-4793-b0b0-d1e32bf898a7/all_0_0_0/ located on disk default of type local): While executing MergeTreeSequentialSource. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 14. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 15. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 16. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 17. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 18. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 19. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 20. ./build_docker/./src/Interpreters/ExpressionActions.cpp:816: DB::ExpressionActions::execute(DB::Block&, bool, bool) const @ 0x000000003691c608 21. ./build_docker/./src/Interpreters/inplaceBlockConversions.cpp:188: DB::performRequiredConversions(DB::Block&, DB::NamesAndTypesList const&, std::shared_ptr) @ 0x00000000392d0679 22. ./build_docker/./src/Storages/MergeTree/IMergeTreeReader.cpp:300: DB::IMergeTreeReader::performRequiredConversions(std::vector::immutable_ptr, std::allocator::immutable_ptr>>&) const @ 0x000000003e471f1b 23. ./build_docker/./src/Storages/MergeTree/MergeTreeSequentialSource.cpp:251: DB::MergeTreeSequentialSource::generate() @ 0x000000003e4dc324 24. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 25. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 26. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 27. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 28. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 29. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 30. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:65: DB::PullingPipelineExecutor::pull(DB::Block&) @ 0x000000003f75eb24 31. ./build_docker/./src/Storages/MergeTree/MutateTask.cpp:1222: DB::PartMergerWriter::mutateOriginalPartAndPrepareProjections() @ 0x000000003e661275 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:58:50.214197 [ 1061 ] {} d35b9b26-5c97-4793-b0b0-d1e32bf898a7::all_0_0_0_1 (MutateFromLogEntryTask): virtual bool DB::ReplicatedMergeMutateTaskBase::executeStep(): Code: 6. DB::Exception: Cannot parse string 'Hello' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION _CAST(value2 :: 2, 'UInt32' :: 3) -> _CAST(value2, 'UInt32') UInt32 : 4': (while reading from part /var/lib/clickhouse/store/d35/d35b9b26-5c97-4793-b0b0-d1e32bf898a7/all_0_0_0/ located on disk default of type local): While executing MergeTreeSequentialSource. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 14. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 15. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 16. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 17. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 18. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 19. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 20. ./build_docker/./src/Interpreters/ExpressionActions.cpp:816: DB::ExpressionActions::execute(DB::Block&, bool, bool) const @ 0x000000003691c608 21. ./build_docker/./src/Interpreters/inplaceBlockConversions.cpp:188: DB::performRequiredConversions(DB::Block&, DB::NamesAndTypesList const&, std::shared_ptr) @ 0x00000000392d0679 22. ./build_docker/./src/Storages/MergeTree/IMergeTreeReader.cpp:300: DB::IMergeTreeReader::performRequiredConversions(std::vector::immutable_ptr, std::allocator::immutable_ptr>>&) const @ 0x000000003e471f1b 23. ./build_docker/./src/Storages/MergeTree/MergeTreeSequentialSource.cpp:251: DB::MergeTreeSequentialSource::generate() @ 0x000000003e4dc324 24. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 25. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 26. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 27. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 28. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 29. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 30. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:65: DB::PullingPipelineExecutor::pull(DB::Block&) @ 0x000000003f75eb24 31. ./build_docker/./src/Storages/MergeTree/MutateTask.cpp:1222: DB::PartMergerWriter::mutateOriginalPartAndPrepareProjections() @ 0x000000003e661275 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:58:50.215252 [ 1061 ] {} MergeTreeBackgroundExecutor: Exception while executing background task {d35b9b26-5c97-4793-b0b0-d1e32bf898a7::all_0_0_0_1}: Code: 6. DB::Exception: Cannot parse string 'Hello' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION _CAST(value2 :: 2, 'UInt32' :: 3) -> _CAST(value2, 'UInt32') UInt32 : 4': (while reading from part /var/lib/clickhouse/store/d35/d35b9b26-5c97-4793-b0b0-d1e32bf898a7/all_0_0_0/ located on disk default of type local): While executing MergeTreeSequentialSource. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 14. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 15. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 16. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 17. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 18. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 19. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 20. ./build_docker/./src/Interpreters/ExpressionActions.cpp:816: DB::ExpressionActions::execute(DB::Block&, bool, bool) const @ 0x000000003691c608 21. ./build_docker/./src/Interpreters/inplaceBlockConversions.cpp:188: DB::performRequiredConversions(DB::Block&, DB::NamesAndTypesList const&, std::shared_ptr) @ 0x00000000392d0679 22. ./build_docker/./src/Storages/MergeTree/IMergeTreeReader.cpp:300: DB::IMergeTreeReader::performRequiredConversions(std::vector::immutable_ptr, std::allocator::immutable_ptr>>&) const @ 0x000000003e471f1b 23. ./build_docker/./src/Storages/MergeTree/MergeTreeSequentialSource.cpp:251: DB::MergeTreeSequentialSource::generate() @ 0x000000003e4dc324 24. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 25. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 26. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 27. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 28. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 29. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 30. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:65: DB::PullingPipelineExecutor::pull(DB::Block&) @ 0x000000003f75eb24 31. ./build_docker/./src/Storages/MergeTree/MutateTask.cpp:1222: DB::PartMergerWriter::mutateOriginalPartAndPrepareProjections() @ 0x000000003e661275 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:58:50.482274 [ 1054 ] {} test_2p0uklfk.table_for_bad_alters (ReplicatedMergeTreeQueue): There are no mutations for partition ID all (trying to mutate part all_0_0_0 to 1) 2025.03.31 17:58:50.530214 [ 71981 ] {f323c641-5622-407c-90a2-d3be9c4cec63} executeQuery: Code: 46. DB::Exception: Unknown table function test_02428_v1. (UNKNOWN_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55398) (comment: 02428_parameterized_view.sh) (in query: SELECT Price FROM test_02428_v1(price=10)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4725: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d4391c 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 9. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:58:50.537896 [ 71981 ] {} TCPHandler: Code: 46. DB::Exception: Unknown table function test_02428_v1. (UNKNOWN_FUNCTION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4725: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d4391c 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 9. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:58:53.669523 [ 71984 ] {476110f0-4856-42bb-93a6-b8322ae6e074} executeQuery: Code: 456. DB::Exception: Substitution `quantity` is not set. (UNKNOWN_QUERY_PARAMETER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55538) (comment: 02428_parameterized_view.sh) (in query: SELECT Price FROM test_02428_pv2(price=50)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:71: DB::ReplaceQueryParameterVisitor::getParamValue(String const&) @ 0x000000003922b01c 5. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:80: DB::ReplaceQueryParameterVisitor::visitQueryParameter(std::shared_ptr&) @ 0x0000000039226ee1 6. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:39: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x00000000392262fa 7. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 8. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 9. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 10. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 11. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 12. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 13. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 14. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 15. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 16. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 17. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 18. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 19. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 20. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 21. ./build_docker/./src/Storages/StorageView.cpp:236: DB::StorageView::replaceQueryParametersIfParametrizedView(std::shared_ptr&, std::unordered_map, std::equal_to, std::allocator>> const&) @ 0x000000003d366efd 22. ./build_docker/./src/Interpreters/Context.cpp:2386: DB::Context::buildParametrizedViewStorage(String const&, String const&, std::unordered_map, std::equal_to, std::allocator>> const&) @ 0x0000000036538fee 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4706: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3f637 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 28. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 29. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 30. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 31. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 2025.03.31 17:58:53.678167 [ 71984 ] {} TCPHandler: Code: 456. DB::Exception: Substitution `quantity` is not set. (UNKNOWN_QUERY_PARAMETER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:71: DB::ReplaceQueryParameterVisitor::getParamValue(String const&) @ 0x000000003922b01c 5. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:80: DB::ReplaceQueryParameterVisitor::visitQueryParameter(std::shared_ptr&) @ 0x0000000039226ee1 6. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:39: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x00000000392262fa 7. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 8. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 9. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 10. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 11. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 12. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 13. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 14. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 15. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 16. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 17. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 18. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 19. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 20. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 21. ./build_docker/./src/Storages/StorageView.cpp:236: DB::StorageView::replaceQueryParametersIfParametrizedView(std::shared_ptr&, std::unordered_map, std::equal_to, std::allocator>> const&) @ 0x000000003d366efd 22. ./build_docker/./src/Interpreters/Context.cpp:2386: DB::Context::buildParametrizedViewStorage(String const&, String const&, std::unordered_map, std::equal_to, std::allocator>> const&) @ 0x0000000036538fee 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4706: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3f637 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 28. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 29. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 30. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 31. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 2025.03.31 17:59:01.912539 [ 425 ] {a33a9322-8875-4804-b5e3-4e57dd1b9dfd} executeQuery: Code: 60. DB::Exception: Unknown table expression identifier 'memory_01069.mt' in scope SELECT * FROM memory_01069.mt ORDER BY n ASC. (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44852) (comment: 01069_database_memory.sql) (in query: SELECT * FROM memory_01069.mt ORDER BY n;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4370: DB::QueryAnalyzer::initializeQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dd184f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5549: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19ac7 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 8. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 17:59:01.920327 [ 425 ] {} TCPHandler: Code: 60. DB::Exception: Unknown table expression identifier 'memory_01069.mt' in scope SELECT * FROM memory_01069.mt ORDER BY n ASC. (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4370: DB::QueryAnalyzer::initializeQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dd184f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5549: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19ac7 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 8. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 17:59:02.365277 [ 425 ] {e46b8251-92db-4532-897a-431b1fe9f82c} executeQuery: Code: 60. DB::Exception: There is no metadata of table mt in database memory_01069. (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44852) (comment: 01069_database_memory.sql) (in query: SHOW CREATE TABLE memory_01069.mt;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String const&) @ 0x00000000088e42ad 4. ./build_docker/./src/Databases/DatabaseMemory.cpp:123: DB::DatabaseMemory::getCreateTableQueryImpl(String const&, std::shared_ptr, bool) const @ 0x000000003517432b 5. ./src/Databases/IDatabase.h:396: DB::InterpreterShowCreateQuery::executeImpl() @ 0x00000000393a310c 6. ./build_docker/./src/Interpreters/InterpreterShowCreateQuery.cpp:34: DB::InterpreterShowCreateQuery::execute() @ 0x00000000393a22a4 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:59:02.370774 [ 425 ] {} TCPHandler: Code: 60. DB::Exception: There is no metadata of table mt in database memory_01069. (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String const&) @ 0x00000000088e42ad 4. ./build_docker/./src/Databases/DatabaseMemory.cpp:123: DB::DatabaseMemory::getCreateTableQueryImpl(String const&, std::shared_ptr, bool) const @ 0x000000003517432b 5. ./src/Databases/IDatabase.h:396: DB::InterpreterShowCreateQuery::executeImpl() @ 0x00000000393a310c 6. ./build_docker/./src/Interpreters/InterpreterShowCreateQuery.cpp:34: DB::InterpreterShowCreateQuery::execute() @ 0x00000000393a22a4 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:59:03.746054 [ 68112 ] {b48c722b-f679-4481-bf70-9521d7f48604} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'timestamp'. Expected 1 mandatory argument and 1 optional argument, got 0 arguments: In scope SELECT timestamp(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44886) (comment: 02834_timestamp_function.sql) (in query: SELECT timestamp();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&, String&&) @ 0x0000000031c3fcf7 4. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3b1b3 5. DB::(anonymous namespace)::FunctionTimestamp::getReturnTypeImpl(std::vector> const&) const @ 0x000000001bcd1c7d 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:59:03.752431 [ 68112 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'timestamp'. Expected 1 mandatory argument and 1 optional argument, got 0 arguments: In scope SELECT timestamp(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&, String&&) @ 0x0000000031c3fcf7 4. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3b1b3 5. DB::(anonymous namespace)::FunctionTimestamp::getReturnTypeImpl(std::vector> const&) const @ 0x000000001bcd1c7d 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:59:03.780795 [ 68112 ] {d92668bb-4d17-4172-8227-66064d61c234} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'timestamp'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT timestamp('2013-12-31 12:00:00', '12:00:00', ''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44886) (comment: 02834_timestamp_function.sql) (in query: SELECT timestamp('2013-12-31 12:00:00', '12:00:00', '');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&, String&&) @ 0x0000000031c3fcf7 4. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3b1b3 5. DB::(anonymous namespace)::FunctionTimestamp::getReturnTypeImpl(std::vector> const&) const @ 0x000000001bcd1c7d 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:59:03.786670 [ 68112 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'timestamp'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT timestamp('2013-12-31 12:00:00', '12:00:00', ''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&, String&&) @ 0x0000000031c3fcf7 4. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3b1b3 5. DB::(anonymous namespace)::FunctionTimestamp::getReturnTypeImpl(std::vector> const&) const @ 0x000000001bcd1c7d 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:59:04.054915 [ 67332 ] {9b0a99c8-72f3-46d3-9022-10fd453e4785} executeQuery: Code: 46. DB::Exception: Unknown table function 02428_parameterized_view_test_k767onbu.pv1: or incorrect parameterized view. (UNKNOWN_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45000) (comment: 02428_parameterized_view.sh) (in query: SELECT Price FROM `02428_parameterized_view_test_k767onbu.pv1`(price=20) SETTINGS enable_analyzer = 0), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/TableFunctions/TableFunctionFactory.cpp:50: DB::TableFunctionFactory::get(std::shared_ptr const&, std::shared_ptr) const @ 0x0000000032deacdd 5. ./build_docker/./src/Interpreters/Context.cpp:2193: DB::Context::executeTableFunction(std::shared_ptr const&, DB::ASTSelectQuery const*) @ 0x0000000036530e05 6. ./build_docker/./src/Interpreters/JoinedTables.cpp:221: DB::JoinedTables::getLeftTableStorage() @ 0x000000003882d1ac 7. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:552: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003852c20c 8. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:302: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x0000000038527331 9. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector> const&) @ 0x00000000387a94b9 10. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:165: DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000387a3e1a 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x00000000387b810e 12. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:428: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x00000000387b2033 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 17:59:04.066053 [ 67332 ] {} TCPHandler: Code: 46. DB::Exception: Unknown table function 02428_parameterized_view_test_k767onbu.pv1: or incorrect parameterized view. (UNKNOWN_FUNCTION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/TableFunctions/TableFunctionFactory.cpp:50: DB::TableFunctionFactory::get(std::shared_ptr const&, std::shared_ptr) const @ 0x0000000032deacdd 5. ./build_docker/./src/Interpreters/Context.cpp:2193: DB::Context::executeTableFunction(std::shared_ptr const&, DB::ASTSelectQuery const*) @ 0x0000000036530e05 6. ./build_docker/./src/Interpreters/JoinedTables.cpp:221: DB::JoinedTables::getLeftTableStorage() @ 0x000000003882d1ac 7. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:552: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003852c20c 8. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:302: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x0000000038527331 9. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector> const&) @ 0x00000000387a94b9 10. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:165: DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000387a3e1a 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x00000000387b810e 12. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:428: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x00000000387b2033 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 17:59:04.628282 [ 68112 ] {5cee6fb4-716d-4e2a-922a-0824f175ab9f} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'timestamp' to function 'timestamp'. Expected: String or FixedString, got: UInt8: In scope SELECT timestamp(1). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44886) (comment: 02834_timestamp_function.sql) (in query: SELECT timestamp(1);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::(anonymous namespace)::FunctionTimestamp::getReturnTypeImpl(std::vector> const&) const @ 0x000000001bcd1c7d 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:59:04.635712 [ 68112 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'timestamp' to function 'timestamp'. Expected: String or FixedString, got: UInt8: In scope SELECT timestamp(1). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::(anonymous namespace)::FunctionTimestamp::getReturnTypeImpl(std::vector> const&) const @ 0x000000001bcd1c7d 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:59:04.661731 [ 68112 ] {5eef2ba4-1c9e-432d-adfc-41dd913ab5ff} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'timestamp' to function 'timestamp'. Expected: String or FixedString, got: UInt8: In scope SELECT timestamp(1, 2). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44886) (comment: 02834_timestamp_function.sql) (in query: SELECT timestamp(1, 2);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::(anonymous namespace)::FunctionTimestamp::getReturnTypeImpl(std::vector> const&) const @ 0x000000001bcd1c7d 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:59:04.670632 [ 68112 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'timestamp' to function 'timestamp'. Expected: String or FixedString, got: UInt8: In scope SELECT timestamp(1, 2). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::(anonymous namespace)::FunctionTimestamp::getReturnTypeImpl(std::vector> const&) const @ 0x000000001bcd1c7d 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:59:07.041757 [ 1417 ] {f72c5305-5074-4ab3-ae56-f42a3efd2716} executeQuery: Code: 47. DB::Exception: Identifier 't1.d' cannot be resolved from table with name test_rc892wdg.t1. In scope SELECT * FROM t1 INNER JOIN s ON t1.k = s.k INNER JOIN t2 ON t2.x = t1.x WHERE t1.d >= now(). Maybe you meant: ['t1.k']. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45090) (comment: 03063_analyzer_multi_join_wrong_table_specifier.sql) (in query: SELECT * FROM t1 INNER JOIN s ON t1.k = s.k INNER JOIN t2 ON t2.x = t1.x WHERE (t1.d >= now());), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String const&, String&, String&&, String&&) @ 0x0000000035ec2f7f 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:867: DB::IdentifierResolver::tryResolveIdentifierFromStorage(DB::Identifier const&, std::shared_ptr const&, DB::AnalysisTableExpressionData const&, DB::IdentifierResolveScope&, unsigned long, bool) @ 0x0000000035ea9f07 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:971: DB::IdentifierResolver::tryResolveIdentifierFromTableExpression(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eae07d 6. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1510: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb49f8 7. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1029: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eaff24 8. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 9. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1029: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eaff24 10. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 11. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:0: DB::IdentifierResolver::tryResolveIdentifierFromJoinTree(DB::IdentifierLookup const&, DB::IdentifierResolveScope&) @ 0x0000000035ebb9db 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1468: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d67b69 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3671: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d32d46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5588: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1a7cb 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:59:07.048042 [ 1417 ] {} TCPHandler: Code: 47. DB::Exception: Identifier 't1.d' cannot be resolved from table with name test_rc892wdg.t1. In scope SELECT * FROM t1 INNER JOIN s ON t1.k = s.k INNER JOIN t2 ON t2.x = t1.x WHERE t1.d >= now(). Maybe you meant: ['t1.k']. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String const&, String&, String&&, String&&) @ 0x0000000035ec2f7f 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:867: DB::IdentifierResolver::tryResolveIdentifierFromStorage(DB::Identifier const&, std::shared_ptr const&, DB::AnalysisTableExpressionData const&, DB::IdentifierResolveScope&, unsigned long, bool) @ 0x0000000035ea9f07 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:971: DB::IdentifierResolver::tryResolveIdentifierFromTableExpression(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eae07d 6. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1510: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb49f8 7. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1029: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eaff24 8. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 9. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1029: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eaff24 10. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 11. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:0: DB::IdentifierResolver::tryResolveIdentifierFromJoinTree(DB::IdentifierLookup const&, DB::IdentifierResolveScope&) @ 0x0000000035ebb9db 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1468: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d67b69 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3671: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d32d46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5588: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1a7cb 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:59:07.750110 [ 1417 ] {65559bdb-119e-4af2-95fd-c02899bdfdb6} executeQuery: Code: 47. DB::Exception: Identifier 't1.d' cannot be resolved from table with name test_rc892wdg.t1. In scope SELECT * FROM t1 INNER JOIN s ON t1.k = s.k WHERE t1.d >= now(). Maybe you meant: ['t1.k']. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45090) (comment: 03063_analyzer_multi_join_wrong_table_specifier.sql) (in query: SELECT * FROM t1 INNER JOIN s ON t1.k = s.k WHERE (t1.d >= now());), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String const&, String&, String&&, String&&) @ 0x0000000035ec2f7f 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:867: DB::IdentifierResolver::tryResolveIdentifierFromStorage(DB::Identifier const&, std::shared_ptr const&, DB::AnalysisTableExpressionData const&, DB::IdentifierResolveScope&, unsigned long, bool) @ 0x0000000035ea9f07 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:971: DB::IdentifierResolver::tryResolveIdentifierFromTableExpression(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eae07d 6. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1510: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb49f8 7. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1029: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eaff24 8. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 9. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:0: DB::IdentifierResolver::tryResolveIdentifierFromJoinTree(DB::IdentifierLookup const&, DB::IdentifierResolveScope&) @ 0x0000000035ebb9db 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1468: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d67b69 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3671: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d32d46 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5588: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1a7cb 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:59:07.756255 [ 1417 ] {} TCPHandler: Code: 47. DB::Exception: Identifier 't1.d' cannot be resolved from table with name test_rc892wdg.t1. In scope SELECT * FROM t1 INNER JOIN s ON t1.k = s.k WHERE t1.d >= now(). Maybe you meant: ['t1.k']. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String const&, String&, String&&, String&&) @ 0x0000000035ec2f7f 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:867: DB::IdentifierResolver::tryResolveIdentifierFromStorage(DB::Identifier const&, std::shared_ptr const&, DB::AnalysisTableExpressionData const&, DB::IdentifierResolveScope&, unsigned long, bool) @ 0x0000000035ea9f07 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:971: DB::IdentifierResolver::tryResolveIdentifierFromTableExpression(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eae07d 6. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1510: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb49f8 7. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1029: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eaff24 8. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 9. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:0: DB::IdentifierResolver::tryResolveIdentifierFromJoinTree(DB::IdentifierLookup const&, DB::IdentifierResolveScope&) @ 0x0000000035ebb9db 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1468: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d67b69 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3671: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d32d46 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5588: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1a7cb 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:59:10.587724 [ 71968 ] {05201b35-a9f1-4716-adb3-37c60fd0a92b} executeQuery: Code: 43. DB::Exception: Wrong order of arguments for function minus: argument of Tuple type cannot be first: In scope SELECT tuple(toIntervalDay(1)) - CAST('2022-10-11', 'Date'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:52352) (comment: 02457_tuple_of_intervals.sql) (in query: SELECT tuple(INTERVAL 1 DAY) - '2022-10-11'::Date;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const* const&) @ 0x0000000008961e4a 4. DB::FunctionBinaryArithmetic::getFunctionForDateTupleOfIntervalsArithmetic(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000015b54c98 5. DB::FunctionBinaryArithmetic::getReturnTypeImplStatic(std::vector, std::allocator>> const&, std::shared_ptr) @ 0x0000000015f42add 6. DB::BinaryArithmeticOverloadResolver::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001570dff9 7. DB::IFunctionOverloadResolver::getReturnTypeImpl(std::vector> const&) const @ 0x0000000009f857c6 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:59:10.593457 [ 71968 ] {} TCPHandler: Code: 43. DB::Exception: Wrong order of arguments for function minus: argument of Tuple type cannot be first: In scope SELECT tuple(toIntervalDay(1)) - CAST('2022-10-11', 'Date'). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const* const&) @ 0x0000000008961e4a 4. DB::FunctionBinaryArithmetic::getFunctionForDateTupleOfIntervalsArithmetic(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000015b54c98 5. DB::FunctionBinaryArithmetic::getReturnTypeImplStatic(std::vector, std::allocator>> const&, std::shared_ptr) @ 0x0000000015f42add 6. DB::BinaryArithmeticOverloadResolver::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001570dff9 7. DB::IFunctionOverloadResolver::getReturnTypeImpl(std::vector> const&) const @ 0x0000000009f857c6 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:59:11.581120 [ 71968 ] {23f0fb06-fd77-414c-906c-07479861732c} executeQuery: Code: 43. DB::Exception: Illegal types IntervalSecond and Tuple(IntervalSecond) of arguments of function plus: In scope WITH toIntervalSecond(1) + tuple(toIntervalSecond(1)) AS expr SELECT expr, toTypeName(expr). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:52352) (comment: 02457_tuple_of_intervals.sql) (in query: WITH INTERVAL 1 SECOND + tuple(INTERVAL 1 SECOND) as expr SELECT expr, toTypeName(expr);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. DB::FunctionBinaryArithmetic::getReturnTypeImplStatic(std::vector, std::allocator>> const&, std::shared_ptr) @ 0x0000000019b3770d 5. DB::BinaryArithmeticOverloadResolver::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001931c679 6. DB::IFunctionOverloadResolver::getReturnTypeImpl(std::vector> const&) const @ 0x0000000009f857c6 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1222: DB::QueryAnalyzer::tryResolveIdentifierFromAliases(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d6468e 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1460: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d6781e 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3671: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d32d46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:59:11.587960 [ 71968 ] {} TCPHandler: Code: 43. DB::Exception: Illegal types IntervalSecond and Tuple(IntervalSecond) of arguments of function plus: In scope WITH toIntervalSecond(1) + tuple(toIntervalSecond(1)) AS expr SELECT expr, toTypeName(expr). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. DB::FunctionBinaryArithmetic::getReturnTypeImplStatic(std::vector, std::allocator>> const&, std::shared_ptr) @ 0x0000000019b3770d 5. DB::BinaryArithmeticOverloadResolver::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001931c679 6. DB::IFunctionOverloadResolver::getReturnTypeImpl(std::vector> const&) const @ 0x0000000009f857c6 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1222: DB::QueryAnalyzer::tryResolveIdentifierFromAliases(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d6468e 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1460: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d6781e 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3671: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d32d46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:59:12.421902 [ 71968 ] {b131d3f9-a80b-46f1-9a52-7301c1555161} executeQuery: Code: 43. DB::Exception: Illegal types IntervalSecond and Tuple(IntervalSecond) of arguments of function minus: In scope WITH toIntervalSecond(1) - tuple(toIntervalSecond(1)) AS expr SELECT expr, toTypeName(expr). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:52352) (comment: 02457_tuple_of_intervals.sql) (in query: WITH INTERVAL 1 SECOND - tuple(INTERVAL 1 SECOND) as expr SELECT expr, toTypeName(expr);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. DB::FunctionBinaryArithmetic::getReturnTypeImplStatic(std::vector, std::allocator>> const&, std::shared_ptr) @ 0x0000000015f459f4 5. DB::BinaryArithmeticOverloadResolver::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001570dff9 6. DB::IFunctionOverloadResolver::getReturnTypeImpl(std::vector> const&) const @ 0x0000000009f857c6 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1222: DB::QueryAnalyzer::tryResolveIdentifierFromAliases(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d6468e 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1460: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d6781e 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3671: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d32d46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:59:12.430491 [ 71968 ] {} TCPHandler: Code: 43. DB::Exception: Illegal types IntervalSecond and Tuple(IntervalSecond) of arguments of function minus: In scope WITH toIntervalSecond(1) - tuple(toIntervalSecond(1)) AS expr SELECT expr, toTypeName(expr). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. DB::FunctionBinaryArithmetic::getReturnTypeImplStatic(std::vector, std::allocator>> const&, std::shared_ptr) @ 0x0000000015f459f4 5. DB::BinaryArithmeticOverloadResolver::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001570dff9 6. DB::IFunctionOverloadResolver::getReturnTypeImpl(std::vector> const&) const @ 0x0000000009f857c6 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1222: DB::QueryAnalyzer::tryResolveIdentifierFromAliases(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d6468e 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1460: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d6781e 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3671: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d32d46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:59:12.827029 [ 71982 ] {032e62d7-b3cb-447f-934f-ac5f133c925c} executeQuery: Code: 42. DB::Exception: Array data type family must have exactly one argument - type of elements: In scope SELECT CAST(0, 'Array'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:52480) (comment: 00540_bad_data_types.sh) (in query: SELECT CAST(0 AS Array)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/DataTypes/DataTypeArray.cpp:102: DB::create(std::shared_ptr const&) @ 0x0000000034ba765b 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x0000000034ba35da 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034be7311 7. ./build_docker/./src/DataTypes/DataTypeFactory.cpp:73: std::shared_ptr DB::DataTypeFactory::getImpl(String const&) const @ 0x0000000034be61ad 8. ./build_docker/./src/DataTypes/DataTypeFactory.cpp:35: DB::DataTypeFactory::get(String const&) const @ 0x0000000034be0717 9. DB::CastOverloadResolverImpl::getReturnTypeImpl(std::vector> const&) const @ 0x0000000031d9f5d2 10. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 11. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 12. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:59:12.837901 [ 71982 ] {} TCPHandler: Code: 42. DB::Exception: Array data type family must have exactly one argument - type of elements: In scope SELECT CAST(0, 'Array'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/DataTypes/DataTypeArray.cpp:102: DB::create(std::shared_ptr const&) @ 0x0000000034ba765b 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x0000000034ba35da 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034be7311 7. ./build_docker/./src/DataTypes/DataTypeFactory.cpp:73: std::shared_ptr DB::DataTypeFactory::getImpl(String const&) const @ 0x0000000034be61ad 8. ./build_docker/./src/DataTypes/DataTypeFactory.cpp:35: DB::DataTypeFactory::get(String const&) const @ 0x0000000034be0717 9. DB::CastOverloadResolverImpl::getReturnTypeImpl(std::vector> const&) const @ 0x0000000031d9f5d2 10. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 11. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 12. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:59:14.472623 [ 71982 ] {037ce180-430e-453b-8589-dee1c0211bd4} executeQuery: Code: 42. DB::Exception: Data type AggregateFunction requires parameters: version(optionally), name of aggregate function and list of data types for arguments: In scope SELECT CAST(0, 'AggregateFunction'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:52514) (comment: 00540_bad_data_types.sh) (in query: SELECT CAST(0 AS AggregateFunction)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/DataTypes/DataTypeAggregateFunction.cpp:209: DB::create(std::shared_ptr const&) @ 0x0000000034ba0738 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x0000000034ba35da 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034be7311 7. ./build_docker/./src/DataTypes/DataTypeFactory.cpp:73: std::shared_ptr DB::DataTypeFactory::getImpl(String const&) const @ 0x0000000034be61ad 8. ./build_docker/./src/DataTypes/DataTypeFactory.cpp:35: DB::DataTypeFactory::get(String const&) const @ 0x0000000034be0717 9. DB::CastOverloadResolverImpl::getReturnTypeImpl(std::vector> const&) const @ 0x0000000031d9f5d2 10. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 11. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 12. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:59:14.480098 [ 71982 ] {} TCPHandler: Code: 42. DB::Exception: Data type AggregateFunction requires parameters: version(optionally), name of aggregate function and list of data types for arguments: In scope SELECT CAST(0, 'AggregateFunction'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/DataTypes/DataTypeAggregateFunction.cpp:209: DB::create(std::shared_ptr const&) @ 0x0000000034ba0738 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x0000000034ba35da 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034be7311 7. ./build_docker/./src/DataTypes/DataTypeFactory.cpp:73: std::shared_ptr DB::DataTypeFactory::getImpl(String const&) const @ 0x0000000034be61ad 8. ./build_docker/./src/DataTypes/DataTypeFactory.cpp:35: DB::DataTypeFactory::get(String const&) const @ 0x0000000034be0717 9. DB::CastOverloadResolverImpl::getReturnTypeImpl(std::vector> const&) const @ 0x0000000031d9f5d2 10. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 11. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 12. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:59:16.048631 [ 68118 ] {6e81ccd0-61a6-4c95-940b-3b93796af8a9} executeQuery: Code: 42. DB::Exception: Nullable data type family must have exactly one argument - nested type: In scope SELECT CAST(0, 'Nullable'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:52588) (comment: 00540_bad_data_types.sh) (in query: SELECT CAST(0 AS Nullable)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/DataTypes/DataTypeNullable.cpp:100: DB::create(std::shared_ptr const&) @ 0x0000000034c245d0 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x0000000034ba35da 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034be7311 7. ./build_docker/./src/DataTypes/DataTypeFactory.cpp:73: std::shared_ptr DB::DataTypeFactory::getImpl(String const&) const @ 0x0000000034be61ad 8. ./build_docker/./src/DataTypes/DataTypeFactory.cpp:35: DB::DataTypeFactory::get(String const&) const @ 0x0000000034be0717 9. DB::CastOverloadResolverImpl::getReturnTypeImpl(std::vector> const&) const @ 0x0000000031d9f5d2 10. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 11. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 12. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:59:16.055834 [ 68118 ] {} TCPHandler: Code: 42. DB::Exception: Nullable data type family must have exactly one argument - nested type: In scope SELECT CAST(0, 'Nullable'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/DataTypes/DataTypeNullable.cpp:100: DB::create(std::shared_ptr const&) @ 0x0000000034c245d0 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x0000000034ba35da 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034be7311 7. ./build_docker/./src/DataTypes/DataTypeFactory.cpp:73: std::shared_ptr DB::DataTypeFactory::getImpl(String const&) const @ 0x0000000034be61ad 8. ./build_docker/./src/DataTypes/DataTypeFactory.cpp:35: DB::DataTypeFactory::get(String const&) const @ 0x0000000034be0717 9. DB::CastOverloadResolverImpl::getReturnTypeImpl(std::vector> const&) const @ 0x0000000031d9f5d2 10. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 11. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 12. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:59:17.649793 [ 71963 ] {c6ef28aa-8274-4242-826c-78b9060ebbe2} executeQuery: Code: 53. DB::Exception: CAST AS Tuple can only be performed between tuple types or from String. Left type: UInt8, right type: Tuple(): In scope SELECT CAST(0, 'Tuple'). (TYPE_MISMATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47684) (comment: 00540_bad_data_types.sh) (in query: SELECT CAST(0 AS Tuple)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::detail::FunctionCast::createTupleWrapper(std::shared_ptr const&, DB::DataTypeTuple const*) const @ 0x0000000031e5e354 5. DB::detail::FunctionCast::prepareImpl(std::shared_ptr const&, std::shared_ptr const&, bool) const @ 0x0000000031e574cc 6. DB::detail::FunctionCast::prepareRemoveNullable(std::shared_ptr const&, std::shared_ptr const&, bool) const @ 0x0000000031e13b21 7. DB::detail::FunctionCast::prepareUnpackDictionaries(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000031e0f308 8. DB::detail::FunctionCast::prepare(std::vector> const&) const @ 0x0000000031e0e005 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3508: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d9494e 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:59:17.659372 [ 71963 ] {} TCPHandler: Code: 53. DB::Exception: CAST AS Tuple can only be performed between tuple types or from String. Left type: UInt8, right type: Tuple(): In scope SELECT CAST(0, 'Tuple'). (TYPE_MISMATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::detail::FunctionCast::createTupleWrapper(std::shared_ptr const&, DB::DataTypeTuple const*) const @ 0x0000000031e5e354 5. DB::detail::FunctionCast::prepareImpl(std::shared_ptr const&, std::shared_ptr const&, bool) const @ 0x0000000031e574cc 6. DB::detail::FunctionCast::prepareRemoveNullable(std::shared_ptr const&, std::shared_ptr const&, bool) const @ 0x0000000031e13b21 7. DB::detail::FunctionCast::prepareUnpackDictionaries(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000031e0f308 8. DB::detail::FunctionCast::prepare(std::vector> const&) const @ 0x0000000031e0e005 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3508: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d9494e 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 17:59:19.260326 [ 57570 ] {3de6d610-f093-49fe-b7b8-f24dd5c70092} executeQuery: Code: 42. DB::Exception: FixedString data type family must have exactly one argument - size in bytes: In scope SELECT CAST(0, 'FixedString'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47774) (comment: 00540_bad_data_types.sh) (in query: SELECT CAST(0 AS FixedString)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/DataTypes/DataTypeFixedString.cpp:50: DB::create(std::shared_ptr const&) @ 0x0000000034bf6d24 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x0000000034ba35da 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034be7311 7. ./build_docker/./src/DataTypes/DataTypeFactory.cpp:73: std::shared_ptr DB::DataTypeFactory::getImpl(String const&) const @ 0x0000000034be61ad 8. ./build_docker/./src/DataTypes/DataTypeFactory.cpp:35: DB::DataTypeFactory::get(String const&) const @ 0x0000000034be0717 9. DB::CastOverloadResolverImpl::getReturnTypeImpl(std::vector> const&) const @ 0x0000000031d9f5d2 10. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 11. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 12. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:59:19.268189 [ 57570 ] {} TCPHandler: Code: 42. DB::Exception: FixedString data type family must have exactly one argument - size in bytes: In scope SELECT CAST(0, 'FixedString'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/DataTypes/DataTypeFixedString.cpp:50: DB::create(std::shared_ptr const&) @ 0x0000000034bf6d24 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x0000000034ba35da 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034be7311 7. ./build_docker/./src/DataTypes/DataTypeFactory.cpp:73: std::shared_ptr DB::DataTypeFactory::getImpl(String const&) const @ 0x0000000034be61ad 8. ./build_docker/./src/DataTypes/DataTypeFactory.cpp:35: DB::DataTypeFactory::get(String const&) const @ 0x0000000034be0717 9. DB::CastOverloadResolverImpl::getReturnTypeImpl(std::vector> const&) const @ 0x0000000031d9f5d2 10. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 11. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 12. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:59:20.832721 [ 68112 ] {78948a72-e531-4fa8-af3b-2014e6d8be2d} executeQuery: Code: 92. DB::Exception: Enum data type cannot be empty: In scope SELECT CAST(0, 'Enum'). (EMPTY_DATA_PASSED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47848) (comment: 00540_bad_data_types.sh) (in query: SELECT CAST(0 AS Enum)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/DataTypes/DataTypeEnum.cpp:283: DB::create(std::shared_ptr const&) @ 0x0000000034bcb5ca 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x0000000034ba35da 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034be7311 7. ./build_docker/./src/DataTypes/DataTypeFactory.cpp:73: std::shared_ptr DB::DataTypeFactory::getImpl(String const&) const @ 0x0000000034be61ad 8. ./build_docker/./src/DataTypes/DataTypeFactory.cpp:35: DB::DataTypeFactory::get(String const&) const @ 0x0000000034be0717 9. DB::CastOverloadResolverImpl::getReturnTypeImpl(std::vector> const&) const @ 0x0000000031d9f5d2 10. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 11. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 12. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:59:20.842322 [ 68112 ] {} TCPHandler: Code: 92. DB::Exception: Enum data type cannot be empty: In scope SELECT CAST(0, 'Enum'). (EMPTY_DATA_PASSED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/DataTypes/DataTypeEnum.cpp:283: DB::create(std::shared_ptr const&) @ 0x0000000034bcb5ca 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x0000000034ba35da 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034be7311 7. ./build_docker/./src/DataTypes/DataTypeFactory.cpp:73: std::shared_ptr DB::DataTypeFactory::getImpl(String const&) const @ 0x0000000034be61ad 8. ./build_docker/./src/DataTypes/DataTypeFactory.cpp:35: DB::DataTypeFactory::get(String const&) const @ 0x0000000034be0717 9. DB::CastOverloadResolverImpl::getReturnTypeImpl(std::vector> const&) const @ 0x0000000031d9f5d2 10. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 11. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfe910 12. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 17:59:22.288906 [ 3914 ] {17eeab6c-530d-4c76-a984-596a0d88a190} StorageBuffer (test_8sxx8tw6.realtimebuff__fuzz_19): Destination table test_8sxx8tw6.realtimedistributed has different type of column amount (Int32 != UInt32). Data from destination table are converted. 2025.03.31 17:59:22.603869 [ 3914 ] {82bad8cb-31aa-4ef9-9aa4-a5b28b53f868} StorageBuffer (test_8sxx8tw6.realtimebuff__fuzz_19): Destination table test_8sxx8tw6.realtimedistributed has different type of column amount (Int32 != UInt32). Data from destination table are converted. 2025.03.31 17:59:22.852465 [ 3914 ] {a8434f1b-2185-4d79-8fad-0e0219b996b5} StorageBuffer (test_8sxx8tw6.realtimebuff__fuzz_20): Destination table test_8sxx8tw6.realtimedistributed has different type of column amount (Int32 != Nullable(Int32)). Data from destination table are converted. 2025.03.31 17:59:23.077502 [ 71988 ] {ab0de5a1-a190-446b-9cf2-9699d72ac3dd} executeQuery: Code: 59. DB::Exception: Invalid type for filter in WHERE: String. In query SELECT * FROM system.one WHERE toString(dummy). (ILLEGAL_TYPE_OF_COLUMN_FOR_FILTER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47974) (comment: 00540_bad_data_types.sh) (in query: SELECT * FROM system.one WHERE toString(dummy)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>&, String, String>(int, FormatStringHelperImpl>&>::type, std::type_identity::type, std::type_identity::type>, std::basic_string_view>&, String&&, String&&) @ 0x000000003437d217 4. ./build_docker/./src/Analyzer/ValidationUtils.cpp:50: DB::(anonymous namespace)::validateFilter(std::shared_ptr const&, std::basic_string_view>, std::shared_ptr const&) @ 0x0000000035e7c056 5. ./build_docker/./src/Analyzer/ValidationUtils.cpp:74: DB::validateFilters(std::shared_ptr const&) @ 0x0000000035e7b383 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5734: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1e0ab 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 9. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:59:23.086053 [ 71988 ] {} TCPHandler: Code: 59. DB::Exception: Invalid type for filter in WHERE: String. In query SELECT * FROM system.one WHERE toString(dummy). (ILLEGAL_TYPE_OF_COLUMN_FOR_FILTER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>&, String, String>(int, FormatStringHelperImpl>&>::type, std::type_identity::type, std::type_identity::type>, std::basic_string_view>&, String&&, String&&) @ 0x000000003437d217 4. ./build_docker/./src/Analyzer/ValidationUtils.cpp:50: DB::(anonymous namespace)::validateFilter(std::shared_ptr const&, std::basic_string_view>, std::shared_ptr const&) @ 0x0000000035e7c056 5. ./build_docker/./src/Analyzer/ValidationUtils.cpp:74: DB::validateFilters(std::shared_ptr const&) @ 0x0000000035e7b383 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5734: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1e0ab 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 9. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:59:23.094523 [ 3914 ] {87eac001-e424-4026-ba90-f2f2107e6a7b} StorageBuffer (test_8sxx8tw6.realtimebuff__fuzz_19): Destination table test_8sxx8tw6.realtimedistributed has different type of column amount (Int32 != UInt32). Data from destination table are converted. 2025.03.31 17:59:23.825888 [ 3914 ] {87eac001-e424-4026-ba90-f2f2107e6a7b} executeQuery: Code: 70. DB::Exception: Conversion from AggregateFunction(sum, Int32) to AggregateFunction(sum, UInt32) is not supported: While executing Remote. (CANNOT_CONVERT_TYPE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47920) (comment: 03208_buffer_over_distributed_type_mismatch.sql) (in query: SELECT sum(amount) = 100 FROM realtimebuff__fuzz_19 ORDER BY ALL;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::detail::FunctionCast::createAggregateFunctionWrapper(std::shared_ptr const&, DB::DataTypeAggregateFunction const*) const @ 0x0000000031e639e5 5. DB::detail::FunctionCast::prepareImpl(std::shared_ptr const&, std::shared_ptr const&, bool) const @ 0x0000000031e57398 6. DB::detail::FunctionCast::prepareRemoveNullable(std::shared_ptr const&, std::shared_ptr const&, bool) const @ 0x0000000031e13b21 7. DB::detail::FunctionCast::prepareUnpackDictionaries(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000031e0f308 8. DB::detail::FunctionCast::prepare(std::vector> const&) const @ 0x0000000031e0e005 9. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdaf3 10. ./build_docker/./src/Interpreters/castColumn.cpp:38: DB::castColumn(DB::CastType, DB::ColumnWithTypeAndName const&, std::shared_ptr const&, DB::InternalCastFunctionCache*) @ 0x000000003919bc1e 11. ./build_docker/./src/Interpreters/castColumn.cpp:43: DB::castColumn(DB::ColumnWithTypeAndName const&, std::shared_ptr const&, DB::InternalCastFunctionCache*) @ 0x0000000039199ab9 12. ./build_docker/./src/QueryPipeline/RemoteQueryExecutor.cpp:349: DB::adaptBlockStructure(DB::Block const&, DB::Block const&) @ 0x0000000034b1dfd9 13. ./build_docker/./src/QueryPipeline/RemoteQueryExecutor.cpp:634: DB::RemoteQueryExecutor::processPacket(DB::Packet) @ 0x0000000034b160c3 14. ./build_docker/./src/QueryPipeline/RemoteQueryExecutor.cpp:534: DB::RemoteQueryExecutor::readAsync() @ 0x0000000034b1ab86 15. ./build_docker/./src/Processors/Sources/RemoteSource.cpp:182: DB::RemoteSource::tryGenerate() @ 0x0000000040410d25 16. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 17. ./build_docker/./src/Processors/Sources/RemoteSource.cpp:134: DB::RemoteSource::work() @ 0x00000000404103b0 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:59:23.859131 [ 68111 ] {} TCPHandler: TCPHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket (peer: [::ffff:127.0.0.1]:32990, local: [::ffff:127.0.0.2]:9000). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:83: DB::ReadBufferFromPocoSocketBase::socketReceiveBytesImpl(char*, unsigned long) @ 0x0000000020b7390f 4. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:107: DB::ReadBufferFromPocoSocketBase::nextImpl() @ 0x0000000020b748a1 5. ./build_docker/./src/IO/ReadBufferFromPocoSocketChunked.cpp:103: DB::ReadBufferFromPocoSocketChunked::nextImpl() @ 0x000000003f05181a 6. DB::ReadBuffer::next() @ 0x0000000008c432cf 7. ./src/IO/ReadBuffer.h:103: DB::TCPHandler::runImpl() @ 0x000000003f425633 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:59:23.859700 [ 68111 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket (peer: [::ffff:127.0.0.1]:32990, local: [::ffff:127.0.0.2]:9000). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:83: DB::ReadBufferFromPocoSocketBase::socketReceiveBytesImpl(char*, unsigned long) @ 0x0000000020b7390f 4. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:107: DB::ReadBufferFromPocoSocketBase::nextImpl() @ 0x0000000020b748a1 5. ./build_docker/./src/IO/ReadBufferFromPocoSocketChunked.cpp:103: DB::ReadBufferFromPocoSocketChunked::nextImpl() @ 0x000000003f05181a 6. DB::ReadBuffer::next() @ 0x0000000008c432cf 7. ./src/IO/ReadBuffer.h:103: DB::TCPHandler::runImpl() @ 0x000000003f425633 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:59:23.860512 [ 4149 ] {} TCPHandler: TCPHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket (peer: [::ffff:127.0.0.1]:41058, local: [::ffff:127.0.0.1]:9000). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:83: DB::ReadBufferFromPocoSocketBase::socketReceiveBytesImpl(char*, unsigned long) @ 0x0000000020b7390f 4. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:107: DB::ReadBufferFromPocoSocketBase::nextImpl() @ 0x0000000020b748a1 5. ./build_docker/./src/IO/ReadBufferFromPocoSocketChunked.cpp:103: DB::ReadBufferFromPocoSocketChunked::nextImpl() @ 0x000000003f05181a 6. DB::ReadBuffer::next() @ 0x0000000008c432cf 7. ./src/IO/ReadBuffer.h:103: DB::TCPHandler::runImpl() @ 0x000000003f425633 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:59:23.861027 [ 4149 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket (peer: [::ffff:127.0.0.1]:41058, local: [::ffff:127.0.0.1]:9000). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:83: DB::ReadBufferFromPocoSocketBase::socketReceiveBytesImpl(char*, unsigned long) @ 0x0000000020b7390f 4. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:107: DB::ReadBufferFromPocoSocketBase::nextImpl() @ 0x0000000020b748a1 5. ./build_docker/./src/IO/ReadBufferFromPocoSocketChunked.cpp:103: DB::ReadBufferFromPocoSocketChunked::nextImpl() @ 0x000000003f05181a 6. DB::ReadBuffer::next() @ 0x0000000008c432cf 7. ./src/IO/ReadBuffer.h:103: DB::TCPHandler::runImpl() @ 0x000000003f425633 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:59:23.868796 [ 3914 ] {} TCPHandler: Code: 70. DB::Exception: Conversion from AggregateFunction(sum, Int32) to AggregateFunction(sum, UInt32) is not supported: While executing Remote. (CANNOT_CONVERT_TYPE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::detail::FunctionCast::createAggregateFunctionWrapper(std::shared_ptr const&, DB::DataTypeAggregateFunction const*) const @ 0x0000000031e639e5 5. DB::detail::FunctionCast::prepareImpl(std::shared_ptr const&, std::shared_ptr const&, bool) const @ 0x0000000031e57398 6. DB::detail::FunctionCast::prepareRemoveNullable(std::shared_ptr const&, std::shared_ptr const&, bool) const @ 0x0000000031e13b21 7. DB::detail::FunctionCast::prepareUnpackDictionaries(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000031e0f308 8. DB::detail::FunctionCast::prepare(std::vector> const&) const @ 0x0000000031e0e005 9. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdaf3 10. ./build_docker/./src/Interpreters/castColumn.cpp:38: DB::castColumn(DB::CastType, DB::ColumnWithTypeAndName const&, std::shared_ptr const&, DB::InternalCastFunctionCache*) @ 0x000000003919bc1e 11. ./build_docker/./src/Interpreters/castColumn.cpp:43: DB::castColumn(DB::ColumnWithTypeAndName const&, std::shared_ptr const&, DB::InternalCastFunctionCache*) @ 0x0000000039199ab9 12. ./build_docker/./src/QueryPipeline/RemoteQueryExecutor.cpp:349: DB::adaptBlockStructure(DB::Block const&, DB::Block const&) @ 0x0000000034b1dfd9 13. ./build_docker/./src/QueryPipeline/RemoteQueryExecutor.cpp:634: DB::RemoteQueryExecutor::processPacket(DB::Packet) @ 0x0000000034b160c3 14. ./build_docker/./src/QueryPipeline/RemoteQueryExecutor.cpp:534: DB::RemoteQueryExecutor::readAsync() @ 0x0000000034b1ab86 15. ./build_docker/./src/Processors/Sources/RemoteSource.cpp:182: DB::RemoteSource::tryGenerate() @ 0x0000000040410d25 16. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 17. ./build_docker/./src/Processors/Sources/RemoteSource.cpp:134: DB::RemoteSource::work() @ 0x00000000404103b0 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:59:23.912349 [ 3914 ] {595419aa-0bc4-46c6-8d3e-64218778b882} StorageBuffer (test_8sxx8tw6.realtimebuff__fuzz_20): Destination table test_8sxx8tw6.realtimedistributed has different type of column amount (Int32 != Nullable(Int32)). Data from destination table are converted. 2025.03.31 17:59:23.933234 [ 55896 ] {14928ffb-b16f-422b-a2d2-b1f34eb00be3} executeQuery: Code: 59. DB::Exception: Invalid type for filter in WHERE: String. In query SELECT * FROM system.one WHERE toString(1). (ILLEGAL_TYPE_OF_COLUMN_FOR_FILTER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48020) (comment: 00540_bad_data_types.sh) (in query: SELECT * FROM system.one WHERE toString(1)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>&, String, String>(int, FormatStringHelperImpl>&>::type, std::type_identity::type, std::type_identity::type>, std::basic_string_view>&, String&&, String&&) @ 0x000000003437d217 4. ./build_docker/./src/Analyzer/ValidationUtils.cpp:50: DB::(anonymous namespace)::validateFilter(std::shared_ptr const&, std::basic_string_view>, std::shared_ptr const&) @ 0x0000000035e7c056 5. ./build_docker/./src/Analyzer/ValidationUtils.cpp:74: DB::validateFilters(std::shared_ptr const&) @ 0x0000000035e7b383 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5734: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1e0ab 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 9. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:59:23.941175 [ 55896 ] {} TCPHandler: Code: 59. DB::Exception: Invalid type for filter in WHERE: String. In query SELECT * FROM system.one WHERE toString(1). (ILLEGAL_TYPE_OF_COLUMN_FOR_FILTER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>&, String, String>(int, FormatStringHelperImpl>&>::type, std::type_identity::type, std::type_identity::type>, std::basic_string_view>&, String&&, String&&) @ 0x000000003437d217 4. ./build_docker/./src/Analyzer/ValidationUtils.cpp:50: DB::(anonymous namespace)::validateFilter(std::shared_ptr const&, std::basic_string_view>, std::shared_ptr const&) @ 0x0000000035e7c056 5. ./build_docker/./src/Analyzer/ValidationUtils.cpp:74: DB::validateFilters(std::shared_ptr const&) @ 0x0000000035e7b383 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5734: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1e0ab 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 9. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:59:24.117268 [ 3914 ] {595419aa-0bc4-46c6-8d3e-64218778b882} executeQuery: Code: 70. DB::Exception: Conversion from AggregateFunction(sum, Int32) to AggregateFunction(sum, Nullable(Int32)) is not supported: While executing Remote. (CANNOT_CONVERT_TYPE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47920) (comment: 03208_buffer_over_distributed_type_mismatch.sql) (in query: SELECT sum(amount) = 100 FROM realtimebuff__fuzz_20 ORDER BY ALL;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::detail::FunctionCast::createAggregateFunctionWrapper(std::shared_ptr const&, DB::DataTypeAggregateFunction const*) const @ 0x0000000031e639e5 5. DB::detail::FunctionCast::prepareImpl(std::shared_ptr const&, std::shared_ptr const&, bool) const @ 0x0000000031e57398 6. DB::detail::FunctionCast::prepareRemoveNullable(std::shared_ptr const&, std::shared_ptr const&, bool) const @ 0x0000000031e13b21 7. DB::detail::FunctionCast::prepareUnpackDictionaries(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000031e0f308 8. DB::detail::FunctionCast::prepare(std::vector> const&) const @ 0x0000000031e0e005 9. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdaf3 10. ./build_docker/./src/Interpreters/castColumn.cpp:38: DB::castColumn(DB::CastType, DB::ColumnWithTypeAndName const&, std::shared_ptr const&, DB::InternalCastFunctionCache*) @ 0x000000003919bc1e 11. ./build_docker/./src/Interpreters/castColumn.cpp:43: DB::castColumn(DB::ColumnWithTypeAndName const&, std::shared_ptr const&, DB::InternalCastFunctionCache*) @ 0x0000000039199ab9 12. ./build_docker/./src/QueryPipeline/RemoteQueryExecutor.cpp:349: DB::adaptBlockStructure(DB::Block const&, DB::Block const&) @ 0x0000000034b1dfd9 13. ./build_docker/./src/QueryPipeline/RemoteQueryExecutor.cpp:634: DB::RemoteQueryExecutor::processPacket(DB::Packet) @ 0x0000000034b160c3 14. ./build_docker/./src/QueryPipeline/RemoteQueryExecutor.cpp:534: DB::RemoteQueryExecutor::readAsync() @ 0x0000000034b1ab86 15. ./build_docker/./src/Processors/Sources/RemoteSource.cpp:182: DB::RemoteSource::tryGenerate() @ 0x0000000040410d25 16. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 17. ./build_docker/./src/Processors/Sources/RemoteSource.cpp:134: DB::RemoteSource::work() @ 0x00000000404103b0 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:59:24.127824 [ 71979 ] {} TCPHandler: TCPHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket (peer: [::ffff:127.0.0.1]:47734, local: [::ffff:127.0.0.2]:9000). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:83: DB::ReadBufferFromPocoSocketBase::socketReceiveBytesImpl(char*, unsigned long) @ 0x0000000020b7390f 4. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:107: DB::ReadBufferFromPocoSocketBase::nextImpl() @ 0x0000000020b748a1 5. ./build_docker/./src/IO/ReadBufferFromPocoSocketChunked.cpp:103: DB::ReadBufferFromPocoSocketChunked::nextImpl() @ 0x000000003f05181a 6. DB::ReadBuffer::next() @ 0x0000000008c432cf 7. ./src/IO/ReadBuffer.h:103: DB::TCPHandler::runImpl() @ 0x000000003f425633 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:59:24.128270 [ 71979 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket (peer: [::ffff:127.0.0.1]:47734, local: [::ffff:127.0.0.2]:9000). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:83: DB::ReadBufferFromPocoSocketBase::socketReceiveBytesImpl(char*, unsigned long) @ 0x0000000020b7390f 4. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:107: DB::ReadBufferFromPocoSocketBase::nextImpl() @ 0x0000000020b748a1 5. ./build_docker/./src/IO/ReadBufferFromPocoSocketChunked.cpp:103: DB::ReadBufferFromPocoSocketChunked::nextImpl() @ 0x000000003f05181a 6. DB::ReadBuffer::next() @ 0x0000000008c432cf 7. ./src/IO/ReadBuffer.h:103: DB::TCPHandler::runImpl() @ 0x000000003f425633 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:59:24.128748 [ 1417 ] {} TCPHandler: TCPHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket (peer: [::ffff:127.0.0.1]:46764, local: [::ffff:127.0.0.1]:9000). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:83: DB::ReadBufferFromPocoSocketBase::socketReceiveBytesImpl(char*, unsigned long) @ 0x0000000020b7390f 4. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:107: DB::ReadBufferFromPocoSocketBase::nextImpl() @ 0x0000000020b748a1 5. ./build_docker/./src/IO/ReadBufferFromPocoSocketChunked.cpp:103: DB::ReadBufferFromPocoSocketChunked::nextImpl() @ 0x000000003f05181a 6. DB::ReadBuffer::next() @ 0x0000000008c432cf 7. ./src/IO/ReadBuffer.h:103: DB::TCPHandler::runImpl() @ 0x000000003f425633 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:59:24.129248 [ 1417 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket (peer: [::ffff:127.0.0.1]:46764, local: [::ffff:127.0.0.1]:9000). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:83: DB::ReadBufferFromPocoSocketBase::socketReceiveBytesImpl(char*, unsigned long) @ 0x0000000020b7390f 4. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:107: DB::ReadBufferFromPocoSocketBase::nextImpl() @ 0x0000000020b748a1 5. ./build_docker/./src/IO/ReadBufferFromPocoSocketChunked.cpp:103: DB::ReadBufferFromPocoSocketChunked::nextImpl() @ 0x000000003f05181a 6. DB::ReadBuffer::next() @ 0x0000000008c432cf 7. ./src/IO/ReadBuffer.h:103: DB::TCPHandler::runImpl() @ 0x000000003f425633 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:59:24.137548 [ 3914 ] {} TCPHandler: Code: 70. DB::Exception: Conversion from AggregateFunction(sum, Int32) to AggregateFunction(sum, Nullable(Int32)) is not supported: While executing Remote. (CANNOT_CONVERT_TYPE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::detail::FunctionCast::createAggregateFunctionWrapper(std::shared_ptr const&, DB::DataTypeAggregateFunction const*) const @ 0x0000000031e639e5 5. DB::detail::FunctionCast::prepareImpl(std::shared_ptr const&, std::shared_ptr const&, bool) const @ 0x0000000031e57398 6. DB::detail::FunctionCast::prepareRemoveNullable(std::shared_ptr const&, std::shared_ptr const&, bool) const @ 0x0000000031e13b21 7. DB::detail::FunctionCast::prepareUnpackDictionaries(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000031e0f308 8. DB::detail::FunctionCast::prepare(std::vector> const&) const @ 0x0000000031e0e005 9. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdaf3 10. ./build_docker/./src/Interpreters/castColumn.cpp:38: DB::castColumn(DB::CastType, DB::ColumnWithTypeAndName const&, std::shared_ptr const&, DB::InternalCastFunctionCache*) @ 0x000000003919bc1e 11. ./build_docker/./src/Interpreters/castColumn.cpp:43: DB::castColumn(DB::ColumnWithTypeAndName const&, std::shared_ptr const&, DB::InternalCastFunctionCache*) @ 0x0000000039199ab9 12. ./build_docker/./src/QueryPipeline/RemoteQueryExecutor.cpp:349: DB::adaptBlockStructure(DB::Block const&, DB::Block const&) @ 0x0000000034b1dfd9 13. ./build_docker/./src/QueryPipeline/RemoteQueryExecutor.cpp:634: DB::RemoteQueryExecutor::processPacket(DB::Packet) @ 0x0000000034b160c3 14. ./build_docker/./src/QueryPipeline/RemoteQueryExecutor.cpp:534: DB::RemoteQueryExecutor::readAsync() @ 0x0000000034b1ab86 15. ./build_docker/./src/Processors/Sources/RemoteSource.cpp:182: DB::RemoteSource::tryGenerate() @ 0x0000000040410d25 16. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 17. ./build_docker/./src/Processors/Sources/RemoteSource.cpp:134: DB::RemoteSource::work() @ 0x00000000404103b0 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:59:24.227634 [ 3914 ] {1bc29452-1cd1-453c-9154-eae7871385a4} StorageBuffer (test_8sxx8tw6.realtimebuff__fuzz_19): Destination table test_8sxx8tw6.realtimedistributed has different type of column amount (Int32 != UInt32). Data from destination table are converted. 2025.03.31 17:59:24.778044 [ 4128 ] {e0e83530-03d9-4699-820e-ca24e612e879} executeQuery: Code: 59. DB::Exception: Illegal type UInt16 of column for constant filter. Must be UInt8 or Nullable(UInt8). (ILLEGAL_TYPE_OF_COLUMN_FOR_FILTER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48058) (comment: 00540_bad_data_types.sh) (in query: SELECT * FROM system.one WHERE 256), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Columns/FilterDescription.cpp:38: DB::ConstantFilterDescription::ConstantFilterDescription(DB::IColumn const&) @ 0x000000003c5b8fba 5. ./build_docker/./src/Planner/PlannerExpressionAnalysis.cpp:58: DB::(anonymous namespace)::analyzeFilter(std::shared_ptr const&, std::vector> const&, std::shared_ptr const&, DB::ActionsChain&) @ 0x000000003875fb78 6. ./build_docker/./src/Planner/PlannerExpressionAnalysis.cpp:558: DB::buildExpressionAnalysisResult(std::shared_ptr const&, std::vector> const&, std::shared_ptr const&, DB::PlannerQueryProcessingInfo const&) @ 0x0000000038749dbd 7. ./build_docker/./src/Planner/Planner.cpp:1586: DB::Planner::buildPlanForQueryNode() @ 0x00000000386556d4 8. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:59:24.785416 [ 4128 ] {} TCPHandler: Code: 59. DB::Exception: Illegal type UInt16 of column for constant filter. Must be UInt8 or Nullable(UInt8). (ILLEGAL_TYPE_OF_COLUMN_FOR_FILTER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Columns/FilterDescription.cpp:38: DB::ConstantFilterDescription::ConstantFilterDescription(DB::IColumn const&) @ 0x000000003c5b8fba 5. ./build_docker/./src/Planner/PlannerExpressionAnalysis.cpp:58: DB::(anonymous namespace)::analyzeFilter(std::shared_ptr const&, std::vector> const&, std::shared_ptr const&, DB::ActionsChain&) @ 0x000000003875fb78 6. ./build_docker/./src/Planner/PlannerExpressionAnalysis.cpp:558: DB::buildExpressionAnalysisResult(std::shared_ptr const&, std::vector> const&, std::shared_ptr const&, DB::PlannerQueryProcessingInfo const&) @ 0x0000000038749dbd 7. ./build_docker/./src/Planner/Planner.cpp:1586: DB::Planner::buildPlanForQueryNode() @ 0x00000000386556d4 8. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:59:24.862640 [ 3914 ] {1bc29452-1cd1-453c-9154-eae7871385a4} executeQuery: Code: 47. DB::Exception: Missing columns: 't2.amount' while processing query: 'SELECT amount FROM realtimebuff__fuzz_19 AS t1 ALL INNER JOIN (SELECT CAST(number, 'UInt32') AS amount FROM numbers(3)) AS t2 ON amount = t2.amount ORDER BY ALL ASC SETTINGS allow_experimental_analyzer = 0', required columns: 'amount' 't2.amount' 'amount' 't2.amount', joined columns:. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47920) (comment: 03208_buffer_over_distributed_type_mismatch.sql) (in query: SELECT amount FROM realtimebuff__fuzz_19 t1 JOIN (SELECT number :: UInt32 AS amount FROM numbers(3) ) t2 ON t1.amount = t2.amount ORDER BY ALL SETTINGS allow_experimental_analyzer = 0;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./build_docker/./src/Interpreters/TreeRewriter.cpp:1305: DB::TreeRewriterResult::collectUsedColumns(std::shared_ptr const&, bool, bool) @ 0x000000003901c445 4. ./build_docker/./src/Interpreters/TreeRewriter.cpp:1450: DB::TreeRewriter::analyzeSelect(std::shared_ptr&, DB::TreeRewriterResult&&, DB::SelectQueryOptions const&, std::vector> const&, std::vector> const&, std::shared_ptr) const @ 0x000000003902e99f 5. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:750: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr)::$_0::operator()(bool) const @ 0x0000000038544cfd 6. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:921: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000038535ab7 7. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:477: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000038526c0e 8. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:310: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::Pipe, DB::SelectQueryOptions const&) @ 0x000000003854051a 9. ./build_docker/./src/Storages/StorageBuffer.cpp:460: DB::StorageBuffer::read(DB::QueryPlan&, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo&, std::shared_ptr, DB::QueryProcessingStage::Enum, unsigned long, unsigned long) @ 0x000000003d46b897 10. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:2695: DB::InterpreterSelectQuery::executeFetchColumns(DB::QueryProcessingStage::Enum, DB::QueryPlan&) @ 0x000000003857c5ba 11. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:1674: DB::InterpreterSelectQuery::executeImpl(DB::QueryPlan&, std::optional) @ 0x0000000038561554 12. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:1097: DB::InterpreterSelectQuery::buildQueryPlan(DB::QueryPlan&) @ 0x000000003855eded 13. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:314: DB::InterpreterSelectWithUnionQuery::buildQueryPlan(DB::QueryPlan&) @ 0x00000000387acd10 14. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:388: DB::InterpreterSelectWithUnionQuery::execute() @ 0x00000000387afa3d 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:59:24.869929 [ 3914 ] {} TCPHandler: Code: 47. DB::Exception: Missing columns: 't2.amount' while processing query: 'SELECT amount FROM realtimebuff__fuzz_19 AS t1 ALL INNER JOIN (SELECT CAST(number, 'UInt32') AS amount FROM numbers(3)) AS t2 ON amount = t2.amount ORDER BY ALL ASC SETTINGS allow_experimental_analyzer = 0', required columns: 'amount' 't2.amount' 'amount' 't2.amount', joined columns:. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./build_docker/./src/Interpreters/TreeRewriter.cpp:1305: DB::TreeRewriterResult::collectUsedColumns(std::shared_ptr const&, bool, bool) @ 0x000000003901c445 4. ./build_docker/./src/Interpreters/TreeRewriter.cpp:1450: DB::TreeRewriter::analyzeSelect(std::shared_ptr&, DB::TreeRewriterResult&&, DB::SelectQueryOptions const&, std::vector> const&, std::vector> const&, std::shared_ptr) const @ 0x000000003902e99f 5. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:750: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr)::$_0::operator()(bool) const @ 0x0000000038544cfd 6. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:921: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000038535ab7 7. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:477: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000038526c0e 8. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:310: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::Pipe, DB::SelectQueryOptions const&) @ 0x000000003854051a 9. ./build_docker/./src/Storages/StorageBuffer.cpp:460: DB::StorageBuffer::read(DB::QueryPlan&, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo&, std::shared_ptr, DB::QueryProcessingStage::Enum, unsigned long, unsigned long) @ 0x000000003d46b897 10. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:2695: DB::InterpreterSelectQuery::executeFetchColumns(DB::QueryProcessingStage::Enum, DB::QueryPlan&) @ 0x000000003857c5ba 11. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:1674: DB::InterpreterSelectQuery::executeImpl(DB::QueryPlan&, std::optional) @ 0x0000000038561554 12. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:1097: DB::InterpreterSelectQuery::buildQueryPlan(DB::QueryPlan&) @ 0x000000003855eded 13. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:314: DB::InterpreterSelectWithUnionQuery::buildQueryPlan(DB::QueryPlan&) @ 0x00000000387acd10 14. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:388: DB::InterpreterSelectWithUnionQuery::execute() @ 0x00000000387afa3d 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:59:24.931717 [ 3914 ] {ea98024e-358b-4c54-85e5-ab6d54fc9cd7} StorageBuffer (test_8sxx8tw6.realtimebuff__fuzz_19): Destination table test_8sxx8tw6.realtimedistributed has different type of column amount (Int32 != UInt32). Data from destination table are converted. 2025.03.31 17:59:25.373911 [ 3914 ] {df1d7eea-dd71-4ba1-939b-caa6edc0da26} StorageBuffer (test_8sxx8tw6.realtimebuff__fuzz_19): Destination table test_8sxx8tw6.realtimedistributed has different type of column amount (Int32 != UInt32). Data from destination table are converted. 2025.03.31 17:59:25.401527 [ 3914 ] {df1d7eea-dd71-4ba1-939b-caa6edc0da26} executeQuery: Code: 47. DB::Exception: Missing columns: 't2.amount' while processing query: 'SELECT amount FROM realtimebuff__fuzz_19 AS t1 ALL INNER JOIN (SELECT CAST(number, 'UInt32') AS amount FROM numbers(300)) AS t2 ON amount = t2.amount ORDER BY ALL ASC SETTINGS allow_experimental_analyzer = 0', required columns: 'amount' 't2.amount' 'amount' 't2.amount', joined columns:. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47920) (comment: 03208_buffer_over_distributed_type_mismatch.sql) (in query: SELECT amount FROM realtimebuff__fuzz_19 t1 JOIN (SELECT number :: UInt32 AS amount FROM numbers(300) ) t2 ON t1.amount = t2.amount ORDER BY ALL SETTINGS allow_experimental_analyzer = 0;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./build_docker/./src/Interpreters/TreeRewriter.cpp:1305: DB::TreeRewriterResult::collectUsedColumns(std::shared_ptr const&, bool, bool) @ 0x000000003901c445 4. ./build_docker/./src/Interpreters/TreeRewriter.cpp:1450: DB::TreeRewriter::analyzeSelect(std::shared_ptr&, DB::TreeRewriterResult&&, DB::SelectQueryOptions const&, std::vector> const&, std::vector> const&, std::shared_ptr) const @ 0x000000003902e99f 5. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:750: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr)::$_0::operator()(bool) const @ 0x0000000038544cfd 6. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:921: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000038535ab7 7. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:477: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000038526c0e 8. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:310: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::Pipe, DB::SelectQueryOptions const&) @ 0x000000003854051a 9. ./build_docker/./src/Storages/StorageBuffer.cpp:460: DB::StorageBuffer::read(DB::QueryPlan&, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo&, std::shared_ptr, DB::QueryProcessingStage::Enum, unsigned long, unsigned long) @ 0x000000003d46b897 10. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:2695: DB::InterpreterSelectQuery::executeFetchColumns(DB::QueryProcessingStage::Enum, DB::QueryPlan&) @ 0x000000003857c5ba 11. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:1674: DB::InterpreterSelectQuery::executeImpl(DB::QueryPlan&, std::optional) @ 0x0000000038561554 12. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:1097: DB::InterpreterSelectQuery::buildQueryPlan(DB::QueryPlan&) @ 0x000000003855eded 13. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:314: DB::InterpreterSelectWithUnionQuery::buildQueryPlan(DB::QueryPlan&) @ 0x00000000387acd10 14. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:388: DB::InterpreterSelectWithUnionQuery::execute() @ 0x00000000387afa3d 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:59:25.408582 [ 3914 ] {} TCPHandler: Code: 47. DB::Exception: Missing columns: 't2.amount' while processing query: 'SELECT amount FROM realtimebuff__fuzz_19 AS t1 ALL INNER JOIN (SELECT CAST(number, 'UInt32') AS amount FROM numbers(300)) AS t2 ON amount = t2.amount ORDER BY ALL ASC SETTINGS allow_experimental_analyzer = 0', required columns: 'amount' 't2.amount' 'amount' 't2.amount', joined columns:. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./build_docker/./src/Interpreters/TreeRewriter.cpp:1305: DB::TreeRewriterResult::collectUsedColumns(std::shared_ptr const&, bool, bool) @ 0x000000003901c445 4. ./build_docker/./src/Interpreters/TreeRewriter.cpp:1450: DB::TreeRewriter::analyzeSelect(std::shared_ptr&, DB::TreeRewriterResult&&, DB::SelectQueryOptions const&, std::vector> const&, std::vector> const&, std::shared_ptr) const @ 0x000000003902e99f 5. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:750: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr)::$_0::operator()(bool) const @ 0x0000000038544cfd 6. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:921: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000038535ab7 7. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:477: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000038526c0e 8. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:310: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::Pipe, DB::SelectQueryOptions const&) @ 0x000000003854051a 9. ./build_docker/./src/Storages/StorageBuffer.cpp:460: DB::StorageBuffer::read(DB::QueryPlan&, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo&, std::shared_ptr, DB::QueryProcessingStage::Enum, unsigned long, unsigned long) @ 0x000000003d46b897 10. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:2695: DB::InterpreterSelectQuery::executeFetchColumns(DB::QueryProcessingStage::Enum, DB::QueryPlan&) @ 0x000000003857c5ba 11. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:1674: DB::InterpreterSelectQuery::executeImpl(DB::QueryPlan&, std::optional) @ 0x0000000038561554 12. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:1097: DB::InterpreterSelectQuery::buildQueryPlan(DB::QueryPlan&) @ 0x000000003855eded 13. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:314: DB::InterpreterSelectWithUnionQuery::buildQueryPlan(DB::QueryPlan&) @ 0x00000000387acd10 14. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:388: DB::InterpreterSelectWithUnionQuery::execute() @ 0x00000000387afa3d 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:59:25.471552 [ 3914 ] {0019b874-f2fd-45b7-a53e-58f9290b0891} StorageBuffer (test_8sxx8tw6.realtimebuff__fuzz_19): Destination table test_8sxx8tw6.realtimedistributed has different type of column amount (Int32 != UInt32). Data from destination table are converted. 2025.03.31 17:59:25.628728 [ 71972 ] {47d82191-146b-4cc7-86c4-08797b122a6f} executeQuery: Code: 59. DB::Exception: Illegal type Int8 of column for constant filter. Must be UInt8 or Nullable(UInt8). (ILLEGAL_TYPE_OF_COLUMN_FOR_FILTER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48080) (comment: 00540_bad_data_types.sh) (in query: SELECT * FROM system.one WHERE -1), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Columns/FilterDescription.cpp:38: DB::ConstantFilterDescription::ConstantFilterDescription(DB::IColumn const&) @ 0x000000003c5b8fba 5. ./build_docker/./src/Planner/PlannerExpressionAnalysis.cpp:58: DB::(anonymous namespace)::analyzeFilter(std::shared_ptr const&, std::vector> const&, std::shared_ptr const&, DB::ActionsChain&) @ 0x000000003875fb78 6. ./build_docker/./src/Planner/PlannerExpressionAnalysis.cpp:558: DB::buildExpressionAnalysisResult(std::shared_ptr const&, std::vector> const&, std::shared_ptr const&, DB::PlannerQueryProcessingInfo const&) @ 0x0000000038749dbd 7. ./build_docker/./src/Planner/Planner.cpp:1586: DB::Planner::buildPlanForQueryNode() @ 0x00000000386556d4 8. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:59:25.636734 [ 71972 ] {} TCPHandler: Code: 59. DB::Exception: Illegal type Int8 of column for constant filter. Must be UInt8 or Nullable(UInt8). (ILLEGAL_TYPE_OF_COLUMN_FOR_FILTER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Columns/FilterDescription.cpp:38: DB::ConstantFilterDescription::ConstantFilterDescription(DB::IColumn const&) @ 0x000000003c5b8fba 5. ./build_docker/./src/Planner/PlannerExpressionAnalysis.cpp:58: DB::(anonymous namespace)::analyzeFilter(std::shared_ptr const&, std::vector> const&, std::shared_ptr const&, DB::ActionsChain&) @ 0x000000003875fb78 6. ./build_docker/./src/Planner/PlannerExpressionAnalysis.cpp:558: DB::buildExpressionAnalysisResult(std::shared_ptr const&, std::vector> const&, std::shared_ptr const&, DB::PlannerQueryProcessingInfo const&) @ 0x0000000038749dbd 7. ./build_docker/./src/Planner/Planner.cpp:1586: DB::Planner::buildPlanForQueryNode() @ 0x00000000386556d4 8. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:59:25.831448 [ 3914 ] {4639f6d3-b980-4323-87f0-17777cb1c6c5} StorageBuffer (test_8sxx8tw6.realtimebuff__fuzz_19): Destination table test_8sxx8tw6.realtimedistributed has different type of column amount (Int32 != UInt32). Data from destination table are converted. 2025.03.31 17:59:26.146752 [ 3914 ] {d43a7904-9b7f-44b4-aaf2-5add79a47a17} StorageBuffer (test_8sxx8tw6.realtimebuff__fuzz_19): Destination table test_8sxx8tw6.realtimedistributed has different type of column amount (Int32 != UInt32). Data from destination table are converted. 2025.03.31 17:59:26.514710 [ 71964 ] {b1ffb11d-c3b7-4414-b2db-1a0bcb35c005} executeQuery: Code: 59. DB::Exception: Illegal type Nullable(UInt16) of column for constant filter. Must be UInt8 or Nullable(UInt8). (ILLEGAL_TYPE_OF_COLUMN_FOR_FILTER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46420) (comment: 00540_bad_data_types.sh) (in query: SELECT * FROM system.one WHERE CAST(256 AS Nullable(UInt16))), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Columns/FilterDescription.cpp:38: DB::ConstantFilterDescription::ConstantFilterDescription(DB::IColumn const&) @ 0x000000003c5b8fba 5. ./build_docker/./src/Planner/PlannerExpressionAnalysis.cpp:58: DB::(anonymous namespace)::analyzeFilter(std::shared_ptr const&, std::vector> const&, std::shared_ptr const&, DB::ActionsChain&) @ 0x000000003875fb78 6. ./build_docker/./src/Planner/PlannerExpressionAnalysis.cpp:558: DB::buildExpressionAnalysisResult(std::shared_ptr const&, std::vector> const&, std::shared_ptr const&, DB::PlannerQueryProcessingInfo const&) @ 0x0000000038749dbd 7. ./build_docker/./src/Planner/Planner.cpp:1586: DB::Planner::buildPlanForQueryNode() @ 0x00000000386556d4 8. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:59:26.522800 [ 71964 ] {} TCPHandler: Code: 59. DB::Exception: Illegal type Nullable(UInt16) of column for constant filter. Must be UInt8 or Nullable(UInt8). (ILLEGAL_TYPE_OF_COLUMN_FOR_FILTER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Columns/FilterDescription.cpp:38: DB::ConstantFilterDescription::ConstantFilterDescription(DB::IColumn const&) @ 0x000000003c5b8fba 5. ./build_docker/./src/Planner/PlannerExpressionAnalysis.cpp:58: DB::(anonymous namespace)::analyzeFilter(std::shared_ptr const&, std::vector> const&, std::shared_ptr const&, DB::ActionsChain&) @ 0x000000003875fb78 6. ./build_docker/./src/Planner/PlannerExpressionAnalysis.cpp:558: DB::buildExpressionAnalysisResult(std::shared_ptr const&, std::vector> const&, std::shared_ptr const&, DB::PlannerQueryProcessingInfo const&) @ 0x0000000038749dbd 7. ./build_docker/./src/Planner/Planner.cpp:1586: DB::Planner::buildPlanForQueryNode() @ 0x00000000386556d4 8. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:59:26.796192 [ 3914 ] {3a9b9ed8-b739-40cc-8a97-5bf9fa8a2e99} executeQuery: Code: 48. DB::Exception: StorageBuffer over Distributed does not support using the same table more than once in the query. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47920) (comment: 03208_buffer_over_distributed_type_mismatch.sql) (in query: SELECT amount FROM realtimebuff__fuzz_19 t1 JOIN realtimebuff__fuzz_19 t2 ON t1.amount = t2.amount ;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageBuffer.cpp:279: DB::StorageBuffer::read(DB::QueryPlan&, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo&, std::shared_ptr, DB::QueryProcessingStage::Enum, unsigned long, unsigned long) @ 0x000000003d46d471 5. ./build_docker/./src/Planner/PlannerJoinTree.cpp:939: DB::(anonymous namespace)::buildQueryPlanForTableExpression(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions const&, std::shared_ptr&, bool, bool) @ 0x00000000386c609a 6. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2035: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386aadf5 7. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 8. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:59:26.802565 [ 3914 ] {} TCPHandler: Code: 48. DB::Exception: StorageBuffer over Distributed does not support using the same table more than once in the query. (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageBuffer.cpp:279: DB::StorageBuffer::read(DB::QueryPlan&, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo&, std::shared_ptr, DB::QueryProcessingStage::Enum, unsigned long, unsigned long) @ 0x000000003d46d471 5. ./build_docker/./src/Planner/PlannerJoinTree.cpp:939: DB::(anonymous namespace)::buildQueryPlanForTableExpression(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions const&, std::shared_ptr&, bool, bool) @ 0x00000000386c609a 6. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2035: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386aadf5 7. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 8. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:59:26.859977 [ 3914 ] {8fed65a8-1367-4b72-9c38-79eec99dd9d4} executeQuery: Code: 48. DB::Exception: StorageBuffer over Distributed does not support using the same table more than once in the query. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47920) (comment: 03208_buffer_over_distributed_type_mismatch.sql) (in query: SELECT amount FROM realtimebuff__fuzz_19 t1 JOIN realtimebuff__fuzz_19 t2 ON t1.amount = t2.amount JOIN realtimebuff__fuzz_19 t3 ON t1.amount = t3.amount ;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageBuffer.cpp:279: DB::StorageBuffer::read(DB::QueryPlan&, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo&, std::shared_ptr, DB::QueryProcessingStage::Enum, unsigned long, unsigned long) @ 0x000000003d46d471 5. ./build_docker/./src/Planner/PlannerJoinTree.cpp:939: DB::(anonymous namespace)::buildQueryPlanForTableExpression(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions const&, std::shared_ptr&, bool, bool) @ 0x00000000386c609a 6. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2035: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386aadf5 7. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 8. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:59:26.866139 [ 3914 ] {} TCPHandler: Code: 48. DB::Exception: StorageBuffer over Distributed does not support using the same table more than once in the query. (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageBuffer.cpp:279: DB::StorageBuffer::read(DB::QueryPlan&, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo&, std::shared_ptr, DB::QueryProcessingStage::Enum, unsigned long, unsigned long) @ 0x000000003d46d471 5. ./build_docker/./src/Planner/PlannerJoinTree.cpp:939: DB::(anonymous namespace)::buildQueryPlanForTableExpression(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions const&, std::shared_ptr&, bool, bool) @ 0x00000000386c609a 6. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2035: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386aadf5 7. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 8. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:59:26.916236 [ 3914 ] {3db675ed-7528-497f-9202-6f8f605f1c1e} StorageBuffer (test_8sxx8tw6.realtimebuff__fuzz_19): Destination table test_8sxx8tw6.realtimedistributed has different type of column amount (Int32 != UInt32). Data from destination table are converted. 2025.03.31 17:59:27.254979 [ 3914 ] {daa648cc-1400-46cc-a23f-62754eb277a7} StorageBuffer (test_8sxx8tw6.realtimebuff__fuzz_19): Destination table test_8sxx8tw6.realtimedistributed has different type of column amount (Int32 != UInt32). Data from destination table are converted. 2025.03.31 17:59:27.466621 [ 55895 ] {0ace51d6-c3d2-4a87-a6f1-20429ec620ff} executeQuery: Code: 46. DB::Exception: Unknown table function test_02428_mv1. (UNKNOWN_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46488) (comment: 02428_parameterized_view.sh) (in query: SELECT * FROM test_02428_mv1(test)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4725: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d4391c 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 9. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:59:27.476114 [ 55895 ] {} TCPHandler: Code: 46. DB::Exception: Unknown table function test_02428_mv1. (UNKNOWN_FUNCTION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4725: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d4391c 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 9. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:59:27.640329 [ 66165 ] {177672b8-4209-43bc-b2f0-2fe07be3eafe} StorageBuffer (test_8sxx8tw6.realtimebuff__fuzz_19): Destination table test_8sxx8tw6.realtimedistributed have different type of column amount (Int32 != UInt32). Block of data is converted. 2025.03.31 17:59:27.646053 [ 66177 ] {177672b8-4209-43bc-b2f0-2fe07be3eafe} StorageBuffer (test_8sxx8tw6.realtimebuff__fuzz_20): Destination table test_8sxx8tw6.realtimedistributed have different type of column amount (Int32 != Nullable(Int32)). Block of data is converted. 2025.03.31 17:59:36.283085 [ 71989 ] {dc5f82cf-632a-4bd2-9e0a-9932aa0a2e4c} executeQuery: Code: 55. DB::Exception: Method write is not supported by storage Distributed with more than one shard and no sharding key provided. (STORAGE_REQUIRES_PARAMETER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46744) (comment: 01684_insert_specify_shard_id.sql) (in query: -- no sharding key INSERT INTO x_dist SELECT * FROM numbers(10);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/StorageDistributed.cpp:934: DB::StorageDistributed::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003c8be5b1 5. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 6. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 9. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:59:36.290231 [ 71989 ] {} TCPHandler: Code: 55. DB::Exception: Method write is not supported by storage Distributed with more than one shard and no sharding key provided. (STORAGE_REQUIRES_PARAMETER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/StorageDistributed.cpp:934: DB::StorageDistributed::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003c8be5b1 5. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 6. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 9. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:59:36.347186 [ 71989 ] {3450be17-c548-4e55-869e-382f90bc48b9} executeQuery: Code: 55. DB::Exception: Method write is not supported by storage Distributed with more than one shard and no sharding key provided. (STORAGE_REQUIRES_PARAMETER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46744) (comment: 01684_insert_specify_shard_id.sql) (in query: INSERT INTO y_dist SELECT * FROM numbers(10);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/StorageDistributed.cpp:934: DB::StorageDistributed::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003c8be5b1 5. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 6. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 9. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:59:36.353471 [ 71989 ] {} TCPHandler: Code: 55. DB::Exception: Method write is not supported by storage Distributed with more than one shard and no sharding key provided. (STORAGE_REQUIRES_PARAMETER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/StorageDistributed.cpp:934: DB::StorageDistributed::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003c8be5b1 5. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 6. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 9. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:59:36.851562 [ 71989 ] {2eaa3562-54d6-43b1-baac-3e17615ce1d3} executeQuery: Code: 577. DB::Exception: Shard id should be range from 1 to shard number. (INVALID_SHARD_ID) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46744) (comment: 01684_insert_specify_shard_id.sql) (in query: -- invalid shard id INSERT INTO x_dist SELECT * FROM numbers(10) settings insert_shard_id = 3;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageDistributed.cpp:940: DB::StorageDistributed::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003c8be1ac 5. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 6. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 9. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:59:36.858110 [ 71989 ] {} TCPHandler: Code: 577. DB::Exception: Shard id should be range from 1 to shard number. (INVALID_SHARD_ID), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageDistributed.cpp:940: DB::StorageDistributed::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003c8be1ac 5. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 6. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 9. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:59:36.914209 [ 71989 ] {5ed0a63e-c503-4898-95c0-af9b25add430} executeQuery: Code: 577. DB::Exception: Shard id should be range from 1 to shard number. (INVALID_SHARD_ID) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46744) (comment: 01684_insert_specify_shard_id.sql) (in query: INSERT INTO y_dist SELECT * FROM numbers(10) settings insert_shard_id = 3;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageDistributed.cpp:940: DB::StorageDistributed::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003c8be1ac 5. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 6. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 9. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:59:36.920570 [ 71989 ] {} TCPHandler: Code: 577. DB::Exception: Shard id should be range from 1 to shard number. (INVALID_SHARD_ID), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageDistributed.cpp:940: DB::StorageDistributed::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003c8be1ac 5. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 6. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 9. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 17:59:39.682887 [ 71985 ] {df78f9b6-065c-405a-948d-8cbddfa8acb3} executeQuery: Code: 36. DB::Exception: JOIN INNER JOIN ... USING (id, id, id) identifier 'id' appears more than once in USING clause. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55744) (comment: 02382_analyzer_matcher_join_using.sql) (in query: SELECT * FROM test_table_join_1 AS t1 INNER JOIN test_table_join_2 AS t2 USING (id, id, id) ORDER BY id, t1.value;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String const&) @ 0x000000000a012e2d 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5140: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035ddf29d 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 9. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:59:39.689148 [ 71985 ] {} TCPHandler: Code: 36. DB::Exception: JOIN INNER JOIN ... USING (id, id, id) identifier 'id' appears more than once in USING clause. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String const&) @ 0x000000000a012e2d 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5140: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035ddf29d 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 9. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 17:59:44.184784 [ 1426 ] {a5ab923e-ce27-418c-95a6-0e8841324fb5} void DB::TCPHandler::sendData(QueryState &, const Block &): Code: 210. DB::NetException: Connection reset by peer, while writing to socket ([::1]:9000 -> [::1]:55984). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/WriteBufferFromPocoSocket.cpp:160: DB::WriteBufferFromPocoSocket::nextImpl() @ 0x0000000020b79ee3 4. ./build_docker/./src/IO/WriteBufferFromPocoSocketChunked.cpp:116: DB::WriteBufferFromPocoSocketChunked::nextImpl() @ 0x000000003f05a6aa 5. DB::WriteBuffer::next() @ 0x00000000088f5ec1 6. ./build_docker/./src/Server/TCPHandler.cpp:2464: DB::TCPHandler::sendData(DB::QueryState&, DB::Block const&) @ 0x000000003f46aa4b 7. ./build_docker/./src/Server/TCPHandler.cpp:1260: DB::TCPHandler::processOrdinaryQuery(DB::QueryState&) @ 0x000000003f44c8a7 8. ./build_docker/./src/Server/TCPHandler.cpp:670: DB::TCPHandler::runImpl() @ 0x000000003f427864 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:59:44.184783 [ 71964 ] {9ea98cbb-5b0b-43bb-8b97-17563d13126e} void DB::TCPHandler::sendData(QueryState &, const Block &): Code: 210. DB::NetException: Connection reset by peer, while writing to socket ([::1]:9000 -> [::1]:56000). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/WriteBufferFromPocoSocket.cpp:160: DB::WriteBufferFromPocoSocket::nextImpl() @ 0x0000000020b79ee3 4. ./build_docker/./src/IO/WriteBufferFromPocoSocketChunked.cpp:116: DB::WriteBufferFromPocoSocketChunked::nextImpl() @ 0x000000003f05a6aa 5. DB::WriteBuffer::next() @ 0x00000000088f5ec1 6. ./build_docker/./src/Server/TCPHandler.cpp:2464: DB::TCPHandler::sendData(DB::QueryState&, DB::Block const&) @ 0x000000003f46aa4b 7. ./build_docker/./src/Server/TCPHandler.cpp:1260: DB::TCPHandler::processOrdinaryQuery(DB::QueryState&) @ 0x000000003f44c8a7 8. ./build_docker/./src/Server/TCPHandler.cpp:670: DB::TCPHandler::runImpl() @ 0x000000003f427864 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 17:59:44.188302 [ 71964 ] {9ea98cbb-5b0b-43bb-8b97-17563d13126e} executeQuery: Code: 210. DB::NetException: Connection reset by peer, while writing to socket ([::1]:9000 -> [::1]:56000). (NETWORK_ERROR) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56000) (comment: 02871_clickhouse_client_restart_pager.sh) (in query: select * from numbers(1e6);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/WriteBufferFromPocoSocket.cpp:160: DB::WriteBufferFromPocoSocket::nextImpl() @ 0x0000000020b79ee3 4. ./build_docker/./src/IO/WriteBufferFromPocoSocketChunked.cpp:116: DB::WriteBufferFromPocoSocketChunked::nextImpl() @ 0x000000003f05a6aa 5. DB::WriteBuffer::next() @ 0x00000000088f5ec1 6. ./build_docker/./src/Server/TCPHandler.cpp:2464: DB::TCPHandler::sendData(DB::QueryState&, DB::Block const&) @ 0x000000003f46aa4b 7. ./build_docker/./src/Server/TCPHandler.cpp:1260: DB::TCPHandler::processOrdinaryQuery(DB::QueryState&) @ 0x000000003f44c8a7 8. ./build_docker/./src/Server/TCPHandler.cpp:670: DB::TCPHandler::runImpl() @ 0x000000003f427864 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 17:59:44.188466 [ 1426 ] {a5ab923e-ce27-418c-95a6-0e8841324fb5} executeQuery: Code: 210. DB::NetException: Connection reset by peer, while writing to socket ([::1]:9000 -> [::1]:55984). (NETWORK_ERROR) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55984) (comment: 02871_clickhouse_client_restart_pager.sh) (in query: select * from numbers(1e6);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/WriteBufferFromPocoSocket.cpp:160: DB::WriteBufferFromPocoSocket::nextImpl() @ 0x0000000020b79ee3 4. ./build_docker/./src/IO/WriteBufferFromPocoSocketChunked.cpp:116: DB::WriteBufferFromPocoSocketChunked::nextImpl() @ 0x000000003f05a6aa 5. DB::WriteBuffer::next() @ 0x00000000088f5ec1 6. ./build_docker/./src/Server/TCPHandler.cpp:2464: DB::TCPHandler::sendData(DB::QueryState&, DB::Block const&) @ 0x000000003f46aa4b 7. ./build_docker/./src/Server/TCPHandler.cpp:1260: DB::TCPHandler::processOrdinaryQuery(DB::QueryState&) @ 0x000000003f44c8a7 8. ./build_docker/./src/Server/TCPHandler.cpp:670: DB::TCPHandler::runImpl() @ 0x000000003f427864 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 17:59:44.196772 [ 71964 ] {} TCPHandler: Code: 210. DB::NetException: Connection reset by peer, while writing to socket ([::1]:9000 -> [::1]:56000). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/WriteBufferFromPocoSocket.cpp:160: DB::WriteBufferFromPocoSocket::nextImpl() @ 0x0000000020b79ee3 4. ./build_docker/./src/IO/WriteBufferFromPocoSocketChunked.cpp:116: DB::WriteBufferFromPocoSocketChunked::nextImpl() @ 0x000000003f05a6aa 5. DB::WriteBuffer::next() @ 0x00000000088f5ec1 6. ./build_docker/./src/Server/TCPHandler.cpp:2464: DB::TCPHandler::sendData(DB::QueryState&, DB::Block const&) @ 0x000000003f46aa4b 7. ./build_docker/./src/Server/TCPHandler.cpp:1260: DB::TCPHandler::processOrdinaryQuery(DB::QueryState&) @ 0x000000003f44c8a7 8. ./build_docker/./src/Server/TCPHandler.cpp:670: DB::TCPHandler::runImpl() @ 0x000000003f427864 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 17:59:44.197458 [ 1426 ] {} TCPHandler: Code: 210. DB::NetException: Connection reset by peer, while writing to socket ([::1]:9000 -> [::1]:55984). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/WriteBufferFromPocoSocket.cpp:160: DB::WriteBufferFromPocoSocket::nextImpl() @ 0x0000000020b79ee3 4. ./build_docker/./src/IO/WriteBufferFromPocoSocketChunked.cpp:116: DB::WriteBufferFromPocoSocketChunked::nextImpl() @ 0x000000003f05a6aa 5. DB::WriteBuffer::next() @ 0x00000000088f5ec1 6. ./build_docker/./src/Server/TCPHandler.cpp:2464: DB::TCPHandler::sendData(DB::QueryState&, DB::Block const&) @ 0x000000003f46aa4b 7. ./build_docker/./src/Server/TCPHandler.cpp:1260: DB::TCPHandler::processOrdinaryQuery(DB::QueryState&) @ 0x000000003f44c8a7 8. ./build_docker/./src/Server/TCPHandler.cpp:670: DB::TCPHandler::runImpl() @ 0x000000003f427864 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 17:59:45.777961 [ 3914 ] {892cc9ea-8975-4459-8a65-7cd9d97debb6} executeQuery: Code: 43. DB::Exception: The type String of argument for aggregate function groupBitAnd is illegal, because it cannot be used in bitwise operations. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT BIT_AND('');) 2025.03.31 17:59:45.786232 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The type String of argument for aggregate function groupBitAnd is illegal, because it cannot be used in bitwise operations. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:46.027410 [ 3914 ] {93548872-5e6b-4565-b4d5-579274e3c7c0} executeQuery: Code: 43. DB::Exception: The type String of argument for aggregate function groupBitOr is illegal, because it cannot be used in bitwise operations. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT BIT_OR('');) 2025.03.31 17:59:46.035667 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The type String of argument for aggregate function groupBitOr is illegal, because it cannot be used in bitwise operations. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:46.068214 [ 3914 ] {524248eb-c485-4cf3-941a-8705c2674161} executeQuery: Code: 43. DB::Exception: The type String of argument for aggregate function groupBitXor is illegal, because it cannot be used in bitwise operations. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT BIT_XOR('');) 2025.03.31 17:59:46.075995 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The type String of argument for aggregate function groupBitXor is illegal, because it cannot be used in bitwise operations. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:46.313446 [ 3914 ] {1b04dcc6-cd4a-4d05-93f2-94bc3e901ab2} executeQuery: Code: 42. DB::Exception: Aggregate function covarPop requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT COVAR_POP('');) 2025.03.31 17:59:46.321319 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function covarPop requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:46.347369 [ 3914 ] {1af6c981-5cdb-4b3a-95b9-5eb624d063ce} executeQuery: Code: 42. DB::Exception: Aggregate function covarSamp requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT COVAR_SAMP('');) 2025.03.31 17:59:46.352562 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function covarSamp requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:46.575616 [ 3914 ] {9d7f6373-5ac7-4648-93d7-1a40c3c785ed} executeQuery: Code: 42. DB::Exception: Number of arguments for function currentDatabase doesn't match: passed 1, should be 0: In scope SELECT DATABASE(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT DATABASE('');) 2025.03.31 17:59:46.583183 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function currentDatabase doesn't match: passed 1, should be 0: In scope SELECT DATABASE(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:46.612071 [ 3914 ] {916e872c-a2ef-4524-bfee-f51c777ea199} executeQuery: Code: 38. DB::Exception: Cannot parse date: value is too short: Cannot parse Date from String: In scope SELECT DATE(''). (CANNOT_PARSE_DATE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT DATE('');) 2025.03.31 17:59:46.617272 [ 3914 ] {} TCPHandler: Code: 38. DB::Exception: Cannot parse date: value is too short: Cannot parse Date from String: In scope SELECT DATE(''). (CANNOT_PARSE_DATE) 2025.03.31 17:59:46.646008 [ 3914 ] {75b83fd2-70cd-44d6-b1ea-4f158e32187b} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'dateDiff'. Expected 3 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT dateDiff(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT DATE_DIFF('');) 2025.03.31 17:59:46.651420 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'dateDiff'. Expected 3 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT dateDiff(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:46.681637 [ 3914 ] {216cadc8-b5b6-4c58-8d09-27b369ddcbd3} executeQuery: Code: 42. DB::Exception: Number of arguments for function formatDateTime doesn't match: passed 1, should be 2 or 3: In scope SELECT DATE_FORMAT(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT DATE_FORMAT('');) 2025.03.31 17:59:46.688221 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function formatDateTime doesn't match: passed 1, should be 2 or 3: In scope SELECT DATE_FORMAT(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:46.721275 [ 3914 ] {073ebcbe-0fec-4e4d-a54d-63b2cfc0a9a1} executeQuery: Code: 42. DB::Exception: Number of arguments for function dateTrunc doesn't match: passed 1, should be 2 or 3: In scope SELECT DATE_TRUNC(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT DATE_TRUNC('');) 2025.03.31 17:59:46.728944 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dateTrunc doesn't match: passed 1, should be 2 or 3: In scope SELECT DATE_TRUNC(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:46.761455 [ 3914 ] {0ff125cf-8a1d-4222-a451-b032cb345d10} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toDayOfMonth. Should be Date, Date32, DateTime or DateTime64: In scope SELECT DAY(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT DAY('');) 2025.03.31 17:59:46.768702 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toDayOfMonth. Should be Date, Date32, DateTime or DateTime64: In scope SELECT DAY(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:46.781083 [ 71968 ] {f198fc4f-6907-46aa-b0ae-690b908ec1da} executeQuery: Code: 42. DB::Exception: Function sqidEncode requires at least one argument.: In scope SELECT sqidEncode(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56084) (comment: 02933_sqid.sql) (in query: SELECT sqidEncode();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionSqidEncode::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001b85c5f6 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:59:46.786790 [ 71968 ] {} TCPHandler: Code: 42. DB::Exception: Function sqidEncode requires at least one argument.: In scope SELECT sqidEncode(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionSqidEncode::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001b85c5f6 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:59:46.799062 [ 3914 ] {028417cb-097f-4cc5-8108-acc63b11d156} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toDayOfMonth. Should be Date, Date32, DateTime or DateTime64: In scope SELECT DAYOFMONTH(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT DAYOFMONTH('');) 2025.03.31 17:59:46.805778 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toDayOfMonth. Should be Date, Date32, DateTime or DateTime64: In scope SELECT DAYOFMONTH(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:46.822741 [ 71968 ] {4164f026-04ed-4be2-b9dc-14d698a38bad} executeQuery: Code: 42. DB::Exception: Number of arguments for function sqidDecode doesn't match: passed 0, should be 1: In scope SELECT sqidDecode(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56084) (comment: 02933_sqid.sql) (in query: SELECT sqidDecode();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:59:46.828667 [ 71968 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function sqidDecode doesn't match: passed 0, should be 1: In scope SELECT sqidDecode(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 17:59:46.835662 [ 3914 ] {ab7f0178-7abe-4db8-8a6f-1cdc026d569c} executeQuery: Code: 41. DB::Exception: Cannot read DateTime: neither Date nor Time was parsed successfully: In scope SELECT DAYOFWEEK(''). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT DAYOFWEEK('');) 2025.03.31 17:59:46.842885 [ 3914 ] {} TCPHandler: Code: 41. DB::Exception: Cannot read DateTime: neither Date nor Time was parsed successfully: In scope SELECT DAYOFWEEK(''). (CANNOT_PARSE_DATETIME) 2025.03.31 17:59:46.878113 [ 3914 ] {919a2cd0-d63b-4243-a88b-029cb5dff19b} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toDayOfYear. Should be Date, Date32, DateTime or DateTime64: In scope SELECT DAYOFYEAR(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT DAYOFYEAR('');) 2025.03.31 17:59:46.885990 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toDayOfYear. Should be Date, Date32, DateTime or DateTime64: In scope SELECT DAYOFYEAR(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:46.921550 [ 3914 ] {7caa6202-7037-4748-b17b-ee3ed6cfbde5} executeQuery: Code: 43. DB::Exception: Cannot format String because it's not a native numeric type: In scope SELECT FORMAT_BYTES(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT FORMAT_BYTES('');) 2025.03.31 17:59:46.931348 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Cannot format String because it's not a native numeric type: In scope SELECT FORMAT_BYTES(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:46.964908 [ 3914 ] {4f40df44-637a-41de-833c-f09c74477551} executeQuery: Code: 42. DB::Exception: Number of arguments for function FQDN doesn't match: passed 1, should be 0: In scope SELECT FQDN(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT FQDN('');) 2025.03.31 17:59:46.972714 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function FQDN doesn't match: passed 1, should be 0: In scope SELECT FQDN(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:47.073397 [ 3914 ] {6e7f0082-2d32-4ade-86ac-86c7ddbd9606} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'days' to function 'fromDaysSinceYearZero'. Expected: Integer, got: String: In scope SELECT FROM_DAYS(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT FROM_DAYS('');) 2025.03.31 17:59:47.082252 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'days' to function 'fromDaysSinceYearZero'. Expected: Integer, got: String: In scope SELECT FROM_DAYS(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:47.116147 [ 3914 ] {c8c95411-029c-49a0-b423-ad414662b3d4} executeQuery: Code: 43. DB::Exception: Illegal type String of first argument of function fromUnixTimestamp when arguments size is 1. Should be integer: In scope SELECT FROM_UNIXTIME(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT FROM_UNIXTIME('');) 2025.03.31 17:59:47.124111 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of first argument of function fromUnixTimestamp when arguments size is 1. Should be integer: In scope SELECT FROM_UNIXTIME(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:47.156289 [ 3914 ] {5498e6bf-6c79-48f2-9301-7e11c5ae3ac8} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toHour. Should be Date, Date32, DateTime or DateTime64: In scope SELECT HOUR(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT HOUR('');) 2025.03.31 17:59:47.165150 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toHour. Should be Date, Date32, DateTime or DateTime64: In scope SELECT HOUR(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:47.198450 [ 3914 ] {969cf9f3-8073-4820-a336-d23a21f79a04} executeQuery: Code: 676. DB::Exception: Invalid IPv6 value: In scope SELECT INET6_ATON(''). (CANNOT_PARSE_IPV6) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT INET6_ATON('');) 2025.03.31 17:59:47.206503 [ 3914 ] {} TCPHandler: Code: 676. DB::Exception: Invalid IPv6 value: In scope SELECT INET6_ATON(''). (CANNOT_PARSE_IPV6) 2025.03.31 17:59:47.240451 [ 3914 ] {65cc77a2-4d32-4d96-a0e9-0948cdc599bd} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function IPv6NumToString, expected IPv6 or FixedString(16): In scope SELECT INET6_NTOA(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT INET6_NTOA('');) 2025.03.31 17:59:47.249252 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function IPv6NumToString, expected IPv6 or FixedString(16): In scope SELECT INET6_NTOA(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:47.281727 [ 3914 ] {bd8c2724-51d4-4551-9381-c302a9abf45f} executeQuery: Code: 675. DB::Exception: Invalid IPv4 value: In scope SELECT INET_ATON(''). (CANNOT_PARSE_IPV4) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT INET_ATON('');) 2025.03.31 17:59:47.290774 [ 3914 ] {} TCPHandler: Code: 675. DB::Exception: Invalid IPv4 value: In scope SELECT INET_ATON(''). (CANNOT_PARSE_IPV4) 2025.03.31 17:59:47.322035 [ 3914 ] {cf2608ba-b8aa-46db-bb3f-aea9ca19e622} executeQuery: Code: 43. DB::Exception: Illegal type String of first argument of function IPv4NumToString, expected IPv4 or UInt8 or UInt16 or UInt32: In scope SELECT INET_NTOA(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT INET_NTOA('');) 2025.03.31 17:59:47.330443 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of first argument of function IPv4NumToString, expected IPv4 or UInt8 or UInt16 or UInt32: In scope SELECT INET_NTOA(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:47.363524 [ 3914 ] {e16b3717-5ecc-4bf9-b27e-7fa644c79426} executeQuery: Code: 42. DB::Exception: Number of arguments for function IPv4CIDRToRange doesn't match: passed 1, should be 2: In scope SELECT IPv4CIDRToRange(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT IPv4CIDRToRange('');) 2025.03.31 17:59:47.374924 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function IPv4CIDRToRange doesn't match: passed 1, should be 2: In scope SELECT IPv4CIDRToRange(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:47.408962 [ 3914 ] {33971e9b-c210-4490-a7f9-958f16691151} executeQuery: Code: 43. DB::Exception: Illegal type String of first argument of function IPv4NumToString, expected IPv4 or UInt8 or UInt16 or UInt32: In scope SELECT IPv4NumToString(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT IPv4NumToString('');) 2025.03.31 17:59:47.417401 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of first argument of function IPv4NumToString, expected IPv4 or UInt8 or UInt16 or UInt32: In scope SELECT IPv4NumToString(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:47.450218 [ 3914 ] {8c9c8c7f-df3e-4877-8979-d0adaa4adfc9} executeQuery: Code: 43. DB::Exception: Illegal type String of first argument of function IPv4NumToStringClassC, expected IPv4 or UInt8 or UInt16 or UInt32: In scope SELECT IPv4NumToStringClassC(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT IPv4NumToStringClassC('');) 2025.03.31 17:59:47.462270 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of first argument of function IPv4NumToStringClassC, expected IPv4 or UInt8 or UInt16 or UInt32: In scope SELECT IPv4NumToStringClassC(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:47.493365 [ 3914 ] {1a598916-7897-491f-9332-fe2fa1f87538} executeQuery: Code: 675. DB::Exception: Invalid IPv4 value: In scope SELECT IPv4StringToNum(''). (CANNOT_PARSE_IPV4) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT IPv4StringToNum('');) 2025.03.31 17:59:47.501437 [ 3914 ] {} TCPHandler: Code: 675. DB::Exception: Invalid IPv4 value: In scope SELECT IPv4StringToNum(''). (CANNOT_PARSE_IPV4) 2025.03.31 17:59:47.631482 [ 71968 ] {f5f0d7c8-eda1-4e05-848d-515a637e0b05} executeQuery: Code: 43. DB::Exception: Argument 0 for function sqidEncode must have datatype UInt*, given type: String.: In scope SELECT sqidEncode('1'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56084) (comment: 02933_sqid.sql) (in query: SELECT sqidEncode('1');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, unsigned long&, String&&, String&&) @ 0x000000001b863597 4. DB::FunctionSqidEncode::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001b85c41d 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:59:47.638882 [ 71968 ] {} TCPHandler: Code: 43. DB::Exception: Argument 0 for function sqidEncode must have datatype UInt*, given type: String.: In scope SELECT sqidEncode('1'). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, unsigned long&, String&&, String&&) @ 0x000000001b863597 4. DB::FunctionSqidEncode::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001b85c41d 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 17:59:47.674364 [ 3914 ] {5cdb95d3-68c6-4b38-afa7-ac6dcd80a775} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function IPv4ToIPv6: In scope SELECT IPv4ToIPv6(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT IPv4ToIPv6('');) 2025.03.31 17:59:47.682432 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function IPv4ToIPv6: In scope SELECT IPv4ToIPv6(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:47.717364 [ 3914 ] {f466d698-2adc-45ea-9f1d-cde27912ee42} executeQuery: Code: 42. DB::Exception: Number of arguments for function IPv6CIDRToRange doesn't match: passed 1, should be 2: In scope SELECT IPv6CIDRToRange(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT IPv6CIDRToRange('');) 2025.03.31 17:59:47.725629 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function IPv6CIDRToRange doesn't match: passed 1, should be 2: In scope SELECT IPv6CIDRToRange(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:47.760449 [ 3914 ] {f0cf66ec-01d6-46dc-a527-b8ef45b4269c} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function IPv6NumToString, expected IPv6 or FixedString(16): In scope SELECT IPv6NumToString(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT IPv6NumToString('');) 2025.03.31 17:59:47.768294 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function IPv6NumToString, expected IPv6 or FixedString(16): In scope SELECT IPv6NumToString(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:47.799593 [ 3914 ] {cb1403ea-6b26-4ec1-8c44-f9058d9ef77d} executeQuery: Code: 676. DB::Exception: Invalid IPv6 value: In scope SELECT IPv6StringToNum(''). (CANNOT_PARSE_IPV6) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT IPv6StringToNum('');) 2025.03.31 17:59:47.807338 [ 3914 ] {} TCPHandler: Code: 676. DB::Exception: Invalid IPv6 value: In scope SELECT IPv6StringToNum(''). (CANNOT_PARSE_IPV6) 2025.03.31 17:59:47.985031 [ 3914 ] {c2866ea5-a8b0-4c9c-abea-72bf6d13fd48} executeQuery: Code: 42. DB::Exception: Function JSONAllPaths requires argument with type JSON, got: String: In scope SELECT JSONAllPaths(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT JSONAllPaths('');) 2025.03.31 17:59:47.993077 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function JSONAllPaths requires argument with type JSON, got: String: In scope SELECT JSONAllPaths(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:48.025732 [ 3914 ] {cda8a343-58a0-4acd-9977-4a33ada0be9b} executeQuery: Code: 42. DB::Exception: Function JSONAllPathsWithTypes requires argument with type JSON, got: String: In scope SELECT JSONAllPathsWithTypes(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT JSONAllPathsWithTypes('');) 2025.03.31 17:59:48.033628 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function JSONAllPathsWithTypes requires argument with type JSON, got: String: In scope SELECT JSONAllPathsWithTypes(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:48.133653 [ 3914 ] {fd185844-efb9-4e88-a447-50f2e3a321f2} executeQuery: Code: 42. DB::Exception: Function JSONDynamicPaths requires argument with type JSON, got: String: In scope SELECT JSONDynamicPaths(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT JSONDynamicPaths('');) 2025.03.31 17:59:48.141599 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function JSONDynamicPaths requires argument with type JSON, got: String: In scope SELECT JSONDynamicPaths(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:48.180578 [ 3914 ] {5cff2006-367a-41e5-9771-0dc8fcf5d5ca} executeQuery: Code: 42. DB::Exception: Function JSONDynamicPathsWithTypes requires argument with type JSON, got: String: In scope SELECT JSONDynamicPathsWithTypes(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT JSONDynamicPathsWithTypes('');) 2025.03.31 17:59:48.190049 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function JSONDynamicPathsWithTypes requires argument with type JSON, got: String: In scope SELECT JSONDynamicPathsWithTypes(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:48.221025 [ 3914 ] {0fb56691-4a81-403f-842e-29e08fbd1d27} executeQuery: Code: 42. DB::Exception: Function JSONExtract requires at least two arguments: In scope SELECT JSONExtract(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT JSONExtract('');) 2025.03.31 17:59:48.229248 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function JSONExtract requires at least two arguments: In scope SELECT JSONExtract(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:48.455226 [ 71968 ] {5b67566c-2e14-465a-8781-becaf2393228} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'sqid' to function 'sqidDecode'. Expected: String, got: UInt8: In scope SELECT sqidDecode(1). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56084) (comment: 02933_sqid.sql) (in query: SELECT sqidDecode(1);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::FunctionSqidDecode::getReturnTypeImpl(std::vector> const&) const @ 0x000000001b866c8e 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:59:48.461430 [ 71968 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'sqid' to function 'sqidDecode'. Expected: String, got: UInt8: In scope SELECT sqidDecode(1). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::FunctionSqidDecode::getReturnTypeImpl(std::vector> const&) const @ 0x000000001b866c8e 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 17:59:48.622447 [ 3914 ] {2b5e4f16-dca4-4b00-866e-766ba128f2be} executeQuery: Code: 42. DB::Exception: Function JSONExtractKeysAndValues requires at least two arguments: In scope SELECT JSONExtractKeysAndValues(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT JSONExtractKeysAndValues('');) 2025.03.31 17:59:48.630910 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function JSONExtractKeysAndValues requires at least two arguments: In scope SELECT JSONExtractKeysAndValues(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:49.161299 [ 3914 ] {e34bcfb8-68ed-4289-a20d-f9d868796ea1} executeQuery: Code: 36. DB::Exception: Wrong JSON string to merge: The document is empty.: In scope SELECT JSONMergePatch(''). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT JSONMergePatch('');) 2025.03.31 17:59:49.169516 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: Wrong JSON string to merge: The document is empty.: In scope SELECT JSONMergePatch(''). (BAD_ARGUMENTS) 2025.03.31 17:59:49.204820 [ 3914 ] {793564ed-2938-46bd-b84e-986c6aa55fa7} executeQuery: Code: 42. DB::Exception: Function JSONSharedDataPaths requires argument with type JSON, got: String: In scope SELECT JSONSharedDataPaths(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT JSONSharedDataPaths('');) 2025.03.31 17:59:49.213265 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function JSONSharedDataPaths requires argument with type JSON, got: String: In scope SELECT JSONSharedDataPaths(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:49.248867 [ 3914 ] {ce86a832-e55f-44aa-8272-d8df1b04adba} executeQuery: Code: 42. DB::Exception: Function JSONSharedDataPathsWithTypes requires argument with type JSON, got: String: In scope SELECT JSONSharedDataPathsWithTypes(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT JSONSharedDataPathsWithTypes('');) 2025.03.31 17:59:49.256877 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function JSONSharedDataPathsWithTypes requires argument with type JSON, got: String: In scope SELECT JSONSharedDataPathsWithTypes(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:49.429197 [ 3914 ] {3c5b1cba-5d82-479b-b950-7cda19d9523e} executeQuery: Code: 35. DB::Exception: JSONPath functions require at least 2 arguments: In scope SELECT JSON_EXISTS(''). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT JSON_EXISTS('');) 2025.03.31 17:59:49.438145 [ 3914 ] {} TCPHandler: Code: 35. DB::Exception: JSONPath functions require at least 2 arguments: In scope SELECT JSON_EXISTS(''). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) 2025.03.31 17:59:49.480854 [ 3914 ] {c25c561b-58aa-4557-b0a0-7c758854b8f4} executeQuery: Code: 35. DB::Exception: JSONPath functions require at least 2 arguments: In scope SELECT JSON_QUERY(''). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT JSON_QUERY('');) 2025.03.31 17:59:49.490248 [ 3914 ] {} TCPHandler: Code: 35. DB::Exception: JSONPath functions require at least 2 arguments: In scope SELECT JSON_QUERY(''). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) 2025.03.31 17:59:49.534943 [ 3914 ] {7865243f-9d56-4324-b2c7-4169b7c18268} executeQuery: Code: 35. DB::Exception: JSONPath functions require at least 2 arguments: In scope SELECT JSON_VALUE(''). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT JSON_VALUE('');) 2025.03.31 17:59:49.543714 [ 3914 ] {} TCPHandler: Code: 35. DB::Exception: JSONPath functions require at least 2 arguments: In scope SELECT JSON_VALUE(''). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) 2025.03.31 17:59:49.589668 [ 3914 ] {086457b0-1fa9-4da9-b225-9a07ec5a9070} executeQuery: Code: 42. DB::Exception: Number of arguments for function L1Distance doesn't match: passed 1, should be 2: In scope SELECT L1Distance(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT L1Distance('');) 2025.03.31 17:59:49.600096 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function L1Distance doesn't match: passed 1, should be 2: In scope SELECT L1Distance(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:49.642206 [ 3914 ] {0aa423bd-3d5e-47b7-b381-631c13edbeaf} executeQuery: Code: 43. DB::Exception: Argument 0 of function L1Norm should be tuple, got String: In scope SELECT L1Norm(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT L1Norm('');) 2025.03.31 17:59:49.650994 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Argument 0 of function L1Norm should be tuple, got String: In scope SELECT L1Norm(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:49.687560 [ 3914 ] {165e47a3-7693-460d-b19f-4ec1da96cb9f} executeQuery: Code: 43. DB::Exception: Argument 0 of function L1Norm should be tuple, got String: In scope SELECT L1Normalize(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT L1Normalize('');) 2025.03.31 17:59:49.696942 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Argument 0 of function L1Norm should be tuple, got String: In scope SELECT L1Normalize(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:49.733945 [ 3914 ] {96c87f60-e0c5-406e-8f82-ce17b61c4d9a} executeQuery: Code: 42. DB::Exception: Number of arguments for function L2Distance doesn't match: passed 1, should be 2: In scope SELECT L2Distance(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT L2Distance('');) 2025.03.31 17:59:49.741753 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function L2Distance doesn't match: passed 1, should be 2: In scope SELECT L2Distance(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:49.785424 [ 3914 ] {9b8caf39-d2fd-4132-8068-01412b30bc7a} executeQuery: Code: 43. DB::Exception: Argument 0 of function L2Norm should be tuple, got String: In scope SELECT L2Norm(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT L2Norm('');) 2025.03.31 17:59:49.794402 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Argument 0 of function L2Norm should be tuple, got String: In scope SELECT L2Norm(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:49.828142 [ 3914 ] {2d79e1ff-3920-4038-8509-dbe38c292ce1} executeQuery: Code: 43. DB::Exception: Argument 0 of function L2Norm should be tuple, got String: In scope SELECT L2Normalize(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT L2Normalize('');) 2025.03.31 17:59:49.837349 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Argument 0 of function L2Norm should be tuple, got String: In scope SELECT L2Normalize(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:49.880648 [ 3914 ] {7e02c49c-1d14-4005-be3b-6a4117f265ce} executeQuery: Code: 42. DB::Exception: Number of arguments for function L2SquaredDistance doesn't match: passed 1, should be 2: In scope SELECT L2SquaredDistance(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT L2SquaredDistance('');) 2025.03.31 17:59:49.889220 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function L2SquaredDistance doesn't match: passed 1, should be 2: In scope SELECT L2SquaredDistance(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:49.935135 [ 3914 ] {758f7ee5-553d-494c-a9e6-f735005f7772} executeQuery: Code: 43. DB::Exception: Argument 0 of function L2SquaredNorm should be tuple, got String: In scope SELECT L2SquaredNorm(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT L2SquaredNorm('');) 2025.03.31 17:59:49.946213 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Argument 0 of function L2SquaredNorm should be tuple, got String: In scope SELECT L2SquaredNorm(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:49.981428 [ 3914 ] {50829122-2c31-4ab9-9ea8-c26657166679} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toLastDayOfMonth. Should be Date, Date32, DateTime or DateTime64: In scope SELECT LAST_DAY(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT LAST_DAY('');) 2025.03.31 17:59:49.990471 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toLastDayOfMonth. Should be Date, Date32, DateTime or DateTime64: In scope SELECT LAST_DAY(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:50.040938 [ 3914 ] {58c2f4a5-cb69-439b-b478-31ae8535236e} executeQuery: Code: 42. DB::Exception: Number of arguments for function LinfDistance doesn't match: passed 1, should be 2: In scope SELECT LinfDistance(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT LinfDistance('');) 2025.03.31 17:59:50.050775 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function LinfDistance doesn't match: passed 1, should be 2: In scope SELECT LinfDistance(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:50.083634 [ 3914 ] {31fefe55-2d0d-43e5-a13a-a00d90cdf38e} executeQuery: Code: 43. DB::Exception: Argument 0 of function LinfNorm should be tuple, got String: In scope SELECT LinfNorm(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT LinfNorm('');) 2025.03.31 17:59:50.089873 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Argument 0 of function LinfNorm should be tuple, got String: In scope SELECT LinfNorm(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:50.123891 [ 3914 ] {01427f22-48a1-4a94-a985-ee75ab78eb20} executeQuery: Code: 43. DB::Exception: Argument 0 of function LinfNorm should be tuple, got String: In scope SELECT LinfNormalize(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT LinfNormalize('');) 2025.03.31 17:59:50.131057 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Argument 0 of function LinfNorm should be tuple, got String: In scope SELECT LinfNormalize(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:50.160306 [ 3914 ] {a303f46c-3394-4639-ae9b-a620c6f8f96a} executeQuery: Code: 42. DB::Exception: Number of arguments for function LpDistance doesn't match: passed 1, should be 3: In scope SELECT LpDistance(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT LpDistance('');) 2025.03.31 17:59:50.167064 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function LpDistance doesn't match: passed 1, should be 3: In scope SELECT LpDistance(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:50.197958 [ 3914 ] {1e8ac7a2-146d-4eb6-8696-5c3f6811bae2} executeQuery: Code: 42. DB::Exception: Number of arguments for function LpNorm doesn't match: passed 1, should be 2: In scope SELECT LpNorm(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT LpNorm('');) 2025.03.31 17:59:50.206026 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function LpNorm doesn't match: passed 1, should be 2: In scope SELECT LpNorm(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:50.244696 [ 3914 ] {9f6a331c-e09f-440a-8b2e-223be25f51be} executeQuery: Code: 42. DB::Exception: Number of arguments for function LpNormalize doesn't match: passed 1, should be 2: In scope SELECT LpNormalize(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT LpNormalize('');) 2025.03.31 17:59:50.256335 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function LpNormalize doesn't match: passed 1, should be 2: In scope SELECT LpNormalize(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:50.286768 [ 3914 ] {e3d578cd-0ed5-4418-9ef0-cb87cc483ecb} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function MACNumToString, expected UInt64: In scope SELECT MACNumToString(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT MACNumToString('');) 2025.03.31 17:59:50.298775 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function MACNumToString, expected UInt64: In scope SELECT MACNumToString(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:50.336694 [ 71978 ] {86b1f7d0-3c5a-43f4-8384-1742543e2663} executeQuery: Code: 396. DB::Exception: Limit for result exceeded, max rows: 100.00, current rows: 56.91 thousand. (TOO_MANY_ROWS_OR_BYTES) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:40126) (comment: 01131_max_rows_to_sort.sql) (in query: SELECT * FROM system.numbers ORDER BY number;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, char const*&, String&&, String&&) @ 0x0000000034b947d7 4. ./build_docker/./src/QueryPipeline/SizeLimits.cpp:32: DB::SizeLimits::check(unsigned long, unsigned long, char const*, int, int) const @ 0x0000000034b9346e 5. ./build_docker/./src/QueryPipeline/SizeLimits.cpp:72: DB::SizeLimits::check(unsigned long, unsigned long, char const*, int) const @ 0x0000000034b938ac 6. ./build_docker/./src/Processors/Transforms/LimitsCheckingTransform.cpp:46: DB::LimitsCheckingTransform::transform(DB::Chunk&) @ 0x000000004011cadf 7. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 8. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 12. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 13. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 15. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:59:50.350422 [ 71978 ] {} TCPHandler: Code: 396. DB::Exception: Limit for result exceeded, max rows: 100.00, current rows: 56.91 thousand. (TOO_MANY_ROWS_OR_BYTES), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, char const*&, String&&, String&&) @ 0x0000000034b947d7 4. ./build_docker/./src/QueryPipeline/SizeLimits.cpp:32: DB::SizeLimits::check(unsigned long, unsigned long, char const*, int, int) const @ 0x0000000034b9346e 5. ./build_docker/./src/QueryPipeline/SizeLimits.cpp:72: DB::SizeLimits::check(unsigned long, unsigned long, char const*, int) const @ 0x0000000034b938ac 6. ./build_docker/./src/Processors/Transforms/LimitsCheckingTransform.cpp:46: DB::LimitsCheckingTransform::transform(DB::Chunk&) @ 0x000000004011cadf 7. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 8. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 12. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 13. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 15. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:59:50.487001 [ 3914 ] {d44d40db-ea66-433e-b913-f6488daf8d45} executeQuery: Code: 42. DB::Exception: Number of arguments for function mapFromArrays doesn't match: passed 1, should be 2: In scope SELECT MAP_FROM_ARRAYS(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT MAP_FROM_ARRAYS('');) 2025.03.31 17:59:50.497996 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function mapFromArrays doesn't match: passed 1, should be 2: In scope SELECT MAP_FROM_ARRAYS(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:50.663091 [ 3914 ] {e440435c-9ba3-4567-9f71-9cdebb233531} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toMillisecond. Should be Date, Date32, DateTime or DateTime64: In scope SELECT MILLISECOND(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT MILLISECOND('');) 2025.03.31 17:59:50.674801 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toMillisecond. Should be Date, Date32, DateTime or DateTime64: In scope SELECT MILLISECOND(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:50.705487 [ 3914 ] {97881313-b11d-4fff-9f59-c840c384eba5} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toMinute. Should be Date, Date32, DateTime or DateTime64: In scope SELECT MINUTE(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT MINUTE('');) 2025.03.31 17:59:50.713930 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toMinute. Should be Date, Date32, DateTime or DateTime64: In scope SELECT MINUTE(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:50.746418 [ 3914 ] {6ad22da9-b1fd-453b-ad73-26c19f97a389} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toMonth. Should be Date, Date32, DateTime or DateTime64: In scope SELECT MONTH(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT MONTH('');) 2025.03.31 17:59:50.755216 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toMonth. Should be Date, Date32, DateTime or DateTime64: In scope SELECT MONTH(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:50.857903 [ 3914 ] {d616f3e3-5114-4857-8efc-166a13f85c75} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toQuarter. Should be Date, Date32, DateTime or DateTime64: In scope SELECT QUARTER(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT QUARTER('');) 2025.03.31 17:59:50.866037 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toQuarter. Should be Date, Date32, DateTime or DateTime64: In scope SELECT QUARTER(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:50.898185 [ 3914 ] {1b0647f9-f205-4a22-8a6d-783a94715f6c} executeQuery: Code: 42. DB::Exception: Number of arguments for function regexpExtract doesn't match: passed 1: In scope SELECT REGEXP_EXTRACT(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT REGEXP_EXTRACT('');) 2025.03.31 17:59:50.906027 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function regexpExtract doesn't match: passed 1: In scope SELECT REGEXP_EXTRACT(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:50.938050 [ 3914 ] {67389c27-d4f3-4daa-a287-b178afe55d9e} executeQuery: Code: 42. DB::Exception: Number of arguments for function match doesn't match: passed 1, should be 2: In scope SELECT REGEXP_MATCHES(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT REGEXP_MATCHES('');) 2025.03.31 17:59:50.947239 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function match doesn't match: passed 1, should be 2: In scope SELECT REGEXP_MATCHES(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:50.979704 [ 3914 ] {e75bc2ed-3ec7-4445-b6d1-2e8d76d5b039} executeQuery: Code: 42. DB::Exception: Number of arguments for function replaceRegexpAll doesn't match: passed 1, should be 3: In scope SELECT REGEXP_REPLACE(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT REGEXP_REPLACE('');) 2025.03.31 17:59:50.988676 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function replaceRegexpAll doesn't match: passed 1, should be 3: In scope SELECT REGEXP_REPLACE(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:51.091253 [ 3914 ] {3e8464f3-977a-4f52-a6e4-9728f88d2454} executeQuery: Code: 42. DB::Exception: Number of arguments for function currentDatabase doesn't match: passed 1, should be 0: In scope SELECT SCHEMA(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT SCHEMA('');) 2025.03.31 17:59:51.099509 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function currentDatabase doesn't match: passed 1, should be 0: In scope SELECT SCHEMA(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:51.133869 [ 3914 ] {5cbee69f-a73f-45df-ad15-17614e7a2868} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toSecond. Should be Date, Date32, DateTime or DateTime64: In scope SELECT SECOND(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT SECOND('');) 2025.03.31 17:59:51.141985 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toSecond. Should be Date, Date32, DateTime or DateTime64: In scope SELECT SECOND(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:51.588263 [ 3914 ] {03cfcd09-f052-4cc7-86b3-decbf45fd296} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function stddevPop. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT STD('');) 2025.03.31 17:59:51.596457 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function stddevPop. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:51.632690 [ 3914 ] {0045adfc-3460-4117-9321-0fce00b0c5bd} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function stddevPop. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT STDDEV_POP('');) 2025.03.31 17:59:51.641834 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function stddevPop. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:51.677741 [ 3914 ] {23a4d611-c867-4314-910d-ca534db20f4a} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function stddevSamp. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT STDDEV_SAMP('');) 2025.03.31 17:59:51.686673 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function stddevSamp. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:51.719093 [ 3914 ] {2a2bf5ce-d3ca-422a-9d44-78ec89b2d357} executeQuery: Code: 42. DB::Exception: Number of arguments for function substringIndex doesn't match: passed 1, should be 3: In scope SELECT SUBSTRING_INDEX(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT SUBSTRING_INDEX('');) 2025.03.31 17:59:51.727774 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function substringIndex doesn't match: passed 1, should be 3: In scope SELECT SUBSTRING_INDEX(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:51.769668 [ 3914 ] {5bc75e18-e59f-4744-a376-5f8ec326c318} executeQuery: Code: 36. DB::Exception: Unknown geometry type String: In scope SELECT SVG(''). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT SVG('');) 2025.03.31 17:59:51.777185 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: Unknown geometry type String: In scope SELECT SVG(''). (BAD_ARGUMENTS) 2025.03.31 17:59:51.810840 [ 3914 ] {45039d17-1d16-4b7a-8c88-35a45b1bf942} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'dateDiff'. Expected 3 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT dateDiff(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT TIMESTAMP_DIFF('');) 2025.03.31 17:59:51.818514 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'dateDiff'. Expected 3 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT dateDiff(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:51.917116 [ 3914 ] {23fe951e-42ba-4850-a9af-fb78be1892a8} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toDaysSinceYearZero. Should be Date, Date32, DateTime or DateTime64: In scope SELECT TO_DAYS(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT TO_DAYS('');) 2025.03.31 17:59:51.958669 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toDaysSinceYearZero. Should be Date, Date32, DateTime or DateTime64: In scope SELECT TO_DAYS(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:51.991933 [ 3914 ] {3f613edd-9344-4929-8262-941b73cdbc6f} executeQuery: Code: 243. DB::Exception: Unable to parse fragment %Y from because readNumber4 requires size >= 4: In scope SELECT TO_UNIXTIME(''). (NOT_ENOUGH_SPACE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT TO_UNIXTIME('');) 2025.03.31 17:59:51.999754 [ 3914 ] {} TCPHandler: Code: 243. DB::Exception: Unable to parse fragment %Y from because readNumber4 requires size >= 4: In scope SELECT TO_UNIXTIME(''). (NOT_ENOUGH_SPACE) 2025.03.31 17:59:52.032846 [ 3914 ] {26ae2a86-0615-4b35-b072-b1e631df8848} executeQuery: Code: 44. DB::Exception: Illegal column '' of argument of function ULIDStringToDateTime, ULID must be 26 characters long: In scope SELECT ULIDStringToDateTime(''). (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT ULIDStringToDateTime('');) 2025.03.31 17:59:52.041116 [ 3914 ] {} TCPHandler: Code: 44. DB::Exception: Illegal column '' of argument of function ULIDStringToDateTime, ULID must be 26 characters long: In scope SELECT ULIDStringToDateTime(''). (ILLEGAL_COLUMN) 2025.03.31 17:59:52.282633 [ 3914 ] {63f10612-aae7-44f3-a1dd-5448cf198b77} executeQuery: Code: 42. DB::Exception: Number of arguments for function UTCTimestamp doesn't match: passed 1, should be 0: In scope SELECT UTCTimestamp(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT UTCTimestamp('');) 2025.03.31 17:59:52.291087 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function UTCTimestamp doesn't match: passed 1, should be 0: In scope SELECT UTCTimestamp(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:52.325252 [ 3914 ] {551917e5-c25f-4f36-b3d6-a168e1ef777b} executeQuery: Code: 42. DB::Exception: Number of arguments for function UTCTimestamp doesn't match: passed 1, should be 0: In scope SELECT UTC_timestamp(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT UTC_timestamp('');) 2025.03.31 17:59:52.334237 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function UTCTimestamp doesn't match: passed 1, should be 0: In scope SELECT UTC_timestamp(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:52.370538 [ 3914 ] {932a821d-f81b-4229-8e76-7100b1b6ceba} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function UUIDNumToString, expected FixedString(16): In scope SELECT UUIDNumToString(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT UUIDNumToString('');) 2025.03.31 17:59:52.380529 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function UUIDNumToString, expected FixedString(16): In scope SELECT UUIDNumToString(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:52.487439 [ 3914 ] {8f8668b2-2d88-4d80-9df6-9da64702f4b5} executeQuery: Code: 43. DB::Exception: Illegal type String of first argument of function UUIDToNum, expected UUID: In scope SELECT UUIDToNum(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT UUIDToNum('');) 2025.03.31 17:59:52.495412 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of first argument of function UUIDToNum, expected UUID: In scope SELECT UUIDToNum(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:52.528887 [ 3914 ] {37c125d7-205e-46c6-bcd7-86d2cbe62304} executeQuery: Code: 43. DB::Exception: Illegal type String of first argument of function UUIDv7ToDateTime, expected UUID: In scope SELECT UUIDv7ToDateTime(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT UUIDv7ToDateTime('');) 2025.03.31 17:59:52.537423 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of first argument of function UUIDv7ToDateTime, expected UUID: In scope SELECT UUIDv7ToDateTime(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:52.569360 [ 3914 ] {9aa507e3-fe0c-40ea-b7b0-dc0cd3a93e0a} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function varPop. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT VAR_POP('');) 2025.03.31 17:59:52.577400 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function varPop. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:52.606881 [ 3914 ] {8fb62554-c6f3-409c-bccd-5e4d570e8b90} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function varSamp. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT VAR_SAMP('');) 2025.03.31 17:59:52.613697 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function varSamp. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:52.644080 [ 3914 ] {3ca137ee-ee53-4d9a-9ce5-553d193b1922} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toYear. Should be Date, Date32, DateTime or DateTime64: In scope SELECT YEAR(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT YEAR('');) 2025.03.31 17:59:52.653194 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toYear. Should be Date, Date32, DateTime or DateTime64: In scope SELECT YEAR(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:52.688586 [ 3914 ] {d3ca8264-ee8a-468a-82f9-a88ccf9065e9} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'YYYYMMDD' to function 'YYYYMMDDToDate'. Expected: Number, got: String: In scope SELECT YYYYMMDDToDate(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT YYYYMMDDToDate('');) 2025.03.31 17:59:52.696938 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'YYYYMMDD' to function 'YYYYMMDDToDate'. Expected: Number, got: String: In scope SELECT YYYYMMDDToDate(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:52.730620 [ 3914 ] {b3531ac9-88b8-45f4-907f-d8d3c07ea267} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'YYYYMMDD' to function 'YYYYMMDDToDate32'. Expected: Number, got: String: In scope SELECT YYYYMMDDToDate32(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT YYYYMMDDToDate32('');) 2025.03.31 17:59:52.739981 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'YYYYMMDD' to function 'YYYYMMDDToDate32'. Expected: Number, got: String: In scope SELECT YYYYMMDDToDate32(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:52.775878 [ 3914 ] {150eaa02-acde-40ba-b92a-f2e103ea96bd} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'YYYYMMDDhhmmss' to function 'YYYYMMDDhhmmssToDateTime'. Expected: Number, got: String: In scope SELECT YYYYMMDDhhmmssToDateTime(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT YYYYMMDDhhmmssToDateTime('');) 2025.03.31 17:59:52.784415 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'YYYYMMDDhhmmss' to function 'YYYYMMDDhhmmssToDateTime'. Expected: Number, got: String: In scope SELECT YYYYMMDDhhmmssToDateTime(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:52.821212 [ 3914 ] {42d2151a-c2ca-4810-9adb-d988aa08aedb} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'YYYYMMDDhhmmss' to function 'YYYYMMDDhhmmssToDateTime64'. Expected: Number, got: String: In scope SELECT YYYYMMDDhhmmssToDateTime64(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT YYYYMMDDhhmmssToDateTime64('');) 2025.03.31 17:59:52.831111 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'YYYYMMDDhhmmss' to function 'YYYYMMDDhhmmssToDateTime64'. Expected: Number, got: String: In scope SELECT YYYYMMDDhhmmssToDateTime64(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:52.867042 [ 3914 ] {22756e7b-acc7-486b-ad86-9f34f438ab5c} executeQuery: Code: 42. DB::Exception: Number of arguments for function _CAST doesn't match: passed 1, should be 2: In scope SELECT _CAST(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT _CAST('');) 2025.03.31 17:59:52.876435 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function _CAST doesn't match: passed 1, should be 2: In scope SELECT _CAST(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:52.912992 [ 3914 ] {49732efb-19cc-428f-a278-c0e88f69972d} executeQuery: Code: 42. DB::Exception: Number of arguments for function __actionName doesn't match: passed 1, should be 2: In scope SELECT __actionName(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT __actionName('');) 2025.03.31 17:59:52.922271 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function __actionName doesn't match: passed 1, should be 2: In scope SELECT __actionName(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:52.955792 [ 3914 ] {615de2f3-f6c1-4e5a-b772-39e0b0c89693} executeQuery: Code: 42. DB::Exception: Number of arguments for function __bitBoolMaskAnd doesn't match: passed 1, should be 2: In scope SELECT __bitBoolMaskAnd(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT __bitBoolMaskAnd('');) 2025.03.31 17:59:52.963876 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function __bitBoolMaskAnd doesn't match: passed 1, should be 2: In scope SELECT __bitBoolMaskAnd(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:53.004460 [ 3914 ] {88c57be9-6214-40de-a635-116e00d98cc7} executeQuery: Code: 42. DB::Exception: Number of arguments for function __bitBoolMaskOr doesn't match: passed 1, should be 2: In scope SELECT __bitBoolMaskOr(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT __bitBoolMaskOr('');) 2025.03.31 17:59:53.013934 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function __bitBoolMaskOr doesn't match: passed 1, should be 2: In scope SELECT __bitBoolMaskOr(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:53.046322 [ 3914 ] {cb3514d9-328d-4998-8f14-c941de8a7a21} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function __bitSwapLastTwo: In scope SELECT __bitSwapLastTwo(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT __bitSwapLastTwo('');) 2025.03.31 17:59:53.055199 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function __bitSwapLastTwo: In scope SELECT __bitSwapLastTwo(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:53.089551 [ 3914 ] {549e5dc7-5d6f-4649-a813-c221866d20fa} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function __bitWrapperFunc: In scope SELECT __bitWrapperFunc(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT __bitWrapperFunc('');) 2025.03.31 17:59:53.097597 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function __bitWrapperFunc: In scope SELECT __bitWrapperFunc(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:53.131916 [ 3914 ] {ace137a0-0993-4269-b7d8-7b1fd33c8b6d} executeQuery: Code: 36. DB::Exception: Scalar `` doesn't exist (internal bug): In scope SELECT __getScalar(''). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT __getScalar('');) 2025.03.31 17:59:53.141433 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: Scalar `` doesn't exist (internal bug): In scope SELECT __getScalar(''). (BAD_ARGUMENTS) 2025.03.31 17:59:53.237031 [ 3914 ] {163af67e-f850-4226-b2b4-46f8faeb050a} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function abs: In scope SELECT abs(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT abs('');) 2025.03.31 17:59:53.244830 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function abs: In scope SELECT abs(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:53.276752 [ 3914 ] {9b89e885-c998-4a4b-b146-20e04d6e0784} executeQuery: Code: 42. DB::Exception: Number of arguments for function accurateCast doesn't match: passed 1, should be 2: In scope SELECT accurateCast(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT accurateCast('');) 2025.03.31 17:59:53.284884 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function accurateCast doesn't match: passed 1, should be 2: In scope SELECT accurateCast(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:53.315557 [ 3914 ] {8bd1c762-8a5a-4c18-82d5-553ba1f5d3ef} executeQuery: Code: 42. DB::Exception: Function accurateCastOrDefault expected 2 or 3 arguments. Actual 1: In scope SELECT accurateCastOrDefault(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT accurateCastOrDefault('');) 2025.03.31 17:59:53.323729 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function accurateCastOrDefault expected 2 or 3 arguments. Actual 1: In scope SELECT accurateCastOrDefault(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:53.356411 [ 3914 ] {f170ad3e-764a-44e0-b6de-9ade0e6262d6} executeQuery: Code: 42. DB::Exception: Number of arguments for function accurateCastOrNull doesn't match: passed 1, should be 2: In scope SELECT accurateCastOrNull(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT accurateCastOrNull('');) 2025.03.31 17:59:53.364469 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function accurateCastOrNull doesn't match: passed 1, should be 2: In scope SELECT accurateCastOrNull(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:53.400334 [ 3914 ] {1da26528-5972-4e87-9fe6-f08024c6df04} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function acos: In scope SELECT acos(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT acos('');) 2025.03.31 17:59:53.408322 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function acos: In scope SELECT acos(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:53.447201 [ 3914 ] {d53cd2ec-0452-4eff-98d4-a5617de0326e} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function acosh: In scope SELECT acosh(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT acosh('');) 2025.03.31 17:59:53.454716 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function acosh: In scope SELECT acosh(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:53.493013 [ 3914 ] {7bf84e03-77df-41c3-ab06-b53432d76750} executeQuery: Code: 42. DB::Exception: Number of arguments for function addDate doesn't match: passed 1, should be 2: In scope SELECT addDate(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT addDate('');) 2025.03.31 17:59:53.500417 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function addDate doesn't match: passed 1, should be 2: In scope SELECT addDate(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:53.539705 [ 3914 ] {fb3e704c-7a50-4c90-828c-673f753ecf81} executeQuery: Code: 42. DB::Exception: Number of arguments for function addDays doesn't match: passed 1, should be 2 or 3: In scope SELECT addDays(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT addDays('');) 2025.03.31 17:59:53.547373 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function addDays doesn't match: passed 1, should be 2 or 3: In scope SELECT addDays(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:53.580205 [ 3914 ] {d51abdd5-17d5-4ba9-96a5-5c5e8bccf223} executeQuery: Code: 42. DB::Exception: Number of arguments for function addHours doesn't match: passed 1, should be 2 or 3: In scope SELECT addHours(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT addHours('');) 2025.03.31 17:59:53.587799 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function addHours doesn't match: passed 1, should be 2 or 3: In scope SELECT addHours(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:53.620301 [ 3914 ] {7d70a606-8345-44a9-8cd5-3380992a0667} executeQuery: Code: 42. DB::Exception: Number of arguments for function addInterval doesn't match: passed 1, should be 2: In scope SELECT addInterval(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT addInterval('');) 2025.03.31 17:59:53.629847 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function addInterval doesn't match: passed 1, should be 2: In scope SELECT addInterval(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:53.662295 [ 3914 ] {e95b8ec0-833b-4fa7-969d-ebf724f0e8f7} executeQuery: Code: 42. DB::Exception: Number of arguments for function addMicroseconds doesn't match: passed 1, should be 2 or 3: In scope SELECT addMicroseconds(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT addMicroseconds('');) 2025.03.31 17:59:53.670265 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function addMicroseconds doesn't match: passed 1, should be 2 or 3: In scope SELECT addMicroseconds(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:53.703604 [ 3914 ] {bd82fbd2-55a3-4d76-a602-8b76f7fc0be2} executeQuery: Code: 42. DB::Exception: Number of arguments for function addMilliseconds doesn't match: passed 1, should be 2 or 3: In scope SELECT addMilliseconds(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT addMilliseconds('');) 2025.03.31 17:59:53.712094 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function addMilliseconds doesn't match: passed 1, should be 2 or 3: In scope SELECT addMilliseconds(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:53.746419 [ 3914 ] {64b108a3-8b66-456a-ac32-983f188335fd} executeQuery: Code: 42. DB::Exception: Number of arguments for function addMinutes doesn't match: passed 1, should be 2 or 3: In scope SELECT addMinutes(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT addMinutes('');) 2025.03.31 17:59:53.755353 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function addMinutes doesn't match: passed 1, should be 2 or 3: In scope SELECT addMinutes(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:53.788301 [ 3914 ] {90cef512-0621-463f-a54e-7f159e4338eb} executeQuery: Code: 42. DB::Exception: Number of arguments for function addMonths doesn't match: passed 1, should be 2 or 3: In scope SELECT addMonths(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT addMonths('');) 2025.03.31 17:59:53.796335 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function addMonths doesn't match: passed 1, should be 2 or 3: In scope SELECT addMonths(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:53.830157 [ 3914 ] {0ddb7957-5ee4-4681-a64d-fd5a14889576} executeQuery: Code: 42. DB::Exception: Number of arguments for function addNanoseconds doesn't match: passed 1, should be 2 or 3: In scope SELECT addNanoseconds(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT addNanoseconds('');) 2025.03.31 17:59:53.838114 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function addNanoseconds doesn't match: passed 1, should be 2 or 3: In scope SELECT addNanoseconds(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:53.871182 [ 3914 ] {ff3d0700-f53c-426b-87da-c63fe0bb25d5} executeQuery: Code: 42. DB::Exception: Number of arguments for function addQuarters doesn't match: passed 1, should be 2 or 3: In scope SELECT addQuarters(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT addQuarters('');) 2025.03.31 17:59:53.880756 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function addQuarters doesn't match: passed 1, should be 2 or 3: In scope SELECT addQuarters(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:53.913867 [ 3914 ] {b159b1d1-3662-43c9-a972-d8cd1f458372} executeQuery: Code: 42. DB::Exception: Number of arguments for function addSeconds doesn't match: passed 1, should be 2 or 3: In scope SELECT addSeconds(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT addSeconds('');) 2025.03.31 17:59:53.921749 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function addSeconds doesn't match: passed 1, should be 2 or 3: In scope SELECT addSeconds(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:53.955575 [ 3914 ] {c5599196-bce9-4851-b855-70f56251e904} executeQuery: Code: 42. DB::Exception: Number of arguments for function addTupleOfIntervals doesn't match: passed 1, should be 2: In scope SELECT addTupleOfIntervals(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT addTupleOfIntervals('');) 2025.03.31 17:59:53.963542 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function addTupleOfIntervals doesn't match: passed 1, should be 2: In scope SELECT addTupleOfIntervals(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:53.997392 [ 3914 ] {98a131df-eac8-46b2-979f-a6f209b53fb2} executeQuery: Code: 42. DB::Exception: Number of arguments for function addWeeks doesn't match: passed 1, should be 2 or 3: In scope SELECT addWeeks(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT addWeeks('');) 2025.03.31 17:59:54.008312 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function addWeeks doesn't match: passed 1, should be 2 or 3: In scope SELECT addWeeks(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:54.041097 [ 3914 ] {bd7c967b-c559-4b9b-a7ff-295792a401bb} executeQuery: Code: 42. DB::Exception: Number of arguments for function addYears doesn't match: passed 1, should be 2 or 3: In scope SELECT addYears(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT addYears('');) 2025.03.31 17:59:54.049189 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function addYears doesn't match: passed 1, should be 2 or 3: In scope SELECT addYears(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:54.082400 [ 3914 ] {13117309-dcac-45f7-84ca-086efe94aa28} executeQuery: Code: 43. DB::Exception: The only argument for function addressToLine must be UInt64. Found String instead.: In scope SELECT addressToLine(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT addressToLine('');) 2025.03.31 17:59:54.090641 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The only argument for function addressToLine must be UInt64. Found String instead.: In scope SELECT addressToLine(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:54.126419 [ 3914 ] {8e210ee8-7fc5-4721-bbe1-d8483c897b5b} executeQuery: Code: 43. DB::Exception: The only argument for function addressToLineWithInlines must be UInt64. Found String instead.: In scope SELECT addressToLineWithInlines(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT addressToLineWithInlines('');) 2025.03.31 17:59:54.135338 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The only argument for function addressToLineWithInlines must be UInt64. Found String instead.: In scope SELECT addressToLineWithInlines(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:54.175513 [ 3914 ] {239d048c-3288-4272-877c-8105ac61cee2} executeQuery: Code: 43. DB::Exception: The only argument for function addressToSymbol must be UInt64. Found String instead.: In scope SELECT addressToSymbol(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT addressToSymbol('');) 2025.03.31 17:59:54.183720 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The only argument for function addressToSymbol must be UInt64. Found String instead.: In scope SELECT addressToSymbol(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:54.217849 [ 3914 ] {d4d53368-8c96-4471-943c-b40ec87633ca} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'aes_decrypt_mysql'. Expected 3 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT aes_decrypt_mysql(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT aes_decrypt_mysql('');) 2025.03.31 17:59:54.226954 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'aes_decrypt_mysql'. Expected 3 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT aes_decrypt_mysql(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:54.259148 [ 3914 ] {27187b4f-a423-4479-bf7d-8eb5ff0d101b} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'aes_encrypt_mysql'. Expected 3 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT aes_encrypt_mysql(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT aes_encrypt_mysql('');) 2025.03.31 17:59:54.267096 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'aes_encrypt_mysql'. Expected 3 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT aes_encrypt_mysql(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:54.298794 [ 3914 ] {44bca427-58c8-4fb9-bc42-a308718a791a} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'age'. Expected 3 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT age(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT age('');) 2025.03.31 17:59:54.306932 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'age'. Expected 3 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT age(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:54.372021 [ 3914 ] {88696ebd-2b17-4690-ae4c-6ed94b44aed3} executeQuery: Code: 503. DB::Exception: Aggregate function aggThrow has thrown exception successfully: While executing AggregatingTransform. (AGGREGATE_FUNCTION_THROW) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT aggThrow('');) 2025.03.31 17:59:54.383367 [ 3914 ] {} TCPHandler: Code: 503. DB::Exception: Aggregate function aggThrow has thrown exception successfully: While executing AggregatingTransform. (AGGREGATE_FUNCTION_THROW) 2025.03.31 17:59:54.487392 [ 3914 ] {dd7f7235-9d1f-4fb1-b766-10b99a4d42da} executeQuery: Code: 42. DB::Exception: Aggregate function analysisOfVariance requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT analysisOfVariance('');) 2025.03.31 17:59:54.495482 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function analysisOfVariance requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:54.529930 [ 3914 ] {441c0101-0d93-481a-bf9d-ad3fc89d7324} executeQuery: Code: 35. DB::Exception: Number of arguments for function "and" should be at least 2: passed 1: In scope SELECT and(''). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT and('');) 2025.03.31 17:59:54.537970 [ 3914 ] {} TCPHandler: Code: 35. DB::Exception: Number of arguments for function "and" should be at least 2: passed 1: In scope SELECT and(''). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) 2025.03.31 17:59:54.572152 [ 3914 ] {77333b25-abf5-46d9-a937-3a69854867fe} executeQuery: Code: 42. DB::Exception: Aggregate function analysisOfVariance requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT anova('');) 2025.03.31 17:59:54.580990 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function analysisOfVariance requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:55.430326 [ 3914 ] {4d0121e8-4e70-4f75-8bfb-d7b74a353c5b} executeQuery: Code: 42. DB::Exception: Number of arguments for function appendTrailingCharIfAbsent doesn't match: passed 1, should be 2: In scope SELECT appendTrailingCharIfAbsent(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT appendTrailingCharIfAbsent('');) 2025.03.31 17:59:55.438364 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function appendTrailingCharIfAbsent doesn't match: passed 1, should be 2: In scope SELECT appendTrailingCharIfAbsent(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:55.665401 [ 3914 ] {dbbf487f-2fc1-47a1-a246-c5eef3d7c2af} executeQuery: Code: 42. DB::Exception: Aggregate function approx_top_sum requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT approx_top_sum('');) 2025.03.31 17:59:55.673658 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function approx_top_sum requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:55.707038 [ 3914 ] {593cb309-d8d6-43c1-ae1a-32e3c7b8c3c8} executeQuery: Code: 42. DB::Exception: Aggregate function argMax requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT argMax('');) 2025.03.31 17:59:55.715000 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function argMax requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:55.747980 [ 3914 ] {49f05934-c1e6-4ed3-9d07-cc3dbaab327b} executeQuery: Code: 42. DB::Exception: Aggregate function argMin requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT argMin('');) 2025.03.31 17:59:55.755465 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function argMin requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:55.788950 [ 71979 ] {77105b91-716c-4d60-8b55-11099995e40c} executeQuery: Code: 50. DB::Exception: Unknown data type family: ab. (UNKNOWN_TYPE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:40312) (comment: 03144_fuzz_quoted_type_name.sql) (in query: create table t (x Array(`ab`)) engine Memory;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/DataTypes/DataTypeFactory.cpp:252: std::function (std::shared_ptr const&)> const* DB::DataTypeFactory::findCreatorByName(String const&) const @ 0x0000000034bea768 5. ./build_docker/./src/DataTypes/DataTypeFactory.cpp:125: std::shared_ptr DB::DataTypeFactory::getImpl(std::shared_ptr const&) const @ 0x0000000034be72ee 6. ./build_docker/./src/DataTypes/DataTypeFactory.cpp:78: DB::DataTypeFactory::get(std::shared_ptr const&) const @ 0x0000000034be0757 7. ./build_docker/./src/DataTypes/DataTypeArray.cpp:104: DB::create(std::shared_ptr const&) @ 0x0000000034ba71f8 8. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x0000000034ba35da 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034be7311 10. ./build_docker/./src/DataTypes/DataTypeFactory.cpp:78: DB::DataTypeFactory::get(std::shared_ptr const&) const @ 0x0000000034be0757 11. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:600: DB::InterpreterCreateQuery::getColumnType(DB::ASTColumnDeclaration const&, DB::LoadingStrictnessLevel, bool) @ 0x000000003778da4a 12. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:656: DB::InterpreterCreateQuery::getColumnsDescription(DB::ASTExpressionList const&, std::shared_ptr, DB::LoadingStrictnessLevel, bool) @ 0x000000003778f9ab 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:814: DB::InterpreterCreateQuery::getTablePropertiesAndNormalizeCreateQuery(DB::ASTCreateQuery&, DB::LoadingStrictnessLevel) const @ 0x0000000037797465 14. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1668: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377bfcea 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:59:55.795132 [ 71979 ] {} TCPHandler: Code: 50. DB::Exception: Unknown data type family: ab. (UNKNOWN_TYPE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/DataTypes/DataTypeFactory.cpp:252: std::function (std::shared_ptr const&)> const* DB::DataTypeFactory::findCreatorByName(String const&) const @ 0x0000000034bea768 5. ./build_docker/./src/DataTypes/DataTypeFactory.cpp:125: std::shared_ptr DB::DataTypeFactory::getImpl(std::shared_ptr const&) const @ 0x0000000034be72ee 6. ./build_docker/./src/DataTypes/DataTypeFactory.cpp:78: DB::DataTypeFactory::get(std::shared_ptr const&) const @ 0x0000000034be0757 7. ./build_docker/./src/DataTypes/DataTypeArray.cpp:104: DB::create(std::shared_ptr const&) @ 0x0000000034ba71f8 8. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x0000000034ba35da 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034be7311 10. ./build_docker/./src/DataTypes/DataTypeFactory.cpp:78: DB::DataTypeFactory::get(std::shared_ptr const&) const @ 0x0000000034be0757 11. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:600: DB::InterpreterCreateQuery::getColumnType(DB::ASTColumnDeclaration const&, DB::LoadingStrictnessLevel, bool) @ 0x000000003778da4a 12. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:656: DB::InterpreterCreateQuery::getColumnsDescription(DB::ASTExpressionList const&, std::shared_ptr, DB::LoadingStrictnessLevel, bool) @ 0x000000003778f9ab 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:814: DB::InterpreterCreateQuery::getTablePropertiesAndNormalizeCreateQuery(DB::ASTCreateQuery&, DB::LoadingStrictnessLevel) const @ 0x0000000037797465 14. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1668: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377bfcea 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 17:59:55.861304 [ 3914 ] {d6419163-9dbd-42c8-95f9-e157e5460f8b} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayROCAUC doesn't match: passed 1, should be 2 or 3: In scope SELECT arrayAUC(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayAUC('');) 2025.03.31 17:59:55.869550 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayROCAUC doesn't match: passed 1, should be 2 or 3: In scope SELECT arrayAUC(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:55.903742 [ 3914 ] {3c73a0d7-c718-4017-b434-62d6646a1b6a} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayAUCPR doesn't match: passed 1, should be 2: In scope SELECT arrayAUCPR(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayAUCPR('');) 2025.03.31 17:59:55.912046 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayAUCPR doesn't match: passed 1, should be 2: In scope SELECT arrayAUCPR(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:55.945650 [ 3914 ] {3bc11fdc-e7c6-4086-b0b8-010da6a2caf7} executeQuery: Code: 43. DB::Exception: The 1st and only argument for function arrayAll must be array. Found String instead: In scope SELECT arrayAll(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayAll('');) 2025.03.31 17:59:55.953962 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The 1st and only argument for function arrayAll must be array. Found String instead: In scope SELECT arrayAll(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:55.987809 [ 3914 ] {e09a168e-3a1d-4199-b94d-0ee4fc6a9705} executeQuery: Code: 43. DB::Exception: The 1st and only argument for function arrayAvg must be array. Found String instead: In scope SELECT arrayAvg(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayAvg('');) 2025.03.31 17:59:55.995657 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The 1st and only argument for function arrayAvg must be array. Found String instead: In scope SELECT arrayAvg(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:56.027985 [ 3914 ] {624974e0-9368-401a-8d3d-7a618ae07518} executeQuery: Code: 43. DB::Exception: The 1st and only argument for function arrayCompact must be array. Found String instead: In scope SELECT arrayCompact(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayCompact('');) 2025.03.31 17:59:56.035356 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The 1st and only argument for function arrayCompact must be array. Found String instead: In scope SELECT arrayCompact(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:56.072134 [ 3914 ] {5f0e2a5b-230a-4888-a1a3-aaeca2ab6aab} executeQuery: Code: 43. DB::Exception: Argument 0 for function arrayConcat must be an array but it has type String.: In scope SELECT arrayConcat(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayConcat('');) 2025.03.31 17:59:56.080310 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Argument 0 for function arrayConcat must be an array but it has type String.: In scope SELECT arrayConcat(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:56.115921 [ 3914 ] {4b68bc47-701c-42b8-b3a5-e73e422f1ffd} executeQuery: Code: 43. DB::Exception: The 1st and only argument for function arrayCount must be array. Found String instead: In scope SELECT arrayCount(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayCount('');) 2025.03.31 17:59:56.124508 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The 1st and only argument for function arrayCount must be array. Found String instead: In scope SELECT arrayCount(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:56.158118 [ 3914 ] {54599f56-186b-4626-bcc0-f9d93d904b9e} executeQuery: Code: 43. DB::Exception: The 1st and only argument for function arrayCumSum must be array. Found String instead: In scope SELECT arrayCumSum(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayCumSum('');) 2025.03.31 17:59:56.166093 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The 1st and only argument for function arrayCumSum must be array. Found String instead: In scope SELECT arrayCumSum(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:56.198918 [ 3914 ] {f2bfbee9-a0ca-45bc-b37d-953cb0763101} executeQuery: Code: 43. DB::Exception: The 1st and only argument for function arrayCumSumNonNegative must be array. Found String instead: In scope SELECT arrayCumSumNonNegative(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayCumSumNonNegative('');) 2025.03.31 17:59:56.206784 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The 1st and only argument for function arrayCumSumNonNegative must be array. Found String instead: In scope SELECT arrayCumSumNonNegative(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:56.239443 [ 3914 ] {63d9d887-754a-40e1-823c-7196c71a158f} executeQuery: Code: 43. DB::Exception: The 1st and only argument for function arrayDifference must be array. Found String instead: In scope SELECT arrayDifference(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayDifference('');) 2025.03.31 17:59:56.246977 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The 1st and only argument for function arrayDifference must be array. Found String instead: In scope SELECT arrayDifference(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:56.279002 [ 3914 ] {069e9448-2f13-4594-82dd-0525e74484e6} executeQuery: Code: 43. DB::Exception: Argument for function arrayDistinct must be array but it has type String.: In scope SELECT arrayDistinct(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayDistinct('');) 2025.03.31 17:59:56.286730 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Argument for function arrayDistinct must be array but it has type String.: In scope SELECT arrayDistinct(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:56.287475 [ 71979 ] {bfd4a46c-448c-4ed0-96ce-abfa56582679} executeQuery: Code: 50. DB::Exception: Unknown data type family: ab. (UNKNOWN_TYPE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:40312) (comment: 03144_fuzz_quoted_type_name.sql) (in query: create table t (x `ab`) engine Memory;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/DataTypes/DataTypeFactory.cpp:252: std::function (std::shared_ptr const&)> const* DB::DataTypeFactory::findCreatorByName(String const&) const @ 0x0000000034bea768 5. ./build_docker/./src/DataTypes/DataTypeFactory.cpp:125: std::shared_ptr DB::DataTypeFactory::getImpl(std::shared_ptr const&) const @ 0x0000000034be72ee 6. ./build_docker/./src/DataTypes/DataTypeFactory.cpp:78: DB::DataTypeFactory::get(std::shared_ptr const&) const @ 0x0000000034be0757 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:600: DB::InterpreterCreateQuery::getColumnType(DB::ASTColumnDeclaration const&, DB::LoadingStrictnessLevel, bool) @ 0x000000003778da4a 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:656: DB::InterpreterCreateQuery::getColumnsDescription(DB::ASTExpressionList const&, std::shared_ptr, DB::LoadingStrictnessLevel, bool) @ 0x000000003778f9ab 9. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:814: DB::InterpreterCreateQuery::getTablePropertiesAndNormalizeCreateQuery(DB::ASTCreateQuery&, DB::LoadingStrictnessLevel) const @ 0x0000000037797465 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1668: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377bfcea 11. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 14. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 17:59:56.293807 [ 71979 ] {} TCPHandler: Code: 50. DB::Exception: Unknown data type family: ab. (UNKNOWN_TYPE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/DataTypes/DataTypeFactory.cpp:252: std::function (std::shared_ptr const&)> const* DB::DataTypeFactory::findCreatorByName(String const&) const @ 0x0000000034bea768 5. ./build_docker/./src/DataTypes/DataTypeFactory.cpp:125: std::shared_ptr DB::DataTypeFactory::getImpl(std::shared_ptr const&) const @ 0x0000000034be72ee 6. ./build_docker/./src/DataTypes/DataTypeFactory.cpp:78: DB::DataTypeFactory::get(std::shared_ptr const&) const @ 0x0000000034be0757 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:600: DB::InterpreterCreateQuery::getColumnType(DB::ASTColumnDeclaration const&, DB::LoadingStrictnessLevel, bool) @ 0x000000003778da4a 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:656: DB::InterpreterCreateQuery::getColumnsDescription(DB::ASTExpressionList const&, std::shared_ptr, DB::LoadingStrictnessLevel, bool) @ 0x000000003778f9ab 9. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:814: DB::InterpreterCreateQuery::getTablePropertiesAndNormalizeCreateQuery(DB::ASTCreateQuery&, DB::LoadingStrictnessLevel) const @ 0x0000000037797465 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1668: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377bfcea 11. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 14. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 17:59:56.320682 [ 3914 ] {fcbbf423-cc0d-4c20-b42b-c8d1a7fc7008} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayDotProduct doesn't match: passed 1, should be 2: In scope SELECT arrayDotProduct(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayDotProduct('');) 2025.03.31 17:59:56.328419 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayDotProduct doesn't match: passed 1, should be 2: In scope SELECT arrayDotProduct(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:56.360766 [ 3914 ] {4c560bb8-7a40-4608-a040-3dc2b58d5820} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayElement doesn't match: passed 1, should be 2: In scope SELECT arrayElement(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayElement('');) 2025.03.31 17:59:56.368289 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayElement doesn't match: passed 1, should be 2: In scope SELECT arrayElement(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:56.401241 [ 3914 ] {6e2cedc8-95fd-4be1-8635-a3d255d7f5fd} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayElementOrNull doesn't match: passed 1, should be 2: In scope SELECT arrayElementOrNull(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayElementOrNull('');) 2025.03.31 17:59:56.409275 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayElementOrNull doesn't match: passed 1, should be 2: In scope SELECT arrayElementOrNull(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:56.444934 [ 3914 ] {44a9f1d2-5f4a-4425-8420-9743cdc98803} executeQuery: Code: 43. DB::Exception: First argument for function arrayEnumerate must be an array but it has type String.: In scope SELECT arrayEnumerate(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayEnumerate('');) 2025.03.31 17:59:56.453015 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function arrayEnumerate must be an array but it has type String.: In scope SELECT arrayEnumerate(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:56.486606 [ 3914 ] {df7561ac-b62b-4235-a3ee-baa79640b375} executeQuery: Code: 43. DB::Exception: All arguments for function arrayEnumerateDense must be arrays but argument 1 has type String.: In scope SELECT arrayEnumerateDense(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayEnumerateDense('');) 2025.03.31 17:59:56.494959 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: All arguments for function arrayEnumerateDense must be arrays but argument 1 has type String.: In scope SELECT arrayEnumerateDense(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:56.529696 [ 3914 ] {b582a3c2-51c5-4d18-8fe9-605791851e88} executeQuery: Code: 36. DB::Exception: First argument of arrayEnumerateDenseRanked must be a positive integer: In scope SELECT arrayEnumerateDenseRanked(''). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayEnumerateDenseRanked('');) 2025.03.31 17:59:56.537930 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: First argument of arrayEnumerateDenseRanked must be a positive integer: In scope SELECT arrayEnumerateDenseRanked(''). (BAD_ARGUMENTS) 2025.03.31 17:59:56.571625 [ 3914 ] {4184f2b4-90e3-453a-af33-7557583e701f} executeQuery: Code: 43. DB::Exception: All arguments for function arrayEnumerateUniq must be arrays but argument 1 has type String.: In scope SELECT arrayEnumerateUniq(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayEnumerateUniq('');) 2025.03.31 17:59:56.579554 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: All arguments for function arrayEnumerateUniq must be arrays but argument 1 has type String.: In scope SELECT arrayEnumerateUniq(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:56.616852 [ 3914 ] {7abf6f1a-8710-4005-a2a4-c5841dd345ba} executeQuery: Code: 36. DB::Exception: First argument of arrayEnumerateUniqRanked must be a positive integer: In scope SELECT arrayEnumerateUniqRanked(''). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayEnumerateUniqRanked('');) 2025.03.31 17:59:56.627972 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: First argument of arrayEnumerateUniqRanked must be a positive integer: In scope SELECT arrayEnumerateUniqRanked(''). (BAD_ARGUMENTS) 2025.03.31 17:59:56.664623 [ 3914 ] {bc650bc8-1c67-4a3a-9a5d-ed2757af9b07} executeQuery: Code: 43. DB::Exception: The 1st and only argument for function arrayExists must be array. Found String instead: In scope SELECT arrayExists(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayExists('');) 2025.03.31 17:59:56.672993 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The 1st and only argument for function arrayExists must be array. Found String instead: In scope SELECT arrayExists(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:56.706538 [ 3914 ] {70314540-a9a0-4b22-93da-541e6b5ce43e} executeQuery: Code: 42. DB::Exception: Function arrayFill needs at least 2 arguments, passed 1: In scope SELECT arrayFill(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayFill('');) 2025.03.31 17:59:56.714363 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function arrayFill needs at least 2 arguments, passed 1: In scope SELECT arrayFill(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:56.716780 [ 71964 ] {5277cd83-9464-49ed-90c6-8785d52b8484} executeQuery: Code: 36. DB::Exception: Strict EXCEPT column transformer EXCEPT (id, value1) expects following column(s) : value1. In scope SELECT * EXCEPT STRICT (id, value1) FROM test_table. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42684) (comment: 02343_analyzer_column_transformers_strict.sql) (in query: SELECT * EXCEPT STRICT (id, value1) FROM test_table;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception, std::__wrap_iter, char>, String>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity, std::__wrap_iter, char>>::type, std::type_identity::type>, char const*&&, String&&, fmt::v9::join_view, std::__wrap_iter, char>&&, String&&) @ 0x0000000035de761f 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2392: DB::QueryAnalyzer::resolveMatcher(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035db63c5 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3780: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d31f58 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:59:56.723277 [ 71964 ] {} TCPHandler: Code: 36. DB::Exception: Strict EXCEPT column transformer EXCEPT (id, value1) expects following column(s) : value1. In scope SELECT * EXCEPT STRICT (id, value1) FROM test_table. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception, std::__wrap_iter, char>, String>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity, std::__wrap_iter, char>>::type, std::type_identity::type>, char const*&&, String&&, fmt::v9::join_view, std::__wrap_iter, char>&&, String&&) @ 0x0000000035de761f 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2392: DB::QueryAnalyzer::resolveMatcher(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035db63c5 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3780: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d31f58 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:59:56.748997 [ 3914 ] {96952ea6-8a9c-4ae0-ac1c-c5fd526cc7ce} executeQuery: Code: 42. DB::Exception: Function arrayFilter needs at least 2 arguments, passed 1: In scope SELECT arrayFilter(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayFilter('');) 2025.03.31 17:59:56.757384 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function arrayFilter needs at least 2 arguments, passed 1: In scope SELECT arrayFilter(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:56.791056 [ 3914 ] {6d6a4b65-4ca5-4e21-aad4-2401a9ba31b5} executeQuery: Code: 42. DB::Exception: Function arrayFirst needs at least 2 arguments, passed 1: In scope SELECT arrayFirst(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayFirst('');) 2025.03.31 17:59:56.800274 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function arrayFirst needs at least 2 arguments, passed 1: In scope SELECT arrayFirst(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:56.817652 [ 71964 ] {9409e774-9b26-4b3d-bc13-312c04bfec62} executeQuery: Code: 36. DB::Exception: Strict REPLACE column transformer REPLACE (1 AS id, 2 AS value_1) expects following column(s) : value_1. In scope SELECT * REPLACE STRICT (1 AS id, 2 AS value_1) FROM test_table. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42684) (comment: 02343_analyzer_column_transformers_strict.sql) (in query: SELECT * REPLACE STRICT (1 AS id, 2 AS value_1) FROM test_table;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception, std::__wrap_iter, char>, String>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity, std::__wrap_iter, char>>::type, std::type_identity::type>, char const*&&, String&&, fmt::v9::join_view, std::__wrap_iter, char>&&, String&&) @ 0x0000000035de761f 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2392: DB::QueryAnalyzer::resolveMatcher(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035db63c5 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3780: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d31f58 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:59:56.823828 [ 71964 ] {} TCPHandler: Code: 36. DB::Exception: Strict REPLACE column transformer REPLACE (1 AS id, 2 AS value_1) expects following column(s) : value_1. In scope SELECT * REPLACE STRICT (1 AS id, 2 AS value_1) FROM test_table. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception, std::__wrap_iter, char>, String>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity, std::__wrap_iter, char>>::type, std::type_identity::type>, char const*&&, String&&, fmt::v9::join_view, std::__wrap_iter, char>&&, String&&) @ 0x0000000035de761f 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2392: DB::QueryAnalyzer::resolveMatcher(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035db63c5 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3780: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d31f58 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 17:59:56.845481 [ 3914 ] {69bf6137-62be-4d59-80f0-c4f6ac418ae8} executeQuery: Code: 42. DB::Exception: Function arrayFirstIndex needs at least 2 arguments, passed 1: In scope SELECT arrayFirstIndex(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayFirstIndex('');) 2025.03.31 17:59:56.853942 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function arrayFirstIndex needs at least 2 arguments, passed 1: In scope SELECT arrayFirstIndex(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:56.897099 [ 3914 ] {433c33ac-50d4-4626-a703-1a69d0830856} executeQuery: Code: 42. DB::Exception: Function arrayFirstOrNull needs at least 2 arguments, passed 1: In scope SELECT arrayFirstOrNull(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayFirstOrNull('');) 2025.03.31 17:59:56.905087 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function arrayFirstOrNull needs at least 2 arguments, passed 1: In scope SELECT arrayFirstOrNull(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:56.939001 [ 3914 ] {c67b06e5-71a6-4ef1-a729-cc9312d216f6} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function arrayFlatten, expected Array: In scope SELECT arrayFlatten(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayFlatten('');) 2025.03.31 17:59:56.947411 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function arrayFlatten, expected Array: In scope SELECT arrayFlatten(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:56.981025 [ 3914 ] {1268316b-2c54-4133-bf48-daca7ed6f26f} executeQuery: Code: 35. DB::Exception: Function arrayFold requires as arguments a lambda function, at least one array and an accumulator: In scope SELECT arrayFold(''). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayFold('');) 2025.03.31 17:59:56.989819 [ 3914 ] {} TCPHandler: Code: 35. DB::Exception: Function arrayFold requires as arguments a lambda function, at least one array and an accumulator: In scope SELECT arrayFold(''). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) 2025.03.31 17:59:57.023336 [ 3914 ] {4229eea6-7140-46f1-8f31-3bbd7dbd4e80} executeQuery: Code: 43. DB::Exception: Argument 0 for function arrayIntersect must be an array but it has type String.: In scope SELECT arrayIntersect(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayIntersect('');) 2025.03.31 17:59:57.031116 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Argument 0 for function arrayIntersect must be an array but it has type String.: In scope SELECT arrayIntersect(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:57.064351 [ 3914 ] {f3316ea6-ed4d-48bf-9e73-6ba600a1194c} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayJaccardIndex doesn't match: passed 1, should be 2: In scope SELECT arrayJaccardIndex(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayJaccardIndex('');) 2025.03.31 17:59:57.072535 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayJaccardIndex doesn't match: passed 1, should be 2: In scope SELECT arrayJaccardIndex(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:57.103999 [ 3914 ] {382a8398-fd85-4b24-977a-890b739b65e9} executeQuery: Code: 43. DB::Exception: Argument for function arrayJoin must be Array or Map: In scope SELECT arrayJoin(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayJoin('');) 2025.03.31 17:59:57.111997 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Argument for function arrayJoin must be Array or Map: In scope SELECT arrayJoin(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:57.144457 [ 3914 ] {ea072d7e-ec4c-4c25-b484-52d99d77a4d2} executeQuery: Code: 42. DB::Exception: Function arrayLast needs at least 2 arguments, passed 1: In scope SELECT arrayLast(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayLast('');) 2025.03.31 17:59:57.155724 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function arrayLast needs at least 2 arguments, passed 1: In scope SELECT arrayLast(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:57.184263 [ 3914 ] {85c0777b-e6d9-430f-8a58-d2c2febf7c88} executeQuery: Code: 42. DB::Exception: Function arrayLastIndex needs at least 2 arguments, passed 1: In scope SELECT arrayLastIndex(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayLastIndex('');) 2025.03.31 17:59:57.193247 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function arrayLastIndex needs at least 2 arguments, passed 1: In scope SELECT arrayLastIndex(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:57.224463 [ 3914 ] {f228fcc0-9777-400f-944c-01990e0ea821} executeQuery: Code: 42. DB::Exception: Function arrayLastOrNull needs at least 2 arguments, passed 1: In scope SELECT arrayLastOrNull(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayLastOrNull('');) 2025.03.31 17:59:57.232669 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function arrayLastOrNull needs at least 2 arguments, passed 1: In scope SELECT arrayLastOrNull(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:57.264013 [ 3914 ] {3411eaee-db8e-4104-87aa-3af504b3c0c0} executeQuery: Code: 42. DB::Exception: Function arrayMap needs at least 2 arguments, passed 1: In scope SELECT arrayMap(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayMap('');) 2025.03.31 17:59:57.272090 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function arrayMap needs at least 2 arguments, passed 1: In scope SELECT arrayMap(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:57.304394 [ 3914 ] {c17e6deb-a34c-4ce7-8436-a760093dc8fd} executeQuery: Code: 43. DB::Exception: The 1st and only argument for function arrayMax must be array. Found String instead: In scope SELECT arrayMax(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayMax('');) 2025.03.31 17:59:57.312574 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The 1st and only argument for function arrayMax must be array. Found String instead: In scope SELECT arrayMax(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:57.344911 [ 3914 ] {8b301d9a-6b21-4991-b4c3-6d17b9e7fa47} executeQuery: Code: 43. DB::Exception: The 1st and only argument for function arrayMin must be array. Found String instead: In scope SELECT arrayMin(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayMin('');) 2025.03.31 17:59:57.353466 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The 1st and only argument for function arrayMin must be array. Found String instead: In scope SELECT arrayMin(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:57.384732 [ 3914 ] {42afb503-3041-4d85-bf04-756231302107} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayAUCPR doesn't match: passed 1, should be 2: In scope SELECT arrayPRAUC(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayPRAUC('');) 2025.03.31 17:59:57.392589 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayAUCPR doesn't match: passed 1, should be 2: In scope SELECT arrayPRAUC(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:57.425151 [ 3914 ] {42b8eb17-1c71-4d77-8970-69f338d4274c} executeQuery: Code: 42. DB::Exception: Function arrayPartialReverseSort needs at least 2 arguments, passed 1: In scope SELECT arrayPartialReverseSort(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayPartialReverseSort('');) 2025.03.31 17:59:57.433382 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function arrayPartialReverseSort needs at least 2 arguments, passed 1: In scope SELECT arrayPartialReverseSort(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:57.465924 [ 3914 ] {79d8dc37-7304-49a4-b981-38e2c9acf35e} executeQuery: Code: 43. DB::Exception: First argument of function 'arrayPartialShuffle' must be array: In scope SELECT arrayPartialShuffle(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayPartialShuffle('');) 2025.03.31 17:59:57.474022 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function 'arrayPartialShuffle' must be array: In scope SELECT arrayPartialShuffle(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:57.508065 [ 3914 ] {2ea6bc05-7bae-47a9-85c7-cdfafefb817b} executeQuery: Code: 42. DB::Exception: Function arrayPartialSort needs at least 2 arguments, passed 1: In scope SELECT arrayPartialSort(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayPartialSort('');) 2025.03.31 17:59:57.516001 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function arrayPartialSort needs at least 2 arguments, passed 1: In scope SELECT arrayPartialSort(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:57.549826 [ 3914 ] {3e2a99c5-a3e0-4b2e-ad2a-77be51b1e52b} executeQuery: Code: 43. DB::Exception: First argument for function arrayPopBack must be an array but it has type String.: In scope SELECT arrayPopBack(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayPopBack('');) 2025.03.31 17:59:57.558016 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function arrayPopBack must be an array but it has type String.: In scope SELECT arrayPopBack(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:57.590782 [ 3914 ] {6bfa94ce-8036-4bf9-973c-b93f6447d6b7} executeQuery: Code: 43. DB::Exception: First argument for function arrayPopFront must be an array but it has type String.: In scope SELECT arrayPopFront(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayPopFront('');) 2025.03.31 17:59:57.598520 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function arrayPopFront must be an array but it has type String.: In scope SELECT arrayPopFront(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:57.632376 [ 3914 ] {3ea20e7c-13ea-4f9d-a4b0-2dd6b38d56e5} executeQuery: Code: 43. DB::Exception: The 1st and only argument for function arrayProduct must be array. Found String instead: In scope SELECT arrayProduct(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayProduct('');) 2025.03.31 17:59:57.640453 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The 1st and only argument for function arrayProduct must be array. Found String instead: In scope SELECT arrayProduct(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:57.673476 [ 3914 ] {1bdd176f-6998-4144-a110-471b489db4f5} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayPushBack doesn't match: passed 1, should be 2: In scope SELECT arrayPushBack(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayPushBack('');) 2025.03.31 17:59:57.681726 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayPushBack doesn't match: passed 1, should be 2: In scope SELECT arrayPushBack(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:57.720954 [ 3914 ] {43dd5d2d-f85e-4230-bc61-0013bdb8b064} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayPushFront doesn't match: passed 1, should be 2: In scope SELECT arrayPushFront(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayPushFront('');) 2025.03.31 17:59:57.729022 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayPushFront doesn't match: passed 1, should be 2: In scope SELECT arrayPushFront(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:57.764632 [ 3914 ] {5169c65d-f8f8-41d2-be9e-a539d9af35e8} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayROCAUC doesn't match: passed 1, should be 2 or 3: In scope SELECT arrayROCAUC(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayROCAUC('');) 2025.03.31 17:59:57.772855 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayROCAUC doesn't match: passed 1, should be 2 or 3: In scope SELECT arrayROCAUC(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:57.808210 [ 3914 ] {0233d198-9ceb-42f6-9061-648f76b5f2b2} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayRandomSample doesn't match: passed 1, should be 2: In scope SELECT arrayRandomSample(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayRandomSample('');) 2025.03.31 17:59:57.816296 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayRandomSample doesn't match: passed 1, should be 2: In scope SELECT arrayRandomSample(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:57.855484 [ 3914 ] {a14093a0-60ad-447a-9cd9-79c8eb98a9dd} executeQuery: Code: 35. DB::Exception: Number of arguments for function arrayReduce doesn't match: passed 1, should be at least 2.: In scope SELECT arrayReduce(''). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayReduce('');) 2025.03.31 17:59:57.863641 [ 3914 ] {} TCPHandler: Code: 35. DB::Exception: Number of arguments for function arrayReduce doesn't match: passed 1, should be at least 2.: In scope SELECT arrayReduce(''). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) 2025.03.31 17:59:57.910054 [ 3914 ] {b3f063d1-d0f0-4774-8254-07b5a56138df} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayReduceInRanges doesn't match: passed 1, should be at least 3.: In scope SELECT arrayReduceInRanges(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayReduceInRanges('');) 2025.03.31 17:59:57.919252 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayReduceInRanges doesn't match: passed 1, should be at least 3.: In scope SELECT arrayReduceInRanges(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:57.956566 [ 3914 ] {ed10f711-0fce-4c93-ba3d-43d662f791cc} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayResize doesn't match: passed 1, should be 2 or 3: In scope SELECT arrayResize(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayResize('');) 2025.03.31 17:59:57.964578 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayResize doesn't match: passed 1, should be 2 or 3: In scope SELECT arrayResize(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:57.997738 [ 3914 ] {057530ae-6960-4e9f-9d7e-832e121f7bbc} executeQuery: Code: 43. DB::Exception: Argument for function arrayReverse must be array.: In scope SELECT arrayReverse(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayReverse('');) 2025.03.31 17:59:58.006005 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Argument for function arrayReverse must be array.: In scope SELECT arrayReverse(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:58.038056 [ 3914 ] {91a63fb9-c45d-4d6a-86d0-9340a7350a79} executeQuery: Code: 42. DB::Exception: Function arrayReverseFill needs at least 2 arguments, passed 1: In scope SELECT arrayReverseFill(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayReverseFill('');) 2025.03.31 17:59:58.046397 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function arrayReverseFill needs at least 2 arguments, passed 1: In scope SELECT arrayReverseFill(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:58.080964 [ 3914 ] {7bfc1cf6-cf87-422a-bd41-afccc7fa87b8} executeQuery: Code: 43. DB::Exception: The 1st and only argument for function arrayReverseSort must be array. Found String instead: In scope SELECT arrayReverseSort(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayReverseSort('');) 2025.03.31 17:59:58.088801 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The 1st and only argument for function arrayReverseSort must be array. Found String instead: In scope SELECT arrayReverseSort(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:58.121529 [ 3914 ] {2c7908d4-4f09-4ad9-a956-21183960196c} executeQuery: Code: 42. DB::Exception: Function arrayReverseSplit needs at least 2 arguments, passed 1: In scope SELECT arrayReverseSplit(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayReverseSplit('');) 2025.03.31 17:59:58.129590 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function arrayReverseSplit needs at least 2 arguments, passed 1: In scope SELECT arrayReverseSplit(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:58.164982 [ 3914 ] {8aa812fe-9f7a-4684-928e-1e7dac6865c8} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayRotateLeft doesn't match: passed 1, should be 2: In scope SELECT arrayRotateLeft(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayRotateLeft('');) 2025.03.31 17:59:58.174396 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayRotateLeft doesn't match: passed 1, should be 2: In scope SELECT arrayRotateLeft(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:58.208501 [ 3914 ] {2a2df74e-7c90-4544-bc51-e272222e3489} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayRotateRight doesn't match: passed 1, should be 2: In scope SELECT arrayRotateRight(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayRotateRight('');) 2025.03.31 17:59:58.217349 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayRotateRight doesn't match: passed 1, should be 2: In scope SELECT arrayRotateRight(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:58.251474 [ 3914 ] {3704a4fe-4f70-436f-85ff-6bf02bf92bbe} executeQuery: Code: 42. DB::Exception: Function arrayShiftLeft requires at least two arguments.: In scope SELECT arrayShiftLeft(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayShiftLeft('');) 2025.03.31 17:59:58.260123 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function arrayShiftLeft requires at least two arguments.: In scope SELECT arrayShiftLeft(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:58.293813 [ 3914 ] {2360dfdc-6bd1-441a-8d29-6310f6cca6a9} executeQuery: Code: 42. DB::Exception: Function arrayShiftRight requires at least two arguments.: In scope SELECT arrayShiftRight(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayShiftRight('');) 2025.03.31 17:59:58.302135 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function arrayShiftRight requires at least two arguments.: In scope SELECT arrayShiftRight(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:58.317673 [ 68117 ] {2ac4614f-2858-40a2-a9f4-a13de34988db} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 64.00 GiB (attempt to allocate chunk of 68720001024 bytes), current RSS 0.00 B, maximum: 9.31 GiB.: While executing GenerateRandom. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42768) (comment: 01529_bad_memory_tracking.sh) (in query: SELECT i FROM generateRandom('i Array(Int8)', 1, 1, 1048577) LIMIT 65536), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. void DB::PODArrayBase<1ul, 4096ul, Allocator, 63ul, 64ul>::resize<>(unsigned long) @ 0x00000000088dbeb2 9. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:382: DB::fillColumnWithRandomData(std::shared_ptr, unsigned long, unsigned long, unsigned long, pcg_detail::engine, false, pcg_detail::specific_stream, pcg_detail::default_multiplier>&, std::shared_ptr) @ 0x000000003c9f0231 10. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:267: DB::fillColumnWithRandomData(std::shared_ptr, unsigned long, unsigned long, unsigned long, pcg_detail::engine, false, pcg_detail::specific_stream, pcg_detail::default_multiplier>&, std::shared_ptr) @ 0x000000003c9f573d 11. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:577: DB::(anonymous namespace)::GenerateSource::generate() @ 0x000000003ca03c53 12. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 13. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 18. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 19. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:59:58.327733 [ 68117 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 64.00 GiB (attempt to allocate chunk of 68720001024 bytes), current RSS 0.00 B, maximum: 9.31 GiB.: While executing GenerateRandom. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. void DB::PODArrayBase<1ul, 4096ul, Allocator, 63ul, 64ul>::resize<>(unsigned long) @ 0x00000000088dbeb2 9. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:382: DB::fillColumnWithRandomData(std::shared_ptr, unsigned long, unsigned long, unsigned long, pcg_detail::engine, false, pcg_detail::specific_stream, pcg_detail::default_multiplier>&, std::shared_ptr) @ 0x000000003c9f0231 10. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:267: DB::fillColumnWithRandomData(std::shared_ptr, unsigned long, unsigned long, unsigned long, pcg_detail::engine, false, pcg_detail::specific_stream, pcg_detail::default_multiplier>&, std::shared_ptr) @ 0x000000003c9f573d 11. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:577: DB::(anonymous namespace)::GenerateSource::generate() @ 0x000000003ca03c53 12. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 13. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 18. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 19. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:59:58.340397 [ 3914 ] {e8a2295c-e314-496d-a014-c1b8f1678d26} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayShingles doesn't match: passed 1, should be 2: In scope SELECT arrayShingles(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayShingles('');) 2025.03.31 17:59:58.348820 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayShingles doesn't match: passed 1, should be 2: In scope SELECT arrayShingles(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:58.382713 [ 3914 ] {02a74156-8f2a-4e24-b764-043d0620200d} executeQuery: Code: 43. DB::Exception: First argument of function 'arrayShuffle' must be array: In scope SELECT arrayShuffle(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayShuffle('');) 2025.03.31 17:59:58.390808 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function 'arrayShuffle' must be array: In scope SELECT arrayShuffle(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:58.423439 [ 3914 ] {0c7209bf-9530-407d-b43b-5c9c1e9bd921} executeQuery: Code: 42. DB::Exception: Number of arguments for function arraySlice doesn't match: passed 1, should be 2 or 3: In scope SELECT arraySlice(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arraySlice('');) 2025.03.31 17:59:58.433562 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arraySlice doesn't match: passed 1, should be 2 or 3: In scope SELECT arraySlice(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:58.476055 [ 3914 ] {e9eb04bc-04cc-4436-8995-7712b081a38b} executeQuery: Code: 43. DB::Exception: The 1st and only argument for function arraySort must be array. Found String instead: In scope SELECT arraySort(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arraySort('');) 2025.03.31 17:59:58.485152 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The 1st and only argument for function arraySort must be array. Found String instead: In scope SELECT arraySort(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:58.517724 [ 3914 ] {f337661e-5075-4630-bf63-d4ead5091c38} executeQuery: Code: 42. DB::Exception: Function arraySplit needs at least 2 arguments, passed 1: In scope SELECT arraySplit(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arraySplit('');) 2025.03.31 17:59:58.526095 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function arraySplit needs at least 2 arguments, passed 1: In scope SELECT arraySplit(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:58.558440 [ 3914 ] {a31f0413-586d-4175-b809-c4726cabcdc7} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'arr' to function 'arrayStringConcat'. Expected: Array, got: String: In scope SELECT arrayStringConcat(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayStringConcat('');) 2025.03.31 17:59:58.569601 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'arr' to function 'arrayStringConcat'. Expected: Array, got: String: In scope SELECT arrayStringConcat(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:58.600090 [ 3914 ] {9b66ed73-4c68-42f4-b73e-ec1b224eb070} executeQuery: Code: 43. DB::Exception: The 1st and only argument for function arraySum must be array. Found String instead: In scope SELECT arraySum(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arraySum('');) 2025.03.31 17:59:58.608467 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The 1st and only argument for function arraySum must be array. Found String instead: In scope SELECT arraySum(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:58.639910 [ 3914 ] {65af9881-3f68-482b-b4d4-8856e52e12b9} executeQuery: Code: 43. DB::Exception: Argument 0 for function arrayUnion must be an array but it has type String.: In scope SELECT arrayUnion(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayUnion('');) 2025.03.31 17:59:58.647785 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Argument 0 for function arrayUnion must be an array but it has type String.: In scope SELECT arrayUnion(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:58.679076 [ 3914 ] {8b594665-fe01-4cf8-8eed-bb3ab8117c90} executeQuery: Code: 43. DB::Exception: All arguments for function arrayUniq must be arrays but argument 1 has type String.: In scope SELECT arrayUniq(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayUniq('');) 2025.03.31 17:59:58.687230 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: All arguments for function arrayUniq must be arrays but argument 1 has type String.: In scope SELECT arrayUniq(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:58.720676 [ 3914 ] {d8a58057-7672-449d-8038-7f675fbb4e59} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayWithConstant doesn't match: passed 1, should be 2: In scope SELECT arrayWithConstant(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayWithConstant('');) 2025.03.31 17:59:58.730655 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayWithConstant doesn't match: passed 1, should be 2: In scope SELECT arrayWithConstant(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:58.760957 [ 3914 ] {6954701c-9e33-4df2-a149-b063cf3a73b3} executeQuery: Code: 43. DB::Exception: Argument 1 of function arrayZip must be array. Found String instead.: In scope SELECT arrayZip(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayZip('');) 2025.03.31 17:59:58.769069 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Argument 1 of function arrayZip must be array. Found String instead.: In scope SELECT arrayZip(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:58.797488 [ 3914 ] {f3866404-7a81-49bb-95b9-21b738e683ef} executeQuery: Code: 43. DB::Exception: Argument 1 of function arrayZipUnaligned must be array. Found String instead.: In scope SELECT arrayZipUnaligned(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT arrayZipUnaligned('');) 2025.03.31 17:59:58.803334 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Argument 1 of function arrayZipUnaligned must be array. Found String instead.: In scope SELECT arrayZipUnaligned(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:58.919524 [ 3914 ] {0df53a1d-3680-44fc-a4aa-2a71c4af7a74} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function with Array suffix. Must be array. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT array_concat_agg('');) 2025.03.31 17:59:58.928757 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function with Array suffix. Must be array. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:59.002648 [ 72004 ] {9bffa2fb-c081-4f14-8511-cc329a9f3d7e} executeQuery: Code: 15. DB::Exception: Column time in table test_wiqc8vlr.sometable (e0a0fab2-e3db-4075-829f-437c97b0c68d) specified more than once. (DUPLICATE_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42780) (comment: 01032_duplicate_column_insert_query.sql) (in query: INSERT INTO sometable (date, time, value, time) VALUES ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:224: DB::InterpreterInsertQuery::getSampleBlockImpl(std::vector> const&, std::shared_ptr const&, std::shared_ptr const&, bool, bool) @ 0x00000000384dd95e 5. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:185: DB::InterpreterInsertQuery::getSampleBlock(DB::ASTInsertQuery const&, std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool, bool) @ 0x00000000384db677 6. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:786: DB::InterpreterInsertQuery::execute() @ 0x00000000384f45bc 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:59:59.008894 [ 72004 ] {} TCPHandler: Code: 15. DB::Exception: Column time in table test_wiqc8vlr.sometable (e0a0fab2-e3db-4075-829f-437c97b0c68d) specified more than once. (DUPLICATE_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:224: DB::InterpreterInsertQuery::getSampleBlockImpl(std::vector> const&, std::shared_ptr const&, std::shared_ptr const&, bool, bool) @ 0x00000000384dd95e 5. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:185: DB::InterpreterInsertQuery::getSampleBlock(DB::ASTInsertQuery const&, std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool, bool) @ 0x00000000384db677 6. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:786: DB::InterpreterInsertQuery::execute() @ 0x00000000384f45bc 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 17:59:59.030678 [ 3914 ] {d5f839d5-4323-4126-bd6b-25efe1875390} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function asin: In scope SELECT asin(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT asin('');) 2025.03.31 17:59:59.039121 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function asin: In scope SELECT asin(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:59.051774 [ 71963 ] {92cf6224-0d17-4c13-927d-781a925b1a07} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 64.00 GiB (attempt to allocate chunk of 68720001024 bytes), current RSS 0.00 B, maximum: 9.31 GiB.: While executing GenerateRandom. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42798) (comment: 01529_bad_memory_tracking.sh) (in query: SELECT i FROM generateRandom('i Array(Int8)', 1, 1, 1048577) LIMIT 65536), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. void DB::PODArrayBase<1ul, 4096ul, Allocator, 63ul, 64ul>::resize<>(unsigned long) @ 0x00000000088dbeb2 9. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:382: DB::fillColumnWithRandomData(std::shared_ptr, unsigned long, unsigned long, unsigned long, pcg_detail::engine, false, pcg_detail::specific_stream, pcg_detail::default_multiplier>&, std::shared_ptr) @ 0x000000003c9f0231 10. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:267: DB::fillColumnWithRandomData(std::shared_ptr, unsigned long, unsigned long, unsigned long, pcg_detail::engine, false, pcg_detail::specific_stream, pcg_detail::default_multiplier>&, std::shared_ptr) @ 0x000000003c9f573d 11. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:577: DB::(anonymous namespace)::GenerateSource::generate() @ 0x000000003ca03c53 12. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 13. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 18. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 19. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:59:59.061007 [ 71963 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 64.00 GiB (attempt to allocate chunk of 68720001024 bytes), current RSS 0.00 B, maximum: 9.31 GiB.: While executing GenerateRandom. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. void DB::PODArrayBase<1ul, 4096ul, Allocator, 63ul, 64ul>::resize<>(unsigned long) @ 0x00000000088dbeb2 9. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:382: DB::fillColumnWithRandomData(std::shared_ptr, unsigned long, unsigned long, unsigned long, pcg_detail::engine, false, pcg_detail::specific_stream, pcg_detail::default_multiplier>&, std::shared_ptr) @ 0x000000003c9f0231 10. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:267: DB::fillColumnWithRandomData(std::shared_ptr, unsigned long, unsigned long, unsigned long, pcg_detail::engine, false, pcg_detail::specific_stream, pcg_detail::default_multiplier>&, std::shared_ptr) @ 0x000000003c9f573d 11. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:577: DB::(anonymous namespace)::GenerateSource::generate() @ 0x000000003ca03c53 12. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 13. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 18. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 19. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:59:59.070858 [ 3914 ] {11fe633e-a550-4835-add2-4475704b4c7c} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function asinh: In scope SELECT asinh(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT asinh('');) 2025.03.31 17:59:59.078247 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function asinh: In scope SELECT asinh(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:59.181344 [ 3914 ] {63924783-dc9c-4c1d-ab34-f90188eb7f92} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function atan: In scope SELECT atan(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT atan('');) 2025.03.31 17:59:59.189339 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function atan: In scope SELECT atan(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:59.222072 [ 3914 ] {22d58156-cb40-4524-a9e5-f86f0f2fd8ee} executeQuery: Code: 42. DB::Exception: Number of arguments for function atan2 doesn't match: passed 1, should be 2: In scope SELECT atan2(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT atan2('');) 2025.03.31 17:59:59.230109 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function atan2 doesn't match: passed 1, should be 2: In scope SELECT atan2(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:59.264456 [ 3914 ] {772ce5e4-aa49-4b88-83e3-2db1dcb93fa9} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function atanh: In scope SELECT atanh(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT atanh('');) 2025.03.31 17:59:59.272558 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function atanh: In scope SELECT atanh(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:59.306413 [ 3914 ] {1f3ee542-49ee-415c-b9c2-bacd1045d53b} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function avg. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT avg('');) 2025.03.31 17:59:59.314879 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function avg. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 17:59:59.347530 [ 3914 ] {7d3a76c3-b358-49f8-a4d8-511f4931f089} executeQuery: Code: 42. DB::Exception: Aggregate function avgWeighted requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT avgWeighted('');) 2025.03.31 17:59:59.355402 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function avgWeighted requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:59.386648 [ 3914 ] {9e6d8856-256d-4542-b55f-cbbabd92ad25} executeQuery: Code: 42. DB::Exception: Function bar requires from 3 or 4 parameters: value, min_value, max_value, [max_width_of_bar = 80]. Passed 1.: In scope SELECT bar(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT bar('');) 2025.03.31 17:59:59.393881 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function bar requires from 3 or 4 parameters: value, min_value, max_value, [max_width_of_bar = 80]. Passed 1.: In scope SELECT bar(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 17:59:59.735677 [ 4232 ] {7af8ddaf-7d0d-4343-9aa4-2230d7af83df} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 64.00 GiB (attempt to allocate chunk of 68720001024 bytes), current RSS 0.00 B, maximum: 9.31 GiB.: While executing GenerateRandom. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42810) (comment: 01529_bad_memory_tracking.sh) (in query: SELECT i FROM generateRandom('i Array(Int8)', 1, 1, 1048577) LIMIT 65536), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. void DB::PODArrayBase<1ul, 4096ul, Allocator, 63ul, 64ul>::resize<>(unsigned long) @ 0x00000000088dbeb2 9. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:382: DB::fillColumnWithRandomData(std::shared_ptr, unsigned long, unsigned long, unsigned long, pcg_detail::engine, false, pcg_detail::specific_stream, pcg_detail::default_multiplier>&, std::shared_ptr) @ 0x000000003c9f0231 10. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:267: DB::fillColumnWithRandomData(std::shared_ptr, unsigned long, unsigned long, unsigned long, pcg_detail::engine, false, pcg_detail::specific_stream, pcg_detail::default_multiplier>&, std::shared_ptr) @ 0x000000003c9f573d 11. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:577: DB::(anonymous namespace)::GenerateSource::generate() @ 0x000000003ca03c53 12. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 13. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 18. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 19. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:59:59.743092 [ 4232 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 64.00 GiB (attempt to allocate chunk of 68720001024 bytes), current RSS 0.00 B, maximum: 9.31 GiB.: While executing GenerateRandom. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. void DB::PODArrayBase<1ul, 4096ul, Allocator, 63ul, 64ul>::resize<>(unsigned long) @ 0x00000000088dbeb2 9. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:382: DB::fillColumnWithRandomData(std::shared_ptr, unsigned long, unsigned long, unsigned long, pcg_detail::engine, false, pcg_detail::specific_stream, pcg_detail::default_multiplier>&, std::shared_ptr) @ 0x000000003c9f0231 10. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:267: DB::fillColumnWithRandomData(std::shared_ptr, unsigned long, unsigned long, unsigned long, pcg_detail::engine, false, pcg_detail::specific_stream, pcg_detail::default_multiplier>&, std::shared_ptr) @ 0x000000003c9f573d 11. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:577: DB::(anonymous namespace)::GenerateSource::generate() @ 0x000000003ca03c53 12. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 13. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 18. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 19. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 17:59:59.981342 [ 3914 ] {dd0a591c-b620-480d-a1c9-7124675bdd22} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitAnd doesn't match: passed 1, should be 2: In scope SELECT bitAnd(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT bitAnd('');) 2025.03.31 17:59:59.989527 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitAnd doesn't match: passed 1, should be 2: In scope SELECT bitAnd(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:00.093035 [ 3914 ] {56cb054c-848e-49c7-91b1-27478728fc7c} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitHammingDistance doesn't match: passed 1, should be 2: In scope SELECT bitHammingDistance(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT bitHammingDistance('');) 2025.03.31 18:00:00.101238 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitHammingDistance doesn't match: passed 1, should be 2: In scope SELECT bitHammingDistance(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:00.204822 [ 3914 ] {b3191164-3fee-4788-ae19-3174d61d0506} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitOr doesn't match: passed 1, should be 2: In scope SELECT bitOr(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT bitOr('');) 2025.03.31 18:00:00.213021 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitOr doesn't match: passed 1, should be 2: In scope SELECT bitOr(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:00.247001 [ 3914 ] {88d64ff7-8b21-4f53-9def-7a8a901a10dd} executeQuery: Code: 43. DB::Exception: Illegal type bitPositionsToArray of argument of function String: In scope SELECT bitPositionsToArray(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT bitPositionsToArray('');) 2025.03.31 18:00:00.256100 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type bitPositionsToArray of argument of function String: In scope SELECT bitPositionsToArray(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:00.292919 [ 3914 ] {b4b11034-e8d1-47d9-9b3d-8386ff11ac78} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitRotateLeft doesn't match: passed 1, should be 2: In scope SELECT bitRotateLeft(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT bitRotateLeft('');) 2025.03.31 18:00:00.303775 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitRotateLeft doesn't match: passed 1, should be 2: In scope SELECT bitRotateLeft(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:00.334654 [ 3914 ] {b73de864-850f-4fa6-ac3f-7a966d460b1a} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitRotateRight doesn't match: passed 1, should be 2: In scope SELECT bitRotateRight(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT bitRotateRight('');) 2025.03.31 18:00:00.343765 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitRotateRight doesn't match: passed 1, should be 2: In scope SELECT bitRotateRight(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:00.375251 [ 3914 ] {4a27a60d-298f-48c9-a126-1054e7e20b44} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitShiftLeft doesn't match: passed 1, should be 2: In scope SELECT bitShiftLeft(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT bitShiftLeft('');) 2025.03.31 18:00:00.383978 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitShiftLeft doesn't match: passed 1, should be 2: In scope SELECT bitShiftLeft(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:00.426134 [ 3914 ] {40412717-1f7a-4f85-bfa0-5af4e5a804ae} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitShiftRight doesn't match: passed 1, should be 2: In scope SELECT bitShiftRight(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT bitShiftRight('');) 2025.03.31 18:00:00.435920 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitShiftRight doesn't match: passed 1, should be 2: In scope SELECT bitShiftRight(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:00.463224 [ 71970 ] {76062da4-d87a-401c-b565-b7dcf3b22abb} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 64.00 GiB (attempt to allocate chunk of 68720001024 bytes), current RSS 0.00 B, maximum: 9.31 GiB.: While executing GenerateRandom. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42850) (comment: 01529_bad_memory_tracking.sh) (in query: SELECT i FROM generateRandom('i Array(Int8)', 1, 1, 1048577) LIMIT 65536), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. void DB::PODArrayBase<1ul, 4096ul, Allocator, 63ul, 64ul>::resize<>(unsigned long) @ 0x00000000088dbeb2 9. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:382: DB::fillColumnWithRandomData(std::shared_ptr, unsigned long, unsigned long, unsigned long, pcg_detail::engine, false, pcg_detail::specific_stream, pcg_detail::default_multiplier>&, std::shared_ptr) @ 0x000000003c9f0231 10. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:267: DB::fillColumnWithRandomData(std::shared_ptr, unsigned long, unsigned long, unsigned long, pcg_detail::engine, false, pcg_detail::specific_stream, pcg_detail::default_multiplier>&, std::shared_ptr) @ 0x000000003c9f573d 11. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:577: DB::(anonymous namespace)::GenerateSource::generate() @ 0x000000003ca03c53 12. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 13. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 18. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 19. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 18:00:00.468315 [ 3914 ] {73118461-325c-4938-9dab-33c11a26a1ef} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'bitSlice'. Expected 2 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT bitSlice(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT bitSlice('');) 2025.03.31 18:00:00.473337 [ 71970 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 64.00 GiB (attempt to allocate chunk of 68720001024 bytes), current RSS 0.00 B, maximum: 9.31 GiB.: While executing GenerateRandom. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. void DB::PODArrayBase<1ul, 4096ul, Allocator, 63ul, 64ul>::resize<>(unsigned long) @ 0x00000000088dbeb2 9. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:382: DB::fillColumnWithRandomData(std::shared_ptr, unsigned long, unsigned long, unsigned long, pcg_detail::engine, false, pcg_detail::specific_stream, pcg_detail::default_multiplier>&, std::shared_ptr) @ 0x000000003c9f0231 10. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:267: DB::fillColumnWithRandomData(std::shared_ptr, unsigned long, unsigned long, unsigned long, pcg_detail::engine, false, pcg_detail::specific_stream, pcg_detail::default_multiplier>&, std::shared_ptr) @ 0x000000003c9f573d 11. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:577: DB::(anonymous namespace)::GenerateSource::generate() @ 0x000000003ca03c53 12. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 13. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 18. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 19. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 18:00:00.477546 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'bitSlice'. Expected 2 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT bitSlice(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:00.509943 [ 3914 ] {79feab14-f8ef-4ecd-bc7b-18a2865ab1dc} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitTest doesn't match: passed 1, should be 2: In scope SELECT bitTest(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT bitTest('');) 2025.03.31 18:00:00.518117 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitTest doesn't match: passed 1, should be 2: In scope SELECT bitTest(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:00.550768 [ 3914 ] {4ab9a718-de7e-4c09-a116-77e6af03f6cb} executeQuery: Code: 35. DB::Exception: Number of arguments for function bitTestAll doesn't match: passed 1, should be at least 2.: In scope SELECT bitTestAll(''). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT bitTestAll('');) 2025.03.31 18:00:00.559097 [ 3914 ] {} TCPHandler: Code: 35. DB::Exception: Number of arguments for function bitTestAll doesn't match: passed 1, should be at least 2.: In scope SELECT bitTestAll(''). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) 2025.03.31 18:00:00.593293 [ 3914 ] {41f68f4b-9ebd-4cd1-b43f-0d4028db1731} executeQuery: Code: 35. DB::Exception: Number of arguments for function bitTestAny doesn't match: passed 1, should be at least 2.: In scope SELECT bitTestAny(''). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT bitTestAny('');) 2025.03.31 18:00:00.601662 [ 3914 ] {} TCPHandler: Code: 35. DB::Exception: Number of arguments for function bitTestAny doesn't match: passed 1, should be at least 2.: In scope SELECT bitTestAny(''). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) 2025.03.31 18:00:00.637495 [ 3914 ] {698ee174-98b2-4e31-8bc7-fa9087c5b791} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitXor doesn't match: passed 1, should be 2: In scope SELECT bitXor(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT bitXor('');) 2025.03.31 18:00:00.645899 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitXor doesn't match: passed 1, should be 2: In scope SELECT bitXor(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:00.684349 [ 3914 ] {e63934aa-c756-45fa-8632-a9f861e63f58} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitmapAnd doesn't match: passed 1, should be 2: In scope SELECT bitmapAnd(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT bitmapAnd('');) 2025.03.31 18:00:00.692769 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitmapAnd doesn't match: passed 1, should be 2: In scope SELECT bitmapAnd(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:00.732560 [ 3914 ] {9d9c399f-9c5a-4134-bc71-cb8dcbfc4b5a} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitmapAndCardinality doesn't match: passed 1, should be 2: In scope SELECT bitmapAndCardinality(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT bitmapAndCardinality('');) 2025.03.31 18:00:00.742620 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitmapAndCardinality doesn't match: passed 1, should be 2: In scope SELECT bitmapAndCardinality(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:00.779264 [ 3914 ] {3b5a20a3-23f9-4e7d-8e79-f8f82a554e76} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitmapAndnot doesn't match: passed 1, should be 2: In scope SELECT bitmapAndnot(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT bitmapAndnot('');) 2025.03.31 18:00:00.787743 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitmapAndnot doesn't match: passed 1, should be 2: In scope SELECT bitmapAndnot(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:00.820766 [ 3914 ] {29cb194f-dfb5-46bb-8609-6445e59ff17b} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitmapAndnotCardinality doesn't match: passed 1, should be 2: In scope SELECT bitmapAndnotCardinality(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT bitmapAndnotCardinality('');) 2025.03.31 18:00:00.828983 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitmapAndnotCardinality doesn't match: passed 1, should be 2: In scope SELECT bitmapAndnotCardinality(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:00.862121 [ 3914 ] {76483054-de18-420e-bb33-6ca00dbe4f90} executeQuery: Code: 43. DB::Exception: First argument for function bitmapBuild must be an array but it has type String.: In scope SELECT bitmapBuild(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT bitmapBuild('');) 2025.03.31 18:00:00.870276 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function bitmapBuild must be an array but it has type String.: In scope SELECT bitmapBuild(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:00.904128 [ 3914 ] {22abfcad-7f78-4c8d-a1cb-a80e7fcdfceb} executeQuery: Code: 43. DB::Exception: First argument for function bitmapCardinality must be a bitmap but it has type String.: In scope SELECT bitmapCardinality(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT bitmapCardinality('');) 2025.03.31 18:00:00.912330 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function bitmapCardinality must be a bitmap but it has type String.: In scope SELECT bitmapCardinality(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:00.921967 [ 68117 ] {6d08c10d-dc2b-44a0-b9f7-57fceda849ec} executeQuery: Code: 524. DB::Exception: Trying to ALTER DROP sign (s) column. (ALTER_OF_COLUMN_IS_FORBIDDEN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42816) (comment: 01716_drop_rename_sign_column.sql) (in query: ALTER TABLE signed_table DROP COLUMN s;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception> const&, String>(int, FormatStringHelperImpl> const&>::type, std::type_identity::type>, std::basic_string_view> const&, String&&) @ 0x000000003e06cead 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:1048: void DB::(anonymous namespace)::checkSpecialColumn>(std::basic_string_view>, DB::AlterCommand const&) @ 0x000000003dec2d13 5. ./contrib/llvm-project/libcxx/include/string:0: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea71c3 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:00:00.927611 [ 68117 ] {} TCPHandler: Code: 524. DB::Exception: Trying to ALTER DROP sign (s) column. (ALTER_OF_COLUMN_IS_FORBIDDEN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception> const&, String>(int, FormatStringHelperImpl> const&>::type, std::type_identity::type>, std::basic_string_view> const&, String&&) @ 0x000000003e06cead 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:1048: void DB::(anonymous namespace)::checkSpecialColumn>(std::basic_string_view>, DB::AlterCommand const&) @ 0x000000003dec2d13 5. ./contrib/llvm-project/libcxx/include/string:0: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea71c3 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:00:00.943058 [ 3914 ] {be338e89-4628-494c-ae3b-87e18859e4be} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitmapContains doesn't match: passed 1, should be 2: In scope SELECT bitmapContains(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT bitmapContains('');) 2025.03.31 18:00:00.950926 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitmapContains doesn't match: passed 1, should be 2: In scope SELECT bitmapContains(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:00.981425 [ 3914 ] {b8d4b74b-cc30-4985-ab2c-82cb2a2be961} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitmapHasAll doesn't match: passed 1, should be 2: In scope SELECT bitmapHasAll(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT bitmapHasAll('');) 2025.03.31 18:00:00.989527 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitmapHasAll doesn't match: passed 1, should be 2: In scope SELECT bitmapHasAll(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:01.023005 [ 3914 ] {9e7f9748-5e1e-47c3-9bf1-a7307c9d5dd1} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitmapHasAny doesn't match: passed 1, should be 2: In scope SELECT bitmapHasAny(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT bitmapHasAny('');) 2025.03.31 18:00:01.032449 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitmapHasAny doesn't match: passed 1, should be 2: In scope SELECT bitmapHasAny(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:01.063904 [ 3914 ] {5f88235c-f64e-4f7b-aa4d-6191ac49d614} executeQuery: Code: 43. DB::Exception: First argument for function bitmapMax must be a bitmap but it has type String.: In scope SELECT bitmapMax(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT bitmapMax('');) 2025.03.31 18:00:01.071843 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function bitmapMax must be a bitmap but it has type String.: In scope SELECT bitmapMax(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:01.102096 [ 3914 ] {cdbe30ac-3cb3-404c-a179-52c732e412d4} executeQuery: Code: 43. DB::Exception: First argument for function bitmapMin must be a bitmap but it has type String.: In scope SELECT bitmapMin(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT bitmapMin('');) 2025.03.31 18:00:01.109912 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function bitmapMin must be a bitmap but it has type String.: In scope SELECT bitmapMin(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:01.141833 [ 3914 ] {eaaf229e-a347-438f-bf69-99315f74a7f3} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitmapOr doesn't match: passed 1, should be 2: In scope SELECT bitmapOr(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT bitmapOr('');) 2025.03.31 18:00:01.149778 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitmapOr doesn't match: passed 1, should be 2: In scope SELECT bitmapOr(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:01.173129 [ 71966 ] {9d245b1c-5ffd-4bf9-8b2c-9120a4446f50} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 64.00 GiB (attempt to allocate chunk of 68720001024 bytes), current RSS 32.00 GiB, maximum: 9.31 GiB.: While executing GenerateRandom. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42870) (comment: 01529_bad_memory_tracking.sh) (in query: SELECT i FROM generateRandom('i Array(Int8)', 1, 1, 1048577) LIMIT 65536), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. void DB::PODArrayBase<1ul, 4096ul, Allocator, 63ul, 64ul>::resize<>(unsigned long) @ 0x00000000088dbeb2 9. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:382: DB::fillColumnWithRandomData(std::shared_ptr, unsigned long, unsigned long, unsigned long, pcg_detail::engine, false, pcg_detail::specific_stream, pcg_detail::default_multiplier>&, std::shared_ptr) @ 0x000000003c9f0231 10. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:267: DB::fillColumnWithRandomData(std::shared_ptr, unsigned long, unsigned long, unsigned long, pcg_detail::engine, false, pcg_detail::specific_stream, pcg_detail::default_multiplier>&, std::shared_ptr) @ 0x000000003c9f573d 11. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:577: DB::(anonymous namespace)::GenerateSource::generate() @ 0x000000003ca03c53 12. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 13. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 18. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 19. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 18:00:01.182382 [ 3914 ] {44063ed7-d2ed-4148-8288-cc489804c1ff} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitmapOrCardinality doesn't match: passed 1, should be 2: In scope SELECT bitmapOrCardinality(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT bitmapOrCardinality('');) 2025.03.31 18:00:01.183184 [ 71966 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 64.00 GiB (attempt to allocate chunk of 68720001024 bytes), current RSS 32.00 GiB, maximum: 9.31 GiB.: While executing GenerateRandom. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. void DB::PODArrayBase<1ul, 4096ul, Allocator, 63ul, 64ul>::resize<>(unsigned long) @ 0x00000000088dbeb2 9. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:382: DB::fillColumnWithRandomData(std::shared_ptr, unsigned long, unsigned long, unsigned long, pcg_detail::engine, false, pcg_detail::specific_stream, pcg_detail::default_multiplier>&, std::shared_ptr) @ 0x000000003c9f0231 10. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:267: DB::fillColumnWithRandomData(std::shared_ptr, unsigned long, unsigned long, unsigned long, pcg_detail::engine, false, pcg_detail::specific_stream, pcg_detail::default_multiplier>&, std::shared_ptr) @ 0x000000003c9f573d 11. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:577: DB::(anonymous namespace)::GenerateSource::generate() @ 0x000000003ca03c53 12. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 13. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 18. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 19. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 18:00:01.190884 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitmapOrCardinality doesn't match: passed 1, should be 2: In scope SELECT bitmapOrCardinality(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:01.226122 [ 3914 ] {d1a5bf5a-6703-48ba-b22d-d450bb90bd1c} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitmapSubsetInRange doesn't match: passed 1, should be 3: In scope SELECT bitmapSubsetInRange(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT bitmapSubsetInRange('');) 2025.03.31 18:00:01.234380 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitmapSubsetInRange doesn't match: passed 1, should be 3: In scope SELECT bitmapSubsetInRange(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:01.265599 [ 3914 ] {9a5c22da-3b30-4098-a05b-fa92da8dbeba} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitmapSubsetLimit doesn't match: passed 1, should be 3: In scope SELECT bitmapSubsetLimit(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT bitmapSubsetLimit('');) 2025.03.31 18:00:01.273630 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitmapSubsetLimit doesn't match: passed 1, should be 3: In scope SELECT bitmapSubsetLimit(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:01.303808 [ 3914 ] {f4024abf-1bce-4dd5-a44b-c985fb0f30c3} executeQuery: Code: 43. DB::Exception: First argument for function bitmapToArray must be a bitmap but it has type String.: In scope SELECT bitmapToArray(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT bitmapToArray('');) 2025.03.31 18:00:01.311986 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function bitmapToArray must be a bitmap but it has type String.: In scope SELECT bitmapToArray(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:01.346304 [ 3914 ] {5a26981c-0d8a-442a-8448-875a1da946e4} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitmapTransform doesn't match: passed 1, should be 3: In scope SELECT bitmapTransform(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT bitmapTransform('');) 2025.03.31 18:00:01.355082 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitmapTransform doesn't match: passed 1, should be 3: In scope SELECT bitmapTransform(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:01.387633 [ 3914 ] {051b30de-47b7-4e6b-a17b-10ed6203ed0e} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitmapXor doesn't match: passed 1, should be 2: In scope SELECT bitmapXor(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT bitmapXor('');) 2025.03.31 18:00:01.395899 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitmapXor doesn't match: passed 1, should be 2: In scope SELECT bitmapXor(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:01.429097 [ 3914 ] {3fb3c618-adef-40b1-ad0b-d9d347ebcc76} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitmapXorCardinality doesn't match: passed 1, should be 2: In scope SELECT bitmapXorCardinality(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT bitmapXorCardinality('');) 2025.03.31 18:00:01.438022 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitmapXorCardinality doesn't match: passed 1, should be 2: In scope SELECT bitmapXorCardinality(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:01.470970 [ 3914 ] {8b936786-0230-4016-90fe-1516d16fb395} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function bitmaskToArray: In scope SELECT bitmaskToArray(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT bitmaskToArray('');) 2025.03.31 18:00:01.479514 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function bitmaskToArray: In scope SELECT bitmaskToArray(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:01.512324 [ 3914 ] {4b3e78cc-91a0-454a-91c1-667bd9de2c40} executeQuery: Code: 43. DB::Exception: Cannot format String as bitmask string: In scope SELECT bitmaskToList(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT bitmaskToList('');) 2025.03.31 18:00:01.520739 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Cannot format String as bitmask string: In scope SELECT bitmaskToList(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:01.553368 [ 3914 ] {fd45490c-c78a-4f48-af78-395afa852237} executeQuery: Code: 42. DB::Exception: Number of arguments for function blockNumber doesn't match: passed 1, should be 0: In scope SELECT blockNumber(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT blockNumber('');) 2025.03.31 18:00:01.561502 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function blockNumber doesn't match: passed 1, should be 0: In scope SELECT blockNumber(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:01.647848 [ 68117 ] {bb5812e8-6891-4642-b9a4-ca3c49ebff3a} executeQuery: Code: 524. DB::Exception: Trying to ALTER RENAME sign (s) column. (ALTER_OF_COLUMN_IS_FORBIDDEN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42816) (comment: 01716_drop_rename_sign_column.sql) (in query: ALTER TABLE signed_table RENAME COLUMN s TO s1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception> const&, String>(int, FormatStringHelperImpl> const&>::type, std::type_identity::type>, std::basic_string_view> const&, String&&) @ 0x000000003e06cead 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:1056: void DB::(anonymous namespace)::checkSpecialColumn>(std::basic_string_view>, DB::AlterCommand const&) @ 0x000000003dec2906 5. ./contrib/llvm-project/libcxx/include/string:0: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea71c3 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:00:01.654486 [ 68117 ] {} TCPHandler: Code: 524. DB::Exception: Trying to ALTER RENAME sign (s) column. (ALTER_OF_COLUMN_IS_FORBIDDEN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception> const&, String>(int, FormatStringHelperImpl> const&>::type, std::type_identity::type>, std::basic_string_view> const&, String&&) @ 0x000000003e06cead 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:1056: void DB::(anonymous namespace)::checkSpecialColumn>(std::basic_string_view>, DB::AlterCommand const&) @ 0x000000003dec2906 5. ./contrib/llvm-project/libcxx/include/string:0: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea71c3 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:00:01.671671 [ 3914 ] {34fcbf44-2c88-46d7-a541-f98438eddc55} executeQuery: Code: 42. DB::Exception: Number of arguments for function blockSize doesn't match: passed 1, should be 0: In scope SELECT blockSize(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT blockSize('');) 2025.03.31 18:00:01.680370 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function blockSize doesn't match: passed 1, should be 0: In scope SELECT blockSize(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:01.713851 [ 3914 ] {0ba351d0-2671-41aa-bc64-f9518e98345e} executeQuery: Code: 42. DB::Exception: Aggregate function boundingRatio requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT boundingRatio('');) 2025.03.31 18:00:01.722670 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function boundingRatio requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:01.757278 [ 3914 ] {f2ea21ae-a25d-414f-8c51-58adfb74e2a9} executeQuery: Code: 42. DB::Exception: Number of arguments for function buildId doesn't match: passed 1, should be 0: In scope SELECT buildId(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT buildId('');) 2025.03.31 18:00:01.766571 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function buildId doesn't match: passed 1, should be 0: In scope SELECT buildId(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:01.798823 [ 3914 ] {a20a8198-1cf7-44e2-b0ca-96ce595e38d2} executeQuery: Code: 42. DB::Exception: Number of arguments for function byteHammingDistance doesn't match: passed 1, should be 2: In scope SELECT byteHammingDistance(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT byteHammingDistance('');) 2025.03.31 18:00:01.807470 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function byteHammingDistance doesn't match: passed 1, should be 2: In scope SELECT byteHammingDistance(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:01.888162 [ 68112 ] {3ae93779-ed5f-4afa-82be-dacf40335423} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 64.00 GiB (attempt to allocate chunk of 68720001024 bytes), current RSS 0.00 B, maximum: 9.31 GiB.: While executing GenerateRandom. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42890) (comment: 01529_bad_memory_tracking.sh) (in query: SELECT i FROM generateRandom('i Array(Int8)', 1, 1, 1048577) LIMIT 65536), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. void DB::PODArrayBase<1ul, 4096ul, Allocator, 63ul, 64ul>::resize<>(unsigned long) @ 0x00000000088dbeb2 9. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:382: DB::fillColumnWithRandomData(std::shared_ptr, unsigned long, unsigned long, unsigned long, pcg_detail::engine, false, pcg_detail::specific_stream, pcg_detail::default_multiplier>&, std::shared_ptr) @ 0x000000003c9f0231 10. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:267: DB::fillColumnWithRandomData(std::shared_ptr, unsigned long, unsigned long, unsigned long, pcg_detail::engine, false, pcg_detail::specific_stream, pcg_detail::default_multiplier>&, std::shared_ptr) @ 0x000000003c9f573d 11. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:577: DB::(anonymous namespace)::GenerateSource::generate() @ 0x000000003ca03c53 12. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 13. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 18. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 19. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 18:00:01.897811 [ 68112 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 64.00 GiB (attempt to allocate chunk of 68720001024 bytes), current RSS 0.00 B, maximum: 9.31 GiB.: While executing GenerateRandom. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. void DB::PODArrayBase<1ul, 4096ul, Allocator, 63ul, 64ul>::resize<>(unsigned long) @ 0x00000000088dbeb2 9. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:382: DB::fillColumnWithRandomData(std::shared_ptr, unsigned long, unsigned long, unsigned long, pcg_detail::engine, false, pcg_detail::specific_stream, pcg_detail::default_multiplier>&, std::shared_ptr) @ 0x000000003c9f0231 10. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:267: DB::fillColumnWithRandomData(std::shared_ptr, unsigned long, unsigned long, unsigned long, pcg_detail::engine, false, pcg_detail::specific_stream, pcg_detail::default_multiplier>&, std::shared_ptr) @ 0x000000003c9f573d 11. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:577: DB::(anonymous namespace)::GenerateSource::generate() @ 0x000000003ca03c53 12. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 13. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 18. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 19. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 18:00:01.914585 [ 3914 ] {703eecd8-f03b-40d7-bfb3-d4d79866d7ae} executeQuery: Code: 42. DB::Exception: Number of arguments for function substring doesn't match: passed 1, should be 2 or 3: In scope SELECT byteSlice(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT byteSlice('');) 2025.03.31 18:00:01.926333 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function substring doesn't match: passed 1, should be 2 or 3: In scope SELECT byteSlice(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:01.957670 [ 3914 ] {4eb39cde-77dd-40a9-8a72-925f5b435e8a} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function byteSwap: In scope SELECT byteSwap(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT byteSwap('');) 2025.03.31 18:00:01.967010 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function byteSwap: In scope SELECT byteSwap(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:02.139999 [ 3914 ] {c851803d-d8cc-4e80-8b4d-7e167354d3b8} executeQuery: Code: 42. DB::Exception: Invalid number of arguments for function multiIf: In scope SELECT caseWithoutExpr(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT caseWithoutExpr('');) 2025.03.31 18:00:02.147921 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Invalid number of arguments for function multiIf: In scope SELECT caseWithoutExpr(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:02.180305 [ 3914 ] {a80051c5-75e6-4bf1-b286-d407a9a68faf} executeQuery: Code: 42. DB::Exception: Invalid number of arguments for function multiIf: In scope SELECT caseWithoutExpression(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT caseWithoutExpression('');) 2025.03.31 18:00:02.187736 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Invalid number of arguments for function multiIf: In scope SELECT caseWithoutExpression(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:02.221598 [ 3914 ] {d28b547f-8c2a-4b32-9c5b-e728b3cde7fb} executeQuery: Code: 35. DB::Exception: Function catboostEvaluate expects at least 2 arguments: In scope SELECT catboostEvaluate(''). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT catboostEvaluate('');) 2025.03.31 18:00:02.229447 [ 3914 ] {} TCPHandler: Code: 35. DB::Exception: Function catboostEvaluate expects at least 2 arguments: In scope SELECT catboostEvaluate(''). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) 2025.03.31 18:00:02.259273 [ 3914 ] {9ea0b2c2-d759-49ea-b655-810228479b2b} executeQuery: Code: 42. DB::Exception: Aggregate function categoricalInformationValue requires two or more arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT categoricalInformationValue('');) 2025.03.31 18:00:02.267208 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function categoricalInformationValue requires two or more arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:02.299367 [ 3914 ] {e0c301bb-1b1e-43b8-afaa-373dfcf909eb} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function cbrt: In scope SELECT cbrt(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT cbrt('');) 2025.03.31 18:00:02.307394 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function cbrt: In scope SELECT cbrt(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:02.341013 [ 3914 ] {0ed25fc4-d5d2-4a44-8163-893dce608833} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'x' to function 'ceil'. Expected: A number to round, got: String: In scope SELECT ceil(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT ceil('');) 2025.03.31 18:00:02.349028 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'x' to function 'ceil'. Expected: A number to round, got: String: In scope SELECT ceil(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:02.380178 [ 3914 ] {66588bb5-fb5d-4a18-9211-256104627077} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'x' to function 'ceil'. Expected: A number to round, got: String: In scope SELECT ceiling(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT ceiling('');) 2025.03.31 18:00:02.387963 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'x' to function 'ceil'. Expected: A number to round, got: String: In scope SELECT ceiling(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:02.418906 [ 3914 ] {afd834be-084a-4bef-8f24-8e6af1af11f8} executeQuery: Code: 42. DB::Exception: Number of arguments for function changeDay doesn't match: passed 1, should be 2: In scope SELECT changeDay(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT changeDay('');) 2025.03.31 18:00:02.427568 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function changeDay doesn't match: passed 1, should be 2: In scope SELECT changeDay(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:02.461080 [ 3914 ] {acce5e77-55fb-4289-bbd0-86b95eca7652} executeQuery: Code: 42. DB::Exception: Number of arguments for function changeHour doesn't match: passed 1, should be 2: In scope SELECT changeHour(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT changeHour('');) 2025.03.31 18:00:02.469176 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function changeHour doesn't match: passed 1, should be 2: In scope SELECT changeHour(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:02.502135 [ 3914 ] {82e8de0c-9dc2-48d8-a7c4-0c7487619cb0} executeQuery: Code: 42. DB::Exception: Number of arguments for function changeMinute doesn't match: passed 1, should be 2: In scope SELECT changeMinute(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT changeMinute('');) 2025.03.31 18:00:02.510181 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function changeMinute doesn't match: passed 1, should be 2: In scope SELECT changeMinute(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:02.543247 [ 3914 ] {5acc3c37-b083-439a-b706-eadb97bad679} executeQuery: Code: 42. DB::Exception: Number of arguments for function changeMonth doesn't match: passed 1, should be 2: In scope SELECT changeMonth(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT changeMonth('');) 2025.03.31 18:00:02.551999 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function changeMonth doesn't match: passed 1, should be 2: In scope SELECT changeMonth(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:02.586479 [ 3914 ] {bb55ec76-62d1-46e6-8d5a-a88f4684d49c} executeQuery: Code: 42. DB::Exception: Number of arguments for function changeSecond doesn't match: passed 1, should be 2: In scope SELECT changeSecond(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT changeSecond('');) 2025.03.31 18:00:02.594643 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function changeSecond doesn't match: passed 1, should be 2: In scope SELECT changeSecond(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:02.616072 [ 68112 ] {57a6bab8-3256-4235-9172-84aaaff920e8} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 64.00 GiB (attempt to allocate chunk of 68720001024 bytes), current RSS 0.00 B, maximum: 9.31 GiB.: While executing GenerateRandom. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42926) (comment: 01529_bad_memory_tracking.sh) (in query: SELECT i FROM generateRandom('i Array(Int8)', 1, 1, 1048577) LIMIT 65536), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. void DB::PODArrayBase<1ul, 4096ul, Allocator, 63ul, 64ul>::resize<>(unsigned long) @ 0x00000000088dbeb2 9. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:382: DB::fillColumnWithRandomData(std::shared_ptr, unsigned long, unsigned long, unsigned long, pcg_detail::engine, false, pcg_detail::specific_stream, pcg_detail::default_multiplier>&, std::shared_ptr) @ 0x000000003c9f0231 10. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:267: DB::fillColumnWithRandomData(std::shared_ptr, unsigned long, unsigned long, unsigned long, pcg_detail::engine, false, pcg_detail::specific_stream, pcg_detail::default_multiplier>&, std::shared_ptr) @ 0x000000003c9f573d 11. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:577: DB::(anonymous namespace)::GenerateSource::generate() @ 0x000000003ca03c53 12. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 13. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 18. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 19. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 18:00:02.626337 [ 68112 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 64.00 GiB (attempt to allocate chunk of 68720001024 bytes), current RSS 0.00 B, maximum: 9.31 GiB.: While executing GenerateRandom. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. void DB::PODArrayBase<1ul, 4096ul, Allocator, 63ul, 64ul>::resize<>(unsigned long) @ 0x00000000088dbeb2 9. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:382: DB::fillColumnWithRandomData(std::shared_ptr, unsigned long, unsigned long, unsigned long, pcg_detail::engine, false, pcg_detail::specific_stream, pcg_detail::default_multiplier>&, std::shared_ptr) @ 0x000000003c9f0231 10. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:267: DB::fillColumnWithRandomData(std::shared_ptr, unsigned long, unsigned long, unsigned long, pcg_detail::engine, false, pcg_detail::specific_stream, pcg_detail::default_multiplier>&, std::shared_ptr) @ 0x000000003c9f573d 11. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:577: DB::(anonymous namespace)::GenerateSource::generate() @ 0x000000003ca03c53 12. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 13. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 18. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 19. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 18:00:02.628124 [ 3914 ] {c9a26615-4790-486e-8086-28d38b829eae} executeQuery: Code: 42. DB::Exception: Number of arguments for function changeYear doesn't match: passed 1, should be 2: In scope SELECT changeYear(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT changeYear('');) 2025.03.31 18:00:02.636779 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function changeYear doesn't match: passed 1, should be 2: In scope SELECT changeYear(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:02.667571 [ 3914 ] {4f21cfce-bc55-4ef5-9174-1001ef20f213} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function char, must be Int, UInt or Float number: In scope SELECT char(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT char('');) 2025.03.31 18:00:02.675592 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function char, must be Int, UInt or Float number: In scope SELECT char(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:02.771796 [ 3914 ] {2e10aa67-66e4-4a89-86ee-0af0e13d8563} executeQuery: Code: 42. DB::Exception: Number of arguments for function clamp doesn't match: passed 1, should be 3: In scope SELECT clamp(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT clamp('');) 2025.03.31 18:00:02.779524 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function clamp doesn't match: passed 1, should be 3: In scope SELECT clamp(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:02.951238 [ 3914 ] {79bc5e18-9ad6-4b20-8da8-db4aa5270b7b} executeQuery: Code: 35. DB::Exception: Number of arguments for function concatAssumeInjective should not be 1: In scope SELECT concatAssumeInjective(''). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT concatAssumeInjective('');) 2025.03.31 18:00:02.960071 [ 3914 ] {} TCPHandler: Code: 35. DB::Exception: Number of arguments for function concatAssumeInjective should not be 1: In scope SELECT concatAssumeInjective(''). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) 2025.03.31 18:00:03.192510 [ 3914 ] {79a6ad71-3bbb-474a-9e56-368f673666f8} executeQuery: Code: 42. DB::Exception: Number of arguments for function connectionId doesn't match: passed 1, should be 0: In scope SELECT connectionId(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT connectionId('');) 2025.03.31 18:00:03.200401 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function connectionId doesn't match: passed 1, should be 0: In scope SELECT connectionId(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:03.232420 [ 3914 ] {34c3e3fd-3243-4d16-b0b0-6729fbfdd181} executeQuery: Code: 42. DB::Exception: Number of arguments for function connectionId doesn't match: passed 1, should be 0: In scope SELECT connection_id(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT connection_id('');) 2025.03.31 18:00:03.240094 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function connectionId doesn't match: passed 1, should be 0: In scope SELECT connection_id(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:03.272020 [ 3914 ] {5e5a1235-74bb-4b21-8285-f0b3fa70ec38} executeQuery: Code: 42. DB::Exception: Aggregate function contingency requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT contingency('');) 2025.03.31 18:00:03.279761 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function contingency requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:03.319138 [ 3914 ] {309b2dca-1694-4d27-be0b-7446bc44341f} executeQuery: Code: 42. DB::Exception: Number of arguments for function convertCharset doesn't match: passed 1, should be 3: In scope SELECT convertCharset(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT convertCharset('');) 2025.03.31 18:00:03.327192 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function convertCharset doesn't match: passed 1, should be 3: In scope SELECT convertCharset(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:03.332904 [ 68112 ] {debc9327-7f4d-4be1-8631-b3a399590c36} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 64.00 GiB (attempt to allocate chunk of 68720001024 bytes), current RSS 0.00 B, maximum: 9.31 GiB.: While executing GenerateRandom. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42954) (comment: 01529_bad_memory_tracking.sh) (in query: SELECT i FROM generateRandom('i Array(Int8)', 1, 1, 1048577) LIMIT 65536), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. void DB::PODArrayBase<1ul, 4096ul, Allocator, 63ul, 64ul>::resize<>(unsigned long) @ 0x00000000088dbeb2 9. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:382: DB::fillColumnWithRandomData(std::shared_ptr, unsigned long, unsigned long, unsigned long, pcg_detail::engine, false, pcg_detail::specific_stream, pcg_detail::default_multiplier>&, std::shared_ptr) @ 0x000000003c9f0231 10. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:267: DB::fillColumnWithRandomData(std::shared_ptr, unsigned long, unsigned long, unsigned long, pcg_detail::engine, false, pcg_detail::specific_stream, pcg_detail::default_multiplier>&, std::shared_ptr) @ 0x000000003c9f573d 11. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:577: DB::(anonymous namespace)::GenerateSource::generate() @ 0x000000003ca03c53 12. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 13. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 18. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 19. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 18:00:03.341812 [ 68112 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 64.00 GiB (attempt to allocate chunk of 68720001024 bytes), current RSS 0.00 B, maximum: 9.31 GiB.: While executing GenerateRandom. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. void DB::PODArrayBase<1ul, 4096ul, Allocator, 63ul, 64ul>::resize<>(unsigned long) @ 0x00000000088dbeb2 9. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:382: DB::fillColumnWithRandomData(std::shared_ptr, unsigned long, unsigned long, unsigned long, pcg_detail::engine, false, pcg_detail::specific_stream, pcg_detail::default_multiplier>&, std::shared_ptr) @ 0x000000003c9f0231 10. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:267: DB::fillColumnWithRandomData(std::shared_ptr, unsigned long, unsigned long, unsigned long, pcg_detail::engine, false, pcg_detail::specific_stream, pcg_detail::default_multiplier>&, std::shared_ptr) @ 0x000000003c9f573d 11. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:577: DB::(anonymous namespace)::GenerateSource::generate() @ 0x000000003ca03c53 12. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 13. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 18. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 19. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 18:00:03.360225 [ 3914 ] {db684b1c-ca49-4454-bad1-29feac3a4033} executeQuery: Code: 42. DB::Exception: Aggregate function corr requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT corr('');) 2025.03.31 18:00:03.368339 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function corr requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:03.402859 [ 3914 ] {e940f1d1-9652-44f7-9101-d21b009bb515} executeQuery: Code: 43. DB::Exception: Aggregate function corrMatrix only supports numerical types. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT corrMatrix('');) 2025.03.31 18:00:03.411650 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Aggregate function corrMatrix only supports numerical types. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:03.446677 [ 3914 ] {81b9c047-1e2c-4e1c-8ebc-034697f105bb} executeQuery: Code: 42. DB::Exception: Aggregate function corrStable requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT corrStable('');) 2025.03.31 18:00:03.455859 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function corrStable requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:03.490626 [ 3914 ] {710282a4-e482-4824-91b5-bdd85fffe833} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function cos: In scope SELECT cos(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT cos('');) 2025.03.31 18:00:03.499295 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function cos: In scope SELECT cos(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:03.534108 [ 3914 ] {bb4bfb3b-032f-4f29-83c8-c83861fe56b6} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function cosh: In scope SELECT cosh(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT cosh('');) 2025.03.31 18:00:03.542935 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function cosh: In scope SELECT cosh(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:03.576616 [ 3914 ] {3e8bfd1d-b659-44ba-83fb-fda3e106684e} executeQuery: Code: 42. DB::Exception: Number of arguments for function cosineDistance doesn't match: passed 1, should be 2: In scope SELECT cosineDistance(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT cosineDistance('');) 2025.03.31 18:00:03.587222 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function cosineDistance doesn't match: passed 1, should be 2: In scope SELECT cosineDistance(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:03.701641 [ 3914 ] {0bebdb58-fc88-47dd-aef2-36616b1dbb03} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function countDigits: In scope SELECT countDigits(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT countDigits('');) 2025.03.31 18:00:03.709593 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function countDigits: In scope SELECT countDigits(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:03.743204 [ 3914 ] {a5e19630-62cf-44b5-85a4-22d80fe19302} executeQuery: Code: 42. DB::Exception: Number of arguments for function countEqual doesn't match: passed 1, should be 2: In scope SELECT countEqual(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT countEqual('');) 2025.03.31 18:00:03.751216 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function countEqual doesn't match: passed 1, should be 2: In scope SELECT countEqual(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:03.784121 [ 3914 ] {4f243cac-5ce9-405b-80da-d35d21164f53} executeQuery: Code: 42. DB::Exception: Number of arguments for function countMatches doesn't match: passed 1, should be 2: In scope SELECT countMatches(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT countMatches('');) 2025.03.31 18:00:03.792014 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function countMatches doesn't match: passed 1, should be 2: In scope SELECT countMatches(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:03.824999 [ 3914 ] {9a7e8aff-fcfa-41e6-8517-15b538bb1fb3} executeQuery: Code: 42. DB::Exception: Number of arguments for function countMatchesCaseInsensitive doesn't match: passed 1, should be 2: In scope SELECT countMatchesCaseInsensitive(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT countMatchesCaseInsensitive('');) 2025.03.31 18:00:03.832649 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function countMatchesCaseInsensitive doesn't match: passed 1, should be 2: In scope SELECT countMatchesCaseInsensitive(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:03.867447 [ 3914 ] {1600db50-342b-402d-a416-dee28ac5e88b} executeQuery: Code: 42. DB::Exception: Number of arguments for function countSubstrings doesn't match: passed 1, should be 2 or 3: In scope SELECT countSubstrings(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT countSubstrings('');) 2025.03.31 18:00:03.875205 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function countSubstrings doesn't match: passed 1, should be 2 or 3: In scope SELECT countSubstrings(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:03.906630 [ 3914 ] {c6d05ecf-3172-4bfe-9451-5b33948c4de9} executeQuery: Code: 42. DB::Exception: Number of arguments for function countSubstringsCaseInsensitive doesn't match: passed 1, should be 2 or 3: In scope SELECT countSubstringsCaseInsensitive(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT countSubstringsCaseInsensitive('');) 2025.03.31 18:00:03.914588 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function countSubstringsCaseInsensitive doesn't match: passed 1, should be 2 or 3: In scope SELECT countSubstringsCaseInsensitive(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:03.947786 [ 3914 ] {7b26e4cd-b401-498b-b4d5-4caafdf36a01} executeQuery: Code: 42. DB::Exception: Number of arguments for function countSubstringsCaseInsensitiveUTF8 doesn't match: passed 1, should be 2 or 3: In scope SELECT countSubstringsCaseInsensitiveUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT countSubstringsCaseInsensitiveUTF8('');) 2025.03.31 18:00:03.955544 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function countSubstringsCaseInsensitiveUTF8 doesn't match: passed 1, should be 2 or 3: In scope SELECT countSubstringsCaseInsensitiveUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:03.986916 [ 3914 ] {a52bf5b7-e36f-4d77-813c-8c2d8be24367} executeQuery: Code: 42. DB::Exception: Aggregate function covarPop requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT covarPop('');) 2025.03.31 18:00:03.994665 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function covarPop requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:04.025844 [ 3914 ] {14306032-e0e4-4176-8a7b-c21fb0665a89} executeQuery: Code: 43. DB::Exception: Aggregate function covarPopMatrix only supports numerical types. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT covarPopMatrix('');) 2025.03.31 18:00:04.034049 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Aggregate function covarPopMatrix only supports numerical types. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:04.064047 [ 71988 ] {4447b4fa-8832-49dc-87ad-314c972fedcc} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 96.00 GiB (attempt to allocate chunk of 68720001024 bytes), current RSS 0.00 B, maximum: 9.31 GiB.: While executing GenerateRandom. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42970) (comment: 01529_bad_memory_tracking.sh) (in query: SELECT i FROM generateRandom('i Array(Int8)', 1, 1, 1048577) LIMIT 65536), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. void DB::PODArrayBase<1ul, 4096ul, Allocator, 63ul, 64ul>::resize<>(unsigned long) @ 0x00000000088dbeb2 9. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:382: DB::fillColumnWithRandomData(std::shared_ptr, unsigned long, unsigned long, unsigned long, pcg_detail::engine, false, pcg_detail::specific_stream, pcg_detail::default_multiplier>&, std::shared_ptr) @ 0x000000003c9f0231 10. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:267: DB::fillColumnWithRandomData(std::shared_ptr, unsigned long, unsigned long, unsigned long, pcg_detail::engine, false, pcg_detail::specific_stream, pcg_detail::default_multiplier>&, std::shared_ptr) @ 0x000000003c9f573d 11. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:577: DB::(anonymous namespace)::GenerateSource::generate() @ 0x000000003ca03c53 12. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 13. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 18. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 19. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 18:00:04.064191 [ 3914 ] {ed1441aa-7607-4010-84ad-c0a7a156fb06} executeQuery: Code: 42. DB::Exception: Aggregate function covarPopStable requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT covarPopStable('');) 2025.03.31 18:00:04.072179 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function covarPopStable requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:04.072851 [ 71988 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 96.00 GiB (attempt to allocate chunk of 68720001024 bytes), current RSS 0.00 B, maximum: 9.31 GiB.: While executing GenerateRandom. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. void DB::PODArrayBase<1ul, 4096ul, Allocator, 63ul, 64ul>::resize<>(unsigned long) @ 0x00000000088dbeb2 9. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:382: DB::fillColumnWithRandomData(std::shared_ptr, unsigned long, unsigned long, unsigned long, pcg_detail::engine, false, pcg_detail::specific_stream, pcg_detail::default_multiplier>&, std::shared_ptr) @ 0x000000003c9f0231 10. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:267: DB::fillColumnWithRandomData(std::shared_ptr, unsigned long, unsigned long, unsigned long, pcg_detail::engine, false, pcg_detail::specific_stream, pcg_detail::default_multiplier>&, std::shared_ptr) @ 0x000000003c9f573d 11. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:577: DB::(anonymous namespace)::GenerateSource::generate() @ 0x000000003ca03c53 12. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 13. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 18. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 19. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 18:00:04.103095 [ 3914 ] {0f053fa8-ebe8-4127-af68-06f94d117b4e} executeQuery: Code: 42. DB::Exception: Aggregate function covarSamp requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT covarSamp('');) 2025.03.31 18:00:04.111275 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function covarSamp requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:04.144271 [ 3914 ] {9b9d6428-b07e-48a3-be2e-554e62ba0878} executeQuery: Code: 43. DB::Exception: Aggregate function covarSampMatrix only supports numerical types. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT covarSampMatrix('');) 2025.03.31 18:00:04.152217 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Aggregate function covarSampMatrix only supports numerical types. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:04.184111 [ 3914 ] {d59b3e16-db46-477c-8ec1-06edbc4db301} executeQuery: Code: 42. DB::Exception: Aggregate function covarSampStable requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT covarSampStable('');) 2025.03.31 18:00:04.191768 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function covarSampStable requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:04.223706 [ 3914 ] {9d4e4810-96aa-45ae-95a2-35fd4896a9dd} executeQuery: Code: 42. DB::Exception: Aggregate function cramersV requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT cramersV('');) 2025.03.31 18:00:04.231309 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function cramersV requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:04.258854 [ 3914 ] {3272dba7-7a48-4ca9-ba7d-335663f3fa94} executeQuery: Code: 42. DB::Exception: Aggregate function cramersVBiasCorrected requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT cramersVBiasCorrected('');) 2025.03.31 18:00:04.266742 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function cramersVBiasCorrected requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:04.297763 [ 3914 ] {8b195c19-53ce-4347-a410-9e05c345d447} executeQuery: Code: 42. DB::Exception: Number of arguments for function today doesn't match: passed 1, should be 0: In scope SELECT curdate(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT curdate('');) 2025.03.31 18:00:04.305746 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function today doesn't match: passed 1, should be 0: In scope SELECT curdate(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:04.338614 [ 3914 ] {0e6dffbb-c1de-4f0d-bbb3-fa57ec6665e7} executeQuery: Code: 42. DB::Exception: Number of arguments for function currentDatabase doesn't match: passed 1, should be 0: In scope SELECT currentDatabase(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT currentDatabase('');) 2025.03.31 18:00:04.348102 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function currentDatabase doesn't match: passed 1, should be 0: In scope SELECT currentDatabase(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:04.381039 [ 3914 ] {5472e9a5-8a6e-4251-b397-24597699f2af} executeQuery: Code: 42. DB::Exception: Number of arguments for function currentProfiles doesn't match: passed 1, should be 0: In scope SELECT currentProfiles(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT currentProfiles('');) 2025.03.31 18:00:04.388024 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function currentProfiles doesn't match: passed 1, should be 0: In scope SELECT currentProfiles(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:04.422007 [ 3914 ] {b6154eef-2261-45cc-8090-c56fff2aa269} executeQuery: Code: 42. DB::Exception: Number of arguments for function currentRoles doesn't match: passed 1, should be 0: In scope SELECT currentRoles(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT currentRoles('');) 2025.03.31 18:00:04.430403 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function currentRoles doesn't match: passed 1, should be 0: In scope SELECT currentRoles(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:04.463855 [ 3914 ] {433e8779-ff14-4bfc-b68c-d65a94c18d8b} executeQuery: Code: 43. DB::Exception: Argument for function currentSchemas must be bool: In scope SELECT currentSchemas(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT currentSchemas('');) 2025.03.31 18:00:04.471726 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Argument for function currentSchemas must be bool: In scope SELECT currentSchemas(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:04.504151 [ 3914 ] {a4a34ab4-811f-4f2e-8c33-c7b0e990a01d} executeQuery: Code: 42. DB::Exception: Number of arguments for function currentUser doesn't match: passed 1, should be 0: In scope SELECT currentUser(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT currentUser('');) 2025.03.31 18:00:04.512391 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function currentUser doesn't match: passed 1, should be 0: In scope SELECT currentUser(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:04.543336 [ 3914 ] {dc91225a-9e06-4a5f-916e-7a6108df47d1} executeQuery: Code: 42. DB::Exception: Number of arguments for function currentDatabase doesn't match: passed 1, should be 0: In scope SELECT current_database(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT current_database('');) 2025.03.31 18:00:04.551104 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function currentDatabase doesn't match: passed 1, should be 0: In scope SELECT current_database(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:04.581432 [ 3914 ] {51f64683-8858-47f3-a6fa-cc766d4fdc8e} executeQuery: Code: 42. DB::Exception: Number of arguments for function today doesn't match: passed 1, should be 0: In scope SELECT current_date(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT current_date('');) 2025.03.31 18:00:04.589149 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function today doesn't match: passed 1, should be 0: In scope SELECT current_date(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:04.621469 [ 3914 ] {d0b6d229-705d-4096-8276-057e6b313d89} executeQuery: Code: 43. DB::Exception: Argument for function currentSchemas must be bool: In scope SELECT current_schemas(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT current_schemas('');) 2025.03.31 18:00:04.629883 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Argument for function currentSchemas must be bool: In scope SELECT current_schemas(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:04.725197 [ 3914 ] {8b254918-3f8e-4729-8203-d9aa8668fd0e} executeQuery: Code: 42. DB::Exception: Number of arguments for function currentUser doesn't match: passed 1, should be 0: In scope SELECT current_user(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT current_user('');) 2025.03.31 18:00:04.733847 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function currentUser doesn't match: passed 1, should be 0: In scope SELECT current_user(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:04.781504 [ 1417 ] {c6ff6738-e769-415e-b930-534a818a3f45} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 64.00 GiB (attempt to allocate chunk of 68720001024 bytes), current RSS 0.00 B, maximum: 9.31 GiB.: While executing GenerateRandom. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42994) (comment: 01529_bad_memory_tracking.sh) (in query: SELECT i FROM generateRandom('i Array(Int8)', 1, 1, 1048577) LIMIT 65536), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. void DB::PODArrayBase<1ul, 4096ul, Allocator, 63ul, 64ul>::resize<>(unsigned long) @ 0x00000000088dbeb2 9. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:382: DB::fillColumnWithRandomData(std::shared_ptr, unsigned long, unsigned long, unsigned long, pcg_detail::engine, false, pcg_detail::specific_stream, pcg_detail::default_multiplier>&, std::shared_ptr) @ 0x000000003c9f0231 10. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:267: DB::fillColumnWithRandomData(std::shared_ptr, unsigned long, unsigned long, unsigned long, pcg_detail::engine, false, pcg_detail::specific_stream, pcg_detail::default_multiplier>&, std::shared_ptr) @ 0x000000003c9f573d 11. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:577: DB::(anonymous namespace)::GenerateSource::generate() @ 0x000000003ca03c53 12. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 13. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 18. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 19. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 18:00:04.790918 [ 1417 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 64.00 GiB (attempt to allocate chunk of 68720001024 bytes), current RSS 0.00 B, maximum: 9.31 GiB.: While executing GenerateRandom. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. void DB::PODArrayBase<1ul, 4096ul, Allocator, 63ul, 64ul>::resize<>(unsigned long) @ 0x00000000088dbeb2 9. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:382: DB::fillColumnWithRandomData(std::shared_ptr, unsigned long, unsigned long, unsigned long, pcg_detail::engine, false, pcg_detail::specific_stream, pcg_detail::default_multiplier>&, std::shared_ptr) @ 0x000000003c9f0231 10. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:267: DB::fillColumnWithRandomData(std::shared_ptr, unsigned long, unsigned long, unsigned long, pcg_detail::engine, false, pcg_detail::specific_stream, pcg_detail::default_multiplier>&, std::shared_ptr) @ 0x000000003c9f573d 11. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:577: DB::(anonymous namespace)::GenerateSource::generate() @ 0x000000003ca03c53 12. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 13. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 18. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 19. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 18:00:04.835369 [ 3914 ] {781ab1d0-468f-41ba-9fcc-16dfc73311e9} executeQuery: Code: 42. DB::Exception: Number of arguments for function cutIPv6 doesn't match: passed 1, should be 3: In scope SELECT cutIPv6(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT cutIPv6('');) 2025.03.31 18:00:04.843269 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function cutIPv6 doesn't match: passed 1, should be 3: In scope SELECT cutIPv6(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:05.083665 [ 3914 ] {d6893cb8-5ac0-48c4-b725-70b787834052} executeQuery: Code: 42. DB::Exception: Number of arguments for function cutToFirstSignificantSubdomainCustom doesn't match: passed 1, should be 2: In scope SELECT cutToFirstSignificantSubdomainCustom(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT cutToFirstSignificantSubdomainCustom('');) 2025.03.31 18:00:05.093939 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function cutToFirstSignificantSubdomainCustom doesn't match: passed 1, should be 2: In scope SELECT cutToFirstSignificantSubdomainCustom(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:05.123856 [ 3914 ] {7e5a6707-546e-4829-a442-435a215baaa1} executeQuery: Code: 42. DB::Exception: Number of arguments for function cutToFirstSignificantSubdomainCustomRFC doesn't match: passed 1, should be 2: In scope SELECT cutToFirstSignificantSubdomainCustomRFC(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT cutToFirstSignificantSubdomainCustomRFC('');) 2025.03.31 18:00:05.132863 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function cutToFirstSignificantSubdomainCustomRFC doesn't match: passed 1, should be 2: In scope SELECT cutToFirstSignificantSubdomainCustomRFC(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:05.164291 [ 3914 ] {8c52e5e6-11d7-46bd-a4e0-3d18c9735523} executeQuery: Code: 42. DB::Exception: Number of arguments for function cutToFirstSignificantSubdomainCustomWithWWW doesn't match: passed 1, should be 2: In scope SELECT cutToFirstSignificantSubdomainCustomWithWWW(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT cutToFirstSignificantSubdomainCustomWithWWW('');) 2025.03.31 18:00:05.172541 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function cutToFirstSignificantSubdomainCustomWithWWW doesn't match: passed 1, should be 2: In scope SELECT cutToFirstSignificantSubdomainCustomWithWWW(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:05.204371 [ 3914 ] {d8f3402a-0ab9-4912-9350-61161926ecfd} executeQuery: Code: 42. DB::Exception: Number of arguments for function cutToFirstSignificantSubdomainCustomWithWWWRFC doesn't match: passed 1, should be 2: In scope SELECT cutToFirstSignificantSubdomainCustomWithWWWRFC(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT cutToFirstSignificantSubdomainCustomWithWWWRFC('');) 2025.03.31 18:00:05.214123 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function cutToFirstSignificantSubdomainCustomWithWWWRFC doesn't match: passed 1, should be 2: In scope SELECT cutToFirstSignificantSubdomainCustomWithWWWRFC(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:05.449818 [ 3914 ] {a7f678ca-efeb-49a3-a0db-f6c62583d329} executeQuery: Code: 42. DB::Exception: Number of arguments for function cutURLParameter doesn't match: passed 1, should be 2: In scope SELECT cutURLParameter(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT cutURLParameter('');) 2025.03.31 18:00:05.458449 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function cutURLParameter doesn't match: passed 1, should be 2: In scope SELECT cutURLParameter(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:05.559811 [ 3914 ] {50d4771e-4f8c-4145-ac1d-e07674015a0f} executeQuery: Code: 42. DB::Exception: Number of arguments for function damerauLevenshteinDistance doesn't match: passed 1, should be 2: In scope SELECT damerauLevenshteinDistance(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT damerauLevenshteinDistance('');) 2025.03.31 18:00:05.568368 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function damerauLevenshteinDistance doesn't match: passed 1, should be 2: In scope SELECT damerauLevenshteinDistance(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:05.602696 [ 3914 ] {49c88dd4-e21e-4b10-8aa5-1975d7f7c9d2} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'dateDiff'. Expected 3 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT dateDiff(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT dateDiff('');) 2025.03.31 18:00:05.611168 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'dateDiff'. Expected 3 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT dateDiff(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:05.644254 [ 3914 ] {b7ae11a8-c6d9-4c53-962d-385edfbb3f4b} executeQuery: Code: 42. DB::Exception: Number of arguments for function dateName doesn't match: passed 1: In scope SELECT dateName(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT dateName('');) 2025.03.31 18:00:05.652792 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dateName doesn't match: passed 1: In scope SELECT dateName(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:05.685896 [ 3914 ] {4ab145f9-05c4-44c9-ada4-7604c26693db} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'dateTime64ToSnowflake'. Expected: DateTime64, got: String: In scope SELECT dateTime64ToSnowflake(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT dateTime64ToSnowflake('');) 2025.03.31 18:00:05.694382 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'dateTime64ToSnowflake'. Expected: DateTime64, got: String: In scope SELECT dateTime64ToSnowflake(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:05.729406 [ 3914 ] {95558c9b-5723-4e6e-8fa6-4737879cc8a8} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'dateTime64ToSnowflakeID'. Expected: DateTime64, got: String: In scope SELECT dateTime64ToSnowflakeID(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT dateTime64ToSnowflakeID('');) 2025.03.31 18:00:05.738611 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'dateTime64ToSnowflakeID'. Expected: DateTime64, got: String: In scope SELECT dateTime64ToSnowflakeID(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:05.772661 [ 3914 ] {8b778701-ab10-407e-8397-6046b5524978} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'dateTimeToSnowflake'. Expected: DateTime, got: String: In scope SELECT dateTimeToSnowflake(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT dateTimeToSnowflake('');) 2025.03.31 18:00:05.780778 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'dateTimeToSnowflake'. Expected: DateTime, got: String: In scope SELECT dateTimeToSnowflake(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:05.813845 [ 3914 ] {c359cdbc-2ea8-4da6-b126-9ba1951ab06e} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'dateTimeToSnowflakeID'. Expected: DateTime, got: String: In scope SELECT dateTimeToSnowflakeID(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT dateTimeToSnowflakeID('');) 2025.03.31 18:00:05.822403 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'dateTimeToSnowflakeID'. Expected: DateTime, got: String: In scope SELECT dateTimeToSnowflakeID(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:05.855739 [ 55896 ] {343d528f-dc35-4139-b885-45f9c00a4296} executeQuery: Code: 407. DB::Exception: Convert overflow: In scope SELECT toUnixTimestamp(toDateTime64('1900-12-12 11:22:33', 0, 'UTC')). (DECIMAL_OVERFLOW) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42980) (comment: 01768_extended_range.sql) (in query: SELECT toUnixTimestamp(toDateTime64('1900-12-12 11:22:33', 0, 'UTC'));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./src/Core/DecimalFunctions.h:354: _ZN2DB18convertFromDecimalINS_18DataTypeDateTime64ENS_14DataTypeNumberIjEEQaa17IsDataTypeDecimalIT_E15is_arithmetic_vINT0_9FieldTypeEEEES6_RKNS4_9FieldTypeEj @ 0x0000000034cdc2f9 5. ./src/Functions/FunctionsConversion.h:1760: COW::immutable_ptr DB::detail::ConvertImpl, DB::detail::NameToUnixTimestamp, (DB::FormatSettings::DateTimeOverflowBehavior)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, DB::detail::BehaviourOnErrorFromString, void*) @ 0x0000000032a3904a 6. ./src/Functions/FunctionsConversion.h:2451: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUnixTimestamp, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUnixTimestamp, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x0000000032513182 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUnixTimestamp, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003258adc9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUnixTimestamp, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325899c2 9. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 12. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 14. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 15. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 18:00:05.856341 [ 3914 ] {c10fbfbf-68cb-4aae-9c1d-39bc27b94c64} executeQuery: Code: 42. DB::Exception: Number of arguments for function dateTrunc doesn't match: passed 1, should be 2 or 3: In scope SELECT dateTrunc(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT dateTrunc('');) 2025.03.31 18:00:05.861764 [ 55896 ] {} TCPHandler: Code: 407. DB::Exception: Convert overflow: In scope SELECT toUnixTimestamp(toDateTime64('1900-12-12 11:22:33', 0, 'UTC')). (DECIMAL_OVERFLOW), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./src/Core/DecimalFunctions.h:354: _ZN2DB18convertFromDecimalINS_18DataTypeDateTime64ENS_14DataTypeNumberIjEEQaa17IsDataTypeDecimalIT_E15is_arithmetic_vINT0_9FieldTypeEEEES6_RKNS4_9FieldTypeEj @ 0x0000000034cdc2f9 5. ./src/Functions/FunctionsConversion.h:1760: COW::immutable_ptr DB::detail::ConvertImpl, DB::detail::NameToUnixTimestamp, (DB::FormatSettings::DateTimeOverflowBehavior)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, DB::detail::BehaviourOnErrorFromString, void*) @ 0x0000000032a3904a 6. ./src/Functions/FunctionsConversion.h:2451: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUnixTimestamp, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUnixTimestamp, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x0000000032513182 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUnixTimestamp, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003258adc9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUnixTimestamp, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325899c2 9. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 12. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 14. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 15. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 18:00:05.864831 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dateTrunc doesn't match: passed 1, should be 2 or 3: In scope SELECT dateTrunc(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:05.898719 [ 3914 ] {689995e8-4205-49b9-b3e8-800a7ad56fd4} executeQuery: Code: 42. DB::Exception: Number of arguments for function toStartOfInterval doesn't match: passed 1, must be 2, 3 or 4: In scope SELECT date_bin(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT date_bin('');) 2025.03.31 18:00:05.908354 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toStartOfInterval doesn't match: passed 1, must be 2, 3 or 4: In scope SELECT date_bin(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:05.940415 [ 3914 ] {82b04c8e-94ab-4afa-bd87-275d30c2cc55} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'dateDiff'. Expected 3 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT dateDiff(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT date_diff('');) 2025.03.31 18:00:05.948221 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'dateDiff'. Expected 3 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT dateDiff(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:06.242900 [ 3914 ] {0d2b7229-65b7-4758-b659-473ad9224fcc} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'decrypt'. Expected 3 mandatory arguments and 2 optional arguments, got 1 argument: In scope SELECT decrypt(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT decrypt('');) 2025.03.31 18:00:06.251356 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'decrypt'. Expected 3 mandatory arguments and 2 optional arguments, got 1 argument: In scope SELECT decrypt(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:06.282079 [ 3914 ] {c674f575-b200-4dd4-a224-db6a136e3dde} executeQuery: Code: 42. DB::Exception: Number of arguments for function defaultProfiles doesn't match: passed 1, should be 0: In scope SELECT defaultProfiles(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT defaultProfiles('');) 2025.03.31 18:00:06.289949 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function defaultProfiles doesn't match: passed 1, should be 0: In scope SELECT defaultProfiles(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:06.321740 [ 3914 ] {f2d87fc8-c78d-4de0-9f1b-03f1bedf8746} executeQuery: Code: 42. DB::Exception: Number of arguments for function defaultRoles doesn't match: passed 1, should be 0: In scope SELECT defaultRoles(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT defaultRoles('');) 2025.03.31 18:00:06.329573 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function defaultRoles doesn't match: passed 1, should be 0: In scope SELECT defaultRoles(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:06.436993 [ 3914 ] {a7f64929-6567-43dd-ad63-49bbdbdb07eb} executeQuery: Code: 62. DB::Exception: Empty query: In scope SELECT defaultValueOfTypeName(''). (SYNTAX_ERROR) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT defaultValueOfTypeName('');) 2025.03.31 18:00:06.444650 [ 3914 ] {} TCPHandler: Code: 62. DB::Exception: Empty query: In scope SELECT defaultValueOfTypeName(''). (SYNTAX_ERROR) 2025.03.31 18:00:06.476296 [ 3914 ] {d136d04c-fe13-4ac6-b678-1b2e33e88813} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function degrees: In scope SELECT degrees(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT degrees('');) 2025.03.31 18:00:06.484059 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function degrees: In scope SELECT degrees(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:06.515000 [ 3914 ] {5e816613-ab38-4593-9192-fce67710cdb7} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function deltaSum. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT deltaSum('');) 2025.03.31 18:00:06.522730 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function deltaSum. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:06.540825 [ 71981 ] {47af5292-cbc8-4677-adef-7106c1ae92ed} executeQuery: Code: 565. DB::Exception: Too many partitions to read. Current 2, max 1. (TOO_MANY_PARTITIONS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:43034) (comment: 01632_max_partitions_to_read.sql) (in query: select * from p order by i;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception&>(int, FormatStringHelperImpl::type, std::type_identity&>::type>, unsigned long&&, DB::SettingFieldNumber&) @ 0x000000003e1ec4ed 4. ./build_docker/./src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:927: DB::MergeTreeDataSelectExecutor::checkLimits(DB::MergeTreeData const&, DB::ReadFromMergeTree::AnalysisResult const&, std::shared_ptr const&) @ 0x000000003e1d8757 5. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:2114: DB::ReadFromMergeTree::initializePipeline(DB::QueryPipelineBuilder&, DB::BuildQueryPipelineSettings const&) @ 0x00000000408aa812 6. ./build_docker/./src/Processors/QueryPlan/ISourceStep.cpp:20: DB::ISourceStep::updatePipeline(std::vector>, std::allocator>>>, DB::BuildQueryPipelineSettings const&) @ 0x0000000040795b55 7. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:188: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040813a6f 8. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:00:06.546962 [ 71981 ] {} TCPHandler: Code: 565. DB::Exception: Too many partitions to read. Current 2, max 1. (TOO_MANY_PARTITIONS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception&>(int, FormatStringHelperImpl::type, std::type_identity&>::type>, unsigned long&&, DB::SettingFieldNumber&) @ 0x000000003e1ec4ed 4. ./build_docker/./src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:927: DB::MergeTreeDataSelectExecutor::checkLimits(DB::MergeTreeData const&, DB::ReadFromMergeTree::AnalysisResult const&, std::shared_ptr const&) @ 0x000000003e1d8757 5. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:2114: DB::ReadFromMergeTree::initializePipeline(DB::QueryPipelineBuilder&, DB::BuildQueryPipelineSettings const&) @ 0x00000000408aa812 6. ./build_docker/./src/Processors/QueryPlan/ISourceStep.cpp:20: DB::ISourceStep::updatePipeline(std::vector>, std::allocator>>>, DB::BuildQueryPipelineSettings const&) @ 0x0000000040795b55 7. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:188: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040813a6f 8. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:00:06.554116 [ 3914 ] {cf3dc172-12af-4a69-be8e-f9c85c96f163} executeQuery: Code: 42. DB::Exception: Aggregate function deltaSumTimestamp requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT deltaSumTimestamp('');) 2025.03.31 18:00:06.561945 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function deltaSumTimestamp requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:06.686006 [ 3914 ] {c8755fbc-a3a6-4cd1-953b-7eeb9ec84e6b} executeQuery: Code: 36. DB::Exception: The function 'denseRank' can only be used as a window function, not as an aggregate function: While executing AggregatingTransform. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT denseRank('');) 2025.03.31 18:00:06.697382 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: The function 'denseRank' can only be used as a window function, not as an aggregate function: While executing AggregatingTransform. (BAD_ARGUMENTS) 2025.03.31 18:00:06.773190 [ 3914 ] {d1988c50-043d-4592-802f-b9993ba2cafc} executeQuery: Code: 36. DB::Exception: The function 'denseRank' can only be used as a window function, not as an aggregate function: While executing AggregatingTransform. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT dense_rank('');) 2025.03.31 18:00:06.786865 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: The function 'denseRank' can only be used as a window function, not as an aggregate function: While executing AggregatingTransform. (BAD_ARGUMENTS) 2025.03.31 18:00:06.817691 [ 3914 ] {92e594a9-9b2a-4f34-851a-d549d98cf11f} executeQuery: Code: 344. DB::Exception: Natural language processing function 'detectCharset' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT detectCharset('');) 2025.03.31 18:00:06.826029 [ 3914 ] {} TCPHandler: Code: 344. DB::Exception: Natural language processing function 'detectCharset' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) 2025.03.31 18:00:06.856179 [ 3914 ] {596cc7ae-423a-4ac4-89b5-c01122279702} executeQuery: Code: 344. DB::Exception: Natural language processing function 'detectLanguage' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT detectLanguage('');) 2025.03.31 18:00:06.865310 [ 3914 ] {} TCPHandler: Code: 344. DB::Exception: Natural language processing function 'detectLanguage' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) 2025.03.31 18:00:06.895355 [ 3914 ] {97ef7ceb-f6c0-411d-95de-79b5a7225bc9} executeQuery: Code: 344. DB::Exception: Natural language processing function 'detectLanguageMixed' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT detectLanguageMixed('');) 2025.03.31 18:00:06.903318 [ 3914 ] {} TCPHandler: Code: 344. DB::Exception: Natural language processing function 'detectLanguageMixed' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) 2025.03.31 18:00:06.934118 [ 3914 ] {fe650c93-4864-44b3-93a9-82e937e14d93} executeQuery: Code: 344. DB::Exception: Natural language processing function 'detectLanguageUnknown' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT detectLanguageUnknown('');) 2025.03.31 18:00:06.941600 [ 3914 ] {} TCPHandler: Code: 344. DB::Exception: Natural language processing function 'detectLanguageUnknown' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) 2025.03.31 18:00:06.971776 [ 3914 ] {6cb38b1f-5837-4565-9ff3-a7c160300bad} executeQuery: Code: 344. DB::Exception: Natural language processing function 'detectProgrammingLanguage' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT detectProgrammingLanguage('');) 2025.03.31 18:00:06.979846 [ 3914 ] {} TCPHandler: Code: 344. DB::Exception: Natural language processing function 'detectProgrammingLanguage' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) 2025.03.31 18:00:07.012694 [ 3914 ] {ff801c55-2e6e-4dad-9602-b284c9e257be} executeQuery: Code: 344. DB::Exception: Natural language processing function 'detectTonality' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT detectTonality('');) 2025.03.31 18:00:07.020441 [ 3914 ] {} TCPHandler: Code: 344. DB::Exception: Natural language processing function 'detectTonality' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) 2025.03.31 18:00:07.055185 [ 3914 ] {6772427d-c751-4d1b-817b-0810eeb18111} executeQuery: Code: 42. DB::Exception: Wrong argument count for function dictGet: In scope SELECT dictGet(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT dictGet('');) 2025.03.31 18:00:07.063831 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Wrong argument count for function dictGet: In scope SELECT dictGet(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:07.096236 [ 3914 ] {77203ea8-7ae4-4af8-a060-3883c1b313af} executeQuery: Code: 42. DB::Exception: Wrong argument count for function dictGetAll: In scope SELECT dictGetAll(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT dictGetAll('');) 2025.03.31 18:00:07.104147 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Wrong argument count for function dictGetAll: In scope SELECT dictGetAll(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:07.135524 [ 3914 ] {996bbf08-5f1c-4431-9a64-13d8a91ccdcd} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetChildren doesn't match: passed 1, should be 2: In scope SELECT dictGetChildren(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT dictGetChildren('');) 2025.03.31 18:00:07.143356 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetChildren doesn't match: passed 1, should be 2: In scope SELECT dictGetChildren(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:07.175972 [ 3914 ] {174d0d35-acc7-4c1b-92af-06c1103cca65} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetDate doesn't match: the function requires more arguments: In scope SELECT dictGetDate(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT dictGetDate('');) 2025.03.31 18:00:07.183557 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetDate doesn't match: the function requires more arguments: In scope SELECT dictGetDate(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:07.215778 [ 3914 ] {f6be9df1-56d4-45a3-b65f-59419a4b71e2} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetDateOrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetDateOrDefault(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT dictGetDateOrDefault('');) 2025.03.31 18:00:07.223703 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetDateOrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetDateOrDefault(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:07.256494 [ 3914 ] {f4393e49-ad55-4f52-a35e-1d144463124c} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetDateTime doesn't match: the function requires more arguments: In scope SELECT dictGetDateTime(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT dictGetDateTime('');) 2025.03.31 18:00:07.265324 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetDateTime doesn't match: the function requires more arguments: In scope SELECT dictGetDateTime(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:07.298032 [ 3914 ] {392a287e-5cb3-4f92-9efe-6b95befe0b79} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetDateTimeOrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetDateTimeOrDefault(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT dictGetDateTimeOrDefault('');) 2025.03.31 18:00:07.306161 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetDateTimeOrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetDateTimeOrDefault(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:07.342362 [ 3914 ] {30c0eb65-d96d-4915-83e9-81dea12c9ee8} executeQuery: Code: 42. DB::Exception: Illegal arguments size of function dictGetDescendants. Expects 2 or 3 arguments size. Actual size 1: In scope SELECT dictGetDescendants(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT dictGetDescendants('');) 2025.03.31 18:00:07.350151 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Illegal arguments size of function dictGetDescendants. Expects 2 or 3 arguments size. Actual size 1: In scope SELECT dictGetDescendants(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:07.385320 [ 3914 ] {64d1e1cd-3bf6-4f4b-b83f-fb6301df0e63} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetFloat32 doesn't match: the function requires more arguments: In scope SELECT dictGetFloat32(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT dictGetFloat32('');) 2025.03.31 18:00:07.392910 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetFloat32 doesn't match: the function requires more arguments: In scope SELECT dictGetFloat32(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:07.423745 [ 3914 ] {7431fa4e-a6bc-46b4-bee0-fd0ae0a2be91} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetFloat32OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetFloat32OrDefault(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT dictGetFloat32OrDefault('');) 2025.03.31 18:00:07.432010 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetFloat32OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetFloat32OrDefault(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:07.462233 [ 3914 ] {4c04cde4-7f3d-4b88-932c-ca9842ac9baf} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetFloat64 doesn't match: the function requires more arguments: In scope SELECT dictGetFloat64(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT dictGetFloat64('');) 2025.03.31 18:00:07.470297 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetFloat64 doesn't match: the function requires more arguments: In scope SELECT dictGetFloat64(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:07.503000 [ 3914 ] {70020cb9-48df-4c94-b9c9-cca659bee350} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetFloat64OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetFloat64OrDefault(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT dictGetFloat64OrDefault('');) 2025.03.31 18:00:07.511103 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetFloat64OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetFloat64OrDefault(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:07.544134 [ 3914 ] {9af03cbb-62ae-47e7-b9b1-f58f2d519b30} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetHierarchy doesn't match: passed 1, should be 2: In scope SELECT dictGetHierarchy(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT dictGetHierarchy('');) 2025.03.31 18:00:07.552309 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetHierarchy doesn't match: passed 1, should be 2: In scope SELECT dictGetHierarchy(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:07.584168 [ 3914 ] {55c18751-7367-4420-983e-770526b4ff3e} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetIPv4 doesn't match: the function requires more arguments: In scope SELECT dictGetIPv4(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT dictGetIPv4('');) 2025.03.31 18:00:07.592006 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetIPv4 doesn't match: the function requires more arguments: In scope SELECT dictGetIPv4(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:07.628567 [ 3914 ] {cd95fae3-8faa-43dc-8800-e2a18f7bc0bc} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetIPv4OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetIPv4OrDefault(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT dictGetIPv4OrDefault('');) 2025.03.31 18:00:07.637393 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetIPv4OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetIPv4OrDefault(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:07.670463 [ 3914 ] {8571747b-6a0d-448b-9b2a-e0bdc8f77efb} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetIPv6 doesn't match: the function requires more arguments: In scope SELECT dictGetIPv6(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT dictGetIPv6('');) 2025.03.31 18:00:07.678344 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetIPv6 doesn't match: the function requires more arguments: In scope SELECT dictGetIPv6(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:07.712517 [ 3914 ] {37ea9c57-6767-4ba5-94c0-f59976f6cbca} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetIPv6OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetIPv6OrDefault(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT dictGetIPv6OrDefault('');) 2025.03.31 18:00:07.721007 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetIPv6OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetIPv6OrDefault(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:07.755577 [ 3914 ] {27a2570c-aabc-4054-a416-fb803565574a} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetInt16 doesn't match: the function requires more arguments: In scope SELECT dictGetInt16(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT dictGetInt16('');) 2025.03.31 18:00:07.763712 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetInt16 doesn't match: the function requires more arguments: In scope SELECT dictGetInt16(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:07.793675 [ 3914 ] {8a13f5fc-4b0a-4f13-936c-33001481aa03} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetInt16OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetInt16OrDefault(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT dictGetInt16OrDefault('');) 2025.03.31 18:00:07.801307 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetInt16OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetInt16OrDefault(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:07.829623 [ 3914 ] {f50a4147-f451-4c8b-a9b3-b3c8c3e8c833} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetInt32 doesn't match: the function requires more arguments: In scope SELECT dictGetInt32(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT dictGetInt32('');) 2025.03.31 18:00:07.837115 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetInt32 doesn't match: the function requires more arguments: In scope SELECT dictGetInt32(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:07.866054 [ 3914 ] {e0cb4da8-c0c1-4d92-a4e9-c7471164748c} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetInt32OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetInt32OrDefault(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT dictGetInt32OrDefault('');) 2025.03.31 18:00:07.874517 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetInt32OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetInt32OrDefault(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:07.904722 [ 3914 ] {95e6944e-7346-412f-91ed-10893bfb0642} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetInt64 doesn't match: the function requires more arguments: In scope SELECT dictGetInt64(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT dictGetInt64('');) 2025.03.31 18:00:07.912364 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetInt64 doesn't match: the function requires more arguments: In scope SELECT dictGetInt64(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:07.944086 [ 3914 ] {a64172d0-bc3e-4c8f-8e91-a29e577731d0} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetInt64OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetInt64OrDefault(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT dictGetInt64OrDefault('');) 2025.03.31 18:00:07.952279 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetInt64OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetInt64OrDefault(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:07.989322 [ 3914 ] {e94c2b85-4473-43ee-9b69-53a8ecb153e4} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetInt8 doesn't match: the function requires more arguments: In scope SELECT dictGetInt8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT dictGetInt8('');) 2025.03.31 18:00:07.997206 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetInt8 doesn't match: the function requires more arguments: In scope SELECT dictGetInt8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:08.030951 [ 3914 ] {fffe54f3-f77f-4f71-9644-627e8f2e7f9c} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetInt8OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetInt8OrDefault(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT dictGetInt8OrDefault('');) 2025.03.31 18:00:08.039686 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetInt8OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetInt8OrDefault(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:08.072136 [ 3914 ] {c9ef91fd-a039-478e-b467-88efb7edd5a5} executeQuery: Code: 42. DB::Exception: Wrong argument count for function dictGetOrDefault: In scope SELECT dictGetOrDefault(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT dictGetOrDefault('');) 2025.03.31 18:00:08.080592 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Wrong argument count for function dictGetOrDefault: In scope SELECT dictGetOrDefault(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:08.110742 [ 3914 ] {5ec67331-84b7-4ed8-98c0-594d7efffaab} executeQuery: Code: 42. DB::Exception: Wrong argument count for function dictGet: In scope SELECT dictGetOrNull(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT dictGetOrNull('');) 2025.03.31 18:00:08.118649 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Wrong argument count for function dictGet: In scope SELECT dictGetOrNull(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:08.149959 [ 3914 ] {227e498b-4240-4171-8aed-1be323e78914} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetString doesn't match: the function requires more arguments: In scope SELECT dictGetString(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT dictGetString('');) 2025.03.31 18:00:08.158263 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetString doesn't match: the function requires more arguments: In scope SELECT dictGetString(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:08.191394 [ 3914 ] {a74974d4-fbb7-4273-b17b-9831151b1671} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetStringOrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetStringOrDefault(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT dictGetStringOrDefault('');) 2025.03.31 18:00:08.199270 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetStringOrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetStringOrDefault(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:08.227538 [ 3914 ] {322b52cc-88f0-4aab-85b7-3e5b44f3bd00} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetUInt16 doesn't match: the function requires more arguments: In scope SELECT dictGetUInt16(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT dictGetUInt16('');) 2025.03.31 18:00:08.236003 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetUInt16 doesn't match: the function requires more arguments: In scope SELECT dictGetUInt16(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:08.265677 [ 3914 ] {0af802e0-a3bc-4e49-92d4-6fecbfa53911} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetUInt16OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetUInt16OrDefault(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT dictGetUInt16OrDefault('');) 2025.03.31 18:00:08.273368 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetUInt16OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetUInt16OrDefault(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:08.307118 [ 3914 ] {fbd9110c-2ba0-4fbc-93fc-1ac59695646c} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetUInt32 doesn't match: the function requires more arguments: In scope SELECT dictGetUInt32(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT dictGetUInt32('');) 2025.03.31 18:00:08.315335 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetUInt32 doesn't match: the function requires more arguments: In scope SELECT dictGetUInt32(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:08.344526 [ 3914 ] {13002d15-d945-4364-bfab-c9e267d5a962} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetUInt32OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetUInt32OrDefault(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT dictGetUInt32OrDefault('');) 2025.03.31 18:00:08.352963 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetUInt32OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetUInt32OrDefault(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:08.383973 [ 3914 ] {9204f3bb-31ca-4a4f-8069-15c2f5a39c46} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetUInt64 doesn't match: the function requires more arguments: In scope SELECT dictGetUInt64(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT dictGetUInt64('');) 2025.03.31 18:00:08.392185 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetUInt64 doesn't match: the function requires more arguments: In scope SELECT dictGetUInt64(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:08.423028 [ 3914 ] {73b9ff09-03bd-40f6-ad78-f38d60865a83} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetUInt64OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetUInt64OrDefault(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT dictGetUInt64OrDefault('');) 2025.03.31 18:00:08.431273 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetUInt64OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetUInt64OrDefault(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:08.461871 [ 3914 ] {9cb65782-411c-4d9d-875d-8ec6818513c1} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetUInt8 doesn't match: the function requires more arguments: In scope SELECT dictGetUInt8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT dictGetUInt8('');) 2025.03.31 18:00:08.469899 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetUInt8 doesn't match: the function requires more arguments: In scope SELECT dictGetUInt8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:08.501072 [ 3914 ] {022180b4-73c0-4911-9ebc-9461e5e700fa} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetUInt8OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetUInt8OrDefault(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT dictGetUInt8OrDefault('');) 2025.03.31 18:00:08.509165 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetUInt8OrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetUInt8OrDefault(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:08.539998 [ 3914 ] {7823ecac-7067-490b-8e5b-c61dde7205c3} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetUUID doesn't match: the function requires more arguments: In scope SELECT dictGetUUID(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT dictGetUUID('');) 2025.03.31 18:00:08.547617 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetUUID doesn't match: the function requires more arguments: In scope SELECT dictGetUUID(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:08.577569 [ 3914 ] {599f5e14-4267-4c3e-8d30-f006b5200d4e} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetUUIDOrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetUUIDOrDefault(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT dictGetUUIDOrDefault('');) 2025.03.31 18:00:08.585351 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetUUIDOrDefault doesn't match: the function requires more arguments: In scope SELECT dictGetUUIDOrDefault(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:08.615201 [ 3914 ] {aaa59d96-f2d9-42dc-b389-1e0b8db39f97} executeQuery: Code: 42. DB::Exception: Wrong argument count for function dictHas: In scope SELECT dictHas(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT dictHas('');) 2025.03.31 18:00:08.623153 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Wrong argument count for function dictHas: In scope SELECT dictHas(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:08.655193 [ 3914 ] {caf6d630-d989-4945-9178-a07e169b1c4f} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictIsIn doesn't match: passed 1, should be 3: In scope SELECT dictIsIn(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT dictIsIn('');) 2025.03.31 18:00:08.663804 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictIsIn doesn't match: passed 1, should be 3: In scope SELECT dictIsIn(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:08.694690 [ 3914 ] {73cc28d3-a4cc-46be-9927-32f88b44ffe7} executeQuery: Code: 42. DB::Exception: Number of arguments for function displayName doesn't match: passed 1, should be 0: In scope SELECT displayName(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT displayName('');) 2025.03.31 18:00:08.702773 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function displayName doesn't match: passed 1, should be 0: In scope SELECT displayName(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:08.737012 [ 3914 ] {00996271-8046-4245-8bcd-1ad22a4c75c0} executeQuery: Code: 42. DB::Exception: Number of arguments for function L1Distance doesn't match: passed 1, should be 2: In scope SELECT distanceL1(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT distanceL1('');) 2025.03.31 18:00:08.746816 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function L1Distance doesn't match: passed 1, should be 2: In scope SELECT distanceL1(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:08.776351 [ 3914 ] {d6724d76-b281-4fd4-b8fb-29aad4a6bf1a} executeQuery: Code: 42. DB::Exception: Number of arguments for function L2Distance doesn't match: passed 1, should be 2: In scope SELECT distanceL2(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT distanceL2('');) 2025.03.31 18:00:08.784786 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function L2Distance doesn't match: passed 1, should be 2: In scope SELECT distanceL2(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:08.816069 [ 3914 ] {62f4dfb9-c924-4ce9-a08b-670710f4da77} executeQuery: Code: 42. DB::Exception: Number of arguments for function L2SquaredDistance doesn't match: passed 1, should be 2: In scope SELECT distanceL2Squared(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT distanceL2Squared('');) 2025.03.31 18:00:08.825703 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function L2SquaredDistance doesn't match: passed 1, should be 2: In scope SELECT distanceL2Squared(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:08.856525 [ 3914 ] {80e07cce-8d84-480f-85ef-5e1cb27c7f1a} executeQuery: Code: 42. DB::Exception: Number of arguments for function LinfDistance doesn't match: passed 1, should be 2: In scope SELECT distanceLinf(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT distanceLinf('');) 2025.03.31 18:00:08.864636 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function LinfDistance doesn't match: passed 1, should be 2: In scope SELECT distanceLinf(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:08.895615 [ 3914 ] {fca62de3-7773-4ae0-a4c4-8e9f80a6968f} executeQuery: Code: 42. DB::Exception: Number of arguments for function LpDistance doesn't match: passed 1, should be 3: In scope SELECT distanceLp(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT distanceLp('');) 2025.03.31 18:00:08.903590 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function LpDistance doesn't match: passed 1, should be 3: In scope SELECT distanceLp(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:08.934089 [ 3914 ] {531e9315-6838-4957-80d0-3689ecefdbf9} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function distinctDynamicTypes. Expected type Dynamic. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT distinctDynamicTypes('');) 2025.03.31 18:00:08.941852 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function distinctDynamicTypes. Expected type Dynamic. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:08.971249 [ 3914 ] {43893bd1-2b72-4a98-94af-ec15c0b7c0b1} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function distinctJSONPaths. Expected type JSON. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT distinctJSONPaths('');) 2025.03.31 18:00:08.978373 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function distinctJSONPaths. Expected type JSON. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:09.008696 [ 3914 ] {3f464f06-3f05-4428-8df5-f876afe60e5f} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function distinctJSONPathsAndTypes. Expected type JSON. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT distinctJSONPathsAndTypes('');) 2025.03.31 18:00:09.015912 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function distinctJSONPathsAndTypes. Expected type JSON. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:09.043684 [ 3914 ] {2ae7ce3d-1ac8-4ac4-9c1a-d7cc08108e0a} executeQuery: Code: 42. DB::Exception: Number of arguments for function divide doesn't match: passed 1, should be 2: In scope SELECT divide(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT divide('');) 2025.03.31 18:00:09.050392 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function divide doesn't match: passed 1, should be 2: In scope SELECT divide(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:09.077991 [ 3914 ] {f2a27ace-76d1-43bc-b6f7-1f1f91c14781} executeQuery: Code: 42. DB::Exception: Number of arguments for function divideDecimal does not match: 2 or 3 expected: In scope SELECT divideDecimal(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT divideDecimal('');) 2025.03.31 18:00:09.084851 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function divideDecimal does not match: 2 or 3 expected: In scope SELECT divideDecimal(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:09.383687 [ 3914 ] {dac58db4-8f9a-466a-a614-f34cf50ab4a4} executeQuery: Code: 42. DB::Exception: Number of arguments for function dotProduct doesn't match: passed 1, should be 2: In scope SELECT dotProduct(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT dotProduct('');) 2025.03.31 18:00:09.392512 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dotProduct doesn't match: passed 1, should be 2: In scope SELECT dotProduct(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:09.490050 [ 3914 ] {25c2650e-869e-400c-8be3-d961accbb442} executeQuery: Code: 42. DB::Exception: Number of arguments for function dynamicElement doesn't match: passed 1, should be 2: In scope SELECT dynamicElement(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT dynamicElement('');) 2025.03.31 18:00:09.498104 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dynamicElement doesn't match: passed 1, should be 2: In scope SELECT dynamicElement(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:09.529251 [ 3914 ] {6f623883-e2de-4c81-9298-57269521de39} executeQuery: Code: 43. DB::Exception: First argument for function dynamicType must be Dynamic, got String instead: In scope SELECT dynamicType(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT dynamicType('');) 2025.03.31 18:00:09.536736 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function dynamicType must be Dynamic, got String instead: In scope SELECT dynamicType(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:09.566617 [ 3914 ] {1e69f3fe-d229-434c-8973-92bef4e33dd8} executeQuery: Code: 42. DB::Exception: Number of arguments for function e doesn't match: passed 1, should be 0: In scope SELECT e(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT e('');) 2025.03.31 18:00:09.574266 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function e doesn't match: passed 1, should be 0: In scope SELECT e(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:09.603351 [ 3914 ] {5b298c20-d53c-4503-9b32-e8c590bf7494} executeQuery: Code: 42. DB::Exception: Number of arguments for function editDistance doesn't match: passed 1, should be 2: In scope SELECT editDistance(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT editDistance('');) 2025.03.31 18:00:09.610774 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function editDistance doesn't match: passed 1, should be 2: In scope SELECT editDistance(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:09.640636 [ 3914 ] {ded51585-502f-46de-bded-286457f4ba39} executeQuery: Code: 42. DB::Exception: Number of arguments for function editDistanceUTF8 doesn't match: passed 1, should be 2: In scope SELECT editDistanceUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT editDistanceUTF8('');) 2025.03.31 18:00:09.647932 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function editDistanceUTF8 doesn't match: passed 1, should be 2: In scope SELECT editDistanceUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:09.746718 [ 3914 ] {9f0bd5a9-fe46-43ff-9947-0f95f17171fe} executeQuery: Code: 42. DB::Exception: Number of arguments for function emptyArrayDate doesn't match: passed 1, should be 0: In scope SELECT emptyArrayDate(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT emptyArrayDate('');) 2025.03.31 18:00:09.754976 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function emptyArrayDate doesn't match: passed 1, should be 0: In scope SELECT emptyArrayDate(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:09.787452 [ 3914 ] {c03d4e3c-a088-443d-9d93-edfff9b31132} executeQuery: Code: 42. DB::Exception: Number of arguments for function emptyArrayDateTime doesn't match: passed 1, should be 0: In scope SELECT emptyArrayDateTime(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT emptyArrayDateTime('');) 2025.03.31 18:00:09.795374 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function emptyArrayDateTime doesn't match: passed 1, should be 0: In scope SELECT emptyArrayDateTime(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:09.825514 [ 3914 ] {2deefce7-3ce0-4288-be46-d40f7e41a784} executeQuery: Code: 42. DB::Exception: Number of arguments for function emptyArrayFloat32 doesn't match: passed 1, should be 0: In scope SELECT emptyArrayFloat32(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT emptyArrayFloat32('');) 2025.03.31 18:00:09.833025 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function emptyArrayFloat32 doesn't match: passed 1, should be 0: In scope SELECT emptyArrayFloat32(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:09.863648 [ 3914 ] {9475867c-dd3e-4d43-afe2-71967b562619} executeQuery: Code: 42. DB::Exception: Number of arguments for function emptyArrayFloat64 doesn't match: passed 1, should be 0: In scope SELECT emptyArrayFloat64(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT emptyArrayFloat64('');) 2025.03.31 18:00:09.872336 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function emptyArrayFloat64 doesn't match: passed 1, should be 0: In scope SELECT emptyArrayFloat64(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:09.902659 [ 3914 ] {24d727e2-8ba5-44da-a75b-3593a83e5a66} executeQuery: Code: 42. DB::Exception: Number of arguments for function emptyArrayInt16 doesn't match: passed 1, should be 0: In scope SELECT emptyArrayInt16(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT emptyArrayInt16('');) 2025.03.31 18:00:09.912023 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function emptyArrayInt16 doesn't match: passed 1, should be 0: In scope SELECT emptyArrayInt16(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:09.941911 [ 3914 ] {2015857f-a50d-403f-82db-465a710c9938} executeQuery: Code: 42. DB::Exception: Number of arguments for function emptyArrayInt32 doesn't match: passed 1, should be 0: In scope SELECT emptyArrayInt32(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT emptyArrayInt32('');) 2025.03.31 18:00:09.949611 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function emptyArrayInt32 doesn't match: passed 1, should be 0: In scope SELECT emptyArrayInt32(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:09.979322 [ 3914 ] {bc2d4bc1-8651-4835-8fba-271bc9910c77} executeQuery: Code: 42. DB::Exception: Number of arguments for function emptyArrayInt64 doesn't match: passed 1, should be 0: In scope SELECT emptyArrayInt64(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT emptyArrayInt64('');) 2025.03.31 18:00:09.989502 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function emptyArrayInt64 doesn't match: passed 1, should be 0: In scope SELECT emptyArrayInt64(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:10.017650 [ 3914 ] {28d0be46-6024-4930-a018-3bc398ac320d} executeQuery: Code: 42. DB::Exception: Number of arguments for function emptyArrayInt8 doesn't match: passed 1, should be 0: In scope SELECT emptyArrayInt8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT emptyArrayInt8('');) 2025.03.31 18:00:10.025288 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function emptyArrayInt8 doesn't match: passed 1, should be 0: In scope SELECT emptyArrayInt8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:10.055735 [ 3914 ] {60a1026f-7f5d-4fd0-9786-ce43b1e97085} executeQuery: Code: 42. DB::Exception: Number of arguments for function emptyArrayString doesn't match: passed 1, should be 0: In scope SELECT emptyArrayString(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT emptyArrayString('');) 2025.03.31 18:00:10.063656 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function emptyArrayString doesn't match: passed 1, should be 0: In scope SELECT emptyArrayString(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:10.093311 [ 3914 ] {fa58a3ef-d011-4e6e-b4d2-cfa6dab88610} executeQuery: Code: 43. DB::Exception: Argument for function emptyArrayToSingle must be array.: In scope SELECT emptyArrayToSingle(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT emptyArrayToSingle('');) 2025.03.31 18:00:10.102182 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Argument for function emptyArrayToSingle must be array.: In scope SELECT emptyArrayToSingle(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:10.129853 [ 3914 ] {0690d31f-d887-4244-9370-52050bf97825} executeQuery: Code: 42. DB::Exception: Number of arguments for function emptyArrayUInt16 doesn't match: passed 1, should be 0: In scope SELECT emptyArrayUInt16(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT emptyArrayUInt16('');) 2025.03.31 18:00:10.137662 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function emptyArrayUInt16 doesn't match: passed 1, should be 0: In scope SELECT emptyArrayUInt16(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:10.170744 [ 3914 ] {715c37ce-431c-4db0-ab38-acb5882457cf} executeQuery: Code: 42. DB::Exception: Number of arguments for function emptyArrayUInt32 doesn't match: passed 1, should be 0: In scope SELECT emptyArrayUInt32(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT emptyArrayUInt32('');) 2025.03.31 18:00:10.179482 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function emptyArrayUInt32 doesn't match: passed 1, should be 0: In scope SELECT emptyArrayUInt32(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:10.210488 [ 3914 ] {d82ebd15-6278-4bfe-a327-d56df60534d7} executeQuery: Code: 42. DB::Exception: Number of arguments for function emptyArrayUInt64 doesn't match: passed 1, should be 0: In scope SELECT emptyArrayUInt64(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT emptyArrayUInt64('');) 2025.03.31 18:00:10.218702 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function emptyArrayUInt64 doesn't match: passed 1, should be 0: In scope SELECT emptyArrayUInt64(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:10.250654 [ 3914 ] {1d451e36-82c4-45e7-b852-5baafc876c9e} executeQuery: Code: 42. DB::Exception: Number of arguments for function emptyArrayUInt8 doesn't match: passed 1, should be 0: In scope SELECT emptyArrayUInt8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT emptyArrayUInt8('');) 2025.03.31 18:00:10.259580 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function emptyArrayUInt8 doesn't match: passed 1, should be 0: In scope SELECT emptyArrayUInt8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:10.289584 [ 3914 ] {79f08cda-0d97-412b-b0d8-c242ce927c4b} executeQuery: Code: 42. DB::Exception: Number of arguments for function enabledProfiles doesn't match: passed 1, should be 0: In scope SELECT enabledProfiles(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT enabledProfiles('');) 2025.03.31 18:00:10.297662 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function enabledProfiles doesn't match: passed 1, should be 0: In scope SELECT enabledProfiles(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:10.329637 [ 3914 ] {3ac2fd4f-ed11-4e69-b91f-0f4600db6034} executeQuery: Code: 42. DB::Exception: Number of arguments for function enabledRoles doesn't match: passed 1, should be 0: In scope SELECT enabledRoles(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT enabledRoles('');) 2025.03.31 18:00:10.338662 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function enabledRoles doesn't match: passed 1, should be 0: In scope SELECT enabledRoles(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:10.573539 [ 3914 ] {7f0fdaf1-1ef6-45ba-affe-02700a3de89e} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'encrypt'. Expected 3 mandatory arguments and 2 optional arguments, got 1 argument: In scope SELECT encrypt(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT encrypt('');) 2025.03.31 18:00:10.582921 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'encrypt'. Expected 3 mandatory arguments and 2 optional arguments, got 1 argument: In scope SELECT encrypt(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:10.614323 [ 3914 ] {099cf29c-cad3-44af-80bb-dcf1acf144a6} executeQuery: Code: 42. DB::Exception: Number of arguments for function endsWith doesn't match: passed 1, should be 2: In scope SELECT endsWith(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT endsWith('');) 2025.03.31 18:00:10.622688 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function endsWith doesn't match: passed 1, should be 2: In scope SELECT endsWith(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:10.655501 [ 3914 ] {b0418040-966d-438a-aa60-9dfb4b53882a} executeQuery: Code: 42. DB::Exception: Number of arguments for function endsWithUTF8 doesn't match: passed 1, should be 2: In scope SELECT endsWithUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT endsWithUTF8('');) 2025.03.31 18:00:10.664056 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function endsWithUTF8 doesn't match: passed 1, should be 2: In scope SELECT endsWithUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:10.777297 [ 3914 ] {5ca4e31a-e37b-4c9b-bbdb-65b65c95dcdb} executeQuery: Code: 42. DB::Exception: Number of arguments for function equals doesn't match: passed 1, should be 2: In scope SELECT equals(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT equals('');) 2025.03.31 18:00:10.786578 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function equals doesn't match: passed 1, should be 2: In scope SELECT equals(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:10.818895 [ 3914 ] {45cfd9fa-e1c8-4f9a-8c1c-074d58a71af0} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function erf: In scope SELECT erf(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT erf('');) 2025.03.31 18:00:10.827415 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function erf: In scope SELECT erf(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:10.857537 [ 3914 ] {18f5050a-fd38-41c5-a176-afc023c0ffd9} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function erfc: In scope SELECT erfc(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT erfc('');) 2025.03.31 18:00:10.865521 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function erfc: In scope SELECT erfc(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:10.900048 [ 3914 ] {ae32767a-2bac-4afd-9844-1280cc7785ef} executeQuery: Code: 36. DB::Exception: The argument of function errorCodeToName must have simple numeric type, possibly Nullable: In scope SELECT errorCodeToName(''). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT errorCodeToName('');) 2025.03.31 18:00:10.908227 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: The argument of function errorCodeToName must have simple numeric type, possibly Nullable: In scope SELECT errorCodeToName(''). (BAD_ARGUMENTS) 2025.03.31 18:00:10.939559 [ 3914 ] {a04b2fab-7c54-49d7-aaa6-7b6d5fd72c37} executeQuery: Code: 43. DB::Exception: Argument for function evalMLMethod must have type AggregateFunction - state of aggregate function.: In scope SELECT evalMLMethod(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT evalMLMethod('');) 2025.03.31 18:00:10.948169 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Argument for function evalMLMethod must have type AggregateFunction - state of aggregate function.: In scope SELECT evalMLMethod(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:10.978852 [ 3914 ] {b01a93e3-8ebd-4cee-ab35-c347177ff836} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function exp: In scope SELECT exp(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT exp('');) 2025.03.31 18:00:10.986958 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function exp: In scope SELECT exp(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:11.018966 [ 3914 ] {5eba02f2-789f-4a90-ac27-979f408ebf3a} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function exp10: In scope SELECT exp10(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT exp10('');) 2025.03.31 18:00:11.026824 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function exp10: In scope SELECT exp10(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:11.059925 [ 3914 ] {edefc9ec-7063-48c4-a516-f091cb45f7de} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function exp2: In scope SELECT exp2(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT exp2('');) 2025.03.31 18:00:11.068524 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function exp2: In scope SELECT exp2(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:11.103614 [ 3914 ] {5882fc63-3f25-4eb4-beb4-dec3dc54e262} executeQuery: Code: 42. DB::Exception: Aggregate function exponentialMovingAverage requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT exponentialMovingAverage('');) 2025.03.31 18:00:11.111569 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function exponentialMovingAverage requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:11.148384 [ 3914 ] {7b01f419-2b70-4825-911b-40f08857e4c1} executeQuery: Code: 42. DB::Exception: Function exponentialTimeDecayedAvg takes exactly one parameter. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT exponentialTimeDecayedAvg('');) 2025.03.31 18:00:11.156107 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function exponentialTimeDecayedAvg takes exactly one parameter. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:11.190372 [ 3914 ] {6bb726be-352a-498b-927a-49e45a2de7ae} executeQuery: Code: 42. DB::Exception: Function exponentialTimeDecayedCount takes exactly one parameter. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT exponentialTimeDecayedCount('');) 2025.03.31 18:00:11.198041 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function exponentialTimeDecayedCount takes exactly one parameter. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:11.229492 [ 3914 ] {d1a61c99-11e6-4b7f-b432-c6f58c6e6ee0} executeQuery: Code: 42. DB::Exception: Function exponentialTimeDecayedMax takes exactly one parameter. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT exponentialTimeDecayedMax('');) 2025.03.31 18:00:11.237287 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function exponentialTimeDecayedMax takes exactly one parameter. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:11.271843 [ 3914 ] {e041c3b3-7905-4b2f-8fac-dd6ada263148} executeQuery: Code: 42. DB::Exception: Function exponentialTimeDecayedSum takes exactly one parameter. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT exponentialTimeDecayedSum('');) 2025.03.31 18:00:11.280244 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function exponentialTimeDecayedSum takes exactly one parameter. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:11.311713 [ 3914 ] {2574b3a8-2c19-4d8f-9f4a-12448ee256f0} executeQuery: Code: 42. DB::Exception: Number of arguments for function extract doesn't match: passed 1, should be 2: In scope SELECT extract(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT extract('');) 2025.03.31 18:00:11.319712 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function extract doesn't match: passed 1, should be 2: In scope SELECT extract(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:11.351724 [ 3914 ] {4f91f1fe-e2f3-41ac-a9c9-4f133adc5565} executeQuery: Code: 42. DB::Exception: Number of arguments for function extractAll doesn't match: passed 1, should be 2: In scope SELECT extractAll(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT extractAll('');) 2025.03.31 18:00:11.360170 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function extractAll doesn't match: passed 1, should be 2: In scope SELECT extractAll(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:11.391666 [ 3914 ] {5eaf009e-dbba-4e43-b67f-10cddbb9da84} executeQuery: Code: 42. DB::Exception: Number of arguments for function extractAllGroupsVertical doesn't match: passed 1, should be 2: In scope SELECT extractAllGroups(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT extractAllGroups('');) 2025.03.31 18:00:11.400176 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function extractAllGroupsVertical doesn't match: passed 1, should be 2: In scope SELECT extractAllGroups(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:11.431337 [ 3914 ] {b155492c-3403-4819-9049-ab95ee8dba99} executeQuery: Code: 42. DB::Exception: Number of arguments for function extractAllGroupsHorizontal doesn't match: passed 1, should be 2: In scope SELECT extractAllGroupsHorizontal(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT extractAllGroupsHorizontal('');) 2025.03.31 18:00:11.439706 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function extractAllGroupsHorizontal doesn't match: passed 1, should be 2: In scope SELECT extractAllGroupsHorizontal(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:11.472451 [ 3914 ] {5bc19a39-e4ef-4579-b3d6-3538214acc43} executeQuery: Code: 42. DB::Exception: Number of arguments for function extractAllGroupsVertical doesn't match: passed 1, should be 2: In scope SELECT extractAllGroupsVertical(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT extractAllGroupsVertical('');) 2025.03.31 18:00:11.480694 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function extractAllGroupsVertical doesn't match: passed 1, should be 2: In scope SELECT extractAllGroupsVertical(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:11.513960 [ 3914 ] {fdb6124b-12c5-4144-a793-908b951e70db} executeQuery: Code: 42. DB::Exception: Number of arguments for function extractGroups doesn't match: passed 1, should be 2: In scope SELECT extractGroups(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT extractGroups('');) 2025.03.31 18:00:11.522364 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function extractGroups doesn't match: passed 1, should be 2: In scope SELECT extractGroups(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:11.778346 [ 3914 ] {018ab2f1-5b66-4ed1-906e-7c21dba1f51b} executeQuery: Code: 42. DB::Exception: Number of arguments for function extractURLParameter doesn't match: passed 1, should be 2: In scope SELECT extractURLParameter(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT extractURLParameter('');) 2025.03.31 18:00:11.786407 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function extractURLParameter doesn't match: passed 1, should be 2: In scope SELECT extractURLParameter(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:11.955085 [ 3914 ] {a4027e5e-b2d9-4849-8db7-d02be6417e6f} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function factorial: In scope SELECT factorial(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT factorial('');) 2025.03.31 18:00:11.963743 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function factorial: In scope SELECT factorial(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:12.128137 [ 3914 ] {3fd87bf6-4d34-4b8f-bd42-ef7dd6c2457f} executeQuery: Code: 74. DB::ErrnoException: Cannot read from file /var/lib/clickhouse/user_files/: , errno: 21, strerror: Is a directory: In scope SELECT file(''). (CANNOT_READ_FROM_FILE_DESCRIPTOR) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT file('');) 2025.03.31 18:00:12.136879 [ 3914 ] {} TCPHandler: Code: 74. DB::ErrnoException: Cannot read from file /var/lib/clickhouse/user_files/: , errno: 21, strerror: Is a directory: In scope SELECT file(''). (CANNOT_READ_FROM_FILE_DESCRIPTOR) 2025.03.31 18:00:12.168501 [ 3914 ] {ccb27653-749e-4e27-8b8f-b93aa5b54e67} executeQuery: Code: 479. DB::Exception: Unknown disk name while execute function filesystemAvailable: In scope SELECT filesystemAvailable(''). (UNKNOWN_DISK) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT filesystemAvailable('');) 2025.03.31 18:00:12.176561 [ 3914 ] {} TCPHandler: Code: 479. DB::Exception: Unknown disk name while execute function filesystemAvailable: In scope SELECT filesystemAvailable(''). (UNKNOWN_DISK) 2025.03.31 18:00:12.208278 [ 3914 ] {84c0e8b3-bbb2-4b7c-ba89-cc4baa7f4649} executeQuery: Code: 479. DB::Exception: Unknown disk name while execute function filesystemCapacity: In scope SELECT filesystemCapacity(''). (UNKNOWN_DISK) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT filesystemCapacity('');) 2025.03.31 18:00:12.216279 [ 3914 ] {} TCPHandler: Code: 479. DB::Exception: Unknown disk name while execute function filesystemCapacity: In scope SELECT filesystemCapacity(''). (UNKNOWN_DISK) 2025.03.31 18:00:12.247489 [ 3914 ] {11663175-c852-4d6a-805e-0675a9b7e41a} executeQuery: Code: 479. DB::Exception: Unknown disk name while execute function filesystemUnreserved: In scope SELECT filesystemUnreserved(''). (UNKNOWN_DISK) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT filesystemUnreserved('');) 2025.03.31 18:00:12.256052 [ 3914 ] {} TCPHandler: Code: 479. DB::Exception: Unknown disk name while execute function filesystemUnreserved: In scope SELECT filesystemUnreserved(''). (UNKNOWN_DISK) 2025.03.31 18:00:12.285262 [ 3914 ] {dcc11a3a-47df-4971-9817-36c52c4b9172} executeQuery: Code: 43. DB::Exception: Argument for function 'finalizeAggregation' must have type AggregateFunction - state of aggregate function. Got 'String' instead: In scope SELECT finalizeAggregation(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT finalizeAggregation('');) 2025.03.31 18:00:12.292927 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Argument for function 'finalizeAggregation' must have type AggregateFunction - state of aggregate function. Got 'String' instead: In scope SELECT finalizeAggregation(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:12.459046 [ 3914 ] {6a5dc30f-adc7-4d1d-b37b-28cb285eb3fb} executeQuery: Code: 42. DB::Exception: Number of arguments for function firstSignificantSubdomainCustom doesn't match: passed 1, should be 2: In scope SELECT firstSignificantSubdomainCustom(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT firstSignificantSubdomainCustom('');) 2025.03.31 18:00:12.467559 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function firstSignificantSubdomainCustom doesn't match: passed 1, should be 2: In scope SELECT firstSignificantSubdomainCustom(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:12.499465 [ 3914 ] {f2951daa-99c8-4cac-86ba-88a8f70d3ffc} executeQuery: Code: 42. DB::Exception: Number of arguments for function firstSignificantSubdomainCustomRFC doesn't match: passed 1, should be 2: In scope SELECT firstSignificantSubdomainCustomRFC(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT firstSignificantSubdomainCustomRFC('');) 2025.03.31 18:00:12.507744 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function firstSignificantSubdomainCustomRFC doesn't match: passed 1, should be 2: In scope SELECT firstSignificantSubdomainCustomRFC(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:12.862218 [ 3914 ] {16e334c8-bd9f-43c9-a810-d0b5862f34ec} executeQuery: Code: 43. DB::Exception: First argument (trace) for function flameGraph must be Array(UInt64), but it has type String. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT flameGraph('');) 2025.03.31 18:00:12.873707 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument (trace) for function flameGraph must be Array(UInt64), but it has type String. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:12.901653 [ 3914 ] {f63a7820-2395-455f-9372-0892b8261f2e} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function arrayFlatten, expected Array: In scope SELECT flatten(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT flatten('');) 2025.03.31 18:00:12.909759 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function arrayFlatten, expected Array: In scope SELECT flatten(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:12.941009 [ 3914 ] {295349bf-cf35-4a7c-9714-6f779297ec4a} executeQuery: Code: 43. DB::Exception: Argument for function 'flattenTuple' must be Named Tuple. Got 'String': In scope SELECT flattenTuple(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT flattenTuple('');) 2025.03.31 18:00:12.949365 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Argument for function 'flattenTuple' must be Named Tuple. Got 'String': In scope SELECT flattenTuple(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:12.979767 [ 3914 ] {39be9f8f-060d-464a-849f-ea6c9124476c} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'x' to function 'floor'. Expected: A number to round, got: String: In scope SELECT floor(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT floor('');) 2025.03.31 18:00:12.992593 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'x' to function 'floor'. Expected: A number to round, got: String: In scope SELECT floor(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:13.024237 [ 3914 ] {58aa58df-b740-46aa-b2b2-e5f25c54825d} executeQuery: Code: 42. DB::Exception: Number of arguments for function format doesn't match: passed 1, should be at least 2: In scope SELECT format(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT format('');) 2025.03.31 18:00:13.032198 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function format doesn't match: passed 1, should be at least 2: In scope SELECT format(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:13.065932 [ 3914 ] {fc20fb33-b7d0-42f8-b939-b6bd46a73be0} executeQuery: Code: 42. DB::Exception: Number of arguments for function formatDateTime doesn't match: passed 1, should be 2 or 3: In scope SELECT formatDateTime(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT formatDateTime('');) 2025.03.31 18:00:13.075354 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function formatDateTime doesn't match: passed 1, should be 2 or 3: In scope SELECT formatDateTime(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:13.103923 [ 3914 ] {cfa75066-ee42-4495-b186-02adbce4468f} executeQuery: Code: 42. DB::Exception: Number of arguments for function formatDateTimeInJodaSyntax doesn't match: passed 1, should be 2 or 3: In scope SELECT formatDateTimeInJodaSyntax(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT formatDateTimeInJodaSyntax('');) 2025.03.31 18:00:13.111898 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function formatDateTimeInJodaSyntax doesn't match: passed 1, should be 2 or 3: In scope SELECT formatDateTimeInJodaSyntax(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:13.142998 [ 3914 ] {3cda5cc8-5d7b-424d-9761-c31f67dfcf66} executeQuery: Code: 62. DB::Exception: Empty query: In scope SELECT formatQuery(''). (SYNTAX_ERROR) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT formatQuery('');) 2025.03.31 18:00:13.153760 [ 3914 ] {} TCPHandler: Code: 62. DB::Exception: Empty query: In scope SELECT formatQuery(''). (SYNTAX_ERROR) 2025.03.31 18:00:13.254200 [ 3914 ] {3da97649-a7b7-4035-8303-c038c8dca1f5} executeQuery: Code: 62. DB::Exception: Empty query: In scope SELECT formatQuerySingleLine(''). (SYNTAX_ERROR) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT formatQuerySingleLine('');) 2025.03.31 18:00:13.262556 [ 3914 ] {} TCPHandler: Code: 62. DB::Exception: Empty query: In scope SELECT formatQuerySingleLine(''). (SYNTAX_ERROR) 2025.03.31 18:00:13.380645 [ 3914 ] {55ec1f56-e2e8-4388-b189-25c026252866} executeQuery: Code: 43. DB::Exception: Cannot format String because it's not a native numeric type: In scope SELECT formatReadableDecimalSize(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT formatReadableDecimalSize('');) 2025.03.31 18:00:13.389119 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Cannot format String because it's not a native numeric type: In scope SELECT formatReadableDecimalSize(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:13.422842 [ 3914 ] {bb51a918-f555-4756-bdfd-3fb76fb6986f} executeQuery: Code: 43. DB::Exception: Cannot format String because it's not a native numeric type: In scope SELECT formatReadableQuantity(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT formatReadableQuantity('');) 2025.03.31 18:00:13.432063 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Cannot format String because it's not a native numeric type: In scope SELECT formatReadableQuantity(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:13.462271 [ 3914 ] {dbdb27ec-a145-4e0d-a595-81e740326753} executeQuery: Code: 43. DB::Exception: Cannot format String because it's not a native numeric type: In scope SELECT formatReadableSize(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT formatReadableSize('');) 2025.03.31 18:00:13.471100 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Cannot format String because it's not a native numeric type: In scope SELECT formatReadableSize(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:13.502318 [ 3914 ] {2993518c-dadb-4c09-a85f-acf01b567b53} executeQuery: Code: 43. DB::Exception: Cannot format String as time delta: In scope SELECT formatReadableTimeDelta(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT formatReadableTimeDelta('');) 2025.03.31 18:00:13.510325 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Cannot format String as time delta: In scope SELECT formatReadableTimeDelta(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:13.543981 [ 3914 ] {e11e4509-7523-4999-8578-3e0489a9e4d0} executeQuery: Code: 42. DB::Exception: Function formatRow requires at least two arguments: the format name and its output expression(s): In scope SELECT formatRow(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT formatRow('');) 2025.03.31 18:00:13.551769 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function formatRow requires at least two arguments: the format name and its output expression(s): In scope SELECT formatRow(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:13.582041 [ 3914 ] {5806911f-6ed1-42e6-8c82-0983841dee1f} executeQuery: Code: 42. DB::Exception: Function formatRowNoNewline requires at least two arguments: the format name and its output expression(s): In scope SELECT formatRowNoNewline(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT formatRowNoNewline('');) 2025.03.31 18:00:13.589430 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function formatRowNoNewline requires at least two arguments: the format name and its output expression(s): In scope SELECT formatRowNoNewline(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:13.688096 [ 3914 ] {82162fec-d5ca-4971-970d-722400f54eab} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'days' to function 'fromDaysSinceYearZero'. Expected: Integer, got: String: In scope SELECT fromDaysSinceYearZero(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT fromDaysSinceYearZero('');) 2025.03.31 18:00:13.695060 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'days' to function 'fromDaysSinceYearZero'. Expected: Integer, got: String: In scope SELECT fromDaysSinceYearZero(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:13.724239 [ 3914 ] {a7bd9fd4-ce15-43f7-848f-0977e77aa165} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'days' to function 'fromDaysSinceYearZero32'. Expected: Integer, got: String: In scope SELECT fromDaysSinceYearZero32(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT fromDaysSinceYearZero32('');) 2025.03.31 18:00:13.732003 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'days' to function 'fromDaysSinceYearZero32'. Expected: Integer, got: String: In scope SELECT fromDaysSinceYearZero32(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:13.762821 [ 3914 ] {555d8de2-7596-4715-93c4-3f48672255d4} executeQuery: Code: 43. DB::Exception: The argument of function fromModifiedJulianDay must be integral: In scope SELECT fromModifiedJulianDay(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT fromModifiedJulianDay('');) 2025.03.31 18:00:13.771284 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The argument of function fromModifiedJulianDay must be integral: In scope SELECT fromModifiedJulianDay(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:13.801944 [ 3914 ] {628c98ae-de3f-49bf-a3fe-1d6e1cc108e9} executeQuery: Code: 43. DB::Exception: The argument of function fromModifiedJulianDayOrNull must be integral: In scope SELECT fromModifiedJulianDayOrNull(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT fromModifiedJulianDayOrNull('');) 2025.03.31 18:00:13.809564 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The argument of function fromModifiedJulianDayOrNull must be integral: In scope SELECT fromModifiedJulianDayOrNull(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:13.835640 [ 3914 ] {b13fd8ba-2d59-47a5-b588-39422b48d8ab} executeQuery: Code: 42. DB::Exception: Number of arguments for function fromUTCTimestamp doesn't match: passed 1, should be 2: In scope SELECT fromUTCTimestamp(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT fromUTCTimestamp('');) 2025.03.31 18:00:13.843432 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function fromUTCTimestamp doesn't match: passed 1, should be 2: In scope SELECT fromUTCTimestamp(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:13.874344 [ 3914 ] {cb0ea8f6-b9c6-499d-855e-dfabb5723351} executeQuery: Code: 43. DB::Exception: Illegal type String of first argument of function fromUnixTimestamp when arguments size is 1. Should be integer: In scope SELECT fromUnixTimestamp(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT fromUnixTimestamp('');) 2025.03.31 18:00:13.881925 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of first argument of function fromUnixTimestamp when arguments size is 1. Should be integer: In scope SELECT fromUnixTimestamp(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:13.912954 [ 3914 ] {bec4db8a-bf87-4a6f-a61f-23d94d1bd485} executeQuery: Code: 43. DB::Exception: The first argument for function fromUnixTimestamp64Micro must be integer: In scope SELECT fromUnixTimestamp64Micro(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT fromUnixTimestamp64Micro('');) 2025.03.31 18:00:13.920628 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The first argument for function fromUnixTimestamp64Micro must be integer: In scope SELECT fromUnixTimestamp64Micro(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:13.948861 [ 3914 ] {ea2848fa-b89a-4d1a-acf7-39fef5b21b42} executeQuery: Code: 43. DB::Exception: The first argument for function fromUnixTimestamp64Milli must be integer: In scope SELECT fromUnixTimestamp64Milli(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT fromUnixTimestamp64Milli('');) 2025.03.31 18:00:13.956295 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The first argument for function fromUnixTimestamp64Milli must be integer: In scope SELECT fromUnixTimestamp64Milli(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:13.983512 [ 3914 ] {628e8e11-217a-498a-ab60-43e70a1633fe} executeQuery: Code: 43. DB::Exception: The first argument for function fromUnixTimestamp64Nano must be integer: In scope SELECT fromUnixTimestamp64Nano(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT fromUnixTimestamp64Nano('');) 2025.03.31 18:00:13.990801 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The first argument for function fromUnixTimestamp64Nano must be integer: In scope SELECT fromUnixTimestamp64Nano(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:14.020384 [ 3914 ] {623ce3d5-46ac-4a40-ba8e-5a8fca134ba9} executeQuery: Code: 43. DB::Exception: The first argument for function fromUnixTimestamp64Second must be integer: In scope SELECT fromUnixTimestamp64Second(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT fromUnixTimestamp64Second('');) 2025.03.31 18:00:14.027863 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The first argument for function fromUnixTimestamp64Second must be integer: In scope SELECT fromUnixTimestamp64Second(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:14.057939 [ 3914 ] {efdcef5d-b533-4dfc-8281-b2d362ea28e4} executeQuery: Code: 43. DB::Exception: Illegal type String of first argument of function fromUnixTimestampInJodaSyntax when arguments size is 1. Should be integer: In scope SELECT fromUnixTimestampInJodaSyntax(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT fromUnixTimestampInJodaSyntax('');) 2025.03.31 18:00:14.065284 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of first argument of function fromUnixTimestampInJodaSyntax when arguments size is 1. Should be integer: In scope SELECT fromUnixTimestampInJodaSyntax(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:14.095002 [ 3914 ] {e23a5523-876a-48ab-896a-fe4f975113eb} executeQuery: Code: 42. DB::Exception: Number of arguments for function fromUTCTimestamp doesn't match: passed 1, should be 2: In scope SELECT from_utc_timestamp(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT from_utc_timestamp('');) 2025.03.31 18:00:14.102503 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function fromUTCTimestamp doesn't match: passed 1, should be 2: In scope SELECT from_utc_timestamp(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:14.138023 [ 3914 ] {120997dc-c01e-4389-9c79-ace7b14819bb} executeQuery: Code: 42. DB::Exception: Number of arguments for function FQDN doesn't match: passed 1, should be 0: In scope SELECT fullHostName(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT fullHostName('');) 2025.03.31 18:00:14.146949 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function FQDN doesn't match: passed 1, should be 0: In scope SELECT fullHostName(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:14.180906 [ 3914 ] {0d159f5b-9b14-4ed5-91eb-401f1722bc81} executeQuery: Code: 42. DB::Exception: Number of arguments for function fuzzBits doesn't match: passed 1, should be 2: In scope SELECT fuzzBits(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT fuzzBits('');) 2025.03.31 18:00:14.189116 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function fuzzBits doesn't match: passed 1, should be 2: In scope SELECT fuzzBits(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:14.282269 [ 3914 ] {6b0e99c8-146a-4b7d-8b59-187b09f5cbb7} executeQuery: Code: 42. DB::Exception: Number of arguments for function gcd doesn't match: passed 1, should be 2: In scope SELECT gcd(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT gcd('');) 2025.03.31 18:00:14.290257 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function gcd doesn't match: passed 1, should be 2: In scope SELECT gcd(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:14.321757 [ 3914 ] {2cf595a0-7c2d-4ad5-95de-52f80154df65} executeQuery: Code: 43. DB::Exception: Illegal type String of the 1 argument of function generateRandomStructure, expected unsigned integer or Null: In scope SELECT generateRandomStructure(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT generateRandomStructure('');) 2025.03.31 18:00:14.329859 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of the 1 argument of function generateRandomStructure, expected unsigned integer or Null: In scope SELECT generateRandomStructure(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:14.621860 [ 3914 ] {2ee480b6-2c96-413d-98a3-ed9e7145be50} executeQuery: Code: 42. DB::Exception: Number of arguments for function geoDistance doesn't match: passed 1, should be 4: In scope SELECT geoDistance(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT geoDistance('');) 2025.03.31 18:00:14.630169 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function geoDistance doesn't match: passed 1, should be 4: In scope SELECT geoDistance(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:14.659695 [ 3914 ] {005dd2be-24ec-4ac9-936a-160748f58b38} executeQuery: Code: 42. DB::Exception: Number of arguments for function geoToH3 doesn't match: passed 1, should be 3: In scope SELECT geoToH3(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT geoToH3('');) 2025.03.31 18:00:14.667142 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function geoToH3 doesn't match: passed 1, should be 3: In scope SELECT geoToH3(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:14.697023 [ 3914 ] {67bd0940-a3c9-4fe6-855a-4cd824398886} executeQuery: Code: 42. DB::Exception: Number of arguments for function geoToS2 doesn't match: passed 1, should be 2: In scope SELECT geoToS2(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT geoToS2('');) 2025.03.31 18:00:14.704729 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function geoToS2 doesn't match: passed 1, should be 2: In scope SELECT geoToS2(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:14.800706 [ 3914 ] {6bd66eaf-71a4-49e8-9e8d-dfa369c008b3} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'geohashEncode'. Expected 2 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT geohashEncode(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT geohashEncode('');) 2025.03.31 18:00:14.809272 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'geohashEncode'. Expected 2 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT geohashEncode(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:14.840208 [ 3914 ] {2bf8c153-16be-49c0-933f-04d09fe3cade} executeQuery: Code: 42. DB::Exception: Number of arguments for function geohashesInBox doesn't match: passed 1, should be 5: In scope SELECT geohashesInBox(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT geohashesInBox('');) 2025.03.31 18:00:14.848033 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function geohashesInBox doesn't match: passed 1, should be 5: In scope SELECT geohashesInBox(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:14.877350 [ 3914 ] {fe7ad587-4b7a-410a-ba34-0a465f1c5f3b} executeQuery: Code: 446. DB::Exception: The function getClientHTTPHeader requires setting `allow_get_client_http_header` to be enabled. (FUNCTION_NOT_ALLOWED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT getClientHTTPHeader('');) 2025.03.31 18:00:14.884798 [ 3914 ] {} TCPHandler: Code: 446. DB::Exception: The function getClientHTTPHeader requires setting `allow_get_client_http_header` to be enabled. (FUNCTION_NOT_ALLOWED) 2025.03.31 18:00:14.915586 [ 3914 ] {06d09f2b-3496-436e-b841-ff02c7c0bb01} executeQuery: Code: 139. DB::Exception: No macro in config: In scope SELECT getMacro(''). (NO_ELEMENTS_IN_CONFIG) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT getMacro('');) 2025.03.31 18:00:14.923176 [ 3914 ] {} TCPHandler: Code: 139. DB::Exception: No macro in config: In scope SELECT getMacro(''). (NO_ELEMENTS_IN_CONFIG) 2025.03.31 18:00:14.952283 [ 3914 ] {a51de22f-34d6-4fc1-93a3-3c9948dd9a59} executeQuery: Code: 117. DB::Exception: Incorrect name for a database. It shouldn't be empty: In scope SELECT getMaxTableNameLengthForDatabase(''). (INCORRECT_DATA) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT getMaxTableNameLengthForDatabase('');) 2025.03.31 18:00:14.959692 [ 3914 ] {} TCPHandler: Code: 117. DB::Exception: Incorrect name for a database. It shouldn't be empty: In scope SELECT getMaxTableNameLengthForDatabase(''). (INCORRECT_DATA) 2025.03.31 18:00:14.988654 [ 3914 ] {bdd8578a-365e-4c23-9991-ab3b29cf79c0} executeQuery: Code: 42. DB::Exception: Number of arguments for function getOSKernelVersion doesn't match: passed 1, should be 0: In scope SELECT getOSKernelVersion(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT getOSKernelVersion('');) 2025.03.31 18:00:14.997130 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function getOSKernelVersion doesn't match: passed 1, should be 0: In scope SELECT getOSKernelVersion(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:15.027232 [ 3914 ] {4c1b1fd8-e13c-47b2-9d19-77c9f5ef8fad} executeQuery: Code: 701. DB::Exception: There is no port named : In scope SELECT getServerPort(''). (CLUSTER_DOESNT_EXIST) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT getServerPort('');) 2025.03.31 18:00:15.035589 [ 3914 ] {} TCPHandler: Code: 701. DB::Exception: There is no port named : In scope SELECT getServerPort(''). (CLUSTER_DOESNT_EXIST) 2025.03.31 18:00:15.065534 [ 3914 ] {db3bd400-b3c9-4e6d-9b8f-1f0076e13591} executeQuery: Code: 115. DB::Exception: Unknown setting '': In scope SELECT getSetting(''). (UNKNOWN_SETTING) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT getSetting('');) 2025.03.31 18:00:15.073481 [ 3914 ] {} TCPHandler: Code: 115. DB::Exception: Unknown setting '': In scope SELECT getSetting(''). (UNKNOWN_SETTING) 2025.03.31 18:00:15.107496 [ 3914 ] {58b87eab-c8f2-4963-b79e-84f790817309} executeQuery: Code: 42. DB::Exception: Number of arguments for function getSettingOrDefault doesn't match: passed 1, should be 2: In scope SELECT getSettingOrDefault(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT getSettingOrDefault('');) 2025.03.31 18:00:15.115985 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function getSettingOrDefault doesn't match: passed 1, should be 2: In scope SELECT getSettingOrDefault(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:15.149347 [ 3914 ] {2d35347b-1861-4663-9fcd-760d72a7d5f2} executeQuery: Code: 43. DB::Exception: The argument for function getSizeOfEnumType must be Enum: In scope SELECT getSizeOfEnumType(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT getSizeOfEnumType('');) 2025.03.31 18:00:15.157913 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The argument for function getSizeOfEnumType must be Enum: In scope SELECT getSizeOfEnumType(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:15.190099 [ 3914 ] {1abc6503-cafa-4c2e-acfb-a49378944cad} executeQuery: Code: 42. DB::Exception: Number of arguments for function getSubcolumn doesn't match: passed 1, should be 2: In scope SELECT getSubcolumn(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT getSubcolumn('');) 2025.03.31 18:00:15.198882 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function getSubcolumn doesn't match: passed 1, should be 2: In scope SELECT getSubcolumn(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:15.231826 [ 3914 ] {7ecb1969-a16d-4395-8ca8-a04d173e23f2} executeQuery: Code: 62. DB::Exception: Empty query: In scope SELECT getTypeSerializationStreams(''). (SYNTAX_ERROR) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT getTypeSerializationStreams('');) 2025.03.31 18:00:15.240278 [ 3914 ] {} TCPHandler: Code: 62. DB::Exception: Empty query: In scope SELECT getTypeSerializationStreams(''). (SYNTAX_ERROR) 2025.03.31 18:00:15.272101 [ 3914 ] {0cb2b4e0-0fff-46d5-8f93-32be03c26045} executeQuery: Code: 42. DB::Exception: Function 'globalIn' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT globalIn('');) 2025.03.31 18:00:15.280399 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function 'globalIn' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:15.314929 [ 3914 ] {64ea8bc6-867b-4cd0-8a01-57b0a01006ca} executeQuery: Code: 42. DB::Exception: Function 'globalInIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT globalInIgnoreSet('');) 2025.03.31 18:00:15.324968 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function 'globalInIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:15.357049 [ 3914 ] {11989b66-238c-4ca3-ae69-ae318220c643} executeQuery: Code: 42. DB::Exception: Function 'globalNotIn' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT globalNotIn('');) 2025.03.31 18:00:15.366990 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function 'globalNotIn' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:15.396828 [ 3914 ] {b2c07834-f6f5-4047-b824-845a3324b80c} executeQuery: Code: 42. DB::Exception: Function 'globalNotInIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT globalNotInIgnoreSet('');) 2025.03.31 18:00:15.405004 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function 'globalNotInIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:15.434698 [ 3914 ] {2fe0ba85-8fe2-4cfa-8449-56fe4cc04798} executeQuery: Code: 42. DB::Exception: Function 'globalNotNullIn' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT globalNotNullIn('');) 2025.03.31 18:00:15.442594 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function 'globalNotNullIn' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:15.473377 [ 3914 ] {b3893620-b3b4-4a20-a6db-24210e98f1eb} executeQuery: Code: 42. DB::Exception: Function 'globalNotNullInIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT globalNotNullInIgnoreSet('');) 2025.03.31 18:00:15.481427 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function 'globalNotNullInIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:15.512544 [ 3914 ] {d89030e5-3182-487c-bc41-45c04ee1e53b} executeQuery: Code: 42. DB::Exception: Function 'globalNullIn' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT globalNullIn('');) 2025.03.31 18:00:15.521922 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function 'globalNullIn' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:15.553071 [ 3914 ] {55145a07-4090-46ca-9521-b4c7e1561bbd} executeQuery: Code: 42. DB::Exception: Function 'globalNullInIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT globalNullInIgnoreSet('');) 2025.03.31 18:00:15.561764 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function 'globalNullInIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:15.661257 [ 3914 ] {1d8f7f9d-b3be-49ae-ad06-9ee8b318c626} executeQuery: Code: 42. DB::Exception: Number of arguments for function greatCircleAngle doesn't match: passed 1, should be 4: In scope SELECT greatCircleAngle(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT greatCircleAngle('');) 2025.03.31 18:00:15.669481 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function greatCircleAngle doesn't match: passed 1, should be 4: In scope SELECT greatCircleAngle(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:15.700206 [ 3914 ] {171118fb-ba69-442d-a5cd-532f75368177} executeQuery: Code: 42. DB::Exception: Number of arguments for function greatCircleDistance doesn't match: passed 1, should be 4: In scope SELECT greatCircleDistance(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT greatCircleDistance('');) 2025.03.31 18:00:15.708264 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function greatCircleDistance doesn't match: passed 1, should be 4: In scope SELECT greatCircleDistance(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:15.738408 [ 3914 ] {b877f3e2-3304-4887-a1ba-0ded5cd57349} executeQuery: Code: 42. DB::Exception: Number of arguments for function greater doesn't match: passed 1, should be 2: In scope SELECT greater(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT greater('');) 2025.03.31 18:00:15.746777 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function greater doesn't match: passed 1, should be 2: In scope SELECT greater(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:15.778436 [ 3914 ] {c74ee3fd-538c-445c-8357-fd14b49834e1} executeQuery: Code: 42. DB::Exception: Number of arguments for function greaterOrEquals doesn't match: passed 1, should be 2: In scope SELECT greaterOrEquals(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT greaterOrEquals('');) 2025.03.31 18:00:15.786852 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function greaterOrEquals doesn't match: passed 1, should be 2: In scope SELECT greaterOrEquals(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:15.995728 [ 3914 ] {97cc19ed-d97e-4925-9adb-e0e8a6d9ac3b} executeQuery: Code: 42. DB::Exception: Aggregate function groupArrayInsertAt requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT groupArrayInsertAt('');) 2025.03.31 18:00:16.004559 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function groupArrayInsertAt requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:16.035911 [ 3914 ] {1f485533-d72a-40fc-b9a0-95a6521be1a3} executeQuery: Code: 43. DB::Exception: Aggregate function groupArrayIntersect accepts only array type argument. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT groupArrayIntersect('');) 2025.03.31 18:00:16.044200 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Aggregate function groupArrayIntersect accepts only array type argument. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:16.075821 [ 3914 ] {367bc8c2-2d5e-4fed-ab3b-2ecc3ad828ab} executeQuery: Code: 36. DB::Exception: groupArrayLast make sense only with max_elems (groupArrayLast(max_elems)()). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT groupArrayLast('');) 2025.03.31 18:00:16.084223 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: groupArrayLast make sense only with max_elems (groupArrayLast(max_elems)()). (BAD_ARGUMENTS) 2025.03.31 18:00:16.115597 [ 3914 ] {320bb448-6c3c-471d-8121-0716495187b7} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function groupArrayMovingAvg. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT groupArrayMovingAvg('');) 2025.03.31 18:00:16.125087 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function groupArrayMovingAvg. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:16.157191 [ 3914 ] {71580e2a-2141-4beb-ba9b-2fb2bef586f0} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function groupArrayMovingSum. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT groupArrayMovingSum('');) 2025.03.31 18:00:16.166118 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function groupArrayMovingSum. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:16.168823 [ 71970 ] {e38eba4f-7068-4e9e-9293-192228cb039e} executeQuery: Code: 999. DB::Exception: Fault injection before operation. (KEEPER_EXCEPTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:32836) (comment: 02456_keeper_retries_during_insert.sql) (in query: INSERT INTO keeper_retries_r1 SETTINGS insert_keeper_fault_injection_probability=1, insert_keeper_max_retries=0 VALUES ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: _ZN12Coordination9ExceptionC2IRKPKcQsr3stdE16is_convertible_vIT_NSt3__112basic_stringIcNS7_11char_traitsIcEENS7_9allocatorIcEEEEEEEOS6_NS_5ErrorE @ 0x0000000041733d27 3. ./src/Common/ZooKeeper/IKeeper.h:533: _ZN12Coordination9Exception11fromMessageIRKPKcQsr3stdE16is_convertible_vIT_NSt3__112basic_stringIcNS7_11char_traitsIcEENS7_9allocatorIcEEEEEEES0_NS_5ErrorEOS6_ @ 0x000000004172cd24 4. ./build_docker/./src/Common/ZooKeeper/ZooKeeperWithFaultInjection.cpp:107: DB::ZooKeeperWithFaultInjection::injectFailureBeforeOperationThrow(char const*, String const&) @ 0x000000004171b3db 5. ./build_docker/./src/Common/ZooKeeper/ZooKeeperWithFaultInjection.cpp:134: DB::ZooKeeperWithFaultInjection::exists(String const&, Coordination::Stat*, std::shared_ptr const&) @ 0x000000004171ff46 6. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:7009: DB::StorageReplicatedMergeTree::existsNodeCached(std::shared_ptr const&, String const&) const @ 0x000000003cd4d922 7. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:7046: std::optional DB::StorageReplicatedMergeTree::allocateBlockNumber(String const&, std::shared_ptr const&, String const&, String const&) const @ 0x000000003d14be07 8. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:893: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda1'()::operator()() const @ 0x000000003ea07ffe 9. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1121: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda2'()::operator()() const @ 0x000000003ea06ffb 10. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1154: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()::operator()() const @ 0x000000003ea06c89 11. ./src/Common/ZooKeeper/ZooKeeperRetries.h:78: void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&, void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&)::'lambda'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&, void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&)::'lambda'()&&) @ 0x000000003ea0669f 12. ./src/Common/ZooKeeper/ZooKeeperRetries.h:52: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long) @ 0x000000003e9cd7a5 13. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:491: DB::ReplicatedMergeTreeSinkImpl::finishDelayedChunk(std::shared_ptr const&) @ 0x000000003e9a08f7 14. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1232: DB::ReplicatedMergeTreeSinkImpl::onFinish() @ 0x000000003e9cb7f8 15. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dd4ef 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 17. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: DB::ExceptionKeepingTransform::work() @ 0x00000000400db2e2 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 21. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 22. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 23. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 18:00:16.181845 [ 71970 ] {} TCPHandler: Code: 999. Coordination::Exception: Fault injection before operation. (KEEPER_EXCEPTION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: _ZN12Coordination9ExceptionC2IRKPKcQsr3stdE16is_convertible_vIT_NSt3__112basic_stringIcNS7_11char_traitsIcEENS7_9allocatorIcEEEEEEEOS6_NS_5ErrorE @ 0x0000000041733d27 3. ./src/Common/ZooKeeper/IKeeper.h:533: _ZN12Coordination9Exception11fromMessageIRKPKcQsr3stdE16is_convertible_vIT_NSt3__112basic_stringIcNS7_11char_traitsIcEENS7_9allocatorIcEEEEEEES0_NS_5ErrorEOS6_ @ 0x000000004172cd24 4. ./build_docker/./src/Common/ZooKeeper/ZooKeeperWithFaultInjection.cpp:107: DB::ZooKeeperWithFaultInjection::injectFailureBeforeOperationThrow(char const*, String const&) @ 0x000000004171b3db 5. ./build_docker/./src/Common/ZooKeeper/ZooKeeperWithFaultInjection.cpp:134: DB::ZooKeeperWithFaultInjection::exists(String const&, Coordination::Stat*, std::shared_ptr const&) @ 0x000000004171ff46 6. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:7009: DB::StorageReplicatedMergeTree::existsNodeCached(std::shared_ptr const&, String const&) const @ 0x000000003cd4d922 7. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:7046: std::optional DB::StorageReplicatedMergeTree::allocateBlockNumber(String const&, std::shared_ptr const&, String const&, String const&) const @ 0x000000003d14be07 8. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:893: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda1'()::operator()() const @ 0x000000003ea07ffe 9. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1121: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda2'()::operator()() const @ 0x000000003ea06ffb 10. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1154: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()::operator()() const @ 0x000000003ea06c89 11. ./src/Common/ZooKeeper/ZooKeeperRetries.h:78: void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&, void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&)::'lambda'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&, void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&)::'lambda'()&&) @ 0x000000003ea0669f 12. ./src/Common/ZooKeeper/ZooKeeperRetries.h:52: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long) @ 0x000000003e9cd7a5 13. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:491: DB::ReplicatedMergeTreeSinkImpl::finishDelayedChunk(std::shared_ptr const&) @ 0x000000003e9a08f7 14. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1232: DB::ReplicatedMergeTreeSinkImpl::onFinish() @ 0x000000003e9cb7f8 15. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dd4ef 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 17. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: DB::ExceptionKeepingTransform::work() @ 0x00000000400db2e2 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 21. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 22. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 23. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 18:00:16.198809 [ 3914 ] {998d506f-adf2-499b-bbfd-c16317e518de} executeQuery: Code: 42. DB::Exception: Incorrect number of parameters for aggregate function groupArraySample, should be 1 or 2. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT groupArraySample('');) 2025.03.31 18:00:16.207294 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Incorrect number of parameters for aggregate function groupArraySample, should be 1 or 2. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:16.238704 [ 3914 ] {3cbffd09-fcf5-45b0-8dea-b55cb3f14510} executeQuery: Code: 36. DB::Exception: Parameter for aggregate function groupArraySorted should have limit argument. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT groupArraySorted('');) 2025.03.31 18:00:16.246977 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: Parameter for aggregate function groupArraySorted should have limit argument. (BAD_ARGUMENTS) 2025.03.31 18:00:16.278241 [ 3914 ] {42c23bbb-cd3d-468e-98b0-b84fc48b7422} executeQuery: Code: 43. DB::Exception: The type String of argument for aggregate function groupBitAnd is illegal, because it cannot be used in bitwise operations. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT groupBitAnd('');) 2025.03.31 18:00:16.286221 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The type String of argument for aggregate function groupBitAnd is illegal, because it cannot be used in bitwise operations. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:16.316731 [ 3914 ] {d3cafe1c-593e-4f83-9663-56e4774b8041} executeQuery: Code: 43. DB::Exception: The type String of argument for aggregate function groupBitOr is illegal, because it cannot be used in bitwise operations. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT groupBitOr('');) 2025.03.31 18:00:16.324842 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The type String of argument for aggregate function groupBitOr is illegal, because it cannot be used in bitwise operations. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:16.355602 [ 3914 ] {663d8e82-0a9a-424f-850a-4cdd4577e845} executeQuery: Code: 43. DB::Exception: The type String of argument for aggregate function groupBitXor is illegal, because it cannot be used in bitwise operations. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT groupBitXor('');) 2025.03.31 18:00:16.363660 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The type String of argument for aggregate function groupBitXor is illegal, because it cannot be used in bitwise operations. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:16.394652 [ 3914 ] {349f7cbb-9a4b-4f34-b85f-2783725cf603} executeQuery: Code: 43. DB::Exception: The type String of argument for aggregate function groupBitmap is illegal, because it cannot be used in Bitmap operations. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT groupBitmap('');) 2025.03.31 18:00:16.402751 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: The type String of argument for aggregate function groupBitmap is illegal, because it cannot be used in Bitmap operations. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:16.432680 [ 3914 ] {343f87ad-7754-492b-8fe0-6fd5705629da} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function groupBitmapAnd. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT groupBitmapAnd('');) 2025.03.31 18:00:16.440806 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function groupBitmapAnd. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:16.471062 [ 3914 ] {6b5bdf16-3667-45f4-b061-1d0544087c51} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function groupBitmapOr. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT groupBitmapOr('');) 2025.03.31 18:00:16.479364 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function groupBitmapOr. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:16.510445 [ 3914 ] {2d7c4412-179b-42c5-90ca-23f7828e7f05} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function groupBitmapXor. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT groupBitmapXor('');) 2025.03.31 18:00:16.518425 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function groupBitmapXor. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:16.806574 [ 3914 ] {5279a52a-4ed3-415f-a0e8-d8f0732ffb58} executeQuery: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3CellAreaM2. Must be UInt64: In scope SELECT h3CellAreaM2(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT h3CellAreaM2('');) 2025.03.31 18:00:16.814560 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3CellAreaM2. Must be UInt64: In scope SELECT h3CellAreaM2(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:16.848548 [ 3914 ] {69cd5705-8db9-4230-91bf-aa2557ea0f97} executeQuery: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3CellAreaRads2. Must be UInt64: In scope SELECT h3CellAreaRads2(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT h3CellAreaRads2('');) 2025.03.31 18:00:16.856433 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3CellAreaRads2. Must be UInt64: In scope SELECT h3CellAreaRads2(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:16.886637 [ 3914 ] {8e0e7c76-61ee-42d8-83eb-2964e082b3a5} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3Distance doesn't match: passed 1, should be 2: In scope SELECT h3Distance(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT h3Distance('');) 2025.03.31 18:00:16.894639 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3Distance doesn't match: passed 1, should be 2: In scope SELECT h3Distance(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:16.924382 [ 3914 ] {e91c3894-cfed-4cca-9306-11f5184ea507} executeQuery: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3EdgeAngle. Must be UInt8: In scope SELECT h3EdgeAngle(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT h3EdgeAngle('');) 2025.03.31 18:00:16.932459 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3EdgeAngle. Must be UInt8: In scope SELECT h3EdgeAngle(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:16.962468 [ 3914 ] {0749293f-d792-4118-8afe-603d448f1d8c} executeQuery: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3EdgeLengthKm. Must be UInt8: In scope SELECT h3EdgeLengthKm(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT h3EdgeLengthKm('');) 2025.03.31 18:00:16.970471 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3EdgeLengthKm. Must be UInt8: In scope SELECT h3EdgeLengthKm(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:17.003853 [ 3914 ] {c59dcfb5-8471-4062-b2f9-3036a553b18d} executeQuery: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3EdgeLengthM. Must be UInt8: In scope SELECT h3EdgeLengthM(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT h3EdgeLengthM('');) 2025.03.31 18:00:17.014704 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3EdgeLengthM. Must be UInt8: In scope SELECT h3EdgeLengthM(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:17.043006 [ 3914 ] {b188f494-bdfc-4f63-a0d8-e4b3998cd965} executeQuery: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3ExactEdgeLengthKm. Must be UInt64: In scope SELECT h3ExactEdgeLengthKm(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT h3ExactEdgeLengthKm('');) 2025.03.31 18:00:17.051847 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3ExactEdgeLengthKm. Must be UInt64: In scope SELECT h3ExactEdgeLengthKm(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:17.082712 [ 3914 ] {90458a38-b025-4d66-9497-729b17bbb927} executeQuery: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3ExactEdgeLengthM. Must be UInt64: In scope SELECT h3ExactEdgeLengthM(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT h3ExactEdgeLengthM('');) 2025.03.31 18:00:17.091160 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3ExactEdgeLengthM. Must be UInt64: In scope SELECT h3ExactEdgeLengthM(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:17.126415 [ 3914 ] {f898c933-17ba-436d-ad35-eaf87c9a6988} executeQuery: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3ExactEdgeLengthRads. Must be UInt64: In scope SELECT h3ExactEdgeLengthRads(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT h3ExactEdgeLengthRads('');) 2025.03.31 18:00:17.135510 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3ExactEdgeLengthRads. Must be UInt64: In scope SELECT h3ExactEdgeLengthRads(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:17.166311 [ 3914 ] {683d3f36-cd6c-48fa-bcfb-05930a53549a} executeQuery: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3GetBaseCell. Must be UInt64: In scope SELECT h3GetBaseCell(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT h3GetBaseCell('');) 2025.03.31 18:00:17.174388 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3GetBaseCell. Must be UInt64: In scope SELECT h3GetBaseCell(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:17.205667 [ 3914 ] {25c0d33d-3ac6-4778-9931-c3f9272dedfe} executeQuery: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3GetDestinationIndexFromUnidirectionalEdge. Must be UInt64: In scope SELECT h3GetDestinationIndexFromUnidirectionalEdge(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT h3GetDestinationIndexFromUnidirectionalEdge('');) 2025.03.31 18:00:17.213737 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3GetDestinationIndexFromUnidirectionalEdge. Must be UInt64: In scope SELECT h3GetDestinationIndexFromUnidirectionalEdge(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:17.245354 [ 3914 ] {ba56477b-09c9-448a-a5b5-67d3634fbea3} executeQuery: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3GetFaces. Must be UInt64: In scope SELECT h3GetFaces(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT h3GetFaces('');) 2025.03.31 18:00:17.253483 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3GetFaces. Must be UInt64: In scope SELECT h3GetFaces(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:17.285719 [ 3914 ] {c00fb0ee-8693-4fe7-b459-01cfcbf07ba1} executeQuery: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3GetIndexesFromUnidirectionalEdge. Must be UInt64: In scope SELECT h3GetIndexesFromUnidirectionalEdge(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT h3GetIndexesFromUnidirectionalEdge('');) 2025.03.31 18:00:17.293881 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3GetIndexesFromUnidirectionalEdge. Must be UInt64: In scope SELECT h3GetIndexesFromUnidirectionalEdge(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:17.324629 [ 3914 ] {cf108fd0-26e6-48b2-bd0f-a8ae0a6e63c4} executeQuery: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3GetOriginIndexFromUnidirectionalEdge. Must be UInt64: In scope SELECT h3GetOriginIndexFromUnidirectionalEdge(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT h3GetOriginIndexFromUnidirectionalEdge('');) 2025.03.31 18:00:17.332703 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3GetOriginIndexFromUnidirectionalEdge. Must be UInt64: In scope SELECT h3GetOriginIndexFromUnidirectionalEdge(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:17.365284 [ 3914 ] {855a77c8-13a5-4115-acdf-7c9ab3ac509e} executeQuery: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3GetPentagonIndexes. Must be UInt8: In scope SELECT h3GetPentagonIndexes(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT h3GetPentagonIndexes('');) 2025.03.31 18:00:17.373759 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3GetPentagonIndexes. Must be UInt8: In scope SELECT h3GetPentagonIndexes(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:17.396127 [ 71970 ] {5985a413-f8da-4e69-a8d4-0439e7518a48} executeQuery: Code: 999. DB::Exception: Fault injection before operation. (KEEPER_EXCEPTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:32836) (comment: 02456_keeper_retries_during_insert.sql) (in query: INSERT INTO keeper_retries_r1 SETTINGS insert_keeper_fault_injection_probability=1, insert_keeper_retry_max_backoff_ms=10 VALUES ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: _ZN12Coordination9ExceptionC2IRKPKcQsr3stdE16is_convertible_vIT_NSt3__112basic_stringIcNS7_11char_traitsIcEENS7_9allocatorIcEEEEEEEOS6_NS_5ErrorE @ 0x0000000041733d27 3. ./src/Common/ZooKeeper/IKeeper.h:533: _ZN12Coordination9Exception11fromMessageIRKPKcQsr3stdE16is_convertible_vIT_NSt3__112basic_stringIcNS7_11char_traitsIcEENS7_9allocatorIcEEEEEEES0_NS_5ErrorEOS6_ @ 0x000000004172cd24 4. ./build_docker/./src/Common/ZooKeeper/ZooKeeperWithFaultInjection.cpp:107: DB::ZooKeeperWithFaultInjection::injectFailureBeforeOperationThrow(char const*, String const&) @ 0x000000004171b3db 5. ./build_docker/./src/Common/ZooKeeper/ZooKeeperWithFaultInjection.cpp:134: DB::ZooKeeperWithFaultInjection::exists(String const&, Coordination::Stat*, std::shared_ptr const&) @ 0x000000004171ff46 6. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:7009: DB::StorageReplicatedMergeTree::existsNodeCached(std::shared_ptr const&, String const&) const @ 0x000000003cd4d922 7. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:7046: std::optional DB::StorageReplicatedMergeTree::allocateBlockNumber(String const&, std::shared_ptr const&, String const&, String const&) const @ 0x000000003d14be07 8. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:893: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda1'()::operator()() const @ 0x000000003ea07ffe 9. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1121: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda2'()::operator()() const @ 0x000000003ea06ffb 10. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1154: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()::operator()() const @ 0x000000003ea06c89 11. ./src/Common/ZooKeeper/ZooKeeperRetries.h:78: void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&, void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&)::'lambda'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&, void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&)::'lambda'()&&) @ 0x000000003ea0669f 12. ./src/Common/ZooKeeper/ZooKeeperRetries.h:52: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long) @ 0x000000003e9cd7a5 13. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:491: DB::ReplicatedMergeTreeSinkImpl::finishDelayedChunk(std::shared_ptr const&) @ 0x000000003e9a08f7 14. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1232: DB::ReplicatedMergeTreeSinkImpl::onFinish() @ 0x000000003e9cb7f8 15. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dd4ef 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 17. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: DB::ExceptionKeepingTransform::work() @ 0x00000000400db2e2 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 21. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 22. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 23. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 18:00:17.405587 [ 3914 ] {d5b59d54-f819-4338-ac1f-2df5bde1a535} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3GetRes0Indexes doesn't match: passed 1, should be 0: In scope SELECT h3GetRes0Indexes(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT h3GetRes0Indexes('');) 2025.03.31 18:00:17.406538 [ 71970 ] {} TCPHandler: Code: 999. Coordination::Exception: Fault injection before operation. (KEEPER_EXCEPTION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: _ZN12Coordination9ExceptionC2IRKPKcQsr3stdE16is_convertible_vIT_NSt3__112basic_stringIcNS7_11char_traitsIcEENS7_9allocatorIcEEEEEEEOS6_NS_5ErrorE @ 0x0000000041733d27 3. ./src/Common/ZooKeeper/IKeeper.h:533: _ZN12Coordination9Exception11fromMessageIRKPKcQsr3stdE16is_convertible_vIT_NSt3__112basic_stringIcNS7_11char_traitsIcEENS7_9allocatorIcEEEEEEES0_NS_5ErrorEOS6_ @ 0x000000004172cd24 4. ./build_docker/./src/Common/ZooKeeper/ZooKeeperWithFaultInjection.cpp:107: DB::ZooKeeperWithFaultInjection::injectFailureBeforeOperationThrow(char const*, String const&) @ 0x000000004171b3db 5. ./build_docker/./src/Common/ZooKeeper/ZooKeeperWithFaultInjection.cpp:134: DB::ZooKeeperWithFaultInjection::exists(String const&, Coordination::Stat*, std::shared_ptr const&) @ 0x000000004171ff46 6. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:7009: DB::StorageReplicatedMergeTree::existsNodeCached(std::shared_ptr const&, String const&) const @ 0x000000003cd4d922 7. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:7046: std::optional DB::StorageReplicatedMergeTree::allocateBlockNumber(String const&, std::shared_ptr const&, String const&, String const&) const @ 0x000000003d14be07 8. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:893: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda1'()::operator()() const @ 0x000000003ea07ffe 9. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1121: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda2'()::operator()() const @ 0x000000003ea06ffb 10. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1154: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()::operator()() const @ 0x000000003ea06c89 11. ./src/Common/ZooKeeper/ZooKeeperRetries.h:78: void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&, void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&)::'lambda'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&, void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&)::'lambda'()&&) @ 0x000000003ea0669f 12. ./src/Common/ZooKeeper/ZooKeeperRetries.h:52: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long) @ 0x000000003e9cd7a5 13. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:491: DB::ReplicatedMergeTreeSinkImpl::finishDelayedChunk(std::shared_ptr const&) @ 0x000000003e9a08f7 14. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1232: DB::ReplicatedMergeTreeSinkImpl::onFinish() @ 0x000000003e9cb7f8 15. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dd4ef 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 17. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: DB::ExceptionKeepingTransform::work() @ 0x00000000400db2e2 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 21. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 22. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 23. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 18:00:17.413940 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3GetRes0Indexes doesn't match: passed 1, should be 0: In scope SELECT h3GetRes0Indexes(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:17.445771 [ 3914 ] {9b2a1680-5556-49e4-ba60-1d60b7354ddb} executeQuery: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3GetResolution. Must be UInt64: In scope SELECT h3GetResolution(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT h3GetResolution('');) 2025.03.31 18:00:17.454225 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3GetResolution. Must be UInt64: In scope SELECT h3GetResolution(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:17.488629 [ 3914 ] {33156f48-386d-44ff-82e2-06b083f4c637} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3GetUnidirectionalEdge doesn't match: passed 1, should be 2: In scope SELECT h3GetUnidirectionalEdge(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT h3GetUnidirectionalEdge('');) 2025.03.31 18:00:17.497088 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3GetUnidirectionalEdge doesn't match: passed 1, should be 2: In scope SELECT h3GetUnidirectionalEdge(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:17.529479 [ 3914 ] {ea802518-d95f-44b4-b76b-2126df09c426} executeQuery: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3GetUnidirectionalEdgeBoundary. Must be UInt64: In scope SELECT h3GetUnidirectionalEdgeBoundary(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT h3GetUnidirectionalEdgeBoundary('');) 2025.03.31 18:00:17.538846 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3GetUnidirectionalEdgeBoundary. Must be UInt64: In scope SELECT h3GetUnidirectionalEdgeBoundary(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:17.571342 [ 3914 ] {b9bbb945-c728-4324-91e5-5eda899eb902} executeQuery: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3GetUnidirectionalEdgesFromHexagon. Must be UInt64: In scope SELECT h3GetUnidirectionalEdgesFromHexagon(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT h3GetUnidirectionalEdgesFromHexagon('');) 2025.03.31 18:00:17.579832 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3GetUnidirectionalEdgesFromHexagon. Must be UInt64: In scope SELECT h3GetUnidirectionalEdgesFromHexagon(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:17.612014 [ 3914 ] {1ed1375a-188f-4c59-9612-b57e0b22cd49} executeQuery: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3HexAreaKm2. Must be UInt8: In scope SELECT h3HexAreaKm2(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT h3HexAreaKm2('');) 2025.03.31 18:00:17.620672 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3HexAreaKm2. Must be UInt8: In scope SELECT h3HexAreaKm2(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:17.650902 [ 3914 ] {5c532d60-f779-4cdc-8d9c-9cab657fb876} executeQuery: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3HexAreaM2. Must be UInt8: In scope SELECT h3HexAreaM2(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT h3HexAreaM2('');) 2025.03.31 18:00:17.658817 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3HexAreaM2. Must be UInt8: In scope SELECT h3HexAreaM2(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:17.689192 [ 3914 ] {cd2db4b7-b1d7-4d2d-9436-a716f3757965} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3HexRing doesn't match: passed 1, should be 2: In scope SELECT h3HexRing(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT h3HexRing('');) 2025.03.31 18:00:17.697855 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3HexRing doesn't match: passed 1, should be 2: In scope SELECT h3HexRing(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:17.728237 [ 3914 ] {a36b9931-8727-483e-9575-72a7bc421dde} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3IndexesAreNeighbors doesn't match: passed 1, should be 2: In scope SELECT h3IndexesAreNeighbors(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT h3IndexesAreNeighbors('');) 2025.03.31 18:00:17.735821 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3IndexesAreNeighbors doesn't match: passed 1, should be 2: In scope SELECT h3IndexesAreNeighbors(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:17.765448 [ 3914 ] {6fee4c94-4c17-4929-aedd-a4d12612372c} executeQuery: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3IsPentagon. Must be UInt64: In scope SELECT h3IsPentagon(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT h3IsPentagon('');) 2025.03.31 18:00:17.772650 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3IsPentagon. Must be UInt64: In scope SELECT h3IsPentagon(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:17.800494 [ 3914 ] {a2d2c9f5-6d9b-47ee-8e7e-d4e385555772} executeQuery: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3IsResClassIII. Must be UInt64: In scope SELECT h3IsResClassIII(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT h3IsResClassIII('');) 2025.03.31 18:00:17.807536 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3IsResClassIII. Must be UInt64: In scope SELECT h3IsResClassIII(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:17.836417 [ 3914 ] {2a4eeec9-366b-46cb-a7b0-f7fedd9d9717} executeQuery: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3IsValid. Must be UInt64: In scope SELECT h3IsValid(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT h3IsValid('');) 2025.03.31 18:00:17.844279 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3IsValid. Must be UInt64: In scope SELECT h3IsValid(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:17.875508 [ 3914 ] {fc728b94-9fb2-4382-aaa3-e0d8340d79c4} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3Line doesn't match: passed 1, should be 2: In scope SELECT h3Line(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT h3Line('');) 2025.03.31 18:00:17.883699 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3Line doesn't match: passed 1, should be 2: In scope SELECT h3Line(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:17.914599 [ 3914 ] {954c38d4-5558-458c-996f-6ba92d7f4b6a} executeQuery: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3NumHexagons. Must be UInt8: In scope SELECT h3NumHexagons(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT h3NumHexagons('');) 2025.03.31 18:00:17.922476 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3NumHexagons. Must be UInt8: In scope SELECT h3NumHexagons(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:17.951001 [ 3914 ] {7c0524c8-b91b-4917-9018-e183d6d840a2} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3PointDistKm doesn't match: passed 1, should be 4: In scope SELECT h3PointDistKm(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT h3PointDistKm('');) 2025.03.31 18:00:17.958591 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3PointDistKm doesn't match: passed 1, should be 4: In scope SELECT h3PointDistKm(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:17.990428 [ 3914 ] {d4b32c7a-3c03-4491-aaa3-84cf91f8dc98} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3PointDistM doesn't match: passed 1, should be 4: In scope SELECT h3PointDistM(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT h3PointDistM('');) 2025.03.31 18:00:17.998088 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3PointDistM doesn't match: passed 1, should be 4: In scope SELECT h3PointDistM(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:18.027190 [ 3914 ] {4741f4be-60cf-4804-8ee3-60e25cc4bee0} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3PointDistRads doesn't match: passed 1, should be 4: In scope SELECT h3PointDistRads(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT h3PointDistRads('');) 2025.03.31 18:00:18.034645 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3PointDistRads doesn't match: passed 1, should be 4: In scope SELECT h3PointDistRads(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:18.063590 [ 3914 ] {cedbc04e-9e45-46ea-bf53-f284762a9822} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3ToCenterChild doesn't match: passed 1, should be 2: In scope SELECT h3ToCenterChild(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT h3ToCenterChild('');) 2025.03.31 18:00:18.071176 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3ToCenterChild doesn't match: passed 1, should be 2: In scope SELECT h3ToCenterChild(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:18.104460 [ 3914 ] {6a572790-2570-4004-af9f-84e128b29798} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3ToChildren doesn't match: passed 1, should be 2: In scope SELECT h3ToChildren(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT h3ToChildren('');) 2025.03.31 18:00:18.113554 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3ToChildren doesn't match: passed 1, should be 2: In scope SELECT h3ToChildren(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:18.144495 [ 3914 ] {94431863-a0f1-4e53-9888-8e67e5669934} executeQuery: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3ToGeo. Must be UInt64: In scope SELECT h3ToGeo(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT h3ToGeo('');) 2025.03.31 18:00:18.152616 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3ToGeo. Must be UInt64: In scope SELECT h3ToGeo(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:18.184387 [ 3914 ] {dcfa4bdf-d61e-4ab3-96f3-0ee610ab5df7} executeQuery: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3ToGeoBoundary. Must be UInt64: In scope SELECT h3ToGeoBoundary(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT h3ToGeoBoundary('');) 2025.03.31 18:00:18.192979 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3ToGeoBoundary. Must be UInt64: In scope SELECT h3ToGeoBoundary(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:18.222702 [ 3914 ] {ad69d0d3-7f97-40e2-9eef-b4ce59e14bab} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3ToParent doesn't match: passed 1, should be 2: In scope SELECT h3ToParent(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT h3ToParent('');) 2025.03.31 18:00:18.230974 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3ToParent doesn't match: passed 1, should be 2: In scope SELECT h3ToParent(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:18.262236 [ 3914 ] {c49d630d-8224-422d-8b26-afaeb8dd0f30} executeQuery: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3ToString. Must be UInt64: In scope SELECT h3ToString(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT h3ToString('');) 2025.03.31 18:00:18.270300 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3ToString. Must be UInt64: In scope SELECT h3ToString(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:18.302767 [ 3914 ] {99d51024-d047-4def-b32c-6b69557b493b} executeQuery: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3UnidirectionalEdgeIsValid. Must be UInt64: In scope SELECT h3UnidirectionalEdgeIsValid(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT h3UnidirectionalEdgeIsValid('');) 2025.03.31 18:00:18.310930 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument 1 of function h3UnidirectionalEdgeIsValid. Must be UInt64: In scope SELECT h3UnidirectionalEdgeIsValid(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:18.330799 [ 71970 ] {070629f3-2202-494b-b95f-8b43fd8c1749} executeQuery: Code: 999. DB::Exception: Fault injection before operation. (KEEPER_EXCEPTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:32836) (comment: 02456_keeper_retries_during_insert.sql) (in query: INSERT INTO keeper_retries_r1 SETTINGS insert_keeper_fault_injection_probability=1, insert_keeper_max_retries=0 VALUES ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: _ZN12Coordination9ExceptionC2IRKPKcQsr3stdE16is_convertible_vIT_NSt3__112basic_stringIcNS7_11char_traitsIcEENS7_9allocatorIcEEEEEEEOS6_NS_5ErrorE @ 0x0000000041733d27 3. ./src/Common/ZooKeeper/IKeeper.h:533: _ZN12Coordination9Exception11fromMessageIRKPKcQsr3stdE16is_convertible_vIT_NSt3__112basic_stringIcNS7_11char_traitsIcEENS7_9allocatorIcEEEEEEES0_NS_5ErrorEOS6_ @ 0x000000004172cd24 4. ./build_docker/./src/Common/ZooKeeper/ZooKeeperWithFaultInjection.cpp:107: DB::ZooKeeperWithFaultInjection::injectFailureBeforeOperationThrow(char const*, String const&) @ 0x000000004171b3db 5. ./build_docker/./src/Common/ZooKeeper/ZooKeeperWithFaultInjection.cpp:134: DB::ZooKeeperWithFaultInjection::getChildren(String const&, Coordination::Stat*, std::shared_ptr const&, Coordination::ListRequestType) @ 0x000000004171d94b 6. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:225: DB::ReplicatedMergeTreeSinkImpl::checkQuorumPrecondition(std::shared_ptr const&)::'lambda'()::operator()() const @ 0x000000003ea01649 7. ./src/Common/ZooKeeper/ZooKeeperRetries.h:78: void DB::ZooKeeperRetriesControl::retryLoop::checkQuorumPrecondition(std::shared_ptr const&)::'lambda'()&, void DB::ZooKeeperRetriesControl::retryLoop::checkQuorumPrecondition(std::shared_ptr const&)::'lambda'()>(DB::ReplicatedMergeTreeSinkImpl::checkQuorumPrecondition(std::shared_ptr const&)::'lambda'()&&)::'lambda'()>(DB::ReplicatedMergeTreeSinkImpl::checkQuorumPrecondition(std::shared_ptr const&)::'lambda'()&&, void DB::ZooKeeperRetriesControl::retryLoop::checkQuorumPrecondition(std::shared_ptr const&)::'lambda'()>(DB::ReplicatedMergeTreeSinkImpl::checkQuorumPrecondition(std::shared_ptr const&)::'lambda'()&&)::'lambda'()&&) @ 0x000000003ea0059f 8. ./src/Common/ZooKeeper/ZooKeeperRetries.h:52: DB::ReplicatedMergeTreeSinkImpl::checkQuorumPrecondition(std::shared_ptr const&) @ 0x000000003e9caa6c 9. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:315: DB::ReplicatedMergeTreeSinkImpl::consume(DB::Chunk&) @ 0x000000003e9c33fb 10. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:18: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x0000000040442f99 11. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 13. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 17. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 18. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 19. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 18:00:18.339348 [ 71970 ] {} TCPHandler: Code: 999. Coordination::Exception: Fault injection before operation. (KEEPER_EXCEPTION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: _ZN12Coordination9ExceptionC2IRKPKcQsr3stdE16is_convertible_vIT_NSt3__112basic_stringIcNS7_11char_traitsIcEENS7_9allocatorIcEEEEEEEOS6_NS_5ErrorE @ 0x0000000041733d27 3. ./src/Common/ZooKeeper/IKeeper.h:533: _ZN12Coordination9Exception11fromMessageIRKPKcQsr3stdE16is_convertible_vIT_NSt3__112basic_stringIcNS7_11char_traitsIcEENS7_9allocatorIcEEEEEEES0_NS_5ErrorEOS6_ @ 0x000000004172cd24 4. ./build_docker/./src/Common/ZooKeeper/ZooKeeperWithFaultInjection.cpp:107: DB::ZooKeeperWithFaultInjection::injectFailureBeforeOperationThrow(char const*, String const&) @ 0x000000004171b3db 5. ./build_docker/./src/Common/ZooKeeper/ZooKeeperWithFaultInjection.cpp:134: DB::ZooKeeperWithFaultInjection::getChildren(String const&, Coordination::Stat*, std::shared_ptr const&, Coordination::ListRequestType) @ 0x000000004171d94b 6. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:225: DB::ReplicatedMergeTreeSinkImpl::checkQuorumPrecondition(std::shared_ptr const&)::'lambda'()::operator()() const @ 0x000000003ea01649 7. ./src/Common/ZooKeeper/ZooKeeperRetries.h:78: void DB::ZooKeeperRetriesControl::retryLoop::checkQuorumPrecondition(std::shared_ptr const&)::'lambda'()&, void DB::ZooKeeperRetriesControl::retryLoop::checkQuorumPrecondition(std::shared_ptr const&)::'lambda'()>(DB::ReplicatedMergeTreeSinkImpl::checkQuorumPrecondition(std::shared_ptr const&)::'lambda'()&&)::'lambda'()>(DB::ReplicatedMergeTreeSinkImpl::checkQuorumPrecondition(std::shared_ptr const&)::'lambda'()&&, void DB::ZooKeeperRetriesControl::retryLoop::checkQuorumPrecondition(std::shared_ptr const&)::'lambda'()>(DB::ReplicatedMergeTreeSinkImpl::checkQuorumPrecondition(std::shared_ptr const&)::'lambda'()&&)::'lambda'()&&) @ 0x000000003ea0059f 8. ./src/Common/ZooKeeper/ZooKeeperRetries.h:52: DB::ReplicatedMergeTreeSinkImpl::checkQuorumPrecondition(std::shared_ptr const&) @ 0x000000003e9caa6c 9. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:315: DB::ReplicatedMergeTreeSinkImpl::consume(DB::Chunk&) @ 0x000000003e9c33fb 10. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:18: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x0000000040442f99 11. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 13. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 17. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 18. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 19. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 18:00:18.340569 [ 3914 ] {0dfd5062-ec9b-4e61-b0d9-0f38f83ff8e5} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3kRing doesn't match: passed 1, should be 2: In scope SELECT h3kRing(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT h3kRing('');) 2025.03.31 18:00:18.348885 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3kRing doesn't match: passed 1, should be 2: In scope SELECT h3kRing(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:18.447849 [ 3914 ] {19700f71-e6bb-460e-b4a2-d0dd54156edc} executeQuery: Code: 42. DB::Exception: Number of arguments for function has doesn't match: passed 1, should be 2: In scope SELECT has(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT has('');) 2025.03.31 18:00:18.456132 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function has doesn't match: passed 1, should be 2: In scope SELECT has(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:18.486774 [ 3914 ] {bf8a2c40-4c1d-45d7-b6e8-73dbb53f04e5} executeQuery: Code: 42. DB::Exception: Number of arguments for function hasAll doesn't match: passed 1, should be 2: In scope SELECT hasAll(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT hasAll('');) 2025.03.31 18:00:18.495934 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function hasAll doesn't match: passed 1, should be 2: In scope SELECT hasAll(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:18.525947 [ 3914 ] {0a4a1539-6f13-432a-b756-e95b5467709e} executeQuery: Code: 42. DB::Exception: Number of arguments for function hasAny doesn't match: passed 1, should be 2: In scope SELECT hasAny(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT hasAny('');) 2025.03.31 18:00:18.529205 [ 71970 ] {f169cbd4-503f-4550-8115-2f6d21dbe4fe} executeQuery: Code: 999. DB::Exception: Fault injection before operation. (KEEPER_EXCEPTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:32836) (comment: 02456_keeper_retries_during_insert.sql) (in query: INSERT INTO keeper_retries_r1 SETTINGS insert_keeper_fault_injection_probability=1, insert_keeper_retry_max_backoff_ms=1 VALUES ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: _ZN12Coordination9ExceptionC2IRKPKcQsr3stdE16is_convertible_vIT_NSt3__112basic_stringIcNS7_11char_traitsIcEENS7_9allocatorIcEEEEEEEOS6_NS_5ErrorE @ 0x0000000041733d27 3. ./src/Common/ZooKeeper/IKeeper.h:533: _ZN12Coordination9Exception11fromMessageIRKPKcQsr3stdE16is_convertible_vIT_NSt3__112basic_stringIcNS7_11char_traitsIcEENS7_9allocatorIcEEEEEEES0_NS_5ErrorEOS6_ @ 0x000000004172cd24 4. ./build_docker/./src/Common/ZooKeeper/ZooKeeperWithFaultInjection.cpp:107: DB::ZooKeeperWithFaultInjection::injectFailureBeforeOperationThrow(char const*, String const&) @ 0x000000004171b3db 5. ./build_docker/./src/Common/ZooKeeper/ZooKeeperWithFaultInjection.cpp:134: DB::ZooKeeperWithFaultInjection::getChildren(String const&, Coordination::Stat*, std::shared_ptr const&, Coordination::ListRequestType) @ 0x000000004171d94b 6. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:225: DB::ReplicatedMergeTreeSinkImpl::checkQuorumPrecondition(std::shared_ptr const&)::'lambda'()::operator()() const @ 0x000000003ea01649 7. ./src/Common/ZooKeeper/ZooKeeperRetries.h:78: void DB::ZooKeeperRetriesControl::retryLoop::checkQuorumPrecondition(std::shared_ptr const&)::'lambda'()&, void DB::ZooKeeperRetriesControl::retryLoop::checkQuorumPrecondition(std::shared_ptr const&)::'lambda'()>(DB::ReplicatedMergeTreeSinkImpl::checkQuorumPrecondition(std::shared_ptr const&)::'lambda'()&&)::'lambda'()>(DB::ReplicatedMergeTreeSinkImpl::checkQuorumPrecondition(std::shared_ptr const&)::'lambda'()&&, void DB::ZooKeeperRetriesControl::retryLoop::checkQuorumPrecondition(std::shared_ptr const&)::'lambda'()>(DB::ReplicatedMergeTreeSinkImpl::checkQuorumPrecondition(std::shared_ptr const&)::'lambda'()&&)::'lambda'()&&) @ 0x000000003ea0059f 8. ./src/Common/ZooKeeper/ZooKeeperRetries.h:52: DB::ReplicatedMergeTreeSinkImpl::checkQuorumPrecondition(std::shared_ptr const&) @ 0x000000003e9caa6c 9. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:315: DB::ReplicatedMergeTreeSinkImpl::consume(DB::Chunk&) @ 0x000000003e9c33fb 10. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:18: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x0000000040442f99 11. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 13. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 17. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 18. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 19. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 18:00:18.533943 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function hasAny doesn't match: passed 1, should be 2: In scope SELECT hasAny(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:18.537166 [ 71970 ] {} TCPHandler: Code: 999. Coordination::Exception: Fault injection before operation. (KEEPER_EXCEPTION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: _ZN12Coordination9ExceptionC2IRKPKcQsr3stdE16is_convertible_vIT_NSt3__112basic_stringIcNS7_11char_traitsIcEENS7_9allocatorIcEEEEEEEOS6_NS_5ErrorE @ 0x0000000041733d27 3. ./src/Common/ZooKeeper/IKeeper.h:533: _ZN12Coordination9Exception11fromMessageIRKPKcQsr3stdE16is_convertible_vIT_NSt3__112basic_stringIcNS7_11char_traitsIcEENS7_9allocatorIcEEEEEEES0_NS_5ErrorEOS6_ @ 0x000000004172cd24 4. ./build_docker/./src/Common/ZooKeeper/ZooKeeperWithFaultInjection.cpp:107: DB::ZooKeeperWithFaultInjection::injectFailureBeforeOperationThrow(char const*, String const&) @ 0x000000004171b3db 5. ./build_docker/./src/Common/ZooKeeper/ZooKeeperWithFaultInjection.cpp:134: DB::ZooKeeperWithFaultInjection::getChildren(String const&, Coordination::Stat*, std::shared_ptr const&, Coordination::ListRequestType) @ 0x000000004171d94b 6. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:225: DB::ReplicatedMergeTreeSinkImpl::checkQuorumPrecondition(std::shared_ptr const&)::'lambda'()::operator()() const @ 0x000000003ea01649 7. ./src/Common/ZooKeeper/ZooKeeperRetries.h:78: void DB::ZooKeeperRetriesControl::retryLoop::checkQuorumPrecondition(std::shared_ptr const&)::'lambda'()&, void DB::ZooKeeperRetriesControl::retryLoop::checkQuorumPrecondition(std::shared_ptr const&)::'lambda'()>(DB::ReplicatedMergeTreeSinkImpl::checkQuorumPrecondition(std::shared_ptr const&)::'lambda'()&&)::'lambda'()>(DB::ReplicatedMergeTreeSinkImpl::checkQuorumPrecondition(std::shared_ptr const&)::'lambda'()&&, void DB::ZooKeeperRetriesControl::retryLoop::checkQuorumPrecondition(std::shared_ptr const&)::'lambda'()>(DB::ReplicatedMergeTreeSinkImpl::checkQuorumPrecondition(std::shared_ptr const&)::'lambda'()&&)::'lambda'()&&) @ 0x000000003ea0059f 8. ./src/Common/ZooKeeper/ZooKeeperRetries.h:52: DB::ReplicatedMergeTreeSinkImpl::checkQuorumPrecondition(std::shared_ptr const&) @ 0x000000003e9caa6c 9. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:315: DB::ReplicatedMergeTreeSinkImpl::consume(DB::Chunk&) @ 0x000000003e9c33fb 10. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:18: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x0000000040442f99 11. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 13. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 17. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 18. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 19. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 18:00:18.564580 [ 3914 ] {a1dc5f77-953d-4034-8fd1-d2769bd6bf1d} executeQuery: Code: 42. DB::Exception: Invalid number of arguments for function hasColumnInTable: In scope SELECT hasColumnInTable(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT hasColumnInTable('');) 2025.03.31 18:00:18.573003 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Invalid number of arguments for function hasColumnInTable: In scope SELECT hasColumnInTable(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:18.603872 [ 3914 ] {c6c7ab58-d17d-45c2-b1fe-5793bd07316e} executeQuery: Code: 42. DB::Exception: Number of arguments for function hasSubsequence doesn't match: passed 1, should be 2: In scope SELECT hasSubsequence(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT hasSubsequence('');) 2025.03.31 18:00:18.612020 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function hasSubsequence doesn't match: passed 1, should be 2: In scope SELECT hasSubsequence(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:18.644442 [ 3914 ] {3e9b6b85-7304-49ba-9588-7cf70927dcdd} executeQuery: Code: 42. DB::Exception: Number of arguments for function hasSubsequenceCaseInsensitive doesn't match: passed 1, should be 2: In scope SELECT hasSubsequenceCaseInsensitive(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT hasSubsequenceCaseInsensitive('');) 2025.03.31 18:00:18.652670 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function hasSubsequenceCaseInsensitive doesn't match: passed 1, should be 2: In scope SELECT hasSubsequenceCaseInsensitive(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:18.685230 [ 3914 ] {df4e8a3a-2ff0-4307-9ee8-96dd3c01a462} executeQuery: Code: 42. DB::Exception: Number of arguments for function hasSubsequenceCaseInsensitiveUTF8 doesn't match: passed 1, should be 2: In scope SELECT hasSubsequenceCaseInsensitiveUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT hasSubsequenceCaseInsensitiveUTF8('');) 2025.03.31 18:00:18.693503 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function hasSubsequenceCaseInsensitiveUTF8 doesn't match: passed 1, should be 2: In scope SELECT hasSubsequenceCaseInsensitiveUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:18.726111 [ 3914 ] {fff0f1bb-5b23-4cc9-a7e1-df0a84079ed3} executeQuery: Code: 42. DB::Exception: Number of arguments for function hasSubsequenceUTF8 doesn't match: passed 1, should be 2: In scope SELECT hasSubsequenceUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT hasSubsequenceUTF8('');) 2025.03.31 18:00:18.734884 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function hasSubsequenceUTF8 doesn't match: passed 1, should be 2: In scope SELECT hasSubsequenceUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:18.767272 [ 3914 ] {21588d7f-27bd-4a93-9c5b-248704453497} executeQuery: Code: 42. DB::Exception: Number of arguments for function hasSubstr doesn't match: passed 1, should be 2: In scope SELECT hasSubstr(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT hasSubstr('');) 2025.03.31 18:00:18.776551 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function hasSubstr doesn't match: passed 1, should be 2: In scope SELECT hasSubstr(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:18.807219 [ 3914 ] {615afdae-f7e2-4fd4-b75d-6d8c790954cb} executeQuery: Code: 42. DB::Exception: Number of arguments for function hasThreadFuzzer doesn't match: passed 1, should be 0: In scope SELECT hasThreadFuzzer(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT hasThreadFuzzer('');) 2025.03.31 18:00:18.815432 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function hasThreadFuzzer doesn't match: passed 1, should be 0: In scope SELECT hasThreadFuzzer(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:18.847167 [ 3914 ] {b39284be-c911-46d4-b871-d22d7788e497} executeQuery: Code: 42. DB::Exception: Number of arguments for function hasToken doesn't match: passed 1, should be 2: In scope SELECT hasToken(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT hasToken('');) 2025.03.31 18:00:18.855580 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function hasToken doesn't match: passed 1, should be 2: In scope SELECT hasToken(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:18.887777 [ 3914 ] {1019cd3d-fb0b-4ec3-808b-0b525ef5618e} executeQuery: Code: 42. DB::Exception: Number of arguments for function hasTokenCaseInsensitive doesn't match: passed 1, should be 2: In scope SELECT hasTokenCaseInsensitive(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT hasTokenCaseInsensitive('');) 2025.03.31 18:00:18.896512 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function hasTokenCaseInsensitive doesn't match: passed 1, should be 2: In scope SELECT hasTokenCaseInsensitive(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:18.930446 [ 3914 ] {f271a1e0-e18b-455a-827d-09902f61377b} executeQuery: Code: 42. DB::Exception: Number of arguments for function hasTokenCaseInsensitiveOrNull doesn't match: passed 1, should be 2: In scope SELECT hasTokenCaseInsensitiveOrNull(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT hasTokenCaseInsensitiveOrNull('');) 2025.03.31 18:00:18.939855 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function hasTokenCaseInsensitiveOrNull doesn't match: passed 1, should be 2: In scope SELECT hasTokenCaseInsensitiveOrNull(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:18.971028 [ 3914 ] {502e9f1b-2bd5-4135-9ad3-d70e63feac42} executeQuery: Code: 42. DB::Exception: Number of arguments for function hasTokenOrNull doesn't match: passed 1, should be 2: In scope SELECT hasTokenOrNull(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT hasTokenOrNull('');) 2025.03.31 18:00:18.979469 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function hasTokenOrNull doesn't match: passed 1, should be 2: In scope SELECT hasTokenOrNull(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:19.076131 [ 3914 ] {c3a7796e-f0ce-4704-8951-46ebbbb381d1} executeQuery: Code: 42. DB::Exception: Number of arguments for function hilbertDecode doesn't match: passed 1, should be 2: In scope SELECT hilbertDecode(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT hilbertDecode('');) 2025.03.31 18:00:19.084357 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function hilbertDecode doesn't match: passed 1, should be 2: In scope SELECT hilbertDecode(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:19.116058 [ 3914 ] {f4607709-3aa6-497d-b5ae-dfa780d7702a} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for function hilbertEncode, should be a native UInt: In scope SELECT hilbertEncode(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT hilbertEncode('');) 2025.03.31 18:00:19.125124 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for function hilbertEncode, should be a native UInt: In scope SELECT hilbertEncode(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:19.154218 [ 3914 ] {a25d996b-12f1-44dd-a462-f3d500dc1bbf} executeQuery: Code: 42. DB::Exception: Function histogram requires single parameter: bins count. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT histogram('');) 2025.03.31 18:00:19.162581 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function histogram requires single parameter: bins count. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:19.260747 [ 3914 ] {9e9dd4c5-1c6d-4860-b230-95d2834e471b} executeQuery: Code: 42. DB::Exception: Number of arguments for function hop doesn't match: passed 1, should be 3 or 4: In scope SELECT hop(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT hop('');) 2025.03.31 18:00:19.269392 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function hop doesn't match: passed 1, should be 3 or 4: In scope SELECT hop(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:19.300999 [ 3914 ] {f03d4d3c-e126-47f2-a6de-fc9bacb4b8ab} executeQuery: Code: 44. DB::Exception: Illegal type of first argument of function hopEnd should be DateTime, Tuple or UInt32: In scope SELECT hopEnd(''). (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT hopEnd('');) 2025.03.31 18:00:19.309209 [ 3914 ] {} TCPHandler: Code: 44. DB::Exception: Illegal type of first argument of function hopEnd should be DateTime, Tuple or UInt32: In scope SELECT hopEnd(''). (ILLEGAL_COLUMN) 2025.03.31 18:00:19.340605 [ 3914 ] {64ecd0df-b07d-43a2-9568-5c07f50c5e9e} executeQuery: Code: 44. DB::Exception: Illegal type of first argument of function hopStart should be DateTime, Tuple or UInt32: In scope SELECT hopStart(''). (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT hopStart('');) 2025.03.31 18:00:19.348922 [ 3914 ] {} TCPHandler: Code: 44. DB::Exception: Illegal type of first argument of function hopStart should be DateTime, Tuple or UInt32: In scope SELECT hopStart(''). (ILLEGAL_COLUMN) 2025.03.31 18:00:19.380962 [ 3914 ] {04fd831e-7fbf-492e-b345-e0560aae49c2} executeQuery: Code: 42. DB::Exception: Number of arguments for function hostName doesn't match: passed 1, should be 0: In scope SELECT hostName(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT hostName('');) 2025.03.31 18:00:19.389291 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function hostName doesn't match: passed 1, should be 0: In scope SELECT hostName(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:19.421486 [ 3914 ] {16056aa7-dede-4a85-9a20-dfa513a9c9b5} executeQuery: Code: 42. DB::Exception: Number of arguments for function hostName doesn't match: passed 1, should be 0: In scope SELECT hostname(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT hostname('');) 2025.03.31 18:00:19.429968 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function hostName doesn't match: passed 1, should be 0: In scope SELECT hostname(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:19.461784 [ 3914 ] {83238296-45e8-42a5-b4fc-446370bce1d5} executeQuery: Code: 42. DB::Exception: Number of arguments for function hypot doesn't match: passed 1, should be 2: In scope SELECT hypot(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT hypot('');) 2025.03.31 18:00:19.470185 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function hypot doesn't match: passed 1, should be 2: In scope SELECT hypot(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:19.705566 [ 3914 ] {3a5602c9-a928-443c-af04-25fd04100bfa} executeQuery: Code: 42. DB::Exception: Number of arguments for function if doesn't match: passed 1, should be 3: In scope SELECT if(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT if('');) 2025.03.31 18:00:19.713518 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function if doesn't match: passed 1, should be 3: In scope SELECT if(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:19.744180 [ 3914 ] {267ebee4-7e66-451d-9c54-7b38dc18412f} executeQuery: Code: 42. DB::Exception: Number of arguments for function ifNotFinite doesn't match: passed 1, should be 2: In scope SELECT ifNotFinite(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT ifNotFinite('');) 2025.03.31 18:00:19.752406 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function ifNotFinite doesn't match: passed 1, should be 2: In scope SELECT ifNotFinite(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:19.783715 [ 3914 ] {b1a83a97-be7d-4189-aa18-0895e1c6da0f} executeQuery: Code: 42. DB::Exception: Number of arguments for function ifNull doesn't match: passed 1, should be 2: In scope SELECT ifNull(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT ifNull('');) 2025.03.31 18:00:19.791919 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function ifNull doesn't match: passed 1, should be 2: In scope SELECT ifNull(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:19.892985 [ 3914 ] {d28f7dc2-2884-44c7-9494-f537ec897184} executeQuery: Code: 42. DB::Exception: Number of arguments for function ilike doesn't match: passed 1, should be 2: In scope SELECT ilike(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT ilike('');) 2025.03.31 18:00:19.900941 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function ilike doesn't match: passed 1, should be 2: In scope SELECT ilike(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:19.930296 [ 3914 ] {b95e3384-1e80-427f-87bc-d76ec797b4fd} executeQuery: Code: 42. DB::Exception: Function 'in' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT in('');) 2025.03.31 18:00:19.938329 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function 'in' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:19.969605 [ 3914 ] {9bfc0c8b-4a64-444a-bb4b-73ad77d96d85} executeQuery: Code: 42. DB::Exception: Function 'inIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT inIgnoreSet('');) 2025.03.31 18:00:19.977785 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function 'inIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:20.077531 [ 3914 ] {726302b4-111d-4b47-b331-bae8058f32f5} executeQuery: Code: 42. DB::Exception: Number of arguments for function indexOf doesn't match: passed 1, should be 2: In scope SELECT indexOf(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT indexOf('');) 2025.03.31 18:00:20.085557 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function indexOf doesn't match: passed 1, should be 2: In scope SELECT indexOf(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:20.116904 [ 3914 ] {64cf8d76-14e3-4a55-b45c-8a780d332c6f} executeQuery: Code: 42. DB::Exception: Number of arguments for function indexOfAssumeSorted doesn't match: passed 1, should be 2: In scope SELECT indexOfAssumeSorted(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT indexOfAssumeSorted('');) 2025.03.31 18:00:20.125276 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function indexOfAssumeSorted doesn't match: passed 1, should be 2: In scope SELECT indexOfAssumeSorted(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:20.287685 [ 3914 ] {9b89d5f3-8204-4671-9146-9f0c9f165f28} executeQuery: Code: 42. DB::Exception: Number of arguments for function initialQueryID doesn't match: passed 1, should be 0: In scope SELECT initialQueryID(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT initialQueryID('');) 2025.03.31 18:00:20.295797 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function initialQueryID doesn't match: passed 1, should be 0: In scope SELECT initialQueryID(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:20.328578 [ 3914 ] {9756199e-b45f-4dde-9fca-7a123c16c027} executeQuery: Code: 42. DB::Exception: Number of arguments for function initialQueryID doesn't match: passed 1, should be 0: In scope SELECT initial_query_id(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT initial_query_id('');) 2025.03.31 18:00:20.337436 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function initialQueryID doesn't match: passed 1, should be 0: In scope SELECT initial_query_id(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:20.368707 [ 3914 ] {48ec4901-1e70-45dd-88c0-c1004042f73f} executeQuery: Code: 42. DB::Exception: Number of arguments for function initializeAggregation doesn't match: passed 1, should be at least 2.: In scope SELECT initializeAggregation(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT initializeAggregation('');) 2025.03.31 18:00:20.377023 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function initializeAggregation doesn't match: passed 1, should be at least 2.: In scope SELECT initializeAggregation(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:20.409036 [ 3914 ] {b846b7f3-9d61-4d63-b800-c67faf32fb8d} executeQuery: Code: 42. DB::Exception: Number of arguments for function positionCaseInsensitive doesn't match: passed 1, should be 2 or 3: In scope SELECT instr(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT instr('');) 2025.03.31 18:00:20.417713 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function positionCaseInsensitive doesn't match: passed 1, should be 2 or 3: In scope SELECT instr(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:20.451753 [ 3914 ] {2f3331b9-bb24-439b-8d8a-127642f68a63} executeQuery: Code: 42. DB::Exception: Number of arguments for function intDiv doesn't match: passed 1, should be 2: In scope SELECT intDiv(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT intDiv('');) 2025.03.31 18:00:20.460235 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function intDiv doesn't match: passed 1, should be 2: In scope SELECT intDiv(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:20.491877 [ 3914 ] {4692b502-2134-4eb9-b188-fa531bec64bd} executeQuery: Code: 42. DB::Exception: Number of arguments for function intDivOrZero doesn't match: passed 1, should be 2: In scope SELECT intDivOrZero(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT intDivOrZero('');) 2025.03.31 18:00:20.500179 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function intDivOrZero doesn't match: passed 1, should be 2: In scope SELECT intDivOrZero(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:20.531457 [ 3914 ] {2b385270-8513-4b25-804c-ceb7d2d0ceb5} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function intExp10: In scope SELECT intExp10(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT intExp10('');) 2025.03.31 18:00:20.539971 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function intExp10: In scope SELECT intExp10(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:20.572280 [ 3914 ] {91f8343e-5117-48ef-b717-05f220980b11} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function intExp2: In scope SELECT intExp2(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT intExp2('');) 2025.03.31 18:00:20.580595 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function intExp2: In scope SELECT intExp2(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:20.612698 [ 3914 ] {f971dfba-be4c-44e4-810c-a04542c37334} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function intHash32: In scope SELECT intHash32(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT intHash32('');) 2025.03.31 18:00:20.620907 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function intHash32: In scope SELECT intHash32(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:20.652559 [ 3914 ] {68ea75a1-0c9c-4b53-a2bb-b1de44591012} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function intHash64: In scope SELECT intHash64(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT intHash64('');) 2025.03.31 18:00:20.660733 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function intHash64: In scope SELECT intHash64(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:20.690522 [ 3914 ] {5e6a2f5c-759c-4f99-8283-734efb0d5ea9} executeQuery: Code: 42. DB::Exception: Aggregate function intervalLengthSum requires two timestamps argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT intervalLengthSum('');) 2025.03.31 18:00:20.698591 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function intervalLengthSum requires two timestamps argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:20.794723 [ 3914 ] {0b3a7986-c301-44d5-b109-a992bec9f57c} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function isDecimalOverflow: In scope SELECT isDecimalOverflow(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT isDecimalOverflow('');) 2025.03.31 18:00:20.806290 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function isDecimalOverflow: In scope SELECT isDecimalOverflow(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:20.838412 [ 3914 ] {c0a03881-3757-43da-9d86-ceb5d5dbf30e} executeQuery: Code: 43. DB::Exception: First argument for function isDynamicElementInSharedData must be Dynamic, got String instead: In scope SELECT isDynamicElementInSharedData(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT isDynamicElementInSharedData('');) 2025.03.31 18:00:20.846334 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function isDynamicElementInSharedData must be Dynamic, got String instead: In scope SELECT isDynamicElementInSharedData(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:20.877166 [ 3914 ] {526b80c7-5165-4d7f-b0cf-d5b42be41557} executeQuery: Code: 43. DB::Exception: Argument for function isFinite must be a number: In scope SELECT isFinite(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT isFinite('');) 2025.03.31 18:00:20.885193 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Argument for function isFinite must be a number: In scope SELECT isFinite(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:20.916430 [ 3914 ] {41de37c6-39c3-4a45-ad9a-2e37eeefc45b} executeQuery: Code: 42. DB::Exception: Number of arguments for function isIPAddressInRange doesn't match: passed 1, should be 2: In scope SELECT isIPAddressInRange(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT isIPAddressInRange('');) 2025.03.31 18:00:20.924173 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function isIPAddressInRange doesn't match: passed 1, should be 2: In scope SELECT isIPAddressInRange(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:21.091260 [ 3914 ] {11ec4cc5-140e-49d1-b23c-b01c153d96c4} executeQuery: Code: 43. DB::Exception: Argument for function isInfinite must be a number: In scope SELECT isInfinite(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT isInfinite('');) 2025.03.31 18:00:21.099450 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Argument for function isInfinite must be a number: In scope SELECT isInfinite(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:21.132384 [ 3914 ] {3116f0ff-9b86-4b16-a9af-b34ecd23e65a} executeQuery: Code: 43. DB::Exception: Argument for function isNaN must be a number: In scope SELECT isNaN(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT isNaN('');) 2025.03.31 18:00:21.140582 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Argument for function isNaN must be a number: In scope SELECT isNaN(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:21.170721 [ 3914 ] {0512ca3b-4359-4702-91f6-24c31eacca3c} executeQuery: Code: 42. DB::Exception: Number of arguments for function isNotDistinctFrom doesn't match: passed 1, should be 2: In scope SELECT isNotDistinctFrom(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT isNotDistinctFrom('');) 2025.03.31 18:00:21.178745 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function isNotDistinctFrom doesn't match: passed 1, should be 2: In scope SELECT isNotDistinctFrom(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:21.553576 [ 3914 ] {4126d52e-ce87-473c-9594-883d6d75cb5a} executeQuery: Code: 36. DB::Exception: The argument of function isZeroOrNull must have simple numeric type, possibly Nullable or Null: In scope SELECT isZeroOrNull(''). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT isZeroOrNull('');) 2025.03.31 18:00:21.561936 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: The argument of function isZeroOrNull must have simple numeric type, possibly Nullable or Null: In scope SELECT isZeroOrNull(''). (BAD_ARGUMENTS) 2025.03.31 18:00:21.594442 [ 3914 ] {8e32e7f1-019d-4d90-bade-3d7362b452da} executeQuery: Code: 42. DB::Exception: Number of arguments for function jaroSimilarity doesn't match: passed 1, should be 2: In scope SELECT jaroSimilarity(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT jaroSimilarity('');) 2025.03.31 18:00:21.603251 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function jaroSimilarity doesn't match: passed 1, should be 2: In scope SELECT jaroSimilarity(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:21.634673 [ 3914 ] {98fa4432-e32e-4b4b-a1f0-96f8b76d9f08} executeQuery: Code: 42. DB::Exception: Number of arguments for function jaroWinklerSimilarity doesn't match: passed 1, should be 2: In scope SELECT jaroWinklerSimilarity(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT jaroWinklerSimilarity('');) 2025.03.31 18:00:21.644893 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function jaroWinklerSimilarity doesn't match: passed 1, should be 2: In scope SELECT jaroWinklerSimilarity(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:21.813864 [ 3914 ] {d0e1403a-3b19-465f-a7c5-4f17964789da} executeQuery: Code: 42. DB::Exception: Number of arguments for function 'joinGet' doesn't match: passed 1, should be greater or equal to 3: In scope SELECT joinGet(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT joinGet('');) 2025.03.31 18:00:21.822162 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function 'joinGet' doesn't match: passed 1, should be greater or equal to 3: In scope SELECT joinGet(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:21.852953 [ 3914 ] {49b89d7f-d734-4eff-b19a-f3abba8a27d6} executeQuery: Code: 42. DB::Exception: Number of arguments for function 'joinGetOrNull' doesn't match: passed 1, should be greater or equal to 3: In scope SELECT joinGetOrNull(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT joinGetOrNull('');) 2025.03.31 18:00:21.861254 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function 'joinGetOrNull' doesn't match: passed 1, should be greater or equal to 3: In scope SELECT joinGetOrNull(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:21.892998 [ 3914 ] {7218d99a-5108-4592-94b0-0878e6a26a1a} executeQuery: Code: 36. DB::Exception: Wrong JSON string to merge: The document is empty.: In scope SELECT jsonMergePatch(''). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT jsonMergePatch('');) 2025.03.31 18:00:21.902344 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: Wrong JSON string to merge: The document is empty.: In scope SELECT jsonMergePatch(''). (BAD_ARGUMENTS) 2025.03.31 18:00:21.935239 [ 3914 ] {4592882f-c1b5-40ab-9d98-945a6d9e4376} executeQuery: Code: 42. DB::Exception: Number of arguments for function jumpConsistentHash doesn't match: passed 1, should be 2: In scope SELECT jumpConsistentHash(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT jumpConsistentHash('');) 2025.03.31 18:00:21.943654 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function jumpConsistentHash doesn't match: passed 1, should be 2: In scope SELECT jumpConsistentHash(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:22.044310 [ 3914 ] {c7fd8996-7f1f-4cc0-8e86-f9aa2203d6cd} executeQuery: Code: 42. DB::Exception: Aggregate function kolmogorovSmirnovTest requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT kolmogorovSmirnovTest('');) 2025.03.31 18:00:22.052454 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function kolmogorovSmirnovTest requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:22.082009 [ 3914 ] {a5dd2db5-2266-4fc7-9f4d-f4c25a9f4347} executeQuery: Code: 42. DB::Exception: Number of arguments for function kostikConsistentHash doesn't match: passed 1, should be 2: In scope SELECT kostikConsistentHash(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT kostikConsistentHash('');) 2025.03.31 18:00:22.089734 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function kostikConsistentHash doesn't match: passed 1, should be 2: In scope SELECT kostikConsistentHash(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:22.121108 [ 3914 ] {36151e36-e67b-4510-90cb-3bc178b09ad1} executeQuery: Code: 43. DB::Exception: Illegal type String of first argument (condition) of function if. Must be UInt8.: In scope SELECT kql_array_sort_asc(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT kql_array_sort_asc('');) 2025.03.31 18:00:22.129514 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of first argument (condition) of function if. Must be UInt8.: In scope SELECT kql_array_sort_asc(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:22.161387 [ 3914 ] {6f566906-1948-4592-8560-83a3250630fa} executeQuery: Code: 43. DB::Exception: Illegal type String of first argument (condition) of function if. Must be UInt8.: In scope SELECT kql_array_sort_desc(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT kql_array_sort_desc('');) 2025.03.31 18:00:22.170474 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of first argument (condition) of function if. Must be UInt8.: In scope SELECT kql_array_sort_desc(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:22.199572 [ 3914 ] {b7ec7d89-f477-463f-8173-61fa4184c345} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function kurtPop. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT kurtPop('');) 2025.03.31 18:00:22.207660 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function kurtPop. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:22.235850 [ 3914 ] {62107266-d818-4736-a16e-6fb05bf16732} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function kurtSamp. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT kurtSamp('');) 2025.03.31 18:00:22.244232 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function kurtSamp. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:22.308998 [ 3914 ] {ac0b1306-65bf-431a-92ee-3e334dd1949a} executeQuery: Code: 36. DB::Exception: The function 'lagInFrame' can only be used as a window function, not as an aggregate function: While executing AggregatingTransform. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT lagInFrame('');) 2025.03.31 18:00:22.320563 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: The function 'lagInFrame' can only be used as a window function, not as an aggregate function: While executing AggregatingTransform. (BAD_ARGUMENTS) 2025.03.31 18:00:22.351483 [ 3914 ] {ebc33ae5-c3c4-4617-87d5-fd532b115b50} executeQuery: Code: 42. DB::Exception: Aggregate function largestTriangleThreeBuckets requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT largestTriangleThreeBuckets('');) 2025.03.31 18:00:22.359635 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function largestTriangleThreeBuckets requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:22.702011 [ 3914 ] {8252665f-4587-41cc-bacb-a51dc8eac768} executeQuery: Code: 42. DB::Exception: Number of arguments for function lcm doesn't match: passed 1, should be 2: In scope SELECT lcm(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT lcm('');) 2025.03.31 18:00:22.711324 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function lcm doesn't match: passed 1, should be 2: In scope SELECT lcm(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:22.775611 [ 3914 ] {45e0f188-1bd1-4bb8-8c8c-1918399b7613} executeQuery: Code: 36. DB::Exception: The function 'leadInFrame' can only be used as a window function, not as an aggregate function: While executing AggregatingTransform. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT leadInFrame('');) 2025.03.31 18:00:22.787587 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: The function 'leadInFrame' can only be used as a window function, not as an aggregate function: While executing AggregatingTransform. (BAD_ARGUMENTS) 2025.03.31 18:00:22.881143 [ 3914 ] {a8081193-730b-4004-be7d-4124adb6b221} executeQuery: Code: 42. DB::Exception: Number of arguments for function left doesn't match: passed 1, should be 2: In scope SELECT left(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT left('');) 2025.03.31 18:00:22.889891 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function left doesn't match: passed 1, should be 2: In scope SELECT left(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:22.923958 [ 3914 ] {dde70cb2-4ebc-4193-b7c4-fe9658a96c93} executeQuery: Code: 42. DB::Exception: Number of arguments for function leftPad doesn't match: passed 1, should be 2 or 3: In scope SELECT leftPad(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT leftPad('');) 2025.03.31 18:00:22.933421 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function leftPad doesn't match: passed 1, should be 2 or 3: In scope SELECT leftPad(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:22.963012 [ 3914 ] {a3712bf6-5f99-4081-b993-afd38a4fcbfe} executeQuery: Code: 42. DB::Exception: Number of arguments for function leftPadUTF8 doesn't match: passed 1, should be 2 or 3: In scope SELECT leftPadUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT leftPadUTF8('');) 2025.03.31 18:00:22.971176 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function leftPadUTF8 doesn't match: passed 1, should be 2 or 3: In scope SELECT leftPadUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:23.001533 [ 3914 ] {f5eb8763-e954-49ea-b2dd-25623c13d863} executeQuery: Code: 42. DB::Exception: Number of arguments for function leftUTF8 doesn't match: passed 1, should be 2: In scope SELECT leftUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT leftUTF8('');) 2025.03.31 18:00:23.017136 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function leftUTF8 doesn't match: passed 1, should be 2: In scope SELECT leftUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:23.044163 [ 3914 ] {714975d4-35d3-43a8-a920-54fcbd725ad3} executeQuery: Code: 344. DB::Exception: Natural language processing function 'lemmatize' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT lemmatize('');) 2025.03.31 18:00:23.057566 [ 3914 ] {} TCPHandler: Code: 344. DB::Exception: Natural language processing function 'lemmatize' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) 2025.03.31 18:00:23.217005 [ 3914 ] {1f722b99-b100-4e8e-810a-f0283aef4792} executeQuery: Code: 42. DB::Exception: Number of arguments for function less doesn't match: passed 1, should be 2: In scope SELECT less(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT less('');) 2025.03.31 18:00:23.225405 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function less doesn't match: passed 1, should be 2: In scope SELECT less(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:23.252475 [ 3914 ] {f5cfdda3-dc1e-48b2-bba2-41bfe37fcf17} executeQuery: Code: 42. DB::Exception: Number of arguments for function lessOrEquals doesn't match: passed 1, should be 2: In scope SELECT lessOrEquals(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT lessOrEquals('');) 2025.03.31 18:00:23.259802 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function lessOrEquals doesn't match: passed 1, should be 2: In scope SELECT lessOrEquals(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:23.286463 [ 3914 ] {94bcb74c-facb-41fb-aabd-fde026683d56} executeQuery: Code: 42. DB::Exception: Number of arguments for function editDistance doesn't match: passed 1, should be 2: In scope SELECT levenshteinDistance(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT levenshteinDistance('');) 2025.03.31 18:00:23.293110 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function editDistance doesn't match: passed 1, should be 2: In scope SELECT levenshteinDistance(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:23.317356 [ 3914 ] {e14e53d3-7745-4134-bfd0-15480d01e929} executeQuery: Code: 42. DB::Exception: Number of arguments for function editDistanceUTF8 doesn't match: passed 1, should be 2: In scope SELECT levenshteinDistanceUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT levenshteinDistanceUTF8('');) 2025.03.31 18:00:23.322882 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function editDistanceUTF8 doesn't match: passed 1, should be 2: In scope SELECT levenshteinDistanceUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:23.345801 [ 3914 ] {4deed167-7250-4a93-9973-288fd4cd5f89} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function lgamma: In scope SELECT lgamma(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT lgamma('');) 2025.03.31 18:00:23.350977 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function lgamma: In scope SELECT lgamma(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:23.374473 [ 3914 ] {7f087462-6587-4a9f-8d60-77fbaef678ab} executeQuery: Code: 42. DB::Exception: Number of arguments for function like doesn't match: passed 1, should be 2: In scope SELECT like(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT like('');) 2025.03.31 18:00:23.379397 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function like doesn't match: passed 1, should be 2: In scope SELECT like(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:23.402191 [ 3914 ] {96bcde17-035c-4cc0-85e7-42794a7155c3} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function log: In scope SELECT ln(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT ln('');) 2025.03.31 18:00:23.407594 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function log: In scope SELECT ln(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:23.431386 [ 3914 ] {1009deb6-bc21-4d07-abb3-287bb9308a14} executeQuery: Code: 42. DB::Exception: Number of arguments for function locate doesn't match: passed 1, should be 2 or 3: In scope SELECT locate(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT locate('');) 2025.03.31 18:00:23.437604 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function locate doesn't match: passed 1, should be 2 or 3: In scope SELECT locate(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:23.465855 [ 3914 ] {aaa772d9-4d94-4fa4-8153-37b48df8657d} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function log: In scope SELECT log(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT log('');) 2025.03.31 18:00:23.473075 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function log: In scope SELECT log(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:23.501455 [ 3914 ] {6c6d7c1b-451f-4791-8c75-36336b54076b} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function log10: In scope SELECT log10(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT log10('');) 2025.03.31 18:00:23.508496 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function log10: In scope SELECT log10(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:23.537873 [ 3914 ] {297aa7d8-0756-4904-887c-daabac8871f1} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function log1p: In scope SELECT log1p(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT log1p('');) 2025.03.31 18:00:23.545446 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function log1p: In scope SELECT log1p(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:23.571673 [ 3914 ] {9d0faca3-a2ad-49c4-bb50-9015fc00d9c0} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function log2: In scope SELECT log2(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT log2('');) 2025.03.31 18:00:23.578274 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function log2: In scope SELECT log2(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:23.672911 [ 3914 ] {26f7efc2-4f30-4aa0-9d38-a4fbe95b52c4} executeQuery: Code: 43. DB::Exception: First first argument of function lowCardinalityIndexes must be ColumnLowCardinality, but got String: In scope SELECT lowCardinalityIndices(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT lowCardinalityIndices('');) 2025.03.31 18:00:23.681356 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First first argument of function lowCardinalityIndexes must be ColumnLowCardinality, but got String: In scope SELECT lowCardinalityIndices(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:23.710695 [ 3914 ] {a6f7f705-02a5-4e01-a8e0-a8992d94f96d} executeQuery: Code: 43. DB::Exception: First first argument of function lowCardinalityKeys must be ColumnLowCardinality, but got String: In scope SELECT lowCardinalityKeys(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT lowCardinalityKeys('');) 2025.03.31 18:00:23.718890 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First first argument of function lowCardinalityKeys must be ColumnLowCardinality, but got String: In scope SELECT lowCardinalityKeys(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:23.880298 [ 3914 ] {48fc3ec8-a9aa-4c97-bf79-46e2b60d8af6} executeQuery: Code: 42. DB::Exception: Number of arguments for function leftPad doesn't match: passed 1, should be 2 or 3: In scope SELECT lpad(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT lpad('');) 2025.03.31 18:00:23.888790 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function leftPad doesn't match: passed 1, should be 2 or 3: In scope SELECT lpad(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:23.987760 [ 3914 ] {f69a56a6-675f-4b83-b1ee-60b205660aef} executeQuery: Code: 42. DB::Exception: Aggregate function largestTriangleThreeBuckets requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT lttb('');) 2025.03.31 18:00:23.996495 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function largestTriangleThreeBuckets requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:24.027612 [ 3914 ] {bf115c2b-96ac-43d6-811d-21e233617e0a} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'makeDate'. Expected 2 arguments, got 1 argument: In scope SELECT makeDate(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT makeDate('');) 2025.03.31 18:00:24.035616 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'makeDate'. Expected 2 arguments, got 1 argument: In scope SELECT makeDate(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:24.066121 [ 3914 ] {40fbfa54-768e-46e2-a492-920400427221} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'makeDate32'. Expected 2 arguments, got 1 argument: In scope SELECT makeDate32(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT makeDate32('');) 2025.03.31 18:00:24.074017 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'makeDate32'. Expected 2 arguments, got 1 argument: In scope SELECT makeDate32(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:24.104860 [ 3914 ] {a316a440-d83e-422e-9347-beaa29a276a5} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'makeDateTime'. Expected 6 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT makeDateTime(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT makeDateTime('');) 2025.03.31 18:00:24.113357 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'makeDateTime'. Expected 6 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT makeDateTime(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:24.138282 [ 3914 ] {4b77617b-e5a5-4ecc-a320-e7e401f69b15} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'makeDateTime64'. Expected 6 mandatory arguments and 3 optional arguments, got 1 argument: In scope SELECT makeDateTime64(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT makeDateTime64('');) 2025.03.31 18:00:24.146223 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'makeDateTime64'. Expected 6 mandatory arguments and 3 optional arguments, got 1 argument: In scope SELECT makeDateTime64(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:24.177022 [ 3914 ] {4c1189a8-8f7b-4eeb-bb35-c89c38e0b558} executeQuery: Code: 42. DB::Exception: Aggregate function mannWhitneyUTest requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT mannWhitneyUTest('');) 2025.03.31 18:00:24.184983 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function mannWhitneyUTest requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:24.219272 [ 3914 ] {64f32ee8-8602-468f-b720-114d4d2addad} executeQuery: Code: 42. DB::Exception: Function map requires even number of arguments, but 1 given: In scope SELECT map(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT map('');) 2025.03.31 18:00:24.227390 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function map requires even number of arguments, but 1 given: In scope SELECT map(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:24.261713 [ 3914 ] {b919d1ee-af91-48fa-bc57-2b4a4fae89cb} executeQuery: Code: 42. DB::Exception: mapAdd accepts at least two maps or map tuples: In scope SELECT mapAdd(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT mapAdd('');) 2025.03.31 18:00:24.270013 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: mapAdd accepts at least two maps or map tuples: In scope SELECT mapAdd(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:24.301489 [ 3914 ] {08498ac3-b5b0-4842-8b86-fc606a804af5} executeQuery: Code: 43. DB::Exception: Function mapAll requires at least one argument of type Map: In scope SELECT mapAll(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT mapAll('');) 2025.03.31 18:00:24.310066 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Function mapAll requires at least one argument of type Map: In scope SELECT mapAll(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:24.341344 [ 3914 ] {9167e78c-0e60-46d9-b8ce-4502ddcadf34} executeQuery: Code: 43. DB::Exception: Function mapApply requires at least one argument of type Map: In scope SELECT mapApply(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT mapApply('');) 2025.03.31 18:00:24.349963 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Function mapApply requires at least one argument of type Map: In scope SELECT mapApply(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:24.384191 [ 3914 ] {641ce665-c138-4e51-8a1f-fac991749038} executeQuery: Code: 43. DB::Exception: Function mapConcat requires at least one argument of type Map: In scope SELECT mapConcat(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT mapConcat('');) 2025.03.31 18:00:24.392964 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Function mapConcat requires at least one argument of type Map: In scope SELECT mapConcat(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:24.414672 [ 3655 ] {aedbb3ef-c56e-4fc6-9164-f0c39720672e} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_gja1a0q3.t_json_async_insert (data) FORMAT JSONAsObject' with query id 812316d5-fffa-40bc-81b2-623cec7d53e9. DB::Exception: Cannot parse object: (at row 1) 2025.03.31 18:00:24.426051 [ 3914 ] {d529231c-0cf1-4974-b64e-3ebb1cb8ca9a} executeQuery: Code: 42. DB::Exception: Number of arguments for function mapContains doesn't match: passed 1, should be 2: In scope SELECT mapContains(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT mapContains('');) 2025.03.31 18:00:24.435130 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function mapContains doesn't match: passed 1, should be 2: In scope SELECT mapContains(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:24.467549 [ 3914 ] {4bd55a64-7b85-4a72-83e4-16ff0709db3e} executeQuery: Code: 42. DB::Exception: Number of arguments for function mapContainsKeyLike doesn't match: passed 1, should be 2: In scope SELECT mapContainsKeyLike(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT mapContainsKeyLike('');) 2025.03.31 18:00:24.477941 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function mapContainsKeyLike doesn't match: passed 1, should be 2: In scope SELECT mapContainsKeyLike(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:24.509182 [ 3914 ] {be2c7373-c51d-4086-a672-66235a641be1} executeQuery: Code: 43. DB::Exception: Function mapExists requires at least one argument of type Map: In scope SELECT mapExists(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT mapExists('');) 2025.03.31 18:00:24.517529 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Function mapExists requires at least one argument of type Map: In scope SELECT mapExists(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:24.550021 [ 3914 ] {89208b0e-804a-4105-aaf0-31fea7b57875} executeQuery: Code: 42. DB::Exception: Number of arguments for function mapExtractKeyLike doesn't match: passed 1, should be 2: In scope SELECT mapExtractKeyLike(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT mapExtractKeyLike('');) 2025.03.31 18:00:24.558490 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function mapExtractKeyLike doesn't match: passed 1, should be 2: In scope SELECT mapExtractKeyLike(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:24.588722 [ 3914 ] {a218e4a6-f165-4a7e-a569-17db293c5ede} executeQuery: Code: 43. DB::Exception: Function mapFilter requires at least one argument of type Map: In scope SELECT mapFilter(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT mapFilter('');) 2025.03.31 18:00:24.597385 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Function mapFilter requires at least one argument of type Map: In scope SELECT mapFilter(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:24.626981 [ 3914 ] {f3db0b3c-4977-428b-9a21-0c41b1ddf671} executeQuery: Code: 42. DB::Exception: Number of arguments for function mapFromArrays doesn't match: passed 1, should be 2: In scope SELECT mapFromArrays(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT mapFromArrays('');) 2025.03.31 18:00:24.635328 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function mapFromArrays doesn't match: passed 1, should be 2: In scope SELECT mapFromArrays(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:24.746025 [ 3914 ] {fa8c1c1f-309a-4979-9c38-cb5d50dd8db8} executeQuery: Code: 43. DB::Exception: Function mapKeys requires at least one argument of type Map: In scope SELECT mapKeys(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT mapKeys('');) 2025.03.31 18:00:24.754082 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Function mapKeys requires at least one argument of type Map: In scope SELECT mapKeys(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:24.783448 [ 3914 ] {f4a782f7-d58f-4559-911e-ab3e2a6ba444} executeQuery: Code: 43. DB::Exception: Function mapPartialReverseSort requires at least one argument of type Map: In scope SELECT mapPartialReverseSort(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT mapPartialReverseSort('');) 2025.03.31 18:00:24.791608 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Function mapPartialReverseSort requires at least one argument of type Map: In scope SELECT mapPartialReverseSort(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:24.805852 [ 55896 ] {812316d5-fffa-40bc-81b2-623cec7d53e9} executeQuery: Code: 117. DB::Exception: Cannot parse object: (at row 1) : While executing WaitForAsyncInsert. (INCORRECT_DATA) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48038) (comment: 02421_type_json_async_insert.sh) (in query: INSERT INTO t_json_async_insert FORMAT JSONAsObject ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/DataTypes/Serializations/SerializationObjectDeprecated.cpp:57: void DB::SerializationObjectDeprecated>::deserializeTextImpl>::deserializeTextJSON(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&) const::'lambda'(String&)>(DB::IColumn&, DB::SerializationObjectDeprecated>::deserializeTextJSON(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&) const::'lambda'(String&)&&) const @ 0x0000000035008db5 5. ./build_docker/./src/DataTypes/Serializations/SerializationObjectDeprecated.cpp:121: DB::SerializationObjectDeprecated>::deserializeTextJSON(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&) const @ 0x0000000034ff2625 6. ./build_docker/./src/Processors/Formats/Impl/JSONAsStringRowInputFormat.cpp:181: DB::JSONAsObjectRowInputFormat::readJSONObject(DB::IColumn&) @ 0x000000003fb03134 7. ./build_docker/./src/Processors/Formats/Impl/JSONAsStringRowInputFormat.cpp:52: DB::JSONAsRowInputFormat::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003fb003b8 8. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 9. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 10. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 11. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 12. ./build_docker/./src/Processors/Executors/StreamingFormatExecutor.cpp:76: DB::StreamingFormatExecutor::execute() @ 0x000000003f76deb1 13. ./build_docker/./src/Processors/Executors/StreamingFormatExecutor.cpp:57: DB::StreamingFormatExecutor::execute(DB::ReadBuffer&) @ 0x000000003f76d6d3 14. ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:1082: DB::AsynchronousInsertQueue::processData(DB::AsynchronousInsertQueue::InsertQuery, std::unique_ptr>, std::shared_ptr, DB::AsynchronousInsertQueue::QueueShardFlushTimeHistory&) @ 0x00000000364129a2 15. ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:319: void std::__function::__policy_invoker::__call_impl>, std::shared_ptr, unsigned long)::$_0, void ()>>(std::__function::__policy_storage const*) @ 0x000000003641e7d8 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 17. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 18. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:00:24.814152 [ 55896 ] {} TCPHandler: Code: 117. DB::Exception: Cannot parse object: (at row 1) : While executing WaitForAsyncInsert. (INCORRECT_DATA), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/DataTypes/Serializations/SerializationObjectDeprecated.cpp:57: void DB::SerializationObjectDeprecated>::deserializeTextImpl>::deserializeTextJSON(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&) const::'lambda'(String&)>(DB::IColumn&, DB::SerializationObjectDeprecated>::deserializeTextJSON(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&) const::'lambda'(String&)&&) const @ 0x0000000035008db5 5. ./build_docker/./src/DataTypes/Serializations/SerializationObjectDeprecated.cpp:121: DB::SerializationObjectDeprecated>::deserializeTextJSON(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&) const @ 0x0000000034ff2625 6. ./build_docker/./src/Processors/Formats/Impl/JSONAsStringRowInputFormat.cpp:181: DB::JSONAsObjectRowInputFormat::readJSONObject(DB::IColumn&) @ 0x000000003fb03134 7. ./build_docker/./src/Processors/Formats/Impl/JSONAsStringRowInputFormat.cpp:52: DB::JSONAsRowInputFormat::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003fb003b8 8. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 9. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 10. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 11. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 12. ./build_docker/./src/Processors/Executors/StreamingFormatExecutor.cpp:76: DB::StreamingFormatExecutor::execute() @ 0x000000003f76deb1 13. ./build_docker/./src/Processors/Executors/StreamingFormatExecutor.cpp:57: DB::StreamingFormatExecutor::execute(DB::ReadBuffer&) @ 0x000000003f76d6d3 14. ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:1082: DB::AsynchronousInsertQueue::processData(DB::AsynchronousInsertQueue::InsertQuery, std::unique_ptr>, std::shared_ptr, DB::AsynchronousInsertQueue::QueueShardFlushTimeHistory&) @ 0x00000000364129a2 15. ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:319: void std::__function::__policy_invoker::__call_impl>, std::shared_ptr, unsigned long)::$_0, void ()>>(std::__function::__policy_storage const*) @ 0x000000003641e7d8 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 17. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 18. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:00:24.822331 [ 3914 ] {25b55ff0-ff24-4d92-9aa7-20dcd0bce30a} executeQuery: Code: 43. DB::Exception: Function mapPartialSort requires at least one argument of type Map: In scope SELECT mapPartialSort(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT mapPartialSort('');) 2025.03.31 18:00:24.830513 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Function mapPartialSort requires at least one argument of type Map: In scope SELECT mapPartialSort(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:24.861422 [ 3914 ] {8d2b0a43-c1c4-40e9-a0ac-239ee869d34a} executeQuery: Code: 43. DB::Exception: Function mapPopulateSeries only accepts one map or arrays, but got String: In scope SELECT mapPopulateSeries(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT mapPopulateSeries('');) 2025.03.31 18:00:24.869430 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Function mapPopulateSeries only accepts one map or arrays, but got String: In scope SELECT mapPopulateSeries(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:24.898451 [ 3914 ] {292c91c3-565f-4c41-94db-b16b71c904af} executeQuery: Code: 43. DB::Exception: Function mapReverseSort requires at least one argument of type Map: In scope SELECT mapReverseSort(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT mapReverseSort('');) 2025.03.31 18:00:24.906520 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Function mapReverseSort requires at least one argument of type Map: In scope SELECT mapReverseSort(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:24.939566 [ 3914 ] {ef18c3b3-ca8c-4fe1-814e-5d633e322216} executeQuery: Code: 43. DB::Exception: Function mapSort requires at least one argument of type Map: In scope SELECT mapSort(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT mapSort('');) 2025.03.31 18:00:24.948006 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Function mapSort requires at least one argument of type Map: In scope SELECT mapSort(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:24.977777 [ 3914 ] {0dd3fcdc-990e-42b1-abef-b0980a3f4b43} executeQuery: Code: 42. DB::Exception: mapSubtract accepts at least two maps or map tuples: In scope SELECT mapSubtract(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT mapSubtract('');) 2025.03.31 18:00:24.986104 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: mapSubtract accepts at least two maps or map tuples: In scope SELECT mapSubtract(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:25.017768 [ 3914 ] {171fd218-d683-4185-8d55-ddb70b8ccee5} executeQuery: Code: 42. DB::Exception: Number of arguments for function mapUpdate doesn't match: passed 1, should be 2: In scope SELECT mapUpdate(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT mapUpdate('');) 2025.03.31 18:00:25.026273 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function mapUpdate doesn't match: passed 1, should be 2: In scope SELECT mapUpdate(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:25.058375 [ 3914 ] {02acfe40-92b0-47db-95e7-4469e58b4c84} executeQuery: Code: 43. DB::Exception: Function mapValues requires at least one argument of type Map: In scope SELECT mapValues(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT mapValues('');) 2025.03.31 18:00:25.066817 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Function mapValues requires at least one argument of type Map: In scope SELECT mapValues(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:25.097261 [ 3914 ] {f01be410-af2e-4770-b5e2-ba4bcb29cb13} executeQuery: Code: 42. DB::Exception: Number of arguments for function match doesn't match: passed 1, should be 2: In scope SELECT match(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT match('');) 2025.03.31 18:00:25.105850 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function match doesn't match: passed 1, should be 2: In scope SELECT match(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:25.285980 [ 3914 ] {904ce740-bb93-49dc-80eb-13111790dfe9} executeQuery: Code: 42. DB::Exception: Number of arguments for function max2 doesn't match: passed 1, should be 2: In scope SELECT max2(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT max2('');) 2025.03.31 18:00:25.294548 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function max2 doesn't match: passed 1, should be 2: In scope SELECT max2(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:25.326516 [ 3914 ] {2ecce3a4-1ab3-450d-8aa7-abd2c491752f} executeQuery: Code: 42. DB::Exception: Aggregate function maxIntersections requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT maxIntersections('');) 2025.03.31 18:00:25.334831 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function maxIntersections requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:25.364666 [ 3914 ] {55363ff4-0a63-4d03-be16-c7b274569c50} executeQuery: Code: 42. DB::Exception: Aggregate function maxIntersectionsPosition requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT maxIntersectionsPosition('');) 2025.03.31 18:00:25.374590 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function maxIntersectionsPosition requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:25.405502 [ 3914 ] {dbec540e-088c-48ec-91a8-fc9a2213400e} executeQuery: Code: 43. DB::Exception: When function maxMappedArrays gets one argument it must be a tuple. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT maxMappedArrays('');) 2025.03.31 18:00:25.414093 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: When function maxMappedArrays gets one argument it must be a tuple. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:25.444165 [ 3914 ] {c52bd757-19c3-41c5-a664-05763f63c5bc} executeQuery: Code: 42. DB::Exception: Aggregate function meanZTest requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT meanZTest('');) 2025.03.31 18:00:25.452629 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function meanZTest requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:25.483864 [ 3914 ] {09435f4d-81d9-425c-a0ff-00b6b9211e4f} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantile. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT median('');) 2025.03.31 18:00:25.493015 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantile. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:25.524202 [ 3914 ] {99a95767-a4a7-4f55-9e5a-75581e563be9} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileBFloat16. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT medianBFloat16('');) 2025.03.31 18:00:25.532274 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileBFloat16. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:25.563655 [ 3914 ] {f1d211ca-0531-4aad-b127-b5ac1809c18a} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileBFloat16Weighted. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT medianBFloat16Weighted('');) 2025.03.31 18:00:25.572054 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileBFloat16Weighted. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:25.602494 [ 3914 ] {9c2ad53f-a444-42c6-aee4-2f0bbcc92c12} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileDD. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT medianDD('');) 2025.03.31 18:00:25.611144 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileDD. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:25.642249 [ 3914 ] {9cb0c896-a123-4fbb-b958-bf8861208c8a} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileDeterministic. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT medianDeterministic('');) 2025.03.31 18:00:25.651292 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileDeterministic. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:25.681136 [ 3914 ] {a6af1cba-51f3-4390-b8dd-e35734fc50b7} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileExact. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT medianExact('');) 2025.03.31 18:00:25.689618 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileExact. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:25.719195 [ 3914 ] {541eb648-c987-4bdb-893f-e1b04e5bc1e2} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileExactHigh. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT medianExactHigh('');) 2025.03.31 18:00:25.727447 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileExactHigh. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:25.758266 [ 3914 ] {6c3178dc-be1a-4aa6-8c6c-aa125492996a} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileExactLow. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT medianExactLow('');) 2025.03.31 18:00:25.767862 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileExactLow. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:25.799069 [ 3914 ] {31f9bbfd-e00e-4204-b7d9-49812fa811e0} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileExactWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT medianExactWeighted('');) 2025.03.31 18:00:25.807598 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileExactWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:25.838401 [ 3914 ] {a092f489-fb98-4793-953f-00f9befe5a2a} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileExactWeightedInterpolated. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT medianExactWeightedInterpolated('');) 2025.03.31 18:00:25.847680 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileExactWeightedInterpolated. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:25.878281 [ 3914 ] {2107cac6-6441-4295-b71a-a2e58a1792a9} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileGK. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT medianGK('');) 2025.03.31 18:00:25.886792 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileGK. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:25.919369 [ 3914 ] {e38f32eb-a31b-4d8f-81bc-20f6893acec5} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileInterpolatedWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT medianInterpolatedWeighted('');) 2025.03.31 18:00:25.928520 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileInterpolatedWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:25.960837 [ 3914 ] {4ebd392f-c07d-441a-aa33-bad14c243f79} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileTDigest. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT medianTDigest('');) 2025.03.31 18:00:25.970007 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileTDigest. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:25.997525 [ 3914 ] {4d94e019-3363-444d-85b7-f24580ceedff} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileTDigestWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT medianTDigestWeighted('');) 2025.03.31 18:00:26.005761 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileTDigestWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:26.034987 [ 3914 ] {d23b32cf-5f17-4041-9da0-7920eb9b3bd0} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileTiming. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT medianTiming('');) 2025.03.31 18:00:26.042420 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileTiming. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:26.069549 [ 3914 ] {78fca2d7-c0e7-4c45-8a98-5de2b0635963} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileTimingWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT medianTimingWeighted('');) 2025.03.31 18:00:26.077775 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileTimingWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:26.169796 [ 3914 ] {2d8819e6-60d4-478c-aa21-f81d4be56c2d} executeQuery: Code: 42. DB::Exception: Number of arguments for function substring doesn't match: passed 1, should be 2 or 3: In scope SELECT mid(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT mid('');) 2025.03.31 18:00:26.178006 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function substring doesn't match: passed 1, should be 2 or 3: In scope SELECT mid(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:26.291727 [ 3914 ] {ed0804b6-7e35-477f-a672-be027be4012b} executeQuery: Code: 42. DB::Exception: Number of arguments for function min2 doesn't match: passed 1, should be 2: In scope SELECT min2(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT min2('');) 2025.03.31 18:00:26.300981 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function min2 doesn't match: passed 1, should be 2: In scope SELECT min2(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:26.334384 [ 3914 ] {fdebf1d2-2f9c-4971-906f-5c87f782abac} executeQuery: Code: 43. DB::Exception: When function minMappedArrays gets one argument it must be a tuple. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT minMappedArrays('');) 2025.03.31 18:00:26.342764 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: When function minMappedArrays gets one argument it must be a tuple. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:26.374466 [ 3914 ] {671a48d8-53f7-423c-87f8-779b06948a8d} executeQuery: Code: 42. DB::Exception: Number of arguments for function minSampleSizeContinuous doesn't match: passed 1, should be 5: In scope SELECT minSampleSizeContinous(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT minSampleSizeContinous('');) 2025.03.31 18:00:26.382572 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function minSampleSizeContinuous doesn't match: passed 1, should be 5: In scope SELECT minSampleSizeContinous(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:26.411615 [ 3914 ] {8ad7e484-54a4-4fd6-9fa5-3aa4e50d7902} executeQuery: Code: 42. DB::Exception: Number of arguments for function minSampleSizeContinuous doesn't match: passed 1, should be 5: In scope SELECT minSampleSizeContinuous(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT minSampleSizeContinuous('');) 2025.03.31 18:00:26.420025 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function minSampleSizeContinuous doesn't match: passed 1, should be 5: In scope SELECT minSampleSizeContinuous(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:26.448515 [ 3914 ] {bbb2800a-851c-45bd-ad0e-93481072511b} executeQuery: Code: 42. DB::Exception: Number of arguments for function minSampleSizeConversion doesn't match: passed 1, should be 4: In scope SELECT minSampleSizeConversion(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT minSampleSizeConversion('');) 2025.03.31 18:00:26.456237 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function minSampleSizeConversion doesn't match: passed 1, should be 4: In scope SELECT minSampleSizeConversion(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:26.484883 [ 3914 ] {9d101ad9-5a02-428f-8d3e-ce2928d7f187} executeQuery: Code: 42. DB::Exception: Number of arguments for function minus doesn't match: passed 1, should be 2: In scope SELECT minus(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT minus('');) 2025.03.31 18:00:26.492283 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function minus doesn't match: passed 1, should be 2: In scope SELECT minus(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:26.522074 [ 3914 ] {a9594999-8f1b-4b89-90a2-2367ea295cac} executeQuery: Code: 42. DB::Exception: Number of arguments for function byteHammingDistance doesn't match: passed 1, should be 2: In scope SELECT mismatches(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT mismatches('');) 2025.03.31 18:00:26.530662 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function byteHammingDistance doesn't match: passed 1, should be 2: In scope SELECT mismatches(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:26.559139 [ 3914 ] {a8dbe53a-9e51-448b-afed-b4d4b433c1f2} executeQuery: Code: 42. DB::Exception: Number of arguments for function modulo doesn't match: passed 1, should be 2: In scope SELECT mod(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT mod('');) 2025.03.31 18:00:26.567576 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function modulo doesn't match: passed 1, should be 2: In scope SELECT mod(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:26.596705 [ 3914 ] {764f2f7c-9e35-4579-8cf7-2a024b6bfd93} executeQuery: Code: 42. DB::Exception: Number of arguments for function modulo doesn't match: passed 1, should be 2: In scope SELECT modulo(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT modulo('');) 2025.03.31 18:00:26.605296 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function modulo doesn't match: passed 1, should be 2: In scope SELECT modulo(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:26.635844 [ 3914 ] {f1f0c965-1c09-4f1e-844a-e54ce6a9a6e2} executeQuery: Code: 42. DB::Exception: Number of arguments for function moduloLegacy doesn't match: passed 1, should be 2: In scope SELECT moduloLegacy(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT moduloLegacy('');) 2025.03.31 18:00:26.643914 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function moduloLegacy doesn't match: passed 1, should be 2: In scope SELECT moduloLegacy(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:26.673492 [ 3914 ] {92de3c68-a6b5-42d2-ac3d-bfd38ef3ab6e} executeQuery: Code: 42. DB::Exception: Number of arguments for function moduloOrZero doesn't match: passed 1, should be 2: In scope SELECT moduloOrZero(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT moduloOrZero('');) 2025.03.31 18:00:26.681447 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function moduloOrZero doesn't match: passed 1, should be 2: In scope SELECT moduloOrZero(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:26.710820 [ 3914 ] {f02c7d1c-9475-4df0-bcaa-2fa43ad7def9} executeQuery: Code: 43. DB::Exception: Illegal type of argument of function monthName, should be Date, DateTime or DateTime64: In scope SELECT monthName(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT monthName('');) 2025.03.31 18:00:26.718479 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type of argument of function monthName, should be Date, DateTime or DateTime64: In scope SELECT monthName(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:26.747562 [ 3914 ] {d8e26942-1f30-4ffa-b58f-5b8500116adc} executeQuery: Code: 42. DB::Exception: Number of arguments for function mortonDecode doesn't match: passed 1, should be 2: In scope SELECT mortonDecode(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT mortonDecode('');) 2025.03.31 18:00:26.755448 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function mortonDecode doesn't match: passed 1, should be 2: In scope SELECT mortonDecode(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:26.788069 [ 3914 ] {cfbec557-89fa-4475-93da-eb4834cb838b} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for function mortonEncode, should be a native UInt: In scope SELECT mortonEncode(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT mortonEncode('');) 2025.03.31 18:00:26.796169 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for function mortonEncode, should be a native UInt: In scope SELECT mortonEncode(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:26.825914 [ 3914 ] {4332d346-13d7-4eea-83d6-b181cc2d4630} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiFuzzyMatchAllIndices doesn't match: passed 1, should be 3: In scope SELECT multiFuzzyMatchAllIndices(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT multiFuzzyMatchAllIndices('');) 2025.03.31 18:00:26.833780 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiFuzzyMatchAllIndices doesn't match: passed 1, should be 3: In scope SELECT multiFuzzyMatchAllIndices(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:26.862646 [ 3914 ] {8718166c-1067-4eda-8ecb-2384e1891f06} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiFuzzyMatchAny doesn't match: passed 1, should be 3: In scope SELECT multiFuzzyMatchAny(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT multiFuzzyMatchAny('');) 2025.03.31 18:00:26.870596 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiFuzzyMatchAny doesn't match: passed 1, should be 3: In scope SELECT multiFuzzyMatchAny(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:26.900237 [ 3914 ] {405ad9bd-d923-4899-b462-beb81ad4798b} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiFuzzyMatchAnyIndex doesn't match: passed 1, should be 3: In scope SELECT multiFuzzyMatchAnyIndex(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT multiFuzzyMatchAnyIndex('');) 2025.03.31 18:00:26.908364 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiFuzzyMatchAnyIndex doesn't match: passed 1, should be 3: In scope SELECT multiFuzzyMatchAnyIndex(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:26.937085 [ 3914 ] {d4b35c86-905b-48ea-844e-65f3ccb2c59b} executeQuery: Code: 42. DB::Exception: Invalid number of arguments for function multiIf: In scope SELECT multiIf(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT multiIf('');) 2025.03.31 18:00:26.944641 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Invalid number of arguments for function multiIf: In scope SELECT multiIf(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:26.978810 [ 3914 ] {62229b0c-68e9-404f-9ef1-53df66b515d0} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiMatchAllIndices doesn't match: passed 1, should be 2: In scope SELECT multiMatchAllIndices(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT multiMatchAllIndices('');) 2025.03.31 18:00:26.987177 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiMatchAllIndices doesn't match: passed 1, should be 2: In scope SELECT multiMatchAllIndices(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:27.017324 [ 3914 ] {588fdfcd-3f56-472d-9602-602880193350} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiMatchAny doesn't match: passed 1, should be 2: In scope SELECT multiMatchAny(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT multiMatchAny('');) 2025.03.31 18:00:27.025520 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiMatchAny doesn't match: passed 1, should be 2: In scope SELECT multiMatchAny(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:27.053688 [ 3914 ] {39329b54-9b75-4e38-8543-f33995e4d979} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiMatchAnyIndex doesn't match: passed 1, should be 2: In scope SELECT multiMatchAnyIndex(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT multiMatchAnyIndex('');) 2025.03.31 18:00:27.061989 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiMatchAnyIndex doesn't match: passed 1, should be 2: In scope SELECT multiMatchAnyIndex(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:27.093723 [ 3914 ] {31aeaa1e-b356-4e1c-a5d7-53c517397efc} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiSearchAllPositions doesn't match: passed 1, should be 2: In scope SELECT multiSearchAllPositions(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT multiSearchAllPositions('');) 2025.03.31 18:00:27.102971 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiSearchAllPositions doesn't match: passed 1, should be 2: In scope SELECT multiSearchAllPositions(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:27.136835 [ 3914 ] {80ef6ce1-6fd7-4202-97ce-9a4551a50d72} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiSearchAllPositionsCaseInsensitive doesn't match: passed 1, should be 2: In scope SELECT multiSearchAllPositionsCaseInsensitive(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT multiSearchAllPositionsCaseInsensitive('');) 2025.03.31 18:00:27.145349 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiSearchAllPositionsCaseInsensitive doesn't match: passed 1, should be 2: In scope SELECT multiSearchAllPositionsCaseInsensitive(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:27.176956 [ 3914 ] {ea75e4aa-da3a-4893-882d-25fde6d989aa} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiSearchAllPositionsCaseInsensitiveUTF8 doesn't match: passed 1, should be 2: In scope SELECT multiSearchAllPositionsCaseInsensitiveUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT multiSearchAllPositionsCaseInsensitiveUTF8('');) 2025.03.31 18:00:27.186196 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiSearchAllPositionsCaseInsensitiveUTF8 doesn't match: passed 1, should be 2: In scope SELECT multiSearchAllPositionsCaseInsensitiveUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:27.217420 [ 3914 ] {d662e1f2-2243-488b-a418-b946111af2f4} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiSearchAllPositionsUTF8 doesn't match: passed 1, should be 2: In scope SELECT multiSearchAllPositionsUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT multiSearchAllPositionsUTF8('');) 2025.03.31 18:00:27.225636 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiSearchAllPositionsUTF8 doesn't match: passed 1, should be 2: In scope SELECT multiSearchAllPositionsUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:27.256204 [ 3914 ] {6c07899b-61f5-4719-be22-a525a7c8fa86} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiSearchAny doesn't match: passed 1, should be 2: In scope SELECT multiSearchAny(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT multiSearchAny('');) 2025.03.31 18:00:27.264137 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiSearchAny doesn't match: passed 1, should be 2: In scope SELECT multiSearchAny(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:27.276449 [ 57570 ] {4dcdda4c-ff84-49e4-87d0-90fc041f6ca7} executeQuery: Code: 44. DB::Exception: Tuple passed to hopStart should not be empty: In scope SELECT hopStart(tuple()). (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48116) (comment: 01049_window_view_window_functions.sql) (in query: SELECT hopStart(tuple());), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. DB::(anonymous namespace)::TimeWindowImpl<(DB::(anonymous namespace)::TimeWindowFunctionName)4>::getReturnType(std::vector> const&, String const&) @ 0x000000000ac64937 5. DB::(anonymous namespace)::FunctionTimeWindow<(DB::(anonymous namespace)::TimeWindowFunctionName)4>::getReturnTypeImpl(std::vector> const&) const @ 0x000000000ac63d46 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:00:27.282893 [ 57570 ] {} TCPHandler: Code: 44. DB::Exception: Tuple passed to hopStart should not be empty: In scope SELECT hopStart(tuple()). (ILLEGAL_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. DB::(anonymous namespace)::TimeWindowImpl<(DB::(anonymous namespace)::TimeWindowFunctionName)4>::getReturnType(std::vector> const&, String const&) @ 0x000000000ac64937 5. DB::(anonymous namespace)::FunctionTimeWindow<(DB::(anonymous namespace)::TimeWindowFunctionName)4>::getReturnTypeImpl(std::vector> const&) const @ 0x000000000ac63d46 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:00:27.293312 [ 3914 ] {9f5b2982-af9f-48b1-b37b-a6b6764241a4} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiSearchAnyCaseInsensitive doesn't match: passed 1, should be 2: In scope SELECT multiSearchAnyCaseInsensitive(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT multiSearchAnyCaseInsensitive('');) 2025.03.31 18:00:27.301264 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiSearchAnyCaseInsensitive doesn't match: passed 1, should be 2: In scope SELECT multiSearchAnyCaseInsensitive(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:27.333584 [ 3914 ] {672559af-420a-461d-b484-8834eba841b9} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiSearchAnyCaseInsensitiveUTF8 doesn't match: passed 1, should be 2: In scope SELECT multiSearchAnyCaseInsensitiveUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT multiSearchAnyCaseInsensitiveUTF8('');) 2025.03.31 18:00:27.342028 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiSearchAnyCaseInsensitiveUTF8 doesn't match: passed 1, should be 2: In scope SELECT multiSearchAnyCaseInsensitiveUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:27.372696 [ 3914 ] {71121b13-ceb9-4abd-8e6d-a2cd4adeabc4} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiSearchAnyUTF8 doesn't match: passed 1, should be 2: In scope SELECT multiSearchAnyUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT multiSearchAnyUTF8('');) 2025.03.31 18:00:27.381462 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiSearchAnyUTF8 doesn't match: passed 1, should be 2: In scope SELECT multiSearchAnyUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:27.411112 [ 3914 ] {51e2da28-5b15-43f6-967e-59623fa4168f} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiSearchFirstIndex doesn't match: passed 1, should be 2: In scope SELECT multiSearchFirstIndex(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT multiSearchFirstIndex('');) 2025.03.31 18:00:27.420016 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiSearchFirstIndex doesn't match: passed 1, should be 2: In scope SELECT multiSearchFirstIndex(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:27.451063 [ 3914 ] {e88a9606-2339-485c-a568-b906fb675eed} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiSearchFirstIndexCaseInsensitive doesn't match: passed 1, should be 2: In scope SELECT multiSearchFirstIndexCaseInsensitive(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT multiSearchFirstIndexCaseInsensitive('');) 2025.03.31 18:00:27.459205 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiSearchFirstIndexCaseInsensitive doesn't match: passed 1, should be 2: In scope SELECT multiSearchFirstIndexCaseInsensitive(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:27.489201 [ 3914 ] {de52086f-0fd3-448e-b95e-1349d7bb330e} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiSearchFirstIndexCaseInsensitiveUTF8 doesn't match: passed 1, should be 2: In scope SELECT multiSearchFirstIndexCaseInsensitiveUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT multiSearchFirstIndexCaseInsensitiveUTF8('');) 2025.03.31 18:00:27.497469 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiSearchFirstIndexCaseInsensitiveUTF8 doesn't match: passed 1, should be 2: In scope SELECT multiSearchFirstIndexCaseInsensitiveUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:27.534931 [ 3914 ] {6d86d039-ed74-4a76-a13d-611f31bc1810} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiSearchFirstIndexUTF8 doesn't match: passed 1, should be 2: In scope SELECT multiSearchFirstIndexUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT multiSearchFirstIndexUTF8('');) 2025.03.31 18:00:27.543585 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiSearchFirstIndexUTF8 doesn't match: passed 1, should be 2: In scope SELECT multiSearchFirstIndexUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:27.578560 [ 3914 ] {072b8a5a-a8cb-4300-83d2-0529e0c05e0c} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiSearchFirstPosition doesn't match: passed 1, should be 2: In scope SELECT multiSearchFirstPosition(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT multiSearchFirstPosition('');) 2025.03.31 18:00:27.586627 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiSearchFirstPosition doesn't match: passed 1, should be 2: In scope SELECT multiSearchFirstPosition(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:27.619891 [ 3914 ] {a0b5213e-fb06-4221-8e78-0c0d7a377ae2} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiSearchFirstPositionCaseInsensitive doesn't match: passed 1, should be 2: In scope SELECT multiSearchFirstPositionCaseInsensitive(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT multiSearchFirstPositionCaseInsensitive('');) 2025.03.31 18:00:27.627735 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiSearchFirstPositionCaseInsensitive doesn't match: passed 1, should be 2: In scope SELECT multiSearchFirstPositionCaseInsensitive(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:27.663564 [ 3914 ] {896eb5b8-ecd8-476c-aac6-6c668cac56bb} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiSearchFirstPositionCaseInsensitiveUTF8 doesn't match: passed 1, should be 2: In scope SELECT multiSearchFirstPositionCaseInsensitiveUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT multiSearchFirstPositionCaseInsensitiveUTF8('');) 2025.03.31 18:00:27.671549 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiSearchFirstPositionCaseInsensitiveUTF8 doesn't match: passed 1, should be 2: In scope SELECT multiSearchFirstPositionCaseInsensitiveUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:27.700069 [ 3914 ] {d6bfbe60-c13f-4e2f-b95e-446d626c4400} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiSearchFirstPositionUTF8 doesn't match: passed 1, should be 2: In scope SELECT multiSearchFirstPositionUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT multiSearchFirstPositionUTF8('');) 2025.03.31 18:00:27.708751 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiSearchFirstPositionUTF8 doesn't match: passed 1, should be 2: In scope SELECT multiSearchFirstPositionUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:27.736782 [ 3914 ] {750a2df2-adbe-472f-9e05-bd040ac1c44a} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiply doesn't match: passed 1, should be 2: In scope SELECT multiply(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT multiply('');) 2025.03.31 18:00:27.743526 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiply doesn't match: passed 1, should be 2: In scope SELECT multiply(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:27.771120 [ 3914 ] {0c373c7d-2ef4-4269-92c4-3355f9762c02} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiplyDecimal does not match: 2 or 3 expected: In scope SELECT multiplyDecimal(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT multiplyDecimal('');) 2025.03.31 18:00:27.778852 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiplyDecimal does not match: 2 or 3 expected: In scope SELECT multiplyDecimal(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:28.117260 [ 3914 ] {32dad184-34ef-4441-81f5-78cd117c4f13} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function negate: In scope SELECT -(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT negate('');) 2025.03.31 18:00:28.119598 [ 57570 ] {ff08e84f-90da-4aba-9236-4136acac6ff3} executeQuery: Code: 44. DB::Exception: Tuple passed to hopEnd should not be empty: In scope SELECT hopEnd(tuple()). (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48116) (comment: 01049_window_view_window_functions.sql) (in query: SELECT hopEnd(tuple());), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. DB::(anonymous namespace)::TimeWindowImpl<(DB::(anonymous namespace)::TimeWindowFunctionName)4>::getReturnType(std::vector> const&, String const&) @ 0x000000000ac64937 5. DB::(anonymous namespace)::FunctionTimeWindow<(DB::(anonymous namespace)::TimeWindowFunctionName)5>::getReturnTypeImpl(std::vector> const&) const @ 0x000000000ac65ce6 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:00:28.125277 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function negate: In scope SELECT -(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:28.126485 [ 57570 ] {} TCPHandler: Code: 44. DB::Exception: Tuple passed to hopEnd should not be empty: In scope SELECT hopEnd(tuple()). (ILLEGAL_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. DB::(anonymous namespace)::TimeWindowImpl<(DB::(anonymous namespace)::TimeWindowFunctionName)4>::getReturnType(std::vector> const&, String const&) @ 0x000000000ac64937 5. DB::(anonymous namespace)::FunctionTimeWindow<(DB::(anonymous namespace)::TimeWindowFunctionName)5>::getReturnTypeImpl(std::vector> const&) const @ 0x000000000ac65ce6 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:00:28.154229 [ 3914 ] {af077e8b-fa6a-4201-9b63-405b64308663} executeQuery: Code: 721. DB::Exception: Function neighbor is deprecated since its usage is error-prone (see docs).Please use proper window function or set `allow_deprecated_error_prone_window_functions` setting to enable it. (DEPRECATED_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT neighbor('');) 2025.03.31 18:00:28.162539 [ 3914 ] {} TCPHandler: Code: 721. DB::Exception: Function neighbor is deprecated since its usage is error-prone (see docs).Please use proper window function or set `allow_deprecated_error_prone_window_functions` setting to enable it. (DEPRECATED_FUNCTION) 2025.03.31 18:00:28.192692 [ 3914 ] {423ec7aa-760c-4e66-821c-8dd0a40482e4} executeQuery: Code: 35. DB::Exception: Number of arguments for function nested doesn't match: passed 1, should be at least 2: In scope SELECT nested(''). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT nested('');) 2025.03.31 18:00:28.200534 [ 3914 ] {} TCPHandler: Code: 35. DB::Exception: Number of arguments for function nested doesn't match: passed 1, should be at least 2: In scope SELECT nested(''). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) 2025.03.31 18:00:28.289954 [ 3914 ] {99d26c80-e108-4b44-a849-49f8d668281d} executeQuery: Code: 42. DB::Exception: Number of arguments for function ngramDistance doesn't match: passed 1, should be 2: In scope SELECT ngramDistance(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT ngramDistance('');) 2025.03.31 18:00:28.297774 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function ngramDistance doesn't match: passed 1, should be 2: In scope SELECT ngramDistance(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:28.326262 [ 3914 ] {ac577a1a-7262-4fba-a6ce-90ee70f74810} executeQuery: Code: 42. DB::Exception: Number of arguments for function ngramDistanceCaseInsensitive doesn't match: passed 1, should be 2: In scope SELECT ngramDistanceCaseInsensitive(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT ngramDistanceCaseInsensitive('');) 2025.03.31 18:00:28.333601 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function ngramDistanceCaseInsensitive doesn't match: passed 1, should be 2: In scope SELECT ngramDistanceCaseInsensitive(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:28.361640 [ 3914 ] {1f88e4b9-a1ff-453c-9178-ba8b64bd25ef} executeQuery: Code: 42. DB::Exception: Number of arguments for function ngramDistanceCaseInsensitiveUTF8 doesn't match: passed 1, should be 2: In scope SELECT ngramDistanceCaseInsensitiveUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT ngramDistanceCaseInsensitiveUTF8('');) 2025.03.31 18:00:28.369254 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function ngramDistanceCaseInsensitiveUTF8 doesn't match: passed 1, should be 2: In scope SELECT ngramDistanceCaseInsensitiveUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:28.396970 [ 3914 ] {d2faa6da-ea17-43b0-8394-96c754a4db02} executeQuery: Code: 42. DB::Exception: Number of arguments for function ngramDistanceUTF8 doesn't match: passed 1, should be 2: In scope SELECT ngramDistanceUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT ngramDistanceUTF8('');) 2025.03.31 18:00:28.404769 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function ngramDistanceUTF8 doesn't match: passed 1, should be 2: In scope SELECT ngramDistanceUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:28.948077 [ 57570 ] {e6807326-99b3-4148-a16a-d111df110305} executeQuery: Code: 44. DB::Exception: Tuple passed to tumbleStart should not be empty: In scope SELECT tumbleStart(tuple()). (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48116) (comment: 01049_window_view_window_functions.sql) (in query: SELECT tumbleStart(tuple());), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. DB::(anonymous namespace)::TimeWindowImpl<(DB::(anonymous namespace)::TimeWindowFunctionName)1>::getReturnType(std::vector> const&, String const&) @ 0x000000000ac61697 5. DB::(anonymous namespace)::FunctionTimeWindow<(DB::(anonymous namespace)::TimeWindowFunctionName)1>::getReturnTypeImpl(std::vector> const&) const @ 0x000000000ac601a6 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:00:28.953729 [ 57570 ] {} TCPHandler: Code: 44. DB::Exception: Tuple passed to tumbleStart should not be empty: In scope SELECT tumbleStart(tuple()). (ILLEGAL_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. DB::(anonymous namespace)::TimeWindowImpl<(DB::(anonymous namespace)::TimeWindowFunctionName)1>::getReturnType(std::vector> const&, String const&) @ 0x000000000ac61697 5. DB::(anonymous namespace)::FunctionTimeWindow<(DB::(anonymous namespace)::TimeWindowFunctionName)1>::getReturnTypeImpl(std::vector> const&) const @ 0x000000000ac601a6 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:00:28.997718 [ 3914 ] {b14535a5-8b8f-4d96-81c9-f4168092bc9c} executeQuery: Code: 42. DB::Exception: Number of arguments for function ngramSearch doesn't match: passed 1, should be 2: In scope SELECT ngramSearch(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT ngramSearch('');) 2025.03.31 18:00:29.005277 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function ngramSearch doesn't match: passed 1, should be 2: In scope SELECT ngramSearch(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:29.032256 [ 3914 ] {34bf69c7-ff12-4d89-9cc4-c8df1561c187} executeQuery: Code: 42. DB::Exception: Number of arguments for function ngramSearchCaseInsensitive doesn't match: passed 1, should be 2: In scope SELECT ngramSearchCaseInsensitive(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT ngramSearchCaseInsensitive('');) 2025.03.31 18:00:29.039183 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function ngramSearchCaseInsensitive doesn't match: passed 1, should be 2: In scope SELECT ngramSearchCaseInsensitive(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:29.064773 [ 3914 ] {ad9c8c75-1611-4a55-8358-df26ea434657} executeQuery: Code: 42. DB::Exception: Number of arguments for function ngramSearchCaseInsensitiveUTF8 doesn't match: passed 1, should be 2: In scope SELECT ngramSearchCaseInsensitiveUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT ngramSearchCaseInsensitiveUTF8('');) 2025.03.31 18:00:29.071204 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function ngramSearchCaseInsensitiveUTF8 doesn't match: passed 1, should be 2: In scope SELECT ngramSearchCaseInsensitiveUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:29.095424 [ 3914 ] {ce3ce067-a66a-410b-be40-4fdcd8e182f8} executeQuery: Code: 42. DB::Exception: Number of arguments for function ngramSearchUTF8 doesn't match: passed 1, should be 2: In scope SELECT ngramSearchUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT ngramSearchUTF8('');) 2025.03.31 18:00:29.101285 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function ngramSearchUTF8 doesn't match: passed 1, should be 2: In scope SELECT ngramSearchUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:29.353376 [ 3914 ] {79ed2344-2f4a-4316-b72d-b222932d1cc6} executeQuery: Code: 42. DB::Exception: Number of arguments for function ngrams doesn't match: passed 1, should be 2: In scope SELECT ngrams(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT ngrams('');) 2025.03.31 18:00:29.360655 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function ngrams doesn't match: passed 1, should be 2: In scope SELECT ngrams(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:29.386763 [ 3914 ] {9c8d4864-9f71-499e-afa0-80883745a126} executeQuery: Code: 42. DB::Exception: Function nonNegativeDerivative takes 2 or 3 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT nonNegativeDerivative('');) 2025.03.31 18:00:29.393456 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function nonNegativeDerivative takes 2 or 3 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:29.423701 [ 3914 ] {e38c42a9-5461-4d91-92ae-ba84c510620f} executeQuery: Code: 43. DB::Exception: Argument 0 of function L1Norm should be tuple, got String: In scope SELECT normL1(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT normL1('');) 2025.03.31 18:00:29.431456 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Argument 0 of function L1Norm should be tuple, got String: In scope SELECT normL1(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:29.477681 [ 3914 ] {7aade37d-5de1-4836-9757-7bcea249ef2b} executeQuery: Code: 43. DB::Exception: Argument 0 of function L2Norm should be tuple, got String: In scope SELECT normL2(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT normL2('');) 2025.03.31 18:00:29.487848 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Argument 0 of function L2Norm should be tuple, got String: In scope SELECT normL2(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:29.523214 [ 3914 ] {eb27fab7-12b9-465d-a038-4cb7997c58e2} executeQuery: Code: 43. DB::Exception: Argument 0 of function L2SquaredNorm should be tuple, got String: In scope SELECT normL2Squared(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT normL2Squared('');) 2025.03.31 18:00:29.531329 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Argument 0 of function L2SquaredNorm should be tuple, got String: In scope SELECT normL2Squared(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:29.559494 [ 3914 ] {0cb3ec39-81b4-428c-a24b-30be3ab96861} executeQuery: Code: 43. DB::Exception: Argument 0 of function LinfNorm should be tuple, got String: In scope SELECT normLinf(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT normLinf('');) 2025.03.31 18:00:29.567226 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Argument 0 of function LinfNorm should be tuple, got String: In scope SELECT normLinf(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:29.594634 [ 71963 ] {90f33393-f51d-423f-941a-4ec5058d4e2c} executeQuery: Code: 43. DB::Exception: Illegal types Decimal(6, 4) and Decimal(6, 4) of arguments for aggregate function covarPop. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48090) (comment: 00700_decimal_empty_aggregates.sql) (in query: SELECT covarPop(a, a), covarPop(b, b), covarPop(c, c) FROM decimal;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String const&) @ 0x00000000217f10d7 4. ./src/AggregateFunctions/AggregateFunctionStatisticsSimple.h:266: std::shared_ptr DB::createAggregateFunctionStatisticsBinary(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x00000000245819ca 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 18:00:29.594887 [ 3914 ] {19c281bc-3883-4515-a94f-2cece21d5e49} executeQuery: Code: 42. DB::Exception: Number of arguments for function LpNorm doesn't match: passed 1, should be 2: In scope SELECT normLp(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT normLp('');) 2025.03.31 18:00:29.601275 [ 71963 ] {} TCPHandler: Code: 43. DB::Exception: Illegal types Decimal(6, 4) and Decimal(6, 4) of arguments for aggregate function covarPop. (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String const&) @ 0x00000000217f10d7 4. ./src/AggregateFunctions/AggregateFunctionStatisticsSimple.h:266: std::shared_ptr DB::createAggregateFunctionStatisticsBinary(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x00000000245819ca 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 18:00:29.603845 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function LpNorm doesn't match: passed 1, should be 2: In scope SELECT normLp(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:29.632790 [ 3914 ] {b5746236-4669-406f-bcbd-5b1748f8501b} executeQuery: Code: 43. DB::Exception: Argument 0 of function L1Norm should be tuple, got String: In scope SELECT normalizeL1(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT normalizeL1('');) 2025.03.31 18:00:29.640538 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Argument 0 of function L1Norm should be tuple, got String: In scope SELECT normalizeL1(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:29.669681 [ 3914 ] {b71d253b-33cd-411d-8655-07e9e34f6e7d} executeQuery: Code: 43. DB::Exception: Argument 0 of function L2Norm should be tuple, got String: In scope SELECT normalizeL2(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT normalizeL2('');) 2025.03.31 18:00:29.678082 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Argument 0 of function L2Norm should be tuple, got String: In scope SELECT normalizeL2(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:29.706267 [ 3914 ] {9f569801-aed4-4794-b7f1-75dabcefa756} executeQuery: Code: 43. DB::Exception: Argument 0 of function LinfNorm should be tuple, got String: In scope SELECT normalizeLinf(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT normalizeLinf('');) 2025.03.31 18:00:29.714248 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Argument 0 of function LinfNorm should be tuple, got String: In scope SELECT normalizeLinf(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:29.742891 [ 3914 ] {dc336c1f-d0f0-471f-821f-9a4a646fba81} executeQuery: Code: 42. DB::Exception: Number of arguments for function LpNormalize doesn't match: passed 1, should be 2: In scope SELECT normalizeLp(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT normalizeLp('');) 2025.03.31 18:00:29.750760 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function LpNormalize doesn't match: passed 1, should be 2: In scope SELECT normalizeLp(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:29.781137 [ 57570 ] {10f37282-6936-402d-bff2-1fa19055c71f} executeQuery: Code: 44. DB::Exception: Tuple passed to tumbleEnd should not be empty: In scope SELECT tumbleEnd(tuple()). (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48116) (comment: 01049_window_view_window_functions.sql) (in query: SELECT tumbleEnd(tuple());), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. DB::(anonymous namespace)::TimeWindowImpl<(DB::(anonymous namespace)::TimeWindowFunctionName)1>::getReturnType(std::vector> const&, String const&) @ 0x000000000ac61697 5. DB::(anonymous namespace)::FunctionTimeWindow<(DB::(anonymous namespace)::TimeWindowFunctionName)2>::getReturnTypeImpl(std::vector> const&) const @ 0x000000000ac62a46 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:00:29.786767 [ 57570 ] {} TCPHandler: Code: 44. DB::Exception: Tuple passed to tumbleEnd should not be empty: In scope SELECT tumbleEnd(tuple()). (ILLEGAL_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. DB::(anonymous namespace)::TimeWindowImpl<(DB::(anonymous namespace)::TimeWindowFunctionName)1>::getReturnType(std::vector> const&, String const&) @ 0x000000000ac61697 5. DB::(anonymous namespace)::FunctionTimeWindow<(DB::(anonymous namespace)::TimeWindowFunctionName)2>::getReturnTypeImpl(std::vector> const&) const @ 0x000000000ac62a46 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:00:30.333885 [ 3914 ] {6df28c27-39ec-4c68-84c8-4e1a9d840de3} executeQuery: Code: 43. DB::Exception: Illegal type (String) of argument of function not: In scope SELECT NOT ''. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT not('');) 2025.03.31 18:00:30.343227 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type (String) of argument of function not: In scope SELECT NOT ''. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:30.440431 [ 3914 ] {66beeb12-8628-4277-a80d-4d5a4deed95a} executeQuery: Code: 42. DB::Exception: Number of arguments for function notEquals doesn't match: passed 1, should be 2: In scope SELECT notEquals(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT notEquals('');) 2025.03.31 18:00:30.449703 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function notEquals doesn't match: passed 1, should be 2: In scope SELECT notEquals(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:30.482332 [ 3914 ] {4c5f85b0-915e-46f6-ba29-c0121c072f2c} executeQuery: Code: 42. DB::Exception: Number of arguments for function notILike doesn't match: passed 1, should be 2: In scope SELECT notILike(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT notILike('');) 2025.03.31 18:00:30.490545 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function notILike doesn't match: passed 1, should be 2: In scope SELECT notILike(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:30.518902 [ 3914 ] {a7854d72-3260-4734-9f20-5f8d71bb586d} executeQuery: Code: 42. DB::Exception: Function 'notIn' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT notIn('');) 2025.03.31 18:00:30.527124 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function 'notIn' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:30.541876 [ 71963 ] {5c1a2c48-3257-4f51-8e1c-738954984fd3} executeQuery: Code: 43. DB::Exception: Illegal types Decimal(6, 4) and Decimal(6, 4) of arguments for aggregate function covarSamp. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48090) (comment: 00700_decimal_empty_aggregates.sql) (in query: SELECT covarSamp(a, a), covarSamp(b, b), covarSamp(c, c) FROM decimal;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String const&) @ 0x00000000217f10d7 4. ./src/AggregateFunctions/AggregateFunctionStatisticsSimple.h:266: std::shared_ptr DB::createAggregateFunctionStatisticsBinary(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x0000000024580d6a 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 18:00:30.549466 [ 71963 ] {} TCPHandler: Code: 43. DB::Exception: Illegal types Decimal(6, 4) and Decimal(6, 4) of arguments for aggregate function covarSamp. (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String const&) @ 0x00000000217f10d7 4. ./src/AggregateFunctions/AggregateFunctionStatisticsSimple.h:266: std::shared_ptr DB::createAggregateFunctionStatisticsBinary(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x0000000024580d6a 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 18:00:30.558641 [ 3914 ] {c1ae58ea-47c9-4ab4-9a86-8dcb24265446} executeQuery: Code: 42. DB::Exception: Function 'notInIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT notInIgnoreSet('');) 2025.03.31 18:00:30.567749 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function 'notInIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:30.597025 [ 3914 ] {ac1ebe23-407c-4a8b-ba1d-083e8815c4ac} executeQuery: Code: 42. DB::Exception: Number of arguments for function notLike doesn't match: passed 1, should be 2: In scope SELECT notLike(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT notLike('');) 2025.03.31 18:00:30.605181 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function notLike doesn't match: passed 1, should be 2: In scope SELECT notLike(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:30.633311 [ 3914 ] {7c2ffbea-0f9b-49b2-9e27-38268ff13624} executeQuery: Code: 42. DB::Exception: Function 'notNullIn' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT notNullIn('');) 2025.03.31 18:00:30.641187 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function 'notNullIn' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:30.672429 [ 3914 ] {2df91658-756e-4394-b48c-df14bcd802f1} executeQuery: Code: 42. DB::Exception: Function 'notNullInIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT notNullInIgnoreSet('');) 2025.03.31 18:00:30.680487 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function 'notNullInIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:31.009144 [ 3914 ] {6b7e156b-1ee7-4e96-9258-bae067d03c2c} executeQuery: Code: 43. DB::Exception: Illegal type String of 0 argument of function now64. Expected const integer.: In scope SELECT now64(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT now64('');) 2025.03.31 18:00:31.017718 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of 0 argument of function now64. Expected const integer.: In scope SELECT now64(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:31.117142 [ 3914 ] {f749da46-8bd6-41c9-8df1-3f0278fa61ca} executeQuery: Code: 42. DB::Exception: Function nth_value takes exactly two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT nth_value('');) 2025.03.31 18:00:31.125407 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function nth_value takes exactly two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:31.154118 [ 3914 ] {a3f8d398-6fa6-466c-8b6a-d7ec67379eab} executeQuery: Code: 36. DB::Exception: 'ntile' argument type must be an unsigned integer (not larger than 64-bit), got String. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT ntile('');) 2025.03.31 18:00:31.161948 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: 'ntile' argument type must be an unsigned integer (not larger than 64-bit), got String. (BAD_ARGUMENTS) 2025.03.31 18:00:31.197355 [ 3914 ] {177b3de5-ca25-47d7-bb70-7555b04a0fc2} executeQuery: Code: 42. DB::Exception: Number of arguments for function nullIf doesn't match: passed 1, should be 2: In scope SELECT nullIf(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT nullIf('');) 2025.03.31 18:00:31.211273 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function nullIf doesn't match: passed 1, should be 2: In scope SELECT nullIf(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:31.260027 [ 3914 ] {d0d89ccb-ec6e-4c30-88e0-1ed2e7349ba9} executeQuery: Code: 42. DB::Exception: Function 'nullIn' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT nullIn('');) 2025.03.31 18:00:31.272996 [ 68115 ] {37e2ca43-37c3-40f1-ba09-068899602a62} executeQuery: Code: 6. DB::Exception: Cannot parse string 'Hello' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION _CAST(value2 :: 0, 'UInt32' :: 2) -> _CAST(value2, 'UInt32') UInt32 : 3': (while reading from part /var/lib/clickhouse/store/d35/d35b9b26-5c97-4793-b0b0-d1e32bf898a7/all_0_0_0_1/ located on disk default of type local): While executing MergeTreeSelect(pool: ReadPoolInOrder, algorithm: InOrder). (CANNOT_PARSE_TEXT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46322) (comment: 01079_bad_alters_zookeeper_long.sh) (in query: SELECT distinct(value2) FROM table_for_bad_alters), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 14. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 15. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 16. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 17. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 18. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 19. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 20. ./build_docker/./src/Interpreters/ExpressionActions.cpp:816: DB::ExpressionActions::execute(DB::Block&, bool, bool) const @ 0x000000003691c608 21. ./build_docker/./src/Interpreters/inplaceBlockConversions.cpp:188: DB::performRequiredConversions(DB::Block&, DB::NamesAndTypesList const&, std::shared_ptr) @ 0x00000000392d0679 22. ./build_docker/./src/Storages/MergeTree/IMergeTreeReader.cpp:300: DB::IMergeTreeReader::performRequiredConversions(std::vector::immutable_ptr, std::allocator::immutable_ptr>>&) const @ 0x000000003e471f1b 23. ./build_docker/./src/Storages/MergeTree/MergeTreeRangeReader.cpp:1064: DB::MergeTreeRangeReader::read(unsigned long, DB::MarkRanges&) @ 0x000000003e49e319 24. ./build_docker/./src/Storages/MergeTree/MergeTreeReadTask.cpp:165: DB::MergeTreeReadTask::read() @ 0x000000003e50d577 25. ./src/Storages/MergeTree/MergeTreeSelectAlgorithms.h:53: DB::MergeTreeInOrderSelectAlgorithm::readFromTask(DB::MergeTreeReadTask&) @ 0x0000000040951f71 26. ./build_docker/./src/Storages/MergeTree/MergeTreeSelectProcessor.cpp:192: DB::MergeTreeSelectProcessor::read() @ 0x000000003e4ff457 27. ./build_docker/./src/Storages/MergeTree/MergeTreeSource.cpp:225: DB::MergeTreeSource::tryGenerate() @ 0x00000000408f16b2 28. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 29. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 30. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 31. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 2025.03.31 18:00:31.273334 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function 'nullIn' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:31.292180 [ 68115 ] {} TCPHandler: Code: 6. DB::Exception: Cannot parse string 'Hello' as UInt32: syntax error at begin of string. Note: there are toUInt32OrZero and toUInt32OrNull functions, which returns zero/NULL instead of throwing exception.: while executing 'FUNCTION _CAST(value2 :: 0, 'UInt32' :: 2) -> _CAST(value2, 'UInt32') UInt32 : 3': (while reading from part /var/lib/clickhouse/store/d35/d35b9b26-5c97-4793-b0b0-d1e32bf898a7/all_0_0_0_1/ located on disk default of type local): While executing MergeTreeSelect(pool: ReadPoolInOrder, algorithm: InOrder). (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003260953c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000325f2a67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a3619 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032527ba9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000325267a2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 14. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 15. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 16. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 17. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 18. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 19. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 20. ./build_docker/./src/Interpreters/ExpressionActions.cpp:816: DB::ExpressionActions::execute(DB::Block&, bool, bool) const @ 0x000000003691c608 21. ./build_docker/./src/Interpreters/inplaceBlockConversions.cpp:188: DB::performRequiredConversions(DB::Block&, DB::NamesAndTypesList const&, std::shared_ptr) @ 0x00000000392d0679 22. ./build_docker/./src/Storages/MergeTree/IMergeTreeReader.cpp:300: DB::IMergeTreeReader::performRequiredConversions(std::vector::immutable_ptr, std::allocator::immutable_ptr>>&) const @ 0x000000003e471f1b 23. ./build_docker/./src/Storages/MergeTree/MergeTreeRangeReader.cpp:1064: DB::MergeTreeRangeReader::read(unsigned long, DB::MarkRanges&) @ 0x000000003e49e319 24. ./build_docker/./src/Storages/MergeTree/MergeTreeReadTask.cpp:165: DB::MergeTreeReadTask::read() @ 0x000000003e50d577 25. ./src/Storages/MergeTree/MergeTreeSelectAlgorithms.h:53: DB::MergeTreeInOrderSelectAlgorithm::readFromTask(DB::MergeTreeReadTask&) @ 0x0000000040951f71 26. ./build_docker/./src/Storages/MergeTree/MergeTreeSelectProcessor.cpp:192: DB::MergeTreeSelectProcessor::read() @ 0x000000003e4ff457 27. ./build_docker/./src/Storages/MergeTree/MergeTreeSource.cpp:225: DB::MergeTreeSource::tryGenerate() @ 0x00000000408f16b2 28. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 29. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 30. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 31. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 2025.03.31 18:00:31.301172 [ 3914 ] {642d2bf7-b76e-41f6-8e63-6dd366936613} executeQuery: Code: 42. DB::Exception: Function 'nullInIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT nullInIgnoreSet('');) 2025.03.31 18:00:31.313758 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function 'nullInIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:31.342581 [ 3914 ] {d500d52c-a93f-4fd9-87aa-0aa5856e2337} executeQuery: Code: 35. DB::Exception: Number of arguments for function "or" should be at least 2: passed 1: In scope SELECT or(''). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT or('');) 2025.03.31 18:00:31.350742 [ 3914 ] {} TCPHandler: Code: 35. DB::Exception: Number of arguments for function "or" should be at least 2: passed 1: In scope SELECT or(''). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) 2025.03.31 18:00:31.411351 [ 3914 ] {c007885f-e24e-4079-884d-50f73ccdc881} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'overlay'. Expected 3 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT overlay(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT overlay('');) 2025.03.31 18:00:31.423655 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'overlay'. Expected 3 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT overlay(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:31.461399 [ 3914 ] {0b4275a6-89c6-453c-9eb3-2f83e8fbbb1c} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'overlayUTF8'. Expected 3 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT overlayUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT overlayUTF8('');) 2025.03.31 18:00:31.471204 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'overlayUTF8'. Expected 3 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT overlayUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:31.480870 [ 71963 ] {c2950e91-645f-4b34-8c8a-8d90d1c7617b} executeQuery: Code: 43. DB::Exception: Illegal types Decimal(6, 4) and Decimal(6, 4) of arguments for aggregate function corr. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48090) (comment: 00700_decimal_empty_aggregates.sql) (in query: SELECT corr(a, a), corr(b, b), corr(c, c) FROM decimal;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String const&) @ 0x00000000217f10d7 4. ./src/AggregateFunctions/AggregateFunctionStatisticsSimple.h:266: std::shared_ptr DB::createAggregateFunctionStatisticsBinary(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x00000000248956cf 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 18:00:31.487888 [ 71963 ] {} TCPHandler: Code: 43. DB::Exception: Illegal types Decimal(6, 4) and Decimal(6, 4) of arguments for aggregate function corr. (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String const&) @ 0x00000000217f10d7 4. ./src/AggregateFunctions/AggregateFunctionStatisticsSimple.h:266: std::shared_ptr DB::createAggregateFunctionStatisticsBinary(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x00000000248956cf 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 18:00:31.502589 [ 3914 ] {da801fe8-1f25-4443-8b60-73dd94c01c3f} executeQuery: Code: 243. DB::Exception: Unable to parse fragment %Y from because readNumber4 requires size >= 4: In scope SELECT parseDateTime(''). (NOT_ENOUGH_SPACE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT parseDateTime('');) 2025.03.31 18:00:31.512070 [ 3914 ] {} TCPHandler: Code: 243. DB::Exception: Unable to parse fragment %Y from because readNumber4 requires size >= 4: In scope SELECT parseDateTime(''). (NOT_ENOUGH_SPACE) 2025.03.31 18:00:31.543385 [ 3914 ] {86b94344-b66e-47fe-9e95-c82dba275a4a} executeQuery: Code: 41. DB::Exception: Cannot read DateTime: neither Date nor Time was parsed successfully: In scope SELECT parseDateTime32BestEffort(''). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT parseDateTime32BestEffort('');) 2025.03.31 18:00:31.551621 [ 3914 ] {} TCPHandler: Code: 41. DB::Exception: Cannot read DateTime: neither Date nor Time was parsed successfully: In scope SELECT parseDateTime32BestEffort(''). (CANNOT_PARSE_DATETIME) 2025.03.31 18:00:31.712864 [ 3914 ] {f8140ee1-0c5a-4108-b80d-453fc08e3bc8} executeQuery: Code: 243. DB::Exception: Unable to parse fragment %Y from because readNumber4 requires size >= 4: In scope SELECT parseDateTime64(''). (NOT_ENOUGH_SPACE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT parseDateTime64('');) 2025.03.31 18:00:31.721369 [ 3914 ] {} TCPHandler: Code: 243. DB::Exception: Unable to parse fragment %Y from because readNumber4 requires size >= 4: In scope SELECT parseDateTime64(''). (NOT_ENOUGH_SPACE) 2025.03.31 18:00:31.752065 [ 3914 ] {ca6d83ff-3d0b-4762-990c-6ea75b8de307} executeQuery: Code: 41. DB::Exception: Cannot read DateTime: neither Date nor Time was parsed successfully: In scope SELECT parseDateTime64BestEffort(''). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT parseDateTime64BestEffort('');) 2025.03.31 18:00:31.761371 [ 3914 ] {} TCPHandler: Code: 41. DB::Exception: Cannot read DateTime: neither Date nor Time was parsed successfully: In scope SELECT parseDateTime64BestEffort(''). (CANNOT_PARSE_DATETIME) 2025.03.31 18:00:31.925197 [ 3914 ] {f0ed70bf-ab33-4dac-9800-58353b56a250} executeQuery: Code: 41. DB::Exception: Cannot read DateTime: neither Date nor Time was parsed successfully: In scope SELECT parseDateTime64BestEffortUS(''). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT parseDateTime64BestEffortUS('');) 2025.03.31 18:00:31.932982 [ 3914 ] {} TCPHandler: Code: 41. DB::Exception: Cannot read DateTime: neither Date nor Time was parsed successfully: In scope SELECT parseDateTime64BestEffortUS(''). (CANNOT_PARSE_DATETIME) 2025.03.31 18:00:32.068153 [ 71979 ] {c0156f00-cf3e-44d8-8cec-c299b9eec232} executeQuery: Code: 53. DB::Exception: Cannot convert string 'a' to type UInt8. (TYPE_MISMATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46324) (comment: 01017_in_unconvertible_complex_type.sql) (in query: -- When left and right element types are not compatible, we should get an error. select (toUInt8(1)) in ('a');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Interpreters/convertFieldToType.cpp:582: DB::(anonymous namespace)::convertFieldToTypeImpl(DB::Field const&, DB::IDataType const&, DB::IDataType const*, DB::FormatSettings const&) @ 0x00000000391a82ab 5. ./build_docker/./src/Interpreters/convertFieldToType.cpp:0: DB::convertFieldToType(DB::Field const&, DB::IDataType const&, DB::IDataType const*, DB::FormatSettings const&) @ 0x000000003919f33e 6. ./build_docker/./src/Interpreters/convertFieldToType.cpp:671: DB::convertFieldToTypeStrict(DB::Field const&, DB::IDataType const&, DB::IDataType const&, DB::FormatSettings const&) @ 0x00000000391a955e 7. ./build_docker/./src/Analyzer/SetUtils.cpp:84: std::vector> DB::(anonymous namespace)::createBlockFromCollection(DB::Array const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, bool) @ 0x0000000035edff50 8. ./build_docker/./src/Analyzer/SetUtils.cpp:171: DB::getSetElementsForConstantValue(std::shared_ptr const&, DB::Field const&, std::shared_ptr const&, bool) @ 0x0000000035ed7e57 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3466: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d92872 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 18:00:32.074502 [ 71979 ] {} TCPHandler: Code: 53. DB::Exception: Cannot convert string 'a' to type UInt8. (TYPE_MISMATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Interpreters/convertFieldToType.cpp:582: DB::(anonymous namespace)::convertFieldToTypeImpl(DB::Field const&, DB::IDataType const&, DB::IDataType const*, DB::FormatSettings const&) @ 0x00000000391a82ab 5. ./build_docker/./src/Interpreters/convertFieldToType.cpp:0: DB::convertFieldToType(DB::Field const&, DB::IDataType const&, DB::IDataType const*, DB::FormatSettings const&) @ 0x000000003919f33e 6. ./build_docker/./src/Interpreters/convertFieldToType.cpp:671: DB::convertFieldToTypeStrict(DB::Field const&, DB::IDataType const&, DB::IDataType const&, DB::FormatSettings const&) @ 0x00000000391a955e 7. ./build_docker/./src/Analyzer/SetUtils.cpp:84: std::vector> DB::(anonymous namespace)::createBlockFromCollection(DB::Array const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, bool) @ 0x0000000035edff50 8. ./build_docker/./src/Analyzer/SetUtils.cpp:171: DB::getSetElementsForConstantValue(std::shared_ptr const&, DB::Field const&, std::shared_ptr const&, bool) @ 0x0000000035ed7e57 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3466: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d92872 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 18:00:32.091106 [ 3914 ] {597146c9-ef2d-4eb0-9384-0d9f01038859} executeQuery: Code: 41. DB::Exception: Unable to parse fragment yyyy from because read number failed: In scope SELECT parseDateTime64InJodaSyntax(''). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT parseDateTime64InJodaSyntax('');) 2025.03.31 18:00:32.099474 [ 3914 ] {} TCPHandler: Code: 41. DB::Exception: Unable to parse fragment yyyy from because read number failed: In scope SELECT parseDateTime64InJodaSyntax(''). (CANNOT_PARSE_DATETIME) 2025.03.31 18:00:32.396166 [ 3914 ] {76119f05-049f-400e-8533-1feec3c45e50} executeQuery: Code: 41. DB::Exception: Cannot read DateTime: neither Date nor Time was parsed successfully: In scope SELECT parseDateTimeBestEffort(''). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT parseDateTimeBestEffort('');) 2025.03.31 18:00:32.404032 [ 3914 ] {} TCPHandler: Code: 41. DB::Exception: Cannot read DateTime: neither Date nor Time was parsed successfully: In scope SELECT parseDateTimeBestEffort(''). (CANNOT_PARSE_DATETIME) 2025.03.31 18:00:32.424608 [ 3178 ] {a4d50f6d-befa-41fe-b908-34f17c13a0b1} AsynchronousInsertQueue: Failed parsing for query 'INSERT INTO test_gja1a0q3.t_json_async_insert (data) FORMAT JSONAsObject' with query id ef06a151-cb36-44fb-ab34-c94193560355. DB::Exception: Cannot parse object: (at row 1) 2025.03.31 18:00:32.428099 [ 68116 ] {ef06a151-cb36-44fb-ab34-c94193560355} executeQuery: Code: 117. DB::Exception: Cannot parse object: (at row 1) : While executing WaitForAsyncInsert. (INCORRECT_DATA) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46236) (comment: 02421_type_json_async_insert.sh) (in query: INSERT INTO t_json_async_insert FORMAT JSONAsObject ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/DataTypes/Serializations/SerializationObjectDeprecated.cpp:57: void DB::SerializationObjectDeprecated>::deserializeTextImpl>::deserializeTextJSON(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&) const::'lambda'(String&)>(DB::IColumn&, DB::SerializationObjectDeprecated>::deserializeTextJSON(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&) const::'lambda'(String&)&&) const @ 0x0000000035008db5 5. ./build_docker/./src/DataTypes/Serializations/SerializationObjectDeprecated.cpp:121: DB::SerializationObjectDeprecated>::deserializeTextJSON(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&) const @ 0x0000000034ff2625 6. ./build_docker/./src/Processors/Formats/Impl/JSONAsStringRowInputFormat.cpp:181: DB::JSONAsObjectRowInputFormat::readJSONObject(DB::IColumn&) @ 0x000000003fb03134 7. ./build_docker/./src/Processors/Formats/Impl/JSONAsStringRowInputFormat.cpp:52: DB::JSONAsRowInputFormat::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003fb003b8 8. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 9. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 10. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 11. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 12. ./build_docker/./src/Processors/Executors/StreamingFormatExecutor.cpp:76: DB::StreamingFormatExecutor::execute() @ 0x000000003f76deb1 13. ./build_docker/./src/Processors/Executors/StreamingFormatExecutor.cpp:57: DB::StreamingFormatExecutor::execute(DB::ReadBuffer&) @ 0x000000003f76d6d3 14. ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:1082: DB::AsynchronousInsertQueue::processData(DB::AsynchronousInsertQueue::InsertQuery, std::unique_ptr>, std::shared_ptr, DB::AsynchronousInsertQueue::QueueShardFlushTimeHistory&) @ 0x00000000364129a2 15. ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:319: void std::__function::__policy_invoker::__call_impl>, std::shared_ptr, unsigned long)::$_0, void ()>>(std::__function::__policy_storage const*) @ 0x000000003641e7d8 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 17. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 18. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:00:32.436248 [ 68116 ] {} TCPHandler: Code: 117. DB::Exception: Cannot parse object: (at row 1) : While executing WaitForAsyncInsert. (INCORRECT_DATA), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/DataTypes/Serializations/SerializationObjectDeprecated.cpp:57: void DB::SerializationObjectDeprecated>::deserializeTextImpl>::deserializeTextJSON(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&) const::'lambda'(String&)>(DB::IColumn&, DB::SerializationObjectDeprecated>::deserializeTextJSON(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&) const::'lambda'(String&)&&) const @ 0x0000000035008db5 5. ./build_docker/./src/DataTypes/Serializations/SerializationObjectDeprecated.cpp:121: DB::SerializationObjectDeprecated>::deserializeTextJSON(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&) const @ 0x0000000034ff2625 6. ./build_docker/./src/Processors/Formats/Impl/JSONAsStringRowInputFormat.cpp:181: DB::JSONAsObjectRowInputFormat::readJSONObject(DB::IColumn&) @ 0x000000003fb03134 7. ./build_docker/./src/Processors/Formats/Impl/JSONAsStringRowInputFormat.cpp:52: DB::JSONAsRowInputFormat::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003fb003b8 8. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 9. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 10. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 11. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 12. ./build_docker/./src/Processors/Executors/StreamingFormatExecutor.cpp:76: DB::StreamingFormatExecutor::execute() @ 0x000000003f76deb1 13. ./build_docker/./src/Processors/Executors/StreamingFormatExecutor.cpp:57: DB::StreamingFormatExecutor::execute(DB::ReadBuffer&) @ 0x000000003f76d6d3 14. ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:1082: DB::AsynchronousInsertQueue::processData(DB::AsynchronousInsertQueue::InsertQuery, std::unique_ptr>, std::shared_ptr, DB::AsynchronousInsertQueue::QueueShardFlushTimeHistory&) @ 0x00000000364129a2 15. ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:319: void std::__function::__policy_invoker::__call_impl>, std::shared_ptr, unsigned long)::$_0, void ()>>(std::__function::__policy_storage const*) @ 0x000000003641e7d8 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 17. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 18. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:00:32.586761 [ 3914 ] {e04e968c-10b3-4e31-bd24-7526f3403947} executeQuery: Code: 41. DB::Exception: Cannot read DateTime: neither Date nor Time was parsed successfully: In scope SELECT parseDateTimeBestEffortUS(''). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT parseDateTimeBestEffortUS('');) 2025.03.31 18:00:32.594591 [ 3914 ] {} TCPHandler: Code: 41. DB::Exception: Cannot read DateTime: neither Date nor Time was parsed successfully: In scope SELECT parseDateTimeBestEffortUS(''). (CANNOT_PARSE_DATETIME) 2025.03.31 18:00:32.763570 [ 71979 ] {f32a412f-35dd-41c0-886d-a6e28ce7fa9a} executeQuery: Code: 53. DB::Exception: Cannot convert string 'a' to type UInt8. (TYPE_MISMATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46324) (comment: 01017_in_unconvertible_complex_type.sql) (in query: select [toUInt8(1)] in ['a'];), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Interpreters/convertFieldToType.cpp:582: DB::(anonymous namespace)::convertFieldToTypeImpl(DB::Field const&, DB::IDataType const&, DB::IDataType const*, DB::FormatSettings const&) @ 0x00000000391a82ab 5. ./build_docker/./src/Interpreters/convertFieldToType.cpp:0: DB::convertFieldToType(DB::Field const&, DB::IDataType const&, DB::IDataType const*, DB::FormatSettings const&) @ 0x000000003919f33e 6. ./build_docker/./src/Interpreters/convertFieldToType.cpp:382: DB::(anonymous namespace)::convertFieldToTypeImpl(DB::Field const&, DB::IDataType const&, DB::IDataType const*, DB::FormatSettings const&) @ 0x00000000391a0c66 7. ./build_docker/./src/Interpreters/convertFieldToType.cpp:0: DB::convertFieldToType(DB::Field const&, DB::IDataType const&, DB::IDataType const*, DB::FormatSettings const&) @ 0x000000003919f33e 8. ./build_docker/./src/Interpreters/convertFieldToType.cpp:671: DB::convertFieldToTypeStrict(DB::Field const&, DB::IDataType const&, DB::IDataType const&, DB::FormatSettings const&) @ 0x00000000391a955e 9. ./build_docker/./src/Analyzer/SetUtils.cpp:84: std::vector> DB::(anonymous namespace)::createBlockFromCollection(DB::Array const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, bool) @ 0x0000000035edff50 10. ./build_docker/./src/Analyzer/SetUtils.cpp:171: DB::getSetElementsForConstantValue(std::shared_ptr const&, DB::Field const&, std::shared_ptr const&, bool) @ 0x0000000035ed7e57 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3466: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d92872 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:00:32.767845 [ 3914 ] {367c9ddf-4c72-4e82-a238-36c9e123f2a7} executeQuery: Code: 41. DB::Exception: Unable to parse fragment yyyy from because read number failed: In scope SELECT parseDateTimeInJodaSyntax(''). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT parseDateTimeInJodaSyntax('');) 2025.03.31 18:00:32.770087 [ 71979 ] {} TCPHandler: Code: 53. DB::Exception: Cannot convert string 'a' to type UInt8. (TYPE_MISMATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Interpreters/convertFieldToType.cpp:582: DB::(anonymous namespace)::convertFieldToTypeImpl(DB::Field const&, DB::IDataType const&, DB::IDataType const*, DB::FormatSettings const&) @ 0x00000000391a82ab 5. ./build_docker/./src/Interpreters/convertFieldToType.cpp:0: DB::convertFieldToType(DB::Field const&, DB::IDataType const&, DB::IDataType const*, DB::FormatSettings const&) @ 0x000000003919f33e 6. ./build_docker/./src/Interpreters/convertFieldToType.cpp:382: DB::(anonymous namespace)::convertFieldToTypeImpl(DB::Field const&, DB::IDataType const&, DB::IDataType const*, DB::FormatSettings const&) @ 0x00000000391a0c66 7. ./build_docker/./src/Interpreters/convertFieldToType.cpp:0: DB::convertFieldToType(DB::Field const&, DB::IDataType const&, DB::IDataType const*, DB::FormatSettings const&) @ 0x000000003919f33e 8. ./build_docker/./src/Interpreters/convertFieldToType.cpp:671: DB::convertFieldToTypeStrict(DB::Field const&, DB::IDataType const&, DB::IDataType const&, DB::FormatSettings const&) @ 0x00000000391a955e 9. ./build_docker/./src/Analyzer/SetUtils.cpp:84: std::vector> DB::(anonymous namespace)::createBlockFromCollection(DB::Array const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, bool) @ 0x0000000035edff50 10. ./build_docker/./src/Analyzer/SetUtils.cpp:171: DB::getSetElementsForConstantValue(std::shared_ptr const&, DB::Field const&, std::shared_ptr const&, bool) @ 0x0000000035ed7e57 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3466: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d92872 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:00:32.777723 [ 3914 ] {} TCPHandler: Code: 41. DB::Exception: Unable to parse fragment yyyy from because read number failed: In scope SELECT parseDateTimeInJodaSyntax(''). (CANNOT_PARSE_DATETIME) 2025.03.31 18:00:33.081423 [ 3914 ] {4ca4809f-53f0-47c1-bee3-0519800d9137} executeQuery: Code: 72. DB::Exception: Invalid expression for function parseReadableSize - Unable to parse readable size numeric component (""): In scope SELECT parseReadableSize(''). (CANNOT_PARSE_NUMBER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT parseReadableSize('');) 2025.03.31 18:00:33.090119 [ 3914 ] {} TCPHandler: Code: 72. DB::Exception: Invalid expression for function parseReadableSize - Unable to parse readable size numeric component (""): In scope SELECT parseReadableSize(''). (CANNOT_PARSE_NUMBER) 2025.03.31 18:00:33.252540 [ 3914 ] {9963a5ab-b0a2-4833-be30-e273b7dcac5a} executeQuery: Code: 36. DB::Exception: Invalid expression for function parseTimeDelta, don't find valid characters, str: "".: In scope SELECT parseTimeDelta(''). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT parseTimeDelta('');) 2025.03.31 18:00:33.261062 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: Invalid expression for function parseTimeDelta, don't find valid characters, str: "".: In scope SELECT parseTimeDelta(''). (BAD_ARGUMENTS) 2025.03.31 18:00:33.578820 [ 3914 ] {f05c231b-55d2-42bc-9570-231413aebee1} executeQuery: Code: 36. DB::Exception: The function 'percentRank' can only be used as a window function, not as an aggregate function: While executing AggregatingTransform. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT percentRank('');) 2025.03.31 18:00:33.590688 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: The function 'percentRank' can only be used as a window function, not as an aggregate function: While executing AggregatingTransform. (BAD_ARGUMENTS) 2025.03.31 18:00:33.654495 [ 3914 ] {97d466aa-b659-491a-a50d-ed78e787aa21} executeQuery: Code: 36. DB::Exception: The function 'percentRank' can only be used as a window function, not as an aggregate function: While executing AggregatingTransform. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT percent_rank('');) 2025.03.31 18:00:33.667114 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: The function 'percentRank' can only be used as a window function, not as an aggregate function: While executing AggregatingTransform. (BAD_ARGUMENTS) 2025.03.31 18:00:33.696903 [ 3914 ] {7afcf4c2-7220-4e9d-8191-b604b2fddf61} executeQuery: Code: 42. DB::Exception: Number of arguments for function pi doesn't match: passed 1, should be 0: In scope SELECT pi(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT pi('');) 2025.03.31 18:00:33.706528 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function pi doesn't match: passed 1, should be 0: In scope SELECT pi(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:33.734708 [ 3914 ] {90c62513-0d56-4164-ac35-c9cf7d02f060} executeQuery: Code: 42. DB::Exception: Number of arguments for function plus doesn't match: passed 1, should be 2: In scope SELECT plus(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT plus('');) 2025.03.31 18:00:33.742684 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function plus doesn't match: passed 1, should be 2: In scope SELECT plus(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:33.774599 [ 3914 ] {122ef2ee-0f94-4afa-9485-0b79ae5c0a8f} executeQuery: Code: 42. DB::Exception: Number of arguments for function positiveModulo doesn't match: passed 1, should be 2: In scope SELECT pmod(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT pmod('');) 2025.03.31 18:00:33.783094 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function positiveModulo doesn't match: passed 1, should be 2: In scope SELECT pmod(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:33.814276 [ 3914 ] {7401731a-59cc-4f82-8cfb-6be6e3dec390} executeQuery: Code: 42. DB::Exception: Incorrect number of arguments of function pointInEllipses. Must be 2 for your point plus 4 * N for ellipses (x_i, y_i, a_i, b_i).: In scope SELECT pointInEllipses(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT pointInEllipses('');) 2025.03.31 18:00:33.823316 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Incorrect number of arguments of function pointInEllipses. Must be 2 for your point plus 4 * N for ellipses (x_i, y_i, a_i, b_i).: In scope SELECT pointInEllipses(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:33.853610 [ 3914 ] {6d8bc2da-6510-43c2-8673-b2f310991392} executeQuery: Code: 35. DB::Exception: Function pointInPolygon requires at least 2 arguments: In scope SELECT pointInPolygon(''). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT pointInPolygon('');) 2025.03.31 18:00:33.861825 [ 3914 ] {} TCPHandler: Code: 35. DB::Exception: Function pointInPolygon requires at least 2 arguments: In scope SELECT pointInPolygon(''). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) 2025.03.31 18:00:33.906333 [ 3914 ] {cf7c9213-2970-49c0-b874-19df2e835d10} executeQuery: Code: 36. DB::Exception: Unknown geometry type String: In scope SELECT polygonAreaCartesian(''). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT polygonAreaCartesian('');) 2025.03.31 18:00:33.914847 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: Unknown geometry type String: In scope SELECT polygonAreaCartesian(''). (BAD_ARGUMENTS) 2025.03.31 18:00:33.959291 [ 3914 ] {ff93bbd8-dcfc-4ec8-b6f8-60db9e245c67} executeQuery: Code: 36. DB::Exception: Unknown geometry type String: In scope SELECT polygonAreaSpherical(''). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT polygonAreaSpherical('');) 2025.03.31 18:00:33.967540 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: Unknown geometry type String: In scope SELECT polygonAreaSpherical(''). (BAD_ARGUMENTS) 2025.03.31 18:00:34.012917 [ 3914 ] {ea841014-6baf-46a2-ac3a-9b127555ec8a} executeQuery: Code: 36. DB::Exception: Unknown geometry type String: In scope SELECT polygonConvexHullCartesian(''). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT polygonConvexHullCartesian('');) 2025.03.31 18:00:34.021267 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: Unknown geometry type String: In scope SELECT polygonConvexHullCartesian(''). (BAD_ARGUMENTS) 2025.03.31 18:00:34.065401 [ 3914 ] {acdce1f8-b92c-4da3-a7bf-62a49ead6d50} executeQuery: Code: 36. DB::Exception: Unknown geometry type String: In scope SELECT polygonPerimeterCartesian(''). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT polygonPerimeterCartesian('');) 2025.03.31 18:00:34.073873 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: Unknown geometry type String: In scope SELECT polygonPerimeterCartesian(''). (BAD_ARGUMENTS) 2025.03.31 18:00:34.117835 [ 3914 ] {5da5b7d7-bbc6-4dd2-afa0-d92c6caa7b12} executeQuery: Code: 36. DB::Exception: Unknown geometry type String: In scope SELECT polygonPerimeterSpherical(''). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT polygonPerimeterSpherical('');) 2025.03.31 18:00:34.125984 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: Unknown geometry type String: In scope SELECT polygonPerimeterSpherical(''). (BAD_ARGUMENTS) 2025.03.31 18:00:34.155297 [ 3914 ] {6a2a129c-2012-4d75-9f65-a7e42cba05a0} executeQuery: Code: 42. DB::Exception: Number of arguments for function polygonsDistanceCartesian doesn't match: passed 1, should be 2: In scope SELECT polygonsDistanceCartesian(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT polygonsDistanceCartesian('');) 2025.03.31 18:00:34.163584 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function polygonsDistanceCartesian doesn't match: passed 1, should be 2: In scope SELECT polygonsDistanceCartesian(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:34.194635 [ 3914 ] {2d90535f-5524-41ea-a8a3-08a4772f00a5} executeQuery: Code: 42. DB::Exception: Number of arguments for function polygonsDistanceSpherical doesn't match: passed 1, should be 2: In scope SELECT polygonsDistanceSpherical(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT polygonsDistanceSpherical('');) 2025.03.31 18:00:34.203170 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function polygonsDistanceSpherical doesn't match: passed 1, should be 2: In scope SELECT polygonsDistanceSpherical(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:34.234531 [ 3914 ] {713cd478-ea21-4d51-a712-6e1522ae20cf} executeQuery: Code: 42. DB::Exception: Number of arguments for function polygonsEqualsCartesian doesn't match: passed 1, should be 2: In scope SELECT polygonsEqualsCartesian(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT polygonsEqualsCartesian('');) 2025.03.31 18:00:34.243057 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function polygonsEqualsCartesian doesn't match: passed 1, should be 2: In scope SELECT polygonsEqualsCartesian(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:34.273676 [ 3914 ] {3e1926dd-0d33-4d1e-9e51-93cca6e0c05b} executeQuery: Code: 42. DB::Exception: Number of arguments for function polygonsIntersectionCartesian doesn't match: passed 1, should be 2: In scope SELECT polygonsIntersectionCartesian(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT polygonsIntersectionCartesian('');) 2025.03.31 18:00:34.281829 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function polygonsIntersectionCartesian doesn't match: passed 1, should be 2: In scope SELECT polygonsIntersectionCartesian(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:34.313723 [ 3914 ] {b2e53f39-bdac-4836-bf87-7b2635fea6fe} executeQuery: Code: 42. DB::Exception: Number of arguments for function polygonsIntersectionSpherical doesn't match: passed 1, should be 2: In scope SELECT polygonsIntersectionSpherical(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT polygonsIntersectionSpherical('');) 2025.03.31 18:00:34.321726 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function polygonsIntersectionSpherical doesn't match: passed 1, should be 2: In scope SELECT polygonsIntersectionSpherical(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:34.352178 [ 3914 ] {521c92f7-c543-47c0-ab4d-673e59b26d7b} executeQuery: Code: 42. DB::Exception: Number of arguments for function polygonsSymDifferenceCartesian doesn't match: passed 1, should be 2: In scope SELECT polygonsSymDifferenceCartesian(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT polygonsSymDifferenceCartesian('');) 2025.03.31 18:00:34.360410 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function polygonsSymDifferenceCartesian doesn't match: passed 1, should be 2: In scope SELECT polygonsSymDifferenceCartesian(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:34.391212 [ 3914 ] {90ef3e05-ef75-49de-85f2-e6eef56046d8} executeQuery: Code: 42. DB::Exception: Number of arguments for function polygonsSymDifferenceSpherical doesn't match: passed 1, should be 2: In scope SELECT polygonsSymDifferenceSpherical(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT polygonsSymDifferenceSpherical('');) 2025.03.31 18:00:34.400406 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function polygonsSymDifferenceSpherical doesn't match: passed 1, should be 2: In scope SELECT polygonsSymDifferenceSpherical(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:34.429689 [ 3914 ] {23c8657a-33d8-4b1f-aa66-d15fb1540de6} executeQuery: Code: 42. DB::Exception: Number of arguments for function polygonsUnionCartesian doesn't match: passed 1, should be 2: In scope SELECT polygonsUnionCartesian(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT polygonsUnionCartesian('');) 2025.03.31 18:00:34.437885 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function polygonsUnionCartesian doesn't match: passed 1, should be 2: In scope SELECT polygonsUnionCartesian(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:34.468030 [ 3914 ] {adbe9f25-37ca-4ece-a197-f45532c31908} executeQuery: Code: 42. DB::Exception: Number of arguments for function polygonsUnionSpherical doesn't match: passed 1, should be 2: In scope SELECT polygonsUnionSpherical(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT polygonsUnionSpherical('');) 2025.03.31 18:00:34.476493 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function polygonsUnionSpherical doesn't match: passed 1, should be 2: In scope SELECT polygonsUnionSpherical(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:34.507196 [ 3914 ] {aa125096-e143-45d1-a98d-8ab10cedf51b} executeQuery: Code: 42. DB::Exception: Number of arguments for function polygonsWithinCartesian doesn't match: passed 1, should be 2: In scope SELECT polygonsWithinCartesian(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT polygonsWithinCartesian('');) 2025.03.31 18:00:34.515664 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function polygonsWithinCartesian doesn't match: passed 1, should be 2: In scope SELECT polygonsWithinCartesian(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:34.545541 [ 3914 ] {ebe3490a-6466-4211-a246-55e3d94a0e05} executeQuery: Code: 42. DB::Exception: Number of arguments for function polygonsWithinSpherical doesn't match: passed 1, should be 2: In scope SELECT polygonsWithinSpherical(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT polygonsWithinSpherical('');) 2025.03.31 18:00:34.554573 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function polygonsWithinSpherical doesn't match: passed 1, should be 2: In scope SELECT polygonsWithinSpherical(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:34.715853 [ 3914 ] {ab2526cb-ab32-4f0f-a3eb-52848c4e0e00} executeQuery: Code: 42. DB::Exception: Number of arguments for function positionCaseInsensitive doesn't match: passed 1, should be 2 or 3: In scope SELECT positionCaseInsensitive(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT positionCaseInsensitive('');) 2025.03.31 18:00:34.724108 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function positionCaseInsensitive doesn't match: passed 1, should be 2 or 3: In scope SELECT positionCaseInsensitive(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:34.756015 [ 3914 ] {5d1b05e4-8e8d-49af-ae20-433aaf392f39} executeQuery: Code: 42. DB::Exception: Number of arguments for function positionCaseInsensitiveUTF8 doesn't match: passed 1, should be 2 or 3: In scope SELECT positionCaseInsensitiveUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT positionCaseInsensitiveUTF8('');) 2025.03.31 18:00:34.764028 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function positionCaseInsensitiveUTF8 doesn't match: passed 1, should be 2 or 3: In scope SELECT positionCaseInsensitiveUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:34.792438 [ 3914 ] {70f63524-bbe2-4908-a821-0a820d0b990e} executeQuery: Code: 42. DB::Exception: Number of arguments for function positionUTF8 doesn't match: passed 1, should be 2 or 3: In scope SELECT positionUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT positionUTF8('');) 2025.03.31 18:00:34.800099 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function positionUTF8 doesn't match: passed 1, should be 2 or 3: In scope SELECT positionUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:34.828348 [ 3914 ] {2e841086-4fcd-4faf-948d-7f9baec8595c} executeQuery: Code: 42. DB::Exception: Number of arguments for function positiveModulo doesn't match: passed 1, should be 2: In scope SELECT positiveModulo(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT positiveModulo('');) 2025.03.31 18:00:34.835989 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function positiveModulo doesn't match: passed 1, should be 2: In scope SELECT positiveModulo(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:34.863511 [ 3914 ] {4c888a37-1d43-4877-8f5e-1bf7277c0cc7} executeQuery: Code: 42. DB::Exception: Number of arguments for function positiveModulo doesn't match: passed 1, should be 2: In scope SELECT positive_modulo(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT positive_modulo('');) 2025.03.31 18:00:34.872056 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function positiveModulo doesn't match: passed 1, should be 2: In scope SELECT positive_modulo(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:34.901242 [ 3914 ] {13aa5ac1-469d-470f-8733-7275aaf8c7a2} executeQuery: Code: 42. DB::Exception: Number of arguments for function pow doesn't match: passed 1, should be 2: In scope SELECT pow(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT pow('');) 2025.03.31 18:00:34.909407 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function pow doesn't match: passed 1, should be 2: In scope SELECT pow(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:34.936542 [ 3914 ] {b9e94ce8-a781-4d3f-81cd-842a11d18e56} executeQuery: Code: 42. DB::Exception: Number of arguments for function pow doesn't match: passed 1, should be 2: In scope SELECT power(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT power('');) 2025.03.31 18:00:34.944800 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function pow doesn't match: passed 1, should be 2: In scope SELECT power(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:34.958631 [ 425 ] {84370505-74f2-4535-ad0c-c5b9e328c388} executeQuery: Code: 36. DB::Exception: Wrong index name. Cannot find index `idx2` to drop. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46486) (comment: 01079_bad_alters_zookeeper_long.sh) (in query: ALTER TABLE table_for_bad_alters DROP INDEX idx2), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&) @ 0x000000000d6e7ccd 4. ./build_docker/./src/Storages/AlterCommands.cpp:700: DB::AlterCommand::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6c266b 5. ./build_docker/./src/Storages/AlterCommands.cpp:1180: DB::AlterCommands::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6cc870 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3469: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea34a0 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:00:34.967495 [ 425 ] {} TCPHandler: Code: 36. DB::Exception: Wrong index name. Cannot find index `idx2` to drop. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&) @ 0x000000000d6e7ccd 4. ./build_docker/./src/Storages/AlterCommands.cpp:700: DB::AlterCommand::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6c266b 5. ./build_docker/./src/Storages/AlterCommands.cpp:1180: DB::AlterCommands::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6cc870 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3469: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea34a0 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:00:34.973080 [ 3914 ] {61b2292d-4346-4482-a495-307e2224dcf2} executeQuery: Code: 42. DB::Exception: Number of arguments for function printf doesn't match: passed 1, but format is : In scope SELECT printf(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT printf('');) 2025.03.31 18:00:34.981022 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function printf doesn't match: passed 1, but format is : In scope SELECT printf(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:35.008310 [ 3914 ] {0ac55fe2-2a93-4078-bf55-1317b81c7f19} executeQuery: Code: 42. DB::Exception: Number of arguments for function proportionsZTest doesn't match: passed 1, should be 6: In scope SELECT proportionsZTest(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT proportionsZTest('');) 2025.03.31 18:00:35.019342 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function proportionsZTest doesn't match: passed 1, should be 6: In scope SELECT proportionsZTest(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:35.237946 [ 3914 ] {9954e2b5-5a49-40ab-b98f-256b77e2ab3e} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantile. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT quantile('');) 2025.03.31 18:00:35.245680 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantile. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:35.277534 [ 3914 ] {3c7af60e-0172-4cc1-ae9e-b5a9919e8e7e} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileBFloat16. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT quantileBFloat16('');) 2025.03.31 18:00:35.286158 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileBFloat16. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:35.317175 [ 3914 ] {d03c7ced-f653-431d-98ee-9bb7b211cc79} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileBFloat16Weighted. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT quantileBFloat16Weighted('');) 2025.03.31 18:00:35.329135 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileBFloat16Weighted. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:35.357098 [ 3914 ] {62e9b8d3-7b47-47cb-b2d5-6fa2e1247a76} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileDD. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT quantileDD('');) 2025.03.31 18:00:35.366595 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileDD. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:35.395034 [ 3914 ] {871a7e14-9ebf-457c-9246-300dafa367ba} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileDeterministic. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT quantileDeterministic('');) 2025.03.31 18:00:35.403172 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileDeterministic. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:35.434008 [ 3914 ] {22d516ea-42c3-4b64-9483-08ea85da4788} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileExact. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT quantileExact('');) 2025.03.31 18:00:35.442592 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileExact. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:35.475477 [ 3914 ] {c03809a0-62b9-42c1-939d-722897356162} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileExactExclusive. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT quantileExactExclusive('');) 2025.03.31 18:00:35.483364 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileExactExclusive. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:35.512818 [ 3914 ] {dcaa7b1a-9ef3-471a-b913-40dcaee6dfb4} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileExactHigh. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT quantileExactHigh('');) 2025.03.31 18:00:35.521264 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileExactHigh. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:35.550587 [ 3914 ] {38a24f08-4aa3-40b7-b0fb-b87ed07ca6ff} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileExactInclusive. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT quantileExactInclusive('');) 2025.03.31 18:00:35.559109 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileExactInclusive. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:35.589855 [ 3914 ] {9c9a8af9-0a5e-4a66-a8f1-3a741c3de5b6} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileExactLow. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT quantileExactLow('');) 2025.03.31 18:00:35.598064 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileExactLow. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:35.628120 [ 3914 ] {d51374cf-010b-48e0-ab5d-070e0791f858} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileExactWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT quantileExactWeighted('');) 2025.03.31 18:00:35.636710 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileExactWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:35.664593 [ 3914 ] {8e93dc1e-d2c0-462a-978c-f3812078d7ef} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileExactWeightedInterpolated. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT quantileExactWeightedInterpolated('');) 2025.03.31 18:00:35.672829 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileExactWeightedInterpolated. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:35.701518 [ 3914 ] {58b3396d-27d5-4884-bf10-62e5f9a82ab7} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileGK. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT quantileGK('');) 2025.03.31 18:00:35.709924 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileGK. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:35.740097 [ 3914 ] {173219e3-6de9-40b7-b75c-149c3d276220} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileInterpolatedWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT quantileInterpolatedWeighted('');) 2025.03.31 18:00:35.747204 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileInterpolatedWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:35.774024 [ 3914 ] {1dac608d-0b36-4150-9ce1-038f846974f3} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileTDigest. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT quantileTDigest('');) 2025.03.31 18:00:35.780295 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileTDigest. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:35.805875 [ 3914 ] {9282d9ac-c7a2-4584-8567-31b80d603e37} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileTDigestWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT quantileTDigestWeighted('');) 2025.03.31 18:00:35.811787 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileTDigestWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:35.835077 [ 3914 ] {f6c92b70-1128-4740-85af-fe210519fdb7} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileTiming. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT quantileTiming('');) 2025.03.31 18:00:35.840682 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileTiming. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:35.863693 [ 3914 ] {fbc61a03-3683-47d4-b77f-29e1d5a98f6f} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileTimingWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT quantileTimingWeighted('');) 2025.03.31 18:00:35.869148 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantileTimingWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:35.891544 [ 3914 ] {3f29c83a-70a5-4724-b3de-f1d4d1075308} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantiles. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT quantiles('');) 2025.03.31 18:00:35.896893 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantiles. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:35.918874 [ 3914 ] {92a657ea-7723-4722-bf2b-23fb2079715e} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantilesBFloat16. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT quantilesBFloat16('');) 2025.03.31 18:00:35.924075 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantilesBFloat16. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:35.946383 [ 3914 ] {d67a9af4-7ed2-4cf4-9029-f633b758fb9e} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantilesBFloat16Weighted. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT quantilesBFloat16Weighted('');) 2025.03.31 18:00:35.951607 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantilesBFloat16Weighted. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:35.972205 [ 3914 ] {86b6e13a-1ba5-45bd-ba07-4e1880091721} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantilesDD. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT quantilesDD('');) 2025.03.31 18:00:35.977167 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantilesDD. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:35.999085 [ 3914 ] {086c735d-dea4-46a8-b10b-7e87c3d84a85} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantilesDeterministic. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT quantilesDeterministic('');) 2025.03.31 18:00:36.004496 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantilesDeterministic. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:36.026439 [ 3914 ] {1541f8e0-d26b-4bbc-b345-91ec47fbcced} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantilesExact. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT quantilesExact('');) 2025.03.31 18:00:36.031878 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantilesExact. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:36.054906 [ 3914 ] {757a1953-a913-4223-a123-c338f4d0599a} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantilesExactExclusive. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT quantilesExactExclusive('');) 2025.03.31 18:00:36.060560 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantilesExactExclusive. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:36.082795 [ 3914 ] {20560f10-3107-4ca2-ac86-3f26ce20b974} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantilesExactHigh. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT quantilesExactHigh('');) 2025.03.31 18:00:36.088241 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantilesExactHigh. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:36.109483 [ 3914 ] {d9d8954e-6842-4e1f-ba26-8e2c10c41619} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantilesExactInclusive. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT quantilesExactInclusive('');) 2025.03.31 18:00:36.114730 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantilesExactInclusive. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:36.136057 [ 3914 ] {6becd873-a9fa-4b84-b55a-97d639c55f4d} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantilesExactLow. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT quantilesExactLow('');) 2025.03.31 18:00:36.141217 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantilesExactLow. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:36.162243 [ 3914 ] {2bdeacb6-4f7a-414a-b0b9-54c254f126ec} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantilesExactWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT quantilesExactWeighted('');) 2025.03.31 18:00:36.167412 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantilesExactWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:36.188427 [ 3914 ] {a79cf9be-1a47-4169-a488-c5b5c5611396} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantilesExactWeightedInterpolated. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT quantilesExactWeightedInterpolated('');) 2025.03.31 18:00:36.193718 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantilesExactWeightedInterpolated. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:36.214808 [ 3914 ] {0b898723-b79b-4874-886c-a4a2f5c600cf} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantilesGK. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT quantilesGK('');) 2025.03.31 18:00:36.220523 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantilesGK. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:36.240846 [ 3914 ] {a6c2c857-bc0d-4aee-a5f8-4c68273cf33a} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantilesInterpolatedWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT quantilesInterpolatedWeighted('');) 2025.03.31 18:00:36.245822 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantilesInterpolatedWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:36.266334 [ 3914 ] {76fe899d-365f-4978-8457-b7b1be477a2c} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantilesTDigest. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT quantilesTDigest('');) 2025.03.31 18:00:36.271063 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantilesTDigest. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:36.290849 [ 3914 ] {9c08bf9a-2d37-45ce-8e4e-d2e45cfb9d29} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantilesTDigestWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT quantilesTDigestWeighted('');) 2025.03.31 18:00:36.295636 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantilesTDigestWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:36.316574 [ 3914 ] {9a20fa68-6127-44d6-b138-b732c5ab955e} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantilesTiming. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT quantilesTiming('');) 2025.03.31 18:00:36.322169 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantilesTiming. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:36.344747 [ 3914 ] {f7af3b70-e6c4-4c4d-9663-504cd1381190} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantilesTimingWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT quantilesTimingWeighted('');) 2025.03.31 18:00:36.350278 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function quantilesTimingWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:36.371410 [ 3914 ] {325ed826-26ec-40c9-8221-bd6751e312b8} executeQuery: Code: 42. DB::Exception: Number of arguments for function queryID doesn't match: passed 1, should be 0: In scope SELECT queryID(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT queryID('');) 2025.03.31 18:00:36.376520 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function queryID doesn't match: passed 1, should be 0: In scope SELECT queryID(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:36.538730 [ 3914 ] {a24f1546-075c-4852-905e-2498a3c6f894} executeQuery: Code: 42. DB::Exception: Number of arguments for function queryID doesn't match: passed 1, should be 0: In scope SELECT query_id(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT query_id('');) 2025.03.31 18:00:36.547015 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function queryID doesn't match: passed 1, should be 0: In scope SELECT query_id(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:36.575748 [ 3914 ] {4102046c-8821-4330-946b-c9c547860799} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function radians: In scope SELECT radians(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT radians('');) 2025.03.31 18:00:36.583654 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function radians: In scope SELECT radians(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:36.832716 [ 3914 ] {275274eb-89d5-4203-a91d-23ebb3616822} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function randBernoulli, expected Float64 or integer: In scope SELECT randBernoulli(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT randBernoulli('');) 2025.03.31 18:00:36.840575 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function randBernoulli, expected Float64 or integer: In scope SELECT randBernoulli(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:36.867212 [ 3914 ] {3595dde5-cfaa-4000-b5cf-d9c8158b9c8b} executeQuery: Code: 42. DB::Exception: Wrong number of arguments for function randBinomial. Should be 2 or 3: In scope SELECT randBinomial(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT randBinomial('');) 2025.03.31 18:00:36.876372 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Wrong number of arguments for function randBinomial. Should be 2 or 3: In scope SELECT randBinomial(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:36.970444 [ 3914 ] {376de7a1-21b4-4004-9e98-231f756c668b} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function randChiSquared, expected Float64 or integer: In scope SELECT randChiSquared(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT randChiSquared('');) 2025.03.31 18:00:36.978567 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function randChiSquared, expected Float64 or integer: In scope SELECT randChiSquared(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:37.070298 [ 3914 ] {973a7cd9-ecde-4fe1-80f9-e9f4d9e3e003} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function randExponential, expected Float64 or integer: In scope SELECT randExponential(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT randExponential('');) 2025.03.31 18:00:37.078170 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function randExponential, expected Float64 or integer: In scope SELECT randExponential(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:37.107552 [ 3914 ] {9cae5472-8b8e-4571-8ea9-5462b434b793} executeQuery: Code: 42. DB::Exception: Wrong number of arguments for function randFisherF. Should be 2 or 3: In scope SELECT randFisherF(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT randFisherF('');) 2025.03.31 18:00:37.115762 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Wrong number of arguments for function randFisherF. Should be 2 or 3: In scope SELECT randFisherF(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:37.144856 [ 3914 ] {fab85e65-cbf0-47f5-92e1-a519304deaad} executeQuery: Code: 42. DB::Exception: Wrong number of arguments for function randLogNormal. Should be 2 or 3: In scope SELECT randLogNormal(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT randLogNormal('');) 2025.03.31 18:00:37.153445 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Wrong number of arguments for function randLogNormal. Should be 2 or 3: In scope SELECT randLogNormal(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:37.182737 [ 3914 ] {2150c8e8-28bc-4809-897a-c8c2c2fb9556} executeQuery: Code: 42. DB::Exception: Wrong number of arguments for function randNegativeBinomial. Should be 2 or 3: In scope SELECT randNegativeBinomial(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT randNegativeBinomial('');) 2025.03.31 18:00:37.190883 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Wrong number of arguments for function randNegativeBinomial. Should be 2 or 3: In scope SELECT randNegativeBinomial(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:37.219745 [ 3914 ] {9e621570-eaf8-4532-bc27-5b3ad17da41c} executeQuery: Code: 42. DB::Exception: Wrong number of arguments for function randNormal. Should be 2 or 3: In scope SELECT randNormal(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT randNormal('');) 2025.03.31 18:00:37.227989 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Wrong number of arguments for function randNormal. Should be 2 or 3: In scope SELECT randNormal(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:37.256806 [ 3914 ] {aa4b3d17-af9f-4bcf-881f-c8cf127f55aa} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function randPoisson, expected Float64 or integer: In scope SELECT randPoisson(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT randPoisson('');) 2025.03.31 18:00:37.264785 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function randPoisson, expected Float64 or integer: In scope SELECT randPoisson(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:37.292551 [ 3914 ] {55f77fc6-08d7-441f-ad4a-31061aa4e697} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function randStudentT, expected Float64 or integer: In scope SELECT randStudentT(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT randStudentT('');) 2025.03.31 18:00:37.300565 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function randStudentT, expected Float64 or integer: In scope SELECT randStudentT(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:37.328628 [ 3914 ] {8c1f42c9-d57e-45f2-896e-8b4521ea2c36} executeQuery: Code: 42. DB::Exception: Wrong number of arguments for function randUniform. Should be 2 or 3: In scope SELECT randUniform(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT randUniform('');) 2025.03.31 18:00:37.336853 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Wrong number of arguments for function randUniform. Should be 2 or 3: In scope SELECT randUniform(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:37.366755 [ 3914 ] {f8024f1f-a265-4436-94e6-e6e1ff4df7f3} executeQuery: Code: 43. DB::Exception: First argument for function randomFixedString must be unsigned integer: In scope SELECT randomFixedString(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT randomFixedString('');) 2025.03.31 18:00:37.375015 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function randomFixedString must be unsigned integer: In scope SELECT randomFixedString(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:37.405409 [ 3914 ] {d680fc72-9988-41be-a849-63dc11e9cf73} executeQuery: Code: 43. DB::Exception: First argument of function randomPrintableASCII must have numeric type: In scope SELECT randomPrintableASCII(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT randomPrintableASCII('');) 2025.03.31 18:00:37.414045 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function randomPrintableASCII must have numeric type: In scope SELECT randomPrintableASCII(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:37.442145 [ 3914 ] {846f4e85-78f0-4b7b-b1cc-89a25a7fc2d6} executeQuery: Code: 43. DB::Exception: First argument of function randomString must have numeric type: In scope SELECT randomString(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT randomString('');) 2025.03.31 18:00:37.450192 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function randomString must have numeric type: In scope SELECT randomString(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:37.482704 [ 3914 ] {ec40004d-dede-4118-970e-7f9308bbac99} executeQuery: Code: 43. DB::Exception: First argument of function randomStringUTF8 must have numeric type: In scope SELECT randomStringUTF8(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT randomStringUTF8('');) 2025.03.31 18:00:37.491122 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function randomStringUTF8 must have numeric type: In scope SELECT randomStringUTF8(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:37.521867 [ 3914 ] {23635264-1783-4af4-80f5-bc2e5f4b3d91} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function range: In scope SELECT range(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT range('');) 2025.03.31 18:00:37.530724 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function range: In scope SELECT range(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:37.594626 [ 3914 ] {521f0414-a1e8-43e0-93c6-6fc68df32d7f} executeQuery: Code: 36. DB::Exception: The function 'rank' can only be used as a window function, not as an aggregate function: While executing AggregatingTransform. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT rank('');) 2025.03.31 18:00:37.607875 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: The function 'rank' can only be used as a window function, not as an aggregate function: While executing AggregatingTransform. (BAD_ARGUMENTS) 2025.03.31 18:00:37.639246 [ 3914 ] {081bcb9e-e8ce-454c-8c10-f96b23ceac44} executeQuery: Code: 42. DB::Exception: Aggregate function rankCorr requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT rankCorr('');) 2025.03.31 18:00:37.647737 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function rankCorr requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:37.681341 [ 3914 ] {438361cc-6166-4157-a817-003c060ce653} executeQuery: std::exception. Code: 1001, type: boost::wrapexcept, e.what() = Should start with 'LINESTRING'' in () (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT readWKTLineString('');) 2025.03.31 18:00:37.691041 [ 3914 ] {} TCPHandler: Code: 1001. DB::Exception: boost::wrapexcept: Should start with 'LINESTRING'' in (). (STD_EXCEPTION) 2025.03.31 18:00:37.723976 [ 3914 ] {df27c66f-9891-40b9-9ef5-942c532871f3} executeQuery: std::exception. Code: 1001, type: boost::wrapexcept, e.what() = Should start with 'MULTILINESTRING'' in () (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT readWKTMultiLineString('');) 2025.03.31 18:00:37.732484 [ 3914 ] {} TCPHandler: Code: 1001. DB::Exception: boost::wrapexcept: Should start with 'MULTILINESTRING'' in (). (STD_EXCEPTION) 2025.03.31 18:00:37.768253 [ 3914 ] {f2ad36bb-bfe0-4e06-b519-f6cc5acfb955} executeQuery: std::exception. Code: 1001, type: boost::wrapexcept, e.what() = Should start with 'MULTIPOLYGON'' in () (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT readWKTMultiPolygon('');) 2025.03.31 18:00:37.778098 [ 3914 ] {} TCPHandler: Code: 1001. DB::Exception: boost::wrapexcept: Should start with 'MULTIPOLYGON'' in (). (STD_EXCEPTION) 2025.03.31 18:00:37.806323 [ 3914 ] {dfee59c1-4e81-49e8-ada8-2c9dc8fcef9d} executeQuery: std::exception. Code: 1001, type: boost::wrapexcept, e.what() = Should start with 'POINT'' in () (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT readWKTPoint('');) 2025.03.31 18:00:37.814001 [ 3914 ] {} TCPHandler: Code: 1001. DB::Exception: boost::wrapexcept: Should start with 'POINT'' in (). (STD_EXCEPTION) 2025.03.31 18:00:37.850060 [ 3914 ] {08208862-bc71-4ae9-bab7-12e042a00374} executeQuery: std::exception. Code: 1001, type: boost::wrapexcept, e.what() = Should start with 'POLYGON'' in () (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT readWKTPolygon('');) 2025.03.31 18:00:37.858420 [ 3914 ] {} TCPHandler: Code: 1001. DB::Exception: boost::wrapexcept: Should start with 'POLYGON'' in (). (STD_EXCEPTION) 2025.03.31 18:00:37.888681 [ 3914 ] {bdbc51b8-ad4c-4be3-bfdf-2806f3460312} executeQuery: std::exception. Code: 1001, type: boost::wrapexcept, e.what() = Should start with 'POLYGON'' in () (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT readWKTRing('');) 2025.03.31 18:00:37.896762 [ 3914 ] {} TCPHandler: Code: 1001. DB::Exception: boost::wrapexcept: Should start with 'POLYGON'' in (). (STD_EXCEPTION) 2025.03.31 18:00:37.925499 [ 3914 ] {fe99501f-63b5-44f0-8d8d-879dcdb69ed5} executeQuery: Code: 42. DB::Exception: Number of arguments for function regexpExtract doesn't match: passed 1: In scope SELECT regexpExtract(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT regexpExtract('');) 2025.03.31 18:00:37.933822 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function regexpExtract doesn't match: passed 1: In scope SELECT regexpExtract(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:38.028579 [ 3914 ] {ddce3bc4-421a-4e2b-a5c5-d90afe5d8a67} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function regionHierarchy (must be UInt32): In scope SELECT regionHierarchy(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT regionHierarchy('');) 2025.03.31 18:00:38.037639 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function regionHierarchy (must be UInt32): In scope SELECT regionHierarchy(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:38.064678 [ 3914 ] {875ce238-ef7f-4580-8b7e-6f7b0a5bf8f8} executeQuery: Code: 42. DB::Exception: Number of arguments for function regionIn doesn't match: passed 1, should be 2 or 3.: In scope SELECT regionIn(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT regionIn('');) 2025.03.31 18:00:38.073567 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function regionIn doesn't match: passed 1, should be 2 or 3.: In scope SELECT regionIn(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:38.098783 [ 3914 ] {c6ecd4ad-12ae-4a3f-b520-18dd18bdceee} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function regionToArea (must be UInt32): In scope SELECT regionToArea(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT regionToArea('');) 2025.03.31 18:00:38.106513 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function regionToArea (must be UInt32): In scope SELECT regionToArea(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:38.132476 [ 3914 ] {4f721f5a-2c2c-4408-a4bd-cdf313a6b954} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function regionToCity (must be UInt32): In scope SELECT regionToCity(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT regionToCity('');) 2025.03.31 18:00:38.140646 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function regionToCity (must be UInt32): In scope SELECT regionToCity(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:38.170876 [ 3914 ] {73affa23-83da-477f-a944-31edb1f74481} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function regionToContinent (must be UInt32): In scope SELECT regionToContinent(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT regionToContinent('');) 2025.03.31 18:00:38.180518 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function regionToContinent (must be UInt32): In scope SELECT regionToContinent(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:38.208538 [ 3914 ] {62b42cba-1fba-423b-9968-2913d760406d} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function regionToCountry (must be UInt32): In scope SELECT regionToCountry(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT regionToCountry('');) 2025.03.31 18:00:38.217535 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function regionToCountry (must be UInt32): In scope SELECT regionToCountry(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:38.251030 [ 3914 ] {31dab843-28a2-4f8d-a8a6-d75b28e981a8} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function regionToDistrict (must be UInt32): In scope SELECT regionToDistrict(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT regionToDistrict('');) 2025.03.31 18:00:38.259879 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function regionToDistrict (must be UInt32): In scope SELECT regionToDistrict(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:38.292723 [ 3914 ] {a812ad89-502e-4d6f-a669-14badfb51f1d} executeQuery: Code: 43. DB::Exception: Illegal type String of the first argument of function regionToName (must be UInt32): In scope SELECT regionToName(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT regionToName('');) 2025.03.31 18:00:38.302201 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of the first argument of function regionToName (must be UInt32): In scope SELECT regionToName(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:38.331858 [ 3914 ] {f7014f2e-effe-4dfb-9211-1c9939d1dfe6} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function regionToPopulation (must be UInt32): In scope SELECT regionToPopulation(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT regionToPopulation('');) 2025.03.31 18:00:38.341684 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function regionToPopulation (must be UInt32): In scope SELECT regionToPopulation(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:38.372195 [ 3914 ] {70e054dc-8c30-4b37-a0f3-5f2300a509dd} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function regionToTopContinent (must be UInt32): In scope SELECT regionToTopContinent(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT regionToTopContinent('');) 2025.03.31 18:00:38.380467 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function regionToTopContinent (must be UInt32): In scope SELECT regionToTopContinent(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:38.408866 [ 3914 ] {2870e31b-d183-4fa4-b029-8c8a7f341268} executeQuery: Code: 42. DB::Exception: Number of arguments for function reinterpret doesn't match: passed 1, should be 2: In scope SELECT reinterpret(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT reinterpret('');) 2025.03.31 18:00:38.416818 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function reinterpret doesn't match: passed 1, should be 2: In scope SELECT reinterpret(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:38.577022 [ 3914 ] {544e586c-3759-439c-a4e1-e59702960252} executeQuery: Code: 43. DB::Exception: Cannot reinterpret String as FixedString because it is not fixed size and contiguous in memory: In scope SELECT reinterpretAsFixedString(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT reinterpretAsFixedString('');) 2025.03.31 18:00:38.585006 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Cannot reinterpret String as FixedString because it is not fixed size and contiguous in memory: In scope SELECT reinterpretAsFixedString(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:39.591692 [ 71965 ] {4058902e-b1f6-4b2e-8bb0-ce6c1c4c85b1} executeQuery: Code: 43. DB::Exception: Function untuple can't have lambda-expressions as arguments. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33232) (comment: 03142_untuple_crash.sql) (in query: SELECT untuple(x -> 0) -- { serverError ILLEGAL_TYPE_OF_ARGUMENT } ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3159: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d9e34e 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 18:00:39.597439 [ 71965 ] {} TCPHandler: Code: 43. DB::Exception: Function untuple can't have lambda-expressions as arguments. (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3159: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d9e34e 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 18:00:39.703092 [ 3914 ] {8603e608-1de1-4420-97ec-ac4964eeab0b} executeQuery: Code: 42. DB::Exception: Number of arguments for function repeat doesn't match: passed 1, should be 2: In scope SELECT repeat(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT repeat('');) 2025.03.31 18:00:39.712408 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function repeat doesn't match: passed 1, should be 2: In scope SELECT repeat(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:39.741670 [ 3914 ] {60243063-b26f-467c-b7bd-cbbdaacc6450} executeQuery: Code: 42. DB::Exception: Number of arguments for function replaceAll doesn't match: passed 1, should be 3: In scope SELECT replace(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT replace('');) 2025.03.31 18:00:39.749660 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function replaceAll doesn't match: passed 1, should be 3: In scope SELECT replace(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:39.778577 [ 3914 ] {add67936-9023-4fbb-b4fd-498658f3f322} executeQuery: Code: 42. DB::Exception: Number of arguments for function replaceAll doesn't match: passed 1, should be 3: In scope SELECT replaceAll(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT replaceAll('');) 2025.03.31 18:00:39.786729 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function replaceAll doesn't match: passed 1, should be 3: In scope SELECT replaceAll(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:39.815497 [ 3914 ] {3187cd58-a13e-460d-9c22-cdf3d2f004a6} executeQuery: Code: 42. DB::Exception: Number of arguments for function replaceOne doesn't match: passed 1, should be 3: In scope SELECT replaceOne(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT replaceOne('');) 2025.03.31 18:00:39.823408 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function replaceOne doesn't match: passed 1, should be 3: In scope SELECT replaceOne(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:39.850986 [ 3914 ] {6ce2cd1a-01e2-4f47-a6e6-47b0712ab4e9} executeQuery: Code: 42. DB::Exception: Number of arguments for function replaceRegexpAll doesn't match: passed 1, should be 3: In scope SELECT replaceRegexpAll(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT replaceRegexpAll('');) 2025.03.31 18:00:39.858840 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function replaceRegexpAll doesn't match: passed 1, should be 3: In scope SELECT replaceRegexpAll(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:39.887866 [ 3914 ] {15d67890-2812-40a5-a4af-96bd789b48c5} executeQuery: Code: 42. DB::Exception: Number of arguments for function replaceRegexpOne doesn't match: passed 1, should be 3: In scope SELECT replaceRegexpOne(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT replaceRegexpOne('');) 2025.03.31 18:00:39.896144 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function replaceRegexpOne doesn't match: passed 1, should be 3: In scope SELECT replaceRegexpOne(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:39.925119 [ 3914 ] {c99a3f55-1084-4695-a235-06356144ab69} executeQuery: Code: 35. DB::Exception: Function replicate expect at least two arguments, got 1: In scope SELECT replicate(''). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT replicate('');) 2025.03.31 18:00:39.933708 [ 3914 ] {} TCPHandler: Code: 35. DB::Exception: Function replicate expect at least two arguments, got 1: In scope SELECT replicate(''). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) 2025.03.31 18:00:39.963677 [ 3914 ] {b60d3e4c-dcc5-4eaf-89c0-d2f110c9328a} executeQuery: Code: 42. DB::Exception: Not enough event arguments for aggregate function retention. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT retention('');) 2025.03.31 18:00:39.972074 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Not enough event arguments for aggregate function retention. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:40.120878 [ 3914 ] {709ea119-5cd1-4589-b8c6-a115fed36942} executeQuery: Code: 42. DB::Exception: Number of arguments for function revision doesn't match: passed 1, should be 0: In scope SELECT revision(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT revision('');) 2025.03.31 18:00:40.130463 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function revision doesn't match: passed 1, should be 0: In scope SELECT revision(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:40.163042 [ 3914 ] {b9746ea5-48a8-4353-9277-b8d81ce923bc} executeQuery: Code: 42. DB::Exception: Number of arguments for function right doesn't match: passed 1, should be 2: In scope SELECT right(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT right('');) 2025.03.31 18:00:40.170633 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function right doesn't match: passed 1, should be 2: In scope SELECT right(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:40.200615 [ 3914 ] {35e3e3c1-a8ea-45c7-a039-125c540339c5} executeQuery: Code: 42. DB::Exception: Number of arguments for function rightPad doesn't match: passed 1, should be 2 or 3: In scope SELECT rightPad(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT rightPad('');) 2025.03.31 18:00:40.208159 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function rightPad doesn't match: passed 1, should be 2 or 3: In scope SELECT rightPad(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:40.234507 [ 3914 ] {461a67b4-1f63-404a-8af3-48c6a888d3b3} executeQuery: Code: 42. DB::Exception: Number of arguments for function rightPadUTF8 doesn't match: passed 1, should be 2 or 3: In scope SELECT rightPadUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT rightPadUTF8('');) 2025.03.31 18:00:40.242698 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function rightPadUTF8 doesn't match: passed 1, should be 2 or 3: In scope SELECT rightPadUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:40.270460 [ 3914 ] {d65420b7-e900-4d79-82a6-bcc512a92ae2} executeQuery: Code: 42. DB::Exception: Number of arguments for function rightUTF8 doesn't match: passed 1, should be 2: In scope SELECT rightUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT rightUTF8('');) 2025.03.31 18:00:40.278588 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function rightUTF8 doesn't match: passed 1, should be 2: In scope SELECT rightUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:40.306139 [ 3914 ] {6b2384b1-59fc-4e89-a258-6919ac0985f9} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'x' to function 'round'. Expected: A number to round, got: String: In scope SELECT round(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT round('');) 2025.03.31 18:00:40.313930 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'x' to function 'round'. Expected: A number to round, got: String: In scope SELECT round(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:40.341105 [ 3914 ] {d64e8925-1544-4237-8a7d-96cc5eadc668} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function roundAge: In scope SELECT roundAge(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT roundAge('');) 2025.03.31 18:00:40.349008 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function roundAge: In scope SELECT roundAge(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:40.377549 [ 3914 ] {6b871be1-95ae-4fc7-9775-d267017281d9} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'x' to function 'roundBankers'. Expected: A number to round, got: String: In scope SELECT roundBankers(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT roundBankers('');) 2025.03.31 18:00:40.385413 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'x' to function 'roundBankers'. Expected: A number to round, got: String: In scope SELECT roundBankers(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:40.415428 [ 3914 ] {a1341a9b-ecb8-4649-a31d-580805f34bad} executeQuery: Code: 42. DB::Exception: Number of arguments for function roundDown doesn't match: passed 1, should be 2: In scope SELECT roundDown(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT roundDown('');) 2025.03.31 18:00:40.423924 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function roundDown doesn't match: passed 1, should be 2: In scope SELECT roundDown(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:40.454048 [ 3914 ] {3e340396-521f-41da-a6e4-8f1023da0ecd} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function roundDuration: In scope SELECT roundDuration(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT roundDuration('');) 2025.03.31 18:00:40.462139 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function roundDuration: In scope SELECT roundDuration(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:40.492762 [ 3914 ] {6c7a3a49-557e-4bb4-9350-891193c10fa7} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function roundToExp2: In scope SELECT roundToExp2(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT roundToExp2('');) 2025.03.31 18:00:40.500484 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function roundToExp2: In scope SELECT roundToExp2(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:40.527342 [ 3914 ] {17d95b1e-b266-4500-8635-7bb624262185} executeQuery: Code: 42. DB::Exception: Number of arguments for function rowNumberInAllBlocks doesn't match: passed 1, should be 0: In scope SELECT rowNumberInAllBlocks(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT rowNumberInAllBlocks('');) 2025.03.31 18:00:40.535365 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function rowNumberInAllBlocks doesn't match: passed 1, should be 0: In scope SELECT rowNumberInAllBlocks(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:40.563021 [ 3914 ] {dce5e868-5ecf-421f-bccd-e1c2193b694b} executeQuery: Code: 42. DB::Exception: Number of arguments for function rowNumberInBlock doesn't match: passed 1, should be 0: In scope SELECT rowNumberInBlock(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT rowNumberInBlock('');) 2025.03.31 18:00:40.570189 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function rowNumberInBlock doesn't match: passed 1, should be 0: In scope SELECT rowNumberInBlock(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:40.630135 [ 3914 ] {0afe083c-5005-4516-b1af-3fea65bba497} executeQuery: Code: 36. DB::Exception: The function 'row_number' can only be used as a window function, not as an aggregate function: While executing AggregatingTransform. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT row_number('');) 2025.03.31 18:00:40.642542 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: The function 'row_number' can only be used as a window function, not as an aggregate function: While executing AggregatingTransform. (BAD_ARGUMENTS) 2025.03.31 18:00:40.674029 [ 3914 ] {61fa8ca0-5d0f-4cc6-b967-d070e11f4888} executeQuery: Code: 42. DB::Exception: Number of arguments for function rightPad doesn't match: passed 1, should be 2 or 3: In scope SELECT rpad(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT rpad('');) 2025.03.31 18:00:40.681598 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function rightPad doesn't match: passed 1, should be 2 or 3: In scope SELECT rpad(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:40.786749 [ 3914 ] {47b805a0-e613-4cd9-abf3-37731da07ad9} executeQuery: Code: 721. DB::Exception: Function runningAccumulate is deprecated since its usage is error-prone (see docs).Please use proper window function or set `allow_deprecated_error_prone_window_functions` setting to enable it. (DEPRECATED_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT runningAccumulate('');) 2025.03.31 18:00:40.794810 [ 3914 ] {} TCPHandler: Code: 721. DB::Exception: Function runningAccumulate is deprecated since its usage is error-prone (see docs).Please use proper window function or set `allow_deprecated_error_prone_window_functions` setting to enable it. (DEPRECATED_FUNCTION) 2025.03.31 18:00:40.823474 [ 3914 ] {c8799ab7-2b32-44d1-9a5a-63aa9f5f39a4} executeQuery: Code: 42. DB::Exception: Number of arguments for function runningConcurrency doesn't match: passed 1, should be 2: In scope SELECT runningConcurrency(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT runningConcurrency('');) 2025.03.31 18:00:40.831027 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function runningConcurrency doesn't match: passed 1, should be 2: In scope SELECT runningConcurrency(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:40.857424 [ 3914 ] {7ddbefb9-808b-4d7d-a016-4e49252d6038} executeQuery: Code: 721. DB::Exception: Function runningDifference is deprecated since its usage is error-prone (see docs).Please use proper window function or set `allow_deprecated_error_prone_window_functions` setting to enable it. (DEPRECATED_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT runningDifference('');) 2025.03.31 18:00:40.865656 [ 3914 ] {} TCPHandler: Code: 721. DB::Exception: Function runningDifference is deprecated since its usage is error-prone (see docs).Please use proper window function or set `allow_deprecated_error_prone_window_functions` setting to enable it. (DEPRECATED_FUNCTION) 2025.03.31 18:00:40.894682 [ 3914 ] {db479873-422e-4aa6-b683-78d34ab22003} executeQuery: Code: 721. DB::Exception: Function runningDifferenceStartingWithFirstValue is deprecated since its usage is error-prone (see docs).Please use proper window function or set `allow_deprecated_error_prone_window_functions` setting to enable it. (DEPRECATED_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT runningDifferenceStartingWithFirstValue('');) 2025.03.31 18:00:40.903853 [ 3914 ] {} TCPHandler: Code: 721. DB::Exception: Function runningDifferenceStartingWithFirstValue is deprecated since its usage is error-prone (see docs).Please use proper window function or set `allow_deprecated_error_prone_window_functions` setting to enable it. (DEPRECATED_FUNCTION) 2025.03.31 18:00:40.933031 [ 3914 ] {eb07050e-f35b-4369-95b7-5d147246641a} executeQuery: Code: 42. DB::Exception: Number of arguments for function s2CapContains doesn't match: passed 1, should be 3: In scope SELECT s2CapContains(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT s2CapContains('');) 2025.03.31 18:00:40.942368 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function s2CapContains doesn't match: passed 1, should be 3: In scope SELECT s2CapContains(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:40.970691 [ 3914 ] {6e42294f-8a2f-406e-a182-76536f5fc173} executeQuery: Code: 42. DB::Exception: Number of arguments for function s2CapUnion doesn't match: passed 1, should be 4: In scope SELECT s2CapUnion(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT s2CapUnion('');) 2025.03.31 18:00:40.978815 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function s2CapUnion doesn't match: passed 1, should be 4: In scope SELECT s2CapUnion(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:41.009186 [ 3914 ] {5a75979c-6883-49d2-a70b-f3d0196eee13} executeQuery: Code: 42. DB::Exception: Number of arguments for function s2CellsIntersect doesn't match: passed 1, should be 2: In scope SELECT s2CellsIntersect(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT s2CellsIntersect('');) 2025.03.31 18:00:41.018172 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function s2CellsIntersect doesn't match: passed 1, should be 2: In scope SELECT s2CellsIntersect(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:41.049009 [ 3914 ] {1f4b568c-22bb-417d-8950-0883dc566bd5} executeQuery: Code: 43. DB::Exception: Illegal type String of argument 1 of function s2GetNeighbors. Must be UInt64: In scope SELECT s2GetNeighbors(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT s2GetNeighbors('');) 2025.03.31 18:00:41.057610 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument 1 of function s2GetNeighbors. Must be UInt64: In scope SELECT s2GetNeighbors(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:41.088041 [ 3914 ] {e5c8248b-cbf7-42e4-b503-924621d429af} executeQuery: Code: 42. DB::Exception: Number of arguments for function s2RectAdd doesn't match: passed 1, should be 3: In scope SELECT s2RectAdd(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT s2RectAdd('');) 2025.03.31 18:00:41.096679 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function s2RectAdd doesn't match: passed 1, should be 3: In scope SELECT s2RectAdd(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:41.127191 [ 3914 ] {f54fdacd-ed33-48f5-bf4e-f549d704055e} executeQuery: Code: 42. DB::Exception: Number of arguments for function s2RectContains doesn't match: passed 1, should be 3: In scope SELECT s2RectContains(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT s2RectContains('');) 2025.03.31 18:00:41.137391 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function s2RectContains doesn't match: passed 1, should be 3: In scope SELECT s2RectContains(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:41.165761 [ 3914 ] {c5fbe2c2-4886-428f-98a7-da9e9928e3e6} executeQuery: Code: 42. DB::Exception: Number of arguments for function s2RectIntersection doesn't match: passed 1, should be 4: In scope SELECT s2RectIntersection(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT s2RectIntersection('');) 2025.03.31 18:00:41.174967 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function s2RectIntersection doesn't match: passed 1, should be 4: In scope SELECT s2RectIntersection(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:41.202123 [ 3914 ] {f432ab28-5326-491f-9fac-2ba737d115c0} executeQuery: Code: 42. DB::Exception: Number of arguments for function s2RectUnion doesn't match: passed 1, should be 4: In scope SELECT s2RectUnion(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT s2RectUnion('');) 2025.03.31 18:00:41.211349 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function s2RectUnion doesn't match: passed 1, should be 4: In scope SELECT s2RectUnion(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:41.241419 [ 3914 ] {c9a41fe8-714c-4525-8579-bf50adfbfad3} executeQuery: Code: 43. DB::Exception: Illegal type String of argument 1 of function s2ToGeo. Must be UInt64: In scope SELECT s2ToGeo(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT s2ToGeo('');) 2025.03.31 18:00:41.249509 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument 1 of function s2ToGeo. Must be UInt64: In scope SELECT s2ToGeo(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:41.279262 [ 3914 ] {e2be1b6f-2b5d-418e-b693-4d4a230a9a5a} executeQuery: Code: 42. DB::Exception: Number of arguments for function dotProduct doesn't match: passed 1, should be 2: In scope SELECT scalarProduct(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT scalarProduct('');) 2025.03.31 18:00:41.287671 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dotProduct doesn't match: passed 1, should be 2: In scope SELECT scalarProduct(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:41.316050 [ 3914 ] {406638c1-8880-4d6d-b933-e68e9ef022c2} executeQuery: Code: 42. DB::Exception: Aggregate function sequenceCount requires exactly one parameter. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT sequenceCount('');) 2025.03.31 18:00:41.324306 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function sequenceCount requires exactly one parameter. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:41.355852 [ 3914 ] {3bff47f3-59b2-48f3-ba63-0eeb87e96955} executeQuery: Code: 42. DB::Exception: Aggregate function sequenceMatch requires exactly one parameter. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT sequenceMatch('');) 2025.03.31 18:00:41.365604 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function sequenceMatch requires exactly one parameter. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:41.395105 [ 3914 ] {a2dcb541-f058-4ed0-948f-262b59f99572} executeQuery: Code: 63. DB::Exception: Aggregate function sequenceNextNode is experimental. Set `allow_experimental_funnel_functions` setting to enable it. (UNKNOWN_AGGREGATE_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT sequenceNextNode('');) 2025.03.31 18:00:41.405242 [ 3914 ] {} TCPHandler: Code: 63. DB::Exception: Aggregate function sequenceNextNode is experimental. Set `allow_experimental_funnel_functions` setting to enable it. (UNKNOWN_AGGREGATE_FUNCTION) 2025.03.31 18:00:41.433587 [ 3914 ] {45df50a2-b5c4-45da-a1f5-68f8ea75c64d} executeQuery: Code: 42. DB::Exception: Number of arguments for function seriesDecomposeSTL doesn't match: passed 1, should be 2: In scope SELECT seriesDecomposeSTL(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT seriesDecomposeSTL('');) 2025.03.31 18:00:41.441988 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function seriesDecomposeSTL doesn't match: passed 1, should be 2: In scope SELECT seriesDecomposeSTL(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:41.474223 [ 3914 ] {c1c0ac86-87af-4589-b02b-698feea14052} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time_series' to function 'seriesOutliersDetectTukey'. Expected: Array, got: String: In scope SELECT seriesOutliersDetectTukey(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT seriesOutliersDetectTukey('');) 2025.03.31 18:00:41.483263 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time_series' to function 'seriesOutliersDetectTukey'. Expected: Array, got: String: In scope SELECT seriesOutliersDetectTukey(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:41.514040 [ 3914 ] {eb5570ad-bdd2-4187-9366-7e1ef974c904} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time_series' to function 'seriesPeriodDetectFFT'. Expected: Array, got: String: In scope SELECT seriesPeriodDetectFFT(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT seriesPeriodDetectFFT('');) 2025.03.31 18:00:41.524652 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time_series' to function 'seriesPeriodDetectFFT'. Expected: Array, got: String: In scope SELECT seriesPeriodDetectFFT(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:41.570051 [ 3914 ] {2d0a15f2-b638-4157-a415-9154df1fdb36} executeQuery: Code: 42. DB::Exception: Number of arguments for function serverTimezone doesn't match: passed 1, should be 0: In scope SELECT serverTimeZone(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT serverTimeZone('');) 2025.03.31 18:00:41.578707 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function serverTimezone doesn't match: passed 1, should be 0: In scope SELECT serverTimeZone(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:41.609857 [ 3914 ] {2e4dbef4-6e00-4689-9431-07a087f702df} executeQuery: Code: 42. DB::Exception: Number of arguments for function serverTimezone doesn't match: passed 1, should be 0: In scope SELECT serverTimezone(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT serverTimezone('');) 2025.03.31 18:00:41.618838 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function serverTimezone doesn't match: passed 1, should be 0: In scope SELECT serverTimezone(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:41.648254 [ 3914 ] {6fc86575-19c8-4043-ab48-8f71043038b6} executeQuery: Code: 42. DB::Exception: Number of arguments for function serverUUID doesn't match: passed 1, should be 0: In scope SELECT serverUUID(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT serverUUID('');) 2025.03.31 18:00:41.657196 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function serverUUID doesn't match: passed 1, should be 0: In scope SELECT serverUUID(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:41.688639 [ 3914 ] {18b22ec9-e4a2-408c-b013-0bc84edbd0da} executeQuery: Code: 42. DB::Exception: Number of arguments for function shardCount doesn't match: passed 1, should be 0: In scope SELECT shardCount(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT shardCount('');) 2025.03.31 18:00:41.697585 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function shardCount doesn't match: passed 1, should be 0: In scope SELECT shardCount(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:41.729793 [ 3914 ] {a9f2e1ba-6eda-421c-868a-220b09ea15e9} executeQuery: Code: 42. DB::Exception: Number of arguments for function shardNum doesn't match: passed 1, should be 0: In scope SELECT shardNum(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT shardNum('');) 2025.03.31 18:00:41.738673 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function shardNum doesn't match: passed 1, should be 0: In scope SELECT shardNum(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:41.767510 [ 3914 ] {3a418cdc-ac9d-4fcb-b067-ea424b6e2803} executeQuery: Code: 42. DB::Exception: Number of arguments for function showCertificate doesn't match: passed 1, should be 0: In scope SELECT showCertificate(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT showCertificate('');) 2025.03.31 18:00:41.777074 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function showCertificate doesn't match: passed 1, should be 0: In scope SELECT showCertificate(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:41.805699 [ 3914 ] {20b88d5b-3730-4400-8417-6cc66e3bbd69} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function sigmoid: In scope SELECT sigmoid(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT sigmoid('');) 2025.03.31 18:00:41.814265 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function sigmoid: In scope SELECT sigmoid(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:41.844059 [ 3914 ] {c42678e4-73a5-4fa7-8bb9-60f53aa8c2d5} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function sign: In scope SELECT sign(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT sign('');) 2025.03.31 18:00:41.852992 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function sign: In scope SELECT sign(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:41.882224 [ 3914 ] {54453fa1-282c-4465-89cb-3d305b95b6ec} executeQuery: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractBool doesn't match: passed 1, should be 2: In scope SELECT simpleJSONExtractBool(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT simpleJSONExtractBool('');) 2025.03.31 18:00:41.890967 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractBool doesn't match: passed 1, should be 2: In scope SELECT simpleJSONExtractBool(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:41.921674 [ 3914 ] {3d4eaa82-e0e3-4681-8a8e-6676c92f295c} executeQuery: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractFloat doesn't match: passed 1, should be 2: In scope SELECT simpleJSONExtractFloat(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT simpleJSONExtractFloat('');) 2025.03.31 18:00:41.930592 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractFloat doesn't match: passed 1, should be 2: In scope SELECT simpleJSONExtractFloat(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:41.960442 [ 3914 ] {4581d355-85e4-4c1c-9c59-e2caaaea2423} executeQuery: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractInt doesn't match: passed 1, should be 2: In scope SELECT simpleJSONExtractInt(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT simpleJSONExtractInt('');) 2025.03.31 18:00:41.968972 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractInt doesn't match: passed 1, should be 2: In scope SELECT simpleJSONExtractInt(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:41.999627 [ 3914 ] {9da43d81-fd12-45ac-af21-aa6c93a0b558} executeQuery: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractRaw doesn't match: passed 1, should be 2: In scope SELECT simpleJSONExtractRaw(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT simpleJSONExtractRaw('');) 2025.03.31 18:00:42.007885 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractRaw doesn't match: passed 1, should be 2: In scope SELECT simpleJSONExtractRaw(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:42.037802 [ 3914 ] {1b0a3a50-f310-4469-8a0e-7384c77a015a} executeQuery: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractString doesn't match: passed 1, should be 2: In scope SELECT simpleJSONExtractString(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT simpleJSONExtractString('');) 2025.03.31 18:00:42.046094 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractString doesn't match: passed 1, should be 2: In scope SELECT simpleJSONExtractString(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:42.076090 [ 3914 ] {7ac136ae-862d-4b3a-a443-671f2064aa82} executeQuery: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractUInt doesn't match: passed 1, should be 2: In scope SELECT simpleJSONExtractUInt(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT simpleJSONExtractUInt('');) 2025.03.31 18:00:42.084538 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractUInt doesn't match: passed 1, should be 2: In scope SELECT simpleJSONExtractUInt(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:42.115893 [ 3914 ] {2b728daf-b86f-4fd1-9b77-a16eb99b0969} executeQuery: Code: 42. DB::Exception: Number of arguments for function simpleJSONHas doesn't match: passed 1, should be 2: In scope SELECT simpleJSONHas(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT simpleJSONHas('');) 2025.03.31 18:00:42.124225 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function simpleJSONHas doesn't match: passed 1, should be 2: In scope SELECT simpleJSONHas(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:42.151934 [ 3914 ] {20bdf966-d263-4935-830d-0741f1ac0da3} executeQuery: Code: 42. DB::Exception: Aggregate function simpleLinearRegression requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT simpleLinearRegression('');) 2025.03.31 18:00:42.161501 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function simpleLinearRegression requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:42.191295 [ 3914 ] {6b8b835d-ddea-47be-ab2e-ec8e3374336f} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function sin: In scope SELECT sin(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT sin('');) 2025.03.31 18:00:42.199752 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function sin: In scope SELECT sin(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:42.310263 [ 3914 ] {a878c7a8-9d06-42d9-bc27-73483e886fbe} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function sinh: In scope SELECT sinh(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT sinh('');) 2025.03.31 18:00:42.319292 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function sinh: In scope SELECT sinh(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:42.417068 [ 3914 ] {3b24103f-6040-49a1-97e8-c0426cde91d8} executeQuery: Code: 36. DB::Exception: The key must be of type Tuple(UInt64, UInt64): In scope SELECT sipHash128Keyed(''). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT sipHash128Keyed('');) 2025.03.31 18:00:42.427156 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: The key must be of type Tuple(UInt64, UInt64): In scope SELECT sipHash128Keyed(''). (BAD_ARGUMENTS) 2025.03.31 18:00:42.533286 [ 3914 ] {17ba7290-2bf8-4a3c-bbc3-e2c95f4a4031} executeQuery: Code: 36. DB::Exception: The key must be of type Tuple(UInt64, UInt64): In scope SELECT sipHash128ReferenceKeyed(''). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT sipHash128ReferenceKeyed('');) 2025.03.31 18:00:42.543666 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: The key must be of type Tuple(UInt64, UInt64): In scope SELECT sipHash128ReferenceKeyed(''). (BAD_ARGUMENTS) 2025.03.31 18:00:42.648270 [ 3914 ] {04bb30d8-65c3-46f8-ad10-3b90d794b8a5} executeQuery: Code: 36. DB::Exception: The key must be of type Tuple(UInt64, UInt64): In scope SELECT sipHash64Keyed(''). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT sipHash64Keyed('');) 2025.03.31 18:00:42.657507 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: The key must be of type Tuple(UInt64, UInt64): In scope SELECT sipHash64Keyed(''). (BAD_ARGUMENTS) 2025.03.31 18:00:42.685109 [ 3914 ] {29daadbc-e136-4951-bac6-c2183f645c79} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function skewPop. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT skewPop('');) 2025.03.31 18:00:42.694412 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function skewPop. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:42.723657 [ 3914 ] {b09ac3f3-f4ef-4781-91b3-11dd2dc084bf} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function skewSamp. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT skewSamp('');) 2025.03.31 18:00:42.732215 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function skewSamp. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:42.761578 [ 3914 ] {354736e0-c476-451c-8d7a-ae63a9affb89} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function sleep, expected UInt* or Float*: In scope SELECT sleep(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT sleep('');) 2025.03.31 18:00:42.773103 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function sleep, expected UInt* or Float*: In scope SELECT sleep(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:42.803410 [ 3914 ] {d211dd78-f3a2-4280-b58b-0aebc22c7623} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function sleepEachRow, expected UInt* or Float*: In scope SELECT sleepEachRow(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT sleepEachRow('');) 2025.03.31 18:00:42.813043 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function sleepEachRow, expected UInt* or Float*: In scope SELECT sleepEachRow(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:42.842959 [ 3914 ] {005cfc87-ddcd-449e-9201-b4433d165c91} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'snowflakeIDToDateTime'. Expected: UInt64, got: String: In scope SELECT snowflakeIDToDateTime(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT snowflakeIDToDateTime('');) 2025.03.31 18:00:42.845826 [ 67318 ] {688302d7-88d3-41ef-9a21-a048daf5252a} test_pq33qmta.rmt2 (bff322b7-1a07-4d3c-9125-a7de4ff4e47b): Part /var/lib/clickhouse/disks/s3_disk/store/bff/bff322b7-1a07-4d3c-9125-a7de4ff4e47b/all_0_0_0/ is broken and needs manual correction. Reason: Code: 226. DB::Exception: No count.txt in part all_0_0_0. (NO_FILE_IN_DATA_PART), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/MergeTree/IMergeTreeDataPart.cpp:1476: DB::IMergeTreeDataPart::loadRowsCount() @ 0x000000003db41a70 5. ./build_docker/./src/Storages/MergeTree/IMergeTreeDataPart.cpp:831: DB::IMergeTreeDataPart::loadColumnsChecksumsIndexes(bool, bool) @ 0x000000003db37114 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:1579: DB::MergeTreeData::loadDataPart(DB::MergeTreePartInfo const&, String const&, std::shared_ptr const&, DB::MergeTreeDataPartState, std::mutex&) @ 0x000000003de1e1e3 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:1718: DB::MergeTreeData::loadDataPartWithRetries(DB::MergeTreePartInfo const&, String const&, std::shared_ptr const&, DB::MergeTreeDataPartState, std::mutex&, unsigned long, unsigned long, unsigned long) @ 0x000000003de2ec3c 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:1780: void std::__function::__policy_invoker::__call_impl, std::allocator>>&)::$_0, void ()>>(std::__function::__policy_storage const*) @ 0x000000003e00ed1d 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000027a3682c 10. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x0000000027a3660d 11. ./contrib/llvm-project/libcxx/include/future:1876: std::packaged_task::operator()() @ 0x0000000027a38f1d 12. ./src/Common/threadPoolCallbackRunner.h:167: void std::__function::__policy_invoker::__call_impl>, std::function>::operator()(std::function&&, Priority)::'lambda0'(), void ()>>(std::__function::__policy_storage const*) @ 0x0000000027a38d8e 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 14. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 15. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 17. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:00:42.849150 [ 67318 ] {688302d7-88d3-41ef-9a21-a048daf5252a} test_pq33qmta.rmt2 (bff322b7-1a07-4d3c-9125-a7de4ff4e47b): while loading part all_0_0_0 on path store/bff/bff322b7-1a07-4d3c-9125-a7de4ff4e47b/all_0_0_0: Code: 226. DB::Exception: No count.txt in part all_0_0_0: Part contains files: primary.cidx (42 bytes), n.bin (30 bytes), checksums.txt (216 bytes), default_compression_codec.txt (10 bytes), n.cmrk2 (47 bytes), columns.txt (47 bytes), metadata_version.txt (1 bytes): Part is empty. (NO_FILE_IN_DATA_PART), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/MergeTree/IMergeTreeDataPart.cpp:1476: DB::IMergeTreeDataPart::loadRowsCount() @ 0x000000003db41a70 5. ./build_docker/./src/Storages/MergeTree/IMergeTreeDataPart.cpp:831: DB::IMergeTreeDataPart::loadColumnsChecksumsIndexes(bool, bool) @ 0x000000003db37114 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:1579: DB::MergeTreeData::loadDataPart(DB::MergeTreePartInfo const&, String const&, std::shared_ptr const&, DB::MergeTreeDataPartState, std::mutex&) @ 0x000000003de1e1e3 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:1718: DB::MergeTreeData::loadDataPartWithRetries(DB::MergeTreePartInfo const&, String const&, std::shared_ptr const&, DB::MergeTreeDataPartState, std::mutex&, unsigned long, unsigned long, unsigned long) @ 0x000000003de2ec3c 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:1780: void std::__function::__policy_invoker::__call_impl, std::allocator>>&)::$_0, void ()>>(std::__function::__policy_storage const*) @ 0x000000003e00ed1d 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000027a3682c 10. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x0000000027a3660d 11. ./contrib/llvm-project/libcxx/include/future:1876: std::packaged_task::operator()() @ 0x0000000027a38f1d 12. ./src/Common/threadPoolCallbackRunner.h:167: void std::__function::__policy_invoker::__call_impl>, std::function>::operator()(std::function&&, Priority)::'lambda0'(), void ()>>(std::__function::__policy_storage const*) @ 0x0000000027a38d8e 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 14. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 15. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 17. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:00:42.851375 [ 67318 ] {688302d7-88d3-41ef-9a21-a048daf5252a} test_pq33qmta.rmt2 (bff322b7-1a07-4d3c-9125-a7de4ff4e47b): Detaching broken part /var/lib/clickhouse/disks/s3_disk/store/bff/bff322b7-1a07-4d3c-9125-a7de4ff4e47b/all_0_0_0 (size: 393.00 B). If it happened after update, it is likely because of backward incompatibility. You need to resolve this manually 2025.03.31 18:00:42.851439 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'snowflakeIDToDateTime'. Expected: UInt64, got: String: In scope SELECT snowflakeIDToDateTime(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:42.881786 [ 3914 ] {2be40308-35f4-4383-b26b-9dac1128f145} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'snowflakeIDToDateTime64'. Expected: UInt64, got: String: In scope SELECT snowflakeIDToDateTime64(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT snowflakeIDToDateTime64('');) 2025.03.31 18:00:42.891169 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'snowflakeIDToDateTime64'. Expected: UInt64, got: String: In scope SELECT snowflakeIDToDateTime64(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:42.922720 [ 3914 ] {7b623387-9e32-4ee2-895c-b22217537656} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'snowflakeToDateTime'. Expected: Int64, got: String: In scope SELECT snowflakeToDateTime(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT snowflakeToDateTime('');) 2025.03.31 18:00:42.931617 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'snowflakeToDateTime'. Expected: Int64, got: String: In scope SELECT snowflakeToDateTime(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:42.958344 [ 867 ] {} test_pq33qmta.rmt2 (bff322b7-1a07-4d3c-9125-a7de4ff4e47b): Detached 0 parts covered by broken part all_0_0_0: 2025.03.31 18:00:42.962473 [ 3914 ] {a36aac13-3652-4bc2-ab9f-d2171a53666c} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'snowflakeToDateTime64'. Expected: Int64, got: String: In scope SELECT snowflakeToDateTime64(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT snowflakeToDateTime64('');) 2025.03.31 18:00:42.971363 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'snowflakeToDateTime64'. Expected: Int64, got: String: In scope SELECT snowflakeToDateTime64(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:43.040590 [ 1078 ] {} ZeroCopyLocks: Replacing persistent lock with ephemeral for path /clickhouse/zero_copy/zero_copy_s3/50645b4f-044e-45f7-a0dd-d9b5ce6fc66b/all_0_0_0/s3_amx_pizyjwoboqnuemlqmzahcylxyhaky/2. It can happen only in case of local part loss 2025.03.31 18:00:43.069571 [ 3914 ] {a476f6d0-8a7b-4245-8a9c-4bba4368e7bc} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'n' to function 'space'. Expected: Integer, got: String: In scope SELECT space(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT space('');) 2025.03.31 18:00:43.082180 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'n' to function 'space'. Expected: Integer, got: String: In scope SELECT space(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:43.112347 [ 3914 ] {3f7cfe01-c0ae-46e8-80cc-a7c75e41a9b1} executeQuery: Code: 42. DB::Exception: Aggregate function sparkbar requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT sparkBar('');) 2025.03.31 18:00:43.121023 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function sparkbar requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:43.156174 [ 3914 ] {3ebe17fa-419f-4796-b00a-3c998990e975} executeQuery: Code: 42. DB::Exception: Aggregate function sparkbar requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT sparkbar('');) 2025.03.31 18:00:43.165049 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function sparkbar requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:43.268595 [ 3914 ] {7e1daa49-6b41-4d73-9b9d-e18014781f73} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'splitByChar'. Expected 2 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT splitByChar(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT splitByChar('');) 2025.03.31 18:00:43.278623 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'splitByChar'. Expected 2 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT splitByChar(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:43.383553 [ 3914 ] {697a4ff5-80e5-4ddf-9b8c-cd0aa1786ea4} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'splitByRegexp'. Expected 2 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT splitByRegexp(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT splitByRegexp('');) 2025.03.31 18:00:43.392447 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'splitByRegexp'. Expected 2 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT splitByRegexp(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:43.422095 [ 3914 ] {8f3cb8ba-fcad-40ff-9d0b-2eb622159428} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'splitByString'. Expected 2 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT splitByString(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT splitByString('');) 2025.03.31 18:00:43.434407 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'splitByString'. Expected 2 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT splitByString(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:43.541240 [ 3914 ] {1e6bb1f8-608a-4d2e-afe5-f62bf90e99d7} executeQuery: Code: 43. DB::Exception: Argument 0 for function sqidEncode must have datatype UInt*, given type: String.: In scope SELECT sqid(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT sqid('');) 2025.03.31 18:00:43.552384 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Argument 0 for function sqidEncode must have datatype UInt*, given type: String.: In scope SELECT sqid(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:43.671025 [ 3914 ] {f9d6cf9f-a265-4d3e-bee9-546cfb0b64cd} executeQuery: Code: 43. DB::Exception: Argument 0 for function sqidEncode must have datatype UInt*, given type: String.: In scope SELECT sqidEncode(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT sqidEncode('');) 2025.03.31 18:00:43.681431 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Argument 0 for function sqidEncode must have datatype UInt*, given type: String.: In scope SELECT sqidEncode(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:43.711651 [ 3914 ] {d5e3737b-53dc-415a-a709-50eade686b9a} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function sqrt: In scope SELECT sqrt(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT sqrt('');) 2025.03.31 18:00:43.720520 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function sqrt: In scope SELECT sqrt(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:43.752571 [ 3914 ] {426277b1-c083-403e-90aa-e7e39736a1fd} executeQuery: Code: 42. DB::Exception: Number of arguments for function startsWith doesn't match: passed 1, should be 2: In scope SELECT startsWith(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT startsWith('');) 2025.03.31 18:00:43.762177 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function startsWith doesn't match: passed 1, should be 2: In scope SELECT startsWith(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:43.793207 [ 3914 ] {b30b4b4b-7c93-4b91-afa4-8b26d1798fc1} executeQuery: Code: 42. DB::Exception: Number of arguments for function startsWithUTF8 doesn't match: passed 1, should be 2: In scope SELECT startsWithUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT startsWithUTF8('');) 2025.03.31 18:00:43.803394 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function startsWithUTF8 doesn't match: passed 1, should be 2: In scope SELECT startsWithUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:43.832719 [ 3914 ] {29094cac-ee26-462c-ba60-6c14632144ce} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function stddevPop. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT stddevPop('');) 2025.03.31 18:00:43.841408 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function stddevPop. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:43.906800 [ 3914 ] {ea12241d-13ab-43cd-89f4-881f1f544ba3} executeQuery: Code: 48. DB::Exception: Method getFloat64 is not supported for String: While executing AggregatingTransform. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT stddevPopStable('');) 2025.03.31 18:00:43.920906 [ 3914 ] {} TCPHandler: Code: 48. DB::Exception: Method getFloat64 is not supported for String: While executing AggregatingTransform. (NOT_IMPLEMENTED) 2025.03.31 18:00:43.949415 [ 3914 ] {83d32182-c27a-4d3e-9a7d-1f1335496942} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function stddevSamp. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT stddevSamp('');) 2025.03.31 18:00:43.958000 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function stddevSamp. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:44.023115 [ 3914 ] {9111851b-31d1-4041-89dd-fad04ff33ec2} executeQuery: Code: 48. DB::Exception: Method getFloat64 is not supported for String: While executing AggregatingTransform. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT stddevSampStable('');) 2025.03.31 18:00:44.037830 [ 3914 ] {} TCPHandler: Code: 48. DB::Exception: Method getFloat64 is not supported for String: While executing AggregatingTransform. (NOT_IMPLEMENTED) 2025.03.31 18:00:44.067864 [ 3914 ] {bc4b0d6f-2065-4a0c-aa65-59575f6a94f7} executeQuery: Code: 344. DB::Exception: Natural language processing function 'stem' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT stem('');) 2025.03.31 18:00:44.076463 [ 3914 ] {} TCPHandler: Code: 344. DB::Exception: Natural language processing function 'stem' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) 2025.03.31 18:00:44.107421 [ 3914 ] {450cbedf-3b81-41f0-b0c5-2bfe42eac1bb} executeQuery: Code: 35. DB::Exception: Aggregate function stochasticLinearRegression requires at least two arguments: target and model's parameters. (TOO_FEW_ARGUMENTS_FOR_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT stochasticLinearRegression('');) 2025.03.31 18:00:44.116058 [ 3914 ] {} TCPHandler: Code: 35. DB::Exception: Aggregate function stochasticLinearRegression requires at least two arguments: target and model's parameters. (TOO_FEW_ARGUMENTS_FOR_FUNCTION) 2025.03.31 18:00:44.144978 [ 3914 ] {fc679e6a-c2ed-4fe5-b24a-84e93339c476} executeQuery: Code: 35. DB::Exception: Aggregate function stochasticLogisticRegression requires at least two arguments: target and model's parameters. (TOO_FEW_ARGUMENTS_FOR_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT stochasticLogisticRegression('');) 2025.03.31 18:00:44.153532 [ 3914 ] {} TCPHandler: Code: 35. DB::Exception: Aggregate function stochasticLogisticRegression requires at least two arguments: target and model's parameters. (TOO_FEW_ARGUMENTS_FOR_FUNCTION) 2025.03.31 18:00:44.333546 [ 3914 ] {656d8efa-5a57-44e5-8163-907e5d4237ca} executeQuery: Code: 42. DB::Exception: Number of arguments for function stringJaccardIndex doesn't match: passed 1, should be 2: In scope SELECT stringJaccardIndex(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT stringJaccardIndex('');) 2025.03.31 18:00:44.345244 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function stringJaccardIndex doesn't match: passed 1, should be 2: In scope SELECT stringJaccardIndex(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:44.376091 [ 3914 ] {e588a954-fd47-45b3-9872-638814a43f65} executeQuery: Code: 42. DB::Exception: Number of arguments for function stringJaccardIndexUTF8 doesn't match: passed 1, should be 2: In scope SELECT stringJaccardIndexUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT stringJaccardIndexUTF8('');) 2025.03.31 18:00:44.384637 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function stringJaccardIndexUTF8 doesn't match: passed 1, should be 2: In scope SELECT stringJaccardIndexUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:44.413270 [ 3914 ] {1a16f13c-f8c5-4ae2-af91-e2df519f0fbd} executeQuery: Code: 43. DB::Exception: Invalid H3 index: in function stringToH3: In scope SELECT stringToH3(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT stringToH3('');) 2025.03.31 18:00:44.423519 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Invalid H3 index: in function stringToH3: In scope SELECT stringToH3(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:44.455141 [ 3914 ] {4f7a4ba9-e665-45bb-b55e-f14b036aac4c} executeQuery: Code: 62. DB::Exception: Empty query: In scope SELECT structureToCapnProtoSchema(''). (SYNTAX_ERROR) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT structureToCapnProtoSchema('');) 2025.03.31 18:00:44.464036 [ 3914 ] {} TCPHandler: Code: 62. DB::Exception: Empty query: In scope SELECT structureToCapnProtoSchema(''). (SYNTAX_ERROR) 2025.03.31 18:00:44.495143 [ 3914 ] {0122389e-6043-426d-86ba-8de0a0792df6} executeQuery: Code: 62. DB::Exception: Empty query: In scope SELECT structureToProtobufSchema(''). (SYNTAX_ERROR) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT structureToProtobufSchema('');) 2025.03.31 18:00:44.504613 [ 3914 ] {} TCPHandler: Code: 62. DB::Exception: Empty query: In scope SELECT structureToProtobufSchema(''). (SYNTAX_ERROR) 2025.03.31 18:00:44.533906 [ 3914 ] {30aa0c30-2567-473c-bd65-88ebbdcc1e55} executeQuery: Code: 42. DB::Exception: Aggregate function studentTTest requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT studentTTest('');) 2025.03.31 18:00:44.542672 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function studentTTest requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:44.573326 [ 3914 ] {914e0a68-04e0-43ba-9237-223d9dfb735e} executeQuery: Code: 42. DB::Exception: Number of arguments for function subBitmap doesn't match: passed 1, should be 3: In scope SELECT subBitmap(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT subBitmap('');) 2025.03.31 18:00:44.582281 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function subBitmap doesn't match: passed 1, should be 3: In scope SELECT subBitmap(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:44.613026 [ 3914 ] {800675c1-01a1-4216-84bc-b47ec1f4a81b} executeQuery: Code: 42. DB::Exception: Number of arguments for function subDate doesn't match: passed 1, should be 2: In scope SELECT subDate(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT subDate('');) 2025.03.31 18:00:44.622263 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function subDate doesn't match: passed 1, should be 2: In scope SELECT subDate(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:44.655681 [ 3914 ] {0d0d670a-259e-40b3-bf4f-e02873467d35} executeQuery: Code: 42. DB::Exception: Number of arguments for function substring doesn't match: passed 1, should be 2 or 3: In scope SELECT substr(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT substr('');) 2025.03.31 18:00:44.664632 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function substring doesn't match: passed 1, should be 2 or 3: In scope SELECT substr(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:44.697088 [ 3914 ] {2f2f700d-3927-4f2c-8b4e-3e5d662febd9} executeQuery: Code: 42. DB::Exception: Number of arguments for function substringIndex doesn't match: passed 1, should be 3: In scope SELECT substringIndex(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT substringIndex('');) 2025.03.31 18:00:44.706495 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function substringIndex doesn't match: passed 1, should be 3: In scope SELECT substringIndex(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:44.734554 [ 3914 ] {90dbb168-e09a-493c-bccc-ca44a8c7b2b8} executeQuery: Code: 42. DB::Exception: Number of arguments for function substringIndexUTF8 doesn't match: passed 1, should be 3: In scope SELECT substringIndexUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT substringIndexUTF8('');) 2025.03.31 18:00:44.743339 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function substringIndexUTF8 doesn't match: passed 1, should be 3: In scope SELECT substringIndexUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:44.769424 [ 3914 ] {29f4a563-eee9-41cc-bab8-f98f6a24f10e} executeQuery: Code: 42. DB::Exception: Number of arguments for function substringUTF8 doesn't match: passed 1, should be 2 or 3: In scope SELECT substringUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT substringUTF8('');) 2025.03.31 18:00:44.777425 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function substringUTF8 doesn't match: passed 1, should be 2 or 3: In scope SELECT substringUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:44.804982 [ 3914 ] {51ac7b97-b975-426f-8d33-4b1e522273a1} executeQuery: Code: 42. DB::Exception: Number of arguments for function subtractDays doesn't match: passed 1, should be 2 or 3: In scope SELECT subtractDays(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT subtractDays('');) 2025.03.31 18:00:44.813551 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function subtractDays doesn't match: passed 1, should be 2 or 3: In scope SELECT subtractDays(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:44.843401 [ 3914 ] {d6ebdef1-3f51-4a83-9ff3-065e9bf3c84b} executeQuery: Code: 42. DB::Exception: Number of arguments for function subtractHours doesn't match: passed 1, should be 2 or 3: In scope SELECT subtractHours(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT subtractHours('');) 2025.03.31 18:00:44.852174 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function subtractHours doesn't match: passed 1, should be 2 or 3: In scope SELECT subtractHours(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:44.881837 [ 3914 ] {282821e8-ad2f-45e2-96b9-fda2cf3a4a72} executeQuery: Code: 42. DB::Exception: Number of arguments for function subtractInterval doesn't match: passed 1, should be 2: In scope SELECT subtractInterval(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT subtractInterval('');) 2025.03.31 18:00:44.890677 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function subtractInterval doesn't match: passed 1, should be 2: In scope SELECT subtractInterval(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:44.920193 [ 3914 ] {de1a6582-5c86-4c95-a5ca-376a6b49d6a6} executeQuery: Code: 42. DB::Exception: Number of arguments for function subtractMicroseconds doesn't match: passed 1, should be 2 or 3: In scope SELECT subtractMicroseconds(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT subtractMicroseconds('');) 2025.03.31 18:00:44.928998 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function subtractMicroseconds doesn't match: passed 1, should be 2 or 3: In scope SELECT subtractMicroseconds(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:44.958215 [ 3914 ] {d3b7467b-5b98-43e7-a9ca-238b80019dc3} executeQuery: Code: 42. DB::Exception: Number of arguments for function subtractMilliseconds doesn't match: passed 1, should be 2 or 3: In scope SELECT subtractMilliseconds(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT subtractMilliseconds('');) 2025.03.31 18:00:44.973837 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function subtractMilliseconds doesn't match: passed 1, should be 2 or 3: In scope SELECT subtractMilliseconds(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:45.006847 [ 3914 ] {11e2015f-82f4-4891-a1b8-806e1fef9f8b} executeQuery: Code: 42. DB::Exception: Number of arguments for function subtractMinutes doesn't match: passed 1, should be 2 or 3: In scope SELECT subtractMinutes(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT subtractMinutes('');) 2025.03.31 18:00:45.015760 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function subtractMinutes doesn't match: passed 1, should be 2 or 3: In scope SELECT subtractMinutes(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:45.046529 [ 3914 ] {ea7a0dae-336b-4499-b5a9-bdee52bbaf6d} executeQuery: Code: 42. DB::Exception: Number of arguments for function subtractMonths doesn't match: passed 1, should be 2 or 3: In scope SELECT subtractMonths(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT subtractMonths('');) 2025.03.31 18:00:45.055564 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function subtractMonths doesn't match: passed 1, should be 2 or 3: In scope SELECT subtractMonths(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:45.088423 [ 3914 ] {a3ba6d01-cb4e-463d-99b3-4ce638e64259} executeQuery: Code: 42. DB::Exception: Number of arguments for function subtractNanoseconds doesn't match: passed 1, should be 2 or 3: In scope SELECT subtractNanoseconds(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT subtractNanoseconds('');) 2025.03.31 18:00:45.097588 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function subtractNanoseconds doesn't match: passed 1, should be 2 or 3: In scope SELECT subtractNanoseconds(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:45.129409 [ 3914 ] {8fdc73a1-73d1-4792-bdd4-adf020c50bb3} executeQuery: Code: 42. DB::Exception: Number of arguments for function subtractQuarters doesn't match: passed 1, should be 2 or 3: In scope SELECT subtractQuarters(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT subtractQuarters('');) 2025.03.31 18:00:45.142716 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function subtractQuarters doesn't match: passed 1, should be 2 or 3: In scope SELECT subtractQuarters(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:45.170466 [ 3914 ] {5bca11df-9c64-4b95-a05c-31df3ecfb0e1} executeQuery: Code: 42. DB::Exception: Number of arguments for function subtractSeconds doesn't match: passed 1, should be 2 or 3: In scope SELECT subtractSeconds(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT subtractSeconds('');) 2025.03.31 18:00:45.178634 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function subtractSeconds doesn't match: passed 1, should be 2 or 3: In scope SELECT subtractSeconds(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:45.209619 [ 3914 ] {2194e95f-f2fb-4875-926f-70c89cd2fe2d} executeQuery: Code: 42. DB::Exception: Number of arguments for function subtractTupleOfIntervals doesn't match: passed 1, should be 2: In scope SELECT subtractTupleOfIntervals(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT subtractTupleOfIntervals('');) 2025.03.31 18:00:45.218102 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function subtractTupleOfIntervals doesn't match: passed 1, should be 2: In scope SELECT subtractTupleOfIntervals(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:45.249223 [ 3914 ] {69e93bcd-8309-4684-941a-9677a9cb1ba6} executeQuery: Code: 42. DB::Exception: Number of arguments for function subtractWeeks doesn't match: passed 1, should be 2 or 3: In scope SELECT subtractWeeks(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT subtractWeeks('');) 2025.03.31 18:00:45.263655 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function subtractWeeks doesn't match: passed 1, should be 2 or 3: In scope SELECT subtractWeeks(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:45.293216 [ 3914 ] {a8b886be-caf2-4474-8f09-4eb0fd7adb86} executeQuery: Code: 42. DB::Exception: Number of arguments for function subtractYears doesn't match: passed 1, should be 2 or 3: In scope SELECT subtractYears(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT subtractYears('');) 2025.03.31 18:00:45.302908 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function subtractYears doesn't match: passed 1, should be 2 or 3: In scope SELECT subtractYears(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:45.332349 [ 3914 ] {db17c63f-a75f-4dab-a30a-52c84e1c03bd} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function sum. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT sum('');) 2025.03.31 18:00:45.342864 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function sum. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:45.370825 [ 3914 ] {03e8be3e-ef9a-452b-9134-c5d88ea0568b} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function sumCount. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT sumCount('');) 2025.03.31 18:00:45.380883 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function sumCount. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:45.406950 [ 3914 ] {c3922b55-4f30-49de-89fa-aefaa7243e62} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function sumKahan. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT sumKahan('');) 2025.03.31 18:00:45.416528 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function sumKahan. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:45.440002 [ 3914 ] {b33c3277-85cc-43fc-8d63-ad5a330dce23} executeQuery: Code: 43. DB::Exception: When function sumMapFiltered gets one argument it must be a tuple. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT sumMapFiltered('');) 2025.03.31 18:00:45.450136 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: When function sumMapFiltered gets one argument it must be a tuple. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:45.480550 [ 3914 ] {6eed39c8-22bc-470e-9fdf-c42018c4a6ef} executeQuery: Code: 43. DB::Exception: When function sumMapFilteredWithOverflow gets one argument it must be a tuple. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT sumMapFilteredWithOverflow('');) 2025.03.31 18:00:45.492432 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: When function sumMapFilteredWithOverflow gets one argument it must be a tuple. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:45.523709 [ 3914 ] {eed0aa66-bd42-4e17-b51b-9f209f36c917} executeQuery: Code: 43. DB::Exception: When function sumMapWithOverflow gets one argument it must be a tuple. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT sumMapWithOverflow('');) 2025.03.31 18:00:45.535849 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: When function sumMapWithOverflow gets one argument it must be a tuple. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:45.567151 [ 3914 ] {97007184-a244-42eb-939a-ed48b9e2ab43} executeQuery: Code: 43. DB::Exception: When function sumMappedArrays gets one argument it must be a tuple. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT sumMappedArrays('');) 2025.03.31 18:00:45.576311 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: When function sumMappedArrays gets one argument it must be a tuple. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:45.606384 [ 3914 ] {2edfd6d3-ca66-4e28-8da4-2b6a45becef9} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function sumWithOverflow. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT sumWithOverflow('');) 2025.03.31 18:00:45.615457 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function sumWithOverflow. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:45.661740 [ 3914 ] {e6ff85ef-a8a8-4806-9805-2ddac5a884b7} executeQuery: Code: 36. DB::Exception: Unknown geometry type String: In scope SELECT svg(''). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT svg('');) 2025.03.31 18:00:45.672876 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: Unknown geometry type String: In scope SELECT svg(''). (BAD_ARGUMENTS) 2025.03.31 18:00:45.701747 [ 3914 ] {6b925b90-f316-48ed-961d-0f82c3ccb9fc} executeQuery: Code: 344. DB::Exception: Natural language processing function 'synonyms' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT synonyms('');) 2025.03.31 18:00:45.712628 [ 3914 ] {} TCPHandler: Code: 344. DB::Exception: Natural language processing function 'synonyms' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) 2025.03.31 18:00:45.744974 [ 3914 ] {5cddf86c-c26d-447e-872d-4068ec58ee44} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function tan: In scope SELECT tan(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT tan('');) 2025.03.31 18:00:45.754391 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function tan: In scope SELECT tan(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:45.785794 [ 3914 ] {4f2f9c52-6164-44a4-921b-fdfd83bec5ad} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function tanh: In scope SELECT tanh(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT tanh('');) 2025.03.31 18:00:45.794713 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function tanh: In scope SELECT tanh(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:45.823595 [ 3914 ] {365476b5-191d-477e-bec9-5820be2a98f1} executeQuery: Code: 42. DB::Exception: Number of arguments for function tcpPort doesn't match: passed 1, should be 0: In scope SELECT tcpPort(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT tcpPort('');) 2025.03.31 18:00:45.832201 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tcpPort doesn't match: passed 1, should be 0: In scope SELECT tcpPort(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:45.861368 [ 3914 ] {efe9e53c-e3ea-485d-a4a8-f583e1c054e5} executeQuery: Code: 42. DB::Exception: Number of arguments for function test_function doesn't match: passed 1, should be 2: In scope SELECT test_function(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT test_function('');) 2025.03.31 18:00:45.870661 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function test_function doesn't match: passed 1, should be 2: In scope SELECT test_function(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:45.898193 [ 3914 ] {3f0bd4ca-375c-4172-84a1-e60131b044fa} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function tgamma: In scope SELECT tgamma(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT tgamma('');) 2025.03.31 18:00:45.906295 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function tgamma: In scope SELECT tgamma(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:45.933210 [ 3914 ] {ac27ae80-f015-4b61-98d4-4597e333211a} executeQuery: Code: 42. DB::Exception: Aggregate function theilsU requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT theilsU('');) 2025.03.31 18:00:45.941192 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function theilsU requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:45.968463 [ 3914 ] {dbb7beec-e44d-4368-94ad-70270856b366} executeQuery: Code: 43. DB::Exception: First argument of function throwIf must be a number (passed: String): In scope SELECT throwIf(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT throwIf('');) 2025.03.31 18:00:45.977942 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function throwIf must be a number (passed: String): In scope SELECT throwIf(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:46.009419 [ 3914 ] {c0fd0444-57b4-42d2-9dc1-0f7c56d4f519} executeQuery: Code: 42. DB::Exception: Number of arguments for function tid doesn't match: passed 1, should be 0: In scope SELECT tid(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT tid('');) 2025.03.31 18:00:46.018256 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tid doesn't match: passed 1, should be 0: In scope SELECT tid(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:46.049248 [ 3914 ] {99a0583b-2182-4f94-95da-00b98d4642b9} executeQuery: Code: 42. DB::Exception: Number of arguments for function timeDiff doesn't match: passed 1, should be 2: In scope SELECT timeDiff(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT timeDiff('');) 2025.03.31 18:00:46.058029 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function timeDiff doesn't match: passed 1, should be 2: In scope SELECT timeDiff(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:46.087081 [ 3914 ] {192ab402-b2c6-45cc-adf8-cbeb857d8f08} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function timeSlot. Should be Date, Date32, DateTime or DateTime64: In scope SELECT timeSlot(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT timeSlot('');) 2025.03.31 18:00:46.095605 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function timeSlot. Should be Date, Date32, DateTime or DateTime64: In scope SELECT timeSlot(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:46.125169 [ 3914 ] {84384948-d74f-4781-968d-1ce916b85044} executeQuery: Code: 42. DB::Exception: Number of arguments for function timeSlots doesn't match: passed 1, should be 2 or 3: In scope SELECT timeSlots(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT timeSlots('');) 2025.03.31 18:00:46.134242 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function timeSlots doesn't match: passed 1, should be 2 or 3: In scope SELECT timeSlots(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:46.162666 [ 3914 ] {f5fef80a-bc5a-45e6-b985-37df6e915279} executeQuery: Code: 42. DB::Exception: Number of arguments for function timezone doesn't match: passed 1, should be 0: In scope SELECT timeZone(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT timeZone('');) 2025.03.31 18:00:46.171878 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function timezone doesn't match: passed 1, should be 0: In scope SELECT timeZone(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:46.201937 [ 3914 ] {b7834c92-37f3-4f96-a171-498bd661a2c3} executeQuery: Code: 36. DB::Exception: Bad argument for function timezoneOf, should be DateTime or DateTime64: In scope SELECT timeZoneOf(''). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT timeZoneOf('');) 2025.03.31 18:00:46.210802 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: Bad argument for function timezoneOf, should be DateTime or DateTime64: In scope SELECT timeZoneOf(''). (BAD_ARGUMENTS) 2025.03.31 18:00:46.240564 [ 3914 ] {cac36690-d2dc-4046-afac-76af494cac50} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function timezoneOffset. Should be Date, Date32, DateTime or DateTime64: In scope SELECT timeZoneOffset(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT timeZoneOffset('');) 2025.03.31 18:00:46.249043 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function timezoneOffset. Should be Date, Date32, DateTime or DateTime64: In scope SELECT timeZoneOffset(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:46.277830 [ 3914 ] {c74f47c3-d55d-4ce5-87a1-c9c9aa27f86b} executeQuery: Code: 42. DB::Exception: Number of arguments for function toStartOfInterval doesn't match: passed 1, must be 2, 3 or 4: In scope SELECT time_bucket(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT time_bucket('');) 2025.03.31 18:00:46.286170 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toStartOfInterval doesn't match: passed 1, must be 2, 3 or 4: In scope SELECT time_bucket(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:46.380330 [ 3914 ] {46ba7f8f-0306-42bf-b5ad-cf087a7ab11b} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'dateDiff'. Expected 3 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT dateDiff(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT timestampDiff('');) 2025.03.31 18:00:46.389168 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'dateDiff'. Expected 3 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT dateDiff(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:46.419723 [ 3914 ] {5b8e24ab-5f42-41e4-bb99-ef8748705051} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'dateDiff'. Expected 3 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT dateDiff(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT timestamp_diff('');) 2025.03.31 18:00:46.428489 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'dateDiff'. Expected 3 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT dateDiff(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:46.458109 [ 3914 ] {786f67b2-46e0-4f3a-91cf-02777f354305} executeQuery: Code: 42. DB::Exception: Number of arguments for function timezone doesn't match: passed 1, should be 0: In scope SELECT timezone(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT timezone('');) 2025.03.31 18:00:46.467042 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function timezone doesn't match: passed 1, should be 0: In scope SELECT timezone(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:46.498853 [ 3914 ] {2ea1a91b-ae2c-480d-ae8b-0f06ada7b27f} executeQuery: Code: 36. DB::Exception: Bad argument for function timezoneOf, should be DateTime or DateTime64: In scope SELECT timezoneOf(''). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT timezoneOf('');) 2025.03.31 18:00:46.508006 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: Bad argument for function timezoneOf, should be DateTime or DateTime64: In scope SELECT timezoneOf(''). (BAD_ARGUMENTS) 2025.03.31 18:00:46.537964 [ 3914 ] {cf9e5af3-d353-4e9c-9436-d7289ff25705} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function timezoneOffset. Should be Date, Date32, DateTime or DateTime64: In scope SELECT timezoneOffset(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT timezoneOffset('');) 2025.03.31 18:00:46.546911 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function timezoneOffset. Should be Date, Date32, DateTime or DateTime64: In scope SELECT timezoneOffset(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:46.575608 [ 3914 ] {f40bce15-1ccd-4d6e-83cd-6ee80d2d0449} executeQuery: Code: 72. DB::Exception: Cannot read floating point value: Cannot parse BFloat16 from String: In scope SELECT toBFloat16(''). (CANNOT_PARSE_NUMBER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toBFloat16('');) 2025.03.31 18:00:46.584172 [ 3914 ] {} TCPHandler: Code: 72. DB::Exception: Cannot read floating point value: Cannot parse BFloat16 from String: In scope SELECT toBFloat16(''). (CANNOT_PARSE_NUMBER) 2025.03.31 18:00:46.770763 [ 3914 ] {0f7072ba-0d8b-47d2-8d04-663449a160b0} executeQuery: Code: 467. DB::Exception: Expected boolean value but get EOF.: In scope SELECT toBool(''). (CANNOT_PARSE_BOOL) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toBool('');) 2025.03.31 18:00:46.782614 [ 3914 ] {} TCPHandler: Code: 467. DB::Exception: Expected boolean value but get EOF.: In scope SELECT toBool(''). (CANNOT_PARSE_BOOL) 2025.03.31 18:00:46.876415 [ 3914 ] {87922039-ecad-466f-b00a-3e0c381955a1} executeQuery: Code: 38. DB::Exception: Cannot parse date: value is too short: Cannot parse Date from String: In scope SELECT toDate(''). (CANNOT_PARSE_DATE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toDate('');) 2025.03.31 18:00:46.884949 [ 3914 ] {} TCPHandler: Code: 38. DB::Exception: Cannot parse date: value is too short: Cannot parse Date from String: In scope SELECT toDate(''). (CANNOT_PARSE_DATE) 2025.03.31 18:00:46.927415 [ 3914 ] {f7eadc37-8363-48c7-9a96-f363a31d7019} executeQuery: Code: 38. DB::Exception: Cannot parse date: value is too short: Cannot parse Date32 from String: In scope SELECT toDate32(''). (CANNOT_PARSE_DATE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toDate32('');) 2025.03.31 18:00:46.937546 [ 3914 ] {} TCPHandler: Code: 38. DB::Exception: Cannot parse date: value is too short: Cannot parse Date32 from String: In scope SELECT toDate32(''). (CANNOT_PARSE_DATE) 2025.03.31 18:00:47.370198 [ 3914 ] {e14f02d9-830d-4b83-840d-181ad6a90658} executeQuery: Code: 41. DB::Exception: Cannot parse DateTime: Cannot parse DateTime from String: In scope SELECT toDateTime(''). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toDateTime('');) 2025.03.31 18:00:47.378218 [ 3914 ] {} TCPHandler: Code: 41. DB::Exception: Cannot parse DateTime: Cannot parse DateTime from String: In scope SELECT toDateTime(''). (CANNOT_PARSE_DATETIME) 2025.03.31 18:00:47.406611 [ 3914 ] {6e6d5b7d-fe64-4098-8811-b6e1a49af3fd} executeQuery: Code: 41. DB::Exception: Cannot parse DateTime: Cannot parse DateTime from String: In scope SELECT toDateTime32(''). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toDateTime32('');) 2025.03.31 18:00:47.414572 [ 3914 ] {} TCPHandler: Code: 41. DB::Exception: Cannot parse DateTime: Cannot parse DateTime from String: In scope SELECT toDateTime32(''). (CANNOT_PARSE_DATETIME) 2025.03.31 18:00:47.441580 [ 3914 ] {b60e3805-fefe-4e2e-89af-7a939a4c187f} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDateTime64'. Expected 2 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT toDateTime64(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toDateTime64('');) 2025.03.31 18:00:47.449688 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDateTime64'. Expected 2 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT toDateTime64(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:47.478064 [ 3914 ] {39b044ed-3819-4ac9-9e87-bf57cf1214b0} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDateTime64OrDefault'. Expected 2 mandatory arguments and 2 optional arguments, got 1 argument: In scope SELECT toDateTime64OrDefault(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toDateTime64OrDefault('');) 2025.03.31 18:00:47.486950 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDateTime64OrDefault'. Expected 2 mandatory arguments and 2 optional arguments, got 1 argument: In scope SELECT toDateTime64OrDefault(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:47.868105 [ 3914 ] {60cef231-a676-4d80-973b-5276de36cecb} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toDayOfMonth. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toDayOfMonth(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toDayOfMonth('');) 2025.03.31 18:00:47.876955 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toDayOfMonth. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toDayOfMonth(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:47.908268 [ 3914 ] {5d0c7cd0-8909-4d6d-81bd-4048a52a3a51} executeQuery: Code: 41. DB::Exception: Cannot read DateTime: neither Date nor Time was parsed successfully: In scope SELECT toDayOfWeek(''). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toDayOfWeek('');) 2025.03.31 18:00:47.917363 [ 3914 ] {} TCPHandler: Code: 41. DB::Exception: Cannot read DateTime: neither Date nor Time was parsed successfully: In scope SELECT toDayOfWeek(''). (CANNOT_PARSE_DATETIME) 2025.03.31 18:00:47.948760 [ 3914 ] {ebcec5f0-3044-4e7c-91fe-43b03c094168} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toDayOfYear. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toDayOfYear(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toDayOfYear('');) 2025.03.31 18:00:47.957668 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toDayOfYear. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toDayOfYear(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:47.984594 [ 3914 ] {5a0837ae-a498-4dca-a08f-9ac0a7285648} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toDaysSinceYearZero. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toDaysSinceYearZero(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toDaysSinceYearZero('');) 2025.03.31 18:00:47.992451 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toDaysSinceYearZero. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toDaysSinceYearZero(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:48.019058 [ 3914 ] {addef6d2-c1aa-4368-a0e6-b181e78b5dcc} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDecimal128'. Expected 2 arguments, got 1 argument: In scope SELECT toDecimal128(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toDecimal128('');) 2025.03.31 18:00:48.026022 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDecimal128'. Expected 2 arguments, got 1 argument: In scope SELECT toDecimal128(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:48.055270 [ 3914 ] {2260e6a5-2e40-4eee-ade4-f18bff4c1f7d} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDecimal128OrDefault'. Expected 2 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT toDecimal128OrDefault(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toDecimal128OrDefault('');) 2025.03.31 18:00:48.062870 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDecimal128OrDefault'. Expected 2 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT toDecimal128OrDefault(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:48.091246 [ 3914 ] {71c26655-858a-4366-bbfb-33165fe28162} executeQuery: Code: 42. DB::Exception: Number of arguments for function toDecimal128OrNull doesn't match: passed 1, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDecimal128OrNull(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toDecimal128OrNull('');) 2025.03.31 18:00:48.099346 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toDecimal128OrNull doesn't match: passed 1, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDecimal128OrNull(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:48.126435 [ 3914 ] {41e477fe-ea0a-47fb-98ab-c49fdcaa5177} executeQuery: Code: 42. DB::Exception: Number of arguments for function toDecimal128OrZero doesn't match: passed 1, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDecimal128OrZero(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toDecimal128OrZero('');) 2025.03.31 18:00:48.133835 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toDecimal128OrZero doesn't match: passed 1, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDecimal128OrZero(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:48.159652 [ 3914 ] {02915b87-2628-4f92-8250-f66587ff4fae} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDecimal256'. Expected 2 arguments, got 1 argument: In scope SELECT toDecimal256(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toDecimal256('');) 2025.03.31 18:00:48.166779 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDecimal256'. Expected 2 arguments, got 1 argument: In scope SELECT toDecimal256(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:48.193811 [ 3914 ] {faa7e4a9-d361-40b8-b874-c01e2eb998ef} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDecimal256OrDefault'. Expected 2 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT toDecimal256OrDefault(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toDecimal256OrDefault('');) 2025.03.31 18:00:48.202981 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDecimal256OrDefault'. Expected 2 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT toDecimal256OrDefault(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:48.231558 [ 3914 ] {83ee3133-83bb-45f1-b756-7df41b0013ac} executeQuery: Code: 42. DB::Exception: Number of arguments for function toDecimal256OrNull doesn't match: passed 1, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDecimal256OrNull(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toDecimal256OrNull('');) 2025.03.31 18:00:48.239745 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toDecimal256OrNull doesn't match: passed 1, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDecimal256OrNull(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:48.268313 [ 3914 ] {8c890888-5a22-48f6-ba3c-68477b5697f2} executeQuery: Code: 42. DB::Exception: Number of arguments for function toDecimal256OrZero doesn't match: passed 1, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDecimal256OrZero(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toDecimal256OrZero('');) 2025.03.31 18:00:48.276717 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toDecimal256OrZero doesn't match: passed 1, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDecimal256OrZero(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:48.304396 [ 3914 ] {39d20b2f-daa6-4877-a588-f8b8d0e2ee02} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDecimal32'. Expected 2 arguments, got 1 argument: In scope SELECT toDecimal32(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toDecimal32('');) 2025.03.31 18:00:48.312098 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDecimal32'. Expected 2 arguments, got 1 argument: In scope SELECT toDecimal32(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:48.344265 [ 3914 ] {1c5b2892-8d85-4898-99be-21345eb9d8c0} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDecimal32OrDefault'. Expected 2 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT toDecimal32OrDefault(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toDecimal32OrDefault('');) 2025.03.31 18:00:48.352644 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDecimal32OrDefault'. Expected 2 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT toDecimal32OrDefault(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:48.381115 [ 3914 ] {33c51e6c-f6a6-4e53-a76f-13100250831c} executeQuery: Code: 42. DB::Exception: Number of arguments for function toDecimal32OrNull doesn't match: passed 1, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDecimal32OrNull(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toDecimal32OrNull('');) 2025.03.31 18:00:48.389051 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toDecimal32OrNull doesn't match: passed 1, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDecimal32OrNull(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:48.416523 [ 3914 ] {7173160f-f11b-414d-bfcc-7a8381d7cf02} executeQuery: Code: 42. DB::Exception: Number of arguments for function toDecimal32OrZero doesn't match: passed 1, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDecimal32OrZero(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toDecimal32OrZero('');) 2025.03.31 18:00:48.424467 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toDecimal32OrZero doesn't match: passed 1, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDecimal32OrZero(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:48.453011 [ 3914 ] {750abdc9-4a9b-48e0-89e7-3c37b30fb10e} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDecimal64'. Expected 2 arguments, got 1 argument: In scope SELECT toDecimal64(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toDecimal64('');) 2025.03.31 18:00:48.461482 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDecimal64'. Expected 2 arguments, got 1 argument: In scope SELECT toDecimal64(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:48.489202 [ 3914 ] {cb5dff7a-6914-49fc-99ba-7693f63ec4e6} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDecimal64OrDefault'. Expected 2 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT toDecimal64OrDefault(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toDecimal64OrDefault('');) 2025.03.31 18:00:48.497343 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDecimal64OrDefault'. Expected 2 mandatory arguments and 1 optional argument, got 1 argument: In scope SELECT toDecimal64OrDefault(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:48.524396 [ 3914 ] {55217b36-3bb6-448d-a5f8-4976cc78f76c} executeQuery: Code: 42. DB::Exception: Number of arguments for function toDecimal64OrNull doesn't match: passed 1, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDecimal64OrNull(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toDecimal64OrNull('');) 2025.03.31 18:00:48.532288 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toDecimal64OrNull doesn't match: passed 1, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDecimal64OrNull(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:48.559398 [ 3914 ] {af0e58a5-490d-44a5-a1d8-4ead5d64e9d7} executeQuery: Code: 42. DB::Exception: Number of arguments for function toDecimal64OrZero doesn't match: passed 1, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDecimal64OrZero(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toDecimal64OrZero('');) 2025.03.31 18:00:48.567424 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toDecimal64OrZero doesn't match: passed 1, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDecimal64OrZero(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:48.594764 [ 3914 ] {6b5d4dca-6d0d-4364-9edd-d66d009cfb26} executeQuery: Code: 42. DB::Exception: Number of arguments for function toDecimalString doesn't match: passed 1, should be 2: In scope SELECT toDecimalString(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toDecimalString('');) 2025.03.31 18:00:48.603906 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toDecimalString doesn't match: passed 1, should be 2: In scope SELECT toDecimalString(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:48.631729 [ 3914 ] {2eb0917d-da44-4438-b3f5-e0021f43e735} executeQuery: Code: 42. DB::Exception: Number of arguments for function toFixedString doesn't match: passed 1, should be 2: In scope SELECT toFixedString(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toFixedString('');) 2025.03.31 18:00:48.639681 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toFixedString doesn't match: passed 1, should be 2: In scope SELECT toFixedString(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:48.668533 [ 3914 ] {44e481ea-3d31-413c-aea0-48db747847c6} executeQuery: Code: 72. DB::Exception: Cannot read floating point value: Cannot parse Float32 from String: In scope SELECT toFloat32(''). (CANNOT_PARSE_NUMBER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toFloat32('');) 2025.03.31 18:00:48.676975 [ 3914 ] {} TCPHandler: Code: 72. DB::Exception: Cannot read floating point value: Cannot parse Float32 from String: In scope SELECT toFloat32(''). (CANNOT_PARSE_NUMBER) 2025.03.31 18:00:48.906766 [ 3914 ] {1518e5e6-985d-4be2-a11f-922a606a5667} executeQuery: Code: 72. DB::Exception: Cannot read floating point value: Cannot parse Float64 from String: In scope SELECT toFloat64(''). (CANNOT_PARSE_NUMBER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toFloat64('');) 2025.03.31 18:00:48.915867 [ 3914 ] {} TCPHandler: Code: 72. DB::Exception: Cannot read floating point value: Cannot parse Float64 from String: In scope SELECT toFloat64(''). (CANNOT_PARSE_NUMBER) 2025.03.31 18:00:49.152394 [ 3914 ] {50704cc0-15a2-4c14-8249-4cbe6cacdc3e} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toHour. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toHour(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toHour('');) 2025.03.31 18:00:49.160506 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toHour. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toHour(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:49.193697 [ 3914 ] {af4587ac-8a29-4eba-a0eb-07b30726a5fe} executeQuery: Code: 675. DB::Exception: Cannot parse IPv4 : Cannot parse IPv4 from String: In scope SELECT toIPv4(''). (CANNOT_PARSE_IPV4) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toIPv4('');) 2025.03.31 18:00:49.203842 [ 3914 ] {} TCPHandler: Code: 675. DB::Exception: Cannot parse IPv4 : Cannot parse IPv4 from String: In scope SELECT toIPv4(''). (CANNOT_PARSE_IPV4) 2025.03.31 18:00:49.429063 [ 3914 ] {edd00f31-4574-4fc9-9597-af393c70b136} executeQuery: Code: 676. DB::Exception: Cannot parse IPv6 : Cannot parse IPv6 from String: In scope SELECT toIPv6(''). (CANNOT_PARSE_IPV6) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toIPv6('');) 2025.03.31 18:00:49.437417 [ 3914 ] {} TCPHandler: Code: 676. DB::Exception: Cannot parse IPv6 : Cannot parse IPv6 from String: In scope SELECT toIPv6(''). (CANNOT_PARSE_IPV6) 2025.03.31 18:00:49.670170 [ 3914 ] {0a66df07-0c64-47d6-8faa-8524a8013a3d} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toISOWeek. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toISOWeek(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toISOWeek('');) 2025.03.31 18:00:49.678447 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toISOWeek. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toISOWeek(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:49.704878 [ 72004 ] {c85b4204-d811-43aa-ab52-f5f6cd002fcc} executeQuery: Code: 183. DB::Exception: Cannot use ORDER BY ALL to sort a column with name 'all', please disable setting `enable_order_by_all` and try again. (UNEXPECTED_EXPRESSION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34366) (comment: 02943_order_by_all.sql) (in query: SELECT a, b, all FROM order_by_all ORDER BY all;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/TreeRewriter.cpp:835: DB::TreeRewriter::analyzeSelect(std::shared_ptr&, DB::TreeRewriterResult&&, DB::SelectQueryOptions const&, std::vector> const&, std::vector> const&, std::shared_ptr) const @ 0x000000003903074d 5. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:750: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr)::$_0::operator()(bool) const @ 0x0000000038544cfd 6. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:921: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000038535ab7 7. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:302: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x0000000038527331 8. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector> const&) @ 0x00000000387a94b9 9. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:165: DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000387a3e1a 10. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x00000000387b810e 11. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:428: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x00000000387b2033 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 18:00:49.706992 [ 3914 ] {eedf3ac1-087f-451a-ba31-37cbb345d39c} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toISOYear. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toISOYear(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toISOYear('');) 2025.03.31 18:00:49.711715 [ 72004 ] {} TCPHandler: Code: 183. DB::Exception: Cannot use ORDER BY ALL to sort a column with name 'all', please disable setting `enable_order_by_all` and try again. (UNEXPECTED_EXPRESSION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/TreeRewriter.cpp:835: DB::TreeRewriter::analyzeSelect(std::shared_ptr&, DB::TreeRewriterResult&&, DB::SelectQueryOptions const&, std::vector> const&, std::vector> const&, std::shared_ptr) const @ 0x000000003903074d 5. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:750: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr)::$_0::operator()(bool) const @ 0x0000000038544cfd 6. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:921: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000038535ab7 7. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:302: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x0000000038527331 8. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector> const&) @ 0x00000000387a94b9 9. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:165: DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000387a3e1a 10. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x00000000387b810e 11. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:428: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x00000000387b2033 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 18:00:49.715627 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toISOYear. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toISOYear(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:49.748690 [ 3914 ] {c1f29f2b-4c42-4a58-b9f7-a3e871e459d4} executeQuery: Code: 32. DB::Exception: Attempt to read after eof: Cannot parse Int128 from String, because value is too short: In scope SELECT toInt128(''). (ATTEMPT_TO_READ_AFTER_EOF) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toInt128('');) 2025.03.31 18:00:49.757020 [ 3914 ] {} TCPHandler: Code: 32. DB::Exception: Attempt to read after eof: Cannot parse Int128 from String, because value is too short: In scope SELECT toInt128(''). (ATTEMPT_TO_READ_AFTER_EOF) 2025.03.31 18:00:49.829204 [ 72004 ] {df641497-33ae-4cfe-bc0d-ee8b5f4fd3c9} executeQuery: Code: 183. DB::Exception: Cannot use ORDER BY ALL to sort a column with name 'all', please disable setting `enable_order_by_all` and try again. (UNEXPECTED_EXPRESSION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34366) (comment: 02943_order_by_all.sql) (in query: SELECT a FROM order_by_all ORDER BY all;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/TreeRewriter.cpp:835: DB::TreeRewriter::analyzeSelect(std::shared_ptr&, DB::TreeRewriterResult&&, DB::SelectQueryOptions const&, std::vector> const&, std::vector> const&, std::shared_ptr) const @ 0x000000003903074d 5. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:750: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr)::$_0::operator()(bool) const @ 0x0000000038544cfd 6. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:921: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000038535ab7 7. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:302: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x0000000038527331 8. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector> const&) @ 0x00000000387a94b9 9. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:165: DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000387a3e1a 10. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x00000000387b810e 11. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:428: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x00000000387b2033 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 18:00:49.838060 [ 72004 ] {} TCPHandler: Code: 183. DB::Exception: Cannot use ORDER BY ALL to sort a column with name 'all', please disable setting `enable_order_by_all` and try again. (UNEXPECTED_EXPRESSION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/TreeRewriter.cpp:835: DB::TreeRewriter::analyzeSelect(std::shared_ptr&, DB::TreeRewriterResult&&, DB::SelectQueryOptions const&, std::vector> const&, std::vector> const&, std::shared_ptr) const @ 0x000000003903074d 5. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:750: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr)::$_0::operator()(bool) const @ 0x0000000038544cfd 6. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:921: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000038535ab7 7. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:302: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x0000000038527331 8. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector> const&) @ 0x00000000387a94b9 9. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:165: DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000387a3e1a 10. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x00000000387b810e 11. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:428: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x00000000387b2033 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 18:00:49.935636 [ 72004 ] {87524a7a-3043-4baa-9be5-2cdd1c410231} executeQuery: Code: 183. DB::Exception: Cannot use ORDER BY ALL to sort a column with name 'all', please disable setting `enable_order_by_all` and try again. (UNEXPECTED_EXPRESSION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34366) (comment: 02943_order_by_all.sql) (in query: SELECT * FROM order_by_all ORDER BY all;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/TreeRewriter.cpp:835: DB::TreeRewriter::analyzeSelect(std::shared_ptr&, DB::TreeRewriterResult&&, DB::SelectQueryOptions const&, std::vector> const&, std::vector> const&, std::shared_ptr) const @ 0x000000003903074d 5. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:750: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr)::$_0::operator()(bool) const @ 0x0000000038544cfd 6. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:921: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000038535ab7 7. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:302: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x0000000038527331 8. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector> const&) @ 0x00000000387a94b9 9. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:165: DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000387a3e1a 10. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x00000000387b810e 11. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:428: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x00000000387b2033 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 18:00:49.941687 [ 72004 ] {} TCPHandler: Code: 183. DB::Exception: Cannot use ORDER BY ALL to sort a column with name 'all', please disable setting `enable_order_by_all` and try again. (UNEXPECTED_EXPRESSION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/TreeRewriter.cpp:835: DB::TreeRewriter::analyzeSelect(std::shared_ptr&, DB::TreeRewriterResult&&, DB::SelectQueryOptions const&, std::vector> const&, std::vector> const&, std::shared_ptr) const @ 0x000000003903074d 5. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:750: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr)::$_0::operator()(bool) const @ 0x0000000038544cfd 6. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:921: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000038535ab7 7. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:302: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x0000000038527331 8. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector> const&) @ 0x00000000387a94b9 9. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:165: DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000387a3e1a 10. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x00000000387b810e 11. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:428: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x00000000387b2033 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 18:00:50.004576 [ 3914 ] {7e43f5b5-0bd7-4297-8e9b-b70686f466d5} executeQuery: Code: 32. DB::Exception: Attempt to read after eof: Cannot parse Int16 from String, because value is too short: In scope SELECT toInt16(''). (ATTEMPT_TO_READ_AFTER_EOF) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toInt16('');) 2025.03.31 18:00:50.015489 [ 3914 ] {} TCPHandler: Code: 32. DB::Exception: Attempt to read after eof: Cannot parse Int16 from String, because value is too short: In scope SELECT toInt16(''). (ATTEMPT_TO_READ_AFTER_EOF) 2025.03.31 18:00:50.257724 [ 3914 ] {aa710693-bcf6-4a2f-bbb7-b2f226807c86} executeQuery: Code: 32. DB::Exception: Attempt to read after eof: Cannot parse Int256 from String, because value is too short: In scope SELECT toInt256(''). (ATTEMPT_TO_READ_AFTER_EOF) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toInt256('');) 2025.03.31 18:00:50.267596 [ 3914 ] {} TCPHandler: Code: 32. DB::Exception: Attempt to read after eof: Cannot parse Int256 from String, because value is too short: In scope SELECT toInt256(''). (ATTEMPT_TO_READ_AFTER_EOF) 2025.03.31 18:00:50.510328 [ 3914 ] {7174c810-5ecc-4d70-9958-7848135e34f9} executeQuery: Code: 32. DB::Exception: Attempt to read after eof: Cannot parse Int32 from String, because value is too short: In scope SELECT toInt32(''). (ATTEMPT_TO_READ_AFTER_EOF) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toInt32('');) 2025.03.31 18:00:50.519371 [ 3914 ] {} TCPHandler: Code: 32. DB::Exception: Attempt to read after eof: Cannot parse Int32 from String, because value is too short: In scope SELECT toInt32(''). (ATTEMPT_TO_READ_AFTER_EOF) 2025.03.31 18:00:50.555183 [ 72004 ] {cd1512fc-66a5-4acd-a8d4-30816f7ff842} executeQuery: Code: 183. DB::Exception: Cannot use ORDER BY ALL to sort a column with name 'all', please disable setting `enable_order_by_all` and try again. (UNEXPECTED_EXPRESSION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34366) (comment: 02943_order_by_all.sql) (in query: SELECT a, b, all FROM order_by_all ORDER BY all;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1039: DB::QueryAnalyzer::expandOrderByAll(DB::QueryNode&, DB::Settings const&) @ 0x0000000035d5fbf1 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5620: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1bb18 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 8. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 18:00:50.560856 [ 72004 ] {} TCPHandler: Code: 183. DB::Exception: Cannot use ORDER BY ALL to sort a column with name 'all', please disable setting `enable_order_by_all` and try again. (UNEXPECTED_EXPRESSION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1039: DB::QueryAnalyzer::expandOrderByAll(DB::QueryNode&, DB::Settings const&) @ 0x0000000035d5fbf1 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5620: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1bb18 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 8. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 18:00:50.757116 [ 3914 ] {0e708025-17e8-4a00-979e-7122bb1f0b8a} executeQuery: Code: 32. DB::Exception: Attempt to read after eof: Cannot parse Int64 from String, because value is too short: In scope SELECT toInt64(''). (ATTEMPT_TO_READ_AFTER_EOF) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toInt64('');) 2025.03.31 18:00:50.765383 [ 3914 ] {} TCPHandler: Code: 32. DB::Exception: Attempt to read after eof: Cannot parse Int64 from String, because value is too short: In scope SELECT toInt64(''). (ATTEMPT_TO_READ_AFTER_EOF) 2025.03.31 18:00:50.928899 [ 72004 ] {fe19e386-cc2b-4051-aa4e-83a09a1679be} executeQuery: Code: 183. DB::Exception: Cannot use ORDER BY ALL to sort a column with name 'all', please disable setting `enable_order_by_all` and try again. (UNEXPECTED_EXPRESSION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34366) (comment: 02943_order_by_all.sql) (in query: SELECT a, b AS all FROM order_by_all ORDER BY all;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/TreeRewriter.cpp:835: DB::TreeRewriter::analyzeSelect(std::shared_ptr&, DB::TreeRewriterResult&&, DB::SelectQueryOptions const&, std::vector> const&, std::vector> const&, std::shared_ptr) const @ 0x000000003903074d 5. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:750: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr)::$_0::operator()(bool) const @ 0x0000000038544cfd 6. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:921: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000038535ab7 7. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:302: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x0000000038527331 8. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector> const&) @ 0x00000000387a94b9 9. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:165: DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000387a3e1a 10. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x00000000387b810e 11. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:428: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x00000000387b2033 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 18:00:50.935640 [ 72004 ] {} TCPHandler: Code: 183. DB::Exception: Cannot use ORDER BY ALL to sort a column with name 'all', please disable setting `enable_order_by_all` and try again. (UNEXPECTED_EXPRESSION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/TreeRewriter.cpp:835: DB::TreeRewriter::analyzeSelect(std::shared_ptr&, DB::TreeRewriterResult&&, DB::SelectQueryOptions const&, std::vector> const&, std::vector> const&, std::shared_ptr) const @ 0x000000003903074d 5. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:750: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr)::$_0::operator()(bool) const @ 0x0000000038544cfd 6. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:921: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000038535ab7 7. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:302: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x0000000038527331 8. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector> const&) @ 0x00000000387a94b9 9. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:165: DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000387a3e1a 10. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x00000000387b810e 11. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:428: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x00000000387b2033 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 18:00:50.992691 [ 3914 ] {d1d01922-feca-4c26-ab46-22d77b432078} executeQuery: Code: 32. DB::Exception: Attempt to read after eof: Cannot parse Int8 from String, because value is too short: In scope SELECT toInt8(''). (ATTEMPT_TO_READ_AFTER_EOF) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toInt8('');) 2025.03.31 18:00:51.001072 [ 3914 ] {} TCPHandler: Code: 32. DB::Exception: Attempt to read after eof: Cannot parse Int8 from String, because value is too short: In scope SELECT toInt8(''). (ATTEMPT_TO_READ_AFTER_EOF) 2025.03.31 18:00:51.067865 [ 72004 ] {d4c026d6-e75b-46e4-9d38-9e2fb8b6ea00} executeQuery: Code: 183. DB::Exception: Cannot use ORDER BY ALL to sort a column with name 'all', please disable setting `enable_order_by_all` and try again. (UNEXPECTED_EXPRESSION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34366) (comment: 02943_order_by_all.sql) (in query: SELECT a, b AS all FROM order_by_all ORDER BY all;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1039: DB::QueryAnalyzer::expandOrderByAll(DB::QueryNode&, DB::Settings const&) @ 0x0000000035d5fbf1 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5620: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1bb18 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 8. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 18:00:51.073831 [ 72004 ] {} TCPHandler: Code: 183. DB::Exception: Cannot use ORDER BY ALL to sort a column with name 'all', please disable setting `enable_order_by_all` and try again. (UNEXPECTED_EXPRESSION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1039: DB::QueryAnalyzer::expandOrderByAll(DB::QueryNode&, DB::Settings const&) @ 0x0000000035d5fbf1 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5620: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1bb18 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 8. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 18:00:51.229180 [ 3914 ] {ddc558a4-db52-4371-b8bb-149408b95827} executeQuery: Code: 32. DB::Exception: Attempt to read after eof: Cannot parse IntervalDay from String, because value is too short: In scope SELECT toIntervalDay(''). (ATTEMPT_TO_READ_AFTER_EOF) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toIntervalDay('');) 2025.03.31 18:00:51.236636 [ 3914 ] {} TCPHandler: Code: 32. DB::Exception: Attempt to read after eof: Cannot parse IntervalDay from String, because value is too short: In scope SELECT toIntervalDay(''). (ATTEMPT_TO_READ_AFTER_EOF) 2025.03.31 18:00:51.261631 [ 3914 ] {158c8783-5904-46b5-b167-33b950ffa35a} executeQuery: Code: 32. DB::Exception: Attempt to read after eof: Cannot parse IntervalHour from String, because value is too short: In scope SELECT toIntervalHour(''). (ATTEMPT_TO_READ_AFTER_EOF) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toIntervalHour('');) 2025.03.31 18:00:51.269996 [ 3914 ] {} TCPHandler: Code: 32. DB::Exception: Attempt to read after eof: Cannot parse IntervalHour from String, because value is too short: In scope SELECT toIntervalHour(''). (ATTEMPT_TO_READ_AFTER_EOF) 2025.03.31 18:00:51.299731 [ 3914 ] {6cf1443c-5ee9-4a26-8dd1-da0dbd9a088b} executeQuery: Code: 32. DB::Exception: Attempt to read after eof: Cannot parse IntervalMicrosecond from String, because value is too short: In scope SELECT toIntervalMicrosecond(''). (ATTEMPT_TO_READ_AFTER_EOF) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toIntervalMicrosecond('');) 2025.03.31 18:00:51.308127 [ 3914 ] {} TCPHandler: Code: 32. DB::Exception: Attempt to read after eof: Cannot parse IntervalMicrosecond from String, because value is too short: In scope SELECT toIntervalMicrosecond(''). (ATTEMPT_TO_READ_AFTER_EOF) 2025.03.31 18:00:51.337298 [ 3914 ] {b161ec1d-1d9e-4879-b645-c5f1ed434cc1} executeQuery: Code: 32. DB::Exception: Attempt to read after eof: Cannot parse IntervalMillisecond from String, because value is too short: In scope SELECT toIntervalMillisecond(''). (ATTEMPT_TO_READ_AFTER_EOF) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toIntervalMillisecond('');) 2025.03.31 18:00:51.345673 [ 3914 ] {} TCPHandler: Code: 32. DB::Exception: Attempt to read after eof: Cannot parse IntervalMillisecond from String, because value is too short: In scope SELECT toIntervalMillisecond(''). (ATTEMPT_TO_READ_AFTER_EOF) 2025.03.31 18:00:51.375561 [ 3914 ] {287f08cc-94d8-4c29-b732-9e9ff594853e} executeQuery: Code: 32. DB::Exception: Attempt to read after eof: Cannot parse IntervalMinute from String, because value is too short: In scope SELECT toIntervalMinute(''). (ATTEMPT_TO_READ_AFTER_EOF) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toIntervalMinute('');) 2025.03.31 18:00:51.383616 [ 3914 ] {} TCPHandler: Code: 32. DB::Exception: Attempt to read after eof: Cannot parse IntervalMinute from String, because value is too short: In scope SELECT toIntervalMinute(''). (ATTEMPT_TO_READ_AFTER_EOF) 2025.03.31 18:00:51.411807 [ 3914 ] {bd3eee50-74e5-473f-a3b0-7084fa656472} executeQuery: Code: 32. DB::Exception: Attempt to read after eof: Cannot parse IntervalMonth from String, because value is too short: In scope SELECT toIntervalMonth(''). (ATTEMPT_TO_READ_AFTER_EOF) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toIntervalMonth('');) 2025.03.31 18:00:51.419265 [ 3914 ] {} TCPHandler: Code: 32. DB::Exception: Attempt to read after eof: Cannot parse IntervalMonth from String, because value is too short: In scope SELECT toIntervalMonth(''). (ATTEMPT_TO_READ_AFTER_EOF) 2025.03.31 18:00:51.449121 [ 3914 ] {9f3a19a1-a240-4329-87ab-3237f7202a63} executeQuery: Code: 32. DB::Exception: Attempt to read after eof: Cannot parse IntervalNanosecond from String, because value is too short: In scope SELECT toIntervalNanosecond(''). (ATTEMPT_TO_READ_AFTER_EOF) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toIntervalNanosecond('');) 2025.03.31 18:00:51.457413 [ 3914 ] {} TCPHandler: Code: 32. DB::Exception: Attempt to read after eof: Cannot parse IntervalNanosecond from String, because value is too short: In scope SELECT toIntervalNanosecond(''). (ATTEMPT_TO_READ_AFTER_EOF) 2025.03.31 18:00:51.488757 [ 3914 ] {052d9d85-8480-4cc2-a15a-44982694185e} executeQuery: Code: 32. DB::Exception: Attempt to read after eof: Cannot parse IntervalQuarter from String, because value is too short: In scope SELECT toIntervalQuarter(''). (ATTEMPT_TO_READ_AFTER_EOF) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toIntervalQuarter('');) 2025.03.31 18:00:51.497650 [ 3914 ] {} TCPHandler: Code: 32. DB::Exception: Attempt to read after eof: Cannot parse IntervalQuarter from String, because value is too short: In scope SELECT toIntervalQuarter(''). (ATTEMPT_TO_READ_AFTER_EOF) 2025.03.31 18:00:51.527933 [ 3914 ] {7d035e54-137f-4ddc-8453-616fb633e2e5} executeQuery: Code: 32. DB::Exception: Attempt to read after eof: Cannot parse IntervalSecond from String, because value is too short: In scope SELECT toIntervalSecond(''). (ATTEMPT_TO_READ_AFTER_EOF) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toIntervalSecond('');) 2025.03.31 18:00:51.536574 [ 3914 ] {} TCPHandler: Code: 32. DB::Exception: Attempt to read after eof: Cannot parse IntervalSecond from String, because value is too short: In scope SELECT toIntervalSecond(''). (ATTEMPT_TO_READ_AFTER_EOF) 2025.03.31 18:00:51.561325 [ 66169 ] {9956caa5-edba-45bb-abe8-8301052bf437} test_45nycj5a.tbl (0a36c080-7bc2-48b9-8fd2-12da4c303886): Part /var/lib/clickhouse/store/0a3/0a36c080-7bc2-48b9-8fd2-12da4c303886/tmp_restore_all_2_2_0-605d76d0-b3ae-40a1-9b02-7bc5355f4841/ is broken and needs manual correction. Reason: Code: 107. DB::Exception: store/0a3/0a36c080-7bc2-48b9-8fd2-12da4c303886/tmp_restore_all_2_2_0-605d76d0-b3ae-40a1-9b02-7bc5355f4841/data.bin doesn't exist: columns: columns format version: 1 1 columns: `x` Int64 , getMarkSizeInBytes: 24, getMarksCount: 2, index_granularity_info: [mark_type: [adaptive: true, compressed: true, part_type: Compact], index_granularity_bytes: 10485760, fixed_index_granularity: 8192], index_granularity: [Constant(constant_granularity: 1, last_mark_granularity: 1, num_marks_without_final: 1, has_final_mark: true)], part_state: [state: Temporary, is_unexpected_local_part: false, is_frozen: false, is_duplicate: false]. (FILE_DOESNT_EXIST), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type>, std::__fs::filesystem::path&&) @ 0x000000003e0c842a 4. ./build_docker/./src/Storages/MergeTree/MergeTreeDataPartChecksum.cpp:73: DB::MergeTreeDataPartChecksum::checkSize(DB::IDataPartStorage const&, String const&) const @ 0x000000003e0ccf2d 5. ./build_docker/./src/Storages/MergeTree/IMergeTreeDataPart.cpp:2297: DB::IMergeTreeDataPart::checkConsistencyBase() const @ 0x000000003db75951 6. ./build_docker/./src/Storages/MergeTree/IMergeTreeDataPart.cpp:2355: DB::IMergeTreeDataPart::checkConsistency(bool) const @ 0x000000003db474fe 7. ./build_docker/./src/Storages/MergeTree/IMergeTreeDataPart.cpp:844: DB::IMergeTreeDataPart::loadColumnsChecksumsIndexes(bool, bool) @ 0x000000003db371ea 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:6023: DB::MergeTreeData::loadPartRestoredFromBackup(String const&, std::shared_ptr const&, String const&, bool) const @ 0x000000003df4a90f 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:6001: DB::MergeTreeData::restorePartFromBackup(std::shared_ptr, DB::MergeTreePartInfo const&, String const&, bool) const @ 0x000000003df47100 10. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5945: void std::__function::__policy_invoker::__call_impl, 7ul, std::allocator>>> const&)::$_0, void ()>>(std::__function::__policy_storage const*) @ 0x000000003e013f31 11. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034233bc3 12. ./contrib/llvm-project/libcxx/include/future:1876: std::packaged_task::operator()() @ 0x0000000027a38f1d 13. ./src/Common/threadPoolCallbackRunner.h:59: void std::__function::__policy_invoker::__call_impl (DB::RestorerFromBackup::schedule(std::function&&, char const*)::$_0&&, Priority)> DB::threadPoolCallbackRunnerUnsafe&&, char const*)::$_0>(ThreadPoolImpl>&, String const&)::'lambda'(DB::RestorerFromBackup::schedule(std::function&&, char const*)::$_0&&, Priority)::operator()(DB::RestorerFromBackup::schedule(std::function&&, char const*)::$_0&&, Priority)::'lambda0'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003423418e 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 15. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 16. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 18. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:00:51.563687 [ 66169 ] {9956caa5-edba-45bb-abe8-8301052bf437} test_45nycj5a.tbl (0a36c080-7bc2-48b9-8fd2-12da4c303886): Failed to restore part all_2_2_0 because it's broken. You can skip broken parts while restoring by setting 'restore_broken_parts_as_detached = true' 2025.03.31 18:00:51.567002 [ 3914 ] {ff9c691d-1bf7-4347-937a-9364835211ee} executeQuery: Code: 32. DB::Exception: Attempt to read after eof: Cannot parse IntervalWeek from String, because value is too short: In scope SELECT toIntervalWeek(''). (ATTEMPT_TO_READ_AFTER_EOF) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toIntervalWeek('');) 2025.03.31 18:00:51.572183 [ 71990 ] {9956caa5-edba-45bb-abe8-8301052bf437} BackupsWorker: Failed to restore from backup Disk('backups', 'test_45nycj5a/with_broken_part.zip'): Code: 107. DB::Exception: store/0a3/0a36c080-7bc2-48b9-8fd2-12da4c303886/tmp_restore_all_2_2_0-605d76d0-b3ae-40a1-9b02-7bc5355f4841/data.bin doesn't exist: columns: columns format version: 1 1 columns: `x` Int64 , getMarkSizeInBytes: 24, getMarksCount: 2, index_granularity_info: [mark_type: [adaptive: true, compressed: true, part_type: Compact], index_granularity_bytes: 10485760, fixed_index_granularity: 8192], index_granularity: [Constant(constant_granularity: 1, last_mark_granularity: 1, num_marks_without_final: 1, has_final_mark: true)], part_state: [state: Temporary, is_unexpected_local_part: false, is_frozen: false, is_duplicate: false]: Part contains files: data.cmrk3 (48 bytes), count.txt (1 bytes), serialization.json (85 bytes), checksums.txt (210 bytes), default_compression_codec.txt (10 bytes), columns.txt (47 bytes), metadata_version.txt (1 bytes): while restoring part all_2_2_0 of table test_45nycj5a.tbl (0a36c080-7bc2-48b9-8fd2-12da4c303886). (FILE_DOESNT_EXIST), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type>, std::__fs::filesystem::path&&) @ 0x000000003e0c842a 4. ./build_docker/./src/Storages/MergeTree/MergeTreeDataPartChecksum.cpp:73: DB::MergeTreeDataPartChecksum::checkSize(DB::IDataPartStorage const&, String const&) const @ 0x000000003e0ccf2d 5. ./build_docker/./src/Storages/MergeTree/IMergeTreeDataPart.cpp:2297: DB::IMergeTreeDataPart::checkConsistencyBase() const @ 0x000000003db75951 6. ./build_docker/./src/Storages/MergeTree/IMergeTreeDataPart.cpp:2355: DB::IMergeTreeDataPart::checkConsistency(bool) const @ 0x000000003db474fe 7. ./build_docker/./src/Storages/MergeTree/IMergeTreeDataPart.cpp:844: DB::IMergeTreeDataPart::loadColumnsChecksumsIndexes(bool, bool) @ 0x000000003db371ea 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:6023: DB::MergeTreeData::loadPartRestoredFromBackup(String const&, std::shared_ptr const&, String const&, bool) const @ 0x000000003df4a90f 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:6001: DB::MergeTreeData::restorePartFromBackup(std::shared_ptr, DB::MergeTreePartInfo const&, String const&, bool) const @ 0x000000003df47100 10. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5945: void std::__function::__policy_invoker::__call_impl, 7ul, std::allocator>>> const&)::$_0, void ()>>(std::__function::__policy_storage const*) @ 0x000000003e013f31 11. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034233bc3 12. ./contrib/llvm-project/libcxx/include/future:1876: std::packaged_task::operator()() @ 0x0000000027a38f1d 13. ./src/Common/threadPoolCallbackRunner.h:59: void std::__function::__policy_invoker::__call_impl (DB::RestorerFromBackup::schedule(std::function&&, char const*)::$_0&&, Priority)> DB::threadPoolCallbackRunnerUnsafe&&, char const*)::$_0>(ThreadPoolImpl>&, String const&)::'lambda'(DB::RestorerFromBackup::schedule(std::function&&, char const*)::$_0&&, Priority)::operator()(DB::RestorerFromBackup::schedule(std::function&&, char const*)::$_0&&, Priority)::'lambda0'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003423418e 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 15. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 16. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 18. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:00:51.575234 [ 68117 ] {9956caa5-edba-45bb-abe8-8301052bf437} executeQuery: Code: 107. DB::Exception: store/0a3/0a36c080-7bc2-48b9-8fd2-12da4c303886/tmp_restore_all_2_2_0-605d76d0-b3ae-40a1-9b02-7bc5355f4841/data.bin doesn't exist: columns: columns format version: 1 1 columns: `x` Int64 , getMarkSizeInBytes: 24, getMarksCount: 2, index_granularity_info: [mark_type: [adaptive: true, compressed: true, part_type: Compact], index_granularity_bytes: 10485760, fixed_index_granularity: 8192], index_granularity: [Constant(constant_granularity: 1, last_mark_granularity: 1, num_marks_without_final: 1, has_final_mark: true)], part_state: [state: Temporary, is_unexpected_local_part: false, is_frozen: false, is_duplicate: false]: Part contains files: data.cmrk3 (48 bytes), count.txt (1 bytes), serialization.json (85 bytes), checksums.txt (210 bytes), default_compression_codec.txt (10 bytes), columns.txt (47 bytes), metadata_version.txt (1 bytes): while restoring part all_2_2_0 of table test_45nycj5a.tbl (0a36c080-7bc2-48b9-8fd2-12da4c303886). (FILE_DOESNT_EXIST) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34514) (comment: 02864_restore_table_with_broken_part.sh) (in query: RESTORE TABLE default.tbl AS tbl FROM Disk('backups', 'test_45nycj5a/with_broken_part.zip')), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type>, std::__fs::filesystem::path&&) @ 0x000000003e0c842a 4. ./build_docker/./src/Storages/MergeTree/MergeTreeDataPartChecksum.cpp:73: DB::MergeTreeDataPartChecksum::checkSize(DB::IDataPartStorage const&, String const&) const @ 0x000000003e0ccf2d 5. ./build_docker/./src/Storages/MergeTree/IMergeTreeDataPart.cpp:2297: DB::IMergeTreeDataPart::checkConsistencyBase() const @ 0x000000003db75951 6. ./build_docker/./src/Storages/MergeTree/IMergeTreeDataPart.cpp:2355: DB::IMergeTreeDataPart::checkConsistency(bool) const @ 0x000000003db474fe 7. ./build_docker/./src/Storages/MergeTree/IMergeTreeDataPart.cpp:844: DB::IMergeTreeDataPart::loadColumnsChecksumsIndexes(bool, bool) @ 0x000000003db371ea 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:6023: DB::MergeTreeData::loadPartRestoredFromBackup(String const&, std::shared_ptr const&, String const&, bool) const @ 0x000000003df4a90f 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:6001: DB::MergeTreeData::restorePartFromBackup(std::shared_ptr, DB::MergeTreePartInfo const&, String const&, bool) const @ 0x000000003df47100 10. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5945: void std::__function::__policy_invoker::__call_impl, 7ul, std::allocator>>> const&)::$_0, void ()>>(std::__function::__policy_storage const*) @ 0x000000003e013f31 11. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034233bc3 12. ./contrib/llvm-project/libcxx/include/future:1876: std::packaged_task::operator()() @ 0x0000000027a38f1d 13. ./src/Common/threadPoolCallbackRunner.h:59: void std::__function::__policy_invoker::__call_impl (DB::RestorerFromBackup::schedule(std::function&&, char const*)::$_0&&, Priority)> DB::threadPoolCallbackRunnerUnsafe&&, char const*)::$_0>(ThreadPoolImpl>&, String const&)::'lambda'(DB::RestorerFromBackup::schedule(std::function&&, char const*)::$_0&&, Priority)::operator()(DB::RestorerFromBackup::schedule(std::function&&, char const*)::$_0&&, Priority)::'lambda0'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003423418e 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 15. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 16. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 18. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:00:51.575497 [ 3914 ] {} TCPHandler: Code: 32. DB::Exception: Attempt to read after eof: Cannot parse IntervalWeek from String, because value is too short: In scope SELECT toIntervalWeek(''). (ATTEMPT_TO_READ_AFTER_EOF) 2025.03.31 18:00:51.583861 [ 68117 ] {} TCPHandler: Code: 107. DB::Exception: store/0a3/0a36c080-7bc2-48b9-8fd2-12da4c303886/tmp_restore_all_2_2_0-605d76d0-b3ae-40a1-9b02-7bc5355f4841/data.bin doesn't exist: columns: columns format version: 1 1 columns: `x` Int64 , getMarkSizeInBytes: 24, getMarksCount: 2, index_granularity_info: [mark_type: [adaptive: true, compressed: true, part_type: Compact], index_granularity_bytes: 10485760, fixed_index_granularity: 8192], index_granularity: [Constant(constant_granularity: 1, last_mark_granularity: 1, num_marks_without_final: 1, has_final_mark: true)], part_state: [state: Temporary, is_unexpected_local_part: false, is_frozen: false, is_duplicate: false]: Part contains files: data.cmrk3 (48 bytes), count.txt (1 bytes), serialization.json (85 bytes), checksums.txt (210 bytes), default_compression_codec.txt (10 bytes), columns.txt (47 bytes), metadata_version.txt (1 bytes): while restoring part all_2_2_0 of table test_45nycj5a.tbl (0a36c080-7bc2-48b9-8fd2-12da4c303886). (FILE_DOESNT_EXIST), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type>, std::__fs::filesystem::path&&) @ 0x000000003e0c842a 4. ./build_docker/./src/Storages/MergeTree/MergeTreeDataPartChecksum.cpp:73: DB::MergeTreeDataPartChecksum::checkSize(DB::IDataPartStorage const&, String const&) const @ 0x000000003e0ccf2d 5. ./build_docker/./src/Storages/MergeTree/IMergeTreeDataPart.cpp:2297: DB::IMergeTreeDataPart::checkConsistencyBase() const @ 0x000000003db75951 6. ./build_docker/./src/Storages/MergeTree/IMergeTreeDataPart.cpp:2355: DB::IMergeTreeDataPart::checkConsistency(bool) const @ 0x000000003db474fe 7. ./build_docker/./src/Storages/MergeTree/IMergeTreeDataPart.cpp:844: DB::IMergeTreeDataPart::loadColumnsChecksumsIndexes(bool, bool) @ 0x000000003db371ea 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:6023: DB::MergeTreeData::loadPartRestoredFromBackup(String const&, std::shared_ptr const&, String const&, bool) const @ 0x000000003df4a90f 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:6001: DB::MergeTreeData::restorePartFromBackup(std::shared_ptr, DB::MergeTreePartInfo const&, String const&, bool) const @ 0x000000003df47100 10. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5945: void std::__function::__policy_invoker::__call_impl, 7ul, std::allocator>>> const&)::$_0, void ()>>(std::__function::__policy_storage const*) @ 0x000000003e013f31 11. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034233bc3 12. ./contrib/llvm-project/libcxx/include/future:1876: std::packaged_task::operator()() @ 0x0000000027a38f1d 13. ./src/Common/threadPoolCallbackRunner.h:59: void std::__function::__policy_invoker::__call_impl (DB::RestorerFromBackup::schedule(std::function&&, char const*)::$_0&&, Priority)> DB::threadPoolCallbackRunnerUnsafe&&, char const*)::$_0>(ThreadPoolImpl>&, String const&)::'lambda'(DB::RestorerFromBackup::schedule(std::function&&, char const*)::$_0&&, Priority)::operator()(DB::RestorerFromBackup::schedule(std::function&&, char const*)::$_0&&, Priority)::'lambda0'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003423418e 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 15. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 16. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 18. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:00:51.604836 [ 3914 ] {740f0467-5dd0-4a7a-b40b-39bef648baa9} executeQuery: Code: 32. DB::Exception: Attempt to read after eof: Cannot parse IntervalYear from String, because value is too short: In scope SELECT toIntervalYear(''). (ATTEMPT_TO_READ_AFTER_EOF) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toIntervalYear('');) 2025.03.31 18:00:51.612627 [ 3914 ] {} TCPHandler: Code: 32. DB::Exception: Attempt to read after eof: Cannot parse IntervalYear from String, because value is too short: In scope SELECT toIntervalYear(''). (ATTEMPT_TO_READ_AFTER_EOF) 2025.03.31 18:00:51.705467 [ 3914 ] {4a4d8405-807a-40b0-8aaf-64bfe0cc4898} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toLastDayOfMonth. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toLastDayOfMonth(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toLastDayOfMonth('');) 2025.03.31 18:00:51.713765 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toLastDayOfMonth. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toLastDayOfMonth(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:51.741806 [ 3914 ] {53346b2d-4d12-42d5-b8a4-2ae279dd2a7a} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toLastDayOfWeek. Must be Date, Date32, DateTime or DateTime64.: In scope SELECT toLastDayOfWeek(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toLastDayOfWeek('');) 2025.03.31 18:00:51.747883 [ 72004 ] {edf83ec9-e383-4324-9fc2-519f92dc29ee} executeQuery: Code: 183. DB::Exception: Cannot use ORDER BY ALL to sort a column with name 'all', please disable setting `enable_order_by_all` and try again. (UNEXPECTED_EXPRESSION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34366) (comment: 02943_order_by_all.sql) (in query: SELECT format('{} {}', a, b) AS all FROM order_by_all ORDER BY all;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/TreeRewriter.cpp:828: DB::TreeRewriter::analyzeSelect(std::shared_ptr&, DB::TreeRewriterResult&&, DB::SelectQueryOptions const&, std::vector> const&, std::vector> const&, std::shared_ptr) const @ 0x0000000039030a75 5. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:750: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr)::$_0::operator()(bool) const @ 0x0000000038544cfd 6. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:921: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000038535ab7 7. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:302: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x0000000038527331 8. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector> const&) @ 0x00000000387a94b9 9. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:165: DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000387a3e1a 10. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x00000000387b810e 11. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:428: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x00000000387b2033 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 18:00:51.750473 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toLastDayOfWeek. Must be Date, Date32, DateTime or DateTime64.: In scope SELECT toLastDayOfWeek(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:51.755522 [ 72004 ] {} TCPHandler: Code: 183. DB::Exception: Cannot use ORDER BY ALL to sort a column with name 'all', please disable setting `enable_order_by_all` and try again. (UNEXPECTED_EXPRESSION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/TreeRewriter.cpp:828: DB::TreeRewriter::analyzeSelect(std::shared_ptr&, DB::TreeRewriterResult&&, DB::SelectQueryOptions const&, std::vector> const&, std::vector> const&, std::shared_ptr) const @ 0x0000000039030a75 5. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:750: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr)::$_0::operator()(bool) const @ 0x0000000038544cfd 6. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:921: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000038535ab7 7. ./build_docker/./src/Interpreters/InterpreterSelectQuery.cpp:302: DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x0000000038527331 8. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector> const&) @ 0x00000000387a94b9 9. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:165: DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000387a3e1a 10. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x00000000387b810e 11. ./build_docker/./src/Interpreters/InterpreterSelectWithUnionQuery.cpp:428: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x00000000387b2033 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 18:00:51.849387 [ 3914 ] {b76123d7-ee82-479b-8319-6764c8e2ef6f} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toMillisecond. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toMillisecond(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toMillisecond('');) 2025.03.31 18:00:51.859285 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toMillisecond. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toMillisecond(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:51.887820 [ 3914 ] {73b8ac80-5821-4d9a-8c5a-e8d03d2f22eb} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toMinute. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toMinute(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toMinute('');) 2025.03.31 18:00:51.896869 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toMinute. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toMinute(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:51.899188 [ 72004 ] {58b590b2-23da-4ddc-ba16-55d9d10663bd} executeQuery: Code: 183. DB::Exception: Cannot use ORDER BY ALL to sort a column with name 'all', please disable setting `enable_order_by_all` and try again. (UNEXPECTED_EXPRESSION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34366) (comment: 02943_order_by_all.sql) (in query: SELECT format('{} {}', a, b) AS all FROM order_by_all ORDER BY all;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1039: DB::QueryAnalyzer::expandOrderByAll(DB::QueryNode&, DB::Settings const&) @ 0x0000000035d5fbf1 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5620: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1bb18 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 8. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 18:00:51.905215 [ 72004 ] {} TCPHandler: Code: 183. DB::Exception: Cannot use ORDER BY ALL to sort a column with name 'all', please disable setting `enable_order_by_all` and try again. (UNEXPECTED_EXPRESSION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1039: DB::QueryAnalyzer::expandOrderByAll(DB::QueryNode&, DB::Settings const&) @ 0x0000000035d5fbf1 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5620: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1bb18 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 8. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 18:00:51.925877 [ 3914 ] {3c831dd6-b829-4fe4-a3ec-6c6745fccffa} executeQuery: Code: 27. DB::Exception: Cannot parse input: expected a digit at the end of stream: In scope SELECT toModifiedJulianDay(''). (CANNOT_PARSE_INPUT_ASSERTION_FAILED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toModifiedJulianDay('');) 2025.03.31 18:00:51.935731 [ 3914 ] {} TCPHandler: Code: 27. DB::Exception: Cannot parse input: expected a digit at the end of stream: In scope SELECT toModifiedJulianDay(''). (CANNOT_PARSE_INPUT_ASSERTION_FAILED) 2025.03.31 18:00:52.030381 [ 3914 ] {dc17179a-c9f3-49fb-a93a-0e8f45c42e29} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toMonday. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toMonday(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toMonday('');) 2025.03.31 18:00:52.038776 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toMonday. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toMonday(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:52.067802 [ 3914 ] {b4dce214-9a49-4619-b99b-2889ad34e334} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toMonth. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toMonth(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toMonth('');) 2025.03.31 18:00:52.077752 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toMonth. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toMonth(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:52.182736 [ 3914 ] {e4664210-46e3-4bd2-a84d-3cf13aecd26d} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toQuarter. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toQuarter(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toQuarter('');) 2025.03.31 18:00:52.192209 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toQuarter. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toQuarter(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:52.223077 [ 3914 ] {a21ef7c7-864c-4f32-99b4-5a0419d8a436} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toRelativeDayNum. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toRelativeDayNum(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toRelativeDayNum('');) 2025.03.31 18:00:52.232933 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toRelativeDayNum. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toRelativeDayNum(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:52.261000 [ 3914 ] {d760bebe-c820-4999-a753-e3cecdf2c183} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toRelativeHourNum. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toRelativeHourNum(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toRelativeHourNum('');) 2025.03.31 18:00:52.269351 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toRelativeHourNum. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toRelativeHourNum(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:52.297813 [ 3914 ] {71dcf04d-d091-4603-abff-a6bfd5b69093} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toRelativeMinuteNum. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toRelativeMinuteNum(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toRelativeMinuteNum('');) 2025.03.31 18:00:52.306083 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toRelativeMinuteNum. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toRelativeMinuteNum(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:52.334167 [ 3914 ] {4445f36d-b4c0-419f-bdc7-02e388e75bb8} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toRelativeMonthNum. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toRelativeMonthNum(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toRelativeMonthNum('');) 2025.03.31 18:00:52.344074 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toRelativeMonthNum. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toRelativeMonthNum(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:52.372656 [ 3914 ] {2b49fc0f-4813-406c-83a3-d379a65bff3b} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toRelativeQuarterNum. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toRelativeQuarterNum(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toRelativeQuarterNum('');) 2025.03.31 18:00:52.381329 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toRelativeQuarterNum. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toRelativeQuarterNum(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:52.410535 [ 3914 ] {2b25fb3e-b8b3-47f2-abad-27ba9058b8f9} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toRelativeSecondNum. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toRelativeSecondNum(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toRelativeSecondNum('');) 2025.03.31 18:00:52.418859 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toRelativeSecondNum. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toRelativeSecondNum(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:52.447305 [ 3914 ] {26677c00-a197-4d81-aaf2-4825dbed2cc4} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toRelativeWeekNum. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toRelativeWeekNum(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toRelativeWeekNum('');) 2025.03.31 18:00:52.455846 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toRelativeWeekNum. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toRelativeWeekNum(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:52.485651 [ 3914 ] {bc30bfaa-7266-4159-973b-8419300fdd03} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toRelativeYearNum. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toRelativeYearNum(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toRelativeYearNum('');) 2025.03.31 18:00:52.494272 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toRelativeYearNum. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toRelativeYearNum(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:52.523051 [ 3914 ] {2fb9d53d-278b-4372-8368-6c6905871bf7} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toSecond. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toSecond(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toSecond('');) 2025.03.31 18:00:52.531518 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toSecond. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toSecond(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:52.560731 [ 3914 ] {a49b4aa5-44b2-48cc-8fe2-93f0f9d26655} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toStartOfDay. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfDay(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toStartOfDay('');) 2025.03.31 18:00:52.569523 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toStartOfDay. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfDay(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:52.599886 [ 3914 ] {7a0bcba5-383e-4ec6-a6eb-7caaa8675339} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toStartOfFifteenMinutes. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfFifteenMinutes(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toStartOfFifteenMinutes('');) 2025.03.31 18:00:52.609174 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toStartOfFifteenMinutes. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfFifteenMinutes(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:52.638305 [ 3914 ] {423994e5-f15e-4e54-9682-9cea1af911b3} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toStartOfFiveMinutes. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfFiveMinute(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toStartOfFiveMinute('');) 2025.03.31 18:00:52.647391 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toStartOfFiveMinutes. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfFiveMinute(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:52.677086 [ 3914 ] {f93ff9bd-f1d7-4a43-b5fc-f7b14bc1f1a5} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toStartOfFiveMinutes. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfFiveMinutes(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toStartOfFiveMinutes('');) 2025.03.31 18:00:52.685658 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toStartOfFiveMinutes. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfFiveMinutes(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:52.715398 [ 3914 ] {7ebe6a3d-0939-4a4b-aba6-541af9e95792} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toStartOfHour. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfHour(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toStartOfHour('');) 2025.03.31 18:00:52.724087 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toStartOfHour. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfHour(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:52.752298 [ 3914 ] {24092803-ecf8-48ef-ad25-f637bf5aab96} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toStartOfISOYear. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfISOYear(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toStartOfISOYear('');) 2025.03.31 18:00:52.761109 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toStartOfISOYear. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfISOYear(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:52.790412 [ 3914 ] {59dae1fb-5a55-401b-9d9f-7e1d270444d2} executeQuery: Code: 42. DB::Exception: Number of arguments for function toStartOfInterval doesn't match: passed 1, must be 2, 3 or 4: In scope SELECT toStartOfInterval(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toStartOfInterval('');) 2025.03.31 18:00:52.802061 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toStartOfInterval doesn't match: passed 1, must be 2, 3 or 4: In scope SELECT toStartOfInterval(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:52.832570 [ 3914 ] {e1750e2b-0be4-4ffa-b8e6-6746d9debed5} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toStartOfMicrosecond. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfMicrosecond(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toStartOfMicrosecond('');) 2025.03.31 18:00:52.840771 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toStartOfMicrosecond. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfMicrosecond(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:52.868835 [ 3914 ] {86a80180-f590-4a58-aca0-600d29d085b4} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toStartOfMillisecond. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfMillisecond(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toStartOfMillisecond('');) 2025.03.31 18:00:52.877189 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toStartOfMillisecond. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfMillisecond(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:52.905308 [ 3914 ] {2be520f1-f801-40a9-ae37-723e82fcc62c} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toStartOfMinute. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfMinute(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toStartOfMinute('');) 2025.03.31 18:00:52.913702 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toStartOfMinute. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfMinute(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:52.943356 [ 3914 ] {d349cddb-0930-4858-8b3b-0a8c40eb6679} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toStartOfMonth. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfMonth(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toStartOfMonth('');) 2025.03.31 18:00:52.951912 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toStartOfMonth. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfMonth(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:52.981715 [ 3914 ] {c9336f43-db22-471a-bffb-f4c47c8e0f98} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toStartOfNanosecond. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfNanosecond(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toStartOfNanosecond('');) 2025.03.31 18:00:52.989868 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toStartOfNanosecond. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfNanosecond(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:53.020910 [ 3914 ] {9ad1aab5-ef90-4f52-9f87-7b7c942e250b} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toStartOfQuarter. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfQuarter(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toStartOfQuarter('');) 2025.03.31 18:00:53.029470 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toStartOfQuarter. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfQuarter(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:53.057541 [ 3914 ] {1cc01304-b5cf-4bba-b752-40ca4c54f8f6} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toStartOfSecond. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfSecond(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toStartOfSecond('');) 2025.03.31 18:00:53.066237 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toStartOfSecond. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfSecond(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:53.094385 [ 3914 ] {09fb738c-8c2d-48e2-a688-9eb26a43cce6} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toStartOfTenMinutes. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfTenMinutes(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toStartOfTenMinutes('');) 2025.03.31 18:00:53.103103 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toStartOfTenMinutes. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfTenMinutes(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:53.130540 [ 3914 ] {04142ff4-e077-413f-bdd0-2d74267eea92} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toStartOfWeek. Must be Date, Date32, DateTime or DateTime64.: In scope SELECT toStartOfWeek(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toStartOfWeek('');) 2025.03.31 18:00:53.138693 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toStartOfWeek. Must be Date, Date32, DateTime or DateTime64.: In scope SELECT toStartOfWeek(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:53.166898 [ 3914 ] {13ec8daf-6a7f-4c27-b7ab-93a702fdbcd5} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toStartOfYear. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfYear(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toStartOfYear('');) 2025.03.31 18:00:53.175048 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toStartOfYear. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfYear(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:53.236823 [ 10306 ] {2fd4d6ad-8332-4d56-8579-f5b84d3ef00c} test_45nycj5a.tbl (cd2dc03c-40eb-4aa7-98d9-24f3b6d95f02): Part /var/lib/clickhouse/store/cd2/cd2dc03c-40eb-4aa7-98d9-24f3b6d95f02/tmp_restore_all_2_2_0-09bdacf1-f6aa-47d3-9950-aef360246515/ is broken and needs manual correction. Reason: Code: 107. DB::Exception: store/cd2/cd2dc03c-40eb-4aa7-98d9-24f3b6d95f02/tmp_restore_all_2_2_0-09bdacf1-f6aa-47d3-9950-aef360246515/data.bin doesn't exist: columns: columns format version: 1 1 columns: `x` Int64 , getMarkSizeInBytes: 24, getMarksCount: 2, index_granularity_info: [mark_type: [adaptive: true, compressed: true, part_type: Compact], index_granularity_bytes: 10485760, fixed_index_granularity: 8192], index_granularity: [Constant(constant_granularity: 1, last_mark_granularity: 1, num_marks_without_final: 1, has_final_mark: true)], part_state: [state: Temporary, is_unexpected_local_part: false, is_frozen: false, is_duplicate: false]. (FILE_DOESNT_EXIST), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type>, std::__fs::filesystem::path&&) @ 0x000000003e0c842a 4. ./build_docker/./src/Storages/MergeTree/MergeTreeDataPartChecksum.cpp:73: DB::MergeTreeDataPartChecksum::checkSize(DB::IDataPartStorage const&, String const&) const @ 0x000000003e0ccf2d 5. ./build_docker/./src/Storages/MergeTree/IMergeTreeDataPart.cpp:2297: DB::IMergeTreeDataPart::checkConsistencyBase() const @ 0x000000003db75951 6. ./build_docker/./src/Storages/MergeTree/IMergeTreeDataPart.cpp:2355: DB::IMergeTreeDataPart::checkConsistency(bool) const @ 0x000000003db474fe 7. ./build_docker/./src/Storages/MergeTree/IMergeTreeDataPart.cpp:844: DB::IMergeTreeDataPart::loadColumnsChecksumsIndexes(bool, bool) @ 0x000000003db371ea 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:6023: DB::MergeTreeData::loadPartRestoredFromBackup(String const&, std::shared_ptr const&, String const&, bool) const @ 0x000000003df4a90f 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:6001: DB::MergeTreeData::restorePartFromBackup(std::shared_ptr, DB::MergeTreePartInfo const&, String const&, bool) const @ 0x000000003df47100 10. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5945: void std::__function::__policy_invoker::__call_impl, 7ul, std::allocator>>> const&)::$_0, void ()>>(std::__function::__policy_storage const*) @ 0x000000003e013f31 11. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034233bc3 12. ./contrib/llvm-project/libcxx/include/future:1876: std::packaged_task::operator()() @ 0x0000000027a38f1d 13. ./src/Common/threadPoolCallbackRunner.h:59: void std::__function::__policy_invoker::__call_impl (DB::RestorerFromBackup::schedule(std::function&&, char const*)::$_0&&, Priority)> DB::threadPoolCallbackRunnerUnsafe&&, char const*)::$_0>(ThreadPoolImpl>&, String const&)::'lambda'(DB::RestorerFromBackup::schedule(std::function&&, char const*)::$_0&&, Priority)::operator()(DB::RestorerFromBackup::schedule(std::function&&, char const*)::$_0&&, Priority)::'lambda0'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003423418e 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 15. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 16. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 18. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:00:53.238042 [ 10306 ] {2fd4d6ad-8332-4d56-8579-f5b84d3ef00c} test_45nycj5a.tbl (cd2dc03c-40eb-4aa7-98d9-24f3b6d95f02): Part all_2_2_0 will be restored as detached because it's broken. You need to resolve this manually: Code: 107. DB::Exception: store/cd2/cd2dc03c-40eb-4aa7-98d9-24f3b6d95f02/tmp_restore_all_2_2_0-09bdacf1-f6aa-47d3-9950-aef360246515/data.bin doesn't exist: columns: columns format version: 1 1 columns: `x` Int64 , getMarkSizeInBytes: 24, getMarksCount: 2, index_granularity_info: [mark_type: [adaptive: true, compressed: true, part_type: Compact], index_granularity_bytes: 10485760, fixed_index_granularity: 8192], index_granularity: [Constant(constant_granularity: 1, last_mark_granularity: 1, num_marks_without_final: 1, has_final_mark: true)], part_state: [state: Temporary, is_unexpected_local_part: false, is_frozen: false, is_duplicate: false]: Part contains files: data.cmrk3 (48 bytes), count.txt (1 bytes), serialization.json (85 bytes), checksums.txt (210 bytes), default_compression_codec.txt (10 bytes), columns.txt (47 bytes), metadata_version.txt (1 bytes). (FILE_DOESNT_EXIST), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type>, std::__fs::filesystem::path&&) @ 0x000000003e0c842a 4. ./build_docker/./src/Storages/MergeTree/MergeTreeDataPartChecksum.cpp:73: DB::MergeTreeDataPartChecksum::checkSize(DB::IDataPartStorage const&, String const&) const @ 0x000000003e0ccf2d 5. ./build_docker/./src/Storages/MergeTree/IMergeTreeDataPart.cpp:2297: DB::IMergeTreeDataPart::checkConsistencyBase() const @ 0x000000003db75951 6. ./build_docker/./src/Storages/MergeTree/IMergeTreeDataPart.cpp:2355: DB::IMergeTreeDataPart::checkConsistency(bool) const @ 0x000000003db474fe 7. ./build_docker/./src/Storages/MergeTree/IMergeTreeDataPart.cpp:844: DB::IMergeTreeDataPart::loadColumnsChecksumsIndexes(bool, bool) @ 0x000000003db371ea 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:6023: DB::MergeTreeData::loadPartRestoredFromBackup(String const&, std::shared_ptr const&, String const&, bool) const @ 0x000000003df4a90f 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:6001: DB::MergeTreeData::restorePartFromBackup(std::shared_ptr, DB::MergeTreePartInfo const&, String const&, bool) const @ 0x000000003df47100 10. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5945: void std::__function::__policy_invoker::__call_impl, 7ul, std::allocator>>> const&)::$_0, void ()>>(std::__function::__policy_storage const*) @ 0x000000003e013f31 11. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034233bc3 12. ./contrib/llvm-project/libcxx/include/future:1876: std::packaged_task::operator()() @ 0x0000000027a38f1d 13. ./src/Common/threadPoolCallbackRunner.h:59: void std::__function::__policy_invoker::__call_impl (DB::RestorerFromBackup::schedule(std::function&&, char const*)::$_0&&, Priority)> DB::threadPoolCallbackRunnerUnsafe&&, char const*)::$_0>(ThreadPoolImpl>&, String const&)::'lambda'(DB::RestorerFromBackup::schedule(std::function&&, char const*)::$_0&&, Priority)::operator()(DB::RestorerFromBackup::schedule(std::function&&, char const*)::$_0&&, Priority)::'lambda0'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003423418e 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 15. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 16. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 18. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:00:53.341228 [ 3914 ] {2822f461-ae08-407b-aea6-063b90e023d7} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toTime. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toTime(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toTime('');) 2025.03.31 18:00:53.351250 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toTime. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toTime(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:53.380633 [ 3914 ] {60409e50-5727-46c8-bf5f-62968e3fd29c} executeQuery: Code: 42. DB::Exception: Number of arguments for function toTimezone doesn't match: passed 1, should be 2: In scope SELECT toTimeZone(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toTimeZone('');) 2025.03.31 18:00:53.390938 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toTimezone doesn't match: passed 1, should be 2: In scope SELECT toTimeZone(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:53.419180 [ 3914 ] {ef016b74-aba4-411e-9bc4-c6bc58c220f1} executeQuery: Code: 42. DB::Exception: Number of arguments for function toTimezone doesn't match: passed 1, should be 2: In scope SELECT toTimezone(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toTimezone('');) 2025.03.31 18:00:53.429889 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toTimezone doesn't match: passed 1, should be 2: In scope SELECT toTimezone(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:53.526381 [ 3914 ] {2d33e8e2-0d8e-43ef-8233-d22ff2268acf} executeQuery: Code: 32. DB::Exception: Attempt to read after eof: Cannot parse UInt128 from String, because value is too short: In scope SELECT toUInt128(''). (ATTEMPT_TO_READ_AFTER_EOF) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toUInt128('');) 2025.03.31 18:00:53.535005 [ 3914 ] {} TCPHandler: Code: 32. DB::Exception: Attempt to read after eof: Cannot parse UInt128 from String, because value is too short: In scope SELECT toUInt128(''). (ATTEMPT_TO_READ_AFTER_EOF) 2025.03.31 18:00:53.770705 [ 3914 ] {7ed239f0-881b-4f38-a4f8-041f4ba78ee7} executeQuery: Code: 32. DB::Exception: Attempt to read after eof: Cannot parse UInt16 from String, because value is too short: In scope SELECT toUInt16(''). (ATTEMPT_TO_READ_AFTER_EOF) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toUInt16('');) 2025.03.31 18:00:53.779201 [ 3914 ] {} TCPHandler: Code: 32. DB::Exception: Attempt to read after eof: Cannot parse UInt16 from String, because value is too short: In scope SELECT toUInt16(''). (ATTEMPT_TO_READ_AFTER_EOF) 2025.03.31 18:00:54.019270 [ 3914 ] {67f76b07-9bf5-4629-b6fd-7b411f34fced} executeQuery: Code: 32. DB::Exception: Attempt to read after eof: Cannot parse UInt256 from String, because value is too short: In scope SELECT toUInt256(''). (ATTEMPT_TO_READ_AFTER_EOF) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toUInt256('');) 2025.03.31 18:00:54.032063 [ 3914 ] {} TCPHandler: Code: 32. DB::Exception: Attempt to read after eof: Cannot parse UInt256 from String, because value is too short: In scope SELECT toUInt256(''). (ATTEMPT_TO_READ_AFTER_EOF) 2025.03.31 18:00:54.286909 [ 3914 ] {a35b08d8-5aa3-4375-b0de-d857f62410f6} executeQuery: Code: 32. DB::Exception: Attempt to read after eof: Cannot parse UInt32 from String, because value is too short: In scope SELECT toUInt32(''). (ATTEMPT_TO_READ_AFTER_EOF) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toUInt32('');) 2025.03.31 18:00:54.298405 [ 3914 ] {} TCPHandler: Code: 32. DB::Exception: Attempt to read after eof: Cannot parse UInt32 from String, because value is too short: In scope SELECT toUInt32(''). (ATTEMPT_TO_READ_AFTER_EOF) 2025.03.31 18:00:54.541873 [ 3914 ] {531f30d5-0774-436d-9790-032e66951abc} executeQuery: Code: 32. DB::Exception: Attempt to read after eof: Cannot parse UInt64 from String, because value is too short: In scope SELECT toUInt64(''). (ATTEMPT_TO_READ_AFTER_EOF) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toUInt64('');) 2025.03.31 18:00:54.551222 [ 3914 ] {} TCPHandler: Code: 32. DB::Exception: Attempt to read after eof: Cannot parse UInt64 from String, because value is too short: In scope SELECT toUInt64(''). (ATTEMPT_TO_READ_AFTER_EOF) 2025.03.31 18:00:54.823977 [ 3914 ] {8839806b-5ccb-4fa7-a5be-c097d2ac7bd6} executeQuery: Code: 32. DB::Exception: Attempt to read after eof: Cannot parse UInt8 from String, because value is too short: In scope SELECT toUInt8(''). (ATTEMPT_TO_READ_AFTER_EOF) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toUInt8('');) 2025.03.31 18:00:54.833627 [ 3914 ] {} TCPHandler: Code: 32. DB::Exception: Attempt to read after eof: Cannot parse UInt8 from String, because value is too short: In scope SELECT toUInt8(''). (ATTEMPT_TO_READ_AFTER_EOF) 2025.03.31 18:00:55.094010 [ 3914 ] {969934a7-fc6c-4cbb-8091-5bedef979395} executeQuery: Code: 42. DB::Exception: Number of arguments for function toUTCTimestamp doesn't match: passed 1, should be 2: In scope SELECT toUTCTimestamp(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toUTCTimestamp('');) 2025.03.31 18:00:55.102778 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toUTCTimestamp doesn't match: passed 1, should be 2: In scope SELECT toUTCTimestamp(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:55.135791 [ 3914 ] {025cc52f-afc7-4120-bfb8-95b4b1697b44} executeQuery: Code: 376. DB::Exception: Cannot parse uuid : Cannot parse UUID from String: In scope SELECT toUUID(''). (CANNOT_PARSE_UUID) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toUUID('');) 2025.03.31 18:00:55.148042 [ 3914 ] {} TCPHandler: Code: 376. DB::Exception: Cannot parse uuid : Cannot parse UUID from String: In scope SELECT toUUID(''). (CANNOT_PARSE_UUID) 2025.03.31 18:00:55.406024 [ 3914 ] {f2c0d552-dacc-47c6-8e32-d733068b4288} executeQuery: Code: 41. DB::Exception: Cannot parse DateTime: Cannot parse UInt32 from String: In scope SELECT toUnixTimestamp(''). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toUnixTimestamp('');) 2025.03.31 18:00:55.416213 [ 3914 ] {} TCPHandler: Code: 41. DB::Exception: Cannot parse DateTime: Cannot parse UInt32 from String: In scope SELECT toUnixTimestamp(''). (CANNOT_PARSE_DATETIME) 2025.03.31 18:00:55.446304 [ 3914 ] {347005e3-c4b1-49f8-9384-e75c80ddf425} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'toUnixTimestamp64Micro'. Expected: DateTime64, got: String: In scope SELECT toUnixTimestamp64Micro(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toUnixTimestamp64Micro('');) 2025.03.31 18:00:55.458653 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'toUnixTimestamp64Micro'. Expected: DateTime64, got: String: In scope SELECT toUnixTimestamp64Micro(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:55.490413 [ 3914 ] {7c115af2-e64f-4fbb-a580-044cfc062362} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'toUnixTimestamp64Milli'. Expected: DateTime64, got: String: In scope SELECT toUnixTimestamp64Milli(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toUnixTimestamp64Milli('');) 2025.03.31 18:00:55.502213 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'toUnixTimestamp64Milli'. Expected: DateTime64, got: String: In scope SELECT toUnixTimestamp64Milli(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:55.542259 [ 3914 ] {8841392d-61a0-4dd7-90d0-46639881913e} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'toUnixTimestamp64Nano'. Expected: DateTime64, got: String: In scope SELECT toUnixTimestamp64Nano(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toUnixTimestamp64Nano('');) 2025.03.31 18:00:55.554688 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'toUnixTimestamp64Nano'. Expected: DateTime64, got: String: In scope SELECT toUnixTimestamp64Nano(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:55.594523 [ 3914 ] {7115e360-4951-470d-a97b-e13d4160d0ee} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'toUnixTimestamp64Second'. Expected: DateTime64, got: String: In scope SELECT toUnixTimestamp64Second(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toUnixTimestamp64Second('');) 2025.03.31 18:00:55.606714 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'toUnixTimestamp64Second'. Expected: DateTime64, got: String: In scope SELECT toUnixTimestamp64Second(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:55.705874 [ 3914 ] {8ee501a8-dfde-4769-8478-0e96856ee73a} executeQuery: Code: 41. DB::Exception: Cannot read DateTime: neither Date nor Time was parsed successfully: In scope SELECT toWeek(''). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toWeek('');) 2025.03.31 18:00:55.716903 [ 3914 ] {} TCPHandler: Code: 41. DB::Exception: Cannot read DateTime: neither Date nor Time was parsed successfully: In scope SELECT toWeek(''). (CANNOT_PARSE_DATETIME) 2025.03.31 18:00:55.744677 [ 3914 ] {e692d9cb-77c3-49a5-b381-5efcd43b6314} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toYYYYMM. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toYYYYMM(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toYYYYMM('');) 2025.03.31 18:00:55.755389 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toYYYYMM. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toYYYYMM(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:55.782362 [ 3914 ] {aff899db-5f0c-4a8c-8531-48e6181305ae} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toYYYYMMDD. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toYYYYMMDD(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toYYYYMMDD('');) 2025.03.31 18:00:55.792958 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toYYYYMMDD. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toYYYYMMDD(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:55.839894 [ 3914 ] {5689624e-9d97-4171-9c00-acfe987018c0} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toYYYYMMDDhhmmss. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toYYYYMMDDhhmmss(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toYYYYMMDDhhmmss('');) 2025.03.31 18:00:55.850259 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toYYYYMMDDhhmmss. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toYYYYMMDDhhmmss(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:55.877575 [ 3914 ] {fd2578b1-7093-4918-a290-c688db9a9e9c} executeQuery: Code: 43. DB::Exception: Illegal type String of argument of function toYear. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toYear(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toYear('');) 2025.03.31 18:00:55.887124 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument of function toYear. Should be Date, Date32, DateTime or DateTime64: In scope SELECT toYear(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:55.929025 [ 3914 ] {3d32929f-1270-4095-9450-c8505df5ece3} executeQuery: Code: 41. DB::Exception: Cannot read DateTime: neither Date nor Time was parsed successfully: In scope SELECT toYearWeek(''). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT toYearWeek('');) 2025.03.31 18:00:55.946329 [ 3914 ] {} TCPHandler: Code: 41. DB::Exception: Cannot read DateTime: neither Date nor Time was parsed successfully: In scope SELECT toYearWeek(''). (CANNOT_PARSE_DATETIME) 2025.03.31 18:00:55.987146 [ 3914 ] {6c00c758-a668-4a54-b32c-920ea4b179a6} executeQuery: Code: 42. DB::Exception: Number of arguments for function toUTCTimestamp doesn't match: passed 1, should be 2: In scope SELECT to_utc_timestamp(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT to_utc_timestamp('');) 2025.03.31 18:00:55.998948 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toUTCTimestamp doesn't match: passed 1, should be 2: In scope SELECT to_utc_timestamp(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:56.031051 [ 3914 ] {904ac3a2-e607-464f-a43f-2a2f7702e59f} executeQuery: Code: 42. DB::Exception: Number of arguments for function today doesn't match: passed 1, should be 0: In scope SELECT today(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT today('');) 2025.03.31 18:00:56.045349 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function today doesn't match: passed 1, should be 0: In scope SELECT today(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:56.275349 [ 3914 ] {5976a79a-15a1-4e44-95a0-10952ede05f0} executeQuery: Code: 42. DB::Exception: Aggregate function topKWeighted requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT topKWeighted('');) 2025.03.31 18:00:56.287739 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function topKWeighted requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:56.471079 [ 3914 ] {dbabb0dd-321a-4101-909e-bf6eac566a41} executeQuery: Code: 42. DB::Exception: Number of arguments for function transactionID doesn't match: passed 1, should be 0: In scope SELECT transactionID(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT transactionID('');) 2025.03.31 18:00:56.482653 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function transactionID doesn't match: passed 1, should be 0: In scope SELECT transactionID(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:56.514045 [ 3914 ] {85b82490-7177-4cb2-9bca-5fe79f6b9533} executeQuery: Code: 42. DB::Exception: Number of arguments for function transactionLatestSnapshot doesn't match: passed 1, should be 0: In scope SELECT transactionLatestSnapshot(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT transactionLatestSnapshot('');) 2025.03.31 18:00:56.526496 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function transactionLatestSnapshot doesn't match: passed 1, should be 0: In scope SELECT transactionLatestSnapshot(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:56.556895 [ 3914 ] {4dd59f21-729a-4877-9a0c-cebb3d38fcaa} executeQuery: Code: 42. DB::Exception: Number of arguments for function transactionOldestSnapshot doesn't match: passed 1, should be 0: In scope SELECT transactionOldestSnapshot(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT transactionOldestSnapshot('');) 2025.03.31 18:00:56.568958 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function transactionOldestSnapshot doesn't match: passed 1, should be 0: In scope SELECT transactionOldestSnapshot(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:56.599337 [ 3914 ] {fdc6942c-d7aa-43f4-ac62-6d4ad657496f} executeQuery: Code: 42. DB::Exception: Number of arguments for function transform doesn't match: passed 1, should be 3 or 4: In scope SELECT transform(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT transform('');) 2025.03.31 18:00:56.610836 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function transform doesn't match: passed 1, should be 3 or 4: In scope SELECT transform(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:56.640360 [ 3914 ] {9f474588-d236-4272-a0d6-d2e673cb47c7} executeQuery: Code: 42. DB::Exception: Number of arguments for function translate doesn't match: passed 1, should be 3: In scope SELECT translate(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT translate('');) 2025.03.31 18:00:56.652393 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function translate doesn't match: passed 1, should be 3: In scope SELECT translate(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:56.698656 [ 3914 ] {a773bf07-4c8e-4ecd-8666-e3a566297db9} executeQuery: Code: 42. DB::Exception: Number of arguments for function translateUTF8 doesn't match: passed 1, should be 3: In scope SELECT translateUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT translateUTF8('');) 2025.03.31 18:00:56.716105 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function translateUTF8 doesn't match: passed 1, should be 3: In scope SELECT translateUTF8(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:57.055219 [ 3914 ] {a9ca246c-40ad-4c79-9d06-9a1f520e64cc} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'x' to function 'trunc'. Expected: A number to round, got: String: In scope SELECT trunc(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT trunc('');) 2025.03.31 18:00:57.067176 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'x' to function 'trunc'. Expected: A number to round, got: String: In scope SELECT trunc(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:57.093509 [ 71965 ] {36ac780a-b011-415f-b599-43bf92416586} executeQuery: Code: 60. DB::Exception: Unknown table expression identifier 'test_qg4v7vr7.test1_00843' in scope SELECT * FROM test_qg4v7vr7.test1_00843. (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34726) (comment: 00843_optimize_predicate_and_rename_table.sql) (in query: SELECT * FROM view_00843;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4370: DB::QueryAnalyzer::initializeQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dd184f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5549: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19ac7 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5290: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd45a0 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./build_docker/./src/Storages/StorageView.cpp:176: DB::StorageView::read(DB::QueryPlan&, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo&, std::shared_ptr, DB::QueryProcessingStage::Enum, unsigned long, unsigned long) @ 0x000000003d362ed5 15. ./build_docker/./src/Planner/PlannerJoinTree.cpp:939: DB::(anonymous namespace)::buildQueryPlanForTableExpression(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions const&, std::shared_ptr&, bool, bool) @ 0x00000000386c609a 16. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2035: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386aadf5 17. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 18. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 18:00:57.099414 [ 3914 ] {3ef77673-2da8-43dd-babe-f474a7bedefa} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'x' to function 'trunc'. Expected: A number to round, got: String: In scope SELECT truncate(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT truncate('');) 2025.03.31 18:00:57.102546 [ 71965 ] {} TCPHandler: Code: 60. DB::Exception: Unknown table expression identifier 'test_qg4v7vr7.test1_00843' in scope SELECT * FROM test_qg4v7vr7.test1_00843. (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4370: DB::QueryAnalyzer::initializeQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dd184f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5549: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19ac7 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5290: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd45a0 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./build_docker/./src/Storages/StorageView.cpp:176: DB::StorageView::read(DB::QueryPlan&, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo&, std::shared_ptr, DB::QueryProcessingStage::Enum, unsigned long, unsigned long) @ 0x000000003d362ed5 15. ./build_docker/./src/Planner/PlannerJoinTree.cpp:939: DB::(anonymous namespace)::buildQueryPlanForTableExpression(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions const&, std::shared_ptr&, bool, bool) @ 0x00000000386c609a 16. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2035: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386aadf5 17. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 18. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 18:00:57.110706 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'x' to function 'trunc'. Expected: A number to round, got: String: In scope SELECT truncate(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:57.410413 [ 3914 ] {dcaf3c8e-c44c-447e-b11d-91892b4dceaa} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'tryDecrypt'. Expected 3 mandatory arguments and 2 optional arguments, got 1 argument: In scope SELECT tryDecrypt(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT tryDecrypt('');) 2025.03.31 18:00:57.424522 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'tryDecrypt'. Expected 3 mandatory arguments and 2 optional arguments, got 1 argument: In scope SELECT tryDecrypt(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:57.604769 [ 3914 ] {0beb0ba5-ae5d-4b10-b155-d5b741f6e8dc} executeQuery: Code: 42. DB::Exception: Number of arguments for function tumble doesn't match: passed 1, should be 2 or 3: In scope SELECT tumble(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT tumble('');) 2025.03.31 18:00:57.616539 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tumble doesn't match: passed 1, should be 2 or 3: In scope SELECT tumble(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:57.646468 [ 3914 ] {34b202a5-e904-451b-9f46-8abe2a29967c} executeQuery: Code: 44. DB::Exception: Illegal type of first argument of function tumbleEnd should be DateTime, Tuple or UInt32: In scope SELECT tumbleEnd(''). (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT tumbleEnd('');) 2025.03.31 18:00:57.658719 [ 3914 ] {} TCPHandler: Code: 44. DB::Exception: Illegal type of first argument of function tumbleEnd should be DateTime, Tuple or UInt32: In scope SELECT tumbleEnd(''). (ILLEGAL_COLUMN) 2025.03.31 18:00:57.690199 [ 3914 ] {2e96f18d-2876-4bbd-8534-8e07e0c84d76} executeQuery: Code: 44. DB::Exception: Illegal type of first argument of function tumbleStart should be DateTime, Tuple or UInt32: In scope SELECT tumbleStart(''). (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT tumbleStart('');) 2025.03.31 18:00:57.714348 [ 3914 ] {} TCPHandler: Code: 44. DB::Exception: Illegal type of first argument of function tumbleStart should be DateTime, Tuple or UInt32: In scope SELECT tumbleStart(''). (ILLEGAL_COLUMN) 2025.03.31 18:00:57.837358 [ 3914 ] {4f609667-f6df-4a1d-a59a-19043b690724} executeQuery: Code: 43. DB::Exception: Illegal type String of argument 1 of function tupleConcat: In scope SELECT tupleConcat(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT tupleConcat('');) 2025.03.31 18:00:57.852245 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument 1 of function tupleConcat: In scope SELECT tupleConcat(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:57.890624 [ 3914 ] {692d750d-55ba-435c-849c-5fda90b264e5} executeQuery: Code: 42. DB::Exception: Number of arguments for function tupleDivide doesn't match: passed 1, should be 2: In scope SELECT tupleDivide(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT tupleDivide('');) 2025.03.31 18:00:57.901974 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tupleDivide doesn't match: passed 1, should be 2: In scope SELECT tupleDivide(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:57.944291 [ 3914 ] {0e82b1bd-9d47-4d4b-a67c-198f3f321c75} executeQuery: Code: 42. DB::Exception: Number of arguments for function tupleDivideByNumber doesn't match: passed 1, should be 2: In scope SELECT tupleDivideByNumber(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT tupleDivideByNumber('');) 2025.03.31 18:00:57.964531 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tupleDivideByNumber doesn't match: passed 1, should be 2: In scope SELECT tupleDivideByNumber(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:57.995498 [ 3914 ] {deb598d4-94dc-47d9-b321-74b21855abfc} executeQuery: Code: 42. DB::Exception: Number of arguments for function tupleElement doesn't match: passed 1, should be 2 or 3: In scope SELECT tupleElement(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT tupleElement('');) 2025.03.31 18:00:58.020388 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tupleElement doesn't match: passed 1, should be 2 or 3: In scope SELECT tupleElement(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:58.065118 [ 3914 ] {369bf4b4-7f62-42b1-87c4-0a88fb4a60fd} executeQuery: Code: 42. DB::Exception: Number of arguments for function tupleHammingDistance doesn't match: passed 1, should be 2: In scope SELECT tupleHammingDistance(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT tupleHammingDistance('');) 2025.03.31 18:00:58.084407 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tupleHammingDistance doesn't match: passed 1, should be 2: In scope SELECT tupleHammingDistance(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:58.126120 [ 3914 ] {e3ef5b3b-1702-4ea5-a157-f9cf186b3bab} executeQuery: Code: 42. DB::Exception: Number of arguments for function tupleIntDiv doesn't match: passed 1, should be 2: In scope SELECT tupleIntDiv(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT tupleIntDiv('');) 2025.03.31 18:00:58.144487 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tupleIntDiv doesn't match: passed 1, should be 2: In scope SELECT tupleIntDiv(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:58.190708 [ 3914 ] {bb48fe7e-cec8-4b6c-ae59-cf3a736ce1ba} executeQuery: Code: 42. DB::Exception: Number of arguments for function tupleIntDivByNumber doesn't match: passed 1, should be 2: In scope SELECT tupleIntDivByNumber(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT tupleIntDivByNumber('');) 2025.03.31 18:00:58.205756 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tupleIntDivByNumber doesn't match: passed 1, should be 2: In scope SELECT tupleIntDivByNumber(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:58.253134 [ 3914 ] {75e3c15a-228f-48cf-b8ba-537b64296273} executeQuery: Code: 42. DB::Exception: Number of arguments for function tupleIntDivOrZero doesn't match: passed 1, should be 2: In scope SELECT tupleIntDivOrZero(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT tupleIntDivOrZero('');) 2025.03.31 18:00:58.264971 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tupleIntDivOrZero doesn't match: passed 1, should be 2: In scope SELECT tupleIntDivOrZero(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:58.308185 [ 3914 ] {c859da6b-d818-4161-9a66-627fe28c94e2} executeQuery: Code: 42. DB::Exception: Number of arguments for function tupleIntDivOrZeroByNumber doesn't match: passed 1, should be 2: In scope SELECT tupleIntDivOrZeroByNumber(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT tupleIntDivOrZeroByNumber('');) 2025.03.31 18:00:58.319561 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tupleIntDivOrZeroByNumber doesn't match: passed 1, should be 2: In scope SELECT tupleIntDivOrZeroByNumber(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:58.349714 [ 3914 ] {54a1c4f8-a0fd-419e-bb47-360246731050} executeQuery: Code: 42. DB::Exception: Number of arguments for function tupleMinus doesn't match: passed 1, should be 2: In scope SELECT tupleMinus(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT tupleMinus('');) 2025.03.31 18:00:58.361659 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tupleMinus doesn't match: passed 1, should be 2: In scope SELECT tupleMinus(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:58.415879 [ 3914 ] {862fb330-11c9-4e0f-a287-e7ecf583a4f1} executeQuery: Code: 42. DB::Exception: Number of arguments for function tupleModulo doesn't match: passed 1, should be 2: In scope SELECT tupleModulo(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT tupleModulo('');) 2025.03.31 18:00:58.428408 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tupleModulo doesn't match: passed 1, should be 2: In scope SELECT tupleModulo(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:58.463510 [ 3914 ] {b69b1f66-3558-45fc-8fbb-ba78947445d6} executeQuery: Code: 42. DB::Exception: Number of arguments for function tupleModuloByNumber doesn't match: passed 1, should be 2: In scope SELECT tupleModuloByNumber(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT tupleModuloByNumber('');) 2025.03.31 18:00:58.474348 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tupleModuloByNumber doesn't match: passed 1, should be 2: In scope SELECT tupleModuloByNumber(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:58.509853 [ 3914 ] {8823a84f-0dfa-469e-8b23-15d42e9bc546} executeQuery: Code: 42. DB::Exception: Number of arguments for function tupleMultiply doesn't match: passed 1, should be 2: In scope SELECT tupleMultiply(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT tupleMultiply('');) 2025.03.31 18:00:58.520782 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tupleMultiply doesn't match: passed 1, should be 2: In scope SELECT tupleMultiply(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:58.549518 [ 3914 ] {d7afef41-3a4e-442c-8e99-39cfd153bfc9} executeQuery: Code: 42. DB::Exception: Number of arguments for function tupleMultiplyByNumber doesn't match: passed 1, should be 2: In scope SELECT tupleMultiplyByNumber(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT tupleMultiplyByNumber('');) 2025.03.31 18:00:58.560879 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tupleMultiplyByNumber doesn't match: passed 1, should be 2: In scope SELECT tupleMultiplyByNumber(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:58.591037 [ 3914 ] {eaa21546-ebb5-4767-9c39-915b5563fc89} executeQuery: Code: 43. DB::Exception: First argument for function tupleNames must be a tuple: In scope SELECT tupleNames(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT tupleNames('');) 2025.03.31 18:00:58.601422 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function tupleNames must be a tuple: In scope SELECT tupleNames(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:58.648589 [ 3914 ] {7e3bf327-ba75-4b6d-8b0f-f77eba3106f9} executeQuery: Code: 43. DB::Exception: Argument 0 of function tupleNegate should be tuple, got String: In scope SELECT tupleNegate(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT tupleNegate('');) 2025.03.31 18:00:58.659758 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Argument 0 of function tupleNegate should be tuple, got String: In scope SELECT tupleNegate(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:58.700213 [ 3914 ] {0414db13-525c-4ea0-8b6b-ce7fe6d8dad2} executeQuery: Code: 42. DB::Exception: Number of arguments for function tuplePlus doesn't match: passed 1, should be 2: In scope SELECT tuplePlus(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT tuplePlus('');) 2025.03.31 18:00:58.713186 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tuplePlus doesn't match: passed 1, should be 2: In scope SELECT tuplePlus(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:58.744309 [ 3914 ] {cf1c3f8f-e5cb-4d14-90de-947bb90ec056} executeQuery: Code: 43. DB::Exception: First argument for function tupleToNameValuePairs must be a tuple.: In scope SELECT tupleToNameValuePairs(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT tupleToNameValuePairs('');) 2025.03.31 18:00:58.758844 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function tupleToNameValuePairs must be a tuple.: In scope SELECT tupleToNameValuePairs(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:00:59.809340 [ 3914 ] {4131fba4-1426-4d71-9987-db63e21b5185} executeQuery: Code: 42. DB::Exception: Number of arguments for function uniqThetaIntersect doesn't match: passed 1, should be 2: In scope SELECT uniqThetaIntersect(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT uniqThetaIntersect('');) 2025.03.31 18:00:59.820901 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function uniqThetaIntersect doesn't match: passed 1, should be 2: In scope SELECT uniqThetaIntersect(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:59.860602 [ 3914 ] {d4b7c9b8-03ed-45d0-b8c1-305b2513d28e} executeQuery: Code: 42. DB::Exception: Number of arguments for function uniqThetaNot doesn't match: passed 1, should be 2: In scope SELECT uniqThetaNot(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT uniqThetaNot('');) 2025.03.31 18:00:59.872083 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function uniqThetaNot doesn't match: passed 1, should be 2: In scope SELECT uniqThetaNot(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:00:59.904273 [ 3914 ] {6e95a8eb-e7c4-42f2-9bc1-deded97b9024} executeQuery: Code: 42. DB::Exception: Number of arguments for function uniqThetaUnion doesn't match: passed 1, should be 2: In scope SELECT uniqThetaUnion(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT uniqThetaUnion('');) 2025.03.31 18:00:59.915816 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function uniqThetaUnion doesn't match: passed 1, should be 2: In scope SELECT uniqThetaUnion(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:01:00.198481 [ 3914 ] {399620eb-0b8a-4e5b-adac-0445e4dfbab3} executeQuery: Code: 42. DB::Exception: Number of arguments for function uptime doesn't match: passed 1, should be 0: In scope SELECT uptime(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT uptime('');) 2025.03.31 18:01:00.209844 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function uptime doesn't match: passed 1, should be 0: In scope SELECT uptime(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:01:00.238209 [ 3914 ] {555ceceb-3d5a-4fe1-bc59-e0b1a64260b8} executeQuery: Code: 42. DB::Exception: Number of arguments for function currentUser doesn't match: passed 1, should be 0: In scope SELECT user(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT user('');) 2025.03.31 18:01:00.249183 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function currentUser doesn't match: passed 1, should be 0: In scope SELECT user(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:01:00.307986 [ 3914 ] {3217011a-dcce-4d02-bced-a1f0e392a553} executeQuery: Code: 42. DB::Exception: Function validateNestedArraySizes needs more than two arguments; passed 1.: In scope SELECT validateNestedArraySizes(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT validateNestedArraySizes('');) 2025.03.31 18:01:00.319163 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Function validateNestedArraySizes needs more than two arguments; passed 1.: In scope SELECT validateNestedArraySizes(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:01:00.346330 [ 3914 ] {0cc4c49f-10dc-41c4-aee1-27d01aa9659f} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function varPop. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT varPop('');) 2025.03.31 18:01:00.357155 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function varPop. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:01:00.436298 [ 3914 ] {f1e8ac75-ecbf-4293-a2f9-88c1adda209a} executeQuery: Code: 48. DB::Exception: Method getFloat64 is not supported for String: While executing AggregatingTransform. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT varPopStable('');) 2025.03.31 18:01:00.450635 [ 3914 ] {} TCPHandler: Code: 48. DB::Exception: Method getFloat64 is not supported for String: While executing AggregatingTransform. (NOT_IMPLEMENTED) 2025.03.31 18:01:00.489505 [ 3914 ] {f41f4809-b230-4f02-8740-446728a9c2b5} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function varSamp. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT varSamp('');) 2025.03.31 18:01:00.507543 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function varSamp. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:01:00.597269 [ 3914 ] {6ac56745-175b-4308-80e6-ba7691180c06} executeQuery: Code: 48. DB::Exception: Method getFloat64 is not supported for String: While executing AggregatingTransform. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT varSampStable('');) 2025.03.31 18:01:00.615759 [ 3914 ] {} TCPHandler: Code: 48. DB::Exception: Method getFloat64 is not supported for String: While executing AggregatingTransform. (NOT_IMPLEMENTED) 2025.03.31 18:01:00.650040 [ 3914 ] {f9553dc4-79f0-47cb-9de7-2a733d5922aa} executeQuery: Code: 42. DB::Exception: Number of arguments for function variantElement doesn't match: passed 1, should be 2 or 3: In scope SELECT variantElement(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT variantElement('');) 2025.03.31 18:01:00.660152 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function variantElement doesn't match: passed 1, should be 2 or 3: In scope SELECT variantElement(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:01:00.697317 [ 3914 ] {90e3256a-a611-4d7a-bdbf-0885ae9edfc4} executeQuery: Code: 43. DB::Exception: First argument for function variantType must be Variant, got String instead: In scope SELECT variantType(''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT variantType('');) 2025.03.31 18:01:00.708610 [ 3914 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function variantType must be Variant, got String instead: In scope SELECT variantType(''). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:01:00.766185 [ 3914 ] {9ca4c4ac-e2d7-43b9-b2f8-078951fb0d6b} executeQuery: Code: 42. DB::Exception: Number of arguments for function tupleMinus doesn't match: passed 1, should be 2: In scope SELECT vectorDifference(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT vectorDifference('');) 2025.03.31 18:01:00.777474 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tupleMinus doesn't match: passed 1, should be 2: In scope SELECT vectorDifference(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:01:00.813116 [ 3914 ] {c69d8b8c-c433-4370-910f-15227fc3331e} executeQuery: Code: 42. DB::Exception: Number of arguments for function tuplePlus doesn't match: passed 1, should be 2: In scope SELECT vectorSum(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT vectorSum('');) 2025.03.31 18:01:00.846609 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tuplePlus doesn't match: passed 1, should be 2: In scope SELECT vectorSum(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:01:00.902048 [ 3914 ] {1512fdd0-08a6-47a5-b4b5-c9c886ae085b} executeQuery: Code: 42. DB::Exception: Number of arguments for function version doesn't match: passed 1, should be 0: In scope SELECT version(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT version('');) 2025.03.31 18:01:00.922120 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function version doesn't match: passed 1, should be 0: In scope SELECT version(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:01:01.036680 [ 3914 ] {537c4b1d-e3cd-42e8-9c81-fd0af3cb7549} executeQuery: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractBool doesn't match: passed 1, should be 2: In scope SELECT visitParamExtractBool(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT visitParamExtractBool('');) 2025.03.31 18:01:01.052748 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractBool doesn't match: passed 1, should be 2: In scope SELECT visitParamExtractBool(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:01:01.081546 [ 3914 ] {9352cf6d-4620-46ce-9069-949c79183957} executeQuery: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractFloat doesn't match: passed 1, should be 2: In scope SELECT visitParamExtractFloat(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT visitParamExtractFloat('');) 2025.03.31 18:01:01.098469 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractFloat doesn't match: passed 1, should be 2: In scope SELECT visitParamExtractFloat(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:01:01.141093 [ 3914 ] {7e435048-3be1-4677-a081-6f370fe2bdc3} executeQuery: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractInt doesn't match: passed 1, should be 2: In scope SELECT visitParamExtractInt(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT visitParamExtractInt('');) 2025.03.31 18:01:01.152298 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractInt doesn't match: passed 1, should be 2: In scope SELECT visitParamExtractInt(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:01:01.182646 [ 3914 ] {abbf63e9-400b-4dd4-baf4-8a1a69fb3d4e} executeQuery: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractRaw doesn't match: passed 1, should be 2: In scope SELECT visitParamExtractRaw(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT visitParamExtractRaw('');) 2025.03.31 18:01:01.193615 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractRaw doesn't match: passed 1, should be 2: In scope SELECT visitParamExtractRaw(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:01:01.225521 [ 3914 ] {922cd9dc-80d0-4b8f-ab51-eaf093ddf37c} executeQuery: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractString doesn't match: passed 1, should be 2: In scope SELECT visitParamExtractString(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT visitParamExtractString('');) 2025.03.31 18:01:01.239566 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractString doesn't match: passed 1, should be 2: In scope SELECT visitParamExtractString(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:01:01.279610 [ 3914 ] {6cee6a59-5b00-4331-9792-e84b36b8e758} executeQuery: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractUInt doesn't match: passed 1, should be 2: In scope SELECT visitParamExtractUInt(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT visitParamExtractUInt('');) 2025.03.31 18:01:01.290347 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractUInt doesn't match: passed 1, should be 2: In scope SELECT visitParamExtractUInt(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:01:01.319678 [ 3914 ] {2714c410-002d-4c43-8707-ceb486d2c792} executeQuery: Code: 42. DB::Exception: Number of arguments for function simpleJSONHas doesn't match: passed 1, should be 2: In scope SELECT visitParamHas(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT visitParamHas('');) 2025.03.31 18:01:01.330821 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function simpleJSONHas doesn't match: passed 1, should be 2: In scope SELECT visitParamHas(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:01:01.361389 [ 3914 ] {4dd8401b-bc1c-4c20-8b71-fdd546afa170} executeQuery: Code: 41. DB::Exception: Cannot read DateTime: neither Date nor Time was parsed successfully: In scope SELECT week(''). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT week('');) 2025.03.31 18:01:01.375796 [ 3914 ] {} TCPHandler: Code: 41. DB::Exception: Cannot read DateTime: neither Date nor Time was parsed successfully: In scope SELECT week(''). (CANNOT_PARSE_DATETIME) 2025.03.31 18:01:01.448978 [ 3914 ] {7af9b34f-81cf-45ae-aa0d-5d408c8e1a79} executeQuery: Code: 42. DB::Exception: Aggregate function welchTTest requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT welchTTest('');) 2025.03.31 18:01:01.463605 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function welchTTest requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:01:01.516718 [ 72004 ] {da4eb1b1-02a1-458f-a0e3-4f7d79e1e816} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 6: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59514) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (3, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:01:01.537045 [ 72004 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 6: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:01:01.540994 [ 3914 ] {180341f1-6b6a-49ad-9854-3cddee25c90f} executeQuery: Code: 42. DB::Exception: Number of arguments for function widthBucket doesn't match: passed 1, should be 4: In scope SELECT widthBucket(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT widthBucket('');) 2025.03.31 18:01:01.563287 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function widthBucket doesn't match: passed 1, should be 4: In scope SELECT widthBucket(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:01:01.596276 [ 3914 ] {266c50de-f18c-4070-88b0-7211ab7acc53} executeQuery: Code: 42. DB::Exception: Number of arguments for function widthBucket doesn't match: passed 1, should be 4: In scope SELECT width_bucket(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT width_bucket('');) 2025.03.31 18:01:01.608013 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function widthBucket doesn't match: passed 1, should be 4: In scope SELECT width_bucket(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:01:01.642969 [ 3914 ] {bea91fc0-7bf6-4e3f-9146-22b641c8ec49} executeQuery: Code: 42. DB::Exception: Aggregate function windowFunnel requires at least one parameter: , [option, [option, ...]]. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT windowFunnel('');) 2025.03.31 18:01:01.665656 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function windowFunnel requires at least one parameter: , [option, [option, ...]]. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:01:01.722841 [ 3914 ] {e00188ff-1005-44e9-b348-b2fb387c20fe} executeQuery: Code: 42. DB::Exception: Number of arguments for function windowID doesn't match: passed 1, should be 2, 3 or 4: In scope SELECT windowID(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT windowID('');) 2025.03.31 18:01:01.734268 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function windowID doesn't match: passed 1, should be 2, 3 or 4: In scope SELECT windowID(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:01:01.782874 [ 3914 ] {54cc45c6-09ac-407f-9b55-64919993f807} executeQuery: Code: 36. DB::Exception: Unknown geometry type String: In scope SELECT wkt(''). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT wkt('');) 2025.03.31 18:01:01.794776 [ 3914 ] {} TCPHandler: Code: 36. DB::Exception: Unknown geometry type String: In scope SELECT wkt(''). (BAD_ARGUMENTS) 2025.03.31 18:01:03.359956 [ 3914 ] {db31905d-381c-43c2-aa69-b75a760b67ab} executeQuery: Code: 35. DB::Exception: Number of arguments for function "xor" should be at least 2: passed 1: In scope SELECT xor(''). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT xor('');) 2025.03.31 18:01:03.382721 [ 3914 ] {} TCPHandler: Code: 35. DB::Exception: Number of arguments for function "xor" should be at least 2: passed 1: In scope SELECT xor(''). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) 2025.03.31 18:01:03.703604 [ 3914 ] {9b622dbd-521d-4b5f-b2f3-220e576350f8} executeQuery: Code: 42. DB::Exception: Number of arguments for function kostikConsistentHash doesn't match: passed 1, should be 2: In scope SELECT yandexConsistentHash(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT yandexConsistentHash('');) 2025.03.31 18:01:03.724389 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function kostikConsistentHash doesn't match: passed 1, should be 2: In scope SELECT yandexConsistentHash(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:01:03.766393 [ 3914 ] {4eac16ea-f4f8-4883-ae33-fb393105d199} executeQuery: Code: 41. DB::Exception: Cannot read DateTime: neither Date nor Time was parsed successfully: In scope SELECT yearweek(''). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT yearweek('');) 2025.03.31 18:01:03.777489 [ 3914 ] {} TCPHandler: Code: 41. DB::Exception: Cannot read DateTime: neither Date nor Time was parsed successfully: In scope SELECT yearweek(''). (CANNOT_PARSE_DATETIME) 2025.03.31 18:01:03.831264 [ 3914 ] {e2e06a5d-c2dd-437e-9c24-a7dd75a8c297} executeQuery: Code: 42. DB::Exception: Number of arguments for function yesterday doesn't match: passed 1, should be 0: In scope SELECT yesterday(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT yesterday('');) 2025.03.31 18:01:03.840205 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function yesterday doesn't match: passed 1, should be 0: In scope SELECT yesterday(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:01:03.896692 [ 3914 ] {e1fff6a3-40a2-4f14-867a-5ad197e14dae} executeQuery: Code: 42. DB::Exception: Number of arguments for function zookeeperSessionUptime doesn't match: passed 1, should be 0: In scope SELECT zookeeperSessionUptime(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56050) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT zookeeperSessionUptime('');) 2025.03.31 18:01:03.911754 [ 3914 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function zookeeperSessionUptime doesn't match: passed 1, should be 0: In scope SELECT zookeeperSessionUptime(''). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:01:06.932551 [ 71968 ] {391f8a20-1832-4d68-9c6a-ccdb3b690f95} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 6: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:58486) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (6, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:01:06.949752 [ 71968 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 6: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:01:07.945088 [ 71975 ] {05622a25-3ad1-45fe-9035-cb24c6c5020c} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 7: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:58542) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (7, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:01:07.963160 [ 71975 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 7: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:01:08.429113 [ 68118 ] {614c4dbd-0521-482a-8a0a-fae25a8da622} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -14: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:58520) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-7, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:01:08.464579 [ 68118 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -14: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:01:09.339155 [ 55895 ] {b8b3940c-d1e8-48a7-bdea-effea1e0374d} executeQuery: Code: 497. DB::Exception: u_03168_query_log_test_hw233558: Not enough privileges. To execute this query, it's necessary to have the grant SELECT(a, b) ON test_hw233558.d_03168_query_log. (ACCESS_DENIED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:58624) (comment: 03168_query_log_privileges_not_empty.sh) (in query: select a, b from d_03168_query_log), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: auto bool DB::ContextAccess::checkAccessImplHelper>, std::basic_string_view>, std::vector>>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, std::basic_string_view> const&, std::vector> const&) const::'lambda'(int, FormatStringHelperImpl::type...>, $T&&...)::operator()(int, FormatStringHelperImpl::type...>, $T&&...) const @ 0x0000000033bb366a 4. ./build_docker/./src/Access/ContextAccess.cpp:664: auto bool DB::ContextAccess::checkAccessImplHelper>, std::basic_string_view>, std::vector>>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, std::basic_string_view> const&, std::vector> const&) const::'lambda'(DB::AccessFlags, $T&&...)::operator()> const&, std::basic_string_view> const&, std::vector> const&>(DB::AccessFlags, $T&&...) const @ 0x0000000033bafacf 5. ./build_docker/./src/Access/ContextAccess.cpp:702: bool DB::ContextAccess::checkAccessImplHelper>, std::basic_string_view>, std::vector>>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, std::basic_string_view> const&, std::vector> const&) const @ 0x0000000033badd3f 6. ./build_docker/./src/Access/ContextAccess.cpp:772: DB::ContextAccess::checkAccess(std::shared_ptr const&, DB::AccessFlags const&, std::basic_string_view>, std::basic_string_view>, std::vector> const&) const @ 0x0000000033b0ef41 7. ./src/Access/ContextAccess.h:261: void DB::Context::checkAccessImpl>>(DB::AccessFlags const&, String const&, String const&, std::vector> const&) const @ 0x00000000365b7ae9 8. ./build_docker/./src/Interpreters/Context.cpp:1684: DB::Context::checkAccess(DB::AccessFlags const&, DB::StorageID const&, std::vector> const&) const @ 0x0000000036521523 9. ./build_docker/./src/Planner/PlannerJoinTree.cpp:169: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386a58ed 10. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 11. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 18:01:09.363713 [ 55895 ] {} TCPHandler: Code: 497. DB::Exception: u_03168_query_log_test_hw233558: Not enough privileges. To execute this query, it's necessary to have the grant SELECT(a, b) ON test_hw233558.d_03168_query_log. (ACCESS_DENIED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: auto bool DB::ContextAccess::checkAccessImplHelper>, std::basic_string_view>, std::vector>>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, std::basic_string_view> const&, std::vector> const&) const::'lambda'(int, FormatStringHelperImpl::type...>, $T&&...)::operator()(int, FormatStringHelperImpl::type...>, $T&&...) const @ 0x0000000033bb366a 4. ./build_docker/./src/Access/ContextAccess.cpp:664: auto bool DB::ContextAccess::checkAccessImplHelper>, std::basic_string_view>, std::vector>>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, std::basic_string_view> const&, std::vector> const&) const::'lambda'(DB::AccessFlags, $T&&...)::operator()> const&, std::basic_string_view> const&, std::vector> const&>(DB::AccessFlags, $T&&...) const @ 0x0000000033bafacf 5. ./build_docker/./src/Access/ContextAccess.cpp:702: bool DB::ContextAccess::checkAccessImplHelper>, std::basic_string_view>, std::vector>>(std::shared_ptr const&, DB::AccessFlags, std::basic_string_view> const&, std::basic_string_view> const&, std::vector> const&) const @ 0x0000000033badd3f 6. ./build_docker/./src/Access/ContextAccess.cpp:772: DB::ContextAccess::checkAccess(std::shared_ptr const&, DB::AccessFlags const&, std::basic_string_view>, std::basic_string_view>, std::vector> const&) const @ 0x0000000033b0ef41 7. ./src/Access/ContextAccess.h:261: void DB::Context::checkAccessImpl>>(DB::AccessFlags const&, String const&, String const&, std::vector> const&) const @ 0x00000000365b7ae9 8. ./build_docker/./src/Interpreters/Context.cpp:1684: DB::Context::checkAccess(DB::AccessFlags const&, DB::StorageID const&, std::vector> const&) const @ 0x0000000036521523 9. ./build_docker/./src/Planner/PlannerJoinTree.cpp:169: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386a58ed 10. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 11. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 18:01:09.419705 [ 72002 ] {80461961-44b5-45c0-8605-220bf7490d86} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -8, m = 1. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:58572) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-8, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:01:09.465661 [ 72002 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -8, m = 1. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:01:09.573527 [ 71963 ] {cabb2235-2188-4820-b97d-bfc01731c6b8} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 16: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:58612) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (8, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:01:09.616242 [ 71963 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 16: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:01:11.252155 [ 71966 ] {7668b60e-b2c5-4cc6-83ee-f1ca6afee7fe} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -9, m = 2. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:58730) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-9, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:01:11.284648 [ 71966 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -9, m = 2. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:01:12.099780 [ 71983 ] {37307a2a-7cd9-4ad4-8a98-760b4cbff87c} executeQuery: Code: 44. DB::Exception: Constant columns are not supported at the moment. (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:58682) (comment: 01602_runningConcurrency.sql) (in query: -- Constant columns are currently not supported. SELECT runningConcurrency(toDate(arrayJoin([1, 2])), toDate('2000-01-01'));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::ExecutableFunctionRunningConcurrency>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b5f91be 5. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 6. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 7. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 8. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 9. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 10. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 11. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 12. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 14. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 15. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 18:01:12.117278 [ 71983 ] {} TCPHandler: Code: 44. DB::Exception: Constant columns are not supported at the moment. (ILLEGAL_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::ExecutableFunctionRunningConcurrency>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b5f91be 5. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 6. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 7. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 8. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 9. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 10. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 11. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 12. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 14. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 15. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 18:01:12.975788 [ 71983 ] {fbb40245-86ac-48ea-ba8d-055143f7c6b8} executeQuery: Code: 43. DB::Exception: Arguments for function runningConcurrency must be Date, DateTime, or DateTime64.: In scope SELECT runningConcurrency('strings are', 'not supported'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:58682) (comment: 01602_runningConcurrency.sql) (in query: -- Unsupported data types SELECT runningConcurrency('strings are', 'not supported');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. void DB::RunningConcurrencyOverloadResolver>::dispatchForSourceType>::buildImpl(std::vector> const&, std::shared_ptr const&) const::'lambda'(auto)>(DB::IDataType const&, auto&&) const @ 0x000000001b5f5251 5. DB::RunningConcurrencyOverloadResolver>::buildImpl(std::vector> const&, std::shared_ptr const&) const @ 0x000000001b5f4806 6. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c008ff 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 14. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 18:01:12.984773 [ 71983 ] {} TCPHandler: Code: 43. DB::Exception: Arguments for function runningConcurrency must be Date, DateTime, or DateTime64.: In scope SELECT runningConcurrency('strings are', 'not supported'). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. void DB::RunningConcurrencyOverloadResolver>::dispatchForSourceType>::buildImpl(std::vector> const&, std::shared_ptr const&) const::'lambda'(auto)>(DB::IDataType const&, auto&&) const @ 0x000000001b5f5251 5. DB::RunningConcurrencyOverloadResolver>::buildImpl(std::vector> const&, std::shared_ptr const&) const @ 0x000000001b5f4806 6. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c008ff 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 14. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 18:01:13.031221 [ 71983 ] {d2704e47-1a8c-4501-a714-c45332fd7a05} executeQuery: Code: 43. DB::Exception: Arguments for function runningConcurrency must be Date, DateTime, or DateTime64.: In scope SELECT runningConcurrency(NULL, NULL). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:58682) (comment: 01602_runningConcurrency.sql) (in query: SELECT runningConcurrency(NULL, NULL);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. void DB::RunningConcurrencyOverloadResolver>::dispatchForSourceType>::buildImpl(std::vector> const&, std::shared_ptr const&) const::'lambda'(auto)>(DB::IDataType const&, auto&&) const @ 0x000000001b5f5251 5. DB::RunningConcurrencyOverloadResolver>::buildImpl(std::vector> const&, std::shared_ptr const&) const @ 0x000000001b5f4806 6. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c008ff 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 14. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 18:01:13.038277 [ 71983 ] {} TCPHandler: Code: 43. DB::Exception: Arguments for function runningConcurrency must be Date, DateTime, or DateTime64.: In scope SELECT runningConcurrency(NULL, NULL). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. void DB::RunningConcurrencyOverloadResolver>::dispatchForSourceType>::buildImpl(std::vector> const&, std::shared_ptr const&) const::'lambda'(auto)>(DB::IDataType const&, auto&&) const @ 0x000000001b5f5251 5. DB::RunningConcurrencyOverloadResolver>::buildImpl(std::vector> const&, std::shared_ptr const&) const @ 0x000000001b5f4806 6. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c008ff 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 14. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 18:01:13.103824 [ 71983 ] {fa24fa94-b43b-4931-9d97-51ce5ac78335} executeQuery: Code: 43. DB::Exception: Arguments for function runningConcurrency must be Date, DateTime, or DateTime64.: In scope SELECT runningConcurrency(CAST(NULL, 'Nullable(DateTime)'), CAST(NULL, 'Nullable(DateTime)')). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:58682) (comment: 01602_runningConcurrency.sql) (in query: SELECT runningConcurrency(CAST(NULL, 'Nullable(DateTime)'), CAST(NULL, 'Nullable(DateTime)'));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. void DB::RunningConcurrencyOverloadResolver>::dispatchForSourceType>::buildImpl(std::vector> const&, std::shared_ptr const&) const::'lambda'(auto)>(DB::IDataType const&, auto&&) const @ 0x000000001b5f5251 5. DB::RunningConcurrencyOverloadResolver>::buildImpl(std::vector> const&, std::shared_ptr const&) const @ 0x000000001b5f4806 6. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c008ff 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 14. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 18:01:13.110410 [ 71983 ] {} TCPHandler: Code: 43. DB::Exception: Arguments for function runningConcurrency must be Date, DateTime, or DateTime64.: In scope SELECT runningConcurrency(CAST(NULL, 'Nullable(DateTime)'), CAST(NULL, 'Nullable(DateTime)')). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. void DB::RunningConcurrencyOverloadResolver>::dispatchForSourceType>::buildImpl(std::vector> const&, std::shared_ptr const&) const::'lambda'(auto)>(DB::IDataType const&, auto&&) const @ 0x000000001b5f5251 5. DB::RunningConcurrencyOverloadResolver>::buildImpl(std::vector> const&, std::shared_ptr const&) const @ 0x000000001b5f4806 6. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c008ff 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 14. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 18:01:13.830334 [ 71983 ] {0d29778b-8aec-4376-ac69-e2cc40d4f99d} executeQuery: Code: 43. DB::Exception: Function runningConcurrency must be called with two arguments having the same type.: In scope SELECT runningConcurrency(toDate('2000-01-01'), toDateTime('2000-01-01 00:00:00')). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:58682) (comment: 01602_runningConcurrency.sql) (in query: -- Mismatching data types SELECT runningConcurrency(toDate('2000-01-01'), toDateTime('2000-01-01 00:00:00'));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::RunningConcurrencyOverloadResolver>::buildImpl(std::vector> const&, std::shared_ptr const&) const @ 0x000000001b5f4243 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c008ff 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 18:01:13.836669 [ 71983 ] {} TCPHandler: Code: 43. DB::Exception: Function runningConcurrency must be called with two arguments having the same type.: In scope SELECT runningConcurrency(toDate('2000-01-01'), toDateTime('2000-01-01 00:00:00')). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::RunningConcurrencyOverloadResolver>::buildImpl(std::vector> const&, std::shared_ptr const&) const @ 0x000000001b5f4243 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c008ff 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 18:01:14.752794 [ 71983 ] {069b3c07-db2f-4757-8ab9-f85ab6046c33} executeQuery: Code: 117. DB::Exception: Incorrect order of events: '2000-01-02' > '2000-01-01': In scope SELECT runningConcurrency(toDate('2000-01-02'), toDate('2000-01-01')). (INCORRECT_DATA) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:58682) (comment: 01602_runningConcurrency.sql) (in query: -- begin > end SELECT runningConcurrency(toDate('2000-01-02'), toDate('2000-01-01'));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&, String&) @ 0x000000001b5f99cd 4. DB::ExecutableFunctionRunningConcurrency>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b5f903c 5. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 6. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 7. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 9. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 10. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:01:14.765392 [ 71983 ] {} TCPHandler: Code: 117. DB::Exception: Incorrect order of events: '2000-01-02' > '2000-01-01': In scope SELECT runningConcurrency(toDate('2000-01-02'), toDate('2000-01-01')). (INCORRECT_DATA), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&, String&) @ 0x000000001b5f99cd 4. DB::ExecutableFunctionRunningConcurrency>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b5f903c 5. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 6. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 7. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 9. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 10. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:01:16.290980 [ 71989 ] {f823cdfa-4cc1-4359-b638-c63489a08378} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 12, m = 2. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59154) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (12, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:01:16.317329 [ 71989 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 12, m = 2. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:01:17.120693 [ 71975 ] {0e1c26a9-f573-472e-b1a0-d4b943557163} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'snowflakeIDToDateTime'. Expected 1 mandatory argument and 2 optional arguments, got 0 arguments: In scope SELECT snowflakeIDToDateTime(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59136) (comment: 01942_snowflakeIDToDateTime.sql) (in query: SELECT snowflakeIDToDateTime();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&, String&&) @ 0x0000000031c3fcf7 4. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3b1b3 5. DB::FunctionSnowflakeIDToDateTime::getReturnTypeImpl(std::vector> const&) const @ 0x000000001b8271ab 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:01:17.146024 [ 71975 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'snowflakeIDToDateTime'. Expected 1 mandatory argument and 2 optional arguments, got 0 arguments: In scope SELECT snowflakeIDToDateTime(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&, String&&) @ 0x0000000031c3fcf7 4. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3b1b3 5. DB::FunctionSnowflakeIDToDateTime::getReturnTypeImpl(std::vector> const&) const @ 0x000000001b8271ab 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:01:17.251401 [ 68116 ] {6b6c0b52-ea94-4f22-8669-1fc0b8b2e8ca} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 13, m = 1. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41460) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (13, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:01:17.273943 [ 68116 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 13, m = 1. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:01:17.653764 [ 72004 ] {db9ddac4-0c62-4203-8ada-6db6ce20e6da} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 13, m = 2. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41472) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (13, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:01:17.674577 [ 72004 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 13, m = 2. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:01:18.112398 [ 71975 ] {250bd201-c74e-4072-92f2-0836dcd6c825} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'snowflakeIDToDateTime64'. Expected 1 mandatory argument and 2 optional arguments, got 0 arguments: In scope SELECT snowflakeIDToDateTime64(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59136) (comment: 01942_snowflakeIDToDateTime.sql) (in query: SELECT snowflakeIDToDateTime64();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&, String&&) @ 0x0000000031c3fcf7 4. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3b1b3 5. DB::FunctionSnowflakeIDToDateTime64::getReturnTypeImpl(std::vector> const&) const @ 0x000000001b829a70 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:01:18.118778 [ 71975 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'snowflakeIDToDateTime64'. Expected 1 mandatory argument and 2 optional arguments, got 0 arguments: In scope SELECT snowflakeIDToDateTime64(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&, String&&) @ 0x0000000031c3fcf7 4. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3b1b3 5. DB::FunctionSnowflakeIDToDateTime64::getReturnTypeImpl(std::vector> const&) const @ 0x000000001b829a70 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:01:18.282172 [ 68116 ] {0778d2e5-39e5-4cf9-9df1-279dc159c01b} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 14, m = 1. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41520) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (14, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:01:18.299696 [ 68116 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 14, m = 1. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:01:18.959799 [ 71975 ] {c11efe1a-4d13-4a50-9143-b08f25b01f02} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'snowflakeIDToDateTime'. Expected: UInt64, got: String: In scope SELECT snowflakeIDToDateTime('invalid_snowflake'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59136) (comment: 01942_snowflakeIDToDateTime.sql) (in query: SELECT snowflakeIDToDateTime('invalid_snowflake');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::FunctionSnowflakeIDToDateTime::getReturnTypeImpl(std::vector> const&) const @ 0x000000001b8271ab 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:01:18.966615 [ 71975 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'snowflakeIDToDateTime'. Expected: UInt64, got: String: In scope SELECT snowflakeIDToDateTime('invalid_snowflake'). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::FunctionSnowflakeIDToDateTime::getReturnTypeImpl(std::vector> const&) const @ 0x000000001b8271ab 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:01:19.833918 [ 71975 ] {efd6211c-2bbc-4ea5-8e81-7c389baba372} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'snowflakeIDToDateTime64'. Expected: UInt64, got: String: In scope SELECT snowflakeIDToDateTime64('invalid_snowflake'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59136) (comment: 01942_snowflakeIDToDateTime.sql) (in query: SELECT snowflakeIDToDateTime64('invalid_snowflake');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::FunctionSnowflakeIDToDateTime64::getReturnTypeImpl(std::vector> const&) const @ 0x000000001b829a70 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:01:19.841329 [ 71975 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'snowflakeIDToDateTime64'. Expected: UInt64, got: String: In scope SELECT snowflakeIDToDateTime64('invalid_snowflake'). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::FunctionSnowflakeIDToDateTime64::getReturnTypeImpl(std::vector> const&) const @ 0x000000001b829a70 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:01:20.709280 [ 71975 ] {e86ab296-cc3d-41b2-951c-b5ec1e44e3b9} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 2nd argument 'epoch' to function 'snowflakeIDToDateTime'. Expected: const UInt*, got: String: In scope SELECT snowflakeIDToDateTime(CAST('123', 'UInt64'), 'invalid_epoch'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59136) (comment: 01942_snowflakeIDToDateTime.sql) (in query: SELECT snowflakeIDToDateTime(123::UInt64, 'invalid_epoch');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a46f 6. DB::FunctionSnowflakeIDToDateTime::getReturnTypeImpl(std::vector> const&) const @ 0x000000001b8271ab 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:01:20.716323 [ 71975 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 2nd argument 'epoch' to function 'snowflakeIDToDateTime'. Expected: const UInt*, got: String: In scope SELECT snowflakeIDToDateTime(CAST('123', 'UInt64'), 'invalid_epoch'). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a46f 6. DB::FunctionSnowflakeIDToDateTime::getReturnTypeImpl(std::vector> const&) const @ 0x000000001b8271ab 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:01:21.400210 [ 68114 ] {0df5f658-b9c8-44ab-a74f-1be98810c92f} executeQuery: Code: 344. DB::Exception: OPTIMIZE DEDUPLICATE query is not supported for table tp as it has projections. User should drop all the projections manually before running the query, or consider drop or rebuild option of deduplicate_merge_projection_mode. (SUPPORT_IS_DISABLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41670) (comment: 03206_projection_merge_special_mergetree_ignore.sql) (in query: OPTIMIZE TABLE tp DEDUPLICATE;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/StorageMergeTree.cpp:1621: DB::StorageMergeTree::optimize(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr const&, bool, bool, std::vector> const&, bool, std::shared_ptr) @ 0x000000003eaf583c 5. ./build_docker/./src/Interpreters/InterpreterOptimizeQuery.cpp:84: DB::InterpreterOptimizeQuery::execute() @ 0x000000003939547f 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 8. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 18:01:21.408974 [ 68114 ] {} TCPHandler: Code: 344. DB::Exception: OPTIMIZE DEDUPLICATE query is not supported for table tp as it has projections. User should drop all the projections manually before running the query, or consider drop or rebuild option of deduplicate_merge_projection_mode. (SUPPORT_IS_DISABLED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/StorageMergeTree.cpp:1621: DB::StorageMergeTree::optimize(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr const&, bool, bool, std::vector> const&, bool, std::shared_ptr) @ 0x000000003eaf583c 5. ./build_docker/./src/Interpreters/InterpreterOptimizeQuery.cpp:84: DB::InterpreterOptimizeQuery::execute() @ 0x000000003939547f 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 8. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 18:01:21.590030 [ 68115 ] {b2d34479-573b-455e-bc90-7089f88b2d23} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 16: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41754) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (16, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:01:21.614061 [ 71975 ] {39530bbe-1c78-4fa6-902d-0111082edf02} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 2nd argument 'epoch' to function 'snowflakeIDToDateTime64'. Expected: const UInt*, got: String: In scope SELECT snowflakeIDToDateTime64(CAST('123', 'UInt64'), 'invalid_epoch'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59136) (comment: 01942_snowflakeIDToDateTime.sql) (in query: SELECT snowflakeIDToDateTime64(123::UInt64, 'invalid_epoch');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a46f 6. DB::FunctionSnowflakeIDToDateTime64::getReturnTypeImpl(std::vector> const&) const @ 0x000000001b829a70 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:01:21.620368 [ 71975 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 2nd argument 'epoch' to function 'snowflakeIDToDateTime64'. Expected: const UInt*, got: String: In scope SELECT snowflakeIDToDateTime64(CAST('123', 'UInt64'), 'invalid_epoch'). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a46f 6. DB::FunctionSnowflakeIDToDateTime64::getReturnTypeImpl(std::vector> const&) const @ 0x000000001b829a70 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:01:21.629950 [ 68115 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 16: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:01:21.655082 [ 71975 ] {aadf2f81-11a0-4f5e-9246-234eb8c70ec4} executeQuery: Code: 44. DB::Exception: A value of illegal type was provided as 2nd argument 'epoch' to function 'snowflakeIDToDateTime'. Expected: const UInt*, got: UInt8: In scope SELECT snowflakeIDToDateTime(CAST('123', 'UInt64'), materialize(42)). (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59136) (comment: 01942_snowflakeIDToDateTime.sql) (in query: SELECT snowflakeIDToDateTime(123::UInt64, materialize(42));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a46f 6. DB::FunctionSnowflakeIDToDateTime::getReturnTypeImpl(std::vector> const&) const @ 0x000000001b8271ab 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:01:21.661868 [ 71975 ] {} TCPHandler: Code: 44. DB::Exception: A value of illegal type was provided as 2nd argument 'epoch' to function 'snowflakeIDToDateTime'. Expected: const UInt*, got: UInt8: In scope SELECT snowflakeIDToDateTime(CAST('123', 'UInt64'), materialize(42)). (ILLEGAL_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a46f 6. DB::FunctionSnowflakeIDToDateTime::getReturnTypeImpl(std::vector> const&) const @ 0x000000001b8271ab 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:01:21.699630 [ 71975 ] {98211eb5-ede5-4d4d-80da-19141537b0e5} executeQuery: Code: 44. DB::Exception: A value of illegal type was provided as 2nd argument 'epoch' to function 'snowflakeIDToDateTime64'. Expected: const UInt*, got: UInt8: In scope SELECT snowflakeIDToDateTime64(CAST('123', 'UInt64'), materialize(42)). (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59136) (comment: 01942_snowflakeIDToDateTime.sql) (in query: SELECT snowflakeIDToDateTime64(123::UInt64, materialize(42));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a46f 6. DB::FunctionSnowflakeIDToDateTime64::getReturnTypeImpl(std::vector> const&) const @ 0x000000001b829a70 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:01:21.708020 [ 71975 ] {} TCPHandler: Code: 44. DB::Exception: A value of illegal type was provided as 2nd argument 'epoch' to function 'snowflakeIDToDateTime64'. Expected: const UInt*, got: UInt8: In scope SELECT snowflakeIDToDateTime64(CAST('123', 'UInt64'), materialize(42)). (ILLEGAL_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a46f 6. DB::FunctionSnowflakeIDToDateTime64::getReturnTypeImpl(std::vector> const&) const @ 0x000000001b829a70 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:01:21.763353 [ 71975 ] {bcc7e819-b210-48c5-935f-cc602da152e8} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 3rd argument 'time_zone' to function 'snowflakeIDToDateTime'. Expected: String, got: UInt8: In scope SELECT snowflakeIDToDateTime(CAST('123', 'UInt64'), 42, 42). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59136) (comment: 01942_snowflakeIDToDateTime.sql) (in query: SELECT snowflakeIDToDateTime(123::UInt64, 42, 42);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a46f 6. DB::FunctionSnowflakeIDToDateTime::getReturnTypeImpl(std::vector> const&) const @ 0x000000001b8271ab 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:01:21.780658 [ 71975 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 3rd argument 'time_zone' to function 'snowflakeIDToDateTime'. Expected: String, got: UInt8: In scope SELECT snowflakeIDToDateTime(CAST('123', 'UInt64'), 42, 42). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a46f 6. DB::FunctionSnowflakeIDToDateTime::getReturnTypeImpl(std::vector> const&) const @ 0x000000001b8271ab 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:01:21.819107 [ 71975 ] {6664b9d5-f6ed-4470-871a-15aab07fb1bd} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 3rd argument 'time_zone' to function 'snowflakeIDToDateTime64'. Expected: String, got: UInt8: In scope SELECT snowflakeIDToDateTime64(CAST('123', 'UInt64'), 42, 42). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59136) (comment: 01942_snowflakeIDToDateTime.sql) (in query: SELECT snowflakeIDToDateTime64(123::UInt64, 42, 42);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a46f 6. DB::FunctionSnowflakeIDToDateTime64::getReturnTypeImpl(std::vector> const&) const @ 0x000000001b829a70 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:01:21.826579 [ 71975 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 3rd argument 'time_zone' to function 'snowflakeIDToDateTime64'. Expected: String, got: UInt8: In scope SELECT snowflakeIDToDateTime64(CAST('123', 'UInt64'), 42, 42). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a46f 6. DB::FunctionSnowflakeIDToDateTime64::getReturnTypeImpl(std::vector> const&) const @ 0x000000001b829a70 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:01:21.862915 [ 71975 ] {bef8995a-9b5d-4691-b21b-7408ad0e8676} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'snowflakeIDToDateTime'. Expected 1 mandatory argument and 2 optional arguments, got 4 arguments: In scope SELECT snowflakeIDToDateTime(CAST('123', 'UInt64'), 42, 'UTC', 'too_many_args'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59136) (comment: 01942_snowflakeIDToDateTime.sql) (in query: SELECT snowflakeIDToDateTime(123::UInt64, 42, 'UTC', 'too_many_args');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&, String&&) @ 0x0000000031c3fcf7 4. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3b1b3 5. DB::FunctionSnowflakeIDToDateTime::getReturnTypeImpl(std::vector> const&) const @ 0x000000001b8271ab 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:01:21.869733 [ 71975 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'snowflakeIDToDateTime'. Expected 1 mandatory argument and 2 optional arguments, got 4 arguments: In scope SELECT snowflakeIDToDateTime(CAST('123', 'UInt64'), 42, 'UTC', 'too_many_args'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&, String&&) @ 0x0000000031c3fcf7 4. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3b1b3 5. DB::FunctionSnowflakeIDToDateTime::getReturnTypeImpl(std::vector> const&) const @ 0x000000001b8271ab 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:01:21.906422 [ 71975 ] {4349c1eb-6c54-4f78-aa34-38037902d0d8} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'snowflakeIDToDateTime64'. Expected 1 mandatory argument and 2 optional arguments, got 4 arguments: In scope SELECT snowflakeIDToDateTime64(CAST('123', 'UInt64'), 42, 'UTC', 'too_many_args'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59136) (comment: 01942_snowflakeIDToDateTime.sql) (in query: SELECT snowflakeIDToDateTime64(123::UInt64, 42, 'UTC', 'too_many_args');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&, String&&) @ 0x0000000031c3fcf7 4. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3b1b3 5. DB::FunctionSnowflakeIDToDateTime64::getReturnTypeImpl(std::vector> const&) const @ 0x000000001b829a70 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:01:21.918806 [ 71975 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'snowflakeIDToDateTime64'. Expected 1 mandatory argument and 2 optional arguments, got 4 arguments: In scope SELECT snowflakeIDToDateTime64(CAST('123', 'UInt64'), 42, 'UTC', 'too_many_args'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&, String&&) @ 0x0000000031c3fcf7 4. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3b1b3 5. DB::FunctionSnowflakeIDToDateTime64::getReturnTypeImpl(std::vector> const&) const @ 0x000000001b829a70 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:01:23.015077 [ 1417 ] {384ed75a-2fb4-48a5-b01e-00688d788984} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -32: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41818) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-16, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:01:23.038675 [ 1417 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -32: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:01:23.068537 [ 67575 ] {7a7bca84-cc08-41d9-9a34-101eb89c3c71} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -17: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41848) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-17, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:01:23.098958 [ 67575 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -17: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:01:27.231122 [ 71978 ] {d825239b-bd38-46d5-be4f-7c1115d16758} executeQuery: Code: 232. DB::Exception: No part all_100_100_0 in committed state. (NO_SUCH_DATA_PART) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42118) (comment: 01451_detach_drop_part.sql) (in query: ALTER TABLE mt_01451 DETACH PART 'all_100_100_0';), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5359: DB::MergeTreeData::checkPartCanBeDropped(String const&, std::shared_ptr) @ 0x000000003df1e0de 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5586: DB::MergeTreeData::alterPartition(std::shared_ptr const&, std::vector> const&, std::shared_ptr) @ 0x000000003df30046 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:245: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751f81 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:01:27.238349 [ 71978 ] {} TCPHandler: Code: 232. DB::Exception: No part all_100_100_0 in committed state. (NO_SUCH_DATA_PART), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5359: DB::MergeTreeData::checkPartCanBeDropped(String const&, std::shared_ptr) @ 0x000000003df1e0de 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5586: DB::MergeTreeData::alterPartition(std::shared_ptr const&, std::vector> const&, std::shared_ptr) @ 0x000000003df30046 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:245: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751f81 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:01:27.393574 [ 71982 ] {f0f9f329-c66e-45a0-952e-6be425eda183} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 19, m = 2. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50806) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (19, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:01:27.410770 [ 71982 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 19, m = 2. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:01:28.113361 [ 425 ] {e7a86503-043f-4205-bae6-b634e9d6dd0a} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 20, m = 1. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50822) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (20, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:01:28.156961 [ 425 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 20, m = 1. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:01:29.301416 [ 71978 ] {f5ead563-8c3b-4407-8046-a38549281a5a} executeQuery: Code: 233. DB::Exception: Detached part "all_4_4_0" not found. (BAD_DATA_PART_NAME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42118) (comment: 01451_detach_drop_part.sql) (in query: ALTER TABLE mt_01451 ATTACH PART 'all_4_4_0';), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:7819: DB::MergeTreeData::getDiskForDetachedPart(String const&) const @ 0x000000003df57bc1 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:6617: DB::MergeTreeData::tryLoadPartsToAttach(std::shared_ptr const&, bool, std::shared_ptr, DB::MergeTreeData::PartsTemporaryRename&) @ 0x000000003df5a9a9 6. ./build_docker/./src/Storages/StorageMergeTree.cpp:2157: DB::StorageMergeTree::attachPartition(std::shared_ptr const&, std::shared_ptr const&, bool, std::shared_ptr) @ 0x000000003eb24044 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5606: DB::MergeTreeData::alterPartition(std::shared_ptr const&, std::vector> const&, std::shared_ptr) @ 0x000000003df2c9aa 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:245: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751f81 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:01:29.332412 [ 71978 ] {} TCPHandler: Code: 233. DB::Exception: Detached part "all_4_4_0" not found. (BAD_DATA_PART_NAME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:7819: DB::MergeTreeData::getDiskForDetachedPart(String const&) const @ 0x000000003df57bc1 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:6617: DB::MergeTreeData::tryLoadPartsToAttach(std::shared_ptr const&, bool, std::shared_ptr, DB::MergeTreeData::PartsTemporaryRename&) @ 0x000000003df5a9a9 6. ./build_docker/./src/Storages/StorageMergeTree.cpp:2157: DB::StorageMergeTree::attachPartition(std::shared_ptr const&, std::shared_ptr const&, bool, std::shared_ptr) @ 0x000000003eb24044 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5606: DB::MergeTreeData::alterPartition(std::shared_ptr const&, std::vector> const&, std::shared_ptr) @ 0x000000003df2c9aa 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:245: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751f81 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:01:29.592872 [ 56178 ] {0e941205-91a0-4817-b01f-f50bbb39386f} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -40: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50856) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-20, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:01:29.616913 [ 56178 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -40: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:01:33.288057 [ 71985 ] {7b6542b2-bf2f-4ce4-8dd8-73f05e1f2f47} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 23: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:51160) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (23, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:01:33.323232 [ 71985 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 23: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:01:38.491216 [ 71970 ] {83284c4f-4c88-4b5b-94e0-20efbc525ae7} executeQuery: Code: 277. DB::Exception: Primary key (str) is not used and setting 'force_primary_key' is set. (INDEX_NOT_USED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:51396) (comment: 02458_key_condition_not_like_prefix.sql) (in query: SELECT count() FROM data WHERE str NOT LIKE 'a' SETTINGS force_primary_key=1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception, std::__wrap_iter, char>>(int, FormatStringHelperImpl, std::__wrap_iter, char>>::type>, fmt::v9::join_view, std::__wrap_iter, char>&&) @ 0x000000003ca4deea 4. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1727: DB::ReadFromMergeTree::selectRangesToRead(std::vector, std::allocator>>, std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, DB::MergeTreeData const&, std::vector> const&, std::shared_ptr, std::optional&, bool) @ 0x000000004088bda0 5. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1492: DB::ReadFromMergeTree::selectRangesToRead(std::vector, std::allocator>>, bool) const @ 0x000000004088a5a8 6. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1487: DB::ReadFromMergeTree::selectRangesToRead(bool) const @ 0x0000000040889d45 7. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizeUseAggregateProjection.cpp:612: DB::QueryPlanOptimizations::optimizeUseAggregateProjections(DB::QueryPlan::Node&, std::list>&, bool) @ 0x0000000040b3adcc 8. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizeTree.cpp:164: DB::QueryPlanOptimizations::optimizeTreeSecondPass(DB::QueryPlanOptimizationSettings const&, DB::QueryPlan::Node&, std::list>&) @ 0x0000000040aae7c7 9. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:471: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x000000004081319e 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 14. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:01:38.498366 [ 71970 ] {} TCPHandler: Code: 277. DB::Exception: Primary key (str) is not used and setting 'force_primary_key' is set. (INDEX_NOT_USED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception, std::__wrap_iter, char>>(int, FormatStringHelperImpl, std::__wrap_iter, char>>::type>, fmt::v9::join_view, std::__wrap_iter, char>&&) @ 0x000000003ca4deea 4. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1727: DB::ReadFromMergeTree::selectRangesToRead(std::vector, std::allocator>>, std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, DB::MergeTreeData const&, std::vector> const&, std::shared_ptr, std::optional&, bool) @ 0x000000004088bda0 5. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1492: DB::ReadFromMergeTree::selectRangesToRead(std::vector, std::allocator>>, bool) const @ 0x000000004088a5a8 6. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1487: DB::ReadFromMergeTree::selectRangesToRead(bool) const @ 0x0000000040889d45 7. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizeUseAggregateProjection.cpp:612: DB::QueryPlanOptimizations::optimizeUseAggregateProjections(DB::QueryPlan::Node&, std::list>&, bool) @ 0x0000000040b3adcc 8. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizeTree.cpp:164: DB::QueryPlanOptimizations::optimizeTreeSecondPass(DB::QueryPlanOptimizationSettings const&, DB::QueryPlan::Node&, std::list>&) @ 0x0000000040aae7c7 9. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:471: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x000000004081319e 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 14. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:01:38.584144 [ 71970 ] {d440a04e-ab69-4676-a7ff-cab17c964984} executeQuery: Code: 277. DB::Exception: Primary key (str) is not used and setting 'force_primary_key' is set. (INDEX_NOT_USED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:51396) (comment: 02458_key_condition_not_like_prefix.sql) (in query: SELECT count() FROM data WHERE str NOT LIKE '%a' SETTINGS force_primary_key=1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception, std::__wrap_iter, char>>(int, FormatStringHelperImpl, std::__wrap_iter, char>>::type>, fmt::v9::join_view, std::__wrap_iter, char>&&) @ 0x000000003ca4deea 4. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1727: DB::ReadFromMergeTree::selectRangesToRead(std::vector, std::allocator>>, std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, DB::MergeTreeData const&, std::vector> const&, std::shared_ptr, std::optional&, bool) @ 0x000000004088bda0 5. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1492: DB::ReadFromMergeTree::selectRangesToRead(std::vector, std::allocator>>, bool) const @ 0x000000004088a5a8 6. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1487: DB::ReadFromMergeTree::selectRangesToRead(bool) const @ 0x0000000040889d45 7. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizeUseAggregateProjection.cpp:612: DB::QueryPlanOptimizations::optimizeUseAggregateProjections(DB::QueryPlan::Node&, std::list>&, bool) @ 0x0000000040b3adcc 8. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizeTree.cpp:164: DB::QueryPlanOptimizations::optimizeTreeSecondPass(DB::QueryPlanOptimizationSettings const&, DB::QueryPlan::Node&, std::list>&) @ 0x0000000040aae7c7 9. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:471: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x000000004081319e 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 14. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:01:38.591255 [ 71970 ] {} TCPHandler: Code: 277. DB::Exception: Primary key (str) is not used and setting 'force_primary_key' is set. (INDEX_NOT_USED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception, std::__wrap_iter, char>>(int, FormatStringHelperImpl, std::__wrap_iter, char>>::type>, fmt::v9::join_view, std::__wrap_iter, char>&&) @ 0x000000003ca4deea 4. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1727: DB::ReadFromMergeTree::selectRangesToRead(std::vector, std::allocator>>, std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, DB::MergeTreeData const&, std::vector> const&, std::shared_ptr, std::optional&, bool) @ 0x000000004088bda0 5. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1492: DB::ReadFromMergeTree::selectRangesToRead(std::vector, std::allocator>>, bool) const @ 0x000000004088a5a8 6. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1487: DB::ReadFromMergeTree::selectRangesToRead(bool) const @ 0x0000000040889d45 7. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizeUseAggregateProjection.cpp:612: DB::QueryPlanOptimizations::optimizeUseAggregateProjections(DB::QueryPlan::Node&, std::list>&, bool) @ 0x0000000040b3adcc 8. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizeTree.cpp:164: DB::QueryPlanOptimizations::optimizeTreeSecondPass(DB::QueryPlanOptimizationSettings const&, DB::QueryPlan::Node&, std::list>&) @ 0x0000000040aae7c7 9. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:471: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x000000004081319e 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 14. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:01:38.681220 [ 71970 ] {63e11111-dd20-40c0-8ed3-65f125c36536} executeQuery: Code: 277. DB::Exception: Primary key (str) is not used and setting 'force_primary_key' is set. (INDEX_NOT_USED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:51396) (comment: 02458_key_condition_not_like_prefix.sql) (in query: SELECT count() FROM data WHERE str NOT LIKE 'a_' SETTINGS force_primary_key=1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception, std::__wrap_iter, char>>(int, FormatStringHelperImpl, std::__wrap_iter, char>>::type>, fmt::v9::join_view, std::__wrap_iter, char>&&) @ 0x000000003ca4deea 4. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1727: DB::ReadFromMergeTree::selectRangesToRead(std::vector, std::allocator>>, std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, DB::MergeTreeData const&, std::vector> const&, std::shared_ptr, std::optional&, bool) @ 0x000000004088bda0 5. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1492: DB::ReadFromMergeTree::selectRangesToRead(std::vector, std::allocator>>, bool) const @ 0x000000004088a5a8 6. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1487: DB::ReadFromMergeTree::selectRangesToRead(bool) const @ 0x0000000040889d45 7. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizeUseAggregateProjection.cpp:612: DB::QueryPlanOptimizations::optimizeUseAggregateProjections(DB::QueryPlan::Node&, std::list>&, bool) @ 0x0000000040b3adcc 8. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizeTree.cpp:164: DB::QueryPlanOptimizations::optimizeTreeSecondPass(DB::QueryPlanOptimizationSettings const&, DB::QueryPlan::Node&, std::list>&) @ 0x0000000040aae7c7 9. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:471: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x000000004081319e 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 14. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:01:38.689613 [ 71970 ] {} TCPHandler: Code: 277. DB::Exception: Primary key (str) is not used and setting 'force_primary_key' is set. (INDEX_NOT_USED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception, std::__wrap_iter, char>>(int, FormatStringHelperImpl, std::__wrap_iter, char>>::type>, fmt::v9::join_view, std::__wrap_iter, char>&&) @ 0x000000003ca4deea 4. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1727: DB::ReadFromMergeTree::selectRangesToRead(std::vector, std::allocator>>, std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, DB::MergeTreeData const&, std::vector> const&, std::shared_ptr, std::optional&, bool) @ 0x000000004088bda0 5. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1492: DB::ReadFromMergeTree::selectRangesToRead(std::vector, std::allocator>>, bool) const @ 0x000000004088a5a8 6. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1487: DB::ReadFromMergeTree::selectRangesToRead(bool) const @ 0x0000000040889d45 7. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizeUseAggregateProjection.cpp:612: DB::QueryPlanOptimizations::optimizeUseAggregateProjections(DB::QueryPlan::Node&, std::list>&, bool) @ 0x0000000040b3adcc 8. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizeTree.cpp:164: DB::QueryPlanOptimizations::optimizeTreeSecondPass(DB::QueryPlanOptimizationSettings const&, DB::QueryPlan::Node&, std::list>&) @ 0x0000000040aae7c7 9. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:471: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x000000004081319e 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 14. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:01:38.782937 [ 71970 ] {c4d8f074-3055-473b-8728-f90d63fa07de} executeQuery: Code: 277. DB::Exception: Primary key (str) is not used and setting 'force_primary_key' is set. (INDEX_NOT_USED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:51396) (comment: 02458_key_condition_not_like_prefix.sql) (in query: SELECT count() FROM data WHERE str NOT LIKE 'a%_' SETTINGS force_primary_key=1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception, std::__wrap_iter, char>>(int, FormatStringHelperImpl, std::__wrap_iter, char>>::type>, fmt::v9::join_view, std::__wrap_iter, char>&&) @ 0x000000003ca4deea 4. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1727: DB::ReadFromMergeTree::selectRangesToRead(std::vector, std::allocator>>, std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, DB::MergeTreeData const&, std::vector> const&, std::shared_ptr, std::optional&, bool) @ 0x000000004088bda0 5. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1492: DB::ReadFromMergeTree::selectRangesToRead(std::vector, std::allocator>>, bool) const @ 0x000000004088a5a8 6. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1487: DB::ReadFromMergeTree::selectRangesToRead(bool) const @ 0x0000000040889d45 7. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizeUseAggregateProjection.cpp:612: DB::QueryPlanOptimizations::optimizeUseAggregateProjections(DB::QueryPlan::Node&, std::list>&, bool) @ 0x0000000040b3adcc 8. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizeTree.cpp:164: DB::QueryPlanOptimizations::optimizeTreeSecondPass(DB::QueryPlanOptimizationSettings const&, DB::QueryPlan::Node&, std::list>&) @ 0x0000000040aae7c7 9. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:471: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x000000004081319e 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 14. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:01:38.792966 [ 71970 ] {} TCPHandler: Code: 277. DB::Exception: Primary key (str) is not used and setting 'force_primary_key' is set. (INDEX_NOT_USED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception, std::__wrap_iter, char>>(int, FormatStringHelperImpl, std::__wrap_iter, char>>::type>, fmt::v9::join_view, std::__wrap_iter, char>&&) @ 0x000000003ca4deea 4. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1727: DB::ReadFromMergeTree::selectRangesToRead(std::vector, std::allocator>>, std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, DB::MergeTreeData const&, std::vector> const&, std::shared_ptr, std::optional&, bool) @ 0x000000004088bda0 5. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1492: DB::ReadFromMergeTree::selectRangesToRead(std::vector, std::allocator>>, bool) const @ 0x000000004088a5a8 6. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1487: DB::ReadFromMergeTree::selectRangesToRead(bool) const @ 0x0000000040889d45 7. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizeUseAggregateProjection.cpp:612: DB::QueryPlanOptimizations::optimizeUseAggregateProjections(DB::QueryPlan::Node&, std::list>&, bool) @ 0x0000000040b3adcc 8. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizeTree.cpp:164: DB::QueryPlanOptimizations::optimizeTreeSecondPass(DB::QueryPlanOptimizationSettings const&, DB::QueryPlan::Node&, std::list>&) @ 0x0000000040aae7c7 9. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:471: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x000000004081319e 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 14. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:01:38.899050 [ 71970 ] {cdab1599-71a7-48d4-aa51-2e27d24d5779} executeQuery: Code: 277. DB::Exception: Primary key (str) is not used and setting 'force_primary_key' is set. (INDEX_NOT_USED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:51396) (comment: 02458_key_condition_not_like_prefix.sql) (in query: SELECT count() FROM data WHERE str NOT LIKE '_a' SETTINGS force_primary_key=1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception, std::__wrap_iter, char>>(int, FormatStringHelperImpl, std::__wrap_iter, char>>::type>, fmt::v9::join_view, std::__wrap_iter, char>&&) @ 0x000000003ca4deea 4. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1727: DB::ReadFromMergeTree::selectRangesToRead(std::vector, std::allocator>>, std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, DB::MergeTreeData const&, std::vector> const&, std::shared_ptr, std::optional&, bool) @ 0x000000004088bda0 5. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1492: DB::ReadFromMergeTree::selectRangesToRead(std::vector, std::allocator>>, bool) const @ 0x000000004088a5a8 6. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1487: DB::ReadFromMergeTree::selectRangesToRead(bool) const @ 0x0000000040889d45 7. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizeUseAggregateProjection.cpp:612: DB::QueryPlanOptimizations::optimizeUseAggregateProjections(DB::QueryPlan::Node&, std::list>&, bool) @ 0x0000000040b3adcc 8. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizeTree.cpp:164: DB::QueryPlanOptimizations::optimizeTreeSecondPass(DB::QueryPlanOptimizationSettings const&, DB::QueryPlan::Node&, std::list>&) @ 0x0000000040aae7c7 9. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:471: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x000000004081319e 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 14. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:01:38.906612 [ 71970 ] {} TCPHandler: Code: 277. DB::Exception: Primary key (str) is not used and setting 'force_primary_key' is set. (INDEX_NOT_USED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception, std::__wrap_iter, char>>(int, FormatStringHelperImpl, std::__wrap_iter, char>>::type>, fmt::v9::join_view, std::__wrap_iter, char>&&) @ 0x000000003ca4deea 4. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1727: DB::ReadFromMergeTree::selectRangesToRead(std::vector, std::allocator>>, std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, DB::MergeTreeData const&, std::vector> const&, std::shared_ptr, std::optional&, bool) @ 0x000000004088bda0 5. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1492: DB::ReadFromMergeTree::selectRangesToRead(std::vector, std::allocator>>, bool) const @ 0x000000004088a5a8 6. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1487: DB::ReadFromMergeTree::selectRangesToRead(bool) const @ 0x0000000040889d45 7. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizeUseAggregateProjection.cpp:612: DB::QueryPlanOptimizations::optimizeUseAggregateProjections(DB::QueryPlan::Node&, std::list>&, bool) @ 0x0000000040b3adcc 8. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizeTree.cpp:164: DB::QueryPlanOptimizations::optimizeTreeSecondPass(DB::QueryPlanOptimizationSettings const&, DB::QueryPlan::Node&, std::list>&) @ 0x0000000040aae7c7 9. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:471: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x000000004081319e 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 14. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:01:38.999788 [ 71970 ] {f27054b0-3369-43bb-8180-c7401cb542bf} executeQuery: Code: 277. DB::Exception: Primary key (str) is not used and setting 'force_primary_key' is set. (INDEX_NOT_USED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:51396) (comment: 02458_key_condition_not_like_prefix.sql) (in query: SELECT count() FROM data WHERE str NOT LIKE 'a%\_' SETTINGS force_primary_key=1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception, std::__wrap_iter, char>>(int, FormatStringHelperImpl, std::__wrap_iter, char>>::type>, fmt::v9::join_view, std::__wrap_iter, char>&&) @ 0x000000003ca4deea 4. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1727: DB::ReadFromMergeTree::selectRangesToRead(std::vector, std::allocator>>, std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, DB::MergeTreeData const&, std::vector> const&, std::shared_ptr, std::optional&, bool) @ 0x000000004088bda0 5. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1492: DB::ReadFromMergeTree::selectRangesToRead(std::vector, std::allocator>>, bool) const @ 0x000000004088a5a8 6. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1487: DB::ReadFromMergeTree::selectRangesToRead(bool) const @ 0x0000000040889d45 7. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizeUseAggregateProjection.cpp:612: DB::QueryPlanOptimizations::optimizeUseAggregateProjections(DB::QueryPlan::Node&, std::list>&, bool) @ 0x0000000040b3adcc 8. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizeTree.cpp:164: DB::QueryPlanOptimizations::optimizeTreeSecondPass(DB::QueryPlanOptimizationSettings const&, DB::QueryPlan::Node&, std::list>&) @ 0x0000000040aae7c7 9. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:471: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x000000004081319e 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 14. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:01:39.008150 [ 71970 ] {} TCPHandler: Code: 277. DB::Exception: Primary key (str) is not used and setting 'force_primary_key' is set. (INDEX_NOT_USED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception, std::__wrap_iter, char>>(int, FormatStringHelperImpl, std::__wrap_iter, char>>::type>, fmt::v9::join_view, std::__wrap_iter, char>&&) @ 0x000000003ca4deea 4. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1727: DB::ReadFromMergeTree::selectRangesToRead(std::vector, std::allocator>>, std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, DB::MergeTreeData const&, std::vector> const&, std::shared_ptr, std::optional&, bool) @ 0x000000004088bda0 5. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1492: DB::ReadFromMergeTree::selectRangesToRead(std::vector, std::allocator>>, bool) const @ 0x000000004088a5a8 6. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1487: DB::ReadFromMergeTree::selectRangesToRead(bool) const @ 0x0000000040889d45 7. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizeUseAggregateProjection.cpp:612: DB::QueryPlanOptimizations::optimizeUseAggregateProjections(DB::QueryPlan::Node&, std::list>&, bool) @ 0x0000000040b3adcc 8. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizeTree.cpp:164: DB::QueryPlanOptimizations::optimizeTreeSecondPass(DB::QueryPlanOptimizationSettings const&, DB::QueryPlan::Node&, std::list>&) @ 0x0000000040aae7c7 9. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:471: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x000000004081319e 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 14. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:01:39.375677 [ 71972 ] {648caa4a-21c2-4701-a136-a84d41f9a23b} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -26, m = 1. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33146) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-26, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:01:39.393862 [ 71972 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -26, m = 1. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:01:43.463472 [ 68114 ] {e22eccc9-6729-47fc-9c2b-72ea1d120141} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -27, m = 2. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33298) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-27, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:01:43.501017 [ 68114 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -27, m = 2. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:01:45.278512 [ 55895 ] {fc9a7b03-1094-4962-8b89-9c0342215e97} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -56: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33430) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-28, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:01:45.301994 [ 55895 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -56: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:01:45.394809 [ 71972 ] {6807e2f1-aecb-47c5-8a9a-710ce4a7f1cb} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -29, m = 1. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33470) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-29, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:01:45.453903 [ 71972 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -29, m = 1. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:01:48.618633 [ 68112 ] {6446819c-6596-4f26-8612-fa34a01bcaf7} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 60: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44032) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (30, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:01:48.658499 [ 68112 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 60: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:01:49.999676 [ 55896 ] {6d5580dc-6ac1-4efa-b1c0-584e2b88f243} executeQuery: Code: 59. DB::Exception: Illegal type Float32 of column for filter. Must be UInt8 or Nullable(UInt8) or Const variants of them.: While executing MergeTreeSelect(pool: ReadPoolInOrder, algorithm: InOrder). (ILLEGAL_TYPE_OF_COLUMN_FOR_FILTER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44054) (comment: 01917_prewhere_column_type.sql) (in query: SELECT s FROM t1 PREWHERE f;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Columns/FilterDescription.cpp:97: DB::FilterDescription::FilterDescription(DB::IColumn const&) @ 0x000000003c5bae5a 5. ./src/Storages/MergeTree/MergeTreeRangeReader.h:70: DB::FilterWithCachedCount::FilterWithCachedCount(COW::immutable_ptr const&) @ 0x000000003e4ad6dc 6. ./build_docker/./src/Storages/MergeTree/MergeTreeRangeReader.cpp:1540: DB::MergeTreeRangeReader::executePrewhereActionsAndFilterColumns(DB::MergeTreeRangeReader::ReadResult&) const @ 0x000000003e4a6223 7. ./build_docker/./src/Storages/MergeTree/MergeTreeRangeReader.cpp:1081: DB::MergeTreeRangeReader::read(unsigned long, DB::MarkRanges&) @ 0x000000003e49eb9f 8. ./build_docker/./src/Storages/MergeTree/MergeTreeRangeReader.cpp:980: DB::MergeTreeRangeReader::read(unsigned long, DB::MarkRanges&) @ 0x000000003e49af95 9. ./build_docker/./src/Storages/MergeTree/MergeTreeReadTask.cpp:165: DB::MergeTreeReadTask::read() @ 0x000000003e50d577 10. ./src/Storages/MergeTree/MergeTreeSelectAlgorithms.h:53: DB::MergeTreeInOrderSelectAlgorithm::readFromTask(DB::MergeTreeReadTask&) @ 0x0000000040951f71 11. ./build_docker/./src/Storages/MergeTree/MergeTreeSelectProcessor.cpp:192: DB::MergeTreeSelectProcessor::read() @ 0x000000003e4ff457 12. ./build_docker/./src/Storages/MergeTree/MergeTreeSource.cpp:225: DB::MergeTreeSource::tryGenerate() @ 0x00000000408f16b2 13. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 18. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:01:50.024113 [ 55896 ] {} TCPHandler: Code: 59. DB::Exception: Illegal type Float32 of column for filter. Must be UInt8 or Nullable(UInt8) or Const variants of them.: While executing MergeTreeSelect(pool: ReadPoolInOrder, algorithm: InOrder). (ILLEGAL_TYPE_OF_COLUMN_FOR_FILTER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Columns/FilterDescription.cpp:97: DB::FilterDescription::FilterDescription(DB::IColumn const&) @ 0x000000003c5bae5a 5. ./src/Storages/MergeTree/MergeTreeRangeReader.h:70: DB::FilterWithCachedCount::FilterWithCachedCount(COW::immutable_ptr const&) @ 0x000000003e4ad6dc 6. ./build_docker/./src/Storages/MergeTree/MergeTreeRangeReader.cpp:1540: DB::MergeTreeRangeReader::executePrewhereActionsAndFilterColumns(DB::MergeTreeRangeReader::ReadResult&) const @ 0x000000003e4a6223 7. ./build_docker/./src/Storages/MergeTree/MergeTreeRangeReader.cpp:1081: DB::MergeTreeRangeReader::read(unsigned long, DB::MarkRanges&) @ 0x000000003e49eb9f 8. ./build_docker/./src/Storages/MergeTree/MergeTreeRangeReader.cpp:980: DB::MergeTreeRangeReader::read(unsigned long, DB::MarkRanges&) @ 0x000000003e49af95 9. ./build_docker/./src/Storages/MergeTree/MergeTreeReadTask.cpp:165: DB::MergeTreeReadTask::read() @ 0x000000003e50d577 10. ./src/Storages/MergeTree/MergeTreeSelectAlgorithms.h:53: DB::MergeTreeInOrderSelectAlgorithm::readFromTask(DB::MergeTreeReadTask&) @ 0x0000000040951f71 11. ./build_docker/./src/Storages/MergeTree/MergeTreeSelectProcessor.cpp:192: DB::MergeTreeSelectProcessor::read() @ 0x000000003e4ff457 12. ./build_docker/./src/Storages/MergeTree/MergeTreeSource.cpp:225: DB::MergeTreeSource::tryGenerate() @ 0x00000000408f16b2 13. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 18. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:01:50.118243 [ 55896 ] {2fa37803-8e5b-4c9e-8e00-27645c4008cb} executeQuery: Code: 59. DB::Exception: Illegal type Float32 of column for filter. Must be UInt8 or Nullable(UInt8) or Const variants of them.: While executing MergeTreeSelect(pool: ReadPoolInOrder, algorithm: InOrder). (ILLEGAL_TYPE_OF_COLUMN_FOR_FILTER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44054) (comment: 01917_prewhere_column_type.sql) (in query: SELECT s FROM t1 PREWHERE f WHERE (e = 1);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Columns/FilterDescription.cpp:97: DB::FilterDescription::FilterDescription(DB::IColumn const&) @ 0x000000003c5bae5a 5. ./src/Storages/MergeTree/MergeTreeRangeReader.h:70: DB::FilterWithCachedCount::FilterWithCachedCount(COW::immutable_ptr const&) @ 0x000000003e4ad6dc 6. ./build_docker/./src/Storages/MergeTree/MergeTreeRangeReader.cpp:1540: DB::MergeTreeRangeReader::executePrewhereActionsAndFilterColumns(DB::MergeTreeRangeReader::ReadResult&) const @ 0x000000003e4a6223 7. ./build_docker/./src/Storages/MergeTree/MergeTreeRangeReader.cpp:1081: DB::MergeTreeRangeReader::read(unsigned long, DB::MarkRanges&) @ 0x000000003e49eb9f 8. ./build_docker/./src/Storages/MergeTree/MergeTreeRangeReader.cpp:980: DB::MergeTreeRangeReader::read(unsigned long, DB::MarkRanges&) @ 0x000000003e49af95 9. ./build_docker/./src/Storages/MergeTree/MergeTreeReadTask.cpp:165: DB::MergeTreeReadTask::read() @ 0x000000003e50d577 10. ./src/Storages/MergeTree/MergeTreeSelectAlgorithms.h:53: DB::MergeTreeInOrderSelectAlgorithm::readFromTask(DB::MergeTreeReadTask&) @ 0x0000000040951f71 11. ./build_docker/./src/Storages/MergeTree/MergeTreeSelectProcessor.cpp:192: DB::MergeTreeSelectProcessor::read() @ 0x000000003e4ff457 12. ./build_docker/./src/Storages/MergeTree/MergeTreeSource.cpp:225: DB::MergeTreeSource::tryGenerate() @ 0x00000000408f16b2 13. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 18. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:01:50.129125 [ 55896 ] {} TCPHandler: Code: 59. DB::Exception: Illegal type Float32 of column for filter. Must be UInt8 or Nullable(UInt8) or Const variants of them.: While executing MergeTreeSelect(pool: ReadPoolInOrder, algorithm: InOrder). (ILLEGAL_TYPE_OF_COLUMN_FOR_FILTER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Columns/FilterDescription.cpp:97: DB::FilterDescription::FilterDescription(DB::IColumn const&) @ 0x000000003c5bae5a 5. ./src/Storages/MergeTree/MergeTreeRangeReader.h:70: DB::FilterWithCachedCount::FilterWithCachedCount(COW::immutable_ptr const&) @ 0x000000003e4ad6dc 6. ./build_docker/./src/Storages/MergeTree/MergeTreeRangeReader.cpp:1540: DB::MergeTreeRangeReader::executePrewhereActionsAndFilterColumns(DB::MergeTreeRangeReader::ReadResult&) const @ 0x000000003e4a6223 7. ./build_docker/./src/Storages/MergeTree/MergeTreeRangeReader.cpp:1081: DB::MergeTreeRangeReader::read(unsigned long, DB::MarkRanges&) @ 0x000000003e49eb9f 8. ./build_docker/./src/Storages/MergeTree/MergeTreeRangeReader.cpp:980: DB::MergeTreeRangeReader::read(unsigned long, DB::MarkRanges&) @ 0x000000003e49af95 9. ./build_docker/./src/Storages/MergeTree/MergeTreeReadTask.cpp:165: DB::MergeTreeReadTask::read() @ 0x000000003e50d577 10. ./src/Storages/MergeTree/MergeTreeSelectAlgorithms.h:53: DB::MergeTreeInOrderSelectAlgorithm::readFromTask(DB::MergeTreeReadTask&) @ 0x0000000040951f71 11. ./build_docker/./src/Storages/MergeTree/MergeTreeSelectProcessor.cpp:192: DB::MergeTreeSelectProcessor::read() @ 0x000000003e4ff457 12. ./build_docker/./src/Storages/MergeTree/MergeTreeSource.cpp:225: DB::MergeTreeSource::tryGenerate() @ 0x00000000408f16b2 13. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 18. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:01:50.233509 [ 55896 ] {c64fc8fd-6ab7-4b9f-bab2-4a9ebc189049} executeQuery: Code: 59. DB::Exception: Illegal type Float32 of column for filter. Must be UInt8 or Nullable(UInt8) or Const variants of them.: While executing MergeTreeSelect(pool: ReadPoolInOrder, algorithm: InOrder). (ILLEGAL_TYPE_OF_COLUMN_FOR_FILTER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44054) (comment: 01917_prewhere_column_type.sql) (in query: SELECT s FROM t1 PREWHERE f WHERE f AND (e = 1);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Columns/FilterDescription.cpp:97: DB::FilterDescription::FilterDescription(DB::IColumn const&) @ 0x000000003c5bae5a 5. ./src/Storages/MergeTree/MergeTreeRangeReader.h:70: DB::FilterWithCachedCount::FilterWithCachedCount(COW::immutable_ptr const&) @ 0x000000003e4ad6dc 6. ./build_docker/./src/Storages/MergeTree/MergeTreeRangeReader.cpp:1540: DB::MergeTreeRangeReader::executePrewhereActionsAndFilterColumns(DB::MergeTreeRangeReader::ReadResult&) const @ 0x000000003e4a6223 7. ./build_docker/./src/Storages/MergeTree/MergeTreeRangeReader.cpp:1081: DB::MergeTreeRangeReader::read(unsigned long, DB::MarkRanges&) @ 0x000000003e49eb9f 8. ./build_docker/./src/Storages/MergeTree/MergeTreeRangeReader.cpp:980: DB::MergeTreeRangeReader::read(unsigned long, DB::MarkRanges&) @ 0x000000003e49af95 9. ./build_docker/./src/Storages/MergeTree/MergeTreeReadTask.cpp:165: DB::MergeTreeReadTask::read() @ 0x000000003e50d577 10. ./src/Storages/MergeTree/MergeTreeSelectAlgorithms.h:53: DB::MergeTreeInOrderSelectAlgorithm::readFromTask(DB::MergeTreeReadTask&) @ 0x0000000040951f71 11. ./build_docker/./src/Storages/MergeTree/MergeTreeSelectProcessor.cpp:192: DB::MergeTreeSelectProcessor::read() @ 0x000000003e4ff457 12. ./build_docker/./src/Storages/MergeTree/MergeTreeSource.cpp:225: DB::MergeTreeSource::tryGenerate() @ 0x00000000408f16b2 13. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 18. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:01:50.245759 [ 55896 ] {} TCPHandler: Code: 59. DB::Exception: Illegal type Float32 of column for filter. Must be UInt8 or Nullable(UInt8) or Const variants of them.: While executing MergeTreeSelect(pool: ReadPoolInOrder, algorithm: InOrder). (ILLEGAL_TYPE_OF_COLUMN_FOR_FILTER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Columns/FilterDescription.cpp:97: DB::FilterDescription::FilterDescription(DB::IColumn const&) @ 0x000000003c5bae5a 5. ./src/Storages/MergeTree/MergeTreeRangeReader.h:70: DB::FilterWithCachedCount::FilterWithCachedCount(COW::immutable_ptr const&) @ 0x000000003e4ad6dc 6. ./build_docker/./src/Storages/MergeTree/MergeTreeRangeReader.cpp:1540: DB::MergeTreeRangeReader::executePrewhereActionsAndFilterColumns(DB::MergeTreeRangeReader::ReadResult&) const @ 0x000000003e4a6223 7. ./build_docker/./src/Storages/MergeTree/MergeTreeRangeReader.cpp:1081: DB::MergeTreeRangeReader::read(unsigned long, DB::MarkRanges&) @ 0x000000003e49eb9f 8. ./build_docker/./src/Storages/MergeTree/MergeTreeRangeReader.cpp:980: DB::MergeTreeRangeReader::read(unsigned long, DB::MarkRanges&) @ 0x000000003e49af95 9. ./build_docker/./src/Storages/MergeTree/MergeTreeReadTask.cpp:165: DB::MergeTreeReadTask::read() @ 0x000000003e50d577 10. ./src/Storages/MergeTree/MergeTreeSelectAlgorithms.h:53: DB::MergeTreeInOrderSelectAlgorithm::readFromTask(DB::MergeTreeReadTask&) @ 0x0000000040951f71 11. ./build_docker/./src/Storages/MergeTree/MergeTreeSelectProcessor.cpp:192: DB::MergeTreeSelectProcessor::read() @ 0x000000003e4ff457 12. ./build_docker/./src/Storages/MergeTree/MergeTreeSource.cpp:225: DB::MergeTreeSource::tryGenerate() @ 0x00000000408f16b2 13. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 18. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:01:50.477246 [ 55896 ] {b95c440a-0b6a-431b-89f2-084d033a01d0} executeQuery: Code: 59. DB::Exception: Illegal type UInt16 of column for filter. Must be UInt8 or Nullable(UInt8) or Const variants of them.: While executing MergeTreeSelect(pool: ReadPoolInOrder, algorithm: InOrder). (ILLEGAL_TYPE_OF_COLUMN_FOR_FILTER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44054) (comment: 01917_prewhere_column_type.sql) (in query: SELECT s FROM t1 PREWHERE e;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Columns/FilterDescription.cpp:97: DB::FilterDescription::FilterDescription(DB::IColumn const&) @ 0x000000003c5bae5a 5. ./src/Storages/MergeTree/MergeTreeRangeReader.h:70: DB::FilterWithCachedCount::FilterWithCachedCount(COW::immutable_ptr const&) @ 0x000000003e4ad6dc 6. ./build_docker/./src/Storages/MergeTree/MergeTreeRangeReader.cpp:1540: DB::MergeTreeRangeReader::executePrewhereActionsAndFilterColumns(DB::MergeTreeRangeReader::ReadResult&) const @ 0x000000003e4a6223 7. ./build_docker/./src/Storages/MergeTree/MergeTreeRangeReader.cpp:1081: DB::MergeTreeRangeReader::read(unsigned long, DB::MarkRanges&) @ 0x000000003e49eb9f 8. ./build_docker/./src/Storages/MergeTree/MergeTreeRangeReader.cpp:980: DB::MergeTreeRangeReader::read(unsigned long, DB::MarkRanges&) @ 0x000000003e49af95 9. ./build_docker/./src/Storages/MergeTree/MergeTreeReadTask.cpp:165: DB::MergeTreeReadTask::read() @ 0x000000003e50d577 10. ./src/Storages/MergeTree/MergeTreeSelectAlgorithms.h:53: DB::MergeTreeInOrderSelectAlgorithm::readFromTask(DB::MergeTreeReadTask&) @ 0x0000000040951f71 11. ./build_docker/./src/Storages/MergeTree/MergeTreeSelectProcessor.cpp:192: DB::MergeTreeSelectProcessor::read() @ 0x000000003e4ff457 12. ./build_docker/./src/Storages/MergeTree/MergeTreeSource.cpp:225: DB::MergeTreeSource::tryGenerate() @ 0x00000000408f16b2 13. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 18. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:01:50.486864 [ 55896 ] {} TCPHandler: Code: 59. DB::Exception: Illegal type UInt16 of column for filter. Must be UInt8 or Nullable(UInt8) or Const variants of them.: While executing MergeTreeSelect(pool: ReadPoolInOrder, algorithm: InOrder). (ILLEGAL_TYPE_OF_COLUMN_FOR_FILTER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Columns/FilterDescription.cpp:97: DB::FilterDescription::FilterDescription(DB::IColumn const&) @ 0x000000003c5bae5a 5. ./src/Storages/MergeTree/MergeTreeRangeReader.h:70: DB::FilterWithCachedCount::FilterWithCachedCount(COW::immutable_ptr const&) @ 0x000000003e4ad6dc 6. ./build_docker/./src/Storages/MergeTree/MergeTreeRangeReader.cpp:1540: DB::MergeTreeRangeReader::executePrewhereActionsAndFilterColumns(DB::MergeTreeRangeReader::ReadResult&) const @ 0x000000003e4a6223 7. ./build_docker/./src/Storages/MergeTree/MergeTreeRangeReader.cpp:1081: DB::MergeTreeRangeReader::read(unsigned long, DB::MarkRanges&) @ 0x000000003e49eb9f 8. ./build_docker/./src/Storages/MergeTree/MergeTreeRangeReader.cpp:980: DB::MergeTreeRangeReader::read(unsigned long, DB::MarkRanges&) @ 0x000000003e49af95 9. ./build_docker/./src/Storages/MergeTree/MergeTreeReadTask.cpp:165: DB::MergeTreeReadTask::read() @ 0x000000003e50d577 10. ./src/Storages/MergeTree/MergeTreeSelectAlgorithms.h:53: DB::MergeTreeInOrderSelectAlgorithm::readFromTask(DB::MergeTreeReadTask&) @ 0x0000000040951f71 11. ./build_docker/./src/Storages/MergeTree/MergeTreeSelectProcessor.cpp:192: DB::MergeTreeSelectProcessor::read() @ 0x000000003e4ff457 12. ./build_docker/./src/Storages/MergeTree/MergeTreeSource.cpp:225: DB::MergeTreeSource::tryGenerate() @ 0x00000000408f16b2 13. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 18. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:01:50.588797 [ 55896 ] {d2c06f7a-f88a-405e-bb31-8aa4e40d28b1} executeQuery: Code: 59. DB::Exception: Illegal type UInt16 of column for filter. Must be UInt8 or Nullable(UInt8) or Const variants of them.: While executing MergeTreeSelect(pool: ReadPoolInOrder, algorithm: InOrder). (ILLEGAL_TYPE_OF_COLUMN_FOR_FILTER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44054) (comment: 01917_prewhere_column_type.sql) (in query: SELECT s FROM t1 PREWHERE e WHERE (e = 1);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Columns/FilterDescription.cpp:97: DB::FilterDescription::FilterDescription(DB::IColumn const&) @ 0x000000003c5bae5a 5. ./src/Storages/MergeTree/MergeTreeRangeReader.h:70: DB::FilterWithCachedCount::FilterWithCachedCount(COW::immutable_ptr const&) @ 0x000000003e4ad6dc 6. ./build_docker/./src/Storages/MergeTree/MergeTreeRangeReader.cpp:1540: DB::MergeTreeRangeReader::executePrewhereActionsAndFilterColumns(DB::MergeTreeRangeReader::ReadResult&) const @ 0x000000003e4a6223 7. ./build_docker/./src/Storages/MergeTree/MergeTreeRangeReader.cpp:1081: DB::MergeTreeRangeReader::read(unsigned long, DB::MarkRanges&) @ 0x000000003e49eb9f 8. ./build_docker/./src/Storages/MergeTree/MergeTreeRangeReader.cpp:980: DB::MergeTreeRangeReader::read(unsigned long, DB::MarkRanges&) @ 0x000000003e49af95 9. ./build_docker/./src/Storages/MergeTree/MergeTreeReadTask.cpp:165: DB::MergeTreeReadTask::read() @ 0x000000003e50d577 10. ./src/Storages/MergeTree/MergeTreeSelectAlgorithms.h:53: DB::MergeTreeInOrderSelectAlgorithm::readFromTask(DB::MergeTreeReadTask&) @ 0x0000000040951f71 11. ./build_docker/./src/Storages/MergeTree/MergeTreeSelectProcessor.cpp:192: DB::MergeTreeSelectProcessor::read() @ 0x000000003e4ff457 12. ./build_docker/./src/Storages/MergeTree/MergeTreeSource.cpp:225: DB::MergeTreeSource::tryGenerate() @ 0x00000000408f16b2 13. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 18. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:01:50.599383 [ 55896 ] {} TCPHandler: Code: 59. DB::Exception: Illegal type UInt16 of column for filter. Must be UInt8 or Nullable(UInt8) or Const variants of them.: While executing MergeTreeSelect(pool: ReadPoolInOrder, algorithm: InOrder). (ILLEGAL_TYPE_OF_COLUMN_FOR_FILTER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Columns/FilterDescription.cpp:97: DB::FilterDescription::FilterDescription(DB::IColumn const&) @ 0x000000003c5bae5a 5. ./src/Storages/MergeTree/MergeTreeRangeReader.h:70: DB::FilterWithCachedCount::FilterWithCachedCount(COW::immutable_ptr const&) @ 0x000000003e4ad6dc 6. ./build_docker/./src/Storages/MergeTree/MergeTreeRangeReader.cpp:1540: DB::MergeTreeRangeReader::executePrewhereActionsAndFilterColumns(DB::MergeTreeRangeReader::ReadResult&) const @ 0x000000003e4a6223 7. ./build_docker/./src/Storages/MergeTree/MergeTreeRangeReader.cpp:1081: DB::MergeTreeRangeReader::read(unsigned long, DB::MarkRanges&) @ 0x000000003e49eb9f 8. ./build_docker/./src/Storages/MergeTree/MergeTreeRangeReader.cpp:980: DB::MergeTreeRangeReader::read(unsigned long, DB::MarkRanges&) @ 0x000000003e49af95 9. ./build_docker/./src/Storages/MergeTree/MergeTreeReadTask.cpp:165: DB::MergeTreeReadTask::read() @ 0x000000003e50d577 10. ./src/Storages/MergeTree/MergeTreeSelectAlgorithms.h:53: DB::MergeTreeInOrderSelectAlgorithm::readFromTask(DB::MergeTreeReadTask&) @ 0x0000000040951f71 11. ./build_docker/./src/Storages/MergeTree/MergeTreeSelectProcessor.cpp:192: DB::MergeTreeSelectProcessor::read() @ 0x000000003e4ff457 12. ./build_docker/./src/Storages/MergeTree/MergeTreeSource.cpp:225: DB::MergeTreeSource::tryGenerate() @ 0x00000000408f16b2 13. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 18. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:01:50.703604 [ 55896 ] {2219d430-3d9e-4e3c-bb68-8a1adef064bc} executeQuery: Code: 59. DB::Exception: Illegal type UInt16 of column for filter. Must be UInt8 or Nullable(UInt8) or Const variants of them.: While executing MergeTreeSelect(pool: ReadPoolInOrder, algorithm: InOrder). (ILLEGAL_TYPE_OF_COLUMN_FOR_FILTER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44054) (comment: 01917_prewhere_column_type.sql) (in query: SELECT s FROM t1 PREWHERE e WHERE f AND (e = 1);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Columns/FilterDescription.cpp:97: DB::FilterDescription::FilterDescription(DB::IColumn const&) @ 0x000000003c5bae5a 5. ./src/Storages/MergeTree/MergeTreeRangeReader.h:70: DB::FilterWithCachedCount::FilterWithCachedCount(COW::immutable_ptr const&) @ 0x000000003e4ad6dc 6. ./build_docker/./src/Storages/MergeTree/MergeTreeRangeReader.cpp:1540: DB::MergeTreeRangeReader::executePrewhereActionsAndFilterColumns(DB::MergeTreeRangeReader::ReadResult&) const @ 0x000000003e4a6223 7. ./build_docker/./src/Storages/MergeTree/MergeTreeRangeReader.cpp:1081: DB::MergeTreeRangeReader::read(unsigned long, DB::MarkRanges&) @ 0x000000003e49eb9f 8. ./build_docker/./src/Storages/MergeTree/MergeTreeRangeReader.cpp:980: DB::MergeTreeRangeReader::read(unsigned long, DB::MarkRanges&) @ 0x000000003e49af95 9. ./build_docker/./src/Storages/MergeTree/MergeTreeReadTask.cpp:165: DB::MergeTreeReadTask::read() @ 0x000000003e50d577 10. ./src/Storages/MergeTree/MergeTreeSelectAlgorithms.h:53: DB::MergeTreeInOrderSelectAlgorithm::readFromTask(DB::MergeTreeReadTask&) @ 0x0000000040951f71 11. ./build_docker/./src/Storages/MergeTree/MergeTreeSelectProcessor.cpp:192: DB::MergeTreeSelectProcessor::read() @ 0x000000003e4ff457 12. ./build_docker/./src/Storages/MergeTree/MergeTreeSource.cpp:225: DB::MergeTreeSource::tryGenerate() @ 0x00000000408f16b2 13. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 18. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:01:50.714618 [ 55896 ] {} TCPHandler: Code: 59. DB::Exception: Illegal type UInt16 of column for filter. Must be UInt8 or Nullable(UInt8) or Const variants of them.: While executing MergeTreeSelect(pool: ReadPoolInOrder, algorithm: InOrder). (ILLEGAL_TYPE_OF_COLUMN_FOR_FILTER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Columns/FilterDescription.cpp:97: DB::FilterDescription::FilterDescription(DB::IColumn const&) @ 0x000000003c5bae5a 5. ./src/Storages/MergeTree/MergeTreeRangeReader.h:70: DB::FilterWithCachedCount::FilterWithCachedCount(COW::immutable_ptr const&) @ 0x000000003e4ad6dc 6. ./build_docker/./src/Storages/MergeTree/MergeTreeRangeReader.cpp:1540: DB::MergeTreeRangeReader::executePrewhereActionsAndFilterColumns(DB::MergeTreeRangeReader::ReadResult&) const @ 0x000000003e4a6223 7. ./build_docker/./src/Storages/MergeTree/MergeTreeRangeReader.cpp:1081: DB::MergeTreeRangeReader::read(unsigned long, DB::MarkRanges&) @ 0x000000003e49eb9f 8. ./build_docker/./src/Storages/MergeTree/MergeTreeRangeReader.cpp:980: DB::MergeTreeRangeReader::read(unsigned long, DB::MarkRanges&) @ 0x000000003e49af95 9. ./build_docker/./src/Storages/MergeTree/MergeTreeReadTask.cpp:165: DB::MergeTreeReadTask::read() @ 0x000000003e50d577 10. ./src/Storages/MergeTree/MergeTreeSelectAlgorithms.h:53: DB::MergeTreeInOrderSelectAlgorithm::readFromTask(DB::MergeTreeReadTask&) @ 0x0000000040951f71 11. ./build_docker/./src/Storages/MergeTree/MergeTreeSelectProcessor.cpp:192: DB::MergeTreeSelectProcessor::read() @ 0x000000003e4ff457 12. ./build_docker/./src/Storages/MergeTree/MergeTreeSource.cpp:225: DB::MergeTreeSource::tryGenerate() @ 0x00000000408f16b2 13. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 18. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:01:51.233326 [ 71963 ] {3a6b6c1f-b5d8-4ce0-a663-a430d5dd44b2} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -32: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44176) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-32, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:01:51.253881 [ 71963 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -32: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:01:53.123203 [ 3178 ] {87dc8709-4a45-49bc-b3c4-30ad2c5601d4} executeQuery: Code: 201. DB::Exception: Quota for user `u_02247_written_bytes_quota_test_s1bubw5k` for 3155695200s has been exceeded: written_bytes = 39/30. Interval will end at 2069-12-31 13:00:00. Name of quota template: `q_02247_written_bytes_quota_test_s1bubw5k`. (QUOTA_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from 0.0.0.0:0) (comment: 02247_written_bytes_quota.sh) (in query: INSERT INTO test_s1bubw5k.written_bytes_02247 (s) FORMAT Values), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&, String&&, String&&) @ 0x0000000033c8ff27 4. ./build_docker/./src/Access/EnabledQuota.cpp:32: DB::EnabledQuota::Impl::throwQuotaExceed(String const&, String const&, DB::QuotaType, unsigned long, unsigned long, std::chrono::duration>, std::chrono::time_point>>) @ 0x0000000033c8f9a9 5. ./build_docker/./src/Access/EnabledQuota.cpp:64: DB::EnabledQuota::Impl::used(String const&, DB::EnabledQuota::Intervals const&, DB::QuotaType, unsigned long, std::chrono::time_point>>, bool) @ 0x0000000033c8e81b 6. ./build_docker/./src/Access/EnabledQuota.cpp:252: DB::EnabledQuota::used(std::pair const&, bool) const @ 0x0000000033c8a4e1 7. ./build_docker/./src/Access/EnabledQuota.cpp:244: DB::EnabledQuota::used(DB::QuotaType, unsigned long, bool) const @ 0x0000000033c8a3a9 8. ./build_docker/./src/Processors/Transforms/CountingTransform.cpp:22: DB::CountingTransform::onConsume(DB::Chunk) @ 0x00000000400b740b 9. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 10. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 11. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 12. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 13. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 16. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:112: DB::CompletedPipelineExecutor::execute() @ 0x000000003f7140d3 17. ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:993: DB::AsynchronousInsertQueue::processData(DB::AsynchronousInsertQueue::InsertQuery, std::unique_ptr>, std::shared_ptr, DB::AsynchronousInsertQueue::QueueShardFlushTimeHistory&) @ 0x0000000036415179 18. ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:319: void std::__function::__policy_invoker::__call_impl>, std::shared_ptr, unsigned long)::$_0, void ()>>(std::__function::__policy_storage const*) @ 0x000000003641e7d8 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 18:01:53.127508 [ 3178 ] {} AsynchronousInsertQueue: Failed insertion for query 'INSERT INTO test_s1bubw5k.written_bytes_02247 (s) FORMAT Values': Code: 201. DB::Exception: Quota for user `u_02247_written_bytes_quota_test_s1bubw5k` for 3155695200s has been exceeded: written_bytes = 39/30. Interval will end at 2069-12-31 13:00:00. Name of quota template: `q_02247_written_bytes_quota_test_s1bubw5k`. (QUOTA_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&, String&&, String&&) @ 0x0000000033c8ff27 4. ./build_docker/./src/Access/EnabledQuota.cpp:32: DB::EnabledQuota::Impl::throwQuotaExceed(String const&, String const&, DB::QuotaType, unsigned long, unsigned long, std::chrono::duration>, std::chrono::time_point>>) @ 0x0000000033c8f9a9 5. ./build_docker/./src/Access/EnabledQuota.cpp:64: DB::EnabledQuota::Impl::used(String const&, DB::EnabledQuota::Intervals const&, DB::QuotaType, unsigned long, std::chrono::time_point>>, bool) @ 0x0000000033c8e81b 6. ./build_docker/./src/Access/EnabledQuota.cpp:252: DB::EnabledQuota::used(std::pair const&, bool) const @ 0x0000000033c8a4e1 7. ./build_docker/./src/Access/EnabledQuota.cpp:244: DB::EnabledQuota::used(DB::QuotaType, unsigned long, bool) const @ 0x0000000033c8a3a9 8. ./build_docker/./src/Processors/Transforms/CountingTransform.cpp:22: DB::CountingTransform::onConsume(DB::Chunk) @ 0x00000000400b740b 9. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 10. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 11. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 12. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 13. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 16. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:112: DB::CompletedPipelineExecutor::execute() @ 0x000000003f7140d3 17. ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:993: DB::AsynchronousInsertQueue::processData(DB::AsynchronousInsertQueue::InsertQuery, std::unique_ptr>, std::shared_ptr, DB::AsynchronousInsertQueue::QueueShardFlushTimeHistory&) @ 0x0000000036415179 18. ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:319: void std::__function::__policy_invoker::__call_impl>, std::shared_ptr, unsigned long)::$_0, void ()>>(std::__function::__policy_storage const*) @ 0x000000003641e7d8 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:01:53.133065 [ 71987 ] {069bd654-7eb0-46f7-af3f-2d64aaeb3cd7} executeQuery: Code: 201. DB::Exception: Quota for user `u_02247_written_bytes_quota_test_s1bubw5k` for 3155695200s has been exceeded: written_bytes = 39/30. Interval will end at 2069-12-31 13:00:00. Name of quota template: `q_02247_written_bytes_quota_test_s1bubw5k`. (QUOTA_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44316) (comment: 02247_written_bytes_quota.sh) (in query: INSERT INTO written_bytes_02247 VALUES ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&, String&&, String&&) @ 0x0000000033c8ff27 4. ./build_docker/./src/Access/EnabledQuota.cpp:32: DB::EnabledQuota::Impl::throwQuotaExceed(String const&, String const&, DB::QuotaType, unsigned long, unsigned long, std::chrono::duration>, std::chrono::time_point>>) @ 0x0000000033c8f9a9 5. ./build_docker/./src/Access/EnabledQuota.cpp:64: DB::EnabledQuota::Impl::used(String const&, DB::EnabledQuota::Intervals const&, DB::QuotaType, unsigned long, std::chrono::time_point>>, bool) @ 0x0000000033c8e81b 6. ./build_docker/./src/Access/EnabledQuota.cpp:252: DB::EnabledQuota::used(std::pair const&, bool) const @ 0x0000000033c8a4e1 7. ./build_docker/./src/Access/EnabledQuota.cpp:244: DB::EnabledQuota::used(DB::QuotaType, unsigned long, bool) const @ 0x0000000033c8a3a9 8. ./build_docker/./src/Processors/Transforms/CountingTransform.cpp:22: DB::CountingTransform::onConsume(DB::Chunk) @ 0x00000000400b740b 9. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 10. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 11. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 12. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 13. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 16. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:112: DB::CompletedPipelineExecutor::execute() @ 0x000000003f7140d3 17. ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:993: DB::AsynchronousInsertQueue::processData(DB::AsynchronousInsertQueue::InsertQuery, std::unique_ptr>, std::shared_ptr, DB::AsynchronousInsertQueue::QueueShardFlushTimeHistory&) @ 0x0000000036415179 18. ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:319: void std::__function::__policy_invoker::__call_impl>, std::shared_ptr, unsigned long)::$_0, void ()>>(std::__function::__policy_storage const*) @ 0x000000003641e7d8 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 18:01:53.158296 [ 71987 ] {} TCPHandler: Code: 201. DB::Exception: Quota for user `u_02247_written_bytes_quota_test_s1bubw5k` for 3155695200s has been exceeded: written_bytes = 39/30. Interval will end at 2069-12-31 13:00:00. Name of quota template: `q_02247_written_bytes_quota_test_s1bubw5k`. (QUOTA_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&, String&&, String&&) @ 0x0000000033c8ff27 4. ./build_docker/./src/Access/EnabledQuota.cpp:32: DB::EnabledQuota::Impl::throwQuotaExceed(String const&, String const&, DB::QuotaType, unsigned long, unsigned long, std::chrono::duration>, std::chrono::time_point>>) @ 0x0000000033c8f9a9 5. ./build_docker/./src/Access/EnabledQuota.cpp:64: DB::EnabledQuota::Impl::used(String const&, DB::EnabledQuota::Intervals const&, DB::QuotaType, unsigned long, std::chrono::time_point>>, bool) @ 0x0000000033c8e81b 6. ./build_docker/./src/Access/EnabledQuota.cpp:252: DB::EnabledQuota::used(std::pair const&, bool) const @ 0x0000000033c8a4e1 7. ./build_docker/./src/Access/EnabledQuota.cpp:244: DB::EnabledQuota::used(DB::QuotaType, unsigned long, bool) const @ 0x0000000033c8a3a9 8. ./build_docker/./src/Processors/Transforms/CountingTransform.cpp:22: DB::CountingTransform::onConsume(DB::Chunk) @ 0x00000000400b740b 9. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 10. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 11. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 12. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 13. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 16. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:112: DB::CompletedPipelineExecutor::execute() @ 0x000000003f7140d3 17. ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:993: DB::AsynchronousInsertQueue::processData(DB::AsynchronousInsertQueue::InsertQuery, std::unique_ptr>, std::shared_ptr, DB::AsynchronousInsertQueue::QueueShardFlushTimeHistory&) @ 0x0000000036415179 18. ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:319: void std::__function::__policy_invoker::__call_impl>, std::shared_ptr, unsigned long)::$_0, void ()>>(std::__function::__policy_storage const*) @ 0x000000003641e7d8 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 18:01:54.245761 [ 71982 ] {c0e73ebe-7e46-4580-b8cf-243795614711} executeQuery: Code: 164. DB::Exception: default: Cannot execute query in readonly mode. (READONLY) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44400) (comment: 02315_readonly_create_function.sh) (in query: CREATE FUNCTION test_function AS (x) -> x + 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: auto bool DB::ContextAccess::checkAccessImplHelper(std::shared_ptr const&, DB::AccessFlags) const::'lambda'(int, FormatStringHelperImpl::type...>, $T&&...)::operator()<>(int, FormatStringHelperImpl::type...>, $T&&...) const @ 0x0000000033b905a2 4. ./build_docker/./src/Access/ContextAccess.cpp:0: bool DB::ContextAccess::checkAccessImplHelper(std::shared_ptr const&, DB::AccessFlags) const @ 0x0000000033b8d43b 5. ./build_docker/./src/Access/ContextAccess.cpp:766: bool DB::ContextAccess::checkAccessImplHelper(std::shared_ptr const&, DB::AccessRightsElement const&) const @ 0x0000000033bb723b 6. ./build_docker/./src/Access/ContextAccess.cpp:810: DB::ContextAccess::checkAccess(std::shared_ptr const&, DB::AccessRightsElements const&) const @ 0x0000000033b0f25d 7. ./src/Access/ContextAccess.h:263: DB::Context::checkAccess(DB::AccessRightsElements const&) const @ 0x000000003652199b 8. ./build_docker/./src/Interpreters/InterpreterCreateFunctionQuery.cpp:46: DB::InterpreterCreateFunctionQuery::execute() @ 0x0000000039427c58 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:01:54.247664 [ 71979 ] {1d93e639-89f4-477a-99ff-d4a8143c42e8} executeQuery: Code: 201. DB::Exception: Quota for user `u_02247_written_bytes_quota_test_s1bubw5k` for 3155695200s has been exceeded: written_bytes = 39/30. Interval will end at 2069-12-31 13:00:00. Name of quota template: `q_02247_written_bytes_quota_test_s1bubw5k`. (QUOTA_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44416) (comment: 02247_written_bytes_quota.sh) (in query: INSERT INTO written_bytes_02247 VALUES ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&, String&&, String&&) @ 0x0000000033c8ff27 4. ./build_docker/./src/Access/EnabledQuota.cpp:32: DB::EnabledQuota::Impl::throwQuotaExceed(String const&, String const&, DB::QuotaType, unsigned long, unsigned long, std::chrono::duration>, std::chrono::time_point>>) @ 0x0000000033c8f9a9 5. ./build_docker/./src/Access/EnabledQuota.cpp:88: DB::EnabledQuota::checkExceeded(DB::QuotaType) const @ 0x0000000033c8bc6c 6. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:102: DB::InterpreterInsertQuery::InterpreterInsertQuery(std::shared_ptr const&, std::shared_ptr, bool, bool, bool, bool) @ 0x00000000384d7ae1 7. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x00000000384fabd4 8. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:01:54.275068 [ 71982 ] {} TCPHandler: Code: 164. DB::Exception: default: Cannot execute query in readonly mode. (READONLY), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: auto bool DB::ContextAccess::checkAccessImplHelper(std::shared_ptr const&, DB::AccessFlags) const::'lambda'(int, FormatStringHelperImpl::type...>, $T&&...)::operator()<>(int, FormatStringHelperImpl::type...>, $T&&...) const @ 0x0000000033b905a2 4. ./build_docker/./src/Access/ContextAccess.cpp:0: bool DB::ContextAccess::checkAccessImplHelper(std::shared_ptr const&, DB::AccessFlags) const @ 0x0000000033b8d43b 5. ./build_docker/./src/Access/ContextAccess.cpp:766: bool DB::ContextAccess::checkAccessImplHelper(std::shared_ptr const&, DB::AccessRightsElement const&) const @ 0x0000000033bb723b 6. ./build_docker/./src/Access/ContextAccess.cpp:810: DB::ContextAccess::checkAccess(std::shared_ptr const&, DB::AccessRightsElements const&) const @ 0x0000000033b0f25d 7. ./src/Access/ContextAccess.h:263: DB::Context::checkAccess(DB::AccessRightsElements const&) const @ 0x000000003652199b 8. ./build_docker/./src/Interpreters/InterpreterCreateFunctionQuery.cpp:46: DB::InterpreterCreateFunctionQuery::execute() @ 0x0000000039427c58 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:01:54.278762 [ 71979 ] {} TCPHandler: Code: 201. DB::Exception: Quota for user `u_02247_written_bytes_quota_test_s1bubw5k` for 3155695200s has been exceeded: written_bytes = 39/30. Interval will end at 2069-12-31 13:00:00. Name of quota template: `q_02247_written_bytes_quota_test_s1bubw5k`. (QUOTA_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&, String&&, String&&) @ 0x0000000033c8ff27 4. ./build_docker/./src/Access/EnabledQuota.cpp:32: DB::EnabledQuota::Impl::throwQuotaExceed(String const&, String const&, DB::QuotaType, unsigned long, unsigned long, std::chrono::duration>, std::chrono::time_point>>) @ 0x0000000033c8f9a9 5. ./build_docker/./src/Access/EnabledQuota.cpp:88: DB::EnabledQuota::checkExceeded(DB::QuotaType) const @ 0x0000000033c8bc6c 6. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:102: DB::InterpreterInsertQuery::InterpreterInsertQuery(std::shared_ptr const&, std::shared_ptr, bool, bool, bool, bool) @ 0x00000000384d7ae1 7. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x00000000384fabd4 8. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:01:56.133231 [ 68118 ] {c80fa2a2-2133-43c9-8b13-b0f8f01f2067} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -35: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44496) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-35, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:01:56.142681 [ 71985 ] {7693f8f6-95cd-4417-9abd-26f330a25c6a} executeQuery: Code: 490. DB::Exception: Value cannot be represented as date because it's out of range: In scope SELECT fromModifiedJulianDay(-678942). (CANNOT_FORMAT_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44440) (comment: 01544_fromModifiedJulianDay.sql) (in query: SELECT fromModifiedJulianDay(-678942);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::OrdinalDate::init(long) @ 0x000000000ac88d4c 5. DB::GregorianDate::GregorianDate(long) @ 0x000000000ac872fe 6. DB::ExecutableFunctionFromModifiedJulianDay, false>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000f3d549d 7. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:01:56.149166 [ 71985 ] {} TCPHandler: Code: 490. DB::Exception: Value cannot be represented as date because it's out of range: In scope SELECT fromModifiedJulianDay(-678942). (CANNOT_FORMAT_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::OrdinalDate::init(long) @ 0x000000000ac88d4c 5. DB::GregorianDate::GregorianDate(long) @ 0x000000000ac872fe 6. DB::ExecutableFunctionFromModifiedJulianDay, false>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000f3d549d 7. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:01:56.164328 [ 68118 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -35: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:01:57.148983 [ 71985 ] {174ebf32-2b9b-453c-9cd5-fe0da96e1a2a} executeQuery: Code: 490. DB::Exception: Value cannot be represented as date because it's out of range: In scope SELECT fromModifiedJulianDay(2973484). (CANNOT_FORMAT_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44440) (comment: 01544_fromModifiedJulianDay.sql) (in query: SELECT fromModifiedJulianDay(2973484);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::OrdinalDate::init(long) @ 0x000000000ac88d4c 5. DB::GregorianDate::GregorianDate(long) @ 0x000000000ac872fe 6. DB::ExecutableFunctionFromModifiedJulianDay, false>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000f3c42dc 7. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:01:57.159252 [ 71985 ] {} TCPHandler: Code: 490. DB::Exception: Value cannot be represented as date because it's out of range: In scope SELECT fromModifiedJulianDay(2973484). (CANNOT_FORMAT_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::OrdinalDate::init(long) @ 0x000000000ac88d4c 5. DB::GregorianDate::GregorianDate(long) @ 0x000000000ac872fe 6. DB::ExecutableFunctionFromModifiedJulianDay, false>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000f3c42dc 7. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:02:01.078252 [ 71981 ] {e9458e59-a593-4f1d-97e5-08597239ad52} executeQuery: Code: 201. DB::Exception: Quota for user `u_02247_written_bytes_quota_test_s1bubw5k` for 3155695200s has been exceeded: written_bytes = 1630/1000. Interval will end at 2069-12-31 13:00:00. Name of quota template: `q_02247_written_bytes_quota_test_s1bubw5k`. (QUOTA_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41084) (comment: 02247_written_bytes_quota.sh) (in query: INSERT INTO written_bytes_02247 SELECT toString(number) FROM numbers(100)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&, String&&, String&&) @ 0x0000000033c8ff27 4. ./build_docker/./src/Access/EnabledQuota.cpp:32: DB::EnabledQuota::Impl::throwQuotaExceed(String const&, String const&, DB::QuotaType, unsigned long, unsigned long, std::chrono::duration>, std::chrono::time_point>>) @ 0x0000000033c8f9a9 5. ./build_docker/./src/Access/EnabledQuota.cpp:64: DB::EnabledQuota::Impl::used(String const&, DB::EnabledQuota::Intervals const&, DB::QuotaType, unsigned long, std::chrono::time_point>>, bool) @ 0x0000000033c8e81b 6. ./build_docker/./src/Access/EnabledQuota.cpp:252: DB::EnabledQuota::used(std::pair const&, bool) const @ 0x0000000033c8a4e1 7. ./build_docker/./src/Access/EnabledQuota.cpp:244: DB::EnabledQuota::used(DB::QuotaType, unsigned long, bool) const @ 0x0000000033c8a3a9 8. ./build_docker/./src/Processors/Transforms/CountingTransform.cpp:22: DB::CountingTransform::onConsume(DB::Chunk) @ 0x00000000400b740b 9. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 10. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 11. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 12. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 13. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 16. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 17. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 19. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:01.111737 [ 71981 ] {} TCPHandler: Code: 201. DB::Exception: Quota for user `u_02247_written_bytes_quota_test_s1bubw5k` for 3155695200s has been exceeded: written_bytes = 1630/1000. Interval will end at 2069-12-31 13:00:00. Name of quota template: `q_02247_written_bytes_quota_test_s1bubw5k`. (QUOTA_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&, String&&, String&&) @ 0x0000000033c8ff27 4. ./build_docker/./src/Access/EnabledQuota.cpp:32: DB::EnabledQuota::Impl::throwQuotaExceed(String const&, String const&, DB::QuotaType, unsigned long, unsigned long, std::chrono::duration>, std::chrono::time_point>>) @ 0x0000000033c8f9a9 5. ./build_docker/./src/Access/EnabledQuota.cpp:64: DB::EnabledQuota::Impl::used(String const&, DB::EnabledQuota::Intervals const&, DB::QuotaType, unsigned long, std::chrono::time_point>>, bool) @ 0x0000000033c8e81b 6. ./build_docker/./src/Access/EnabledQuota.cpp:252: DB::EnabledQuota::used(std::pair const&, bool) const @ 0x0000000033c8a4e1 7. ./build_docker/./src/Access/EnabledQuota.cpp:244: DB::EnabledQuota::used(DB::QuotaType, unsigned long, bool) const @ 0x0000000033c8a3a9 8. ./build_docker/./src/Processors/Transforms/CountingTransform.cpp:22: DB::CountingTransform::onConsume(DB::Chunk) @ 0x00000000400b740b 9. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 10. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 11. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 12. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 13. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 16. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 17. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 19. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:01.195643 [ 71979 ] {4020229f-3587-4612-a790-868b1663b3bb} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 76: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41086) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (38, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:01.222975 [ 71979 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 76: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:05.153006 [ 4149 ] {03badf07-4a06-4295-9d4c-fcdd03edf6b2} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -40: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41366) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-40, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:05.172600 [ 4149 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -40: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:09.986343 [ 71968 ] {26bc2245-a551-4fd4-a335-54f41a015dfd} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -43, m = 1. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47074) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-43, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:10.007311 [ 71968 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -43, m = 1. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:11.799225 [ 71985 ] {62a9cdbb-5a95-4c8f-a8b5-770cba4c768f} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 88: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47196) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (44, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:11.825281 [ 71985 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 88: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:12.549295 [ 1417 ] {f60785bf-21c2-456e-b33b-c22ed37b9e79} executeQuery: Code: 190. DB::Exception: Elements 'n.x' and 'n.y' of Nested data structure 'n' (Array columns) have different array sizes. (SIZES_OF_ARRAYS_DONT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47238) (comment: 00698_validate_array_sizes_for_nested.sql) (in query: INSERT INTO mergetree_00698 VALUES ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String const&, String const&, String&) @ 0x0000000034d679b7 4. ./build_docker/./src/DataTypes/NestedUtils.cpp:261: DB::Nested::validateArraySizes(DB::Block const&) @ 0x0000000034d60e07 5. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:16: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x0000000040442ddd 6. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 8. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 12. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 13. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 14. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:02:12.561223 [ 1417 ] {} TCPHandler: Code: 190. DB::Exception: Elements 'n.x' and 'n.y' of Nested data structure 'n' (Array columns) have different array sizes. (SIZES_OF_ARRAYS_DONT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String const&, String const&, String&) @ 0x0000000034d679b7 4. ./build_docker/./src/DataTypes/NestedUtils.cpp:261: DB::Nested::validateArraySizes(DB::Block const&) @ 0x0000000034d60e07 5. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:16: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x0000000040442ddd 6. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 8. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 12. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 13. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 14. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:02:12.842350 [ 72004 ] {040ae0b0-1f56-494c-b40f-5b81bddc8e0d} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 45: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47242) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (45, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:12.866321 [ 72004 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 45: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:16.030681 [ 68118 ] {ba7b2de0-9655-43fc-b3c4-4bd2d48f6e6b} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -47: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47442) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-47, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:16.061752 [ 68118 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -47: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:19.144098 [ 1426 ] {c678a1b8-00a6-45ca-ba9e-f63dcc688541} executeQuery: Code: 158. DB::Exception: Limit for rows to GROUP BY exceeded: has 11 rows, maximum: 10: While executing AggregatingTransform. (TOO_MANY_ROWS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38428) (comment: 01134_max_rows_to_group_by.sql) (in query: SELECT 'test1', number FROM system.numbers GROUP BY number;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long const&) @ 0x000000000afed8ed 4. ./build_docker/./src/Interpreters/Aggregator.cpp:1806: DB::Aggregator::checkLimits(unsigned long, bool&) const @ 0x0000000036a52b36 5. ./build_docker/./src/Interpreters/Aggregator.cpp:1593: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cd28 6. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 7. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 11. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 12. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 15. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:02:19.155338 [ 1426 ] {} TCPHandler: Code: 158. DB::Exception: Limit for rows to GROUP BY exceeded: has 11 rows, maximum: 10: While executing AggregatingTransform. (TOO_MANY_ROWS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long const&) @ 0x000000000afed8ed 4. ./build_docker/./src/Interpreters/Aggregator.cpp:1806: DB::Aggregator::checkLimits(unsigned long, bool&) const @ 0x0000000036a52b36 5. ./build_docker/./src/Interpreters/Aggregator.cpp:1593: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cd28 6. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 7. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 11. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 12. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 15. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:02:20.401908 [ 1426 ] {eb63eac2-2e92-4fcd-a013-ecdc44c63af8} executeQuery: Code: 158. DB::Exception: Limit for rows (controlled by 'max_rows_to_read' setting) exceeded, max rows: 500.00, current rows: 1.00 thousand. (TOO_MANY_ROWS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38428) (comment: 01134_max_rows_to_group_by.sql) (in query: SELECT 'test4', number FROM numbers(1000) GROUP BY number ORDER BY number;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, char const*&, String&&, String&&) @ 0x0000000034b947d7 4. ./build_docker/./src/QueryPipeline/SizeLimits.cpp:32: DB::SizeLimits::check(unsigned long, unsigned long, char const*, int, int) const @ 0x0000000034b9346e 5. ./build_docker/./src/QueryPipeline/SizeLimits.cpp:72: DB::SizeLimits::check(unsigned long, unsigned long, char const*, int) const @ 0x0000000034b938ac 6. ./build_docker/./src/Processors/QueryPlan/ReadFromSystemNumbersStep.cpp:625: DB::ReadFromSystemNumbersStep::checkLimits(unsigned long) @ 0x0000000040a3d2f5 7. ./build_docker/./src/Processors/QueryPlan/ReadFromSystemNumbersStep.cpp:551: DB::ReadFromSystemNumbersStep::makePipe() @ 0x0000000040a3978a 8. ./build_docker/./src/Processors/QueryPlan/ReadFromSystemNumbersStep.cpp:430: DB::ReadFromSystemNumbersStep::initializePipeline(DB::QueryPipelineBuilder&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040a359b1 9. ./build_docker/./src/Processors/QueryPlan/ISourceStep.cpp:20: DB::ISourceStep::updatePipeline(std::vector>, std::allocator>>>, DB::BuildQueryPipelineSettings const&) @ 0x0000000040795b55 10. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:188: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040813a6f 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 18:02:20.409990 [ 1426 ] {} TCPHandler: Code: 158. DB::Exception: Limit for rows (controlled by 'max_rows_to_read' setting) exceeded, max rows: 500.00, current rows: 1.00 thousand. (TOO_MANY_ROWS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, char const*&, String&&, String&&) @ 0x0000000034b947d7 4. ./build_docker/./src/QueryPipeline/SizeLimits.cpp:32: DB::SizeLimits::check(unsigned long, unsigned long, char const*, int, int) const @ 0x0000000034b9346e 5. ./build_docker/./src/QueryPipeline/SizeLimits.cpp:72: DB::SizeLimits::check(unsigned long, unsigned long, char const*, int) const @ 0x0000000034b938ac 6. ./build_docker/./src/Processors/QueryPlan/ReadFromSystemNumbersStep.cpp:625: DB::ReadFromSystemNumbersStep::checkLimits(unsigned long) @ 0x0000000040a3d2f5 7. ./build_docker/./src/Processors/QueryPlan/ReadFromSystemNumbersStep.cpp:551: DB::ReadFromSystemNumbersStep::makePipe() @ 0x0000000040a3978a 8. ./build_docker/./src/Processors/QueryPlan/ReadFromSystemNumbersStep.cpp:430: DB::ReadFromSystemNumbersStep::initializePipeline(DB::QueryPipelineBuilder&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040a359b1 9. ./build_docker/./src/Processors/QueryPlan/ISourceStep.cpp:20: DB::ISourceStep::updatePipeline(std::vector>, std::allocator>>>, DB::BuildQueryPipelineSettings const&) @ 0x0000000040795b55 10. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:188: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040813a6f 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 18:02:22.437694 [ 71982 ] {43ee1e40-7f01-4617-adbf-1d0e763e242a} executeQuery: Code: 36. DB::Exception: Query tree is too big. Maximum: 500000. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38626) (comment: 00596_limit_on_expanded_ast.sh) (in query: select 1 as a, a+a as b, b+b as c, c+c as d, d+d as e, e+e as f, f+f as g, g+g as h, h+h as i, i+i as j, j+j as k, k+k as l, l+l as m, m+m as n, n+n as o, o+o as p, p+p as q, q+q as r, r+r as s, s+s as t, t+t as u, u+u as v, v+v as w, w+w as x, x+x as y, y+y as z ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, unsigned long&) @ 0x0000000009f9a88a 4. ./build_docker/./src/Analyzer/ValidationUtils.cpp:478: DB::validateTreeSize(std::shared_ptr const&, unsigned long, std::unordered_map, unsigned long, std::hash>, std::equal_to>, std::allocator const, unsigned long>>>&) @ 0x0000000035e86068 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3897: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d35234 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 18:02:22.467117 [ 71982 ] {} TCPHandler: Code: 36. DB::Exception: Query tree is too big. Maximum: 500000. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, unsigned long&) @ 0x0000000009f9a88a 4. ./build_docker/./src/Analyzer/ValidationUtils.cpp:478: DB::validateTreeSize(std::shared_ptr const&, unsigned long, std::unordered_map, unsigned long, std::hash>, std::equal_to>, std::allocator const, unsigned long>>>&) @ 0x0000000035e86068 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3897: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d35234 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 18:02:23.103181 [ 55895 ] {fbf6a1f6-67f7-4b84-b5b8-8ec76bb88663} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -51, m = 1. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38678) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-51, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:23.123964 [ 55895 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -51, m = 1. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:24.237410 [ 425 ] {43e6c3ce-28a6-475b-ac72-218822fb9326} executeQuery: Code: 131. DB::Exception: Too many times to repeat (1000001), maximum is: 1000000: In scope SELECT length(repeat('x', 1000001)). (TOO_LARGE_STRING_SIZE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38726) (comment: 01014_function_repeat_corner_cases.sql) (in query: SELECT length(repeat('x', 1000001));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long const&) @ 0x000000000afed8ed 4. auto DB::(anonymous namespace)::FunctionRepeat::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda0'(auto const&)::operator()>(auto const&) const @ 0x000000001b4ec5dd 5. DB::(anonymous namespace)::FunctionRepeat::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b4dc9d2 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 18:02:24.245701 [ 425 ] {} TCPHandler: Code: 131. DB::Exception: Too many times to repeat (1000001), maximum is: 1000000: In scope SELECT length(repeat('x', 1000001)). (TOO_LARGE_STRING_SIZE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long const&) @ 0x000000000afed8ed 4. auto DB::(anonymous namespace)::FunctionRepeat::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda0'(auto const&)::operator()>(auto const&) const @ 0x000000001b4ec5dd 5. DB::(anonymous namespace)::FunctionRepeat::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b4dc9d2 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 18:02:24.801282 [ 72004 ] {b43bcdd6-0f8c-41e4-aa4b-fce910b13b97} executeQuery: Code: 403. DB::Exception: Expected logical expression in JOIN ON section, got unexpected column 'plus(toUInt8(__table1.id), 1_UInt8)' of type 'UInt16'. (INVALID_JOIN_ON_EXPRESSION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38360) (comment: 01881_join_on_conditions_merge.gen.sql) (in query: -- `e + 1` is UInt16 SELECT DISTINCT t1.key, toUInt8(t1.id) as e FROM t1 INNER ANY JOIN t2 ON t1.id == t2.id AND e + 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Interpreters/JoinUtils.cpp:426: DB::JoinCommon::checkTypesOfMasks(DB::Block const&, String const&, DB::Block const&, String const&)::$_0::operator()(DB::Block const&, String const&) const @ 0x0000000038812dfe 5. ./build_docker/./src/Interpreters/JoinUtils.cpp:430: DB::JoinCommon::checkTypesOfMasks(DB::Block const&, String const&, DB::Block const&, String const&) @ 0x0000000038812692 6. ./build_docker/./src/Interpreters/MergeJoin.cpp:710: DB::MergeJoin::joinBlock(DB::Block&, std::shared_ptr&) @ 0x0000000038865237 7. ./build_docker/./src/Processors/Transforms/JoiningTransform.cpp:28: DB::JoiningTransform::transformHeader(DB::Block, std::shared_ptr const&) @ 0x00000000400f1247 8. ./build_docker/./src/Processors/QueryPlan/JoinStep.cpp:191: DB::JoinStep::updateOutputHeader() @ 0x00000000407c918d 9. ./build_docker/./src/Processors/QueryPlan/IQueryPlanStep.cpp:22: DB::IQueryPlanStep::updateInputHeaders(std::vector>) @ 0x000000004078ecdd 10. ./build_docker/./src/Processors/QueryPlan/JoinStep.cpp:92: DB::JoinStep::JoinStep(DB::Block const&, DB::Block const&, std::shared_ptr, unsigned long, unsigned long, unsigned long, std::unordered_set, std::equal_to, std::allocator>, bool, bool) @ 0x00000000407c0fe5 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386dbb85 12. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 13. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 14. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:02:24.809031 [ 72004 ] {} TCPHandler: Code: 403. DB::Exception: Expected logical expression in JOIN ON section, got unexpected column 'plus(toUInt8(__table1.id), 1_UInt8)' of type 'UInt16'. (INVALID_JOIN_ON_EXPRESSION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Interpreters/JoinUtils.cpp:426: DB::JoinCommon::checkTypesOfMasks(DB::Block const&, String const&, DB::Block const&, String const&)::$_0::operator()(DB::Block const&, String const&) const @ 0x0000000038812dfe 5. ./build_docker/./src/Interpreters/JoinUtils.cpp:430: DB::JoinCommon::checkTypesOfMasks(DB::Block const&, String const&, DB::Block const&, String const&) @ 0x0000000038812692 6. ./build_docker/./src/Interpreters/MergeJoin.cpp:710: DB::MergeJoin::joinBlock(DB::Block&, std::shared_ptr&) @ 0x0000000038865237 7. ./build_docker/./src/Processors/Transforms/JoiningTransform.cpp:28: DB::JoiningTransform::transformHeader(DB::Block, std::shared_ptr const&) @ 0x00000000400f1247 8. ./build_docker/./src/Processors/QueryPlan/JoinStep.cpp:191: DB::JoinStep::updateOutputHeader() @ 0x00000000407c918d 9. ./build_docker/./src/Processors/QueryPlan/IQueryPlanStep.cpp:22: DB::IQueryPlanStep::updateInputHeaders(std::vector>) @ 0x000000004078ecdd 10. ./build_docker/./src/Processors/QueryPlan/JoinStep.cpp:92: DB::JoinStep::JoinStep(DB::Block const&, DB::Block const&, std::shared_ptr, unsigned long, unsigned long, unsigned long, std::unordered_set, std::equal_to, std::allocator>, bool, bool) @ 0x00000000407c0fe5 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386dbb85 12. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 13. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 14. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:02:24.958251 [ 68117 ] {b764b728-caf5-491c-b84d-c9f0cad4ef17} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 52, m = 2. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38862) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (52, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:24.978303 [ 68117 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 52, m = 2. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:24.999724 [ 425 ] {8792acf3-89b0-40b5-b28f-5ec7a2c8f37b} executeQuery: Code: 241. DB::Exception: Query memory limit exceeded: would use 144.01 MiB (attempt to allocate chunk of 134221960 bytes), current RSS 32.01 MiB, maximum: 95.37 MiB. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38726) (comment: 01014_function_repeat_corner_cases.sql) (in query: SELECT length(repeat(repeat('Hello, world!', 1000000), 10));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. void DB::PODArrayBase<1ul, 4096ul, Allocator, 63ul, 64ul>::resize<>(unsigned long) @ 0x00000000088dbeb2 9. DB::(anonymous namespace)::FunctionRepeat::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b4dbe1a 10. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 13. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 14. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 15. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 16. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 17. ./build_docker/./src/Interpreters/ActionsDAG.cpp:345: DB::ActionsDAG::addFunctionImpl(std::shared_ptr const&, std::vector>, std::vector>, String, std::shared_ptr, bool) @ 0x0000000035ae158e 18. ./build_docker/./src/Interpreters/ActionsDAG.cpp:278: DB::ActionsDAG::addFunction(DB::FunctionNode const&, std::vector>, String) @ 0x0000000035ae38d5 19. ./build_docker/./src/Planner/PlannerActionsVisitor.cpp:526: DB::(anonymous namespace)::PlannerActionsVisitorImpl::visitImpl(std::shared_ptr) @ 0x0000000035c26391 20. ./build_docker/./src/Planner/PlannerActionsVisitor.cpp:988: DB::(anonymous namespace)::PlannerActionsVisitorImpl::visitImpl(std::shared_ptr) @ 0x0000000035c20de0 21. ./build_docker/./src/Planner/PlannerActionsVisitor.cpp:635: DB::PlannerActionsVisitor::visit(DB::ActionsDAG&, std::shared_ptr) @ 0x0000000035c0cbaa 22. ./build_docker/./src/Planner/Utils.cpp:252: DB::buildActionsDAGFromExpressionNode(std::shared_ptr const&, std::vector> const&, std::shared_ptr const&) @ 0x0000000035c509da 23. ./build_docker/./src/Planner/PlannerExpressionAnalysis.cpp:377: DB::buildExpressionAnalysisResult(std::shared_ptr const&, std::vector> const&, std::shared_ptr const&, DB::PlannerQueryProcessingInfo const&) @ 0x0000000038750d77 24. ./build_docker/./src/Planner/Planner.cpp:1586: DB::Planner::buildPlanForQueryNode() @ 0x00000000386556d4 25. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 18:02:25.007676 [ 425 ] {} TCPHandler: Code: 241. DB::Exception: Query memory limit exceeded: would use 144.01 MiB (attempt to allocate chunk of 134221960 bytes), current RSS 32.01 MiB, maximum: 95.37 MiB. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 7. ./build_docker/./src/Common/Allocator.cpp:149: Allocator::alloc(unsigned long, unsigned long) @ 0x000000002061496d 8. void DB::PODArrayBase<1ul, 4096ul, Allocator, 63ul, 64ul>::resize<>(unsigned long) @ 0x00000000088dbeb2 9. DB::(anonymous namespace)::FunctionRepeat::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b4dbe1a 10. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 13. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 14. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 15. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 16. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 17. ./build_docker/./src/Interpreters/ActionsDAG.cpp:345: DB::ActionsDAG::addFunctionImpl(std::shared_ptr const&, std::vector>, std::vector>, String, std::shared_ptr, bool) @ 0x0000000035ae158e 18. ./build_docker/./src/Interpreters/ActionsDAG.cpp:278: DB::ActionsDAG::addFunction(DB::FunctionNode const&, std::vector>, String) @ 0x0000000035ae38d5 19. ./build_docker/./src/Planner/PlannerActionsVisitor.cpp:526: DB::(anonymous namespace)::PlannerActionsVisitorImpl::visitImpl(std::shared_ptr) @ 0x0000000035c26391 20. ./build_docker/./src/Planner/PlannerActionsVisitor.cpp:988: DB::(anonymous namespace)::PlannerActionsVisitorImpl::visitImpl(std::shared_ptr) @ 0x0000000035c20de0 21. ./build_docker/./src/Planner/PlannerActionsVisitor.cpp:635: DB::PlannerActionsVisitor::visit(DB::ActionsDAG&, std::shared_ptr) @ 0x0000000035c0cbaa 22. ./build_docker/./src/Planner/Utils.cpp:252: DB::buildActionsDAGFromExpressionNode(std::shared_ptr const&, std::vector> const&, std::shared_ptr const&) @ 0x0000000035c509da 23. ./build_docker/./src/Planner/PlannerExpressionAnalysis.cpp:377: DB::buildExpressionAnalysisResult(std::shared_ptr const&, std::vector> const&, std::shared_ptr const&, DB::PlannerQueryProcessingInfo const&) @ 0x0000000038750d77 24. ./build_docker/./src/Planner/Planner.cpp:1586: DB::Planner::buildPlanForQueryNode() @ 0x00000000386556d4 25. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 18:02:25.474944 [ 72004 ] {ca18ccdb-9afa-41b0-97ac-9c9b32234756} executeQuery: Code: 403. DB::Exception: Expected logical expression in JOIN ON section, got unexpected column '__table1.id' of type 'Int32'. (INVALID_JOIN_ON_EXPRESSION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38360) (comment: 01881_join_on_conditions_merge.gen.sql) (in query: SELECT * FROM t1 INNER ALL JOIN t2 ON t1.id == t2.id AND t1.id;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Interpreters/JoinUtils.cpp:426: DB::JoinCommon::checkTypesOfMasks(DB::Block const&, String const&, DB::Block const&, String const&)::$_0::operator()(DB::Block const&, String const&) const @ 0x0000000038812dfe 5. ./build_docker/./src/Interpreters/JoinUtils.cpp:430: DB::JoinCommon::checkTypesOfMasks(DB::Block const&, String const&, DB::Block const&, String const&) @ 0x0000000038812692 6. ./build_docker/./src/Interpreters/MergeJoin.cpp:710: DB::MergeJoin::joinBlock(DB::Block&, std::shared_ptr&) @ 0x0000000038865237 7. ./build_docker/./src/Processors/Transforms/JoiningTransform.cpp:28: DB::JoiningTransform::transformHeader(DB::Block, std::shared_ptr const&) @ 0x00000000400f1247 8. ./build_docker/./src/Processors/QueryPlan/JoinStep.cpp:191: DB::JoinStep::updateOutputHeader() @ 0x00000000407c918d 9. ./build_docker/./src/Processors/QueryPlan/IQueryPlanStep.cpp:22: DB::IQueryPlanStep::updateInputHeaders(std::vector>) @ 0x000000004078ecdd 10. ./build_docker/./src/Processors/QueryPlan/JoinStep.cpp:92: DB::JoinStep::JoinStep(DB::Block const&, DB::Block const&, std::shared_ptr, unsigned long, unsigned long, unsigned long, std::unordered_set, std::equal_to, std::allocator>, bool, bool) @ 0x00000000407c0fe5 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386dbb85 12. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 13. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 14. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:02:25.496606 [ 72004 ] {} TCPHandler: Code: 403. DB::Exception: Expected logical expression in JOIN ON section, got unexpected column '__table1.id' of type 'Int32'. (INVALID_JOIN_ON_EXPRESSION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Interpreters/JoinUtils.cpp:426: DB::JoinCommon::checkTypesOfMasks(DB::Block const&, String const&, DB::Block const&, String const&)::$_0::operator()(DB::Block const&, String const&) const @ 0x0000000038812dfe 5. ./build_docker/./src/Interpreters/JoinUtils.cpp:430: DB::JoinCommon::checkTypesOfMasks(DB::Block const&, String const&, DB::Block const&, String const&) @ 0x0000000038812692 6. ./build_docker/./src/Interpreters/MergeJoin.cpp:710: DB::MergeJoin::joinBlock(DB::Block&, std::shared_ptr&) @ 0x0000000038865237 7. ./build_docker/./src/Processors/Transforms/JoiningTransform.cpp:28: DB::JoiningTransform::transformHeader(DB::Block, std::shared_ptr const&) @ 0x00000000400f1247 8. ./build_docker/./src/Processors/QueryPlan/JoinStep.cpp:191: DB::JoinStep::updateOutputHeader() @ 0x00000000407c918d 9. ./build_docker/./src/Processors/QueryPlan/IQueryPlanStep.cpp:22: DB::IQueryPlanStep::updateInputHeaders(std::vector>) @ 0x000000004078ecdd 10. ./build_docker/./src/Processors/QueryPlan/JoinStep.cpp:92: DB::JoinStep::JoinStep(DB::Block const&, DB::Block const&, std::shared_ptr, unsigned long, unsigned long, unsigned long, std::unordered_set, std::equal_to, std::allocator>, bool, bool) @ 0x00000000407c0fe5 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386dbb85 12. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 13. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 14. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:02:25.657344 [ 4149 ] {882d0155-5b85-47e8-a749-5cd48ded1afb} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 53, m = 1. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38900) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (53, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:25.674524 [ 4149 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 53, m = 1. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:26.198884 [ 72004 ] {60fd6f93-9bf5-4ea2-a2d7-4b89ad21dc34} executeQuery: Code: 403. DB::Exception: Expected logical expression in JOIN ON section, got unexpected column '__table2.id' of type 'Int32'. (INVALID_JOIN_ON_EXPRESSION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38360) (comment: 01881_join_on_conditions_merge.gen.sql) (in query: SELECT * FROM t1 INNER ALL JOIN t2 ON t1.id == t2.id AND t2.id;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Interpreters/JoinUtils.cpp:426: DB::JoinCommon::checkTypesOfMasks(DB::Block const&, String const&, DB::Block const&, String const&)::$_0::operator()(DB::Block const&, String const&) const @ 0x0000000038812dfe 5. ./build_docker/./src/Interpreters/JoinUtils.cpp:431: DB::JoinCommon::checkTypesOfMasks(DB::Block const&, String const&, DB::Block const&, String const&) @ 0x000000003881269d 6. ./build_docker/./src/Interpreters/MergeJoin.cpp:534: DB::MergeJoin::MergeJoin(std::shared_ptr, DB::Block const&) @ 0x0000000038859875 7. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], std::shared_ptr&, DB::Block const&, void>(std::allocator const&, std::shared_ptr&, DB::Block const&) @ 0x00000000369cfce9 8. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::chooseJoinAlgorithm(std::shared_ptr&, std::shared_ptr const&, DB::Block const&, DB::Block const&, std::shared_ptr const&, DB::SelectQueryInfo const&) @ 0x00000000387342f8 9. ./build_docker/./src/Planner/PlannerJoinTree.cpp:1690: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386da273 10. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 11. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 12. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 18:02:26.206086 [ 72004 ] {} TCPHandler: Code: 403. DB::Exception: Expected logical expression in JOIN ON section, got unexpected column '__table2.id' of type 'Int32'. (INVALID_JOIN_ON_EXPRESSION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Interpreters/JoinUtils.cpp:426: DB::JoinCommon::checkTypesOfMasks(DB::Block const&, String const&, DB::Block const&, String const&)::$_0::operator()(DB::Block const&, String const&) const @ 0x0000000038812dfe 5. ./build_docker/./src/Interpreters/JoinUtils.cpp:431: DB::JoinCommon::checkTypesOfMasks(DB::Block const&, String const&, DB::Block const&, String const&) @ 0x000000003881269d 6. ./build_docker/./src/Interpreters/MergeJoin.cpp:534: DB::MergeJoin::MergeJoin(std::shared_ptr, DB::Block const&) @ 0x0000000038859875 7. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], std::shared_ptr&, DB::Block const&, void>(std::allocator const&, std::shared_ptr&, DB::Block const&) @ 0x00000000369cfce9 8. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::chooseJoinAlgorithm(std::shared_ptr&, std::shared_ptr const&, DB::Block const&, DB::Block const&, std::shared_ptr const&, DB::SelectQueryInfo const&) @ 0x00000000387342f8 9. ./build_docker/./src/Planner/PlannerJoinTree.cpp:1690: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386da273 10. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 11. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 12. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 18:02:26.297215 [ 72004 ] {961e80b5-b3e7-4998-9a23-3e1b4b163a97} executeQuery: Code: 403. DB::Exception: Expected logical expression in JOIN ON section, got unexpected column 'plus(__table1.id, 2_UInt8)' of type 'Int64'. (INVALID_JOIN_ON_EXPRESSION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38360) (comment: 01881_join_on_conditions_merge.gen.sql) (in query: SELECT * FROM t1 INNER ALL JOIN t2 ON t1.id == t2.id AND t1.id + 2;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Interpreters/JoinUtils.cpp:426: DB::JoinCommon::checkTypesOfMasks(DB::Block const&, String const&, DB::Block const&, String const&)::$_0::operator()(DB::Block const&, String const&) const @ 0x0000000038812dfe 5. ./build_docker/./src/Interpreters/JoinUtils.cpp:430: DB::JoinCommon::checkTypesOfMasks(DB::Block const&, String const&, DB::Block const&, String const&) @ 0x0000000038812692 6. ./build_docker/./src/Interpreters/MergeJoin.cpp:710: DB::MergeJoin::joinBlock(DB::Block&, std::shared_ptr&) @ 0x0000000038865237 7. ./build_docker/./src/Processors/Transforms/JoiningTransform.cpp:28: DB::JoiningTransform::transformHeader(DB::Block, std::shared_ptr const&) @ 0x00000000400f1247 8. ./build_docker/./src/Processors/QueryPlan/JoinStep.cpp:191: DB::JoinStep::updateOutputHeader() @ 0x00000000407c918d 9. ./build_docker/./src/Processors/QueryPlan/IQueryPlanStep.cpp:22: DB::IQueryPlanStep::updateInputHeaders(std::vector>) @ 0x000000004078ecdd 10. ./build_docker/./src/Processors/QueryPlan/JoinStep.cpp:92: DB::JoinStep::JoinStep(DB::Block const&, DB::Block const&, std::shared_ptr, unsigned long, unsigned long, unsigned long, std::unordered_set, std::equal_to, std::allocator>, bool, bool) @ 0x00000000407c0fe5 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386dbb85 12. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 13. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 14. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:02:26.306821 [ 72004 ] {} TCPHandler: Code: 403. DB::Exception: Expected logical expression in JOIN ON section, got unexpected column 'plus(__table1.id, 2_UInt8)' of type 'Int64'. (INVALID_JOIN_ON_EXPRESSION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Interpreters/JoinUtils.cpp:426: DB::JoinCommon::checkTypesOfMasks(DB::Block const&, String const&, DB::Block const&, String const&)::$_0::operator()(DB::Block const&, String const&) const @ 0x0000000038812dfe 5. ./build_docker/./src/Interpreters/JoinUtils.cpp:430: DB::JoinCommon::checkTypesOfMasks(DB::Block const&, String const&, DB::Block const&, String const&) @ 0x0000000038812692 6. ./build_docker/./src/Interpreters/MergeJoin.cpp:710: DB::MergeJoin::joinBlock(DB::Block&, std::shared_ptr&) @ 0x0000000038865237 7. ./build_docker/./src/Processors/Transforms/JoiningTransform.cpp:28: DB::JoiningTransform::transformHeader(DB::Block, std::shared_ptr const&) @ 0x00000000400f1247 8. ./build_docker/./src/Processors/QueryPlan/JoinStep.cpp:191: DB::JoinStep::updateOutputHeader() @ 0x00000000407c918d 9. ./build_docker/./src/Processors/QueryPlan/IQueryPlanStep.cpp:22: DB::IQueryPlanStep::updateInputHeaders(std::vector>) @ 0x000000004078ecdd 10. ./build_docker/./src/Processors/QueryPlan/JoinStep.cpp:92: DB::JoinStep::JoinStep(DB::Block const&, DB::Block const&, std::shared_ptr, unsigned long, unsigned long, unsigned long, std::unordered_set, std::equal_to, std::allocator>, bool, bool) @ 0x00000000407c0fe5 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386dbb85 12. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 13. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 14. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:02:26.311931 [ 71984 ] {c0852be0-0de2-4a68-a368-3a0ea8ee2172} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 106: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38912) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (53, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:26.356637 [ 71984 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 106: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:26.387353 [ 72004 ] {fa4f533e-e77f-4f94-89cc-8245e093b853} executeQuery: Code: 403. DB::Exception: Expected logical expression in JOIN ON section, got unexpected column 'plus(__table2.id, 2_UInt8)' of type 'Int64'. (INVALID_JOIN_ON_EXPRESSION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38360) (comment: 01881_join_on_conditions_merge.gen.sql) (in query: SELECT * FROM t1 INNER ALL JOIN t2 ON t1.id == t2.id AND t2.id + 2;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Interpreters/JoinUtils.cpp:426: DB::JoinCommon::checkTypesOfMasks(DB::Block const&, String const&, DB::Block const&, String const&)::$_0::operator()(DB::Block const&, String const&) const @ 0x0000000038812dfe 5. ./build_docker/./src/Interpreters/JoinUtils.cpp:431: DB::JoinCommon::checkTypesOfMasks(DB::Block const&, String const&, DB::Block const&, String const&) @ 0x000000003881269d 6. ./build_docker/./src/Interpreters/MergeJoin.cpp:534: DB::MergeJoin::MergeJoin(std::shared_ptr, DB::Block const&) @ 0x0000000038859875 7. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], std::shared_ptr&, DB::Block const&, void>(std::allocator const&, std::shared_ptr&, DB::Block const&) @ 0x00000000369cfce9 8. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::chooseJoinAlgorithm(std::shared_ptr&, std::shared_ptr const&, DB::Block const&, DB::Block const&, std::shared_ptr const&, DB::SelectQueryInfo const&) @ 0x00000000387342f8 9. ./build_docker/./src/Planner/PlannerJoinTree.cpp:1690: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386da273 10. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 11. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 12. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 18:02:26.394819 [ 72004 ] {} TCPHandler: Code: 403. DB::Exception: Expected logical expression in JOIN ON section, got unexpected column 'plus(__table2.id, 2_UInt8)' of type 'Int64'. (INVALID_JOIN_ON_EXPRESSION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Interpreters/JoinUtils.cpp:426: DB::JoinCommon::checkTypesOfMasks(DB::Block const&, String const&, DB::Block const&, String const&)::$_0::operator()(DB::Block const&, String const&) const @ 0x0000000038812dfe 5. ./build_docker/./src/Interpreters/JoinUtils.cpp:431: DB::JoinCommon::checkTypesOfMasks(DB::Block const&, String const&, DB::Block const&, String const&) @ 0x000000003881269d 6. ./build_docker/./src/Interpreters/MergeJoin.cpp:534: DB::MergeJoin::MergeJoin(std::shared_ptr, DB::Block const&) @ 0x0000000038859875 7. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], std::shared_ptr&, DB::Block const&, void>(std::allocator const&, std::shared_ptr&, DB::Block const&) @ 0x00000000369cfce9 8. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::chooseJoinAlgorithm(std::shared_ptr&, std::shared_ptr const&, DB::Block const&, DB::Block const&, std::shared_ptr const&, DB::SelectQueryInfo const&) @ 0x00000000387342f8 9. ./build_docker/./src/Planner/PlannerJoinTree.cpp:1690: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386da273 10. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 11. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 12. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 18:02:27.283194 [ 72004 ] {5c177900-eed0-44e6-a09b-292cf54dec18} executeQuery: Code: 43. DB::Exception: Illegal type (String) of 2 argument of function and: In scope SELECT * FROM t1 ALL INNER JOIN t2 ON (t1.id = t2.id) AND t1.key. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38360) (comment: 01881_join_on_conditions_merge.gen.sql) (in query: SELECT * FROM t1 INNER ALL JOIN t2 ON t1.id == t2.id AND t1.key;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&&, String&&) @ 0x0000000008904497 4. DB::FunctionsLogicalDetail::FunctionAnyArityLogical::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x0000000031d6186f 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5120: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035ddea2d 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:02:27.296052 [ 72004 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type (String) of 2 argument of function and: In scope SELECT * FROM t1 ALL INNER JOIN t2 ON (t1.id = t2.id) AND t1.key. (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&&, String&&) @ 0x0000000008904497 4. DB::FunctionsLogicalDetail::FunctionAnyArityLogical::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x0000000031d6186f 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5120: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035ddea2d 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:02:27.346220 [ 72004 ] {46627f20-0940-41d3-b58b-7976d1b63962} executeQuery: Code: 43. DB::Exception: Illegal type (String) of 2 argument of function and: In scope SELECT * FROM t1 ALL INNER JOIN t2 ON (t1.id = t2.id) AND t2.key. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38360) (comment: 01881_join_on_conditions_merge.gen.sql) (in query: SELECT * FROM t1 INNER ALL JOIN t2 ON t1.id == t2.id AND t2.key;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&&, String&&) @ 0x0000000008904497 4. DB::FunctionsLogicalDetail::FunctionAnyArityLogical::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x0000000031d6186f 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5120: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035ddea2d 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:02:27.363106 [ 72004 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type (String) of 2 argument of function and: In scope SELECT * FROM t1 ALL INNER JOIN t2 ON (t1.id = t2.id) AND t2.key. (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&&, String&&) @ 0x0000000008904497 4. DB::FunctionsLogicalDetail::FunctionAnyArityLogical::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x0000000031d6186f 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5120: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035ddea2d 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:02:27.931723 [ 72004 ] {8a7f7d61-49e9-4a65-9308-d1bd97be138c} executeQuery: Code: 48. DB::Exception: JOIN ON constant supported only with join algorithm 'hash'. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38360) (comment: 01881_join_on_conditions_merge.gen.sql) (in query: SELECT * FROM t1 JOIN t2_nullable as t2 ON t2.key == t2.key2 AND (t1.id == t2.id OR isNull(t2.key2));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Planner/PlannerJoins.cpp:914: DB::chooseJoinAlgorithm(std::shared_ptr&, std::shared_ptr const&, DB::Block const&, DB::Block const&, std::shared_ptr const&, DB::SelectQueryInfo const&) @ 0x00000000387364d8 5. ./build_docker/./src/Planner/PlannerJoinTree.cpp:1690: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386da273 6. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 7. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 8. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:02:27.940320 [ 72004 ] {} TCPHandler: Code: 48. DB::Exception: JOIN ON constant supported only with join algorithm 'hash'. (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Planner/PlannerJoins.cpp:914: DB::chooseJoinAlgorithm(std::shared_ptr&, std::shared_ptr const&, DB::Block const&, DB::Block const&, std::shared_ptr const&, DB::SelectQueryInfo const&) @ 0x00000000387364d8 5. ./build_docker/./src/Planner/PlannerJoinTree.cpp:1690: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386da273 6. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 7. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 8. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:02:28.513583 [ 72004 ] {de7f72c5-51ef-4669-a6e0-37e2755e4018} executeQuery: Code: 403. DB::Exception: Cannot determine join keys in INNER JOIN ... ON (t2.key = t2.key2) OR (t1.id = t2.id). (INVALID_JOIN_ON_EXPRESSION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38360) (comment: 01881_join_on_conditions_merge.gen.sql) (in query: SELECT * FROM t1 JOIN t2 ON t2.key == t2.key2 OR t1.id == t2.id;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Planner/PlannerJoinTree.cpp:1538: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386e0544 5. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 6. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 7. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 8. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:02:28.521338 [ 72004 ] {} TCPHandler: Code: 403. DB::Exception: Cannot determine join keys in INNER JOIN ... ON (t2.key = t2.key2) OR (t1.id = t2.id). (INVALID_JOIN_ON_EXPRESSION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Planner/PlannerJoinTree.cpp:1538: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386e0544 5. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 6. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 7. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 8. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:02:28.691995 [ 72004 ] {72dd3cf1-1afe-40d1-afdf-03683b9e0c95} executeQuery: Code: 48. DB::Exception: Only `hash` join supports multiple ORs for keys in JOIN ON section. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38360) (comment: 01881_join_on_conditions_merge.gen.sql) (in query: SELECT * FROM t1 JOIN t2 ON t2.key == t2.key2 AND t1.key == t1.key2 AND t1.key != 'XXX' AND t1.id == t2.id OR t2.key == t2.key2 AND t1.id == t2.id AND t1.id == t2.id;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Planner/PlannerJoins.cpp:928: DB::chooseJoinAlgorithm(std::shared_ptr&, std::shared_ptr const&, DB::Block const&, DB::Block const&, std::shared_ptr const&, DB::SelectQueryInfo const&) @ 0x0000000038736713 5. ./build_docker/./src/Planner/PlannerJoinTree.cpp:1690: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386da273 6. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 7. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 8. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:02:28.699608 [ 72004 ] {} TCPHandler: Code: 48. DB::Exception: Only `hash` join supports multiple ORs for keys in JOIN ON section. (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Planner/PlannerJoins.cpp:928: DB::chooseJoinAlgorithm(std::shared_ptr&, std::shared_ptr const&, DB::Block const&, DB::Block const&, std::shared_ptr const&, DB::SelectQueryInfo const&) @ 0x0000000038736713 5. ./build_docker/./src/Planner/PlannerJoinTree.cpp:1690: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386da273 6. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 7. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 8. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:02:30.190271 [ 68115 ] {66ad507d-574b-4af2-81dd-15729c3dc11d} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -110: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57888) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-55, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:30.232830 [ 68115 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -110: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:30.258639 [ 67314 ] {c9ecfbf4-3eb2-401f-97c6-f00302d5701b} HashedDictionary: 'prellocate' attribute is obsolete, consider looking at 'shards' 2025.03.31 18:02:30.675547 [ 71965 ] {a027f0c760a64faaa8732d496ab97e0a} executeQuery: Code: 117. DB::Exception: Index for LowCardinality is out of range. Dictionary size is 1, but found index with value 72057594037927936. (INCORRECT_DATA) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:42230) (in query: insert into test_npremsr2.tab settings input_format_defaults_for_omitted_fields=0 format TSV), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long&) @ 0x000000000afececd 4. ./build_docker/./src/Columns/ColumnLowCardinality.cpp:248: DB::ColumnLowCardinality::insertRangeFromDictionaryEncodedColumn(DB::IColumn const&, DB::IColumn const&) @ 0x000000003b9b4da4 5. ./build_docker/./src/DataTypes/Serializations/SerializationLowCardinality.cpp:607: DB::SerializationLowCardinality::deserializeBinaryBulkWithMultipleStreams(COW::immutable_ptr&, unsigned long, DB::ISerialization::DeserializeBinaryBulkSettings&, std::shared_ptr&, std::unordered_map::immutable_ptr, std::hash, std::equal_to, std::allocator::immutable_ptr>>>*) const @ 0x0000000034f36c7d 6. ./build_docker/./src/Formats/NativeReader.cpp:95: DB::NativeReader::read() @ 0x000000003f608081 7. ./build_docker/./src/Server/TCPHandler.cpp:2210: DB::TCPHandler::processData(DB::QueryState&, bool) @ 0x000000003f4632eb 8. ./build_docker/./src/Server/TCPHandler.cpp:981: DB::TCPHandler::receivePacketsExpectData(DB::QueryState&) @ 0x000000003f4616d8 9. ./build_docker/./src/Server/TCPHandler.cpp:932: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f449626 10. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:02:30.689443 [ 71965 ] {} TCPHandler: Code: 117. DB::Exception: Index for LowCardinality is out of range. Dictionary size is 1, but found index with value 72057594037927936. (INCORRECT_DATA), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long&) @ 0x000000000afececd 4. ./build_docker/./src/Columns/ColumnLowCardinality.cpp:248: DB::ColumnLowCardinality::insertRangeFromDictionaryEncodedColumn(DB::IColumn const&, DB::IColumn const&) @ 0x000000003b9b4da4 5. ./build_docker/./src/DataTypes/Serializations/SerializationLowCardinality.cpp:607: DB::SerializationLowCardinality::deserializeBinaryBulkWithMultipleStreams(COW::immutable_ptr&, unsigned long, DB::ISerialization::DeserializeBinaryBulkSettings&, std::shared_ptr&, std::unordered_map::immutable_ptr, std::hash, std::equal_to, std::allocator::immutable_ptr>>>*) const @ 0x0000000034f36c7d 6. ./build_docker/./src/Formats/NativeReader.cpp:95: DB::NativeReader::read() @ 0x000000003f608081 7. ./build_docker/./src/Server/TCPHandler.cpp:2210: DB::TCPHandler::processData(DB::QueryState&, bool) @ 0x000000003f4632eb 8. ./build_docker/./src/Server/TCPHandler.cpp:981: DB::TCPHandler::receivePacketsExpectData(DB::QueryState&) @ 0x000000003f4616d8 9. ./build_docker/./src/Server/TCPHandler.cpp:932: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f449626 10. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:02:31.270042 [ 71968 ] {dc44bbe2afcd4188af55bdb07ee8613b} executeQuery: Code: 117. DB::Exception: LowCardinality indexes serialization type for Native format cannot use global dictionary. (INCORRECT_DATA) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:42234) (in query: insert into test_npremsr2.tab settings input_format_defaults_for_omitted_fields=0 format TSV), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/DataTypes/Serializations/SerializationLowCardinality.cpp:153: DB::IndexesSerializationType::deserialize(DB::ReadBuffer&, DB::ISerialization::DeserializeBinaryBulkSettings const&) @ 0x0000000034f437ba 5. ./build_docker/./src/DataTypes/Serializations/SerializationLowCardinality.cpp:661: DB::SerializationLowCardinality::deserializeBinaryBulkWithMultipleStreams(COW::immutable_ptr&, unsigned long, DB::ISerialization::DeserializeBinaryBulkSettings&, std::shared_ptr&, std::unordered_map::immutable_ptr, std::hash, std::equal_to, std::allocator::immutable_ptr>>>*) const @ 0x0000000034f349ad 6. ./build_docker/./src/Formats/NativeReader.cpp:95: DB::NativeReader::read() @ 0x000000003f608081 7. ./build_docker/./src/Server/TCPHandler.cpp:2210: DB::TCPHandler::processData(DB::QueryState&, bool) @ 0x000000003f4632eb 8. ./build_docker/./src/Server/TCPHandler.cpp:981: DB::TCPHandler::receivePacketsExpectData(DB::QueryState&) @ 0x000000003f4616d8 9. ./build_docker/./src/Server/TCPHandler.cpp:932: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f449626 10. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:02:31.279116 [ 71968 ] {} TCPHandler: Code: 117. DB::Exception: LowCardinality indexes serialization type for Native format cannot use global dictionary. (INCORRECT_DATA), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/DataTypes/Serializations/SerializationLowCardinality.cpp:153: DB::IndexesSerializationType::deserialize(DB::ReadBuffer&, DB::ISerialization::DeserializeBinaryBulkSettings const&) @ 0x0000000034f437ba 5. ./build_docker/./src/DataTypes/Serializations/SerializationLowCardinality.cpp:661: DB::SerializationLowCardinality::deserializeBinaryBulkWithMultipleStreams(COW::immutable_ptr&, unsigned long, DB::ISerialization::DeserializeBinaryBulkSettings&, std::shared_ptr&, std::unordered_map::immutable_ptr, std::hash, std::equal_to, std::allocator::immutable_ptr>>>*) const @ 0x0000000034f349ad 6. ./build_docker/./src/Formats/NativeReader.cpp:95: DB::NativeReader::read() @ 0x000000003f608081 7. ./build_docker/./src/Server/TCPHandler.cpp:2210: DB::TCPHandler::processData(DB::QueryState&, bool) @ 0x000000003f4632eb 8. ./build_docker/./src/Server/TCPHandler.cpp:981: DB::TCPHandler::receivePacketsExpectData(DB::QueryState&) @ 0x000000003f4616d8 9. ./build_docker/./src/Server/TCPHandler.cpp:932: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f449626 10. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:02:31.641369 [ 71968 ] {2d0cc338-6917-469b-8320-9b6510d1070f} executeQuery: Code: 62. DB::Exception: Empty query. (SYNTAX_ERROR) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:42234) (in query: ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::createDeprecated(String const&, int, bool) @ 0x000000000895229e 3. ./build_docker/./src/Parsers/parseQuery.cpp:405: DB::parseQueryAndMovePosition(DB::IParser&, char const*&, char const*, String const&, bool, unsigned long, unsigned long, unsigned long) @ 0x00000000427080aa 4. ./build_docker/./src/Parsers/parseQuery.cpp:418: DB::parseQuery(DB::IParser&, char const*, char const*, String const&, unsigned long, unsigned long, unsigned long) @ 0x00000000427081f1 5. ./build_docker/./src/Interpreters/executeQuery.cpp:876: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000039262e24 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 7. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 2025.03.31 18:02:31.804806 [ 425 ] {78ce964e823147fb958a73fb2fe4a174} executeQuery: Code: 117. DB::Exception: No additional keys found. (INCORRECT_DATA) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:42240) (in query: insert into test_npremsr2.tab settings input_format_defaults_for_omitted_fields=0 format TSV), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/DataTypes/Serializations/SerializationLowCardinality.cpp:602: DB::SerializationLowCardinality::deserializeBinaryBulkWithMultipleStreams(COW::immutable_ptr&, unsigned long, DB::ISerialization::DeserializeBinaryBulkSettings&, std::shared_ptr&, std::unordered_map::immutable_ptr, std::hash, std::equal_to, std::allocator::immutable_ptr>>>*) const @ 0x0000000034f3e6ec 5. ./build_docker/./src/Formats/NativeReader.cpp:95: DB::NativeReader::read() @ 0x000000003f608081 6. ./build_docker/./src/Server/TCPHandler.cpp:2210: DB::TCPHandler::processData(DB::QueryState&, bool) @ 0x000000003f4632eb 7. ./build_docker/./src/Server/TCPHandler.cpp:981: DB::TCPHandler::receivePacketsExpectData(DB::QueryState&) @ 0x000000003f4616d8 8. ./build_docker/./src/Server/TCPHandler.cpp:932: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f449626 9. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:02:31.819306 [ 425 ] {} TCPHandler: Code: 117. DB::Exception: No additional keys found. (INCORRECT_DATA), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/DataTypes/Serializations/SerializationLowCardinality.cpp:602: DB::SerializationLowCardinality::deserializeBinaryBulkWithMultipleStreams(COW::immutable_ptr&, unsigned long, DB::ISerialization::DeserializeBinaryBulkSettings&, std::shared_ptr&, std::unordered_map::immutable_ptr, std::hash, std::equal_to, std::allocator::immutable_ptr>>>*) const @ 0x0000000034f3e6ec 5. ./build_docker/./src/Formats/NativeReader.cpp:95: DB::NativeReader::read() @ 0x000000003f608081 6. ./build_docker/./src/Server/TCPHandler.cpp:2210: DB::TCPHandler::processData(DB::QueryState&, bool) @ 0x000000003f4632eb 7. ./build_docker/./src/Server/TCPHandler.cpp:981: DB::TCPHandler::receivePacketsExpectData(DB::QueryState&) @ 0x000000003f4616d8 8. ./build_docker/./src/Server/TCPHandler.cpp:932: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f449626 9. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:02:31.941375 [ 71987 ] {80300859-a53e-4bb8-99b3-2b7437314bb2} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -56: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57948) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-56, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:31.973917 [ 71987 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -56: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:32.156115 [ 425 ] {} TCPHandler: Code: 101. DB::Exception: Unexpected packet Hello received from client. (UNEXPECTED_PACKET_FROM_CLIENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Server/TCPHandler.cpp:1812: DB::TCPHandler::processUnexpectedHello() @ 0x000000003f4532cf 5. ./build_docker/./src/Server/TCPHandler.cpp:891: DB::TCPHandler::receivePacketsExpectQuery(std::optional&) @ 0x000000003f445ac9 6. ./build_docker/./src/Server/TCPHandler.cpp:486: DB::TCPHandler::runImpl() @ 0x000000003f4257d4 7. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 8. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 9. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 10. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 11. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 12. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 13. ? @ 0x00007fc708d31ac3 14. ? @ 0x00007fc708dc3850 2025.03.31 18:02:32.270537 [ 71968 ] {2d0cc338-6917-469b-8320-9b6510d1070f} TCPHandler: Can't send logs or exception to client. Close connection.: Code: 33. DB::Exception: Cannot read all data. Bytes read: 19. Bytes expected: 101. (CANNOT_READ_ALL_DATA), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, String&&) @ 0x000000000f727dad 4. ./src/IO/ReadBuffer.h:196: DB::ReadBuffer::readStrict(char*, unsigned long) @ 0x0000000020894a07 5. ./src/IO/ReadHelpers.h:149: DB::readStringBinary(String&, DB::ReadBuffer&, unsigned long) @ 0x00000000208943d0 6. ./src/IO/ReadHelpers.h:1359: DB::TablesStatusRequest::read(DB::ReadBuffer&, unsigned long) @ 0x000000003f05f5e2 7. ./build_docker/./src/Server/TCPHandler.cpp:1361: DB::TCPHandler::processUnexpectedTablesStatusRequest() @ 0x000000003f462e52 8. ./build_docker/./src/Server/TCPHandler.cpp:975: DB::TCPHandler::receivePacketsExpectData(DB::QueryState&) @ 0x000000003f461b18 9. ./build_docker/./src/Server/TCPHandler.cpp:1025: DB::TCPHandler::skipData(DB::QueryState&) @ 0x000000003f44f09b 10. ./build_docker/./src/Server/TCPHandler.cpp:821: DB::TCPHandler::runImpl() @ 0x000000003f428366 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:02:32.273076 [ 71968 ] {} TCPHandler: Code: 62. DB::Exception: Empty query. (SYNTAX_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::createDeprecated(String const&, int, bool) @ 0x000000000895229e 3. ./build_docker/./src/Parsers/parseQuery.cpp:405: DB::parseQueryAndMovePosition(DB::IParser&, char const*&, char const*, String const&, bool, unsigned long, unsigned long, unsigned long) @ 0x00000000427080aa 4. ./build_docker/./src/Parsers/parseQuery.cpp:418: DB::parseQuery(DB::IParser&, char const*, char const*, String const&, unsigned long, unsigned long, unsigned long) @ 0x00000000427081f1 5. ./build_docker/./src/Interpreters/executeQuery.cpp:876: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000039262e24 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 7. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 2025.03.31 18:02:34.641335 [ 72004 ] {8794af96-0342-4ca0-864c-a62670b189dc} executeQuery: Code: 403. DB::Exception: Expected logical expression in JOIN ON section, got unexpected column 'plus(toUInt8(__table1.id), 1_UInt8)' of type 'UInt16'. (INVALID_JOIN_ON_EXPRESSION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38360) (comment: 01881_join_on_conditions_merge.gen.sql) (in query: -- `e + 1` is UInt16 SELECT DISTINCT t1.key, toUInt8(t1.id) as e FROM t1 INNER ANY JOIN t2 ON t1.id == t2.id AND e + 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Interpreters/JoinUtils.cpp:426: DB::JoinCommon::checkTypesOfMasks(DB::Block const&, String const&, DB::Block const&, String const&)::$_0::operator()(DB::Block const&, String const&) const @ 0x0000000038812dfe 5. ./build_docker/./src/Interpreters/JoinUtils.cpp:430: DB::JoinCommon::checkTypesOfMasks(DB::Block const&, String const&, DB::Block const&, String const&) @ 0x0000000038812692 6. ./build_docker/./src/Interpreters/MergeJoin.cpp:710: DB::MergeJoin::joinBlock(DB::Block&, std::shared_ptr&) @ 0x0000000038865237 7. ./build_docker/./src/Processors/Transforms/JoiningTransform.cpp:28: DB::JoiningTransform::transformHeader(DB::Block, std::shared_ptr const&) @ 0x00000000400f1247 8. ./build_docker/./src/Processors/QueryPlan/JoinStep.cpp:191: DB::JoinStep::updateOutputHeader() @ 0x00000000407c918d 9. ./build_docker/./src/Processors/QueryPlan/IQueryPlanStep.cpp:22: DB::IQueryPlanStep::updateInputHeaders(std::vector>) @ 0x000000004078ecdd 10. ./build_docker/./src/Processors/QueryPlan/JoinStep.cpp:92: DB::JoinStep::JoinStep(DB::Block const&, DB::Block const&, std::shared_ptr, unsigned long, unsigned long, unsigned long, std::unordered_set, std::equal_to, std::allocator>, bool, bool) @ 0x00000000407c0fe5 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386dbb85 12. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 13. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 14. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:02:34.649144 [ 72004 ] {} TCPHandler: Code: 403. DB::Exception: Expected logical expression in JOIN ON section, got unexpected column 'plus(toUInt8(__table1.id), 1_UInt8)' of type 'UInt16'. (INVALID_JOIN_ON_EXPRESSION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Interpreters/JoinUtils.cpp:426: DB::JoinCommon::checkTypesOfMasks(DB::Block const&, String const&, DB::Block const&, String const&)::$_0::operator()(DB::Block const&, String const&) const @ 0x0000000038812dfe 5. ./build_docker/./src/Interpreters/JoinUtils.cpp:430: DB::JoinCommon::checkTypesOfMasks(DB::Block const&, String const&, DB::Block const&, String const&) @ 0x0000000038812692 6. ./build_docker/./src/Interpreters/MergeJoin.cpp:710: DB::MergeJoin::joinBlock(DB::Block&, std::shared_ptr&) @ 0x0000000038865237 7. ./build_docker/./src/Processors/Transforms/JoiningTransform.cpp:28: DB::JoiningTransform::transformHeader(DB::Block, std::shared_ptr const&) @ 0x00000000400f1247 8. ./build_docker/./src/Processors/QueryPlan/JoinStep.cpp:191: DB::JoinStep::updateOutputHeader() @ 0x00000000407c918d 9. ./build_docker/./src/Processors/QueryPlan/IQueryPlanStep.cpp:22: DB::IQueryPlanStep::updateInputHeaders(std::vector>) @ 0x000000004078ecdd 10. ./build_docker/./src/Processors/QueryPlan/JoinStep.cpp:92: DB::JoinStep::JoinStep(DB::Block const&, DB::Block const&, std::shared_ptr, unsigned long, unsigned long, unsigned long, std::unordered_set, std::equal_to, std::allocator>, bool, bool) @ 0x00000000407c0fe5 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386dbb85 12. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 13. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 14. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:02:35.010440 [ 71964 ] {2bbb54ce-718a-4e84-b5d6-16ba302e0917} executeQuery: Code: 160. DB::Exception: Estimated query execution time (40700.20350 seconds) is too long. Maximum: 2. Estimated rows to process: 100000000 (2457 read in 1.00000 seconds).: While executing NumbersRange. (TOO_SLOW) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57986) (comment: 02896_max_execution_time_with_break_overflow_mode.sql) (in query: -- Query returns an error when runtime is estimated after timeout_before_checking_execution_speed passed SELECT * FROM numbers(100000000) SETTINGS max_block_size=1, timeout_before_checking_execution_speed=1, max_estimated_execution_time=2, timeout_overflow_mode='throw' FORMAT Null;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, double&, int&&, unsigned long&, unsigned long&, double&) @ 0x0000000034afe547 4. ./build_docker/./src/QueryPipeline/ExecutionSpeedLimits.cpp:87: DB::ExecutionSpeedLimits::throttle(unsigned long, unsigned long, unsigned long, unsigned long, DB::OverflowMode) const @ 0x0000000034afda2d 5. ./build_docker/./src/QueryPipeline/ReadProgressCallback.cpp:131: DB::ReadProgressCallback::onProgress(unsigned long, unsigned long, std::list> const&) @ 0x0000000034afbe95 6. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:64: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ef03 7. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 8. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 10. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 11. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 12. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 13. ? @ 0x00007fc708d31ac3 14. ? @ 0x00007fc708dc3850 2025.03.31 18:02:35.020185 [ 71964 ] {} TCPHandler: Code: 160. DB::Exception: Estimated query execution time (40700.20350 seconds) is too long. Maximum: 2. Estimated rows to process: 100000000 (2457 read in 1.00000 seconds).: While executing NumbersRange. (TOO_SLOW), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, double&, int&&, unsigned long&, unsigned long&, double&) @ 0x0000000034afe547 4. ./build_docker/./src/QueryPipeline/ExecutionSpeedLimits.cpp:87: DB::ExecutionSpeedLimits::throttle(unsigned long, unsigned long, unsigned long, unsigned long, DB::OverflowMode) const @ 0x0000000034afda2d 5. ./build_docker/./src/QueryPipeline/ReadProgressCallback.cpp:131: DB::ReadProgressCallback::onProgress(unsigned long, unsigned long, std::list> const&) @ 0x0000000034afbe95 6. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:64: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ef03 7. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 8. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 10. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 11. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 12. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 13. ? @ 0x00007fc708d31ac3 14. ? @ 0x00007fc708dc3850 2025.03.31 18:02:35.259448 [ 72004 ] {fe9ef02c-7503-4548-93f9-100b02f39fde} executeQuery: Code: 403. DB::Exception: Expected logical expression in JOIN ON section, got unexpected column '__table1.id' of type 'Int32'. (INVALID_JOIN_ON_EXPRESSION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38360) (comment: 01881_join_on_conditions_merge.gen.sql) (in query: SELECT * FROM t1 INNER ALL JOIN t2 ON t1.id == t2.id AND t1.id;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Interpreters/JoinUtils.cpp:426: DB::JoinCommon::checkTypesOfMasks(DB::Block const&, String const&, DB::Block const&, String const&)::$_0::operator()(DB::Block const&, String const&) const @ 0x0000000038812dfe 5. ./build_docker/./src/Interpreters/JoinUtils.cpp:430: DB::JoinCommon::checkTypesOfMasks(DB::Block const&, String const&, DB::Block const&, String const&) @ 0x0000000038812692 6. ./build_docker/./src/Interpreters/MergeJoin.cpp:710: DB::MergeJoin::joinBlock(DB::Block&, std::shared_ptr&) @ 0x0000000038865237 7. ./build_docker/./src/Processors/Transforms/JoiningTransform.cpp:28: DB::JoiningTransform::transformHeader(DB::Block, std::shared_ptr const&) @ 0x00000000400f1247 8. ./build_docker/./src/Processors/QueryPlan/JoinStep.cpp:191: DB::JoinStep::updateOutputHeader() @ 0x00000000407c918d 9. ./build_docker/./src/Processors/QueryPlan/IQueryPlanStep.cpp:22: DB::IQueryPlanStep::updateInputHeaders(std::vector>) @ 0x000000004078ecdd 10. ./build_docker/./src/Processors/QueryPlan/JoinStep.cpp:92: DB::JoinStep::JoinStep(DB::Block const&, DB::Block const&, std::shared_ptr, unsigned long, unsigned long, unsigned long, std::unordered_set, std::equal_to, std::allocator>, bool, bool) @ 0x00000000407c0fe5 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386dbb85 12. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 13. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 14. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:02:35.272219 [ 72004 ] {} TCPHandler: Code: 403. DB::Exception: Expected logical expression in JOIN ON section, got unexpected column '__table1.id' of type 'Int32'. (INVALID_JOIN_ON_EXPRESSION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Interpreters/JoinUtils.cpp:426: DB::JoinCommon::checkTypesOfMasks(DB::Block const&, String const&, DB::Block const&, String const&)::$_0::operator()(DB::Block const&, String const&) const @ 0x0000000038812dfe 5. ./build_docker/./src/Interpreters/JoinUtils.cpp:430: DB::JoinCommon::checkTypesOfMasks(DB::Block const&, String const&, DB::Block const&, String const&) @ 0x0000000038812692 6. ./build_docker/./src/Interpreters/MergeJoin.cpp:710: DB::MergeJoin::joinBlock(DB::Block&, std::shared_ptr&) @ 0x0000000038865237 7. ./build_docker/./src/Processors/Transforms/JoiningTransform.cpp:28: DB::JoiningTransform::transformHeader(DB::Block, std::shared_ptr const&) @ 0x00000000400f1247 8. ./build_docker/./src/Processors/QueryPlan/JoinStep.cpp:191: DB::JoinStep::updateOutputHeader() @ 0x00000000407c918d 9. ./build_docker/./src/Processors/QueryPlan/IQueryPlanStep.cpp:22: DB::IQueryPlanStep::updateInputHeaders(std::vector>) @ 0x000000004078ecdd 10. ./build_docker/./src/Processors/QueryPlan/JoinStep.cpp:92: DB::JoinStep::JoinStep(DB::Block const&, DB::Block const&, std::shared_ptr, unsigned long, unsigned long, unsigned long, std::unordered_set, std::equal_to, std::allocator>, bool, bool) @ 0x00000000407c0fe5 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386dbb85 12. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 13. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 14. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:02:35.353472 [ 72004 ] {1a2b34be-4a71-4007-845e-b7ddc228f3e5} executeQuery: Code: 403. DB::Exception: Expected logical expression in JOIN ON section, got unexpected column '__table2.id' of type 'Int32'. (INVALID_JOIN_ON_EXPRESSION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38360) (comment: 01881_join_on_conditions_merge.gen.sql) (in query: SELECT * FROM t1 INNER ALL JOIN t2 ON t1.id == t2.id AND t2.id;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Interpreters/JoinUtils.cpp:426: DB::JoinCommon::checkTypesOfMasks(DB::Block const&, String const&, DB::Block const&, String const&)::$_0::operator()(DB::Block const&, String const&) const @ 0x0000000038812dfe 5. ./build_docker/./src/Interpreters/JoinUtils.cpp:431: DB::JoinCommon::checkTypesOfMasks(DB::Block const&, String const&, DB::Block const&, String const&) @ 0x000000003881269d 6. ./build_docker/./src/Interpreters/MergeJoin.cpp:534: DB::MergeJoin::MergeJoin(std::shared_ptr, DB::Block const&) @ 0x0000000038859875 7. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], std::shared_ptr&, DB::Block const&, void>(std::allocator const&, std::shared_ptr&, DB::Block const&) @ 0x00000000369cfce9 8. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::chooseJoinAlgorithm(std::shared_ptr&, std::shared_ptr const&, DB::Block const&, DB::Block const&, std::shared_ptr const&, DB::SelectQueryInfo const&) @ 0x00000000387342f8 9. ./build_docker/./src/Planner/PlannerJoinTree.cpp:1690: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386da273 10. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 11. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 12. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 18:02:35.360940 [ 72004 ] {} TCPHandler: Code: 403. DB::Exception: Expected logical expression in JOIN ON section, got unexpected column '__table2.id' of type 'Int32'. (INVALID_JOIN_ON_EXPRESSION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Interpreters/JoinUtils.cpp:426: DB::JoinCommon::checkTypesOfMasks(DB::Block const&, String const&, DB::Block const&, String const&)::$_0::operator()(DB::Block const&, String const&) const @ 0x0000000038812dfe 5. ./build_docker/./src/Interpreters/JoinUtils.cpp:431: DB::JoinCommon::checkTypesOfMasks(DB::Block const&, String const&, DB::Block const&, String const&) @ 0x000000003881269d 6. ./build_docker/./src/Interpreters/MergeJoin.cpp:534: DB::MergeJoin::MergeJoin(std::shared_ptr, DB::Block const&) @ 0x0000000038859875 7. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], std::shared_ptr&, DB::Block const&, void>(std::allocator const&, std::shared_ptr&, DB::Block const&) @ 0x00000000369cfce9 8. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::chooseJoinAlgorithm(std::shared_ptr&, std::shared_ptr const&, DB::Block const&, DB::Block const&, std::shared_ptr const&, DB::SelectQueryInfo const&) @ 0x00000000387342f8 9. ./build_docker/./src/Planner/PlannerJoinTree.cpp:1690: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386da273 10. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 11. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 12. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 18:02:35.439517 [ 72004 ] {443e57c0-7129-4472-bb1b-8d00f0c6721d} executeQuery: Code: 403. DB::Exception: Expected logical expression in JOIN ON section, got unexpected column 'plus(__table1.id, 2_UInt8)' of type 'Int64'. (INVALID_JOIN_ON_EXPRESSION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38360) (comment: 01881_join_on_conditions_merge.gen.sql) (in query: SELECT * FROM t1 INNER ALL JOIN t2 ON t1.id == t2.id AND t1.id + 2;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Interpreters/JoinUtils.cpp:426: DB::JoinCommon::checkTypesOfMasks(DB::Block const&, String const&, DB::Block const&, String const&)::$_0::operator()(DB::Block const&, String const&) const @ 0x0000000038812dfe 5. ./build_docker/./src/Interpreters/JoinUtils.cpp:430: DB::JoinCommon::checkTypesOfMasks(DB::Block const&, String const&, DB::Block const&, String const&) @ 0x0000000038812692 6. ./build_docker/./src/Interpreters/MergeJoin.cpp:710: DB::MergeJoin::joinBlock(DB::Block&, std::shared_ptr&) @ 0x0000000038865237 7. ./build_docker/./src/Processors/Transforms/JoiningTransform.cpp:28: DB::JoiningTransform::transformHeader(DB::Block, std::shared_ptr const&) @ 0x00000000400f1247 8. ./build_docker/./src/Processors/QueryPlan/JoinStep.cpp:191: DB::JoinStep::updateOutputHeader() @ 0x00000000407c918d 9. ./build_docker/./src/Processors/QueryPlan/IQueryPlanStep.cpp:22: DB::IQueryPlanStep::updateInputHeaders(std::vector>) @ 0x000000004078ecdd 10. ./build_docker/./src/Processors/QueryPlan/JoinStep.cpp:92: DB::JoinStep::JoinStep(DB::Block const&, DB::Block const&, std::shared_ptr, unsigned long, unsigned long, unsigned long, std::unordered_set, std::equal_to, std::allocator>, bool, bool) @ 0x00000000407c0fe5 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386dbb85 12. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 13. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 14. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:02:35.447656 [ 72004 ] {} TCPHandler: Code: 403. DB::Exception: Expected logical expression in JOIN ON section, got unexpected column 'plus(__table1.id, 2_UInt8)' of type 'Int64'. (INVALID_JOIN_ON_EXPRESSION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Interpreters/JoinUtils.cpp:426: DB::JoinCommon::checkTypesOfMasks(DB::Block const&, String const&, DB::Block const&, String const&)::$_0::operator()(DB::Block const&, String const&) const @ 0x0000000038812dfe 5. ./build_docker/./src/Interpreters/JoinUtils.cpp:430: DB::JoinCommon::checkTypesOfMasks(DB::Block const&, String const&, DB::Block const&, String const&) @ 0x0000000038812692 6. ./build_docker/./src/Interpreters/MergeJoin.cpp:710: DB::MergeJoin::joinBlock(DB::Block&, std::shared_ptr&) @ 0x0000000038865237 7. ./build_docker/./src/Processors/Transforms/JoiningTransform.cpp:28: DB::JoiningTransform::transformHeader(DB::Block, std::shared_ptr const&) @ 0x00000000400f1247 8. ./build_docker/./src/Processors/QueryPlan/JoinStep.cpp:191: DB::JoinStep::updateOutputHeader() @ 0x00000000407c918d 9. ./build_docker/./src/Processors/QueryPlan/IQueryPlanStep.cpp:22: DB::IQueryPlanStep::updateInputHeaders(std::vector>) @ 0x000000004078ecdd 10. ./build_docker/./src/Processors/QueryPlan/JoinStep.cpp:92: DB::JoinStep::JoinStep(DB::Block const&, DB::Block const&, std::shared_ptr, unsigned long, unsigned long, unsigned long, std::unordered_set, std::equal_to, std::allocator>, bool, bool) @ 0x00000000407c0fe5 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386dbb85 12. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 13. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 14. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:02:35.520707 [ 72004 ] {5216ae82-f67f-4fd1-b3da-87ea80913e35} executeQuery: Code: 403. DB::Exception: Expected logical expression in JOIN ON section, got unexpected column 'plus(__table2.id, 2_UInt8)' of type 'Int64'. (INVALID_JOIN_ON_EXPRESSION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38360) (comment: 01881_join_on_conditions_merge.gen.sql) (in query: SELECT * FROM t1 INNER ALL JOIN t2 ON t1.id == t2.id AND t2.id + 2;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Interpreters/JoinUtils.cpp:426: DB::JoinCommon::checkTypesOfMasks(DB::Block const&, String const&, DB::Block const&, String const&)::$_0::operator()(DB::Block const&, String const&) const @ 0x0000000038812dfe 5. ./build_docker/./src/Interpreters/JoinUtils.cpp:431: DB::JoinCommon::checkTypesOfMasks(DB::Block const&, String const&, DB::Block const&, String const&) @ 0x000000003881269d 6. ./build_docker/./src/Interpreters/MergeJoin.cpp:534: DB::MergeJoin::MergeJoin(std::shared_ptr, DB::Block const&) @ 0x0000000038859875 7. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], std::shared_ptr&, DB::Block const&, void>(std::allocator const&, std::shared_ptr&, DB::Block const&) @ 0x00000000369cfce9 8. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::chooseJoinAlgorithm(std::shared_ptr&, std::shared_ptr const&, DB::Block const&, DB::Block const&, std::shared_ptr const&, DB::SelectQueryInfo const&) @ 0x00000000387342f8 9. ./build_docker/./src/Planner/PlannerJoinTree.cpp:1690: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386da273 10. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 11. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 12. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 18:02:35.528077 [ 72004 ] {} TCPHandler: Code: 403. DB::Exception: Expected logical expression in JOIN ON section, got unexpected column 'plus(__table2.id, 2_UInt8)' of type 'Int64'. (INVALID_JOIN_ON_EXPRESSION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Interpreters/JoinUtils.cpp:426: DB::JoinCommon::checkTypesOfMasks(DB::Block const&, String const&, DB::Block const&, String const&)::$_0::operator()(DB::Block const&, String const&) const @ 0x0000000038812dfe 5. ./build_docker/./src/Interpreters/JoinUtils.cpp:431: DB::JoinCommon::checkTypesOfMasks(DB::Block const&, String const&, DB::Block const&, String const&) @ 0x000000003881269d 6. ./build_docker/./src/Interpreters/MergeJoin.cpp:534: DB::MergeJoin::MergeJoin(std::shared_ptr, DB::Block const&) @ 0x0000000038859875 7. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], std::shared_ptr&, DB::Block const&, void>(std::allocator const&, std::shared_ptr&, DB::Block const&) @ 0x00000000369cfce9 8. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::chooseJoinAlgorithm(std::shared_ptr&, std::shared_ptr const&, DB::Block const&, DB::Block const&, std::shared_ptr const&, DB::SelectQueryInfo const&) @ 0x00000000387342f8 9. ./build_docker/./src/Planner/PlannerJoinTree.cpp:1690: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386da273 10. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 11. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 12. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 18:02:35.582129 [ 72004 ] {de03864b-15c3-4bfc-af2e-a4d0143b4126} executeQuery: Code: 43. DB::Exception: Illegal type (String) of 2 argument of function and: In scope SELECT * FROM t1 ALL INNER JOIN t2 ON (t1.id = t2.id) AND t1.key. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38360) (comment: 01881_join_on_conditions_merge.gen.sql) (in query: SELECT * FROM t1 INNER ALL JOIN t2 ON t1.id == t2.id AND t1.key;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&&, String&&) @ 0x0000000008904497 4. DB::FunctionsLogicalDetail::FunctionAnyArityLogical::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x0000000031d6186f 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5120: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035ddea2d 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:02:35.589393 [ 72004 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type (String) of 2 argument of function and: In scope SELECT * FROM t1 ALL INNER JOIN t2 ON (t1.id = t2.id) AND t1.key. (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&&, String&&) @ 0x0000000008904497 4. DB::FunctionsLogicalDetail::FunctionAnyArityLogical::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x0000000031d6186f 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5120: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035ddea2d 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:02:35.640963 [ 72004 ] {ec41d4c7-5b7c-4d49-87e5-63db9ee59899} executeQuery: Code: 43. DB::Exception: Illegal type (String) of 2 argument of function and: In scope SELECT * FROM t1 ALL INNER JOIN t2 ON (t1.id = t2.id) AND t2.key. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38360) (comment: 01881_join_on_conditions_merge.gen.sql) (in query: SELECT * FROM t1 INNER ALL JOIN t2 ON t1.id == t2.id AND t2.key;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&&, String&&) @ 0x0000000008904497 4. DB::FunctionsLogicalDetail::FunctionAnyArityLogical::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x0000000031d6186f 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5120: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035ddea2d 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:02:35.652370 [ 72004 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type (String) of 2 argument of function and: In scope SELECT * FROM t1 ALL INNER JOIN t2 ON (t1.id = t2.id) AND t2.key. (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&&, String&&) @ 0x0000000008904497 4. DB::FunctionsLogicalDetail::FunctionAnyArityLogical::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x0000000031d6186f 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5120: DB::QueryAnalyzer::resolveJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035ddea2d 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5309: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4773 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:02:35.737055 [ 72004 ] {3d6a2fb9-fc33-4d72-a053-773138371a2b} executeQuery: Code: 48. DB::Exception: JOIN ON constant supported only with join algorithm 'hash'. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38360) (comment: 01881_join_on_conditions_merge.gen.sql) (in query: SELECT * FROM t1 JOIN t2_nullable as t2 ON t2.key == t2.key2 AND (t1.id == t2.id OR isNull(t2.key2));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Planner/PlannerJoins.cpp:914: DB::chooseJoinAlgorithm(std::shared_ptr&, std::shared_ptr const&, DB::Block const&, DB::Block const&, std::shared_ptr const&, DB::SelectQueryInfo const&) @ 0x00000000387364d8 5. ./build_docker/./src/Planner/PlannerJoinTree.cpp:1690: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386da273 6. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 7. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 8. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:02:35.744158 [ 72004 ] {} TCPHandler: Code: 48. DB::Exception: JOIN ON constant supported only with join algorithm 'hash'. (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Planner/PlannerJoins.cpp:914: DB::chooseJoinAlgorithm(std::shared_ptr&, std::shared_ptr const&, DB::Block const&, DB::Block const&, std::shared_ptr const&, DB::SelectQueryInfo const&) @ 0x00000000387364d8 5. ./build_docker/./src/Planner/PlannerJoinTree.cpp:1690: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386da273 6. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 7. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 8. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:02:35.837755 [ 72004 ] {76c4e915-dbc2-4d73-85f6-162c070ad24f} executeQuery: Code: 403. DB::Exception: Cannot determine join keys in INNER JOIN ... ON (t2.key = t2.key2) OR (t1.id = t2.id). (INVALID_JOIN_ON_EXPRESSION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38360) (comment: 01881_join_on_conditions_merge.gen.sql) (in query: SELECT * FROM t1 JOIN t2 ON t2.key == t2.key2 OR t1.id == t2.id;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Planner/PlannerJoinTree.cpp:1538: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386e0544 5. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 6. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 7. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 8. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:02:35.845037 [ 72004 ] {} TCPHandler: Code: 403. DB::Exception: Cannot determine join keys in INNER JOIN ... ON (t2.key = t2.key2) OR (t1.id = t2.id). (INVALID_JOIN_ON_EXPRESSION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Planner/PlannerJoinTree.cpp:1538: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386e0544 5. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 6. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 7. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 8. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:02:35.997877 [ 72004 ] {1a2827a9-7994-4044-851d-adabd1e85ea7} executeQuery: Code: 48. DB::Exception: Only `hash` join supports multiple ORs for keys in JOIN ON section. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38360) (comment: 01881_join_on_conditions_merge.gen.sql) (in query: SELECT * FROM t1 JOIN t2 ON t2.key == t2.key2 AND t1.key == t1.key2 AND t1.key != 'XXX' AND t1.id == t2.id OR t2.key == t2.key2 AND t1.id == t2.id AND t1.id == t2.id;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Planner/PlannerJoins.cpp:928: DB::chooseJoinAlgorithm(std::shared_ptr&, std::shared_ptr const&, DB::Block const&, DB::Block const&, std::shared_ptr const&, DB::SelectQueryInfo const&) @ 0x0000000038736713 5. ./build_docker/./src/Planner/PlannerJoinTree.cpp:1690: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386da273 6. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 7. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 8. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:02:36.008621 [ 72004 ] {} TCPHandler: Code: 48. DB::Exception: Only `hash` join supports multiple ORs for keys in JOIN ON section. (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Planner/PlannerJoins.cpp:928: DB::chooseJoinAlgorithm(std::shared_ptr&, std::shared_ptr const&, DB::Block const&, DB::Block const&, std::shared_ptr const&, DB::SelectQueryInfo const&) @ 0x0000000038736713 5. ./build_docker/./src/Planner/PlannerJoinTree.cpp:1690: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386da273 6. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 7. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 8. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:02:36.777585 [ 55896 ] {ca6ce001-425a-4cd2-a076-082ef5f15794} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 59, m = 2. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37140) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (59, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:36.795113 [ 55896 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 59, m = 2. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:37.047690 [ 71964 ] {3e3b78d8-12a6-4dbd-bcd6-0d37e6f6205a} executeQuery: Code: 159. DB::Exception: Timeout exceeded: elapsed 2.000281061 seconds, maximum: 2 seconds. (TIMEOUT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57986) (comment: 02896_max_execution_time_with_break_overflow_mode.sql) (in query: -- Query returns timeout error before its full execution time is estimated SELECT * FROM numbers(100000000) SETTINGS max_block_size=1, timeout_before_checking_execution_speed=1, max_execution_time=2, timeout_overflow_mode='throw' FORMAT Null;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, double&&, double&&) @ 0x0000000034b00e2d 4. ./build_docker/./src/QueryPipeline/ExecutionSpeedLimits.cpp:113: DB::ExecutionSpeedLimits::checkTimeLimit(unsigned long const&, DB::OverflowMode) const @ 0x0000000034afe0e9 5. ./build_docker/./src/Interpreters/ProcessList.cpp:552: DB::QueryStatus::checkTimeLimit() @ 0x0000000038972cb0 6. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:200: DB::PipelineExecutor::finalizeExecution() @ 0x000000003f717f87 7. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:147: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7177f7 8. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 10. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 11. ? @ 0x00007fc708d31ac3 12. ? @ 0x00007fc708dc3850 2025.03.31 18:02:37.059896 [ 71964 ] {} TCPHandler: Code: 159. DB::Exception: Timeout exceeded: elapsed 2.000281061 seconds, maximum: 2 seconds. (TIMEOUT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, double&&, double&&) @ 0x0000000034b00e2d 4. ./build_docker/./src/QueryPipeline/ExecutionSpeedLimits.cpp:113: DB::ExecutionSpeedLimits::checkTimeLimit(unsigned long const&, DB::OverflowMode) const @ 0x0000000034afe0e9 5. ./build_docker/./src/Interpreters/ProcessList.cpp:552: DB::QueryStatus::checkTimeLimit() @ 0x0000000038972cb0 6. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:200: DB::PipelineExecutor::finalizeExecution() @ 0x000000003f717f87 7. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:147: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7177f7 8. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 10. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 11. ? @ 0x00007fc708d31ac3 12. ? @ 0x00007fc708dc3850 2025.03.31 18:02:38.286752 [ 4232 ] {8e3682e5-1052-4196-9c36-af1553cc8451} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 60, m = 1. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37250) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (60, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:38.310400 [ 4232 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 60, m = 1. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:38.432054 [ 68111 ] {ca2d12e4-68ca-418d-9521-403213294dec} executeQuery: Code: 352. DB::Exception: Block structure mismatch in (columns with identical name must have identical structure) stream: different values of constants in column '1': actual: 1, expected: 3. (AMBIGUOUS_COLUMN_NAME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37172) (comment: 01101_literal_column_clash.sql) (in query: with 3 as "1" select 1, "1";), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>&, String const&, String, String>(int, FormatStringHelperImpl>&>::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, std::basic_string_view>&, String const&, String&&, String&&) @ 0x000000003437dfdf 4. ./build_docker/./src/Core/Block.cpp:37: void DB::onError>&, String const&, String, String>(int, FormatStringHelperImpl>&>::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, std::basic_string_view>&, String const&, String&&, String&&) @ 0x000000003436f313 5. ./build_docker/./src/Core/Block.cpp:98: void DB::checkColumnStructure(DB::ColumnWithTypeAndName const&, DB::ColumnWithTypeAndName const&, std::basic_string_view>, bool, int) @ 0x0000000034355624 6. ./build_docker/./src/Core/Block.cpp:198: DB::Block::insert(DB::ColumnWithTypeAndName) @ 0x0000000034355f06 7. ./build_docker/./src/Interpreters/ExpressionActions.cpp:464: DB::ExpressionActions::linearizeActions(std::unordered_set, std::equal_to, std::allocator> const&) @ 0x00000000369048c7 8. ./build_docker/./src/Interpreters/ExpressionActions.cpp:65: DB::ExpressionActions::ExpressionActions(DB::ActionsDAG, DB::ExpressionActionsSettings const&, bool) @ 0x0000000036902939 9. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::ExpressionActions* std::construct_at[abi:v15007](DB::ExpressionActions*, DB::ActionsDAG&&, DB::ExpressionActionsSettings const&) @ 0x0000000035c39027 10. ./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298: DB::ExpressionStep::transformPipeline(DB::QueryPipelineBuilder&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040742932 11. ./build_docker/./src/Processors/QueryPlan/ITransformingStep.cpp:21: DB::ITransformingStep::updatePipeline(std::vector>, std::allocator>>>, DB::BuildQueryPipelineSettings const&) @ 0x0000000040796c8e 12. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:188: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040813a6f 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 18:02:38.438908 [ 68111 ] {} TCPHandler: Code: 352. DB::Exception: Block structure mismatch in (columns with identical name must have identical structure) stream: different values of constants in column '1': actual: 1, expected: 3. (AMBIGUOUS_COLUMN_NAME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>&, String const&, String, String>(int, FormatStringHelperImpl>&>::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, std::basic_string_view>&, String const&, String&&, String&&) @ 0x000000003437dfdf 4. ./build_docker/./src/Core/Block.cpp:37: void DB::onError>&, String const&, String, String>(int, FormatStringHelperImpl>&>::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, std::basic_string_view>&, String const&, String&&, String&&) @ 0x000000003436f313 5. ./build_docker/./src/Core/Block.cpp:98: void DB::checkColumnStructure(DB::ColumnWithTypeAndName const&, DB::ColumnWithTypeAndName const&, std::basic_string_view>, bool, int) @ 0x0000000034355624 6. ./build_docker/./src/Core/Block.cpp:198: DB::Block::insert(DB::ColumnWithTypeAndName) @ 0x0000000034355f06 7. ./build_docker/./src/Interpreters/ExpressionActions.cpp:464: DB::ExpressionActions::linearizeActions(std::unordered_set, std::equal_to, std::allocator> const&) @ 0x00000000369048c7 8. ./build_docker/./src/Interpreters/ExpressionActions.cpp:65: DB::ExpressionActions::ExpressionActions(DB::ActionsDAG, DB::ExpressionActionsSettings const&, bool) @ 0x0000000036902939 9. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::ExpressionActions* std::construct_at[abi:v15007](DB::ExpressionActions*, DB::ActionsDAG&&, DB::ExpressionActionsSettings const&) @ 0x0000000035c39027 10. ./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298: DB::ExpressionStep::transformPipeline(DB::QueryPipelineBuilder&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040742932 11. ./build_docker/./src/Processors/QueryPlan/ITransformingStep.cpp:21: DB::ITransformingStep::updatePipeline(std::vector>, std::allocator>>>, DB::BuildQueryPipelineSettings const&) @ 0x0000000040796c8e 12. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:188: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040813a6f 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 18:02:39.747311 [ 68111 ] {9f1aa759-4097-4194-918a-f341581fb84c} executeQuery: Code: 403. DB::Exception: Cannot determine join keys in LEFT JOIN ... ON b = ignore('UInt8'). (INVALID_JOIN_ON_EXPRESSION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37172) (comment: 01101_literal_column_clash.sql) (in query: -- other cases with joins and constants select cast(1, 'UInt8') from (select arrayJoin([1, 2]) as a) t1 left join (select 1 as b) t2 on b = ignore('UInt8');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Planner/PlannerJoinTree.cpp:1538: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386e0544 5. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 6. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 7. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 8. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:02:39.754876 [ 68111 ] {} TCPHandler: Code: 403. DB::Exception: Cannot determine join keys in LEFT JOIN ... ON b = ignore('UInt8'). (INVALID_JOIN_ON_EXPRESSION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Planner/PlannerJoinTree.cpp:1538: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386e0544 5. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 6. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 7. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 8. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:02:39.773088 [ 71976 ] {cfe61634-fd65-4968-9e00-59e4a3203e22} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -61, m = 2. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37302) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-61, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:39.801691 [ 71976 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -61, m = 2. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:39.892774 [ 68111 ] {bb9252b1-0b07-49d4-ae77-bd7c31150221} executeQuery: Code: 403. DB::Exception: Cannot determine join keys in LEFT JOIN ... ON b = ignore('UInt8'). (INVALID_JOIN_ON_EXPRESSION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37172) (comment: 01101_literal_column_clash.sql) (in query: select isConstant('UInt8'), toFixedString('hello', toUInt8(substring('UInt8', 5, 1))) from (select arrayJoin([1, 2]) as a) t1 left join (select 1 as b) t2 on b = ignore('UInt8');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Planner/PlannerJoinTree.cpp:1538: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386e0544 5. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 6. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 7. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 8. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:02:39.913065 [ 68111 ] {} TCPHandler: Code: 403. DB::Exception: Cannot determine join keys in LEFT JOIN ... ON b = ignore('UInt8'). (INVALID_JOIN_ON_EXPRESSION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Planner/PlannerJoinTree.cpp:1538: DB::(anonymous namespace)::buildQueryPlanForJoinNode(std::shared_ptr const&, DB::JoinTreeQueryPlan, DB::JoinTreeQueryPlan, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&, DB::SelectQueryInfo const&) @ 0x00000000386e0544 5. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2091: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386ae5d8 6. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 7. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 8. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:02:40.053154 [ 425 ] {d8c098bd-1faa-4612-9012-f173791d0276} executeQuery: Code: 583. DB::Exception: When aggregation is used in projection, ORDER BY cannot be specified. (ILLEGAL_PROJECTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37330) (comment: 01710_projection_group_by_order_by.sql) (in query: create table tp (type Int32, eventcnt UInt64, projection p (select sum(eventcnt), type group by type order by sum(eventcnt))) engine = MergeTree order by type;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/ProjectionsDescription.cpp:133: DB::ProjectionDescription::getProjectionFromAST(std::shared_ptr const&, DB::ColumnsDescription const&, std::shared_ptr) @ 0x000000003c8461fc 5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:841: DB::InterpreterCreateQuery::getTablePropertiesAndNormalizeCreateQuery(DB::ASTCreateQuery&, DB::LoadingStrictnessLevel) const @ 0x0000000037798e17 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1668: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377bfcea 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:02:40.060184 [ 425 ] {} TCPHandler: Code: 583. DB::Exception: When aggregation is used in projection, ORDER BY cannot be specified. (ILLEGAL_PROJECTION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/ProjectionsDescription.cpp:133: DB::ProjectionDescription::getProjectionFromAST(std::shared_ptr const&, DB::ColumnsDescription const&, std::shared_ptr) @ 0x000000003c8461fc 5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:841: DB::InterpreterCreateQuery::getTablePropertiesAndNormalizeCreateQuery(DB::ASTCreateQuery&, DB::LoadingStrictnessLevel) const @ 0x0000000037798e17 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1668: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377bfcea 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:02:40.486517 [ 71968 ] {51426860-d0a1-4825-bec8-bd16259fa5ac} executeQuery: Code: 6. DB::Exception: Cannot parse string 'inter' as UInt64: syntax error at begin of string. Note: there are toUInt64OrZero and toUInt64OrNull functions, which returns zero/NULL instead of throwing exception. (CANNOT_PARSE_TEXT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37264) (comment: 02233_interpolate_1.sql) (in query: # Test INTERPOLATE with incompatible const - should produce error SELECT n, source, inter FROM ( SELECT toFloat32(number % 10) AS n, 'original' AS source, number as inter FROM numbers(10) WHERE number % 3 = 1 ) ORDER BY n WITH FILL FROM 0 TO 11.51 STEP 0.5 INTERPOLATE (inter AS 'inter');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt64, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003262eeee 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x0000000032617b67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a9bf9 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003252be89 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt64, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003252aa82 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 14. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 15. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 16. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 17. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 18. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 19. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 20. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 21. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 22. ./build_docker/./src/Interpreters/ActionsDAG.cpp:345: DB::ActionsDAG::addFunctionImpl(std::shared_ptr const&, std::vector>, std::vector>, String, std::shared_ptr, bool) @ 0x0000000035ae158e 23. ./build_docker/./src/Interpreters/ActionsDAG.cpp:294: DB::ActionsDAG::addFunction(std::shared_ptr const&, std::vector>, String) @ 0x0000000035ae43d0 24. ./build_docker/./src/Interpreters/ActionsDAG.cpp:316: DB::ActionsDAG::addCast(DB::ActionsDAG::Node const&, std::shared_ptr const&, String) @ 0x0000000035ae61cc 25. ./build_docker/./src/Planner/Planner.cpp:828: DB::Planner::buildPlanForQueryNode() @ 0x000000003865dc24 26. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 18:02:40.496220 [ 71968 ] {} TCPHandler: Code: 6. DB::Exception: Cannot parse string 'inter' as UInt64: syntax error at begin of string. Note: there are toUInt64OrZero and toUInt64OrNull functions, which returns zero/NULL instead of throwing exception. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt64, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003262eeee 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x0000000032617b67 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a9bf9 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003252be89 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt64, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003252aa82 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 14. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 15. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 16. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 17. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 18. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 19. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 20. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 21. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 22. ./build_docker/./src/Interpreters/ActionsDAG.cpp:345: DB::ActionsDAG::addFunctionImpl(std::shared_ptr const&, std::vector>, std::vector>, String, std::shared_ptr, bool) @ 0x0000000035ae158e 23. ./build_docker/./src/Interpreters/ActionsDAG.cpp:294: DB::ActionsDAG::addFunction(std::shared_ptr const&, std::vector>, String) @ 0x0000000035ae43d0 24. ./build_docker/./src/Interpreters/ActionsDAG.cpp:316: DB::ActionsDAG::addCast(DB::ActionsDAG::Node const&, std::shared_ptr const&, String) @ 0x0000000035ae61cc 25. ./build_docker/./src/Planner/Planner.cpp:828: DB::Planner::buildPlanForQueryNode() @ 0x000000003865dc24 26. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 18:02:41.017347 [ 71985 ] {709bbdf4-2cf4-4638-81ee-1cdcb68ea90d} executeQuery: Code: 53. DB::Exception: CAST AS Map can only be performed from tuple of arrays with equal sizes.: In scope SELECT CAST(([2, 1, 1023], ['', '']), 'Map(UInt8, String)') AS map, map[10]. (TYPE_MISMATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57902) (comment: 01550_create_map_type.sql) (in query: SELECT CAST(([2, 1, 1023], ['', '']), 'Map(UInt8, String)') AS map, map[10] -- { serverError TYPE_MISMATCH} ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::detail::FunctionCast::createTupleToMapWrapper(std::vector, std::allocator>> const&, std::vector, std::allocator>> const&) const::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)::operator()(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) const @ 0x00000000324752da 5. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::allocator>> const&, std::vector, std::allocator>> const&) const::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000032473344 6. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 7. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:02:41.024519 [ 71985 ] {} TCPHandler: Code: 53. DB::Exception: CAST AS Map can only be performed from tuple of arrays with equal sizes.: In scope SELECT CAST(([2, 1, 1023], ['', '']), 'Map(UInt8, String)') AS map, map[10]. (TYPE_MISMATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::detail::FunctionCast::createTupleToMapWrapper(std::vector, std::allocator>> const&, std::vector, std::allocator>> const&) const::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)::operator()(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) const @ 0x00000000324752da 5. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::allocator>> const&, std::vector, std::allocator>> const&) const::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000032473344 6. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 7. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:02:41.136416 [ 71968 ] {5c86eb35-f88d-4be6-9a6e-bc9a6c6f2ecb} executeQuery: Code: 44. DB::Exception: Illegal column UInt64 of argument of function reverse: while executing 'FUNCTION reverse(__table1.inter :: 0) -> reverse(__table1.inter) UInt64 : 1'. (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37264) (comment: 02233_interpolate_1.sql) (in query: # Test INTERPOLATE with incompatible expression - should produce error SELECT n, source, inter FROM ( SELECT toFloat32(number % 10) AS n, 'original' AS source, number as inter FROM numbers(10) WHERE number % 3 = 1 ) ORDER BY n WITH FILL FROM 0 TO 11.51 STEP 0.5 INTERPOLATE (inter AS reverse(inter));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::(anonymous namespace)::FunctionReverse::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b52ecea 5. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 6. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 7. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 8. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 9. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 10. ./build_docker/./src/Interpreters/ExpressionActions.cpp:816: DB::ExpressionActions::execute(DB::Block&, bool, bool) const @ 0x000000003691c608 11. ./build_docker/./src/Processors/Transforms/FillingTransform.cpp:388: DB::FillingTransform::interpolate(std::vector::mutable_ptr, std::allocator::mutable_ptr>> const&, DB::Block&) @ 0x000000004075ab96 12. ./build_docker/./src/Processors/Transforms/FillingTransform.cpp:632: DB::FillingTransform::transformRange(std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, std::vector::mutable_ptr, std::allocator::mutable_ptr>> const&, std::vector> const&, std::vector> const&, std::vector> const&, std::vector> const&, std::pair, bool) @ 0x000000004075ff5b 13. ./build_docker/./src/Processors/Transforms/FillingTransform.cpp:789: DB::FillingTransform::transform(DB::Chunk&) @ 0x000000004076308a 14. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 15. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 16. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 20. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 18:02:41.155551 [ 71968 ] {} TCPHandler: Code: 44. DB::Exception: Illegal column UInt64 of argument of function reverse: while executing 'FUNCTION reverse(__table1.inter :: 0) -> reverse(__table1.inter) UInt64 : 1'. (ILLEGAL_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::(anonymous namespace)::FunctionReverse::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b52ecea 5. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 6. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 7. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 8. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 9. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 10. ./build_docker/./src/Interpreters/ExpressionActions.cpp:816: DB::ExpressionActions::execute(DB::Block&, bool, bool) const @ 0x000000003691c608 11. ./build_docker/./src/Processors/Transforms/FillingTransform.cpp:388: DB::FillingTransform::interpolate(std::vector::mutable_ptr, std::allocator::mutable_ptr>> const&, DB::Block&) @ 0x000000004075ab96 12. ./build_docker/./src/Processors/Transforms/FillingTransform.cpp:632: DB::FillingTransform::transformRange(std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, std::vector::mutable_ptr, std::allocator::mutable_ptr>> const&, std::vector> const&, std::vector> const&, std::vector> const&, std::vector> const&, std::pair, bool) @ 0x000000004075ff5b 13. ./build_docker/./src/Processors/Transforms/FillingTransform.cpp:789: DB::FillingTransform::transform(DB::Chunk&) @ 0x000000004076308a 14. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 15. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 16. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 20. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 18:02:41.808776 [ 71968 ] {0466e9d5-145a-4354-a9d0-d8426a801ffb} executeQuery: Code: 475. DB::Exception: Column '__table1.n' is participating in ORDER BY ... WITH FILL expression and can't be INTERPOLATE output. (INVALID_WITH_FILL_EXPRESSION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37264) (comment: 02233_interpolate_1.sql) (in query: # Test INTERPOLATE with column from WITH FILL expression - should produce error SELECT n, source, inter FROM ( SELECT toFloat32(number % 10) AS n, 'original' AS source, number as inter FROM numbers(10) WHERE number % 3 = 1 ) ORDER BY n WITH FILL FROM 0 TO 11.51 STEP 0.5 INTERPOLATE (n AS n);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Processors/Transforms/FillingTransform.cpp:243: DB::FillingTransform::FillingTransform(DB::Block const&, DB::SortDescription const&, DB::SortDescription const&, std::shared_ptr, bool) @ 0x00000000407575d7 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::Block const&, DB::SortDescription&, DB::SortDescription&, std::shared_ptr, bool const&, void>(std::allocator const&, DB::Block const&, DB::SortDescription&, DB::SortDescription&, std::shared_ptr&&, bool const&) @ 0x000000004074c16b 6. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: std::shared_ptr std::__function::__policy_invoker (DB::Block const&, DB::Pipe::StreamType)>::__call_impl (DB::Block const&, DB::Pipe::StreamType)>>(std::__function::__policy_storage const*, DB::Block const&, DB::Pipe::StreamType) @ 0x000000004074b145 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034a6d8bc 8. ./build_docker/./src/QueryPipeline/Pipe.cpp:631: DB::Pipe::addSimpleTransform(std::function (DB::Block const&, DB::Pipe::StreamType)> const&) @ 0x0000000034a6d326 9. ./build_docker/./src/QueryPipeline/QueryPipelineBuilder.cpp:136: DB::QueryPipelineBuilder::addSimpleTransform(std::function (DB::Block const&, DB::Pipe::StreamType)> const&) @ 0x0000000034ac4f41 10. ./build_docker/./src/Processors/QueryPlan/FillingStep.cpp:50: DB::FillingStep::transformPipeline(DB::QueryPipelineBuilder&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040749274 11. ./build_docker/./src/Processors/QueryPlan/ITransformingStep.cpp:21: DB::ITransformingStep::updatePipeline(std::vector>, std::allocator>>>, DB::BuildQueryPipelineSettings const&) @ 0x0000000040796c8e 12. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:188: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040813a6f 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 18:02:41.835791 [ 71968 ] {} TCPHandler: Code: 475. DB::Exception: Column '__table1.n' is participating in ORDER BY ... WITH FILL expression and can't be INTERPOLATE output. (INVALID_WITH_FILL_EXPRESSION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Processors/Transforms/FillingTransform.cpp:243: DB::FillingTransform::FillingTransform(DB::Block const&, DB::SortDescription const&, DB::SortDescription const&, std::shared_ptr, bool) @ 0x00000000407575d7 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::Block const&, DB::SortDescription&, DB::SortDescription&, std::shared_ptr, bool const&, void>(std::allocator const&, DB::Block const&, DB::SortDescription&, DB::SortDescription&, std::shared_ptr&&, bool const&) @ 0x000000004074c16b 6. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: std::shared_ptr std::__function::__policy_invoker (DB::Block const&, DB::Pipe::StreamType)>::__call_impl (DB::Block const&, DB::Pipe::StreamType)>>(std::__function::__policy_storage const*, DB::Block const&, DB::Pipe::StreamType) @ 0x000000004074b145 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034a6d8bc 8. ./build_docker/./src/QueryPipeline/Pipe.cpp:631: DB::Pipe::addSimpleTransform(std::function (DB::Block const&, DB::Pipe::StreamType)> const&) @ 0x0000000034a6d326 9. ./build_docker/./src/QueryPipeline/QueryPipelineBuilder.cpp:136: DB::QueryPipelineBuilder::addSimpleTransform(std::function (DB::Block const&, DB::Pipe::StreamType)> const&) @ 0x0000000034ac4f41 10. ./build_docker/./src/Processors/QueryPlan/FillingStep.cpp:50: DB::FillingStep::transformPipeline(DB::QueryPipelineBuilder&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040749274 11. ./build_docker/./src/Processors/QueryPlan/ITransformingStep.cpp:21: DB::ITransformingStep::updatePipeline(std::vector>, std::allocator>>>, DB::BuildQueryPipelineSettings const&) @ 0x0000000040796c8e 12. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:188: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040813a6f 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 18:02:42.084659 [ 67332 ] {f6814ba3-17c6-4611-bc10-79d68ed95c5d} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 63, m = 2. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37432) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (63, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:42.119165 [ 67332 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 63, m = 2. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:42.481512 [ 57570 ] {ca05458d-0c64-4277-9118-ba0503e5ba80} executeQuery: Code: 36. DB::Exception: Tables have different primary key. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37404) (comment: 02455_improve_feedback_when_replacing_partition_with_different_primary_key.sql) (in query: ALTER TABLE test_b REPLACE PARTITION '0' FROM test_a;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:7623: DB::MergeTreeData::checkStructureAndGetMergeTreeData(DB::IStorage&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x000000003df9a1ba 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:7654: DB::MergeTreeData::checkStructureAndGetMergeTreeData(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x000000003df9acbf 6. ./build_docker/./src/Storages/StorageMergeTree.cpp:2226: DB::StorageMergeTree::replacePartitionFrom(std::shared_ptr const&, std::shared_ptr const&, bool, std::shared_ptr) @ 0x000000003eb2ae58 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5652: DB::MergeTreeData::alterPartition(std::shared_ptr const&, std::vector> const&, std::shared_ptr) @ 0x000000003df2d78f 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:245: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751f81 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:02:42.488226 [ 57570 ] {} TCPHandler: Code: 36. DB::Exception: Tables have different primary key. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:7623: DB::MergeTreeData::checkStructureAndGetMergeTreeData(DB::IStorage&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x000000003df9a1ba 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:7654: DB::MergeTreeData::checkStructureAndGetMergeTreeData(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x000000003df9acbf 6. ./build_docker/./src/Storages/StorageMergeTree.cpp:2226: DB::StorageMergeTree::replacePartitionFrom(std::shared_ptr const&, std::shared_ptr const&, bool, std::shared_ptr) @ 0x000000003eb2ae58 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5652: DB::MergeTreeData::alterPartition(std::shared_ptr const&, std::vector> const&, std::shared_ptr) @ 0x000000003df2d78f 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:245: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751f81 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:02:43.065026 [ 71968 ] {35bf9e32-424f-4f8d-ae17-f8131f994bdf} executeQuery: Code: 32. DB::Exception: Attempt to read after eof: Cannot parse UInt64 from String, because value is too short: while executing 'FUNCTION _CAST(__table1.source :: 0, 'UInt64'_String :: 1) -> __table1.source UInt64 : 2'. (ATTEMPT_TO_READ_AFTER_EOF) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37264) (comment: 02233_interpolate_1.sql) (in query: # Test INTERPOLATE with inconsistent column - should produce error SELECT n, source, inter FROM ( SELECT toFloat32(number % 10) AS n, 'original' AS source, number as inter FROM numbers(10) WHERE number % 3 = 1 ) ORDER BY n WITH FILL FROM 0 TO 11.51 STEP 0.5 INTERPOLATE (inter AS source);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/IO/VarInt.cpp:13: DB::throwReadAfterEOF() @ 0x000000002089f6ac 5. void DB::readIntTextImpl(unsigned long&, DB::ReadBuffer&) @ 0x000000000b4f5be2 6. ./src/IO/ReadHelpers.h:508: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt64, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003262ec06 7. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x0000000032617b67 8. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a9bf9 9. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003252be89 10. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt64, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003252aa82 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 16. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 17. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 18. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 19. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 20. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 21. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 22. ./build_docker/./src/Interpreters/ExpressionActions.cpp:816: DB::ExpressionActions::execute(DB::Block&, bool, bool) const @ 0x000000003691c608 23. ./build_docker/./src/Processors/Transforms/FillingTransform.cpp:388: DB::FillingTransform::interpolate(std::vector::mutable_ptr, std::allocator::mutable_ptr>> const&, DB::Block&) @ 0x000000004075ab96 24. ./build_docker/./src/Processors/Transforms/FillingTransform.cpp:632: DB::FillingTransform::transformRange(std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, std::vector::mutable_ptr, std::allocator::mutable_ptr>> const&, std::vector> const&, std::vector> const&, std::vector> const&, std::vector> const&, std::pair, bool) @ 0x000000004075ff5b 25. ./build_docker/./src/Processors/Transforms/FillingTransform.cpp:789: DB::FillingTransform::transform(DB::Chunk&) @ 0x000000004076308a 26. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 27. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 28. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 29. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 30. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 31. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 2025.03.31 18:02:43.088948 [ 71968 ] {} TCPHandler: Code: 32. DB::Exception: Attempt to read after eof: Cannot parse UInt64 from String, because value is too short: while executing 'FUNCTION _CAST(__table1.source :: 0, 'UInt64'_String :: 1) -> __table1.source UInt64 : 2'. (ATTEMPT_TO_READ_AFTER_EOF), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/IO/VarInt.cpp:13: DB::throwReadAfterEOF() @ 0x000000002089f6ac 5. void DB::readIntTextImpl(unsigned long&, DB::ReadBuffer&) @ 0x000000000b4f5be2 6. ./src/IO/ReadHelpers.h:508: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToUInt64, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x000000003262ec06 7. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToUInt64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x0000000032617b67 8. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToUInt64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToUInt64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324a9bf9 9. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToUInt64, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003252be89 10. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToUInt64, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003252aa82 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 16. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 17. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 18. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 19. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 20. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 21. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 22. ./build_docker/./src/Interpreters/ExpressionActions.cpp:816: DB::ExpressionActions::execute(DB::Block&, bool, bool) const @ 0x000000003691c608 23. ./build_docker/./src/Processors/Transforms/FillingTransform.cpp:388: DB::FillingTransform::interpolate(std::vector::mutable_ptr, std::allocator::mutable_ptr>> const&, DB::Block&) @ 0x000000004075ab96 24. ./build_docker/./src/Processors/Transforms/FillingTransform.cpp:632: DB::FillingTransform::transformRange(std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, std::vector::mutable_ptr, std::allocator::mutable_ptr>> const&, std::vector> const&, std::vector> const&, std::vector> const&, std::vector> const&, std::pair, bool) @ 0x000000004075ff5b 25. ./build_docker/./src/Processors/Transforms/FillingTransform.cpp:789: DB::FillingTransform::transform(DB::Chunk&) @ 0x000000004076308a 26. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 27. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 28. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 29. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 30. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 31. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 2025.03.31 18:02:43.144696 [ 55895 ] {1bbe4a03-02a5-456b-a904-e2ef5bbff62b} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 64, m = 2. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37492) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (64, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:43.162943 [ 55895 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 64, m = 2. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:44.249500 [ 67575 ] {5a38c4bf-3264-412b-b559-debaf9a9a2b6} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 64, m = 1. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37564) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (64, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:44.266601 [ 67575 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 64, m = 1. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:45.269401 [ 56178 ] {28b4125e-182c-4f26-9e67-1e6072825965} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 65, m = 1. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37604) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (65, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:45.286420 [ 56178 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 65, m = 1. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:45.316417 [ 71984 ] {fe150380-5735-4bc8-8cff-28c6258ca424} executeQuery: Code: 43. DB::Exception: Elements of array of second argument of function roundDown must be numeric type.: In scope SELECT 1 AS x, roundDown(x, []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37528) (comment: 00805_round_down.sql) (in query: SELECT 1 as x, roundDown(x, []);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionRoundDown::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000000aa6b2e2 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:02:45.323581 [ 71984 ] {} TCPHandler: Code: 43. DB::Exception: Elements of array of second argument of function roundDown must be numeric type.: In scope SELECT 1 AS x, roundDown(x, []). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionRoundDown::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000000aa6b2e2 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:02:45.591482 [ 68114 ] {d247b4dd-90d2-4ce6-a878-c757525532e0} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 66, m = 2. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37626) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (66, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:45.613723 [ 68114 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 66, m = 2. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:45.985868 [ 71984 ] {fc40a98b-f142-454e-bb80-29c841b4668f} executeQuery: Code: 44. DB::Exception: Argument at index 1 for function roundDown must be constant. (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37528) (comment: 00805_round_down.sql) (in query: SELECT 1 as x, roundDown(x, emptyArrayUInt8());), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, String&&) @ 0x000000000f727dad 4. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3c49 5. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 6. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 7. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 8. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 9. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 10. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 11. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 13. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 14. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:02:45.993519 [ 71984 ] {} TCPHandler: Code: 44. DB::Exception: Argument at index 1 for function roundDown must be constant. (ILLEGAL_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, String&&) @ 0x000000000f727dad 4. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3c49 5. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 6. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 7. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 8. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 9. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 10. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 11. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 13. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 14. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:02:46.079311 [ 71984 ] {5b74fed5-f078-4839-a470-ad8368d48503} executeQuery: Code: 44. DB::Exception: Argument at index 1 for function roundDown must be constant. (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37528) (comment: 00805_round_down.sql) (in query: SELECT roundDown(number, [number]) FROM system.numbers LIMIT 10;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, String&&) @ 0x000000000f727dad 4. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3c49 5. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 6. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 7. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 8. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 9. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 10. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 11. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 13. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 14. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:02:46.086289 [ 71984 ] {} TCPHandler: Code: 44. DB::Exception: Argument at index 1 for function roundDown must be constant. (ILLEGAL_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, String&&) @ 0x000000000f727dad 4. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3c49 5. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 6. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 7. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 8. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 9. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 10. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 11. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 13. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 14. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:02:47.916506 [ 1426 ] {fb9195b1-3b5a-4b26-b3b7-a87643a1c750} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 67, m = 1. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47584) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (67, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:47.935975 [ 1426 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 67, m = 1. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:49.584554 [ 4149 ] {e5842c11-b2a0-4b71-abed-a031911b8b8f} executeQuery: Code: 344. DB::Exception: CREATE AS SELECT is not supported with Replicated databases. Consider using separate CREATE and INSERT queries. (SUPPORT_IS_DISABLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47684) (comment: 02933_replicated_database_forbid_create_as_select.sh) (in query: CREATE TABLE test_ffnw0my1_db.test2 (`id` UInt64) ENGINE = ReplicatedMergeTree ORDER BY id SETTINGS index_granularity = 27277, min_bytes_for_wide_part = 815089588, ratio_of_defaults_for_sparse_serialization = 0., replace_long_file_name_to_hash = true, max_file_name_length = 0, min_bytes_for_full_part_storage = 466605956, compact_parts_max_bytes_to_buffer = 63498124, compact_parts_max_granules_to_buffer = 33, compact_parts_merge_max_bytes_to_prefetch_part = 7724463, merge_max_block_size = 9169, old_parts_lifetime = 10., prefer_fetch_merged_part_size_threshold = 10737418240, vertical_merge_algorithm_min_rows_to_activate = 1, vertical_merge_algorithm_min_columns_to_activate = 1, min_merge_bytes_to_use_direct_io = 8920279748, index_granularity_bytes = 13893623, use_const_adaptive_granularity = false, enable_index_granularity_compression = true, concurrent_part_removal_threshold = 100, allow_vertical_merges_from_compact_to_wide_parts = true, cache_populated_by_fetch = true, marks_compress_block_size = 66019, primary_key_compress_block_size = 95679, use_primary_key_cache = false, prewarm_primary_key_cache = false, prewarm_mark_cache = false AS SELECT 1), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1709: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c4d00 5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 8. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 18:02:49.585366 [ 4232 ] {83d23bf3-3033-4e90-9440-38d5929b786d} executeQuery: Code: 344. DB::Exception: Deduplication in dependent materialized view cannot work together with async inserts. Please disable either `deduplicate_blocks_in_dependent_materialized_views` or `async_insert` setting. (SUPPORT_IS_DISABLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47668) (comment: 03006_mv_deduplication_throw_if_async_insert.sql) (in query: INSERT INTO 03006_test VALUES ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/executeQuery.cpp:1187: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x00000000392766ad 5. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 6. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 7. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 8. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 9. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 10. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 11. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 12. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 13. ? @ 0x00007fc708d31ac3 14. ? @ 0x00007fc708dc3850 2025.03.31 18:02:49.594384 [ 4232 ] {} TCPHandler: Code: 344. DB::Exception: Deduplication in dependent materialized view cannot work together with async inserts. Please disable either `deduplicate_blocks_in_dependent_materialized_views` or `async_insert` setting. (SUPPORT_IS_DISABLED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/executeQuery.cpp:1187: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x00000000392766ad 5. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 6. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 7. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 8. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 9. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 10. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 11. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 12. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 13. ? @ 0x00007fc708d31ac3 14. ? @ 0x00007fc708dc3850 2025.03.31 18:02:49.613666 [ 4149 ] {} TCPHandler: Code: 344. DB::Exception: CREATE AS SELECT is not supported with Replicated databases. Consider using separate CREATE and INSERT queries. (SUPPORT_IS_DISABLED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1709: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c4d00 5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 8. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 18:02:50.690041 [ 1426 ] {85d6daed-16b6-4b88-af18-cb751c782d81} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -138: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47686) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-69, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:50.724347 [ 1426 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -138: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:51.037472 [ 55895 ] {d635cb7f-1684-4f5a-9689-4621542fa475} executeQuery: Code: 344. DB::Exception: CREATE with POPULATE is not supported with Replicated databases. Consider using separate CREATE and INSERT queries. Alternatively, you can enable 'database_replicated_allow_heavy_create' setting to allow this operation, use with caution. (SUPPORT_IS_DISABLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47716) (comment: 02933_replicated_database_forbid_create_as_select.sh) (in query: CREATE MATERIALIZED VIEW test_ffnw0my1_db.test_mv2 (id UInt64) ENGINE = ReplicatedMergeTree ORDER BY id POPULATE AS SELECT 1 AS id), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1702: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c48fc 5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 8. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 18:02:51.068349 [ 55895 ] {} TCPHandler: Code: 344. DB::Exception: CREATE with POPULATE is not supported with Replicated databases. Consider using separate CREATE and INSERT queries. Alternatively, you can enable 'database_replicated_allow_heavy_create' setting to allow this operation, use with caution. (SUPPORT_IS_DISABLED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1702: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c48fc 5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 8. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 18:02:51.734107 [ 71982 ] {4f4797b6-fb6a-40e1-a9f9-4f0b1d50941a} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -69, m = 1. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47742) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-69, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:51.773687 [ 71982 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -69, m = 1. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:52.004116 [ 67575 ] {e9493c83-38f9-4f8a-ae3a-e842d7578a9d} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -70, m = 2. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47752) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-70, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:52.045153 [ 67575 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -70, m = 2. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:53.221932 [ 68114 ] {82769707-c662-4035-9163-020e4f9490bc} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `value_` in scope SELECT value_ FROM test_table SETTINGS enable_analyzer = 1. Maybe you meant: ['value']. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47858) (comment: 02476_analyzer_identifier_hints.sh) (in query: SELECT value_ FROM test_table SETTINGS enable_analyzer = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:02:53.232558 [ 68114 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `value_` in scope SELECT value_ FROM test_table SETTINGS enable_analyzer = 1. Maybe you meant: ['value']. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:02:54.739616 [ 55896 ] {3ea582df-ce18-48ce-80ba-592ac6802286} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 71: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47908) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (71, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:54.760017 [ 55896 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 71: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:54.844037 [ 68114 ] {32e1f02a-3d9b-4739-952c-97f5135e45b6} executeQuery: Code: 47. DB::Exception: Identifier 'test_table.value_' cannot be resolved from table with name test_1cmcfvax.test_table. In scope SELECT test_table.value_ FROM test_table SETTINGS enable_analyzer = 1. Maybe you meant: ['test_table.value']. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47896) (comment: 02476_analyzer_identifier_hints.sh) (in query: SELECT test_table.value_ FROM test_table SETTINGS enable_analyzer = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String const&, String&, String&&, String&&) @ 0x0000000035ec2f7f 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:867: DB::IdentifierResolver::tryResolveIdentifierFromStorage(DB::Identifier const&, std::shared_ptr const&, DB::AnalysisTableExpressionData const&, DB::IdentifierResolveScope&, unsigned long, bool) @ 0x0000000035ea9f07 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:971: DB::IdentifierResolver::tryResolveIdentifierFromTableExpression(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eae07d 6. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1510: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb49f8 7. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:0: DB::IdentifierResolver::tryResolveIdentifierFromJoinTree(DB::IdentifierLookup const&, DB::IdentifierResolveScope&) @ 0x0000000035ebb9db 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1468: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d67b69 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3671: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d32d46 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 18:02:54.845553 [ 71978 ] {daf3fd1a-80e5-484c-a1ea-4f4415562f16} executeQuery: Code: 344. DB::Exception: CREATE AS SELECT is not supported with Replicated databases. Consider using separate CREATE and INSERT queries. (SUPPORT_IS_DISABLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47962) (comment: 02933_replicated_database_forbid_create_as_select.sh) (in query: CREATE TABLE test_ffnw0my1_db.test2 (`id` UInt64) ENGINE = ReplicatedMergeTree ORDER BY id SETTINGS index_granularity = 27277, min_bytes_for_wide_part = 815089588, ratio_of_defaults_for_sparse_serialization = 0., replace_long_file_name_to_hash = true, max_file_name_length = 0, min_bytes_for_full_part_storage = 466605956, compact_parts_max_bytes_to_buffer = 63498124, compact_parts_max_granules_to_buffer = 33, compact_parts_merge_max_bytes_to_prefetch_part = 7724463, merge_max_block_size = 9169, old_parts_lifetime = 10., prefer_fetch_merged_part_size_threshold = 10737418240, vertical_merge_algorithm_min_rows_to_activate = 1, vertical_merge_algorithm_min_columns_to_activate = 1, min_merge_bytes_to_use_direct_io = 8920279748, index_granularity_bytes = 13893623, use_const_adaptive_granularity = false, enable_index_granularity_compression = true, concurrent_part_removal_threshold = 100, allow_vertical_merges_from_compact_to_wide_parts = true, cache_populated_by_fetch = true, marks_compress_block_size = 66019, primary_key_compress_block_size = 95679, use_primary_key_cache = false, prewarm_primary_key_cache = false, prewarm_mark_cache = false AS SELECT 1), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1709: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c4d00 5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 8. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 18:02:54.854106 [ 71978 ] {} TCPHandler: Code: 344. DB::Exception: CREATE AS SELECT is not supported with Replicated databases. Consider using separate CREATE and INSERT queries. (SUPPORT_IS_DISABLED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1709: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c4d00 5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 8. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 18:02:54.859705 [ 68114 ] {} TCPHandler: Code: 47. DB::Exception: Identifier 'test_table.value_' cannot be resolved from table with name test_1cmcfvax.test_table. In scope SELECT test_table.value_ FROM test_table SETTINGS enable_analyzer = 1. Maybe you meant: ['test_table.value']. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String const&, String&, String&&, String&&) @ 0x0000000035ec2f7f 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:867: DB::IdentifierResolver::tryResolveIdentifierFromStorage(DB::Identifier const&, std::shared_ptr const&, DB::AnalysisTableExpressionData const&, DB::IdentifierResolveScope&, unsigned long, bool) @ 0x0000000035ea9f07 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:971: DB::IdentifierResolver::tryResolveIdentifierFromTableExpression(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eae07d 6. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1510: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb49f8 7. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:0: DB::IdentifierResolver::tryResolveIdentifierFromJoinTree(DB::IdentifierLookup const&, DB::IdentifierResolveScope&) @ 0x0000000035ebb9db 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1468: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d67b69 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3671: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d32d46 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 18:02:55.798276 [ 71963 ] {32282fec-710c-424a-ab70-1ca306642b1f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `test_tabl.value_` in scope SELECT test_tabl.value_ FROM test_table SETTINGS enable_analyzer = 1. Maybe you meant: ['test_table.value']. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48010) (comment: 02476_analyzer_identifier_hints.sh) (in query: SELECT test_tabl.value_ FROM test_table SETTINGS enable_analyzer = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:02:55.818614 [ 71963 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `test_tabl.value_` in scope SELECT test_tabl.value_ FROM test_table SETTINGS enable_analyzer = 1. Maybe you meant: ['test_table.value']. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:02:55.856848 [ 57570 ] {9e48df0d-1f52-4c2f-b996-ce7b12889ff5} executeQuery: Code: 344. DB::Exception: CREATE AS SELECT is not supported with Replicated databases. Consider using separate CREATE and INSERT queries. (SUPPORT_IS_DISABLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48000) (comment: 02933_replicated_database_forbid_create_as_select.sh) (in query: CREATE TABLE test_ffnw0my1_db.test2 (`id` UInt64) ENGINE = ReplicatedMergeTree ORDER BY id SETTINGS index_granularity = 27277, min_bytes_for_wide_part = 815089588, ratio_of_defaults_for_sparse_serialization = 0., replace_long_file_name_to_hash = true, max_file_name_length = 0, min_bytes_for_full_part_storage = 466605956, compact_parts_max_bytes_to_buffer = 63498124, compact_parts_max_granules_to_buffer = 33, compact_parts_merge_max_bytes_to_prefetch_part = 7724463, merge_max_block_size = 9169, old_parts_lifetime = 10., prefer_fetch_merged_part_size_threshold = 10737418240, vertical_merge_algorithm_min_rows_to_activate = 1, vertical_merge_algorithm_min_columns_to_activate = 1, min_merge_bytes_to_use_direct_io = 8920279748, index_granularity_bytes = 13893623, use_const_adaptive_granularity = false, enable_index_granularity_compression = true, concurrent_part_removal_threshold = 100, allow_vertical_merges_from_compact_to_wide_parts = true, cache_populated_by_fetch = true, marks_compress_block_size = 66019, primary_key_compress_block_size = 95679, use_primary_key_cache = false, prewarm_primary_key_cache = false, prewarm_mark_cache = false AS SELECT 1), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1709: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c4d00 5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 8. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 18:02:55.877266 [ 57570 ] {} TCPHandler: Code: 344. DB::Exception: CREATE AS SELECT is not supported with Replicated databases. Consider using separate CREATE and INSERT queries. (SUPPORT_IS_DISABLED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1709: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c4d00 5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 8. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 18:02:56.287958 [ 71975 ] {d373013b-0b7b-4540-aca5-a4a783e353b4} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 146: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48030) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (73, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:56.305775 [ 71975 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 146: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:56.707764 [ 71984 ] {b468e463-a49f-4dad-8e87-4eb7f1cbbb2d} executeQuery: Code: 47. DB::Exception: Identifier 'test_table.value_' cannot be resolved from table with name test_table_alias. In scope SELECT test_table.value_ FROM test_table AS test_table_alias SETTINGS enable_analyzer = 1. Maybe you meant: ['test_table.value']. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55510) (comment: 02476_analyzer_identifier_hints.sh) (in query: SELECT test_table.value_ FROM test_table AS test_table_alias SETTINGS enable_analyzer = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String const&, String&, String&&, String&&) @ 0x0000000035ec2f7f 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:867: DB::IdentifierResolver::tryResolveIdentifierFromStorage(DB::Identifier const&, std::shared_ptr const&, DB::AnalysisTableExpressionData const&, DB::IdentifierResolveScope&, unsigned long, bool) @ 0x0000000035ea9f07 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:971: DB::IdentifierResolver::tryResolveIdentifierFromTableExpression(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eae07d 6. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1510: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb49f8 7. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:0: DB::IdentifierResolver::tryResolveIdentifierFromJoinTree(DB::IdentifierLookup const&, DB::IdentifierResolveScope&) @ 0x0000000035ebb9db 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1468: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d67b69 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3671: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d32d46 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 18:02:56.722817 [ 71984 ] {} TCPHandler: Code: 47. DB::Exception: Identifier 'test_table.value_' cannot be resolved from table with name test_table_alias. In scope SELECT test_table.value_ FROM test_table AS test_table_alias SETTINGS enable_analyzer = 1. Maybe you meant: ['test_table.value']. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String const&, String&, String&&, String&&) @ 0x0000000035ec2f7f 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:867: DB::IdentifierResolver::tryResolveIdentifierFromStorage(DB::Identifier const&, std::shared_ptr const&, DB::AnalysisTableExpressionData const&, DB::IdentifierResolveScope&, unsigned long, bool) @ 0x0000000035ea9f07 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:971: DB::IdentifierResolver::tryResolveIdentifierFromTableExpression(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eae07d 6. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1510: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb49f8 7. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:0: DB::IdentifierResolver::tryResolveIdentifierFromJoinTree(DB::IdentifierLookup const&, DB::IdentifierResolveScope&) @ 0x0000000035ebb9db 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1468: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d67b69 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3671: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d32d46 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 18:02:57.372085 [ 71987 ] {3fd05c12-1d53-4547-a0f2-bf64f56da9b8} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 74, m = 2. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55550) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (74, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:57.405716 [ 71987 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 74, m = 2. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:57.457764 [ 71975 ] {9d90c013-11e1-4a96-8c18-d48ed6b54ffa} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 73: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55566) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (73, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:57.480093 [ 71975 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 73: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:02:57.724880 [ 71975 ] {d599cad3-b70d-4428-808b-6d37cda0e50b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `test_tabl.value_` in scope SELECT test_tabl.value_ FROM test_table AS test_table_alias SETTINGS enable_analyzer = 1. Maybe you meant: ['test_table.value']. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55596) (comment: 02476_analyzer_identifier_hints.sh) (in query: SELECT test_tabl.value_ FROM test_table AS test_table_alias SETTINGS enable_analyzer = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:02:57.743426 [ 71975 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `test_tabl.value_` in scope SELECT test_tabl.value_ FROM test_table AS test_table_alias SETTINGS enable_analyzer = 1. Maybe you meant: ['test_table.value']. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:02:58.650418 [ 68116 ] {5477ec7f-feea-4315-a0cc-2a687c4dd887} executeQuery: Code: 47. DB::Exception: Identifier 'test_table_alias.value_' cannot be resolved from table with name test_table_alias. In scope SELECT test_table_alias.value_ FROM test_table AS test_table_alias SETTINGS enable_analyzer = 1. Maybe you meant: ['test_table_alias.value']. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55700) (comment: 02476_analyzer_identifier_hints.sh) (in query: SELECT test_table_alias.value_ FROM test_table AS test_table_alias SETTINGS enable_analyzer = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String const&, String&, String&&, String&&) @ 0x0000000035ec2f7f 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:867: DB::IdentifierResolver::tryResolveIdentifierFromStorage(DB::Identifier const&, std::shared_ptr const&, DB::AnalysisTableExpressionData const&, DB::IdentifierResolveScope&, unsigned long, bool) @ 0x0000000035ea9f07 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:971: DB::IdentifierResolver::tryResolveIdentifierFromTableExpression(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eae07d 6. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1510: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb49f8 7. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:0: DB::IdentifierResolver::tryResolveIdentifierFromJoinTree(DB::IdentifierLookup const&, DB::IdentifierResolveScope&) @ 0x0000000035ebb9db 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1468: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d67b69 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3671: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d32d46 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 18:02:58.668732 [ 68116 ] {} TCPHandler: Code: 47. DB::Exception: Identifier 'test_table_alias.value_' cannot be resolved from table with name test_table_alias. In scope SELECT test_table_alias.value_ FROM test_table AS test_table_alias SETTINGS enable_analyzer = 1. Maybe you meant: ['test_table_alias.value']. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String const&, String&, String&&, String&&) @ 0x0000000035ec2f7f 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:867: DB::IdentifierResolver::tryResolveIdentifierFromStorage(DB::Identifier const&, std::shared_ptr const&, DB::AnalysisTableExpressionData const&, DB::IdentifierResolveScope&, unsigned long, bool) @ 0x0000000035ea9f07 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:971: DB::IdentifierResolver::tryResolveIdentifierFromTableExpression(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eae07d 6. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1510: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb49f8 7. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:0: DB::IdentifierResolver::tryResolveIdentifierFromJoinTree(DB::IdentifierLookup const&, DB::IdentifierResolveScope&) @ 0x0000000035ebb9db 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1468: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d67b69 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3671: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d32d46 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 18:02:59.643681 [ 71968 ] {00fc4951-dada-47f5-bafd-393a66ed327b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `test_table_alia.value_` in scope SELECT test_table_alia.value_ FROM test_table AS test_table_alias SETTINGS enable_analyzer = 1. Maybe you meant: ['test_table_alias.value']. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55722) (comment: 02476_analyzer_identifier_hints.sh) (in query: SELECT test_table_alia.value_ FROM test_table AS test_table_alias SETTINGS enable_analyzer = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:02:59.672070 [ 71968 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `test_table_alia.value_` in scope SELECT test_table_alia.value_ FROM test_table AS test_table_alias SETTINGS enable_analyzer = 1. Maybe you meant: ['test_table_alias.value']. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:02:59.694233 [ 71975 ] {634b6daf-2382-4418-abe3-bf11a4ce2270} executeQuery: Code: 42. DB::Exception: Number of arguments for function generateRandomStructure doesn't match: passed 3, expected from 0 to 2: In scope SELECT generateRandomStructure(5, 42, 42). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55624) (comment: 02586_generate_random_structure.sql) (in query: select generateRandomStructure(5, 42, 42);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&&) @ 0x00000000088dcead 4. DB::FunctionGenerateRandomStructure::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x00000000088f7cbc 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:02:59.701514 [ 71975 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function generateRandomStructure doesn't match: passed 3, expected from 0 to 2: In scope SELECT generateRandomStructure(5, 42, 42). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&&) @ 0x00000000088dcead 4. DB::FunctionGenerateRandomStructure::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x00000000088f7cbc 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:00.400063 [ 56178 ] {4f705252-33c1-45f9-85fb-c6431f65b5f5} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 75, m = 1. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55758) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (75, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:03:00.418980 [ 56178 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 75, m = 1. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:03:00.566629 [ 71975 ] {6efd2742-ce6f-4a47-9526-a446cc027710} executeQuery: Code: 43. DB::Exception: Illegal type String of the 1 argument of function generateRandomStructure, expected unsigned integer or Null: In scope SELECT generateRandomStructure('5'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55624) (comment: 02586_generate_random_structure.sql) (in query: select generateRandomStructure('5');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&&, String&&) @ 0x0000000008904497 4. DB::FunctionGenerateRandomStructure::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x00000000088f7a3e 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:00.572959 [ 71975 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of the 1 argument of function generateRandomStructure, expected unsigned integer or Null: In scope SELECT generateRandomStructure('5'). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&&, String&&) @ 0x0000000008904497 4. DB::FunctionGenerateRandomStructure::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x00000000088f7a3e 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:00.603954 [ 71975 ] {a4489a8f-82f3-4e18-bb24-9ec163502919} executeQuery: Code: 43. DB::Exception: Illegal type String of the 2 argument of function generateRandomStructure, expected unsigned integer or Null: In scope SELECT generateRandomStructure(5, '42'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55624) (comment: 02586_generate_random_structure.sql) (in query: select generateRandomStructure(5, '42');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&&, String&&) @ 0x0000000008904497 4. DB::FunctionGenerateRandomStructure::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x00000000088f7a3e 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:00.611420 [ 71975 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of the 2 argument of function generateRandomStructure, expected unsigned integer or Null: In scope SELECT generateRandomStructure(5, '42'). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&&, String&&) @ 0x0000000008904497 4. DB::FunctionGenerateRandomStructure::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x00000000088f7a3e 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:00.643872 [ 67332 ] {75136646-6ff4-4784-919f-3951461030e7} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `value_` in scope SELECT value_ FROM (SELECT 1 AS value) SETTINGS enable_analyzer = 1. Maybe you meant: ['value']. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55770) (comment: 02476_analyzer_identifier_hints.sh) (in query: SELECT value_ FROM (SELECT 1 AS value) SETTINGS enable_analyzer = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:00.669817 [ 67332 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `value_` in scope SELECT value_ FROM (SELECT 1 AS value) SETTINGS enable_analyzer = 1. Maybe you meant: ['value']. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:00.673716 [ 71975 ] {997c1424-f3a9-4a17-8842-1a5030d0efd3} executeQuery: Code: 44. DB::Exception: Argument at index 0 for function generateRandomStructure must be constant. (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55624) (comment: 02586_generate_random_structure.sql) (in query: select generateRandomStructure(materialize(5), 42);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, String&&) @ 0x000000000f727dad 4. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3c49 5. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 6. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 7. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 8. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 9. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 10. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 11. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 13. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 14. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:00.682281 [ 71975 ] {} TCPHandler: Code: 44. DB::Exception: Argument at index 0 for function generateRandomStructure must be constant. (ILLEGAL_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, String&&) @ 0x000000000f727dad 4. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3c49 5. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 6. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 7. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 8. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 9. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 10. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 11. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 13. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 14. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:00.765141 [ 71975 ] {450e0a32-3543-403a-9744-7a41817ea76c} executeQuery: Code: 44. DB::Exception: Argument at index 1 for function generateRandomStructure must be constant. (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55624) (comment: 02586_generate_random_structure.sql) (in query: select generateRandomStructure(5, materialize(42));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, String&&) @ 0x000000000f727dad 4. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3c49 5. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 6. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 7. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 8. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 9. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 10. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 11. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 13. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 14. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:00.772265 [ 71975 ] {} TCPHandler: Code: 44. DB::Exception: Argument at index 1 for function generateRandomStructure must be constant. (ILLEGAL_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, String&&) @ 0x000000000f727dad 4. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3c49 5. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 6. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 7. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 8. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 9. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 10. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 11. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 13. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 14. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:00.934638 [ 55896 ] {00de46b0-d6dc-4801-aa43-8127539bf122} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -152: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55742) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-76, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:03:00.972884 [ 55896 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -152: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:03:01.584675 [ 56178 ] {63a39db7-dc6f-4a27-9bf7-00cc2c7d2a7f} executeQuery: Code: 47. DB::Exception: Identifier 'subquery.value_' cannot be resolved from subquery with name subquery. In scope SELECT subquery.value_ FROM (SELECT 1 AS value) AS subquery SETTINGS enable_analyzer = 1. Maybe you meant: ['subquery.value']. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55826) (comment: 02476_analyzer_identifier_hints.sh) (in query: SELECT subquery.value_ FROM (SELECT 1 AS value) AS subquery SETTINGS enable_analyzer = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String const&, String&, String&&, String&&) @ 0x0000000035ec2f7f 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:867: DB::IdentifierResolver::tryResolveIdentifierFromStorage(DB::Identifier const&, std::shared_ptr const&, DB::AnalysisTableExpressionData const&, DB::IdentifierResolveScope&, unsigned long, bool) @ 0x0000000035ea9f07 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:971: DB::IdentifierResolver::tryResolveIdentifierFromTableExpression(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eae07d 6. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1510: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb49f8 7. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:0: DB::IdentifierResolver::tryResolveIdentifierFromJoinTree(DB::IdentifierLookup const&, DB::IdentifierResolveScope&) @ 0x0000000035ebb9db 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1468: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d67b69 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3671: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d32d46 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 18:03:01.605517 [ 56178 ] {} TCPHandler: Code: 47. DB::Exception: Identifier 'subquery.value_' cannot be resolved from subquery with name subquery. In scope SELECT subquery.value_ FROM (SELECT 1 AS value) AS subquery SETTINGS enable_analyzer = 1. Maybe you meant: ['subquery.value']. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String const&, String&, String&&, String&&) @ 0x0000000035ec2f7f 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:867: DB::IdentifierResolver::tryResolveIdentifierFromStorage(DB::Identifier const&, std::shared_ptr const&, DB::AnalysisTableExpressionData const&, DB::IdentifierResolveScope&, unsigned long, bool) @ 0x0000000035ea9f07 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:971: DB::IdentifierResolver::tryResolveIdentifierFromTableExpression(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eae07d 6. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1510: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb49f8 7. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:0: DB::IdentifierResolver::tryResolveIdentifierFromJoinTree(DB::IdentifierLookup const&, DB::IdentifierResolveScope&) @ 0x0000000035ebb9db 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1468: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d67b69 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3671: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d32d46 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 18:03:01.772003 [ 4232 ] {715037b3-b460-4cbb-943a-28f5dc01b646} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 76: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55818) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (76, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:03:01.804079 [ 4232 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 76: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:03:01.975111 [ 71975 ] {cb1ae80a-c718-4195-90ee-cd85ce03282e} executeQuery: Code: 42. DB::Exception: Table function 'generateRandom' requires at most four (or three if structure is missing) arguments: [structure, random_seed, max_string_length, max_array_length]. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55624) (comment: 02586_generate_random_structure.sql) (in query: select * from generateRandom(10000000, 2, 2, 2) limit 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionGenerateRandom.cpp:79: DB::(anonymous namespace)::TableFunctionGenerateRandom::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x0000000027428c97 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:01.982835 [ 71975 ] {} TCPHandler: Code: 42. DB::Exception: Table function 'generateRandom' requires at most four (or three if structure is missing) arguments: [structure, random_seed, max_string_length, max_array_length]. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/TableFunctions/TableFunctionGenerateRandom.cpp:79: DB::(anonymous namespace)::TableFunctionGenerateRandom::parseArguments(std::shared_ptr const&, std::shared_ptr) @ 0x0000000027428c97 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4813: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d3fbf8 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:02.654586 [ 71985 ] {50bfff65-828d-4394-a383-bb751dd891e3} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `subquer.value_` in scope SELECT subquer.value_ FROM (SELECT 1 AS value) AS subquery SETTINGS enable_analyzer = 1. Maybe you meant: ['subquery.value']. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55864) (comment: 02476_analyzer_identifier_hints.sh) (in query: SELECT subquer.value_ FROM (SELECT 1 AS value) AS subquery SETTINGS enable_analyzer = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:02.667936 [ 71985 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `subquer.value_` in scope SELECT subquer.value_ FROM (SELECT 1 AS value) AS subquery SETTINGS enable_analyzer = 1. Maybe you meant: ['subquery.value']. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:03.565752 [ 71984 ] {7bca559d-522e-4144-8fff-d325a38a27d7} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 78, m = 2. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55920) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (78, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:03:03.588305 [ 71984 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 78, m = 2. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:03:03.770702 [ 4232 ] {fc594dce-d719-4569-a1d5-32e68025035f} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `value_` in scope WITH cte_subquery AS (SELECT 1 AS value) SELECT value_ FROM cte_subquery SETTINGS enable_analyzer = 1. Maybe you meant: ['value']. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55942) (comment: 02476_analyzer_identifier_hints.sh) (in query: WITH cte_subquery AS (SELECT 1 AS value) SELECT value_ FROM cte_subquery SETTINGS enable_analyzer = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:03.790004 [ 4232 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `value_` in scope WITH cte_subquery AS (SELECT 1 AS value) SELECT value_ FROM cte_subquery SETTINGS enable_analyzer = 1. Maybe you meant: ['value']. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:04.793525 [ 71978 ] {cb1e94e5-5d2c-4848-a535-800b6ebb1169} executeQuery: Code: 47. DB::Exception: Identifier 'cte_subquery.value_' cannot be resolved from subquery. In scope WITH cte_subquery AS (SELECT 1 AS value) SELECT cte_subquery.value_ FROM cte_subquery SETTINGS enable_analyzer = 1. Maybe you meant: ['cte_subquery.value']. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55984) (comment: 02476_analyzer_identifier_hints.sh) (in query: WITH cte_subquery AS (SELECT 1 AS value) SELECT cte_subquery.value_ FROM cte_subquery SETTINGS enable_analyzer = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String const&, String&, String&&, String&&) @ 0x0000000035ec2f7f 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:867: DB::IdentifierResolver::tryResolveIdentifierFromStorage(DB::Identifier const&, std::shared_ptr const&, DB::AnalysisTableExpressionData const&, DB::IdentifierResolveScope&, unsigned long, bool) @ 0x0000000035ea9f07 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:971: DB::IdentifierResolver::tryResolveIdentifierFromTableExpression(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eae07d 6. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1510: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb49f8 7. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:0: DB::IdentifierResolver::tryResolveIdentifierFromJoinTree(DB::IdentifierLookup const&, DB::IdentifierResolveScope&) @ 0x0000000035ebb9db 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1468: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d67b69 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3671: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d32d46 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 18:03:04.844270 [ 71978 ] {} TCPHandler: Code: 47. DB::Exception: Identifier 'cte_subquery.value_' cannot be resolved from subquery. In scope WITH cte_subquery AS (SELECT 1 AS value) SELECT cte_subquery.value_ FROM cte_subquery SETTINGS enable_analyzer = 1. Maybe you meant: ['cte_subquery.value']. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String const&, String&, String&&, String&&) @ 0x0000000035ec2f7f 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:867: DB::IdentifierResolver::tryResolveIdentifierFromStorage(DB::Identifier const&, std::shared_ptr const&, DB::AnalysisTableExpressionData const&, DB::IdentifierResolveScope&, unsigned long, bool) @ 0x0000000035ea9f07 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:971: DB::IdentifierResolver::tryResolveIdentifierFromTableExpression(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eae07d 6. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1510: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb49f8 7. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:0: DB::IdentifierResolver::tryResolveIdentifierFromJoinTree(DB::IdentifierLookup const&, DB::IdentifierResolveScope&) @ 0x0000000035ebb9db 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1468: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d67b69 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3671: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d32d46 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 18:03:05.930320 [ 71978 ] {35813e4c-88e2-4bf3-9219-dc12c0c450e7} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `cte_subquer.value_` in scope WITH cte_subquery AS (SELECT 1 AS value) SELECT cte_subquer.value_ FROM cte_subquery SETTINGS enable_analyzer = 1. Maybe you meant: ['cte_subquery.value']. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56064) (comment: 02476_analyzer_identifier_hints.sh) (in query: WITH cte_subquery AS (SELECT 1 AS value) SELECT cte_subquer.value_ FROM cte_subquery SETTINGS enable_analyzer = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:05.972319 [ 71978 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `cte_subquer.value_` in scope WITH cte_subquery AS (SELECT 1 AS value) SELECT cte_subquer.value_ FROM cte_subquery SETTINGS enable_analyzer = 1. Maybe you meant: ['cte_subquery.value']. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:06.703173 [ 71970 ] {984b51ab-f62d-4c35-bdc9-147555692e10} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 160: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44582) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (80, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:03:06.727966 [ 71970 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 160: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:03:06.742752 [ 71978 ] {6f707a26-1676-4d14-a53d-c1c6cba469b3} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 79, m = 1. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44600) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (79, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:03:06.763771 [ 71978 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 79, m = 1. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:03:06.950447 [ 71982 ] {3625bfc6-6e26-4abc-8db9-32ae7f4ca24e} executeQuery: Code: 47. DB::Exception: Identifier 'cte_subquery_alias.value_' cannot be resolved from subquery with name cte_subquery_alias. In scope WITH cte_subquery AS (SELECT 1 AS value) SELECT cte_subquery_alias.value_ FROM cte_subquery AS cte_subquery_alias SETTINGS enable_analyzer = 1. Maybe you meant: ['cte_subquery_alias.value']. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44630) (comment: 02476_analyzer_identifier_hints.sh) (in query: WITH cte_subquery AS (SELECT 1 AS value) SELECT cte_subquery_alias.value_ FROM cte_subquery AS cte_subquery_alias SETTINGS enable_analyzer = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String const&, String&, String&&, String&&) @ 0x0000000035ec2f7f 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:867: DB::IdentifierResolver::tryResolveIdentifierFromStorage(DB::Identifier const&, std::shared_ptr const&, DB::AnalysisTableExpressionData const&, DB::IdentifierResolveScope&, unsigned long, bool) @ 0x0000000035ea9f07 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:971: DB::IdentifierResolver::tryResolveIdentifierFromTableExpression(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eae07d 6. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1510: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb49f8 7. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:0: DB::IdentifierResolver::tryResolveIdentifierFromJoinTree(DB::IdentifierLookup const&, DB::IdentifierResolveScope&) @ 0x0000000035ebb9db 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1468: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d67b69 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3671: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d32d46 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 18:03:06.976876 [ 71982 ] {} TCPHandler: Code: 47. DB::Exception: Identifier 'cte_subquery_alias.value_' cannot be resolved from subquery with name cte_subquery_alias. In scope WITH cte_subquery AS (SELECT 1 AS value) SELECT cte_subquery_alias.value_ FROM cte_subquery AS cte_subquery_alias SETTINGS enable_analyzer = 1. Maybe you meant: ['cte_subquery_alias.value']. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String const&, String&, String&&, String&&) @ 0x0000000035ec2f7f 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:867: DB::IdentifierResolver::tryResolveIdentifierFromStorage(DB::Identifier const&, std::shared_ptr const&, DB::AnalysisTableExpressionData const&, DB::IdentifierResolveScope&, unsigned long, bool) @ 0x0000000035ea9f07 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:971: DB::IdentifierResolver::tryResolveIdentifierFromTableExpression(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eae07d 6. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1510: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb49f8 7. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:0: DB::IdentifierResolver::tryResolveIdentifierFromJoinTree(DB::IdentifierLookup const&, DB::IdentifierResolveScope&) @ 0x0000000035ebb9db 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1468: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d67b69 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3671: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d32d46 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 18:03:08.036649 [ 71964 ] {918c99a3-5e1d-4025-a94b-31d06d60e314} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `cte_subquery_alia.value_` in scope WITH cte_subquery AS (SELECT 1 AS value) SELECT cte_subquery_alia.value_ FROM cte_subquery AS cte_subquery_alias SETTINGS enable_analyzer = 1. Maybe you meant: ['cte_subquery_alias.value']. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44694) (comment: 02476_analyzer_identifier_hints.sh) (in query: WITH cte_subquery AS (SELECT 1 AS value) SELECT cte_subquery_alia.value_ FROM cte_subquery AS cte_subquery_alias SETTINGS enable_analyzer = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:08.055747 [ 71964 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `cte_subquery_alia.value_` in scope WITH cte_subquery AS (SELECT 1 AS value) SELECT cte_subquery_alia.value_ FROM cte_subquery AS cte_subquery_alias SETTINGS enable_analyzer = 1. Maybe you meant: ['cte_subquery_alias.value']. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:09.045373 [ 71975 ] {d6bcd473-63c9-41a7-b51f-94340dbc7696} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `constant_valu` in scope SELECT 1 AS constant_value, constant_valu SETTINGS enable_analyzer = 1. Maybe you meant: ['constant_value']. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44742) (comment: 02476_analyzer_identifier_hints.sh) (in query: SELECT 1 AS constant_value, constant_valu SETTINGS enable_analyzer = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:09.059669 [ 71975 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `constant_valu` in scope SELECT 1 AS constant_value, constant_valu SETTINGS enable_analyzer = 1. Maybe you meant: ['constant_value']. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:09.986538 [ 55895 ] {13098815-0428-4619-8482-7ee7dc714e79} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `constant_valu` in scope SELECT 1 AS constant_value, constant_valu SETTINGS enable_analyzer = 1. Maybe you meant: ['constant_value']. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44796) (comment: 02476_analyzer_identifier_hints.sh) (in query: SELECT 1 AS constant_value, constant_valu SETTINGS enable_analyzer = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:10.000908 [ 55895 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `constant_valu` in scope SELECT 1 AS constant_value, constant_valu SETTINGS enable_analyzer = 1. Maybe you meant: ['constant_value']. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:10.025825 [ 4149 ] {0513bbcd-f472-47cf-88fc-0a6ab5db8a28} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -82, m = 2. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44758) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-82, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:03:10.045676 [ 4149 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -82, m = 2. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:03:10.101797 [ 68114 ] {07e17c4d-ecbc-4780-9ad5-b6db565dea7a} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -81, m = 1. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44764) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-81, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:03:10.135633 [ 68114 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -81, m = 1. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:03:11.640883 [ 55895 ] {5c2e1aba-a6db-4938-b22d-0f894dea8ac0} executeQuery: Code: 47. DB::Exception: Unknown expression or function identifier `constant_valu` in scope lambda_argument -> (lambda_argument + constant_valu). Maybe you meant: ['constant_value']. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44808) (comment: 02476_analyzer_identifier_hints.sh) (in query: SELECT 1 AS constant_value, arrayMap(lambda_argument -> lambda_argument + constant_valu, [1, 2, 3]) SETTINGS enable_analyzer = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2625: DB::QueryAnalyzer::resolveLambda(std::shared_ptr const&, std::shared_ptr const&, std::vector, std::allocator>> const&, DB::IdentifierResolveScope&) @ 0x0000000035db9097 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3389: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d8dbd8 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 18:03:11.665579 [ 55895 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression or function identifier `constant_valu` in scope lambda_argument -> (lambda_argument + constant_valu). Maybe you meant: ['constant_value']. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2625: DB::QueryAnalyzer::resolveLambda(std::shared_ptr const&, std::shared_ptr const&, std::vector, std::allocator>> const&, DB::IdentifierResolveScope&) @ 0x0000000035db9097 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3389: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d8dbd8 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 18:03:11.735183 [ 67575 ] {7dfd1c71-43d4-4777-8f6a-7cc8b58746ed} executeQuery: Code: 1. DB::Exception: Resolve identifier 'p_partkey' from parent scope only supported for constants and CTE. Actual test_4owaphmy.part.p_partkey node type COLUMN. In scope (SELECT min(ps_supplycost) FROM partsupp, supplier, nation, region WHERE (p_partkey = ps_partkey) AND (s_suppkey = ps_suppkey) AND (s_nationkey = n_nationkey) AND (n_regionkey = r_regionkey) AND (r_name = 'EUROPE')). (UNSUPPORTED_METHOD) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44700) (comment: 01095_tpch_like_smoke.sql) (in query: select s_acctbal, s_name, n_name, p_partkey, p_mfgr, s_address, s_phone, s_comment from part, supplier, partsupp, nation, region where p_partkey = ps_partkey and s_suppkey = ps_suppkey and p_size = 15 and p_type like '%BRASS' and s_nationkey = n_nationkey and n_regionkey = r_regionkey and r_name = 'EUROPE' and ps_supplycost = ( select min(ps_supplycost) from partsupp, supplier, nation, region where p_partkey = ps_partkey and s_suppkey = ps_suppkey and s_nationkey = n_nationkey and n_regionkey = r_regionkey and r_name = 'EUROPE' ) order by s_acctbal desc, n_name, s_name, p_partkey limit 100;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String const&, String&&, char const*&&, String&&) @ 0x0000000035de4fbf 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1339: DB::QueryAnalyzer::tryResolveIdentifierInParentScopes(DB::IdentifierLookup const&, DB::IdentifierResolveScope&) @ 0x0000000035d6c59a 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1520: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d68fb6 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3671: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d32d46 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5588: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1a7cb 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5588: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1a7cb 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 24. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 27. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 29. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 31. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 2025.03.31 18:03:11.747520 [ 67575 ] {} TCPHandler: Code: 1. DB::Exception: Resolve identifier 'p_partkey' from parent scope only supported for constants and CTE. Actual test_4owaphmy.part.p_partkey node type COLUMN. In scope (SELECT min(ps_supplycost) FROM partsupp, supplier, nation, region WHERE (p_partkey = ps_partkey) AND (s_suppkey = ps_suppkey) AND (s_nationkey = n_nationkey) AND (n_regionkey = r_regionkey) AND (r_name = 'EUROPE')). (UNSUPPORTED_METHOD), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String const&, String&&, char const*&&, String&&) @ 0x0000000035de4fbf 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1339: DB::QueryAnalyzer::tryResolveIdentifierInParentScopes(DB::IdentifierLookup const&, DB::IdentifierResolveScope&) @ 0x0000000035d6c59a 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1520: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d68fb6 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3671: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d32d46 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5588: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1a7cb 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5588: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1a7cb 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 24. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 27. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 29. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 31. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 2025.03.31 18:03:13.313561 [ 71966 ] {e60197e3-6d73-4de2-a7fd-753cbf271906} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `constant_valu` in scope (SELECT constant_valu). Maybe you meant: ['constant_value']. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44940) (comment: 02476_analyzer_identifier_hints.sh) (in query: WITH 1 AS constant_value SELECT (SELECT constant_valu) SETTINGS enable_analyzer = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 14. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 18:03:13.341848 [ 71966 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `constant_valu` in scope (SELECT constant_valu). Maybe you meant: ['constant_value']. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 14. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 18:03:14.593839 [ 71981 ] {2e55f5c1-2c23-45db-ab3b-3a6e11ba2166} executeQuery: Code: 574. DB::Exception: Too many bytes pending for async INSERT: 5.19 KiB (bytes_to_delay_insert=1.00 B). (DISTRIBUTED_TOO_MANY_PENDING_BYTES) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:38132) (comment: 01675_distributed_bytes_to_delay_insert.sh) (in query: insert into dist_01675 select * from numbers(1) settings prefer_localhost_replica=0), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Storages/StorageDistributed.cpp:1865: DB::StorageDistributed::delayInsertOrThrowIfNeeded() const @ 0x000000003c8f865c 5. ./build_docker/./src/Storages/Distributed/DistributedSink.cpp:170: DB::DistributedSink::consume(DB::Chunk&) @ 0x000000003d9cc67e 6. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:18: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x0000000040442f99 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 8. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 9. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 10. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 12. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 13. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 14. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:112: DB::CompletedPipelineExecutor::execute() @ 0x000000003f7140d3 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1798: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003928176b 16. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 17. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 18. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 18:03:14.633811 [ 71981 ] {2e55f5c1-2c23-45db-ab3b-3a6e11ba2166} DynamicQueryHandler: Code: 574. DB::Exception: Too many bytes pending for async INSERT: 5.19 KiB (bytes_to_delay_insert=1.00 B). (DISTRIBUTED_TOO_MANY_PENDING_BYTES), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Storages/StorageDistributed.cpp:1865: DB::StorageDistributed::delayInsertOrThrowIfNeeded() const @ 0x000000003c8f865c 5. ./build_docker/./src/Storages/Distributed/DistributedSink.cpp:170: DB::DistributedSink::consume(DB::Chunk&) @ 0x000000003d9cc67e 6. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:18: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x0000000040442f99 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 8. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 9. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 10. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 12. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 13. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 14. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:112: DB::CompletedPipelineExecutor::execute() @ 0x000000003f7140d3 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1798: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003928176b 16. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 17. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 18. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:03:15.955770 [ 56178 ] {fa1d2715-1635-47d4-8ea0-e5766d0c4902} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `value.value_` in scope SELECT value.value_ FROM test_table_compound SETTINGS enable_analyzer = 1. Maybe you meant: ['value.value_1']. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45062) (comment: 02476_analyzer_identifier_hints.sh) (in query: SELECT value.value_ FROM test_table_compound SETTINGS enable_analyzer = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:15.969731 [ 56178 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `value.value_` in scope SELECT value.value_ FROM test_table_compound SETTINGS enable_analyzer = 1. Maybe you meant: ['value.value_1']. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:17.555398 [ 68117 ] {766d9abe-62a8-4fdd-a61a-e43044be5cc8} executeQuery: Code: 47. DB::Exception: Identifier test_table_compound.value.value_ nested path value_ cannot be resolved from type Tuple(value_1 String) from table with name test_1cmcfvax.test_table_compound. In scope SELECT test_table_compound.value.value_ FROM test_table_compound SETTINGS enable_analyzer = 1. Maybe you meant: ['test_table_compound.value.value_1']. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48320) (comment: 02476_analyzer_identifier_hints.sh) (in query: SELECT test_table_compound.value.value_ FROM test_table_compound SETTINGS enable_analyzer = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, DB::Identifier const&, DB::IdentifierView&, String&&, String&, String&&, String&&) @ 0x0000000035ec0287 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:513: DB::IdentifierResolver::tryResolveIdentifierFromCompoundExpression(DB::Identifier const&, unsigned long, std::shared_ptr const&, String, DB::IdentifierResolveScope&, bool) @ 0x0000000035e9f1b2 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:793: DB::IdentifierResolver::tryResolveIdentifierFromStorage(DB::Identifier const&, std::shared_ptr const&, DB::AnalysisTableExpressionData const&, DB::IdentifierResolveScope&, unsigned long, bool) @ 0x0000000035ea7468 6. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:971: DB::IdentifierResolver::tryResolveIdentifierFromTableExpression(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eae07d 7. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1510: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb49f8 8. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:0: DB::IdentifierResolver::tryResolveIdentifierFromJoinTree(DB::IdentifierLookup const&, DB::IdentifierResolveScope&) @ 0x0000000035ebb9db 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1468: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d67b69 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3671: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d32d46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 18:03:17.579019 [ 68117 ] {} TCPHandler: Code: 47. DB::Exception: Identifier test_table_compound.value.value_ nested path value_ cannot be resolved from type Tuple(value_1 String) from table with name test_1cmcfvax.test_table_compound. In scope SELECT test_table_compound.value.value_ FROM test_table_compound SETTINGS enable_analyzer = 1. Maybe you meant: ['test_table_compound.value.value_1']. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, DB::Identifier const&, DB::IdentifierView&, String&&, String&, String&&, String&&) @ 0x0000000035ec0287 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:513: DB::IdentifierResolver::tryResolveIdentifierFromCompoundExpression(DB::Identifier const&, unsigned long, std::shared_ptr const&, String, DB::IdentifierResolveScope&, bool) @ 0x0000000035e9f1b2 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:793: DB::IdentifierResolver::tryResolveIdentifierFromStorage(DB::Identifier const&, std::shared_ptr const&, DB::AnalysisTableExpressionData const&, DB::IdentifierResolveScope&, unsigned long, bool) @ 0x0000000035ea7468 6. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:971: DB::IdentifierResolver::tryResolveIdentifierFromTableExpression(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eae07d 7. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1510: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb49f8 8. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:0: DB::IdentifierResolver::tryResolveIdentifierFromJoinTree(DB::IdentifierLookup const&, DB::IdentifierResolveScope&) @ 0x0000000035ebb9db 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1468: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d67b69 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3671: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d32d46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 18:03:17.687501 [ 67575 ] {775430cf-7062-4ff8-93d1-9b8295fe84f1} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `total_revenue` in scope SELECT s_suppkey, s_name, s_address, s_phone, total_revenue FROM supplier, revenue0 WHERE (s_suppkey = supplier_no) AND (total_revenue = (SELECT max(total_revenue) FROM revenue0)) ORDER BY s_suppkey ASC. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44700) (comment: 01095_tpch_like_smoke.sql) (in query: select s_suppkey, s_name, s_address, s_phone, total_revenue from supplier, revenue0 where s_suppkey = supplier_no and total_revenue = ( select max(total_revenue) from revenue0 ) order by s_suppkey;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:17.696617 [ 67575 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `total_revenue` in scope SELECT s_suppkey, s_name, s_address, s_phone, total_revenue FROM supplier, revenue0 WHERE (s_suppkey = supplier_no) AND (total_revenue = (SELECT max(total_revenue) FROM revenue0)) ORDER BY s_suppkey ASC. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:18.550298 [ 71984 ] {b2978efd-101c-42f1-805b-df2c0f91c630} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `test_tabl_compound.value.value_` in scope SELECT test_tabl_compound.value.value_ FROM test_table_compound SETTINGS enable_analyzer = 1. Maybe you meant: ['test_table_compound.value.value_1']. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48372) (comment: 02476_analyzer_identifier_hints.sh) (in query: SELECT test_tabl_compound.value.value_ FROM test_table_compound SETTINGS enable_analyzer = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:18.580202 [ 71984 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `test_tabl_compound.value.value_` in scope SELECT test_tabl_compound.value.value_ FROM test_table_compound SETTINGS enable_analyzer = 1. Maybe you meant: ['test_table_compound.value.value_1']. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:19.124417 [ 67575 ] {1999ce2a-2d9d-4d84-b38c-25bc6f6b5f5d} executeQuery: Code: 1. DB::Exception: Resolve identifier 'p_partkey' from parent scope only supported for constants and CTE. Actual test_4owaphmy.part.p_partkey node type COLUMN. In scope (SELECT 0.2 * avg(l_quantity) FROM lineitem WHERE l_partkey = p_partkey). (UNSUPPORTED_METHOD) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44700) (comment: 01095_tpch_like_smoke.sql) (in query: select sum(l_extendedprice) / 7.0 as avg_yearly from lineitem, part where p_partkey = l_partkey and p_brand = 'Brand#23' and p_container = 'MED BOX' and l_quantity < ( select 0.2 * avg(l_quantity) from lineitem where l_partkey = p_partkey );), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String const&, String&&, char const*&&, String&&) @ 0x0000000035de4fbf 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1339: DB::QueryAnalyzer::tryResolveIdentifierInParentScopes(DB::IdentifierLookup const&, DB::IdentifierResolveScope&) @ 0x0000000035d6c59a 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1520: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d68fb6 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3671: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d32d46 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5588: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1a7cb 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5588: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1a7cb 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 18:03:19.145844 [ 67575 ] {} TCPHandler: Code: 1. DB::Exception: Resolve identifier 'p_partkey' from parent scope only supported for constants and CTE. Actual test_4owaphmy.part.p_partkey node type COLUMN. In scope (SELECT 0.2 * avg(l_quantity) FROM lineitem WHERE l_partkey = p_partkey). (UNSUPPORTED_METHOD), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String const&, String&&, char const*&&, String&&) @ 0x0000000035de4fbf 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1339: DB::QueryAnalyzer::tryResolveIdentifierInParentScopes(DB::IdentifierLookup const&, DB::IdentifierResolveScope&) @ 0x0000000035d6c59a 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1520: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d68fb6 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3671: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d32d46 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5588: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1a7cb 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5588: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1a7cb 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 18:03:19.521204 [ 71981 ] {8b3ce700-0076-49fd-b4d9-8bea657372e7} executeQuery: Code: 47. DB::Exception: Identifier test_table_compound.value.value_ nested path value_ cannot be resolved from type Tuple(value_1 String) from table with name test_table_compound_alias. In scope SELECT test_table_compound.value.value_ FROM test_table_compound AS test_table_compound_alias SETTINGS enable_analyzer = 1. Maybe you meant: ['test_table_compound.value.value_1']. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48432) (comment: 02476_analyzer_identifier_hints.sh) (in query: SELECT test_table_compound.value.value_ FROM test_table_compound AS test_table_compound_alias SETTINGS enable_analyzer = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, DB::Identifier const&, DB::IdentifierView&, String&&, String&, String&&, String&&) @ 0x0000000035ec0287 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:513: DB::IdentifierResolver::tryResolveIdentifierFromCompoundExpression(DB::Identifier const&, unsigned long, std::shared_ptr const&, String, DB::IdentifierResolveScope&, bool) @ 0x0000000035e9f1b2 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:793: DB::IdentifierResolver::tryResolveIdentifierFromStorage(DB::Identifier const&, std::shared_ptr const&, DB::AnalysisTableExpressionData const&, DB::IdentifierResolveScope&, unsigned long, bool) @ 0x0000000035ea7468 6. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:971: DB::IdentifierResolver::tryResolveIdentifierFromTableExpression(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eae07d 7. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1510: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb49f8 8. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:0: DB::IdentifierResolver::tryResolveIdentifierFromJoinTree(DB::IdentifierLookup const&, DB::IdentifierResolveScope&) @ 0x0000000035ebb9db 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1468: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d67b69 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3671: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d32d46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 18:03:19.535828 [ 71981 ] {} TCPHandler: Code: 47. DB::Exception: Identifier test_table_compound.value.value_ nested path value_ cannot be resolved from type Tuple(value_1 String) from table with name test_table_compound_alias. In scope SELECT test_table_compound.value.value_ FROM test_table_compound AS test_table_compound_alias SETTINGS enable_analyzer = 1. Maybe you meant: ['test_table_compound.value.value_1']. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, DB::Identifier const&, DB::IdentifierView&, String&&, String&, String&&, String&&) @ 0x0000000035ec0287 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:513: DB::IdentifierResolver::tryResolveIdentifierFromCompoundExpression(DB::Identifier const&, unsigned long, std::shared_ptr const&, String, DB::IdentifierResolveScope&, bool) @ 0x0000000035e9f1b2 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:793: DB::IdentifierResolver::tryResolveIdentifierFromStorage(DB::Identifier const&, std::shared_ptr const&, DB::AnalysisTableExpressionData const&, DB::IdentifierResolveScope&, unsigned long, bool) @ 0x0000000035ea7468 6. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:971: DB::IdentifierResolver::tryResolveIdentifierFromTableExpression(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eae07d 7. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1510: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb49f8 8. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:0: DB::IdentifierResolver::tryResolveIdentifierFromJoinTree(DB::IdentifierLookup const&, DB::IdentifierResolveScope&) @ 0x0000000035ebb9db 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1468: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d67b69 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3671: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d32d46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 18:03:20.459660 [ 4232 ] {0e36f9a0-d63e-4a0d-ac93-79e35e2a4d76} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `test_tabl_compound.value.value_` in scope SELECT test_tabl_compound.value.value_ FROM test_table_compound AS test_table_compound_alias SETTINGS enable_analyzer = 1. Maybe you meant: ['test_table_compound.value.value_1']. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48462) (comment: 02476_analyzer_identifier_hints.sh) (in query: SELECT test_tabl_compound.value.value_ FROM test_table_compound AS test_table_compound_alias SETTINGS enable_analyzer = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:20.488734 [ 4232 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `test_tabl_compound.value.value_` in scope SELECT test_tabl_compound.value.value_ FROM test_table_compound AS test_table_compound_alias SETTINGS enable_analyzer = 1. Maybe you meant: ['test_table_compound.value.value_1']. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:20.590985 [ 71984 ] {a059c274-2509-489d-8b66-577a0c989e35} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -88, m = 2. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48444) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-88, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:03:20.610078 [ 71984 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -88, m = 2. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:03:20.972069 [ 71978 ] {b8101623-20a8-4964-9e76-9dd5246f0c01} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -87, m = 1. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48456) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-87, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:03:20.993029 [ 71978 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -87, m = 1. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:03:21.197815 [ 67575 ] {a0d65fb9-01a5-4162-a2f7-313f8f69ee82} executeQuery: Code: 1. DB::Exception: Resolve identifier 'ps_partkey' from parent scope only supported for constants and CTE. Actual test_4owaphmy.partsupp.ps_partkey node type COLUMN. In scope (SELECT 0.5 * sum(l_quantity) FROM lineitem WHERE (l_partkey = ps_partkey) AND (l_suppkey = ps_suppkey) AND (l_shipdate >= toDate('1994-01-01')) AND (l_shipdate < (toDate('1994-01-01') + toIntervalYear('1')))). (UNSUPPORTED_METHOD) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44700) (comment: 01095_tpch_like_smoke.sql) (in query: select s_name, s_address from supplier, nation where s_suppkey in ( select ps_suppkey from partsupp where ps_partkey in ( select p_partkey from part where p_name like 'forest%' ) and ps_availqty > ( select 0.5 * sum(l_quantity) from lineitem where l_partkey = ps_partkey and l_suppkey = ps_suppkey and l_shipdate >= date '1994-01-01' and l_shipdate < date '1994-01-01' + interval '1' year ) ) and s_nationkey = n_nationkey and n_name = 'CANADA' order by s_name;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String const&, String&&, char const*&&, String&&) @ 0x0000000035de4fbf 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1339: DB::QueryAnalyzer::tryResolveIdentifierInParentScopes(DB::IdentifierLookup const&, DB::IdentifierResolveScope&) @ 0x0000000035d6c59a 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1520: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d68fb6 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3671: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d32d46 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5588: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1a7cb 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5588: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1a7cb 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5588: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1a7cb 30. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 31. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 2025.03.31 18:03:21.211424 [ 67575 ] {} TCPHandler: Code: 1. DB::Exception: Resolve identifier 'ps_partkey' from parent scope only supported for constants and CTE. Actual test_4owaphmy.partsupp.ps_partkey node type COLUMN. In scope (SELECT 0.5 * sum(l_quantity) FROM lineitem WHERE (l_partkey = ps_partkey) AND (l_suppkey = ps_suppkey) AND (l_shipdate >= toDate('1994-01-01')) AND (l_shipdate < (toDate('1994-01-01') + toIntervalYear('1')))). (UNSUPPORTED_METHOD), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String const&, String&&, char const*&&, String&&) @ 0x0000000035de4fbf 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1339: DB::QueryAnalyzer::tryResolveIdentifierInParentScopes(DB::IdentifierLookup const&, DB::IdentifierResolveScope&) @ 0x0000000035d6c59a 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1520: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d68fb6 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3671: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d32d46 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5588: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1a7cb 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5588: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1a7cb 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 29. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5588: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1a7cb 30. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 31. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 2025.03.31 18:03:21.460550 [ 72002 ] {51457206-c246-4973-9509-b3d08e3ec53d} executeQuery: Code: 47. DB::Exception: Identifier test_table_compound_alias.value.value_ nested path value_ cannot be resolved from type Tuple(value_1 String) from table with name test_table_compound_alias. In scope SELECT test_table_compound_alias.value.value_ FROM test_table_compound AS test_table_compound_alias SETTINGS enable_analyzer = 1. Maybe you meant: ['test_table_compound_alias.value.value_1']. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48504) (comment: 02476_analyzer_identifier_hints.sh) (in query: SELECT test_table_compound_alias.value.value_ FROM test_table_compound AS test_table_compound_alias SETTINGS enable_analyzer = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, DB::Identifier const&, DB::IdentifierView&, String&&, String&, String&&, String&&) @ 0x0000000035ec0287 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:513: DB::IdentifierResolver::tryResolveIdentifierFromCompoundExpression(DB::Identifier const&, unsigned long, std::shared_ptr const&, String, DB::IdentifierResolveScope&, bool) @ 0x0000000035e9f1b2 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:793: DB::IdentifierResolver::tryResolveIdentifierFromStorage(DB::Identifier const&, std::shared_ptr const&, DB::AnalysisTableExpressionData const&, DB::IdentifierResolveScope&, unsigned long, bool) @ 0x0000000035ea7468 6. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:971: DB::IdentifierResolver::tryResolveIdentifierFromTableExpression(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eae07d 7. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1510: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb49f8 8. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:0: DB::IdentifierResolver::tryResolveIdentifierFromJoinTree(DB::IdentifierLookup const&, DB::IdentifierResolveScope&) @ 0x0000000035ebb9db 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1468: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d67b69 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3671: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d32d46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 18:03:21.479728 [ 72002 ] {} TCPHandler: Code: 47. DB::Exception: Identifier test_table_compound_alias.value.value_ nested path value_ cannot be resolved from type Tuple(value_1 String) from table with name test_table_compound_alias. In scope SELECT test_table_compound_alias.value.value_ FROM test_table_compound AS test_table_compound_alias SETTINGS enable_analyzer = 1. Maybe you meant: ['test_table_compound_alias.value.value_1']. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, DB::Identifier const&, DB::IdentifierView&, String&&, String&, String&&, String&&) @ 0x0000000035ec0287 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:513: DB::IdentifierResolver::tryResolveIdentifierFromCompoundExpression(DB::Identifier const&, unsigned long, std::shared_ptr const&, String, DB::IdentifierResolveScope&, bool) @ 0x0000000035e9f1b2 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:793: DB::IdentifierResolver::tryResolveIdentifierFromStorage(DB::Identifier const&, std::shared_ptr const&, DB::AnalysisTableExpressionData const&, DB::IdentifierResolveScope&, unsigned long, bool) @ 0x0000000035ea7468 6. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:971: DB::IdentifierResolver::tryResolveIdentifierFromTableExpression(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eae07d 7. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1510: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb49f8 8. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:0: DB::IdentifierResolver::tryResolveIdentifierFromJoinTree(DB::IdentifierLookup const&, DB::IdentifierResolveScope&) @ 0x0000000035ebb9db 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1468: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d67b69 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3671: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d32d46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 18:03:21.880179 [ 71976 ] {e34a8a8e-a76c-4406-b090-5a0d1b3f681c} executeQuery: Code: 632. DB::Exception: Unexpected data 'trash' after parsed Array value '[1,2,3]': (while reading the value of key x): (in file/uri /var/lib/clickhouse/user_files/test_xcrcps8g): While executing JSONCompactEachRowRowInputFormat: While executing File. (UNEXPECTED_DATA_AFTER_PARSED_VALUE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48486) (comment: 02118_deserialize_whole_text.sh) (in query: SELECT * FROM file('test_xcrcps8g', 'JSONCompactStringsEachRow', 'x Array(UInt32)')), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&) @ 0x0000000034239817 4. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:473: DB::ISerialization::throwUnexpectedDataAfterParsedValue(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, String const&) const @ 0x0000000034e29e03 5. ./build_docker/./src/DataTypes/Serializations/SerializationArray.cpp:543: DB::SerializationArray::deserializeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, bool) const @ 0x0000000034e4ccfa 6. DB::SimpleTextSerialization::deserializeWholeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&) const @ 0x0000000008b2bfe6 7. ./build_docker/./src/DataTypes/Serializations/SerializationNullable.cpp:610: DB::SerializationNullable::deserializeNullAsDefaultOrNestedWholeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, std::shared_ptr const&) @ 0x0000000034f65037 8. ./build_docker/./src/Formats/JSONUtils.cpp:286: DB::JSONUtils::readField(DB::ReadBuffer&, DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, String const&, DB::FormatSettings const&, bool) @ 0x000000003f5ea273 9. ./build_docker/./src/Processors/Formats/Impl/JSONCompactEachRowRowInputFormat.cpp:130: DB::JSONCompactEachRowFormatReader::readField(DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, bool, String const&) @ 0x000000003fb24366 10. ./build_docker/./src/Processors/Formats/RowInputFormatWithNamesAndTypes.cpp:262: DB::RowInputFormatWithNamesAndTypes::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003f96d53d 11. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 12. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 13. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 14. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 18. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 19. ./build_docker/./src/Storages/StorageFile.cpp:1474: DB::StorageFileSource::generate() @ 0x000000003c96c16e 20. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 21. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 22. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 23. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 24. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 27. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 29. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 18:03:21.920269 [ 71976 ] {} TCPHandler: Code: 632. DB::Exception: Unexpected data 'trash' after parsed Array value '[1,2,3]': (while reading the value of key x): (in file/uri /var/lib/clickhouse/user_files/test_xcrcps8g): While executing JSONCompactEachRowRowInputFormat: While executing File. (UNEXPECTED_DATA_AFTER_PARSED_VALUE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&) @ 0x0000000034239817 4. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:473: DB::ISerialization::throwUnexpectedDataAfterParsedValue(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, String const&) const @ 0x0000000034e29e03 5. ./build_docker/./src/DataTypes/Serializations/SerializationArray.cpp:543: DB::SerializationArray::deserializeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, bool) const @ 0x0000000034e4ccfa 6. DB::SimpleTextSerialization::deserializeWholeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&) const @ 0x0000000008b2bfe6 7. ./build_docker/./src/DataTypes/Serializations/SerializationNullable.cpp:610: DB::SerializationNullable::deserializeNullAsDefaultOrNestedWholeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, std::shared_ptr const&) @ 0x0000000034f65037 8. ./build_docker/./src/Formats/JSONUtils.cpp:286: DB::JSONUtils::readField(DB::ReadBuffer&, DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, String const&, DB::FormatSettings const&, bool) @ 0x000000003f5ea273 9. ./build_docker/./src/Processors/Formats/Impl/JSONCompactEachRowRowInputFormat.cpp:130: DB::JSONCompactEachRowFormatReader::readField(DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, bool, String const&) @ 0x000000003fb24366 10. ./build_docker/./src/Processors/Formats/RowInputFormatWithNamesAndTypes.cpp:262: DB::RowInputFormatWithNamesAndTypes::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003f96d53d 11. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 12. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 13. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 14. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 18. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 19. ./build_docker/./src/Storages/StorageFile.cpp:1474: DB::StorageFileSource::generate() @ 0x000000003c96c16e 20. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 21. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 22. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 23. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 24. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 27. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 29. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 18:03:22.172769 [ 4232 ] {daa57493-8fd8-41a8-93c4-2fb82bef8978} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 88: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48520) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (88, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:03:22.212068 [ 4232 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 88: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:03:22.514321 [ 55896 ] {68301415-8206-4f2f-8489-7d7ee19399a1} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `test_table_compound_alia.value.value_` in scope SELECT test_table_compound_alia.value.value_ FROM test_table_compound AS test_table_compound_alias SETTINGS enable_analyzer = 1. Maybe you meant: ['test_table_compound_alias.value.value_1']. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48556) (comment: 02476_analyzer_identifier_hints.sh) (in query: SELECT test_table_compound_alia.value.value_ FROM test_table_compound AS test_table_compound_alias SETTINGS enable_analyzer = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:22.545891 [ 55896 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `test_table_compound_alia.value.value_` in scope SELECT test_table_compound_alia.value.value_ FROM test_table_compound AS test_table_compound_alias SETTINGS enable_analyzer = 1. Maybe you meant: ['test_table_compound_alias.value.value_1']. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:23.434613 [ 1426 ] {f2bf0383-39ab-4a8d-b5ab-42059379176a} executeQuery: Code: 632. DB::Exception: Unexpected data 'trash' after parsed Date value '1970-01-02': (while reading the value of key x): (in file/uri /var/lib/clickhouse/user_files/test_xcrcps8g): While executing JSONCompactEachRowRowInputFormat: While executing File. (UNEXPECTED_DATA_AFTER_PARSED_VALUE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48572) (comment: 02118_deserialize_whole_text.sh) (in query: SELECT * FROM file('test_xcrcps8g', 'JSONCompactStringsEachRow', 'x Date')), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&) @ 0x0000000034239817 4. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:473: DB::ISerialization::throwUnexpectedDataAfterParsedValue(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, String const&) const @ 0x0000000034e29e03 5. ./build_docker/./src/DataTypes/Serializations/SerializationDate.cpp:22: DB::SerializationDate::deserializeWholeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&) const @ 0x0000000034e65a54 6. ./build_docker/./src/DataTypes/Serializations/SerializationNullable.cpp:610: DB::SerializationNullable::deserializeNullAsDefaultOrNestedWholeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, std::shared_ptr const&) @ 0x0000000034f65037 7. ./build_docker/./src/Formats/JSONUtils.cpp:286: DB::JSONUtils::readField(DB::ReadBuffer&, DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, String const&, DB::FormatSettings const&, bool) @ 0x000000003f5ea273 8. ./build_docker/./src/Processors/Formats/Impl/JSONCompactEachRowRowInputFormat.cpp:130: DB::JSONCompactEachRowFormatReader::readField(DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, bool, String const&) @ 0x000000003fb24366 9. ./build_docker/./src/Processors/Formats/RowInputFormatWithNamesAndTypes.cpp:262: DB::RowInputFormatWithNamesAndTypes::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003f96d53d 10. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 11. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 12. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 13. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 17. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 18. ./build_docker/./src/Storages/StorageFile.cpp:1474: DB::StorageFileSource::generate() @ 0x000000003c96c16e 19. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 20. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 21. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 22. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 23. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 28. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 18:03:23.474121 [ 1426 ] {} TCPHandler: Code: 632. DB::Exception: Unexpected data 'trash' after parsed Date value '1970-01-02': (while reading the value of key x): (in file/uri /var/lib/clickhouse/user_files/test_xcrcps8g): While executing JSONCompactEachRowRowInputFormat: While executing File. (UNEXPECTED_DATA_AFTER_PARSED_VALUE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&) @ 0x0000000034239817 4. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:473: DB::ISerialization::throwUnexpectedDataAfterParsedValue(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, String const&) const @ 0x0000000034e29e03 5. ./build_docker/./src/DataTypes/Serializations/SerializationDate.cpp:22: DB::SerializationDate::deserializeWholeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&) const @ 0x0000000034e65a54 6. ./build_docker/./src/DataTypes/Serializations/SerializationNullable.cpp:610: DB::SerializationNullable::deserializeNullAsDefaultOrNestedWholeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, std::shared_ptr const&) @ 0x0000000034f65037 7. ./build_docker/./src/Formats/JSONUtils.cpp:286: DB::JSONUtils::readField(DB::ReadBuffer&, DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, String const&, DB::FormatSettings const&, bool) @ 0x000000003f5ea273 8. ./build_docker/./src/Processors/Formats/Impl/JSONCompactEachRowRowInputFormat.cpp:130: DB::JSONCompactEachRowFormatReader::readField(DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, bool, String const&) @ 0x000000003fb24366 9. ./build_docker/./src/Processors/Formats/RowInputFormatWithNamesAndTypes.cpp:262: DB::RowInputFormatWithNamesAndTypes::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003f96d53d 10. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 11. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 12. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 13. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 17. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 18. ./build_docker/./src/Storages/StorageFile.cpp:1474: DB::StorageFileSource::generate() @ 0x000000003c96c16e 19. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 20. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 21. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 22. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 23. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 28. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 18:03:23.528831 [ 55896 ] {fb65498c-3724-4c44-b672-d4e1a4bc96f8} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `value.value_` in scope SELECT value.value_ FROM (SELECT CAST(tuple(1), 'Tuple(value_1 String)') AS value) SETTINGS enable_analyzer = 1. Maybe you meant: ['value.value_1']. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48626) (comment: 02476_analyzer_identifier_hints.sh) (in query: SELECT value.value_ FROM (SELECT cast(tuple(1), 'Tuple(value_1 String)') AS value) SETTINGS enable_analyzer = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:23.553554 [ 55896 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `value.value_` in scope SELECT value.value_ FROM (SELECT CAST(tuple(1), 'Tuple(value_1 String)') AS value) SETTINGS enable_analyzer = 1. Maybe you meant: ['value.value_1']. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:24.792036 [ 3914 ] {25c3650f-0e17-45cf-891e-3efc85aee279} executeQuery: Code: 47. DB::Exception: Identifier subquery.value.value_ nested path value_ cannot be resolved from type Tuple(value_1 String) from subquery with name subquery. In scope SELECT subquery.value.value_ FROM (SELECT CAST(tuple(1), 'Tuple(value_1 String)') AS value) AS subquery SETTINGS enable_analyzer = 1. Maybe you meant: ['subquery.value.value_1']. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48670) (comment: 02476_analyzer_identifier_hints.sh) (in query: SELECT subquery.value.value_ FROM (SELECT cast(tuple(1), 'Tuple(value_1 String)') AS value) AS subquery SETTINGS enable_analyzer = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, DB::Identifier const&, DB::IdentifierView&, String&&, String&, String&&, String&&) @ 0x0000000035ec0287 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:513: DB::IdentifierResolver::tryResolveIdentifierFromCompoundExpression(DB::Identifier const&, unsigned long, std::shared_ptr const&, String, DB::IdentifierResolveScope&, bool) @ 0x0000000035e9f1b2 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:793: DB::IdentifierResolver::tryResolveIdentifierFromStorage(DB::Identifier const&, std::shared_ptr const&, DB::AnalysisTableExpressionData const&, DB::IdentifierResolveScope&, unsigned long, bool) @ 0x0000000035ea7468 6. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:971: DB::IdentifierResolver::tryResolveIdentifierFromTableExpression(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eae07d 7. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1510: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb49f8 8. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:0: DB::IdentifierResolver::tryResolveIdentifierFromJoinTree(DB::IdentifierLookup const&, DB::IdentifierResolveScope&) @ 0x0000000035ebb9db 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1468: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d67b69 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3671: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d32d46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 18:03:24.819923 [ 3914 ] {} TCPHandler: Code: 47. DB::Exception: Identifier subquery.value.value_ nested path value_ cannot be resolved from type Tuple(value_1 String) from subquery with name subquery. In scope SELECT subquery.value.value_ FROM (SELECT CAST(tuple(1), 'Tuple(value_1 String)') AS value) AS subquery SETTINGS enable_analyzer = 1. Maybe you meant: ['subquery.value.value_1']. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, DB::Identifier const&, DB::IdentifierView&, String&&, String&, String&&, String&&) @ 0x0000000035ec0287 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:513: DB::IdentifierResolver::tryResolveIdentifierFromCompoundExpression(DB::Identifier const&, unsigned long, std::shared_ptr const&, String, DB::IdentifierResolveScope&, bool) @ 0x0000000035e9f1b2 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:793: DB::IdentifierResolver::tryResolveIdentifierFromStorage(DB::Identifier const&, std::shared_ptr const&, DB::AnalysisTableExpressionData const&, DB::IdentifierResolveScope&, unsigned long, bool) @ 0x0000000035ea7468 6. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:971: DB::IdentifierResolver::tryResolveIdentifierFromTableExpression(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eae07d 7. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1510: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb49f8 8. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:0: DB::IdentifierResolver::tryResolveIdentifierFromJoinTree(DB::IdentifierLookup const&, DB::IdentifierResolveScope&) @ 0x0000000035ebb9db 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1468: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d67b69 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3671: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d32d46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 18:03:25.432374 [ 55895 ] {6df9f887-c7a1-4a77-9cf8-1e089b496fb5} executeQuery: Code: 632. DB::Exception: Unexpected data 'trash' after parsed Date32 value '1970-01-02': (while reading the value of key x): (in file/uri /var/lib/clickhouse/user_files/test_xcrcps8g): While executing JSONCompactEachRowRowInputFormat: While executing File. (UNEXPECTED_DATA_AFTER_PARSED_VALUE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48648) (comment: 02118_deserialize_whole_text.sh) (in query: SELECT * FROM file('test_xcrcps8g', 'JSONCompactStringsEachRow', 'x Date32')), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&) @ 0x0000000034239817 4. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:473: DB::ISerialization::throwUnexpectedDataAfterParsedValue(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, String const&) const @ 0x0000000034e29e03 5. ./build_docker/./src/DataTypes/Serializations/SerializationDate32.cpp:21: DB::SerializationDate32::deserializeWholeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&) const @ 0x0000000034e6a45e 6. ./build_docker/./src/DataTypes/Serializations/SerializationNullable.cpp:610: DB::SerializationNullable::deserializeNullAsDefaultOrNestedWholeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, std::shared_ptr const&) @ 0x0000000034f65037 7. ./build_docker/./src/Formats/JSONUtils.cpp:286: DB::JSONUtils::readField(DB::ReadBuffer&, DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, String const&, DB::FormatSettings const&, bool) @ 0x000000003f5ea273 8. ./build_docker/./src/Processors/Formats/Impl/JSONCompactEachRowRowInputFormat.cpp:130: DB::JSONCompactEachRowFormatReader::readField(DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, bool, String const&) @ 0x000000003fb24366 9. ./build_docker/./src/Processors/Formats/RowInputFormatWithNamesAndTypes.cpp:262: DB::RowInputFormatWithNamesAndTypes::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003f96d53d 10. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 11. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 12. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 13. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 17. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 18. ./build_docker/./src/Storages/StorageFile.cpp:1474: DB::StorageFileSource::generate() @ 0x000000003c96c16e 19. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 20. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 21. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 22. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 23. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 28. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 18:03:25.483443 [ 55895 ] {} TCPHandler: Code: 632. DB::Exception: Unexpected data 'trash' after parsed Date32 value '1970-01-02': (while reading the value of key x): (in file/uri /var/lib/clickhouse/user_files/test_xcrcps8g): While executing JSONCompactEachRowRowInputFormat: While executing File. (UNEXPECTED_DATA_AFTER_PARSED_VALUE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&) @ 0x0000000034239817 4. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:473: DB::ISerialization::throwUnexpectedDataAfterParsedValue(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, String const&) const @ 0x0000000034e29e03 5. ./build_docker/./src/DataTypes/Serializations/SerializationDate32.cpp:21: DB::SerializationDate32::deserializeWholeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&) const @ 0x0000000034e6a45e 6. ./build_docker/./src/DataTypes/Serializations/SerializationNullable.cpp:610: DB::SerializationNullable::deserializeNullAsDefaultOrNestedWholeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, std::shared_ptr const&) @ 0x0000000034f65037 7. ./build_docker/./src/Formats/JSONUtils.cpp:286: DB::JSONUtils::readField(DB::ReadBuffer&, DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, String const&, DB::FormatSettings const&, bool) @ 0x000000003f5ea273 8. ./build_docker/./src/Processors/Formats/Impl/JSONCompactEachRowRowInputFormat.cpp:130: DB::JSONCompactEachRowFormatReader::readField(DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, bool, String const&) @ 0x000000003fb24366 9. ./build_docker/./src/Processors/Formats/RowInputFormatWithNamesAndTypes.cpp:262: DB::RowInputFormatWithNamesAndTypes::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003f96d53d 10. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 11. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 12. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 13. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 17. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 18. ./build_docker/./src/Storages/StorageFile.cpp:1474: DB::StorageFileSource::generate() @ 0x000000003c96c16e 19. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 20. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 21. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 22. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 23. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 28. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 18:03:26.035258 [ 4149 ] {078eed86-d07a-44f3-ab2b-b0c6eab393c7} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `subquer.value.value_` in scope SELECT subquer.value.value_ FROM (SELECT CAST(tuple(1), 'Tuple(value_1 String)') AS value) AS subquery SETTINGS enable_analyzer = 1. Maybe you meant: ['subquery.value.value_1']. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48748) (comment: 02476_analyzer_identifier_hints.sh) (in query: SELECT subquer.value.value_ FROM (SELECT cast(tuple(1), 'Tuple(value_1 String)') AS value) AS subquery SETTINGS enable_analyzer = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:26.057991 [ 4149 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `subquer.value.value_` in scope SELECT subquer.value.value_ FROM (SELECT CAST(tuple(1), 'Tuple(value_1 String)') AS value) AS subquery SETTINGS enable_analyzer = 1. Maybe you meant: ['subquery.value.value_1']. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:27.762540 [ 71989 ] {dd08da20-54e7-4cb0-b0dd-f751a8f80186} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `value.value_` in scope WITH cte_subquery AS (SELECT CAST(tuple(1), 'Tuple(value_1 String)') AS value) SELECT value.value_ FROM cte_subquery SETTINGS enable_analyzer = 1. Maybe you meant: ['value.value_1']. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57116) (comment: 02476_analyzer_identifier_hints.sh) (in query: WITH cte_subquery AS (SELECT cast(tuple(1), 'Tuple(value_1 String)') AS value) SELECT value.value_ FROM cte_subquery SETTINGS enable_analyzer = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:27.787758 [ 71989 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `value.value_` in scope WITH cte_subquery AS (SELECT CAST(tuple(1), 'Tuple(value_1 String)') AS value) SELECT value.value_ FROM cte_subquery SETTINGS enable_analyzer = 1. Maybe you meant: ['value.value_1']. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:28.072860 [ 71963 ] {59f56e96-c15b-4c9c-bba9-6b6ad89d3d49} executeQuery: Code: 632. DB::Exception: Unexpected data 'trash' after parsed DateTime value '1970-01-01 03:00:01': (while reading the value of key x): (in file/uri /var/lib/clickhouse/user_files/test_xcrcps8g): While executing JSONCompactEachRowRowInputFormat: While executing File. (UNEXPECTED_DATA_AFTER_PARSED_VALUE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57060) (comment: 02118_deserialize_whole_text.sh) (in query: SELECT * FROM file('test_xcrcps8g', 'JSONCompactStringsEachRow', 'x DateTime')), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&) @ 0x0000000034239817 4. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:473: DB::ISerialization::throwUnexpectedDataAfterParsedValue(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, String const&) const @ 0x0000000034e29e03 5. ./build_docker/./src/DataTypes/Serializations/SerializationDateTime.cpp:104: DB::SerializationDateTime::deserializeWholeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&) const @ 0x0000000034e6ee1a 6. ./build_docker/./src/DataTypes/Serializations/SerializationNullable.cpp:610: DB::SerializationNullable::deserializeNullAsDefaultOrNestedWholeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, std::shared_ptr const&) @ 0x0000000034f65037 7. ./build_docker/./src/Formats/JSONUtils.cpp:286: DB::JSONUtils::readField(DB::ReadBuffer&, DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, String const&, DB::FormatSettings const&, bool) @ 0x000000003f5ea273 8. ./build_docker/./src/Processors/Formats/Impl/JSONCompactEachRowRowInputFormat.cpp:130: DB::JSONCompactEachRowFormatReader::readField(DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, bool, String const&) @ 0x000000003fb24366 9. ./build_docker/./src/Processors/Formats/RowInputFormatWithNamesAndTypes.cpp:262: DB::RowInputFormatWithNamesAndTypes::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003f96d53d 10. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 11. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 12. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 13. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 17. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 18. ./build_docker/./src/Storages/StorageFile.cpp:1474: DB::StorageFileSource::generate() @ 0x000000003c96c16e 19. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 20. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 21. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 22. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 23. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 28. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 18:03:28.110577 [ 71963 ] {} TCPHandler: Code: 632. DB::Exception: Unexpected data 'trash' after parsed DateTime value '1970-01-01 03:00:01': (while reading the value of key x): (in file/uri /var/lib/clickhouse/user_files/test_xcrcps8g): While executing JSONCompactEachRowRowInputFormat: While executing File. (UNEXPECTED_DATA_AFTER_PARSED_VALUE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&) @ 0x0000000034239817 4. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:473: DB::ISerialization::throwUnexpectedDataAfterParsedValue(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, String const&) const @ 0x0000000034e29e03 5. ./build_docker/./src/DataTypes/Serializations/SerializationDateTime.cpp:104: DB::SerializationDateTime::deserializeWholeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&) const @ 0x0000000034e6ee1a 6. ./build_docker/./src/DataTypes/Serializations/SerializationNullable.cpp:610: DB::SerializationNullable::deserializeNullAsDefaultOrNestedWholeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, std::shared_ptr const&) @ 0x0000000034f65037 7. ./build_docker/./src/Formats/JSONUtils.cpp:286: DB::JSONUtils::readField(DB::ReadBuffer&, DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, String const&, DB::FormatSettings const&, bool) @ 0x000000003f5ea273 8. ./build_docker/./src/Processors/Formats/Impl/JSONCompactEachRowRowInputFormat.cpp:130: DB::JSONCompactEachRowFormatReader::readField(DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, bool, String const&) @ 0x000000003fb24366 9. ./build_docker/./src/Processors/Formats/RowInputFormatWithNamesAndTypes.cpp:262: DB::RowInputFormatWithNamesAndTypes::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003f96d53d 10. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 11. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 12. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 13. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 17. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 18. ./build_docker/./src/Storages/StorageFile.cpp:1474: DB::StorageFileSource::generate() @ 0x000000003c96c16e 19. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 20. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 21. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 22. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 23. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 28. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 18:03:29.465237 [ 71975 ] {6f7624de-4dba-48e7-93fd-c8ba56a54e21} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -91: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57128) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-91, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:03:29.473451 [ 71976 ] {a969c72b-20de-453e-83c9-1e59884aab15} executeQuery: Code: 47. DB::Exception: Identifier cte_subquery.value.value_ nested path value_ cannot be resolved from type Tuple(value_1 String) from subquery. In scope WITH cte_subquery AS (SELECT CAST(tuple(1), 'Tuple(value_1 String)') AS value) SELECT cte_subquery.value.value_ FROM cte_subquery SETTINGS enable_analyzer = 1. Maybe you meant: ['cte_subquery.value.value_1']. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57174) (comment: 02476_analyzer_identifier_hints.sh) (in query: WITH cte_subquery AS (SELECT cast(tuple(1), 'Tuple(value_1 String)') AS value) SELECT cte_subquery.value.value_ FROM cte_subquery SETTINGS enable_analyzer = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, DB::Identifier const&, DB::IdentifierView&, String&&, String&, String&&, String&&) @ 0x0000000035ec0287 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:513: DB::IdentifierResolver::tryResolveIdentifierFromCompoundExpression(DB::Identifier const&, unsigned long, std::shared_ptr const&, String, DB::IdentifierResolveScope&, bool) @ 0x0000000035e9f1b2 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:793: DB::IdentifierResolver::tryResolveIdentifierFromStorage(DB::Identifier const&, std::shared_ptr const&, DB::AnalysisTableExpressionData const&, DB::IdentifierResolveScope&, unsigned long, bool) @ 0x0000000035ea7468 6. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:971: DB::IdentifierResolver::tryResolveIdentifierFromTableExpression(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eae07d 7. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1510: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb49f8 8. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:0: DB::IdentifierResolver::tryResolveIdentifierFromJoinTree(DB::IdentifierLookup const&, DB::IdentifierResolveScope&) @ 0x0000000035ebb9db 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1468: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d67b69 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3671: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d32d46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 18:03:29.496411 [ 71976 ] {} TCPHandler: Code: 47. DB::Exception: Identifier cte_subquery.value.value_ nested path value_ cannot be resolved from type Tuple(value_1 String) from subquery. In scope WITH cte_subquery AS (SELECT CAST(tuple(1), 'Tuple(value_1 String)') AS value) SELECT cte_subquery.value.value_ FROM cte_subquery SETTINGS enable_analyzer = 1. Maybe you meant: ['cte_subquery.value.value_1']. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, DB::Identifier const&, DB::IdentifierView&, String&&, String&, String&&, String&&) @ 0x0000000035ec0287 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:513: DB::IdentifierResolver::tryResolveIdentifierFromCompoundExpression(DB::Identifier const&, unsigned long, std::shared_ptr const&, String, DB::IdentifierResolveScope&, bool) @ 0x0000000035e9f1b2 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:793: DB::IdentifierResolver::tryResolveIdentifierFromStorage(DB::Identifier const&, std::shared_ptr const&, DB::AnalysisTableExpressionData const&, DB::IdentifierResolveScope&, unsigned long, bool) @ 0x0000000035ea7468 6. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:971: DB::IdentifierResolver::tryResolveIdentifierFromTableExpression(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eae07d 7. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1510: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb49f8 8. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:0: DB::IdentifierResolver::tryResolveIdentifierFromJoinTree(DB::IdentifierLookup const&, DB::IdentifierResolveScope&) @ 0x0000000035ebb9db 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1468: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d67b69 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3671: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d32d46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 18:03:29.510617 [ 71975 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -91: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:03:29.797408 [ 71968 ] {dbc08bc4-4f80-4616-bd74-a2fc6ae87c6f} executeQuery: Code: 42. DB::Exception: Function mapPopulateSeries accepts at least one map or two arrays arguments, and optional max key argument: In scope SELECT mapPopulateSeries(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48598) (comment: 01925_map_populate_series_on_map.sql) (in query: select mapPopulateSeries();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionMapPopulateSeries::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001fdf7616 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:29.811673 [ 71968 ] {} TCPHandler: Code: 42. DB::Exception: Function mapPopulateSeries accepts at least one map or two arrays arguments, and optional max key argument: In scope SELECT mapPopulateSeries(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionMapPopulateSeries::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001fdf7616 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:30.805209 [ 71968 ] {6a220ef2-99de-46ac-9b47-1e843d0ea3ba} executeQuery: Code: 43. DB::Exception: Function mapPopulateSeries only accepts one map or arrays, but got String: In scope SELECT mapPopulateSeries('asdf'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48598) (comment: 01925_map_populate_series_on_map.sql) (in query: select mapPopulateSeries('asdf');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionMapPopulateSeries::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001fdf7eef 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:30.816480 [ 71968 ] {} TCPHandler: Code: 43. DB::Exception: Function mapPopulateSeries only accepts one map or arrays, but got String: In scope SELECT mapPopulateSeries('asdf'). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionMapPopulateSeries::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001fdf7eef 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:30.850188 [ 57570 ] {d8e32aac-099a-4c8d-8e73-29726404edff} executeQuery: Code: 632. DB::Exception: Unexpected data 'trash' after parsed DateTime64 value '1970-01-01 03:00:01.0000': (while reading the value of key x): (in file/uri /var/lib/clickhouse/user_files/test_xcrcps8g): While executing JSONCompactEachRowRowInputFormat: While executing File. (UNEXPECTED_DATA_AFTER_PARSED_VALUE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57192) (comment: 02118_deserialize_whole_text.sh) (in query: SELECT * FROM file('test_xcrcps8g', 'JSONCompactStringsEachRow', 'x DateTime64(4)')), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&) @ 0x0000000034239817 4. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:473: DB::ISerialization::throwUnexpectedDataAfterParsedValue(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, String const&) const @ 0x0000000034e29e03 5. ./build_docker/./src/DataTypes/Serializations/SerializationDateTime64.cpp:67: DB::SerializationDateTime64::deserializeWholeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&) const @ 0x0000000034e7483a 6. ./build_docker/./src/DataTypes/Serializations/SerializationNullable.cpp:610: DB::SerializationNullable::deserializeNullAsDefaultOrNestedWholeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, std::shared_ptr const&) @ 0x0000000034f65037 7. ./build_docker/./src/Formats/JSONUtils.cpp:286: DB::JSONUtils::readField(DB::ReadBuffer&, DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, String const&, DB::FormatSettings const&, bool) @ 0x000000003f5ea273 8. ./build_docker/./src/Processors/Formats/Impl/JSONCompactEachRowRowInputFormat.cpp:130: DB::JSONCompactEachRowFormatReader::readField(DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, bool, String const&) @ 0x000000003fb24366 9. ./build_docker/./src/Processors/Formats/RowInputFormatWithNamesAndTypes.cpp:262: DB::RowInputFormatWithNamesAndTypes::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003f96d53d 10. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 11. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 12. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 13. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 17. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 18. ./build_docker/./src/Storages/StorageFile.cpp:1474: DB::StorageFileSource::generate() @ 0x000000003c96c16e 19. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 20. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 21. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 22. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 23. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 28. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 18:03:30.930700 [ 57570 ] {} TCPHandler: Code: 632. DB::Exception: Unexpected data 'trash' after parsed DateTime64 value '1970-01-01 03:00:01.0000': (while reading the value of key x): (in file/uri /var/lib/clickhouse/user_files/test_xcrcps8g): While executing JSONCompactEachRowRowInputFormat: While executing File. (UNEXPECTED_DATA_AFTER_PARSED_VALUE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&) @ 0x0000000034239817 4. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:473: DB::ISerialization::throwUnexpectedDataAfterParsedValue(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, String const&) const @ 0x0000000034e29e03 5. ./build_docker/./src/DataTypes/Serializations/SerializationDateTime64.cpp:67: DB::SerializationDateTime64::deserializeWholeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&) const @ 0x0000000034e7483a 6. ./build_docker/./src/DataTypes/Serializations/SerializationNullable.cpp:610: DB::SerializationNullable::deserializeNullAsDefaultOrNestedWholeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, std::shared_ptr const&) @ 0x0000000034f65037 7. ./build_docker/./src/Formats/JSONUtils.cpp:286: DB::JSONUtils::readField(DB::ReadBuffer&, DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, String const&, DB::FormatSettings const&, bool) @ 0x000000003f5ea273 8. ./build_docker/./src/Processors/Formats/Impl/JSONCompactEachRowRowInputFormat.cpp:130: DB::JSONCompactEachRowFormatReader::readField(DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, bool, String const&) @ 0x000000003fb24366 9. ./build_docker/./src/Processors/Formats/RowInputFormatWithNamesAndTypes.cpp:262: DB::RowInputFormatWithNamesAndTypes::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003f96d53d 10. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 11. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 12. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 13. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 17. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 18. ./build_docker/./src/Storages/StorageFile.cpp:1474: DB::StorageFileSource::generate() @ 0x000000003c96c16e 19. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 20. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 21. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 22. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 23. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 28. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 18:03:31.024276 [ 71972 ] {9c45719c-4622-4d4d-9adf-becf24ae6231} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `cte_subquer.value.value_` in scope WITH cte_subquery AS (SELECT CAST(tuple(1), 'Tuple(value_1 String)') AS value) SELECT cte_subquer.value.value_ FROM cte_subquery SETTINGS enable_analyzer = 1. Maybe you meant: ['cte_subquery.value.value_1']. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57240) (comment: 02476_analyzer_identifier_hints.sh) (in query: WITH cte_subquery AS (SELECT cast(tuple(1), 'Tuple(value_1 String)') AS value) SELECT cte_subquer.value.value_ FROM cte_subquery SETTINGS enable_analyzer = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:31.037099 [ 71972 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `cte_subquer.value.value_` in scope WITH cte_subquery AS (SELECT CAST(tuple(1), 'Tuple(value_1 String)') AS value) SELECT cte_subquer.value.value_ FROM cte_subquery SETTINGS enable_analyzer = 1. Maybe you meant: ['cte_subquery.value.value_1']. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:31.871583 [ 71968 ] {f51365f5-1167-4cf9-bc0a-8ba70568a6a2} executeQuery: Code: 43. DB::Exception: Function mapPopulateSeries key argument should be of signed or unsigned integer type. Actual type String: In scope SELECT mapPopulateSeries(map('1', 1, '2', 1)) AS res, toTypeName(res). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48598) (comment: 01925_map_populate_series_on_map.sql) (in query: select mapPopulateSeries(map('1', 1, '2', 1)) as res, toTypeName(res);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionMapPopulateSeries::checkTypes(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000020530962 5. DB::FunctionMapPopulateSeries::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001fdf6705 6. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:03:31.899223 [ 71968 ] {} TCPHandler: Code: 43. DB::Exception: Function mapPopulateSeries key argument should be of signed or unsigned integer type. Actual type String: In scope SELECT mapPopulateSeries(map('1', 1, '2', 1)) AS res, toTypeName(res). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionMapPopulateSeries::checkTypes(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000020530962 5. DB::FunctionMapPopulateSeries::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001fdf6705 6. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:03:32.148341 [ 57570 ] {652677de-1719-4b98-a7f7-478c175cbcc4} executeQuery: Code: 47. DB::Exception: Identifier cte_subquery_alias.value.value_ nested path value_ cannot be resolved from type Tuple(value_1 String) from subquery with name cte_subquery_alias. In scope WITH cte_subquery AS (SELECT CAST(tuple(1), 'Tuple(value_1 String)') AS value) SELECT cte_subquery_alias.value.value_ FROM cte_subquery AS cte_subquery_alias SETTINGS enable_analyzer = 1. Maybe you meant: ['cte_subquery_alias.value.value_1']. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57318) (comment: 02476_analyzer_identifier_hints.sh) (in query: WITH cte_subquery AS (SELECT cast(tuple(1), 'Tuple(value_1 String)') AS value) SELECT cte_subquery_alias.value.value_ FROM cte_subquery AS cte_subquery_alias SETTINGS enable_analyzer = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, DB::Identifier const&, DB::IdentifierView&, String&&, String&, String&&, String&&) @ 0x0000000035ec0287 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:513: DB::IdentifierResolver::tryResolveIdentifierFromCompoundExpression(DB::Identifier const&, unsigned long, std::shared_ptr const&, String, DB::IdentifierResolveScope&, bool) @ 0x0000000035e9f1b2 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:793: DB::IdentifierResolver::tryResolveIdentifierFromStorage(DB::Identifier const&, std::shared_ptr const&, DB::AnalysisTableExpressionData const&, DB::IdentifierResolveScope&, unsigned long, bool) @ 0x0000000035ea7468 6. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:971: DB::IdentifierResolver::tryResolveIdentifierFromTableExpression(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eae07d 7. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1510: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb49f8 8. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:0: DB::IdentifierResolver::tryResolveIdentifierFromJoinTree(DB::IdentifierLookup const&, DB::IdentifierResolveScope&) @ 0x0000000035ebb9db 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1468: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d67b69 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3671: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d32d46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 18:03:32.185344 [ 57570 ] {} TCPHandler: Code: 47. DB::Exception: Identifier cte_subquery_alias.value.value_ nested path value_ cannot be resolved from type Tuple(value_1 String) from subquery with name cte_subquery_alias. In scope WITH cte_subquery AS (SELECT CAST(tuple(1), 'Tuple(value_1 String)') AS value) SELECT cte_subquery_alias.value.value_ FROM cte_subquery AS cte_subquery_alias SETTINGS enable_analyzer = 1. Maybe you meant: ['cte_subquery_alias.value.value_1']. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, DB::Identifier const&, DB::IdentifierView&, String&&, String&, String&&, String&&) @ 0x0000000035ec0287 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:513: DB::IdentifierResolver::tryResolveIdentifierFromCompoundExpression(DB::Identifier const&, unsigned long, std::shared_ptr const&, String, DB::IdentifierResolveScope&, bool) @ 0x0000000035e9f1b2 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:793: DB::IdentifierResolver::tryResolveIdentifierFromStorage(DB::Identifier const&, std::shared_ptr const&, DB::AnalysisTableExpressionData const&, DB::IdentifierResolveScope&, unsigned long, bool) @ 0x0000000035ea7468 6. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:971: DB::IdentifierResolver::tryResolveIdentifierFromTableExpression(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eae07d 7. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1510: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb49f8 8. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:0: DB::IdentifierResolver::tryResolveIdentifierFromJoinTree(DB::IdentifierLookup const&, DB::IdentifierResolveScope&) @ 0x0000000035ebb9db 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1468: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d67b69 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3671: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d32d46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 18:03:32.882890 [ 55901 ] {16bf699c-b149-46db-b785-25ae6a8b9b62} executeQuery: Code: 632. DB::Exception: Unexpected data 'trash' after parsed Number value '42': (while reading the value of key x): (in file/uri /var/lib/clickhouse/user_files/test_xcrcps8g): While executing JSONCompactEachRowRowInputFormat: While executing File. (UNEXPECTED_DATA_AFTER_PARSED_VALUE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57302) (comment: 02118_deserialize_whole_text.sh) (in query: SELECT * FROM file('test_xcrcps8g', 'JSONCompactStringsEachRow', 'x UInt32')), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&) @ 0x0000000034239817 4. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:473: DB::ISerialization::throwUnexpectedDataAfterParsedValue(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, String const&) const @ 0x0000000034e29e03 5. ./build_docker/./src/DataTypes/Serializations/SerializationNumber.cpp:37: DB::SerializationNumber::deserializeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, bool) const @ 0x0000000034f7e6bb 6. DB::SimpleTextSerialization::deserializeWholeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&) const @ 0x0000000008b2bfe6 7. ./build_docker/./src/DataTypes/Serializations/SerializationNullable.cpp:610: DB::SerializationNullable::deserializeNullAsDefaultOrNestedWholeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, std::shared_ptr const&) @ 0x0000000034f65037 8. ./build_docker/./src/Formats/JSONUtils.cpp:286: DB::JSONUtils::readField(DB::ReadBuffer&, DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, String const&, DB::FormatSettings const&, bool) @ 0x000000003f5ea273 9. ./build_docker/./src/Processors/Formats/Impl/JSONCompactEachRowRowInputFormat.cpp:130: DB::JSONCompactEachRowFormatReader::readField(DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, bool, String const&) @ 0x000000003fb24366 10. ./build_docker/./src/Processors/Formats/RowInputFormatWithNamesAndTypes.cpp:262: DB::RowInputFormatWithNamesAndTypes::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003f96d53d 11. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 12. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 13. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 14. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 18. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 19. ./build_docker/./src/Storages/StorageFile.cpp:1474: DB::StorageFileSource::generate() @ 0x000000003c96c16e 20. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 21. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 22. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 23. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 24. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 27. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 29. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 18:03:32.902505 [ 55901 ] {} TCPHandler: Code: 632. DB::Exception: Unexpected data 'trash' after parsed Number value '42': (while reading the value of key x): (in file/uri /var/lib/clickhouse/user_files/test_xcrcps8g): While executing JSONCompactEachRowRowInputFormat: While executing File. (UNEXPECTED_DATA_AFTER_PARSED_VALUE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&) @ 0x0000000034239817 4. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:473: DB::ISerialization::throwUnexpectedDataAfterParsedValue(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, String const&) const @ 0x0000000034e29e03 5. ./build_docker/./src/DataTypes/Serializations/SerializationNumber.cpp:37: DB::SerializationNumber::deserializeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, bool) const @ 0x0000000034f7e6bb 6. DB::SimpleTextSerialization::deserializeWholeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&) const @ 0x0000000008b2bfe6 7. ./build_docker/./src/DataTypes/Serializations/SerializationNullable.cpp:610: DB::SerializationNullable::deserializeNullAsDefaultOrNestedWholeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, std::shared_ptr const&) @ 0x0000000034f65037 8. ./build_docker/./src/Formats/JSONUtils.cpp:286: DB::JSONUtils::readField(DB::ReadBuffer&, DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, String const&, DB::FormatSettings const&, bool) @ 0x000000003f5ea273 9. ./build_docker/./src/Processors/Formats/Impl/JSONCompactEachRowRowInputFormat.cpp:130: DB::JSONCompactEachRowFormatReader::readField(DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, bool, String const&) @ 0x000000003fb24366 10. ./build_docker/./src/Processors/Formats/RowInputFormatWithNamesAndTypes.cpp:262: DB::RowInputFormatWithNamesAndTypes::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003f96d53d 11. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 12. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 13. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 14. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 18. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 19. ./build_docker/./src/Storages/StorageFile.cpp:1474: DB::StorageFileSource::generate() @ 0x000000003c96c16e 20. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 21. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 22. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 23. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 24. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 27. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 29. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 18:03:33.713450 [ 68116 ] {a002c598-1f35-4c3e-8cfb-dcf94d442c55} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `cte_subquery_alia.value.value_` in scope WITH cte_subquery AS (SELECT CAST(tuple(1), 'Tuple(value_1 String)') AS value) SELECT cte_subquery_alia.value.value_ FROM cte_subquery AS cte_subquery_alias SETTINGS enable_analyzer = 1. Maybe you meant: ['cte_subquery_alias.value.value_1']. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57406) (comment: 02476_analyzer_identifier_hints.sh) (in query: WITH cte_subquery AS (SELECT cast(tuple(1), 'Tuple(value_1 String)') AS value) SELECT cte_subquery_alia.value.value_ FROM cte_subquery AS cte_subquery_alias SETTINGS enable_analyzer = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:33.740140 [ 68116 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `cte_subquery_alia.value.value_` in scope WITH cte_subquery AS (SELECT CAST(tuple(1), 'Tuple(value_1 String)') AS value) SELECT cte_subquery_alia.value.value_ FROM cte_subquery AS cte_subquery_alias SETTINGS enable_analyzer = 1. Maybe you meant: ['cte_subquery_alias.value.value_1']. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:34.730310 [ 3914 ] {0c6bbfbd-f307-478a-bf33-d06ccb51af6d} executeQuery: Code: 632. DB::Exception: Unexpected data 'trash' after parsed Decimal value '42.4242': (while reading the value of key x): (in file/uri /var/lib/clickhouse/user_files/test_xcrcps8g): While executing JSONCompactEachRowRowInputFormat: While executing File. (UNEXPECTED_DATA_AFTER_PARSED_VALUE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57420) (comment: 02118_deserialize_whole_text.sh) (in query: SELECT * FROM file('test_xcrcps8g', 'JSONCompactStringsEachRow', 'x Decimal32(4)')), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&) @ 0x0000000034239817 4. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:473: DB::ISerialization::throwUnexpectedDataAfterParsedValue(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, String const&) const @ 0x0000000034e29e03 5. ./build_docker/./src/DataTypes/Serializations/SerializationDecimal.cpp:67: DB::SerializationDecimal>::deserializeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, bool) const @ 0x0000000034e79fee 6. DB::SimpleTextSerialization::deserializeWholeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&) const @ 0x0000000008b2bfe6 7. ./build_docker/./src/DataTypes/Serializations/SerializationNullable.cpp:610: DB::SerializationNullable::deserializeNullAsDefaultOrNestedWholeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, std::shared_ptr const&) @ 0x0000000034f65037 8. ./build_docker/./src/Formats/JSONUtils.cpp:286: DB::JSONUtils::readField(DB::ReadBuffer&, DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, String const&, DB::FormatSettings const&, bool) @ 0x000000003f5ea273 9. ./build_docker/./src/Processors/Formats/Impl/JSONCompactEachRowRowInputFormat.cpp:130: DB::JSONCompactEachRowFormatReader::readField(DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, bool, String const&) @ 0x000000003fb24366 10. ./build_docker/./src/Processors/Formats/RowInputFormatWithNamesAndTypes.cpp:262: DB::RowInputFormatWithNamesAndTypes::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003f96d53d 11. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 12. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 13. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 14. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 18. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 19. ./build_docker/./src/Storages/StorageFile.cpp:1474: DB::StorageFileSource::generate() @ 0x000000003c96c16e 20. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 21. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 22. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 23. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 24. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 27. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 29. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 18:03:34.754431 [ 3914 ] {} TCPHandler: Code: 632. DB::Exception: Unexpected data 'trash' after parsed Decimal value '42.4242': (while reading the value of key x): (in file/uri /var/lib/clickhouse/user_files/test_xcrcps8g): While executing JSONCompactEachRowRowInputFormat: While executing File. (UNEXPECTED_DATA_AFTER_PARSED_VALUE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&) @ 0x0000000034239817 4. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:473: DB::ISerialization::throwUnexpectedDataAfterParsedValue(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, String const&) const @ 0x0000000034e29e03 5. ./build_docker/./src/DataTypes/Serializations/SerializationDecimal.cpp:67: DB::SerializationDecimal>::deserializeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, bool) const @ 0x0000000034e79fee 6. DB::SimpleTextSerialization::deserializeWholeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&) const @ 0x0000000008b2bfe6 7. ./build_docker/./src/DataTypes/Serializations/SerializationNullable.cpp:610: DB::SerializationNullable::deserializeNullAsDefaultOrNestedWholeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, std::shared_ptr const&) @ 0x0000000034f65037 8. ./build_docker/./src/Formats/JSONUtils.cpp:286: DB::JSONUtils::readField(DB::ReadBuffer&, DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, String const&, DB::FormatSettings const&, bool) @ 0x000000003f5ea273 9. ./build_docker/./src/Processors/Formats/Impl/JSONCompactEachRowRowInputFormat.cpp:130: DB::JSONCompactEachRowFormatReader::readField(DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, bool, String const&) @ 0x000000003fb24366 10. ./build_docker/./src/Processors/Formats/RowInputFormatWithNamesAndTypes.cpp:262: DB::RowInputFormatWithNamesAndTypes::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003f96d53d 11. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 12. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 13. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 14. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 18. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 19. ./build_docker/./src/Storages/StorageFile.cpp:1474: DB::StorageFileSource::generate() @ 0x000000003c96c16e 20. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 21. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 22. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 23. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 24. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 27. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 29. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 18:03:35.078509 [ 425 ] {186a6b13-cdfb-42a0-823c-420a5c84ec6b} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `constant_value.value_` in scope SELECT CAST(tuple(1), 'Tuple(value_1 String)') AS constant_value, constant_value.value_ SETTINGS enable_analyzer = 1. Maybe you meant: ['constant_value.value_1']. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57452) (comment: 02476_analyzer_identifier_hints.sh) (in query: SELECT cast(tuple(1), 'Tuple(value_1 String)') AS constant_value, constant_value.value_ SETTINGS enable_analyzer = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:35.093719 [ 425 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `constant_value.value_` in scope SELECT CAST(tuple(1), 'Tuple(value_1 String)') AS constant_value, constant_value.value_ SETTINGS enable_analyzer = 1. Maybe you meant: ['constant_value.value_1']. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:36.352302 [ 425 ] {101b12f3-2be3-46c8-9c9d-524789e87a3d} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `constant_valu.value_` in scope SELECT CAST(tuple(1), 'Tuple(value_1 String)') AS constant_value, constant_valu.value_ SETTINGS enable_analyzer = 1. Maybe you meant: ['constant_value.value_1']. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57276) (comment: 02476_analyzer_identifier_hints.sh) (in query: SELECT cast(tuple(1), 'Tuple(value_1 String)') AS constant_value, constant_valu.value_ SETTINGS enable_analyzer = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:36.379801 [ 425 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `constant_valu.value_` in scope SELECT CAST(tuple(1), 'Tuple(value_1 String)') AS constant_value, constant_valu.value_ SETTINGS enable_analyzer = 1. Maybe you meant: ['constant_value.value_1']. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:36.584932 [ 1375 ] {0c2c3c03-b9b8-4a8d-944f-aef4b58f11e9} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'YYYYMMDDhhmmssToDateTime'. Expected 1 mandatory argument and 1 optional argument, got 0 arguments: In scope SELECT YYYYMMDDhhmmssToDateTime(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57444) (comment: 02876_yyyymmddhhmmsstodatetime.sql) (in query: SELECT YYYYMMDDhhmmssToDateTime();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&, String&&) @ 0x0000000031c3fcf7 4. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3b1b3 5. DB::(anonymous namespace)::FunctionYYYYMMDDhhmmssToDateTime::getReturnTypeImpl(std::vector> const&) const @ 0x0000000015173a40 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:36.594949 [ 1375 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'YYYYMMDDhhmmssToDateTime'. Expected 1 mandatory argument and 1 optional argument, got 0 arguments: In scope SELECT YYYYMMDDhhmmssToDateTime(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&, String&&) @ 0x0000000031c3fcf7 4. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3b1b3 5. DB::(anonymous namespace)::FunctionYYYYMMDDhhmmssToDateTime::getReturnTypeImpl(std::vector> const&) const @ 0x0000000015173a40 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:37.228354 [ 68112 ] {eaa1d01a-f173-46bf-abd1-7d5c437011ea} executeQuery: Code: 632. DB::Exception: Unexpected data 'trash' after parsed IPv4 value '255.255.255.255': (while reading the value of key x): (in file/uri /var/lib/clickhouse/user_files/test_xcrcps8g): While executing JSONCompactEachRowRowInputFormat: While executing File. (UNEXPECTED_DATA_AFTER_PARSED_VALUE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57484) (comment: 02118_deserialize_whole_text.sh) (in query: SELECT * FROM file('test_xcrcps8g', 'JSONCompactStringsEachRow', 'x IPv4')), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&) @ 0x0000000034239817 4. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:473: DB::ISerialization::throwUnexpectedDataAfterParsedValue(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, String const&) const @ 0x0000000034e29e03 5. ./build_docker/./src/DataTypes/Serializations/SerializationIPv4andIPv6.cpp:23: DB::SerializationIP::deserializeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, bool) const @ 0x0000000034edd529 6. DB::SimpleTextSerialization::deserializeWholeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&) const @ 0x0000000008b2bfe6 7. ./build_docker/./src/DataTypes/Serializations/SerializationNullable.cpp:610: DB::SerializationNullable::deserializeNullAsDefaultOrNestedWholeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, std::shared_ptr const&) @ 0x0000000034f65037 8. ./build_docker/./src/Formats/JSONUtils.cpp:286: DB::JSONUtils::readField(DB::ReadBuffer&, DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, String const&, DB::FormatSettings const&, bool) @ 0x000000003f5ea273 9. ./build_docker/./src/Processors/Formats/Impl/JSONCompactEachRowRowInputFormat.cpp:130: DB::JSONCompactEachRowFormatReader::readField(DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, bool, String const&) @ 0x000000003fb24366 10. ./build_docker/./src/Processors/Formats/RowInputFormatWithNamesAndTypes.cpp:262: DB::RowInputFormatWithNamesAndTypes::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003f96d53d 11. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 12. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 13. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 14. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 18. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 19. ./build_docker/./src/Storages/StorageFile.cpp:1474: DB::StorageFileSource::generate() @ 0x000000003c96c16e 20. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 21. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 22. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 23. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 24. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 27. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 29. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 18:03:37.270798 [ 68112 ] {} TCPHandler: Code: 632. DB::Exception: Unexpected data 'trash' after parsed IPv4 value '255.255.255.255': (while reading the value of key x): (in file/uri /var/lib/clickhouse/user_files/test_xcrcps8g): While executing JSONCompactEachRowRowInputFormat: While executing File. (UNEXPECTED_DATA_AFTER_PARSED_VALUE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&) @ 0x0000000034239817 4. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:473: DB::ISerialization::throwUnexpectedDataAfterParsedValue(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, String const&) const @ 0x0000000034e29e03 5. ./build_docker/./src/DataTypes/Serializations/SerializationIPv4andIPv6.cpp:23: DB::SerializationIP::deserializeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, bool) const @ 0x0000000034edd529 6. DB::SimpleTextSerialization::deserializeWholeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&) const @ 0x0000000008b2bfe6 7. ./build_docker/./src/DataTypes/Serializations/SerializationNullable.cpp:610: DB::SerializationNullable::deserializeNullAsDefaultOrNestedWholeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, std::shared_ptr const&) @ 0x0000000034f65037 8. ./build_docker/./src/Formats/JSONUtils.cpp:286: DB::JSONUtils::readField(DB::ReadBuffer&, DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, String const&, DB::FormatSettings const&, bool) @ 0x000000003f5ea273 9. ./build_docker/./src/Processors/Formats/Impl/JSONCompactEachRowRowInputFormat.cpp:130: DB::JSONCompactEachRowFormatReader::readField(DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, bool, String const&) @ 0x000000003fb24366 10. ./build_docker/./src/Processors/Formats/RowInputFormatWithNamesAndTypes.cpp:262: DB::RowInputFormatWithNamesAndTypes::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003f96d53d 11. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 12. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 13. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 14. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 18. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 19. ./build_docker/./src/Storages/StorageFile.cpp:1474: DB::StorageFileSource::generate() @ 0x000000003c96c16e 20. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 21. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 22. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 23. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 24. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 27. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 29. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 18:03:37.503156 [ 71982 ] {ab2be105-24a9-4820-9d3c-41d8275f0449} executeQuery: Code: 47. DB::Exception: Unknown expression or function identifier `constant_value.value_` in scope lambda_argument -> (lambda_argument + constant_value.value_). Maybe you meant: ['constant_value.value_1']. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57318) (comment: 02476_analyzer_identifier_hints.sh) (in query: SELECT cast(tuple(1), 'Tuple(value_1 String)') AS constant_value, arrayMap(lambda_argument -> lambda_argument + constant_value.value_, [1, 2, 3]) SETTINGS enable_analyzer = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2625: DB::QueryAnalyzer::resolveLambda(std::shared_ptr const&, std::shared_ptr const&, std::vector, std::allocator>> const&, DB::IdentifierResolveScope&) @ 0x0000000035db9097 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3389: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d8dbd8 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 18:03:37.529192 [ 71982 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression or function identifier `constant_value.value_` in scope lambda_argument -> (lambda_argument + constant_value.value_). Maybe you meant: ['constant_value.value_1']. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2625: DB::QueryAnalyzer::resolveLambda(std::shared_ptr const&, std::shared_ptr const&, std::vector, std::allocator>> const&, DB::IdentifierResolveScope&) @ 0x0000000035db9097 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3389: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d8dbd8 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 18:03:37.842448 [ 1375 ] {7fc31859-75b2-4f04-b394-3d2102a9cbbb} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'YYYYMMDDhhmmss' to function 'YYYYMMDDhhmmssToDateTime'. Expected: Number, got: Date: In scope SELECT YYYYMMDDhhmmssToDateTime(toDate('2023-09-11')). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57444) (comment: 02876_yyyymmddhhmmsstodatetime.sql) (in query: SELECT YYYYMMDDhhmmssToDateTime(toDate('2023-09-11'));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::(anonymous namespace)::FunctionYYYYMMDDhhmmssToDateTime::getReturnTypeImpl(std::vector> const&) const @ 0x0000000015173a40 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:03:37.851759 [ 1375 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'YYYYMMDDhhmmss' to function 'YYYYMMDDhhmmssToDateTime'. Expected: Number, got: Date: In scope SELECT YYYYMMDDhhmmssToDateTime(toDate('2023-09-11')). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::(anonymous namespace)::FunctionYYYYMMDDhhmmssToDateTime::getReturnTypeImpl(std::vector> const&) const @ 0x0000000015173a40 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:03:37.941003 [ 1375 ] {a828c6aa-4bfe-499a-8bc9-6fabf13eb796} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'YYYYMMDDhhmmss' to function 'YYYYMMDDhhmmssToDateTime'. Expected: Number, got: Date32: In scope SELECT YYYYMMDDhhmmssToDateTime(toDate32('2023-09-11')). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57444) (comment: 02876_yyyymmddhhmmsstodatetime.sql) (in query: SELECT YYYYMMDDhhmmssToDateTime(toDate32('2023-09-11'));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::(anonymous namespace)::FunctionYYYYMMDDhhmmssToDateTime::getReturnTypeImpl(std::vector> const&) const @ 0x0000000015173a40 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:03:37.953544 [ 1375 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'YYYYMMDDhhmmss' to function 'YYYYMMDDhhmmssToDateTime'. Expected: Number, got: Date32: In scope SELECT YYYYMMDDhhmmssToDateTime(toDate32('2023-09-11')). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::(anonymous namespace)::FunctionYYYYMMDDhhmmssToDateTime::getReturnTypeImpl(std::vector> const&) const @ 0x0000000015173a40 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:03:37.995306 [ 1375 ] {2d980bd0-a930-404c-af12-d87d2da73999} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'YYYYMMDDhhmmss' to function 'YYYYMMDDhhmmssToDateTime'. Expected: Number, got: DateTime: In scope SELECT YYYYMMDDhhmmssToDateTime(toDateTime('2023-09-11 12:18:00')). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57444) (comment: 02876_yyyymmddhhmmsstodatetime.sql) (in query: SELECT YYYYMMDDhhmmssToDateTime(toDateTime('2023-09-11 12:18:00'));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::(anonymous namespace)::FunctionYYYYMMDDhhmmssToDateTime::getReturnTypeImpl(std::vector> const&) const @ 0x0000000015173a40 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:03:38.014318 [ 1375 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'YYYYMMDDhhmmss' to function 'YYYYMMDDhhmmssToDateTime'. Expected: Number, got: DateTime: In scope SELECT YYYYMMDDhhmmssToDateTime(toDateTime('2023-09-11 12:18:00')). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::(anonymous namespace)::FunctionYYYYMMDDhhmmssToDateTime::getReturnTypeImpl(std::vector> const&) const @ 0x0000000015173a40 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:03:38.029716 [ 3914 ] {cf99c3ad-62d9-4edc-84ff-dc5cece611f5} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 95: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57330) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (95, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:03:38.048439 [ 1375 ] {f0578396-3ca8-46f6-b3fc-770980bb7bce} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'YYYYMMDDhhmmss' to function 'YYYYMMDDhhmmssToDateTime'. Expected: Number, got: DateTime64(3): In scope SELECT YYYYMMDDhhmmssToDateTime(toDateTime64('2023-09-11 12:18:00', 3)). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57444) (comment: 02876_yyyymmddhhmmsstodatetime.sql) (in query: SELECT YYYYMMDDhhmmssToDateTime(toDateTime64('2023-09-11 12:18:00', 3));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::(anonymous namespace)::FunctionYYYYMMDDhhmmssToDateTime::getReturnTypeImpl(std::vector> const&) const @ 0x0000000015173a40 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:03:38.055068 [ 1375 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'YYYYMMDDhhmmss' to function 'YYYYMMDDhhmmssToDateTime'. Expected: Number, got: DateTime64(3): In scope SELECT YYYYMMDDhhmmssToDateTime(toDateTime64('2023-09-11 12:18:00', 3)). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::(anonymous namespace)::FunctionYYYYMMDDhhmmssToDateTime::getReturnTypeImpl(std::vector> const&) const @ 0x0000000015173a40 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:03:38.064921 [ 3914 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 95: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:03:38.114730 [ 1375 ] {74fba3f9-ea3f-4f10-925d-cbef2752b84d} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'YYYYMMDDhhmmss' to function 'YYYYMMDDhhmmssToDateTime'. Expected: Number, got: String: In scope SELECT YYYYMMDDhhmmssToDateTime('2023-09-11'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57444) (comment: 02876_yyyymmddhhmmsstodatetime.sql) (in query: SELECT YYYYMMDDhhmmssToDateTime('2023-09-11');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::(anonymous namespace)::FunctionYYYYMMDDhhmmssToDateTime::getReturnTypeImpl(std::vector> const&) const @ 0x0000000015173a40 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:03:38.128098 [ 1375 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'YYYYMMDDhhmmss' to function 'YYYYMMDDhhmmssToDateTime'. Expected: Number, got: String: In scope SELECT YYYYMMDDhhmmssToDateTime('2023-09-11'). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::(anonymous namespace)::FunctionYYYYMMDDhhmmssToDateTime::getReturnTypeImpl(std::vector> const&) const @ 0x0000000015173a40 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:03:38.808603 [ 71989 ] {292985a1-7f30-4a46-bec7-a8f13726c5e1} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `constant_value.value_` in scope (SELECT constant_value.value_). Maybe you meant: ['constant_value.value_1']. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57412) (comment: 02476_analyzer_identifier_hints.sh) (in query: WITH cast(tuple(1), 'Tuple(value_1 String)') AS constant_value SELECT (SELECT constant_value.value_) SETTINGS enable_analyzer = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 14. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 18:03:38.831002 [ 71989 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `constant_value.value_` in scope (SELECT constant_value.value_). Maybe you meant: ['constant_value.value_1']. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 14. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 18:03:39.130187 [ 1375 ] {ca9046cf-22e3-4b90-a257-c18a4fffbf53} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 2nd argument 'timezone' to function 'YYYYMMDDhhmmssToDateTime'. Expected: const String, got: UInt8: In scope SELECT YYYYMMDDhhmmssToDateTime(20230911134254, 3). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57444) (comment: 02876_yyyymmddhhmmsstodatetime.sql) (in query: SELECT YYYYMMDDhhmmssToDateTime(20230911134254, 3);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a46f 6. DB::(anonymous namespace)::FunctionYYYYMMDDhhmmssToDateTime::getReturnTypeImpl(std::vector> const&) const @ 0x0000000015173a40 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:03:39.143824 [ 1375 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 2nd argument 'timezone' to function 'YYYYMMDDhhmmssToDateTime'. Expected: const String, got: UInt8: In scope SELECT YYYYMMDDhhmmssToDateTime(20230911134254, 3). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a46f 6. DB::(anonymous namespace)::FunctionYYYYMMDDhhmmssToDateTime::getReturnTypeImpl(std::vector> const&) const @ 0x0000000015173a40 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:03:39.563352 [ 56178 ] {c6c9c60e-b9d4-40ea-83d0-ba7a60f124da} executeQuery: Code: 27. DB::Exception: Cannot parse input: expected '\n' before: 'trash\n': (at row 1) : Row 1: Column 0, name: x, type: IPv4, parsed text: "255.255.255.255" ERROR: garbage after IPv4: "trash" : (in file/uri /var/lib/clickhouse/user_files/test_xcrcps8g): While executing TabSeparatedRowInputFormat: While executing File. (CANNOT_PARSE_INPUT_ASSERTION_FAILED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57404) (comment: 02118_deserialize_whole_text.sh) (in query: SELECT * FROM file('test_xcrcps8g', 'TSV', 'x IPv4')), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::throwAtAssertionFailed(char const*, DB::ReadBuffer&) @ 0x000000002083778c 4. ./src/IO/ReadHelpers.h:204: DB::TabSeparatedFormatReader::skipRowEndDelimiter() @ 0x000000003ff9a1aa 5. ./build_docker/./src/Processors/Formats/RowInputFormatWithNamesAndTypes.cpp:282: DB::RowInputFormatWithNamesAndTypes::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003f97718e 6. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 7. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 8. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 9. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 10. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 12. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 13. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 14. ./build_docker/./src/Storages/StorageFile.cpp:1474: DB::StorageFileSource::generate() @ 0x000000003c96c16e 15. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 16. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:39.603644 [ 56178 ] {} TCPHandler: Code: 27. DB::Exception: Cannot parse input: expected '\n' before: 'trash\n': (at row 1) : Row 1: Column 0, name: x, type: IPv4, parsed text: "255.255.255.255" ERROR: garbage after IPv4: "trash" : (in file/uri /var/lib/clickhouse/user_files/test_xcrcps8g): While executing TabSeparatedRowInputFormat: While executing File. (CANNOT_PARSE_INPUT_ASSERTION_FAILED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::throwAtAssertionFailed(char const*, DB::ReadBuffer&) @ 0x000000002083778c 4. ./src/IO/ReadHelpers.h:204: DB::TabSeparatedFormatReader::skipRowEndDelimiter() @ 0x000000003ff9a1aa 5. ./build_docker/./src/Processors/Formats/RowInputFormatWithNamesAndTypes.cpp:282: DB::RowInputFormatWithNamesAndTypes::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003f97718e 6. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 7. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 8. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 9. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 10. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 12. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 13. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 14. ./build_docker/./src/Storages/StorageFile.cpp:1474: DB::StorageFileSource::generate() @ 0x000000003c96c16e 15. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 16. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:40.062995 [ 1375 ] {eae84bb5-24d9-4a99-a285-64fed004db05} executeQuery: Code: 36. DB::Exception: Cannot load time zone invalid tz: In scope SELECT YYYYMMDDhhmmssToDateTime(20230911134254, 'invalid tz'). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57444) (comment: 02876_yyyymmddhhmmsstodatetime.sql) (in query: SELECT YYYYMMDDhhmmssToDateTime(20230911134254, 'invalid tz');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Common/DateLUTImpl.cpp:77: DateLUTImpl::DateLUTImpl(String const&) @ 0x000000002068723b 5. ./build_docker/./src/Common/DateLUT.cpp:200: DateLUT::getImplementation(String const&) const @ 0x0000000020678576 6. ./src/Common/DateLUT.h:37: TimezoneMixin::TimezoneMixin(String const&) @ 0x0000000034bb2b9e 7. ./build_docker/./src/DataTypes/DataTypeDateTime.cpp:11: DB::DataTypeDateTime::DataTypeDateTime(String const&) @ 0x0000000034bb21be 8. std::shared_ptr std::allocate_shared[abi:v15007], String&, void>(std::allocator const&, String&) @ 0x000000000d421642 9. DB::(anonymous namespace)::FunctionYYYYMMDDhhmmssToDateTime::getReturnTypeImpl(std::vector> const&) const @ 0x0000000015173c69 10. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 11. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 12. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 13. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 18:03:40.083395 [ 1375 ] {} TCPHandler: Code: 36. DB::Exception: Cannot load time zone invalid tz: In scope SELECT YYYYMMDDhhmmssToDateTime(20230911134254, 'invalid tz'). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Common/DateLUTImpl.cpp:77: DateLUTImpl::DateLUTImpl(String const&) @ 0x000000002068723b 5. ./build_docker/./src/Common/DateLUT.cpp:200: DateLUT::getImplementation(String const&) const @ 0x0000000020678576 6. ./src/Common/DateLUT.h:37: TimezoneMixin::TimezoneMixin(String const&) @ 0x0000000034bb2b9e 7. ./build_docker/./src/DataTypes/DataTypeDateTime.cpp:11: DB::DataTypeDateTime::DataTypeDateTime(String const&) @ 0x0000000034bb21be 8. std::shared_ptr std::allocate_shared[abi:v15007], String&, void>(std::allocator const&, String&) @ 0x000000000d421642 9. DB::(anonymous namespace)::FunctionYYYYMMDDhhmmssToDateTime::getReturnTypeImpl(std::vector> const&) const @ 0x0000000015173c69 10. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 11. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 12. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 13. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 18:03:40.135928 [ 1375 ] {29c91e7e-4954-41d7-84cf-815ad244008a} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'YYYYMMDDhhmmssToDateTime'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT YYYYMMDDhhmmssToDateTime(20230911134254, 'Europe/Berlin', 'bad'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57444) (comment: 02876_yyyymmddhhmmsstodatetime.sql) (in query: SELECT YYYYMMDDhhmmssToDateTime(20230911134254, 'Europe/Berlin', 'bad');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&, String&&) @ 0x0000000031c3fcf7 4. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3b1b3 5. DB::(anonymous namespace)::FunctionYYYYMMDDhhmmssToDateTime::getReturnTypeImpl(std::vector> const&) const @ 0x0000000015173a40 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:40.151338 [ 1375 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'YYYYMMDDhhmmssToDateTime'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT YYYYMMDDhhmmssToDateTime(20230911134254, 'Europe/Berlin', 'bad'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&, String&&) @ 0x0000000031c3fcf7 4. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3b1b3 5. DB::(anonymous namespace)::FunctionYYYYMMDDhhmmssToDateTime::getReturnTypeImpl(std::vector> const&) const @ 0x0000000015173a40 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:40.195439 [ 71975 ] {7aaf2c7b-ece3-4229-9545-ca40ac68fafa} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -96, m = 1. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57420) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-96, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:03:40.263155 [ 71975 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -96, m = 1. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:03:41.411313 [ 71975 ] {c6bf77b5-b373-429c-bd9e-0a95f4f6e195} executeQuery: Code: 117. DB::Exception: Expected end of line: (at row 1) : Could not print diagnostic info because two last rows aren't in buffer (rare case) : (in file/uri /var/lib/clickhouse/user_files/test_xcrcps8g): While executing CSVRowInputFormat: While executing File. (INCORRECT_DATA) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57480) (comment: 02118_deserialize_whole_text.sh) (in query: SELECT * FROM file('test_xcrcps8g', 'CSV', 'x IPv4')), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Processors/Formats/Impl/CSVRowInputFormat.cpp:204: DB::skipEndOfLine(DB::ReadBuffer&, bool) @ 0x000000003fa3bfcd 5. ./build_docker/./src/Processors/Formats/Impl/CSVRowInputFormat.cpp:264: DB::CSVFormatReader::skipRowEndDelimiter() @ 0x000000003fa3bb15 6. ./build_docker/./src/Processors/Formats/RowInputFormatWithNamesAndTypes.cpp:282: DB::RowInputFormatWithNamesAndTypes::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003f9804cf 7. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 8. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 9. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 10. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 11. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 12. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 13. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 14. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 15. ./build_docker/./src/Storages/StorageFile.cpp:1474: DB::StorageFileSource::generate() @ 0x000000003c96c16e 16. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 17. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 18:03:41.434781 [ 71975 ] {} TCPHandler: Code: 117. DB::Exception: Expected end of line: (at row 1) : Could not print diagnostic info because two last rows aren't in buffer (rare case) : (in file/uri /var/lib/clickhouse/user_files/test_xcrcps8g): While executing CSVRowInputFormat: While executing File. (INCORRECT_DATA), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Processors/Formats/Impl/CSVRowInputFormat.cpp:204: DB::skipEndOfLine(DB::ReadBuffer&, bool) @ 0x000000003fa3bfcd 5. ./build_docker/./src/Processors/Formats/Impl/CSVRowInputFormat.cpp:264: DB::CSVFormatReader::skipRowEndDelimiter() @ 0x000000003fa3bb15 6. ./build_docker/./src/Processors/Formats/RowInputFormatWithNamesAndTypes.cpp:282: DB::RowInputFormatWithNamesAndTypes::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003f9804cf 7. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 8. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 9. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 10. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 11. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 12. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 13. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 14. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 15. ./build_docker/./src/Storages/StorageFile.cpp:1474: DB::StorageFileSource::generate() @ 0x000000003c96c16e 16. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 17. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 18:03:41.994585 [ 72002 ] {450aa4a5-e282-4b50-8aa2-11e6674fb340} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -97, m = 2. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57502) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-97, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:03:42.045636 [ 72002 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -97, m = 2. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:03:43.348863 [ 72002 ] {a42424eb-f21b-4d19-ad1a-186d35092f71} executeQuery: Code: 632. DB::Exception: Unexpected data 'trash"] ' after parsed IPv4 value '255.255.255.255': (while reading the value of key x): (in file/uri /var/lib/clickhouse/user_files/test_xcrcps8g): While executing JSONCompactEachRowRowInputFormat: While executing File. (UNEXPECTED_DATA_AFTER_PARSED_VALUE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57562) (comment: 02118_deserialize_whole_text.sh) (in query: SELECT * FROM file('test_xcrcps8g', 'JSONCompactEachRow', 'x IPv4')), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&) @ 0x0000000034239817 4. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:473: DB::ISerialization::throwUnexpectedDataAfterParsedValue(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, String const&) const @ 0x0000000034e29e03 5. ./build_docker/./src/DataTypes/Serializations/SerializationIPv4andIPv6.cpp:84: DB::SerializationIP::deserializeTextJSON(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&) const @ 0x0000000034edefec 6. ./build_docker/./src/DataTypes/Serializations/SerializationNullable.cpp:854: DB::SerializationNullable::deserializeNullAsDefaultOrNestedTextJSON(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, std::shared_ptr const&) @ 0x0000000034f6631c 7. ./build_docker/./src/Formats/JSONUtils.cpp:295: DB::JSONUtils::readField(DB::ReadBuffer&, DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, String const&, DB::FormatSettings const&, bool) @ 0x000000003f5ea29b 8. ./build_docker/./src/Processors/Formats/Impl/JSONCompactEachRowRowInputFormat.cpp:130: DB::JSONCompactEachRowFormatReader::readField(DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, bool, String const&) @ 0x000000003fb24366 9. ./build_docker/./src/Processors/Formats/RowInputFormatWithNamesAndTypes.cpp:262: DB::RowInputFormatWithNamesAndTypes::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003f96d53d 10. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 11. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 12. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 13. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 17. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 18. ./build_docker/./src/Storages/StorageFile.cpp:1474: DB::StorageFileSource::generate() @ 0x000000003c96c16e 19. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 20. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 21. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 22. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 23. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 28. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 18:03:43.376171 [ 1375 ] {df735143-f361-497e-9039-1120c9fbc18d} executeQuery: Code: 36. DB::Exception: Argument for function YYYYMMDDhhmmssToDateTime must be finite: In scope SELECT YYYYMMDDhhmmssToDateTime(nan). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57444) (comment: 02876_yyyymmddhhmmsstodatetime.sql) (in query: SELECT YYYYMMDDhhmmssToDateTime(NaN);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionYYYYMMDDhhmmssToDateTime::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000015172fd3 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 18:03:43.383000 [ 1375 ] {} TCPHandler: Code: 36. DB::Exception: Argument for function YYYYMMDDhhmmssToDateTime must be finite: In scope SELECT YYYYMMDDhhmmssToDateTime(nan). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionYYYYMMDDhhmmssToDateTime::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000015172fd3 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 18:03:43.404410 [ 72002 ] {} TCPHandler: Code: 632. DB::Exception: Unexpected data 'trash"] ' after parsed IPv4 value '255.255.255.255': (while reading the value of key x): (in file/uri /var/lib/clickhouse/user_files/test_xcrcps8g): While executing JSONCompactEachRowRowInputFormat: While executing File. (UNEXPECTED_DATA_AFTER_PARSED_VALUE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&) @ 0x0000000034239817 4. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:473: DB::ISerialization::throwUnexpectedDataAfterParsedValue(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, String const&) const @ 0x0000000034e29e03 5. ./build_docker/./src/DataTypes/Serializations/SerializationIPv4andIPv6.cpp:84: DB::SerializationIP::deserializeTextJSON(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&) const @ 0x0000000034edefec 6. ./build_docker/./src/DataTypes/Serializations/SerializationNullable.cpp:854: DB::SerializationNullable::deserializeNullAsDefaultOrNestedTextJSON(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, std::shared_ptr const&) @ 0x0000000034f6631c 7. ./build_docker/./src/Formats/JSONUtils.cpp:295: DB::JSONUtils::readField(DB::ReadBuffer&, DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, String const&, DB::FormatSettings const&, bool) @ 0x000000003f5ea29b 8. ./build_docker/./src/Processors/Formats/Impl/JSONCompactEachRowRowInputFormat.cpp:130: DB::JSONCompactEachRowFormatReader::readField(DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, bool, String const&) @ 0x000000003fb24366 9. ./build_docker/./src/Processors/Formats/RowInputFormatWithNamesAndTypes.cpp:262: DB::RowInputFormatWithNamesAndTypes::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003f96d53d 10. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 11. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 12. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 13. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 17. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 18. ./build_docker/./src/Storages/StorageFile.cpp:1474: DB::StorageFileSource::generate() @ 0x000000003c96c16e 19. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 20. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 21. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 22. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 23. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 28. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 18:03:43.444614 [ 1375 ] {024aa6fb-a45f-417f-b15e-5d58dbfec775} executeQuery: Code: 36. DB::Exception: Argument for function YYYYMMDDhhmmssToDateTime must be finite: In scope SELECT YYYYMMDDhhmmssToDateTime(inf). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57444) (comment: 02876_yyyymmddhhmmsstodatetime.sql) (in query: SELECT YYYYMMDDhhmmssToDateTime(Inf);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionYYYYMMDDhhmmssToDateTime::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000015172fd3 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 18:03:43.449572 [ 71976 ] {9c4da050-565e-4a22-b74a-8a00599bd13d} executeQuery: Code: 47. DB::Exception: Identifier 'test_table_1.value_' cannot be resolved from table with name test_1cmcfvax.test_table_1. In scope SELECT test_table_1.value_ FROM test_table_1 INNER JOIN test_table_2 ON test_table_1.id = test_table_2.id SETTINGS enable_analyzer = 1. Maybe you meant: ['test_table_1.value']. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57538) (comment: 02476_analyzer_identifier_hints.sh) (in query: SELECT test_table_1.value_ FROM test_table_1 INNER JOIN test_table_2 ON test_table_1.id = test_table_2.id SETTINGS enable_analyzer = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String const&, String&, String&&, String&&) @ 0x0000000035ec2f7f 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:867: DB::IdentifierResolver::tryResolveIdentifierFromStorage(DB::Identifier const&, std::shared_ptr const&, DB::AnalysisTableExpressionData const&, DB::IdentifierResolveScope&, unsigned long, bool) @ 0x0000000035ea9f07 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:971: DB::IdentifierResolver::tryResolveIdentifierFromTableExpression(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eae07d 6. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1510: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb49f8 7. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1029: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eaff24 8. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 9. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:0: DB::IdentifierResolver::tryResolveIdentifierFromJoinTree(DB::IdentifierLookup const&, DB::IdentifierResolveScope&) @ 0x0000000035ebb9db 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1468: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d67b69 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3671: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d32d46 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:43.454662 [ 1375 ] {} TCPHandler: Code: 36. DB::Exception: Argument for function YYYYMMDDhhmmssToDateTime must be finite: In scope SELECT YYYYMMDDhhmmssToDateTime(inf). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionYYYYMMDDhhmmssToDateTime::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000015172fd3 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 18:03:43.474241 [ 71976 ] {} TCPHandler: Code: 47. DB::Exception: Identifier 'test_table_1.value_' cannot be resolved from table with name test_1cmcfvax.test_table_1. In scope SELECT test_table_1.value_ FROM test_table_1 INNER JOIN test_table_2 ON test_table_1.id = test_table_2.id SETTINGS enable_analyzer = 1. Maybe you meant: ['test_table_1.value']. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String const&, String&, String&&, String&&) @ 0x0000000035ec2f7f 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:867: DB::IdentifierResolver::tryResolveIdentifierFromStorage(DB::Identifier const&, std::shared_ptr const&, DB::AnalysisTableExpressionData const&, DB::IdentifierResolveScope&, unsigned long, bool) @ 0x0000000035ea9f07 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:971: DB::IdentifierResolver::tryResolveIdentifierFromTableExpression(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eae07d 6. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1510: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb49f8 7. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1029: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eaff24 8. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 9. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:0: DB::IdentifierResolver::tryResolveIdentifierFromJoinTree(DB::IdentifierLookup const&, DB::IdentifierResolveScope&) @ 0x0000000035ebb9db 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1468: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d67b69 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3671: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d32d46 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:43.498043 [ 1375 ] {dbc7dd2d-c9b0-4bfc-9f6b-94587677ded0} executeQuery: Code: 36. DB::Exception: Argument for function YYYYMMDDhhmmssToDateTime must be finite: In scope SELECT YYYYMMDDhhmmssToDateTime(-inf). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57444) (comment: 02876_yyyymmddhhmmsstodatetime.sql) (in query: SELECT YYYYMMDDhhmmssToDateTime(-Inf);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionYYYYMMDDhhmmssToDateTime::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000015172fd3 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 18:03:43.520515 [ 1375 ] {} TCPHandler: Code: 36. DB::Exception: Argument for function YYYYMMDDhhmmssToDateTime must be finite: In scope SELECT YYYYMMDDhhmmssToDateTime(-inf). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionYYYYMMDDhhmmssToDateTime::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000015172fd3 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 18:03:45.391317 [ 71964 ] {c0534fd6-55e4-4fcd-b62a-268beef24b82} executeQuery: Code: 632. DB::Exception: Unexpected data 'b1trash' after parsed IPv6 value '::ffff:192.168.100.228': (while reading the value of key x): (in file/uri /var/lib/clickhouse/user_files/test_xcrcps8g): While executing JSONCompactEachRowRowInputFormat: While executing File. (UNEXPECTED_DATA_AFTER_PARSED_VALUE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57652) (comment: 02118_deserialize_whole_text.sh) (in query: SELECT * FROM file('test_xcrcps8g', 'JSONCompactStringsEachRow', 'x IPv6')), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&) @ 0x0000000034239817 4. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:473: DB::ISerialization::throwUnexpectedDataAfterParsedValue(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, String const&) const @ 0x0000000034e29e03 5. ./build_docker/./src/DataTypes/Serializations/SerializationIPv4andIPv6.cpp:23: DB::SerializationIP::deserializeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, bool) const @ 0x0000000034ee194a 6. DB::SimpleTextSerialization::deserializeWholeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&) const @ 0x0000000008b2bfe6 7. ./build_docker/./src/DataTypes/Serializations/SerializationNullable.cpp:610: DB::SerializationNullable::deserializeNullAsDefaultOrNestedWholeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, std::shared_ptr const&) @ 0x0000000034f65037 8. ./build_docker/./src/Formats/JSONUtils.cpp:286: DB::JSONUtils::readField(DB::ReadBuffer&, DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, String const&, DB::FormatSettings const&, bool) @ 0x000000003f5ea273 9. ./build_docker/./src/Processors/Formats/Impl/JSONCompactEachRowRowInputFormat.cpp:130: DB::JSONCompactEachRowFormatReader::readField(DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, bool, String const&) @ 0x000000003fb24366 10. ./build_docker/./src/Processors/Formats/RowInputFormatWithNamesAndTypes.cpp:262: DB::RowInputFormatWithNamesAndTypes::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003f96d53d 11. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 12. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 13. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 14. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 18. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 19. ./build_docker/./src/Storages/StorageFile.cpp:1474: DB::StorageFileSource::generate() @ 0x000000003c96c16e 20. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 21. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 22. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 23. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 24. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 27. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 29. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 18:03:45.414845 [ 71964 ] {} TCPHandler: Code: 632. DB::Exception: Unexpected data 'b1trash' after parsed IPv6 value '::ffff:192.168.100.228': (while reading the value of key x): (in file/uri /var/lib/clickhouse/user_files/test_xcrcps8g): While executing JSONCompactEachRowRowInputFormat: While executing File. (UNEXPECTED_DATA_AFTER_PARSED_VALUE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&) @ 0x0000000034239817 4. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:473: DB::ISerialization::throwUnexpectedDataAfterParsedValue(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, String const&) const @ 0x0000000034e29e03 5. ./build_docker/./src/DataTypes/Serializations/SerializationIPv4andIPv6.cpp:23: DB::SerializationIP::deserializeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, bool) const @ 0x0000000034ee194a 6. DB::SimpleTextSerialization::deserializeWholeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&) const @ 0x0000000008b2bfe6 7. ./build_docker/./src/DataTypes/Serializations/SerializationNullable.cpp:610: DB::SerializationNullable::deserializeNullAsDefaultOrNestedWholeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, std::shared_ptr const&) @ 0x0000000034f65037 8. ./build_docker/./src/Formats/JSONUtils.cpp:286: DB::JSONUtils::readField(DB::ReadBuffer&, DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, String const&, DB::FormatSettings const&, bool) @ 0x000000003f5ea273 9. ./build_docker/./src/Processors/Formats/Impl/JSONCompactEachRowRowInputFormat.cpp:130: DB::JSONCompactEachRowFormatReader::readField(DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, bool, String const&) @ 0x000000003fb24366 10. ./build_docker/./src/Processors/Formats/RowInputFormatWithNamesAndTypes.cpp:262: DB::RowInputFormatWithNamesAndTypes::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003f96d53d 11. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 12. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 13. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 14. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 18. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 19. ./build_docker/./src/Storages/StorageFile.cpp:1474: DB::StorageFileSource::generate() @ 0x000000003c96c16e 20. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 21. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 22. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 23. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 24. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 27. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 29. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 18:03:45.747097 [ 68112 ] {553ad5c4-bed1-4126-8ed6-e076e9f45ea1} executeQuery: Code: 47. DB::Exception: Identifier 'test_table_2.value_' cannot be resolved from table with name test_1cmcfvax.test_table_2. In scope SELECT test_table_2.value_ FROM test_table_1 INNER JOIN test_table_2 ON test_table_1.id = test_table_2.id SETTINGS enable_analyzer = 1. Maybe you meant: ['test_table_2.value']. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57682) (comment: 02476_analyzer_identifier_hints.sh) (in query: SELECT test_table_2.value_ FROM test_table_1 INNER JOIN test_table_2 ON test_table_1.id = test_table_2.id SETTINGS enable_analyzer = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String const&, String&, String&&, String&&) @ 0x0000000035ec2f7f 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:867: DB::IdentifierResolver::tryResolveIdentifierFromStorage(DB::Identifier const&, std::shared_ptr const&, DB::AnalysisTableExpressionData const&, DB::IdentifierResolveScope&, unsigned long, bool) @ 0x0000000035ea9f07 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:971: DB::IdentifierResolver::tryResolveIdentifierFromTableExpression(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eae07d 6. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1510: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb49f8 7. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1030: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eafffd 8. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 9. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:0: DB::IdentifierResolver::tryResolveIdentifierFromJoinTree(DB::IdentifierLookup const&, DB::IdentifierResolveScope&) @ 0x0000000035ebb9db 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1468: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d67b69 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3671: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d32d46 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:45.771883 [ 68112 ] {} TCPHandler: Code: 47. DB::Exception: Identifier 'test_table_2.value_' cannot be resolved from table with name test_1cmcfvax.test_table_2. In scope SELECT test_table_2.value_ FROM test_table_1 INNER JOIN test_table_2 ON test_table_1.id = test_table_2.id SETTINGS enable_analyzer = 1. Maybe you meant: ['test_table_2.value']. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String const&, String&, String&&, String&&) @ 0x0000000035ec2f7f 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:867: DB::IdentifierResolver::tryResolveIdentifierFromStorage(DB::Identifier const&, std::shared_ptr const&, DB::AnalysisTableExpressionData const&, DB::IdentifierResolveScope&, unsigned long, bool) @ 0x0000000035ea9f07 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:971: DB::IdentifierResolver::tryResolveIdentifierFromTableExpression(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eae07d 6. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1510: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb49f8 7. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1030: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eafffd 8. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 9. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:0: DB::IdentifierResolver::tryResolveIdentifierFromJoinTree(DB::IdentifierLookup const&, DB::IdentifierResolveScope&) @ 0x0000000035ebb9db 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1468: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d67b69 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3671: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d32d46 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:46.602158 [ 72004 ] {ba5150c9-4c01-4df3-9b54-2159f47c9c34} executeQuery: Code: 27. DB::Exception: Cannot parse input: expected '\n' before: 'b1trash\n': (at row 1) : Row 1: Column 0, name: x, type: IPv6, parsed text: "0000:0000:0000:0000:0000:ffff:192.168.100.228" ERROR: garbage after IPv6: "b1trash" : (in file/uri /var/lib/clickhouse/user_files/test_xcrcps8g): While executing TabSeparatedRowInputFormat: While executing File. (CANNOT_PARSE_INPUT_ASSERTION_FAILED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38178) (comment: 02118_deserialize_whole_text.sh) (in query: SELECT * FROM file('test_xcrcps8g', 'TSV', 'x IPv6')), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::throwAtAssertionFailed(char const*, DB::ReadBuffer&) @ 0x000000002083778c 4. ./src/IO/ReadHelpers.h:204: DB::TabSeparatedFormatReader::skipRowEndDelimiter() @ 0x000000003ff9a1aa 5. ./build_docker/./src/Processors/Formats/RowInputFormatWithNamesAndTypes.cpp:282: DB::RowInputFormatWithNamesAndTypes::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003f97718e 6. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 7. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 8. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 9. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 10. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 12. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 13. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 14. ./build_docker/./src/Storages/StorageFile.cpp:1474: DB::StorageFileSource::generate() @ 0x000000003c96c16e 15. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 16. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:46.649366 [ 72004 ] {} TCPHandler: Code: 27. DB::Exception: Cannot parse input: expected '\n' before: 'b1trash\n': (at row 1) : Row 1: Column 0, name: x, type: IPv6, parsed text: "0000:0000:0000:0000:0000:ffff:192.168.100.228" ERROR: garbage after IPv6: "b1trash" : (in file/uri /var/lib/clickhouse/user_files/test_xcrcps8g): While executing TabSeparatedRowInputFormat: While executing File. (CANNOT_PARSE_INPUT_ASSERTION_FAILED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::throwAtAssertionFailed(char const*, DB::ReadBuffer&) @ 0x000000002083778c 4. ./src/IO/ReadHelpers.h:204: DB::TabSeparatedFormatReader::skipRowEndDelimiter() @ 0x000000003ff9a1aa 5. ./build_docker/./src/Processors/Formats/RowInputFormatWithNamesAndTypes.cpp:282: DB::RowInputFormatWithNamesAndTypes::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003f97718e 6. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 7. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 8. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 9. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 10. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 12. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 13. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 14. ./build_docker/./src/Storages/StorageFile.cpp:1474: DB::StorageFileSource::generate() @ 0x000000003c96c16e 15. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 16. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:46.730287 [ 3914 ] {fded2768-514f-49aa-bbd6-5da1712f0767} executeQuery: Code: 47. DB::Exception: Identifier 't1.value_' cannot be resolved from table with name t1. In scope SELECT t1.value_ FROM test_table_1 AS t1 INNER JOIN test_table_2 AS t2 ON t1.id = t2.id SETTINGS enable_analyzer = 1. Maybe you meant: ['t1.value']. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38210) (comment: 02476_analyzer_identifier_hints.sh) (in query: SELECT t1.value_ FROM test_table_1 AS t1 INNER JOIN test_table_2 AS t2 ON t1.id = t2.id SETTINGS enable_analyzer = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String const&, String&, String&&, String&&) @ 0x0000000035ec2f7f 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:867: DB::IdentifierResolver::tryResolveIdentifierFromStorage(DB::Identifier const&, std::shared_ptr const&, DB::AnalysisTableExpressionData const&, DB::IdentifierResolveScope&, unsigned long, bool) @ 0x0000000035ea9f07 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:971: DB::IdentifierResolver::tryResolveIdentifierFromTableExpression(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eae07d 6. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1510: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb49f8 7. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1029: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eaff24 8. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 9. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:0: DB::IdentifierResolver::tryResolveIdentifierFromJoinTree(DB::IdentifierLookup const&, DB::IdentifierResolveScope&) @ 0x0000000035ebb9db 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1468: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d67b69 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3671: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d32d46 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:46.744319 [ 3914 ] {} TCPHandler: Code: 47. DB::Exception: Identifier 't1.value_' cannot be resolved from table with name t1. In scope SELECT t1.value_ FROM test_table_1 AS t1 INNER JOIN test_table_2 AS t2 ON t1.id = t2.id SETTINGS enable_analyzer = 1. Maybe you meant: ['t1.value']. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String const&, String&, String&&, String&&) @ 0x0000000035ec2f7f 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:867: DB::IdentifierResolver::tryResolveIdentifierFromStorage(DB::Identifier const&, std::shared_ptr const&, DB::AnalysisTableExpressionData const&, DB::IdentifierResolveScope&, unsigned long, bool) @ 0x0000000035ea9f07 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:971: DB::IdentifierResolver::tryResolveIdentifierFromTableExpression(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eae07d 6. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1510: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb49f8 7. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1029: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eaff24 8. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 9. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:0: DB::IdentifierResolver::tryResolveIdentifierFromJoinTree(DB::IdentifierLookup const&, DB::IdentifierResolveScope&) @ 0x0000000035ebb9db 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1468: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d67b69 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3671: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d32d46 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:47.145700 [ 1375 ] {ca8d6845-3d53-49da-bb9b-73e10d373404} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'YYYYMMDDhhmmssToDateTime64'. Expected 1 mandatory argument and 2 optional arguments, got 0 arguments: In scope SELECT YYYYMMDDhhmmssToDateTime64(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57444) (comment: 02876_yyyymmddhhmmsstodatetime.sql) (in query: SELECT YYYYMMDDhhmmssToDateTime64();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&, String&&) @ 0x0000000031c3fcf7 4. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3b1b3 5. DB::(anonymous namespace)::FunctionYYYYMMDDhhmmssToDateTime64::getReturnTypeImpl(std::vector> const&) const @ 0x0000000015176113 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:47.154063 [ 1375 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'YYYYMMDDhhmmssToDateTime64'. Expected 1 mandatory argument and 2 optional arguments, got 0 arguments: In scope SELECT YYYYMMDDhhmmssToDateTime64(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&, String&&) @ 0x0000000031c3fcf7 4. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3b1b3 5. DB::(anonymous namespace)::FunctionYYYYMMDDhhmmssToDateTime64::getReturnTypeImpl(std::vector> const&) const @ 0x0000000015176113 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:47.309527 [ 4232 ] {8b8f08d2-d7d1-4d9d-ad9d-fdc409e51c4d} executeQuery: Code: 35. DB::Exception: Number of arguments for function arrayEnumerateUniqRanked doesn't match: passed 0, should be at least 1.: In scope SELECT arrayEnumerateUniqRanked(). (TOO_FEW_ARGUMENTS_FOR_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57220) (comment: 00909_arrayEnumerateUniq.sql) (in query: SELECT arrayEnumerateUniqRanked();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&&) @ 0x00000000088dcead 4. DB::FunctionArrayEnumerateRankedExtended::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f3cbf14 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 18:03:47.329332 [ 4232 ] {} TCPHandler: Code: 35. DB::Exception: Number of arguments for function arrayEnumerateUniqRanked doesn't match: passed 0, should be at least 1.: In scope SELECT arrayEnumerateUniqRanked(). (TOO_FEW_ARGUMENTS_FOR_FUNCTION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, unsigned long&&) @ 0x00000000088dcead 4. DB::FunctionArrayEnumerateRankedExtended::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f3cbf14 5. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 6. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 7. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 8. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 18:03:47.865343 [ 68114 ] {ae5bbd5d-344f-49b3-8c50-f84663dddfc4} executeQuery: Code: 117. DB::Exception: Expected end of line: (at row 1) : Could not print diagnostic info because two last rows aren't in buffer (rare case) : (in file/uri /var/lib/clickhouse/user_files/test_xcrcps8g): While executing CSVRowInputFormat: While executing File. (INCORRECT_DATA) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38240) (comment: 02118_deserialize_whole_text.sh) (in query: SELECT * FROM file('test_xcrcps8g', 'CSV', 'x IPv6')), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Processors/Formats/Impl/CSVRowInputFormat.cpp:204: DB::skipEndOfLine(DB::ReadBuffer&, bool) @ 0x000000003fa3bfcd 5. ./build_docker/./src/Processors/Formats/Impl/CSVRowInputFormat.cpp:264: DB::CSVFormatReader::skipRowEndDelimiter() @ 0x000000003fa3bb15 6. ./build_docker/./src/Processors/Formats/RowInputFormatWithNamesAndTypes.cpp:282: DB::RowInputFormatWithNamesAndTypes::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003f9804cf 7. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 8. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 9. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 10. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 11. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 12. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 13. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 14. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 15. ./build_docker/./src/Storages/StorageFile.cpp:1474: DB::StorageFileSource::generate() @ 0x000000003c96c16e 16. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 17. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 18:03:47.902298 [ 68114 ] {} TCPHandler: Code: 117. DB::Exception: Expected end of line: (at row 1) : Could not print diagnostic info because two last rows aren't in buffer (rare case) : (in file/uri /var/lib/clickhouse/user_files/test_xcrcps8g): While executing CSVRowInputFormat: While executing File. (INCORRECT_DATA), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Processors/Formats/Impl/CSVRowInputFormat.cpp:204: DB::skipEndOfLine(DB::ReadBuffer&, bool) @ 0x000000003fa3bfcd 5. ./build_docker/./src/Processors/Formats/Impl/CSVRowInputFormat.cpp:264: DB::CSVFormatReader::skipRowEndDelimiter() @ 0x000000003fa3bb15 6. ./build_docker/./src/Processors/Formats/RowInputFormatWithNamesAndTypes.cpp:282: DB::RowInputFormatWithNamesAndTypes::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003f9804cf 7. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 8. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 9. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 10. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 11. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 12. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 13. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 14. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 15. ./build_docker/./src/Storages/StorageFile.cpp:1474: DB::StorageFileSource::generate() @ 0x000000003c96c16e 16. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 17. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 18:03:48.260689 [ 1375 ] {a6e9d2d8-8cf1-4f94-98f0-8ae92c4dbf4d} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'YYYYMMDDhhmmss' to function 'YYYYMMDDhhmmssToDateTime64'. Expected: Number, got: Date: In scope SELECT YYYYMMDDhhmmssToDateTime64(toDate('2023-09-11')). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57444) (comment: 02876_yyyymmddhhmmsstodatetime.sql) (in query: SELECT YYYYMMDDhhmmssToDateTime64(toDate('2023-09-11'));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::(anonymous namespace)::FunctionYYYYMMDDhhmmssToDateTime64::getReturnTypeImpl(std::vector> const&) const @ 0x0000000015176113 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:03:48.276746 [ 1375 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'YYYYMMDDhhmmss' to function 'YYYYMMDDhhmmssToDateTime64'. Expected: Number, got: Date: In scope SELECT YYYYMMDDhhmmssToDateTime64(toDate('2023-09-11')). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::(anonymous namespace)::FunctionYYYYMMDDhhmmssToDateTime64::getReturnTypeImpl(std::vector> const&) const @ 0x0000000015176113 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:03:48.333545 [ 1375 ] {6a8ef2d1-563e-4703-abf6-a25de223a3d2} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'YYYYMMDDhhmmss' to function 'YYYYMMDDhhmmssToDateTime64'. Expected: Number, got: Date32: In scope SELECT YYYYMMDDhhmmssToDateTime64(toDate32('2023-09-11')). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57444) (comment: 02876_yyyymmddhhmmsstodatetime.sql) (in query: SELECT YYYYMMDDhhmmssToDateTime64(toDate32('2023-09-11'));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::(anonymous namespace)::FunctionYYYYMMDDhhmmssToDateTime64::getReturnTypeImpl(std::vector> const&) const @ 0x0000000015176113 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:03:48.341256 [ 1375 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'YYYYMMDDhhmmss' to function 'YYYYMMDDhhmmssToDateTime64'. Expected: Number, got: Date32: In scope SELECT YYYYMMDDhhmmssToDateTime64(toDate32('2023-09-11')). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::(anonymous namespace)::FunctionYYYYMMDDhhmmssToDateTime64::getReturnTypeImpl(std::vector> const&) const @ 0x0000000015176113 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:03:48.344951 [ 1417 ] {451f6033-e828-41e6-a78d-c877a6d03a8f} executeQuery: Code: 47. DB::Exception: Identifier 't2.value_' cannot be resolved from table with name t2. In scope SELECT t2.value_ FROM test_table_1 AS t1 INNER JOIN test_table_2 AS t2 ON t1.id = t2.id SETTINGS enable_analyzer = 1. Maybe you meant: ['t2.value']. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38276) (comment: 02476_analyzer_identifier_hints.sh) (in query: SELECT t2.value_ FROM test_table_1 AS t1 INNER JOIN test_table_2 AS t2 ON t1.id = t2.id SETTINGS enable_analyzer = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String const&, String&, String&&, String&&) @ 0x0000000035ec2f7f 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:867: DB::IdentifierResolver::tryResolveIdentifierFromStorage(DB::Identifier const&, std::shared_ptr const&, DB::AnalysisTableExpressionData const&, DB::IdentifierResolveScope&, unsigned long, bool) @ 0x0000000035ea9f07 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:971: DB::IdentifierResolver::tryResolveIdentifierFromTableExpression(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eae07d 6. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1510: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb49f8 7. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1030: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eafffd 8. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 9. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:0: DB::IdentifierResolver::tryResolveIdentifierFromJoinTree(DB::IdentifierLookup const&, DB::IdentifierResolveScope&) @ 0x0000000035ebb9db 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1468: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d67b69 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3671: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d32d46 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:48.367184 [ 1417 ] {} TCPHandler: Code: 47. DB::Exception: Identifier 't2.value_' cannot be resolved from table with name t2. In scope SELECT t2.value_ FROM test_table_1 AS t1 INNER JOIN test_table_2 AS t2 ON t1.id = t2.id SETTINGS enable_analyzer = 1. Maybe you meant: ['t2.value']. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String const&, String&, String&&, String&&) @ 0x0000000035ec2f7f 4. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:867: DB::IdentifierResolver::tryResolveIdentifierFromStorage(DB::Identifier const&, std::shared_ptr const&, DB::AnalysisTableExpressionData const&, DB::IdentifierResolveScope&, unsigned long, bool) @ 0x0000000035ea9f07 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:971: DB::IdentifierResolver::tryResolveIdentifierFromTableExpression(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eae07d 6. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1510: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb49f8 7. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1030: DB::IdentifierResolver::tryResolveIdentifierFromJoin(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eafffd 8. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:1492: DB::IdentifierResolver::tryResolveIdentifierFromJoinTreeNode(DB::IdentifierLookup const&, std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035eb4a2a 9. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:0: DB::IdentifierResolver::tryResolveIdentifierFromJoinTree(DB::IdentifierLookup const&, DB::IdentifierResolveScope&) @ 0x0000000035ebb9db 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1468: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d67b69 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3671: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d32d46 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:48.415086 [ 1375 ] {77163e05-99bf-4051-bc0d-65e36d2c9637} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'YYYYMMDDhhmmss' to function 'YYYYMMDDhhmmssToDateTime64'. Expected: Number, got: DateTime: In scope SELECT YYYYMMDDhhmmssToDateTime64(toDateTime('2023-09-11 12:18:00')). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57444) (comment: 02876_yyyymmddhhmmsstodatetime.sql) (in query: SELECT YYYYMMDDhhmmssToDateTime64(toDateTime('2023-09-11 12:18:00'));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::(anonymous namespace)::FunctionYYYYMMDDhhmmssToDateTime64::getReturnTypeImpl(std::vector> const&) const @ 0x0000000015176113 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:03:48.435481 [ 1375 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'YYYYMMDDhhmmss' to function 'YYYYMMDDhhmmssToDateTime64'. Expected: Number, got: DateTime: In scope SELECT YYYYMMDDhhmmssToDateTime64(toDateTime('2023-09-11 12:18:00')). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::(anonymous namespace)::FunctionYYYYMMDDhhmmssToDateTime64::getReturnTypeImpl(std::vector> const&) const @ 0x0000000015176113 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:03:48.477819 [ 1375 ] {53bbd3bf-18ff-4ab0-8bb9-554fa3197aad} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'YYYYMMDDhhmmss' to function 'YYYYMMDDhhmmssToDateTime64'. Expected: Number, got: DateTime64(3): In scope SELECT YYYYMMDDhhmmssToDateTime64(toDateTime64('2023-09-11 12:18:00', 3)). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57444) (comment: 02876_yyyymmddhhmmsstodatetime.sql) (in query: SELECT YYYYMMDDhhmmssToDateTime64(toDateTime64('2023-09-11 12:18:00', 3));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::(anonymous namespace)::FunctionYYYYMMDDhhmmssToDateTime64::getReturnTypeImpl(std::vector> const&) const @ 0x0000000015176113 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:03:48.488892 [ 1375 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'YYYYMMDDhhmmss' to function 'YYYYMMDDhhmmssToDateTime64'. Expected: Number, got: DateTime64(3): In scope SELECT YYYYMMDDhhmmssToDateTime64(toDateTime64('2023-09-11 12:18:00', 3)). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::(anonymous namespace)::FunctionYYYYMMDDhhmmssToDateTime64::getReturnTypeImpl(std::vector> const&) const @ 0x0000000015176113 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:03:48.541209 [ 1375 ] {59ae46dd-9dd7-40d4-a1bb-3d7fabfa6c35} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'YYYYMMDDhhmmss' to function 'YYYYMMDDhhmmssToDateTime64'. Expected: Number, got: String: In scope SELECT YYYYMMDDhhmmssToDateTime64('2023-09-11'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57444) (comment: 02876_yyyymmddhhmmsstodatetime.sql) (in query: SELECT YYYYMMDDhhmmssToDateTime64('2023-09-11');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::(anonymous namespace)::FunctionYYYYMMDDhhmmssToDateTime64::getReturnTypeImpl(std::vector> const&) const @ 0x0000000015176113 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:03:48.549333 [ 1375 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'YYYYMMDDhhmmss' to function 'YYYYMMDDhhmmssToDateTime64'. Expected: Number, got: String: In scope SELECT YYYYMMDDhhmmssToDateTime64('2023-09-11'). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::(anonymous namespace)::FunctionYYYYMMDDhhmmssToDateTime64::getReturnTypeImpl(std::vector> const&) const @ 0x0000000015176113 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:03:48.627886 [ 1375 ] {fafb603f-ea2e-4946-8b69-264a8a1b3d24} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'YYYYMMDDhhmmss' to function 'YYYYMMDDhhmmssToDateTime64'. Expected: Number, got: String: In scope SELECT YYYYMMDDhhmmssToDateTime64('2023-09-11', 'invalid precision'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57444) (comment: 02876_yyyymmddhhmmsstodatetime.sql) (in query: SELECT YYYYMMDDhhmmssToDateTime64('2023-09-11', 'invalid precision');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::(anonymous namespace)::FunctionYYYYMMDDhhmmssToDateTime64::getReturnTypeImpl(std::vector> const&) const @ 0x0000000015176113 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:03:48.640578 [ 1375 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'YYYYMMDDhhmmss' to function 'YYYYMMDDhhmmssToDateTime64'. Expected: Number, got: String: In scope SELECT YYYYMMDDhhmmssToDateTime64('2023-09-11', 'invalid precision'). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::(anonymous namespace)::FunctionYYYYMMDDhhmmssToDateTime64::getReturnTypeImpl(std::vector> const&) const @ 0x0000000015176113 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:03:48.705233 [ 4232 ] {9d874b19-c3ab-4620-a22e-2bf4f82cad80} executeQuery: Code: 36. DB::Exception: Incorrect arguments for function arrayEnumerateUniqRanked: At least one array should be passed: In scope SELECT arrayEnumerateUniqRanked(1). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57220) (comment: 00909_arrayEnumerateUniq.sql) (in query: SELECT arrayEnumerateUniqRanked(1);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const*&) @ 0x00000000088d484a 4. DB::getArraysDepths(std::vector> const&, char const*) @ 0x000000001f394102 5. DB::FunctionArrayEnumerateRankedExtended::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f3cb591 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:48.736371 [ 4232 ] {} TCPHandler: Code: 36. DB::Exception: Incorrect arguments for function arrayEnumerateUniqRanked: At least one array should be passed: In scope SELECT arrayEnumerateUniqRanked(1). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const*&) @ 0x00000000088d484a 4. DB::getArraysDepths(std::vector> const&, char const*) @ 0x000000001f394102 5. DB::FunctionArrayEnumerateRankedExtended::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f3cb591 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:49.043725 [ 72004 ] {84df9e87-57c4-43bc-9a15-a5ad3d2dc857} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -100, m = 1. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38274) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-100, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:03:49.081329 [ 72004 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -100, m = 1. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:03:49.412146 [ 1417 ] {7bf294f4-4f95-4e27-a6fb-c9ddedc0ba91} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `a.size1` in scope SELECT [1] AS a, a.size1 SETTINGS enable_analyzer = 1. Maybe you meant: ['a.size0']. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38308) (comment: 02476_analyzer_identifier_hints.sh) (in query: SELECT [1] AS a, a.size1 SETTINGS enable_analyzer = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:49.437683 [ 1417 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `a.size1` in scope SELECT [1] AS a, a.size1 SETTINGS enable_analyzer = 1. Maybe you meant: ['a.size0']. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:49.845092 [ 4232 ] {11dfa6e3-30d2-49b2-9620-66bb9d094891} executeQuery: Code: 36. DB::Exception: Incorrect arguments for function arrayEnumerateUniqRanked: clear_depth (2) can't be larger than max_array_depth (1): In scope SELECT arrayEnumerateUniqRanked(2, []). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57220) (comment: 00909_arrayEnumerateUniq.sql) (in query: SELECT arrayEnumerateUniqRanked(2,[]);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, char const*&, unsigned int&, unsigned int&) @ 0x000000001f395317 4. DB::getArraysDepths(std::vector> const&, char const*) @ 0x000000001f3946e8 5. DB::FunctionArrayEnumerateRankedExtended::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f3cb591 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:49.852290 [ 4232 ] {} TCPHandler: Code: 36. DB::Exception: Incorrect arguments for function arrayEnumerateUniqRanked: clear_depth (2) can't be larger than max_array_depth (1): In scope SELECT arrayEnumerateUniqRanked(2, []). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, char const*&, unsigned int&, unsigned int&) @ 0x000000001f395317 4. DB::getArraysDepths(std::vector> const&, char const*) @ 0x000000001f3946e8 5. DB::FunctionArrayEnumerateRankedExtended::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f3cb591 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:50.077083 [ 1375 ] {7375ba0d-8e05-46ae-9466-48431fb6d5a1} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 3rd argument 'precision' to function 'YYYYMMDDhhmmssToDateTime64'. Expected: const String, got: UInt8: In scope SELECT YYYYMMDDhhmmssToDateTime64(20230911134254, 3, 3). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57444) (comment: 02876_yyyymmddhhmmsstodatetime.sql) (in query: SELECT YYYYMMDDhhmmssToDateTime64(20230911134254, 3, 3);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a46f 6. DB::(anonymous namespace)::FunctionYYYYMMDDhhmmssToDateTime64::getReturnTypeImpl(std::vector> const&) const @ 0x0000000015176113 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:03:50.086971 [ 1375 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 3rd argument 'precision' to function 'YYYYMMDDhhmmssToDateTime64'. Expected: const String, got: UInt8: In scope SELECT YYYYMMDDhhmmssToDateTime64(20230911134254, 3, 3). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a46f 6. DB::(anonymous namespace)::FunctionYYYYMMDDhhmmssToDateTime64::getReturnTypeImpl(std::vector> const&) const @ 0x0000000015176113 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:03:50.179031 [ 71963 ] {b577a173-d05b-46b8-96c8-70ab76bce859} executeQuery: Code: 632. DB::Exception: Unexpected data 'b1trash"] ' after parsed IPv6 value '::ffff:192.168.100.228': (while reading the value of key x): (in file/uri /var/lib/clickhouse/user_files/test_xcrcps8g): While executing JSONCompactEachRowRowInputFormat: While executing File. (UNEXPECTED_DATA_AFTER_PARSED_VALUE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38304) (comment: 02118_deserialize_whole_text.sh) (in query: SELECT * FROM file('test_xcrcps8g', 'JSONCompactEachRow', 'x IPv6')), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&) @ 0x0000000034239817 4. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:473: DB::ISerialization::throwUnexpectedDataAfterParsedValue(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, String const&) const @ 0x0000000034e29e03 5. ./build_docker/./src/DataTypes/Serializations/SerializationIPv4andIPv6.cpp:84: DB::SerializationIP::deserializeTextJSON(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&) const @ 0x0000000034ee36f4 6. ./build_docker/./src/DataTypes/Serializations/SerializationNullable.cpp:854: DB::SerializationNullable::deserializeNullAsDefaultOrNestedTextJSON(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, std::shared_ptr const&) @ 0x0000000034f6631c 7. ./build_docker/./src/Formats/JSONUtils.cpp:295: DB::JSONUtils::readField(DB::ReadBuffer&, DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, String const&, DB::FormatSettings const&, bool) @ 0x000000003f5ea29b 8. ./build_docker/./src/Processors/Formats/Impl/JSONCompactEachRowRowInputFormat.cpp:130: DB::JSONCompactEachRowFormatReader::readField(DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, bool, String const&) @ 0x000000003fb24366 9. ./build_docker/./src/Processors/Formats/RowInputFormatWithNamesAndTypes.cpp:262: DB::RowInputFormatWithNamesAndTypes::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003f96d53d 10. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 11. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 12. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 13. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 17. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 18. ./build_docker/./src/Storages/StorageFile.cpp:1474: DB::StorageFileSource::generate() @ 0x000000003c96c16e 19. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 20. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 21. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 22. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 23. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 28. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 18:03:50.215560 [ 71963 ] {} TCPHandler: Code: 632. DB::Exception: Unexpected data 'b1trash"] ' after parsed IPv6 value '::ffff:192.168.100.228': (while reading the value of key x): (in file/uri /var/lib/clickhouse/user_files/test_xcrcps8g): While executing JSONCompactEachRowRowInputFormat: While executing File. (UNEXPECTED_DATA_AFTER_PARSED_VALUE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&) @ 0x0000000034239817 4. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:473: DB::ISerialization::throwUnexpectedDataAfterParsedValue(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, String const&) const @ 0x0000000034e29e03 5. ./build_docker/./src/DataTypes/Serializations/SerializationIPv4andIPv6.cpp:84: DB::SerializationIP::deserializeTextJSON(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&) const @ 0x0000000034ee36f4 6. ./build_docker/./src/DataTypes/Serializations/SerializationNullable.cpp:854: DB::SerializationNullable::deserializeNullAsDefaultOrNestedTextJSON(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, std::shared_ptr const&) @ 0x0000000034f6631c 7. ./build_docker/./src/Formats/JSONUtils.cpp:295: DB::JSONUtils::readField(DB::ReadBuffer&, DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, String const&, DB::FormatSettings const&, bool) @ 0x000000003f5ea29b 8. ./build_docker/./src/Processors/Formats/Impl/JSONCompactEachRowRowInputFormat.cpp:130: DB::JSONCompactEachRowFormatReader::readField(DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, bool, String const&) @ 0x000000003fb24366 9. ./build_docker/./src/Processors/Formats/RowInputFormatWithNamesAndTypes.cpp:262: DB::RowInputFormatWithNamesAndTypes::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003f96d53d 10. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 11. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 12. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 13. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 17. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 18. ./build_docker/./src/Storages/StorageFile.cpp:1474: DB::StorageFileSource::generate() @ 0x000000003c96c16e 19. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 20. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 21. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 22. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 23. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 28. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 18:03:50.456613 [ 71987 ] {93456bbb-ea78-4eac-a813-2bcff63417f4} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 101: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38314) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (101, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:03:50.473771 [ 71987 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 101: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:03:50.671110 [ 71975 ] {3d328938-424e-46ca-83ac-97ba3067c8a9} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `t.c` in scope SELECT CAST('((1))', 'Tuple(a Tuple(b UInt32))') AS t, t.c SETTINGS enable_analyzer = 1. Maybe you meant: ['t.a']. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38340) (comment: 02476_analyzer_identifier_hints.sh) (in query: SELECT ((1))::Tuple(a Tuple(b UInt32)) AS t, t.c SETTINGS enable_analyzer = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:50.707786 [ 71975 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `t.c` in scope SELECT CAST('((1))', 'Tuple(a Tuple(b UInt32))') AS t, t.c SETTINGS enable_analyzer = 1. Maybe you meant: ['t.a']. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:51.283447 [ 1375 ] {73483cb5-f407-4eee-a698-081bb4660def} executeQuery: Code: 36. DB::Exception: Cannot load time zone invalid tz: In scope SELECT YYYYMMDDhhmmssToDateTime64(20230911134254, 3, 'invalid tz'). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57444) (comment: 02876_yyyymmddhhmmsstodatetime.sql) (in query: SELECT YYYYMMDDhhmmssToDateTime64(20230911134254, 3, 'invalid tz');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Common/DateLUTImpl.cpp:77: DateLUTImpl::DateLUTImpl(String const&) @ 0x000000002068723b 5. ./build_docker/./src/Common/DateLUT.cpp:200: DateLUT::getImplementation(String const&) const @ 0x0000000020678576 6. ./src/Common/DateLUT.h:37: TimezoneMixin::TimezoneMixin(String const&) @ 0x0000000034bb2b9e 7. ./build_docker/./src/DataTypes/DataTypeDateTime64.cpp:22: DB::DataTypeDateTime64::DataTypeDateTime64(unsigned int, String const&) @ 0x0000000034bb37b2 8. std::shared_ptr std::allocate_shared[abi:v15007], unsigned int&, String&, void>(std::allocator const&, unsigned int&, String&) @ 0x0000000015176ffc 9. DB::(anonymous namespace)::FunctionYYYYMMDDhhmmssToDateTime64::getReturnTypeImpl(std::vector> const&) const @ 0x0000000015176434 10. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 11. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 12. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 13. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 18:03:51.299317 [ 1375 ] {} TCPHandler: Code: 36. DB::Exception: Cannot load time zone invalid tz: In scope SELECT YYYYMMDDhhmmssToDateTime64(20230911134254, 3, 'invalid tz'). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Common/DateLUTImpl.cpp:77: DateLUTImpl::DateLUTImpl(String const&) @ 0x000000002068723b 5. ./build_docker/./src/Common/DateLUT.cpp:200: DateLUT::getImplementation(String const&) const @ 0x0000000020678576 6. ./src/Common/DateLUT.h:37: TimezoneMixin::TimezoneMixin(String const&) @ 0x0000000034bb2b9e 7. ./build_docker/./src/DataTypes/DataTypeDateTime64.cpp:22: DB::DataTypeDateTime64::DataTypeDateTime64(unsigned int, String const&) @ 0x0000000034bb37b2 8. std::shared_ptr std::allocate_shared[abi:v15007], unsigned int&, String&, void>(std::allocator const&, unsigned int&, String&) @ 0x0000000015176ffc 9. DB::(anonymous namespace)::FunctionYYYYMMDDhhmmssToDateTime64::getReturnTypeImpl(std::vector> const&) const @ 0x0000000015176434 10. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 11. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 12. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 13. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 18:03:51.318561 [ 4232 ] {a72ac4db-8fdb-4a73-a0fc-827816d8d8eb} executeQuery: Code: 36. DB::Exception: Incorrect argument 3 of function arrayEnumerateUniqRanked. Required depth '2' is larger than the array depth (1): In scope SELECT arrayEnumerateUniqRanked(2, [], 2). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57220) (comment: 00909_arrayEnumerateUniq.sql) (in query: SELECT arrayEnumerateUniqRanked(2,[],2);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, unsigned long&&, char const*&, unsigned long&, unsigned long&) @ 0x000000001f3951ff 4. DB::getArraysDepths(std::vector> const&, char const*) @ 0x000000001f393e6f 5. DB::FunctionArrayEnumerateRankedExtended::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f3cb591 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:51.325564 [ 4232 ] {} TCPHandler: Code: 36. DB::Exception: Incorrect argument 3 of function arrayEnumerateUniqRanked. Required depth '2' is larger than the array depth (1): In scope SELECT arrayEnumerateUniqRanked(2, [], 2). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, unsigned long&&, char const*&, unsigned long&, unsigned long&) @ 0x000000001f3951ff 4. DB::getArraysDepths(std::vector> const&, char const*) @ 0x000000001f393e6f 5. DB::FunctionArrayEnumerateRankedExtended::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f3cb591 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:51.367479 [ 4232 ] {5aece247-db9b-4111-97cc-0742126e3006} executeQuery: Code: 36. DB::Exception: Incorrect arguments for function arrayEnumerateUniqRanked: clear_depth (2) can't be larger than max_array_depth (1): In scope SELECT arrayEnumerateUniqRanked(2, [], []). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57220) (comment: 00909_arrayEnumerateUniq.sql) (in query: SELECT arrayEnumerateUniqRanked(2,[],[]);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, char const*&, unsigned int&, unsigned int&) @ 0x000000001f395317 4. DB::getArraysDepths(std::vector> const&, char const*) @ 0x000000001f3946e8 5. DB::FunctionArrayEnumerateRankedExtended::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f3cb591 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:51.368564 [ 1375 ] {fa24fe51-5118-43e4-a94a-8cc19c7580c4} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'YYYYMMDDhhmmssToDateTime64'. Expected 1 mandatory argument and 2 optional arguments, got 4 arguments: In scope SELECT YYYYMMDDhhmmssToDateTime64(20230911134254, 3, 'Europe/Berlin', 'no more args'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57444) (comment: 02876_yyyymmddhhmmsstodatetime.sql) (in query: SELECT YYYYMMDDhhmmssToDateTime64(20230911134254, 3, 'Europe/Berlin', 'no more args');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&, String&&) @ 0x0000000031c3fcf7 4. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3b1b3 5. DB::(anonymous namespace)::FunctionYYYYMMDDhhmmssToDateTime64::getReturnTypeImpl(std::vector> const&) const @ 0x0000000015176113 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:51.384522 [ 4232 ] {} TCPHandler: Code: 36. DB::Exception: Incorrect arguments for function arrayEnumerateUniqRanked: clear_depth (2) can't be larger than max_array_depth (1): In scope SELECT arrayEnumerateUniqRanked(2, [], []). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, char const*&, unsigned int&, unsigned int&) @ 0x000000001f395317 4. DB::getArraysDepths(std::vector> const&, char const*) @ 0x000000001f3946e8 5. DB::FunctionArrayEnumerateRankedExtended::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f3cb591 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:51.395865 [ 1375 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'YYYYMMDDhhmmssToDateTime64'. Expected 1 mandatory argument and 2 optional arguments, got 4 arguments: In scope SELECT YYYYMMDDhhmmssToDateTime64(20230911134254, 3, 'Europe/Berlin', 'no more args'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&, String&&) @ 0x0000000031c3fcf7 4. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3b1b3 5. DB::(anonymous namespace)::FunctionYYYYMMDDhhmmssToDateTime64::getReturnTypeImpl(std::vector> const&) const @ 0x0000000015176113 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:51.472279 [ 4232 ] {56a5888e-20aa-4b54-beb1-1ad798147bfb} executeQuery: Code: 36. DB::Exception: Incorrect argument 4 of function arrayEnumerateUniqRanked. Required depth '3' is larger than the array depth (1): In scope SELECT arrayEnumerateUniqRanked(2, [], [], 3). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57220) (comment: 00909_arrayEnumerateUniq.sql) (in query: SELECT arrayEnumerateUniqRanked(2,[],[],3);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, unsigned long&&, char const*&, unsigned long&, unsigned long&) @ 0x000000001f3951ff 4. DB::getArraysDepths(std::vector> const&, char const*) @ 0x000000001f393e6f 5. DB::FunctionArrayEnumerateRankedExtended::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f3cb591 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:51.479007 [ 4232 ] {} TCPHandler: Code: 36. DB::Exception: Incorrect argument 4 of function arrayEnumerateUniqRanked. Required depth '3' is larger than the array depth (1): In scope SELECT arrayEnumerateUniqRanked(2, [], [], 3). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, unsigned long&&, char const*&, unsigned long&, unsigned long&) @ 0x000000001f3951ff 4. DB::getArraysDepths(std::vector> const&, char const*) @ 0x000000001f393e6f 5. DB::FunctionArrayEnumerateRankedExtended::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f3cb591 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:51.545751 [ 4232 ] {04e1f4d9-42ac-4bc0-b186-63b637ff83c9} executeQuery: Code: 36. DB::Exception: Incorrect argument 2 of function arrayEnumerateUniqRanked. Required depth '2' is larger than the array depth (1): In scope SELECT arrayEnumerateUniqRanked([], 2). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57220) (comment: 00909_arrayEnumerateUniq.sql) (in query: SELECT arrayEnumerateUniqRanked([],2);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, unsigned long&&, char const*&, unsigned long&, unsigned long&) @ 0x000000001f3951ff 4. DB::getArraysDepths(std::vector> const&, char const*) @ 0x000000001f393e6f 5. DB::FunctionArrayEnumerateRankedExtended::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f3cb591 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:51.552598 [ 4232 ] {} TCPHandler: Code: 36. DB::Exception: Incorrect argument 2 of function arrayEnumerateUniqRanked. Required depth '2' is larger than the array depth (1): In scope SELECT arrayEnumerateUniqRanked([], 2). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, unsigned long&&, char const*&, unsigned long&, unsigned long&) @ 0x000000001f3951ff 4. DB::getArraysDepths(std::vector> const&, char const*) @ 0x000000001f393e6f 5. DB::FunctionArrayEnumerateRankedExtended::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f3cb591 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:51.559302 [ 1417 ] {3d2b1356-c1a9-4b90-b171-60e458fcf9d3} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -101, m = 2. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38334) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-101, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:03:51.597919 [ 4232 ] {33f324ce-45f9-43f5-94e5-90bc364c808b} executeQuery: Code: 36. DB::Exception: Incorrect argument 2 of function arrayEnumerateUniqRanked. Required depth '2' is larger than the array depth (1): In scope SELECT arrayEnumerateUniqRanked([], 2, []). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57220) (comment: 00909_arrayEnumerateUniq.sql) (in query: SELECT arrayEnumerateUniqRanked([],2,[]);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, unsigned long&&, char const*&, unsigned long&, unsigned long&) @ 0x000000001f3951ff 4. DB::getArraysDepths(std::vector> const&, char const*) @ 0x000000001f393e6f 5. DB::FunctionArrayEnumerateRankedExtended::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f3cb591 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:51.607579 [ 1417 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -101, m = 2. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:03:51.612833 [ 4232 ] {} TCPHandler: Code: 36. DB::Exception: Incorrect argument 2 of function arrayEnumerateUniqRanked. Required depth '2' is larger than the array depth (1): In scope SELECT arrayEnumerateUniqRanked([], 2, []). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, unsigned long&&, char const*&, unsigned long&, unsigned long&) @ 0x000000001f3951ff 4. DB::getArraysDepths(std::vector> const&, char const*) @ 0x000000001f393e6f 5. DB::FunctionArrayEnumerateRankedExtended::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f3cb591 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:51.994499 [ 71972 ] {fc3121ff-b604-4bcb-be66-b395222b52e5} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `t.a.c` in scope SELECT CAST('((1))', 'Tuple(a Tuple(b UInt32))') AS t, t.a.c SETTINGS enable_analyzer = 1. Maybe you meant: ['t.a.b']. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38424) (comment: 02476_analyzer_identifier_hints.sh) (in query: SELECT ((1))::Tuple(a Tuple(b UInt32)) AS t, t.a.c SETTINGS enable_analyzer = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:52.016112 [ 71972 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `t.a.c` in scope SELECT CAST('((1))', 'Tuple(a Tuple(b UInt32))') AS t, t.a.c SETTINGS enable_analyzer = 1. Maybe you meant: ['t.a.b']. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:03:52.408202 [ 71982 ] {c321b154-2481-46aa-b08d-0f23c0055585} executeQuery: Code: 632. DB::Exception: Unexpected data 'trash' after parsed Map value '{1:2,2:3}': (while reading the value of key x): (in file/uri /var/lib/clickhouse/user_files/test_xcrcps8g): While executing JSONCompactEachRowRowInputFormat: While executing File. (UNEXPECTED_DATA_AFTER_PARSED_VALUE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38404) (comment: 02118_deserialize_whole_text.sh) (in query: SELECT * FROM file('test_xcrcps8g', 'JSONCompactStringsEachRow', 'x Map(UInt32, UInt32)')), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&) @ 0x0000000034239817 4. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:473: DB::ISerialization::throwUnexpectedDataAfterParsedValue(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, String const&) const @ 0x0000000034e29e03 5. ./build_docker/./src/DataTypes/Serializations/SerializationMap.cpp:242: DB::SerializationMap::deserializeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, bool) const @ 0x0000000034f4a1f2 6. DB::SimpleTextSerialization::deserializeWholeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&) const @ 0x0000000008b2bfe6 7. ./build_docker/./src/DataTypes/Serializations/SerializationNullable.cpp:610: DB::SerializationNullable::deserializeNullAsDefaultOrNestedWholeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, std::shared_ptr const&) @ 0x0000000034f65037 8. ./build_docker/./src/Formats/JSONUtils.cpp:286: DB::JSONUtils::readField(DB::ReadBuffer&, DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, String const&, DB::FormatSettings const&, bool) @ 0x000000003f5ea273 9. ./build_docker/./src/Processors/Formats/Impl/JSONCompactEachRowRowInputFormat.cpp:130: DB::JSONCompactEachRowFormatReader::readField(DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, bool, String const&) @ 0x000000003fb24366 10. ./build_docker/./src/Processors/Formats/RowInputFormatWithNamesAndTypes.cpp:262: DB::RowInputFormatWithNamesAndTypes::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003f96d53d 11. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 12. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 13. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 14. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 18. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 19. ./build_docker/./src/Storages/StorageFile.cpp:1474: DB::StorageFileSource::generate() @ 0x000000003c96c16e 20. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 21. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 22. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 23. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 24. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 27. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 29. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 18:03:52.453198 [ 71982 ] {} TCPHandler: Code: 632. DB::Exception: Unexpected data 'trash' after parsed Map value '{1:2,2:3}': (while reading the value of key x): (in file/uri /var/lib/clickhouse/user_files/test_xcrcps8g): While executing JSONCompactEachRowRowInputFormat: While executing File. (UNEXPECTED_DATA_AFTER_PARSED_VALUE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&) @ 0x0000000034239817 4. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:473: DB::ISerialization::throwUnexpectedDataAfterParsedValue(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, String const&) const @ 0x0000000034e29e03 5. ./build_docker/./src/DataTypes/Serializations/SerializationMap.cpp:242: DB::SerializationMap::deserializeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, bool) const @ 0x0000000034f4a1f2 6. DB::SimpleTextSerialization::deserializeWholeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&) const @ 0x0000000008b2bfe6 7. ./build_docker/./src/DataTypes/Serializations/SerializationNullable.cpp:610: DB::SerializationNullable::deserializeNullAsDefaultOrNestedWholeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, std::shared_ptr const&) @ 0x0000000034f65037 8. ./build_docker/./src/Formats/JSONUtils.cpp:286: DB::JSONUtils::readField(DB::ReadBuffer&, DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, String const&, DB::FormatSettings const&, bool) @ 0x000000003f5ea273 9. ./build_docker/./src/Processors/Formats/Impl/JSONCompactEachRowRowInputFormat.cpp:130: DB::JSONCompactEachRowFormatReader::readField(DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, bool, String const&) @ 0x000000003fb24366 10. ./build_docker/./src/Processors/Formats/RowInputFormatWithNamesAndTypes.cpp:262: DB::RowInputFormatWithNamesAndTypes::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003f96d53d 11. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 12. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 13. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 14. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 18. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 19. ./build_docker/./src/Storages/StorageFile.cpp:1474: DB::StorageFileSource::generate() @ 0x000000003c96c16e 20. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 21. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 22. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 23. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 24. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 27. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 29. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 18:03:52.483486 [ 4232 ] {e4985b5a-93f0-4233-821d-68debffe9bba} executeQuery: Code: 36. DB::Exception: First argument of arrayEnumerateUniqRanked must be a positive integer: In scope SELECT arrayEnumerateUniqRanked(0, [], 0). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57220) (comment: 00909_arrayEnumerateUniq.sql) (in query: SELECT arrayEnumerateUniqRanked(0,[],0);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const*&) @ 0x00000000088d484a 4. DB::getArraysDepths(std::vector> const&, char const*) @ 0x000000001f3943eb 5. DB::FunctionArrayEnumerateRankedExtended::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f3cb591 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:52.498387 [ 4232 ] {} TCPHandler: Code: 36. DB::Exception: First argument of arrayEnumerateUniqRanked must be a positive integer: In scope SELECT arrayEnumerateUniqRanked(0, [], 0). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const*&) @ 0x00000000088d484a 4. DB::getArraysDepths(std::vector> const&, char const*) @ 0x000000001f3943eb 5. DB::FunctionArrayEnumerateRankedExtended::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f3cb591 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:52.571484 [ 4232 ] {4f330cfe-e167-4aa3-b0d8-1628f4380e9e} executeQuery: Code: 36. DB::Exception: First argument of arrayEnumerateUniqRanked must be a positive integer: In scope SELECT arrayEnumerateUniqRanked(0, 0, 0). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57220) (comment: 00909_arrayEnumerateUniq.sql) (in query: SELECT arrayEnumerateUniqRanked(0,0,0);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const*&) @ 0x00000000088d484a 4. DB::getArraysDepths(std::vector> const&, char const*) @ 0x000000001f3943eb 5. DB::FunctionArrayEnumerateRankedExtended::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f3cb591 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:52.608327 [ 4232 ] {} TCPHandler: Code: 36. DB::Exception: First argument of arrayEnumerateUniqRanked must be a positive integer: In scope SELECT arrayEnumerateUniqRanked(0, 0, 0). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const*&) @ 0x00000000088d484a 4. DB::getArraysDepths(std::vector> const&, char const*) @ 0x000000001f3943eb 5. DB::FunctionArrayEnumerateRankedExtended::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f3cb591 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:53.809909 [ 4232 ] {67a5954e-9646-4259-b25f-af5cbee6291a} executeQuery: Code: 36. DB::Exception: Incorrect argument 2 type of function arrayEnumerateUniqRanked. Expected an Array, got UInt8: In scope SELECT arrayEnumerateUniqRanked(1, 1, 1). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57220) (comment: 00909_arrayEnumerateUniq.sql) (in query: SELECT arrayEnumerateUniqRanked(1,1,1);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, unsigned long&&, char const*&, String&&) @ 0x000000001f394fd7 4. DB::getArraysDepths(std::vector> const&, char const*) @ 0x000000001f3938bd 5. DB::FunctionArrayEnumerateRankedExtended::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f3cb591 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:53.830567 [ 4232 ] {} TCPHandler: Code: 36. DB::Exception: Incorrect argument 2 type of function arrayEnumerateUniqRanked. Expected an Array, got UInt8: In scope SELECT arrayEnumerateUniqRanked(1, 1, 1). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, unsigned long&&, char const*&, String&&) @ 0x000000001f394fd7 4. DB::getArraysDepths(std::vector> const&, char const*) @ 0x000000001f3938bd 5. DB::FunctionArrayEnumerateRankedExtended::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f3cb591 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:53.903910 [ 55895 ] {740792d5-2b03-4caf-851d-67df33fb2afc} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -204: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38434) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-102, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:03:53.941823 [ 55895 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -204: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:03:54.863467 [ 71984 ] {40a0ae28-1c41-4de4-90c9-9e4994cf85d9} executeQuery: Code: 632. DB::Exception: Unexpected data 'trash' after parsed Tuple value '(1,2)': (while reading the value of key x): (in file/uri /var/lib/clickhouse/user_files/test_xcrcps8g): While executing JSONCompactEachRowRowInputFormat: While executing File. (UNEXPECTED_DATA_AFTER_PARSED_VALUE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38464) (comment: 02118_deserialize_whole_text.sh) (in query: SELECT * FROM file('test_xcrcps8g', 'JSONCompactStringsEachRow', 'x Tuple(UInt32, UInt32)')), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&) @ 0x0000000034239817 4. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:473: DB::ISerialization::throwUnexpectedDataAfterParsedValue(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, String const&) const @ 0x0000000034e29e03 5. ./build_docker/./src/DataTypes/Serializations/SerializationTuple.cpp:213: void DB::SerializationTuple::deserializeTextImpl(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, bool) const::'lambda'()::operator()() const @ 0x000000003506b1b7 6. ./build_docker/./src/DataTypes/Serializations/SerializationTuple.cpp:90: void DB::SerializationTuple::deserializeTextImpl(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, bool) const @ 0x000000003506618f 7. ./build_docker/./src/DataTypes/Serializations/SerializationTuple.cpp:225: DB::SerializationTuple::deserializeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, bool) const @ 0x0000000035057fc9 8. DB::SimpleTextSerialization::deserializeWholeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&) const @ 0x0000000008b2bfe6 9. ./build_docker/./src/DataTypes/Serializations/SerializationNullable.cpp:610: DB::SerializationNullable::deserializeNullAsDefaultOrNestedWholeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, std::shared_ptr const&) @ 0x0000000034f65037 10. ./build_docker/./src/Formats/JSONUtils.cpp:286: DB::JSONUtils::readField(DB::ReadBuffer&, DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, String const&, DB::FormatSettings const&, bool) @ 0x000000003f5ea273 11. ./build_docker/./src/Processors/Formats/Impl/JSONCompactEachRowRowInputFormat.cpp:130: DB::JSONCompactEachRowFormatReader::readField(DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, bool, String const&) @ 0x000000003fb24366 12. ./build_docker/./src/Processors/Formats/RowInputFormatWithNamesAndTypes.cpp:262: DB::RowInputFormatWithNamesAndTypes::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003f96d53d 13. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 14. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 15. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 16. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 20. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 21. ./build_docker/./src/Storages/StorageFile.cpp:1474: DB::StorageFileSource::generate() @ 0x000000003c96c16e 22. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 23. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 24. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 25. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 26. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 28. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 29. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 30. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 31. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 2025.03.31 18:03:54.942425 [ 71984 ] {} TCPHandler: Code: 632. DB::Exception: Unexpected data 'trash' after parsed Tuple value '(1,2)': (while reading the value of key x): (in file/uri /var/lib/clickhouse/user_files/test_xcrcps8g): While executing JSONCompactEachRowRowInputFormat: While executing File. (UNEXPECTED_DATA_AFTER_PARSED_VALUE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&) @ 0x0000000034239817 4. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:473: DB::ISerialization::throwUnexpectedDataAfterParsedValue(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, String const&) const @ 0x0000000034e29e03 5. ./build_docker/./src/DataTypes/Serializations/SerializationTuple.cpp:213: void DB::SerializationTuple::deserializeTextImpl(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, bool) const::'lambda'()::operator()() const @ 0x000000003506b1b7 6. ./build_docker/./src/DataTypes/Serializations/SerializationTuple.cpp:90: void DB::SerializationTuple::deserializeTextImpl(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, bool) const @ 0x000000003506618f 7. ./build_docker/./src/DataTypes/Serializations/SerializationTuple.cpp:225: DB::SerializationTuple::deserializeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, bool) const @ 0x0000000035057fc9 8. DB::SimpleTextSerialization::deserializeWholeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&) const @ 0x0000000008b2bfe6 9. ./build_docker/./src/DataTypes/Serializations/SerializationNullable.cpp:610: DB::SerializationNullable::deserializeNullAsDefaultOrNestedWholeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, std::shared_ptr const&) @ 0x0000000034f65037 10. ./build_docker/./src/Formats/JSONUtils.cpp:286: DB::JSONUtils::readField(DB::ReadBuffer&, DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, String const&, DB::FormatSettings const&, bool) @ 0x000000003f5ea273 11. ./build_docker/./src/Processors/Formats/Impl/JSONCompactEachRowRowInputFormat.cpp:130: DB::JSONCompactEachRowFormatReader::readField(DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, bool, String const&) @ 0x000000003fb24366 12. ./build_docker/./src/Processors/Formats/RowInputFormatWithNamesAndTypes.cpp:262: DB::RowInputFormatWithNamesAndTypes::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003f96d53d 13. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 14. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 15. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 16. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 20. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 21. ./build_docker/./src/Storages/StorageFile.cpp:1474: DB::StorageFileSource::generate() @ 0x000000003c96c16e 22. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 23. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 24. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 25. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 26. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 28. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 29. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 30. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 31. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 2025.03.31 18:03:54.986895 [ 1375 ] {59b8d934-b4c8-496d-851c-f580369ff351} executeQuery: Code: 36. DB::Exception: Argument for function YYYYMMDDhhmmssToDateTime64 must be finite: In scope SELECT YYYYMMDDhhmmssToDateTime64(nan). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57444) (comment: 02876_yyyymmddhhmmsstodatetime.sql) (in query: SELECT YYYYMMDDhhmmssToDateTime64(NaN);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionYYYYMMDDhhmmssToDateTime64::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000151756c4 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 18:03:54.993808 [ 1375 ] {} TCPHandler: Code: 36. DB::Exception: Argument for function YYYYMMDDhhmmssToDateTime64 must be finite: In scope SELECT YYYYMMDDhhmmssToDateTime64(nan). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionYYYYMMDDhhmmssToDateTime64::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000151756c4 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 18:03:55.075963 [ 1375 ] {ea0522c6-d5fe-4768-9377-fac3d299cff9} executeQuery: Code: 36. DB::Exception: Argument for function YYYYMMDDhhmmssToDateTime64 must be finite: In scope SELECT YYYYMMDDhhmmssToDateTime64(inf). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57444) (comment: 02876_yyyymmddhhmmsstodatetime.sql) (in query: SELECT YYYYMMDDhhmmssToDateTime64(Inf);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionYYYYMMDDhhmmssToDateTime64::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000151756c4 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 18:03:55.083800 [ 1375 ] {} TCPHandler: Code: 36. DB::Exception: Argument for function YYYYMMDDhhmmssToDateTime64 must be finite: In scope SELECT YYYYMMDDhhmmssToDateTime64(inf). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionYYYYMMDDhhmmssToDateTime64::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000151756c4 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 18:03:55.126164 [ 4232 ] {a29014cc-7f90-4a94-aa74-efdc95d43143} executeQuery: Code: 36. DB::Exception: Incorrect argument 3 of function arrayEnumerateDenseRanked. Expected a positive integer: In scope SELECT arrayEnumerateDenseRanked(1, [10, 20, 10, 30], 0). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57220) (comment: 00909_arrayEnumerateUniq.sql) (in query: SELECT arrayEnumerateDenseRanked(1, [10,20,10,30], 0);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&&, char const*&) @ 0x000000001f3950ed 4. DB::getArraysDepths(std::vector> const&, char const*) @ 0x000000001f393c94 5. DB::FunctionArrayEnumerateRankedExtended::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f389c11 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:55.145838 [ 4232 ] {} TCPHandler: Code: 36. DB::Exception: Incorrect argument 3 of function arrayEnumerateDenseRanked. Expected a positive integer: In scope SELECT arrayEnumerateDenseRanked(1, [10, 20, 10, 30], 0). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&&, char const*&) @ 0x000000001f3950ed 4. DB::getArraysDepths(std::vector> const&, char const*) @ 0x000000001f393c94 5. DB::FunctionArrayEnumerateRankedExtended::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f389c11 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:55.177909 [ 1375 ] {16d36caa-241b-4325-83ff-7ebb36eba3b5} executeQuery: Code: 36. DB::Exception: Argument for function YYYYMMDDhhmmssToDateTime64 must be finite: In scope SELECT YYYYMMDDhhmmssToDateTime64(-inf). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57444) (comment: 02876_yyyymmddhhmmsstodatetime.sql) (in query: SELECT YYYYMMDDhhmmssToDateTime64(-Inf);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionYYYYMMDDhhmmssToDateTime64::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000151756c4 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 18:03:55.196703 [ 1375 ] {} TCPHandler: Code: 36. DB::Exception: Argument for function YYYYMMDDhhmmssToDateTime64 must be finite: In scope SELECT YYYYMMDDhhmmssToDateTime64(-inf). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionYYYYMMDDhhmmssToDateTime64::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000151756c4 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 18:03:56.136814 [ 4232 ] {216d1d8c-b957-46f6-9308-ff77d97cfaaf} executeQuery: Code: 190. DB::Exception: Lengths and effective depths of all arrays passed to arrayEnumerateUniqRanked must be equal.: In scope SELECT arrayEnumerateUniqRanked(1, [[7, 8, 9, 10], [10, 11, 12]], 2, [[14, 15, 16], [17, 18, 19], [20], [21]], 2). (SIZES_OF_ARRAYS_DONT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57220) (comment: 00909_arrayEnumerateUniq.sql) (in query: SELECT arrayEnumerateUniqRanked(1, [[7,8,9,10],[10,11,12]], 2, [[14,15,16],[17,18,19],[20],[21]], 2);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionArrayEnumerateRankedExtended::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001f3c9ba9 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:56.175015 [ 4232 ] {} TCPHandler: Code: 190. DB::Exception: Lengths and effective depths of all arrays passed to arrayEnumerateUniqRanked must be equal.: In scope SELECT arrayEnumerateUniqRanked(1, [[7, 8, 9, 10], [10, 11, 12]], 2, [[14, 15, 16], [17, 18, 19], [20], [21]], 2). (SIZES_OF_ARRAYS_DONT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionArrayEnumerateRankedExtended::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001f3c9ba9 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:56.270028 [ 4232 ] {1c42d599-2421-4e3b-acac-a0f15cabfd1a} executeQuery: Code: 190. DB::Exception: Lengths and effective depths of all arrays passed to arrayEnumerateUniqRanked must be equal.: In scope SELECT arrayEnumerateUniqRanked(1, [1, 2], 1, ['a', 'b', 'c', 'd'], 1). (SIZES_OF_ARRAYS_DONT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57220) (comment: 00909_arrayEnumerateUniq.sql) (in query: SELECT arrayEnumerateUniqRanked(1, [1,2], 1, ['a', 'b', 'c', 'd'],1);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionArrayEnumerateRankedExtended::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001f3c9ba9 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:56.287240 [ 4232 ] {} TCPHandler: Code: 190. DB::Exception: Lengths and effective depths of all arrays passed to arrayEnumerateUniqRanked must be equal.: In scope SELECT arrayEnumerateUniqRanked(1, [1, 2], 1, ['a', 'b', 'c', 'd'], 1). (SIZES_OF_ARRAYS_DONT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionArrayEnumerateRankedExtended::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001f3c9ba9 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:56.326719 [ 4232 ] {49fe861b-acac-402f-891a-9dd931375aa2} executeQuery: Code: 190. DB::Exception: Lengths and effective depths of all arrays passed to arrayEnumerateUniqRanked must be equal.: In scope SELECT arrayEnumerateUniqRanked(1, [1, 2], 1, [14, 15, 16, 17, 18, 19], 1). (SIZES_OF_ARRAYS_DONT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57220) (comment: 00909_arrayEnumerateUniq.sql) (in query: SELECT arrayEnumerateUniqRanked(1, [1,2], 1, [14,15,16,17,18,19], 1);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionArrayEnumerateRankedExtended::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001f3c9ba9 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:56.333880 [ 4232 ] {} TCPHandler: Code: 190. DB::Exception: Lengths and effective depths of all arrays passed to arrayEnumerateUniqRanked must be equal.: In scope SELECT arrayEnumerateUniqRanked(1, [1, 2], 1, [14, 15, 16, 17, 18, 19], 1). (SIZES_OF_ARRAYS_DONT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionArrayEnumerateRankedExtended::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001f3c9ba9 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:56.372618 [ 4232 ] {9f526760-ad34-4145-9a30-f34ebd8cbf09} executeQuery: Code: 190. DB::Exception: Lengths and effective depths of all arrays passed to arrayEnumerateUniqRanked must be equal.: In scope SELECT arrayEnumerateUniqRanked(1, [14, 15, 16, 17, 18, 19], 1, [1, 2], 1). (SIZES_OF_ARRAYS_DONT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57220) (comment: 00909_arrayEnumerateUniq.sql) (in query: SELECT arrayEnumerateUniqRanked(1, [14,15,16,17,18,19], 1, [1,2], 1);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionArrayEnumerateRankedExtended::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001f3c9ba9 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:56.380140 [ 4232 ] {} TCPHandler: Code: 190. DB::Exception: Lengths and effective depths of all arrays passed to arrayEnumerateUniqRanked must be equal.: In scope SELECT arrayEnumerateUniqRanked(1, [14, 15, 16, 17, 18, 19], 1, [1, 2], 1). (SIZES_OF_ARRAYS_DONT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionArrayEnumerateRankedExtended::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001f3c9ba9 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:56.451881 [ 4232 ] {ec1d2ffe-4085-4e56-a435-0100a057667b} executeQuery: Code: 190. DB::Exception: Lengths and effective depths of all arrays passed to arrayEnumerateUniqRanked must be equal.: In scope SELECT arrayEnumerateUniqRanked(1, [1, 1, 1, 1, 1, 1], 1, [1, 1], 1). (SIZES_OF_ARRAYS_DONT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57220) (comment: 00909_arrayEnumerateUniq.sql) (in query: SELECT arrayEnumerateUniqRanked(1, [1,1,1,1,1,1], 1, [1,1], 1);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionArrayEnumerateRankedExtended::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001f3c9ba9 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:56.466030 [ 4232 ] {} TCPHandler: Code: 190. DB::Exception: Lengths and effective depths of all arrays passed to arrayEnumerateUniqRanked must be equal.: In scope SELECT arrayEnumerateUniqRanked(1, [1, 1, 1, 1, 1, 1], 1, [1, 1], 1). (SIZES_OF_ARRAYS_DONT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionArrayEnumerateRankedExtended::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001f3c9ba9 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:56.540294 [ 4232 ] {834f3bdd-3160-439a-8b5b-4354c03ae866} executeQuery: Code: 190. DB::Exception: Lengths and effective depths of all arrays passed to arrayEnumerateUniqRanked must be equal.: In scope SELECT arrayEnumerateUniqRanked(1, [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], 1, [1, 1], 1). (SIZES_OF_ARRAYS_DONT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57220) (comment: 00909_arrayEnumerateUniq.sql) (in query: SELECT arrayEnumerateUniqRanked(1, [1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1], 1, [1,1], 1);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionArrayEnumerateRankedExtended::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001f3c9ba9 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:56.551381 [ 4232 ] {} TCPHandler: Code: 190. DB::Exception: Lengths and effective depths of all arrays passed to arrayEnumerateUniqRanked must be equal.: In scope SELECT arrayEnumerateUniqRanked(1, [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], 1, [1, 1], 1). (SIZES_OF_ARRAYS_DONT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::FunctionArrayEnumerateRankedExtended::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001f3c9ba9 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:57.163128 [ 55896 ] {ba062ba2-cddb-42c9-b18d-e416a0d8aa8a} executeQuery: Code: 632. DB::Exception: Unexpected data 'trash' after parsed UUID value 'ed9fd45d-6287-47c1-ad9f-d45d628767c1': (while reading the value of key x): (in file/uri /var/lib/clickhouse/user_files/test_xcrcps8g): While executing JSONCompactEachRowRowInputFormat: While executing File. (UNEXPECTED_DATA_AFTER_PARSED_VALUE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38530) (comment: 02118_deserialize_whole_text.sh) (in query: SELECT * FROM file('test_xcrcps8g', 'JSONCompactStringsEachRow', 'x UUID')), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&) @ 0x0000000034239817 4. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:473: DB::ISerialization::throwUnexpectedDataAfterParsedValue(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, String const&) const @ 0x0000000034e29e03 5. ./build_docker/./src/DataTypes/Serializations/SerializationUUID.cpp:25: DB::SerializationUUID::deserializeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, bool) const @ 0x0000000035087b83 6. DB::SimpleTextSerialization::deserializeWholeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&) const @ 0x0000000008b2bfe6 7. ./build_docker/./src/DataTypes/Serializations/SerializationNullable.cpp:610: DB::SerializationNullable::deserializeNullAsDefaultOrNestedWholeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, std::shared_ptr const&) @ 0x0000000034f65037 8. ./build_docker/./src/Formats/JSONUtils.cpp:286: DB::JSONUtils::readField(DB::ReadBuffer&, DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, String const&, DB::FormatSettings const&, bool) @ 0x000000003f5ea273 9. ./build_docker/./src/Processors/Formats/Impl/JSONCompactEachRowRowInputFormat.cpp:130: DB::JSONCompactEachRowFormatReader::readField(DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, bool, String const&) @ 0x000000003fb24366 10. ./build_docker/./src/Processors/Formats/RowInputFormatWithNamesAndTypes.cpp:262: DB::RowInputFormatWithNamesAndTypes::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003f96d53d 11. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 12. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 13. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 14. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 18. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 19. ./build_docker/./src/Storages/StorageFile.cpp:1474: DB::StorageFileSource::generate() @ 0x000000003c96c16e 20. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 21. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 22. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 23. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 24. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 27. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 29. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 18:03:57.205817 [ 55896 ] {} TCPHandler: Code: 632. DB::Exception: Unexpected data 'trash' after parsed UUID value 'ed9fd45d-6287-47c1-ad9f-d45d628767c1': (while reading the value of key x): (in file/uri /var/lib/clickhouse/user_files/test_xcrcps8g): While executing JSONCompactEachRowRowInputFormat: While executing File. (UNEXPECTED_DATA_AFTER_PARSED_VALUE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String const&, String&) @ 0x0000000034239817 4. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:473: DB::ISerialization::throwUnexpectedDataAfterParsedValue(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, String const&) const @ 0x0000000034e29e03 5. ./build_docker/./src/DataTypes/Serializations/SerializationUUID.cpp:25: DB::SerializationUUID::deserializeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, bool) const @ 0x0000000035087b83 6. DB::SimpleTextSerialization::deserializeWholeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&) const @ 0x0000000008b2bfe6 7. ./build_docker/./src/DataTypes/Serializations/SerializationNullable.cpp:610: DB::SerializationNullable::deserializeNullAsDefaultOrNestedWholeText(DB::IColumn&, DB::ReadBuffer&, DB::FormatSettings const&, std::shared_ptr const&) @ 0x0000000034f65037 8. ./build_docker/./src/Formats/JSONUtils.cpp:286: DB::JSONUtils::readField(DB::ReadBuffer&, DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, String const&, DB::FormatSettings const&, bool) @ 0x000000003f5ea273 9. ./build_docker/./src/Processors/Formats/Impl/JSONCompactEachRowRowInputFormat.cpp:130: DB::JSONCompactEachRowFormatReader::readField(DB::IColumn&, std::shared_ptr const&, std::shared_ptr const&, bool, String const&) @ 0x000000003fb24366 10. ./build_docker/./src/Processors/Formats/RowInputFormatWithNamesAndTypes.cpp:262: DB::RowInputFormatWithNamesAndTypes::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003f96d53d 11. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 12. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 13. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 14. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 18. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 19. ./build_docker/./src/Storages/StorageFile.cpp:1474: DB::StorageFileSource::generate() @ 0x000000003c96c16e 20. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 21. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 22. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 23. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 24. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 27. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 29. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 18:03:57.374625 [ 4232 ] {a4467d63-ea73-4e6f-ab16-509604777f2a} executeQuery: Code: 36. DB::Exception: Incorrect argument 2 of function arrayEnumerateUniqRanked. Required depth '3' is larger than the array depth (1): In scope SELECT arrayEnumerateUniqRanked([1, 2], 3, 4, 5). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57220) (comment: 00909_arrayEnumerateUniq.sql) (in query: SELECT arrayEnumerateUniqRanked([1,2], 3, 4, 5);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, unsigned long&&, char const*&, unsigned long&, unsigned long&) @ 0x000000001f3951ff 4. DB::getArraysDepths(std::vector> const&, char const*) @ 0x000000001f393e6f 5. DB::FunctionArrayEnumerateRankedExtended::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f3cb591 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:57.400731 [ 4232 ] {} TCPHandler: Code: 36. DB::Exception: Incorrect argument 2 of function arrayEnumerateUniqRanked. Required depth '3' is larger than the array depth (1): In scope SELECT arrayEnumerateUniqRanked([1, 2], 3, 4, 5). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, unsigned long&&, char const*&, unsigned long&, unsigned long&) @ 0x000000001f3951ff 4. DB::getArraysDepths(std::vector> const&, char const*) @ 0x000000001f393e6f 5. DB::FunctionArrayEnumerateRankedExtended::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f3cb591 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:57.466199 [ 4232 ] {fa17d38b-33f2-4509-95bc-efdc07a6e76c} executeQuery: Code: 36. DB::Exception: Incorrect argument 3 type of function arrayEnumerateUniqRanked. Expected an Array, got UInt8: In scope SELECT arrayEnumerateUniqRanked([1, 2], 1, 2). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57220) (comment: 00909_arrayEnumerateUniq.sql) (in query: SELECT arrayEnumerateUniqRanked([1,2], 1, 2);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, unsigned long&&, char const*&, String&&) @ 0x000000001f394fd7 4. DB::getArraysDepths(std::vector> const&, char const*) @ 0x000000001f3938bd 5. DB::FunctionArrayEnumerateRankedExtended::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f3cb591 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:57.500236 [ 4232 ] {} TCPHandler: Code: 36. DB::Exception: Incorrect argument 3 type of function arrayEnumerateUniqRanked. Expected an Array, got UInt8: In scope SELECT arrayEnumerateUniqRanked([1, 2], 1, 2). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, unsigned long&&, char const*&, String&&) @ 0x000000001f394fd7 4. DB::getArraysDepths(std::vector> const&, char const*) @ 0x000000001f3938bd 5. DB::FunctionArrayEnumerateRankedExtended::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f3cb591 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:57.561708 [ 4232 ] {dcd78672-e22f-4a5f-aef4-0548320c8e99} executeQuery: Code: 36. DB::Exception: Incorrect argument 3 type of function arrayEnumerateUniqRanked. Expected an Array, got UInt8: In scope SELECT arrayEnumerateUniqRanked([1, 2], 1, 3, 4, 5). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57220) (comment: 00909_arrayEnumerateUniq.sql) (in query: SELECT arrayEnumerateUniqRanked([1,2], 1, 3, 4, 5);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, unsigned long&&, char const*&, String&&) @ 0x000000001f394fd7 4. DB::getArraysDepths(std::vector> const&, char const*) @ 0x000000001f3938bd 5. DB::FunctionArrayEnumerateRankedExtended::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f3cb591 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:57.574333 [ 4232 ] {} TCPHandler: Code: 36. DB::Exception: Incorrect argument 3 type of function arrayEnumerateUniqRanked. Expected an Array, got UInt8: In scope SELECT arrayEnumerateUniqRanked([1, 2], 1, 3, 4, 5). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, unsigned long&&, char const*&, String&&) @ 0x000000001f394fd7 4. DB::getArraysDepths(std::vector> const&, char const*) @ 0x000000001f3938bd 5. DB::FunctionArrayEnumerateRankedExtended::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f3cb591 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:57.659925 [ 4232 ] {aa4faddf-a0b6-4cb0-8840-9e2335b92314} executeQuery: Code: 36. DB::Exception: Incorrect argument 3 type of function arrayEnumerateUniqRanked. Expected an Array, got UInt8: In scope SELECT arrayEnumerateUniqRanked([1, 2], 1, 3, [4], 5). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57220) (comment: 00909_arrayEnumerateUniq.sql) (in query: SELECT arrayEnumerateUniqRanked([1,2], 1, 3, [4], 5);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, unsigned long&&, char const*&, String&&) @ 0x000000001f394fd7 4. DB::getArraysDepths(std::vector> const&, char const*) @ 0x000000001f3938bd 5. DB::FunctionArrayEnumerateRankedExtended::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f3cb591 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:57.667527 [ 4232 ] {} TCPHandler: Code: 36. DB::Exception: Incorrect argument 3 type of function arrayEnumerateUniqRanked. Expected an Array, got UInt8: In scope SELECT arrayEnumerateUniqRanked([1, 2], 1, 3, [4], 5). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, unsigned long&&, char const*&, String&&) @ 0x000000001f394fd7 4. DB::getArraysDepths(std::vector> const&, char const*) @ 0x000000001f3938bd 5. DB::FunctionArrayEnumerateRankedExtended::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f3cb591 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:57.837067 [ 4232 ] {61ddd297-5d3d-42b2-bfcc-a22675442b5e} executeQuery: Code: 36. DB::Exception: First argument of arrayEnumerateUniqRanked must be a positive integer: In scope SELECT arrayEnumerateUniqRanked('wat', [1, 2]). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57220) (comment: 00909_arrayEnumerateUniq.sql) (in query: SELECT arrayEnumerateUniqRanked('wat', [1,2]);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const*&) @ 0x00000000088d484a 4. DB::getArraysDepths(std::vector> const&, char const*) @ 0x000000001f3943eb 5. DB::FunctionArrayEnumerateRankedExtended::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f3cb591 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:57.848429 [ 4232 ] {} TCPHandler: Code: 36. DB::Exception: First argument of arrayEnumerateUniqRanked must be a positive integer: In scope SELECT arrayEnumerateUniqRanked('wat', [1, 2]). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const*&) @ 0x00000000088d484a 4. DB::getArraysDepths(std::vector> const&, char const*) @ 0x000000001f3943eb 5. DB::FunctionArrayEnumerateRankedExtended::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f3cb591 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:59.216581 [ 4232 ] {f0b8132d-0206-4951-aac9-432e876fe00d} executeQuery: Code: 36. DB::Exception: Incorrect argument 3 of function arrayEnumerateUniqRanked. Expected a positive integer: In scope SELECT arrayEnumerateUniqRanked(1, [1, 2], 'boom'). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57220) (comment: 00909_arrayEnumerateUniq.sql) (in query: SELECT arrayEnumerateUniqRanked(1, [1,2], 'boom');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&&, char const*&) @ 0x000000001f3950ed 4. DB::getArraysDepths(std::vector> const&, char const*) @ 0x000000001f393c94 5. DB::FunctionArrayEnumerateRankedExtended::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f3cb591 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:59.223119 [ 4232 ] {} TCPHandler: Code: 36. DB::Exception: Incorrect argument 3 of function arrayEnumerateUniqRanked. Expected a positive integer: In scope SELECT arrayEnumerateUniqRanked(1, [1, 2], 'boom'). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&&, char const*&) @ 0x000000001f3950ed 4. DB::getArraysDepths(std::vector> const&, char const*) @ 0x000000001f393c94 5. DB::FunctionArrayEnumerateRankedExtended::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f3cb591 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:59.278294 [ 4232 ] {50ea0d74-03fa-4be1-a7d6-a1e1f9bf31d6} executeQuery: Code: 36. DB::Exception: Incorrect argument 2 of function arrayEnumerateDenseRanked. Expected a positive integer: In scope SELECT arrayEnumerateDenseRanked(['\0'], -8363126). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57220) (comment: 00909_arrayEnumerateUniq.sql) (in query: SELECT arrayEnumerateDenseRanked(['\0'], -8363126);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&&, char const*&) @ 0x000000001f3950ed 4. DB::getArraysDepths(std::vector> const&, char const*) @ 0x000000001f393c94 5. DB::FunctionArrayEnumerateRankedExtended::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f389c11 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:03:59.401630 [ 4232 ] {} TCPHandler: Code: 36. DB::Exception: Incorrect argument 2 of function arrayEnumerateDenseRanked. Expected a positive integer: In scope SELECT arrayEnumerateDenseRanked(['\0'], -8363126). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&&, char const*&) @ 0x000000001f3950ed 4. DB::getArraysDepths(std::vector> const&, char const*) @ 0x000000001f393c94 5. DB::FunctionArrayEnumerateRankedExtended::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f389c11 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:04:00.453974 [ 4232 ] {039ff075-e122-4ce6-9ad9-8ddc55374b9e} executeQuery: Code: 36. DB::Exception: First argument of arrayEnumerateDenseRanked must be a positive integer: In scope SELECT arrayEnumerateDenseRanked(-10, ['\0'], -8363126). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57220) (comment: 00909_arrayEnumerateUniq.sql) (in query: SELECT arrayEnumerateDenseRanked(-10, ['\0'], -8363126);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const*&) @ 0x00000000088d484a 4. DB::getArraysDepths(std::vector> const&, char const*) @ 0x000000001f3943eb 5. DB::FunctionArrayEnumerateRankedExtended::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f389c11 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:04:00.474053 [ 4232 ] {} TCPHandler: Code: 36. DB::Exception: First argument of arrayEnumerateDenseRanked must be a positive integer: In scope SELECT arrayEnumerateDenseRanked(-10, ['\0'], -8363126). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const*&) @ 0x00000000088d484a 4. DB::getArraysDepths(std::vector> const&, char const*) @ 0x000000001f3943eb 5. DB::FunctionArrayEnumerateRankedExtended::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f389c11 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:04:00.592171 [ 4232 ] {78c477ab-2e21-4964-95bf-dabb8d92f1f1} executeQuery: Code: 36. DB::Exception: Incorrect argument 3 of function arrayEnumerateDenseRanked. Expected a positive integer: In scope SELECT arrayEnumerateDenseRanked(1, ['\0'], -8363126). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57220) (comment: 00909_arrayEnumerateUniq.sql) (in query: SELECT arrayEnumerateDenseRanked(1, ['\0'], -8363126);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&&, char const*&) @ 0x000000001f3950ed 4. DB::getArraysDepths(std::vector> const&, char const*) @ 0x000000001f393c94 5. DB::FunctionArrayEnumerateRankedExtended::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f389c11 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:04:00.608143 [ 4232 ] {} TCPHandler: Code: 36. DB::Exception: Incorrect argument 3 of function arrayEnumerateDenseRanked. Expected a positive integer: In scope SELECT arrayEnumerateDenseRanked(1, ['\0'], -8363126). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&&, char const*&) @ 0x000000001f3950ed 4. DB::getArraysDepths(std::vector> const&, char const*) @ 0x000000001f393c94 5. DB::FunctionArrayEnumerateRankedExtended::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f389c11 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:04:00.673496 [ 4232 ] {ae4d2f48-e606-4599-b8c6-125580922b37} executeQuery: Code: 36. DB::Exception: First argument of arrayEnumerateDenseRanked must be a positive integer: In scope SELECT arrayEnumerateDenseRanked(-101, ['\0']). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57220) (comment: 00909_arrayEnumerateUniq.sql) (in query: SELECT arrayEnumerateDenseRanked(-101, ['\0']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const*&) @ 0x00000000088d484a 4. DB::getArraysDepths(std::vector> const&, char const*) @ 0x000000001f3943eb 5. DB::FunctionArrayEnumerateRankedExtended::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f389c11 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:04:00.715443 [ 4232 ] {} TCPHandler: Code: 36. DB::Exception: First argument of arrayEnumerateDenseRanked must be a positive integer: In scope SELECT arrayEnumerateDenseRanked(-101, ['\0']). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const*&) @ 0x00000000088d484a 4. DB::getArraysDepths(std::vector> const&, char const*) @ 0x000000001f3943eb 5. DB::FunctionArrayEnumerateRankedExtended::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f389c11 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:04:00.797055 [ 4232 ] {d659307b-2af9-4b5d-8093-ea58b75d9966} executeQuery: Code: 36. DB::Exception: First argument of arrayEnumerateDenseRanked must be a positive integer: In scope SELECT arrayEnumerateDenseRanked(1.1, [10, 20, 10, 30]). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57220) (comment: 00909_arrayEnumerateUniq.sql) (in query: SELECT arrayEnumerateDenseRanked(1.1, [10,20,10,30]);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const*&) @ 0x00000000088d484a 4. DB::getArraysDepths(std::vector> const&, char const*) @ 0x000000001f3943eb 5. DB::FunctionArrayEnumerateRankedExtended::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f389c11 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:04:00.839484 [ 4232 ] {} TCPHandler: Code: 36. DB::Exception: First argument of arrayEnumerateDenseRanked must be a positive integer: In scope SELECT arrayEnumerateDenseRanked(1.1, [10, 20, 10, 30]). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, char const*&) @ 0x00000000088d484a 4. DB::getArraysDepths(std::vector> const&, char const*) @ 0x000000001f3943eb 5. DB::FunctionArrayEnumerateRankedExtended::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f389c11 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:04:00.954745 [ 4232 ] {d1e8bf4e-6799-45f4-9b5e-1e3c0734b1a2} executeQuery: Code: 36. DB::Exception: Incorrect argument 2 of function arrayEnumerateDenseRanked. Expected a positive integer: In scope SELECT arrayEnumerateDenseRanked([10, 20, 10, 30], 0.4). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57220) (comment: 00909_arrayEnumerateUniq.sql) (in query: SELECT arrayEnumerateDenseRanked([10,20,10,30], 0.4);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&&, char const*&) @ 0x000000001f3950ed 4. DB::getArraysDepths(std::vector> const&, char const*) @ 0x000000001f393c94 5. DB::FunctionArrayEnumerateRankedExtended::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f389c11 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:04:00.961519 [ 4232 ] {} TCPHandler: Code: 36. DB::Exception: Incorrect argument 2 of function arrayEnumerateDenseRanked. Expected a positive integer: In scope SELECT arrayEnumerateDenseRanked([10, 20, 10, 30], 0.4). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&&, char const*&) @ 0x000000001f3950ed 4. DB::getArraysDepths(std::vector> const&, char const*) @ 0x000000001f393c94 5. DB::FunctionArrayEnumerateRankedExtended::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f389c11 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:04:01.032581 [ 4232 ] {92bc59d2-de2e-4196-9e37-c0c1a49fd3d0} executeQuery: Code: 36. DB::Exception: Incorrect argument 2 of function arrayEnumerateDenseRanked. Expected a positive integer: In scope SELECT arrayEnumerateDenseRanked([10, 20, 10, 30], 1.8). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57220) (comment: 00909_arrayEnumerateUniq.sql) (in query: SELECT arrayEnumerateDenseRanked([10,20,10,30], 1.8);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&&, char const*&) @ 0x000000001f3950ed 4. DB::getArraysDepths(std::vector> const&, char const*) @ 0x000000001f393c94 5. DB::FunctionArrayEnumerateRankedExtended::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f389c11 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:04:01.073017 [ 4232 ] {} TCPHandler: Code: 36. DB::Exception: Incorrect argument 2 of function arrayEnumerateDenseRanked. Expected a positive integer: In scope SELECT arrayEnumerateDenseRanked([10, 20, 10, 30], 1.8). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&&, char const*&) @ 0x000000001f3950ed 4. DB::getArraysDepths(std::vector> const&, char const*) @ 0x000000001f393c94 5. DB::FunctionArrayEnumerateRankedExtended::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f389c11 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:04:01.200674 [ 4232 ] {e0845484-ea41-42c4-bdfc-a2d7c4b0ff6d} executeQuery: Code: 36. DB::Exception: Incorrect argument 3 of function arrayEnumerateUniqRanked. Required depth '1000000000' is larger than the array depth (1): In scope SELECT arrayEnumerateUniqRanked(1, [], 1000000000). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57220) (comment: 00909_arrayEnumerateUniq.sql) (in query: SELECT arrayEnumerateUniqRanked(1, [], 1000000000);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, unsigned long&&, char const*&, unsigned long&, unsigned long&) @ 0x000000001f3951ff 4. DB::getArraysDepths(std::vector> const&, char const*) @ 0x000000001f393e6f 5. DB::FunctionArrayEnumerateRankedExtended::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f3cb591 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:04:01.213559 [ 4232 ] {} TCPHandler: Code: 36. DB::Exception: Incorrect argument 3 of function arrayEnumerateUniqRanked. Required depth '1000000000' is larger than the array depth (1): In scope SELECT arrayEnumerateUniqRanked(1, [], 1000000000). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, unsigned long&&, char const*&, unsigned long&, unsigned long&) @ 0x000000001f3951ff 4. DB::getArraysDepths(std::vector> const&, char const*) @ 0x000000001f393e6f 5. DB::FunctionArrayEnumerateRankedExtended::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f3cb591 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:04:02.141061 [ 91627 ] {e35fe37f-788b-4da5-8b43-0906ab310c95} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 105, m = 2. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:52048) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (105, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:04:02.170574 [ 91627 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 105, m = 2. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:04:03.855335 [ 91577 ] {7c2fa60d-9781-45ce-b416-1dc6d3d5b188} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -105: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:52020) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-105, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:04:03.902566 [ 91577 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -105: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:04:05.020992 [ 91520 ] {613ebc60-c63d-4a72-9884-9e100072e620} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 106, m = 1. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:52104) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (106, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:04:05.053945 [ 91520 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 106, m = 1. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:04:17.249635 [ 92539 ] {d85385c9-773d-490b-9fbb-4e54bad43550} executeQuery: Code: 43. DB::Exception: Illegal type Int32 of argument of function countSubstrings: In scope (SELECT countSubstrings(toModifiedJulianDayOrNull('\0'), '')) AS n. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48310) (comment: 01602_modified_julian_day_msan.sql) (in query: SELECT tryBase64Decode(( SELECT countSubstrings(toModifiedJulianDayOrNull('\0'), '') ) AS n, ( SELECT regionIn('l. ') ) AS srocpnuv);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionsStringSearch, (DB::ExecutionErrorPolicy)1, (DB::HaystackNeedleOrderIsConfigurable)0>::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000000d4fdecc 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bffeb6 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 24. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 27. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 29. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 31. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 2025.03.31 18:04:17.267767 [ 92539 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Int32 of argument of function countSubstrings: In scope (SELECT countSubstrings(toModifiedJulianDayOrNull('\0'), '')) AS n. (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionsStringSearch, (DB::ExecutionErrorPolicy)1, (DB::HaystackNeedleOrderIsConfigurable)0>::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000000d4fdecc 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bffeb6 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 24. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 27. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 29. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 31. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 2025.03.31 18:04:18.277279 [ 92539 ] {e3f5ba25-9b8b-4e0a-a1c0-47792d97e380} executeQuery: Code: 43. DB::Exception: Illegal type Int32 of argument of function countSubstrings: In scope SELECT countSubstrings(toModifiedJulianDayOrNull('\0'), ''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48310) (comment: 01602_modified_julian_day_msan.sql) (in query: SELECT countSubstrings(toModifiedJulianDayOrNull('\0'), '');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionsStringSearch, (DB::ExecutionErrorPolicy)1, (DB::HaystackNeedleOrderIsConfigurable)0>::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000000d4fdecc 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bffeb6 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:04:18.291893 [ 92539 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Int32 of argument of function countSubstrings: In scope SELECT countSubstrings(toModifiedJulianDayOrNull('\0'), ''). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionsStringSearch, (DB::ExecutionErrorPolicy)1, (DB::HaystackNeedleOrderIsConfigurable)0>::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000000d4fdecc 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bffeb6 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:04:18.376254 [ 92539 ] {de44ecbb-ed50-4155-bc06-925e3080f784} executeQuery: Code: 43. DB::Exception: Illegal type Int32 of argument of function countSubstrings: In scope SELECT countSubstrings(toInt32OrNull('123qwe123'), ''). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48310) (comment: 01602_modified_julian_day_msan.sql) (in query: SELECT countSubstrings(toInt32OrNull('123qwe123'), '');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionsStringSearch, (DB::ExecutionErrorPolicy)1, (DB::HaystackNeedleOrderIsConfigurable)0>::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000000d4fdecc 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bffeb6 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:04:18.385730 [ 92539 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Int32 of argument of function countSubstrings: In scope SELECT countSubstrings(toInt32OrNull('123qwe123'), ''). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionsStringSearch, (DB::ExecutionErrorPolicy)1, (DB::HaystackNeedleOrderIsConfigurable)0>::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000000d4fdecc 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bffeb6 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:04:23.387268 [ 91487 ] {a1f8eaa8-6800-46a5-8e62-4c4a01490952} executeQuery: Code: 62. DB::Exception: Syntax error: failed at position 27 ('expand'): expand c, d;. Max query size exceeded: 'expand'. (SYNTAX_ERROR) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48282) (comment: 02366_kql_mvexpand.sql) (in query: mv_expand_test_table | mv-ex), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::createDeprecated(String const&, int, bool) @ 0x000000000895229e 3. ./build_docker/./src/Parsers/Kusto/parseKQLQuery.cpp:451: DB::parseKQLQueryAndMovePosition(DB::IParser&, char const*&, char const*, String const&, bool, unsigned long, unsigned long, unsigned long) @ 0x00000000429759ca 4. ./build_docker/./src/Parsers/Kusto/parseKQLQuery.cpp:463: DB::parseKQLQuery(DB::IParser&, char const*, char const*, String const&, unsigned long, unsigned long, unsigned long) @ 0x0000000042975b11 5. ./build_docker/./src/Interpreters/executeQuery.cpp:865: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000039263315 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 7. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 2025.03.31 18:04:23.392220 [ 91487 ] {} TCPHandler: Code: 62. DB::Exception: Syntax error: failed at position 27 ('expand'): expand c, d;. Max query size exceeded: 'expand'. (SYNTAX_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::createDeprecated(String const&, int, bool) @ 0x000000000895229e 3. ./build_docker/./src/Parsers/Kusto/parseKQLQuery.cpp:451: DB::parseKQLQueryAndMovePosition(DB::IParser&, char const*&, char const*, String const&, bool, unsigned long, unsigned long, unsigned long) @ 0x00000000429759ca 4. ./build_docker/./src/Parsers/Kusto/parseKQLQuery.cpp:463: DB::parseKQLQuery(DB::IParser&, char const*, char const*, String const&, unsigned long, unsigned long, unsigned long) @ 0x0000000042975b11 5. ./build_docker/./src/Interpreters/executeQuery.cpp:865: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000039263315 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 7. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 2025.03.31 18:04:28.478025 [ 92814 ] {5c20ddcb-d6f1-4efa-a32c-2127c71e0439} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 218: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57656) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (109, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:04:28.714189 [ 92814 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 218: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:04:29.280504 [ 92255 ] {570eb575-e27d-45c5-bf4f-0a1e354f143b} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -109, m = 1. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:57558) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-109, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:04:29.297529 [ 92255 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -109, m = 1. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:04:33.780840 [ 92264 ] {97eb4c83-6133-40be-bd83-1d8874cc0091} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -110, m = 2. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:40666) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-110, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:04:33.816283 [ 92264 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -110, m = 2. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:04:38.264421 [ 92829 ] {2cdd7b38-c150-4ea0-93a7-fb887de7b960} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -110: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:40696) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-110, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:04:38.368065 [ 92286 ] {9b7345eb-6ba7-4b77-a164-fd4f96db7062} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 222: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:40776) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (111, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:04:38.631718 [ 92286 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 222: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:04:39.230308 [ 92829 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -110: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:04:40.083254 [ 91652 ] {1618c94a-68bc-4975-b4cc-987989072d5c} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 112, m = 2. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46324) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (112, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:04:40.139056 [ 91652 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 112, m = 2. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:04:43.504356 [ 91662 ] {9d473ca5-77c2-437f-b796-723754ecaeae} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 226: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46360) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (113, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:04:43.543640 [ 91662 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 226: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:04:44.064974 [ 91665 ] {900ab67c-6b05-4d40-84dd-7a3f00089cfc} executeQuery: Code: 201. DB::Exception: Quota for user `quoted_by_ip_test_qn7lya5x` for 31556952s has been exceeded: queries = 2/1. Interval will end at 2025-07-13 03:21:10. Name of quota template: `quota_by_ip_test_qn7lya5x`. (QUOTA_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:41762) (comment: 01600_quota_by_forwarded_ip.sh) (in query: SELECT count() FROM numbers(10)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&, String&&, String&&) @ 0x0000000033c8ff27 4. ./build_docker/./src/Access/EnabledQuota.cpp:32: DB::EnabledQuota::Impl::throwQuotaExceed(String const&, String const&, DB::QuotaType, unsigned long, unsigned long, std::chrono::duration>, std::chrono::time_point>>) @ 0x0000000033c8f9a9 5. ./build_docker/./src/Access/EnabledQuota.cpp:64: DB::EnabledQuota::Impl::used(String const&, DB::EnabledQuota::Intervals const&, DB::QuotaType, unsigned long, std::chrono::time_point>>, bool) @ 0x0000000033c8e81b 6. ./build_docker/./src/Access/EnabledQuota.cpp:252: DB::EnabledQuota::used(std::pair const&, bool) const @ 0x0000000033c8a4e1 7. ./build_docker/./src/Access/EnabledQuota.cpp:244: DB::EnabledQuota::used(DB::QuotaType, unsigned long, bool) const @ 0x0000000033c8a3a9 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1332: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926e431 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 10. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 11. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 12. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:04:44.076252 [ 91665 ] {900ab67c-6b05-4d40-84dd-7a3f00089cfc} DynamicQueryHandler: Code: 201. DB::Exception: Quota for user `quoted_by_ip_test_qn7lya5x` for 31556952s has been exceeded: queries = 2/1. Interval will end at 2025-07-13 03:21:10. Name of quota template: `quota_by_ip_test_qn7lya5x`. (QUOTA_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&, String&&, String&&) @ 0x0000000033c8ff27 4. ./build_docker/./src/Access/EnabledQuota.cpp:32: DB::EnabledQuota::Impl::throwQuotaExceed(String const&, String const&, DB::QuotaType, unsigned long, unsigned long, std::chrono::duration>, std::chrono::time_point>>) @ 0x0000000033c8f9a9 5. ./build_docker/./src/Access/EnabledQuota.cpp:64: DB::EnabledQuota::Impl::used(String const&, DB::EnabledQuota::Intervals const&, DB::QuotaType, unsigned long, std::chrono::time_point>>, bool) @ 0x0000000033c8e81b 6. ./build_docker/./src/Access/EnabledQuota.cpp:252: DB::EnabledQuota::used(std::pair const&, bool) const @ 0x0000000033c8a4e1 7. ./build_docker/./src/Access/EnabledQuota.cpp:244: DB::EnabledQuota::used(DB::QuotaType, unsigned long, bool) const @ 0x0000000033c8a3a9 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1332: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926e431 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 10. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 11. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 12. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:04:44.212732 [ 92809 ] {52b99d2e-6d6f-4b3f-bde6-ca7ff52bc2bf} executeQuery: Code: 201. DB::Exception: Quota for user `quoted_by_ip_test_qn7lya5x` for 31556952s has been exceeded: queries = 3/1. Interval will end at 2025-07-13 03:21:10. Name of quota template: `quota_by_ip_test_qn7lya5x`. (QUOTA_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:41770) (comment: 01600_quota_by_forwarded_ip.sh) (in query: SELECT count() FROM numbers(10)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&, String&&, String&&) @ 0x0000000033c8ff27 4. ./build_docker/./src/Access/EnabledQuota.cpp:32: DB::EnabledQuota::Impl::throwQuotaExceed(String const&, String const&, DB::QuotaType, unsigned long, unsigned long, std::chrono::duration>, std::chrono::time_point>>) @ 0x0000000033c8f9a9 5. ./build_docker/./src/Access/EnabledQuota.cpp:64: DB::EnabledQuota::Impl::used(String const&, DB::EnabledQuota::Intervals const&, DB::QuotaType, unsigned long, std::chrono::time_point>>, bool) @ 0x0000000033c8e81b 6. ./build_docker/./src/Access/EnabledQuota.cpp:252: DB::EnabledQuota::used(std::pair const&, bool) const @ 0x0000000033c8a4e1 7. ./build_docker/./src/Access/EnabledQuota.cpp:244: DB::EnabledQuota::used(DB::QuotaType, unsigned long, bool) const @ 0x0000000033c8a3a9 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1332: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926e431 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 10. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 11. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 12. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:04:44.224621 [ 92809 ] {52b99d2e-6d6f-4b3f-bde6-ca7ff52bc2bf} DynamicQueryHandler: Code: 201. DB::Exception: Quota for user `quoted_by_ip_test_qn7lya5x` for 31556952s has been exceeded: queries = 3/1. Interval will end at 2025-07-13 03:21:10. Name of quota template: `quota_by_ip_test_qn7lya5x`. (QUOTA_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&, String&&, String&&) @ 0x0000000033c8ff27 4. ./build_docker/./src/Access/EnabledQuota.cpp:32: DB::EnabledQuota::Impl::throwQuotaExceed(String const&, String const&, DB::QuotaType, unsigned long, unsigned long, std::chrono::duration>, std::chrono::time_point>>) @ 0x0000000033c8f9a9 5. ./build_docker/./src/Access/EnabledQuota.cpp:64: DB::EnabledQuota::Impl::used(String const&, DB::EnabledQuota::Intervals const&, DB::QuotaType, unsigned long, std::chrono::time_point>>, bool) @ 0x0000000033c8e81b 6. ./build_docker/./src/Access/EnabledQuota.cpp:252: DB::EnabledQuota::used(std::pair const&, bool) const @ 0x0000000033c8a4e1 7. ./build_docker/./src/Access/EnabledQuota.cpp:244: DB::EnabledQuota::used(DB::QuotaType, unsigned long, bool) const @ 0x0000000033c8a3a9 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1332: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926e431 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 10. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 11. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 12. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:04:44.435487 [ 92559 ] {5b5cec63-e5d4-47c3-960c-31a1aa3f6080} executeQuery: Code: 201. DB::Exception: Quota for user `quoted_by_ip_test_qn7lya5x` for 31556952s has been exceeded: queries = 4/1. Interval will end at 2025-07-13 03:21:10. Name of quota template: `quota_by_ip_test_qn7lya5x`. (QUOTA_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:41784) (comment: 01600_quota_by_forwarded_ip.sh) (in query: SELECT count() FROM numbers(10)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&, String&&, String&&) @ 0x0000000033c8ff27 4. ./build_docker/./src/Access/EnabledQuota.cpp:32: DB::EnabledQuota::Impl::throwQuotaExceed(String const&, String const&, DB::QuotaType, unsigned long, unsigned long, std::chrono::duration>, std::chrono::time_point>>) @ 0x0000000033c8f9a9 5. ./build_docker/./src/Access/EnabledQuota.cpp:64: DB::EnabledQuota::Impl::used(String const&, DB::EnabledQuota::Intervals const&, DB::QuotaType, unsigned long, std::chrono::time_point>>, bool) @ 0x0000000033c8e81b 6. ./build_docker/./src/Access/EnabledQuota.cpp:252: DB::EnabledQuota::used(std::pair const&, bool) const @ 0x0000000033c8a4e1 7. ./build_docker/./src/Access/EnabledQuota.cpp:244: DB::EnabledQuota::used(DB::QuotaType, unsigned long, bool) const @ 0x0000000033c8a3a9 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1332: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926e431 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 10. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 11. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 12. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:04:44.445249 [ 92559 ] {5b5cec63-e5d4-47c3-960c-31a1aa3f6080} DynamicQueryHandler: Code: 201. DB::Exception: Quota for user `quoted_by_ip_test_qn7lya5x` for 31556952s has been exceeded: queries = 4/1. Interval will end at 2025-07-13 03:21:10. Name of quota template: `quota_by_ip_test_qn7lya5x`. (QUOTA_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&, String&&, String&&) @ 0x0000000033c8ff27 4. ./build_docker/./src/Access/EnabledQuota.cpp:32: DB::EnabledQuota::Impl::throwQuotaExceed(String const&, String const&, DB::QuotaType, unsigned long, unsigned long, std::chrono::duration>, std::chrono::time_point>>) @ 0x0000000033c8f9a9 5. ./build_docker/./src/Access/EnabledQuota.cpp:64: DB::EnabledQuota::Impl::used(String const&, DB::EnabledQuota::Intervals const&, DB::QuotaType, unsigned long, std::chrono::time_point>>, bool) @ 0x0000000033c8e81b 6. ./build_docker/./src/Access/EnabledQuota.cpp:252: DB::EnabledQuota::used(std::pair const&, bool) const @ 0x0000000033c8a4e1 7. ./build_docker/./src/Access/EnabledQuota.cpp:244: DB::EnabledQuota::used(DB::QuotaType, unsigned long, bool) const @ 0x0000000033c8a3a9 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1332: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926e431 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 10. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 11. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 12. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:04:44.459900 [ 91665 ] {900ab67c-6b05-4d40-84dd-7a3f00089cfc} bool DB::WriteBufferFromHTTPServerResponse::cancelWithException(HTTPServerRequest &, int, const std::string &, WriteBuffer *): Failed to send exception to the response write buffer.: Code: 210. DB::NetException: I/O error: Broken pipe, while writing to socket ([::ffff:127.0.0.1]:8123 -> [::ffff:127.0.0.1]:41762). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/WriteBufferFromPocoSocket.cpp:171: DB::WriteBufferFromPocoSocket::nextImpl() @ 0x0000000020b7a476 4. ./src/Server/HTTP/HTTPServerResponse.h:197: DB::HTTPWriteBuffer::nextImplChunked() @ 0x000000003f4bd794 5. ./src/Server/HTTP/HTTPServerResponse.h:166: DB::WriteBufferFromHTTPServerResponse::nextImpl() @ 0x000000003f4b64ff 6. DB::WriteBuffer::next() @ 0x00000000088f5ec1 7. ./src/IO/WriteBuffer.h:171: DB::WriteBufferFromHTTPServerResponse::finalizeImpl() @ 0x000000003f4b78d3 8. ./build_docker/./src/IO/WriteBuffer.cpp:55: DB::WriteBuffer::finalize() @ 0x00000000208a0656 9. ./build_docker/./src/Server/HTTP/WriteBufferFromHTTPServerResponse.cpp:282: DB::WriteBufferFromHTTPServerResponse::cancelWithException(DB::HTTPServerRequest&, int, String const&, DB::WriteBuffer*) @ 0x000000003f4b881f 10. ./build_docker/./src/Server/HTTPHandler.cpp:652: DB::HTTPHandler::trySendExceptionToClient(int, String const&, DB::HTTPServerRequest&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&) @ 0x000000003f27c8cf 11. ./build_docker/./src/Server/HTTPHandler.cpp:769: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f28447b 12. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:04:44.863615 [ 91841 ] {22954911-fb1a-4267-a45a-98983bd19fc9} executeQuery: Code: 201. DB::Exception: Quota for user `quoted_by_forwarded_ip_test_qn7lya5x` for 31556952s has been exceeded: queries = 2/1. Interval will end at 2025-09-08 07:36:31. Name of quota template: `quota_by_forwarded_ip_test_qn7lya5x`. (QUOTA_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:41800) (comment: 01600_quota_by_forwarded_ip.sh) (in query: SELECT count() FROM numbers(10)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&, String&&, String&&) @ 0x0000000033c8ff27 4. ./build_docker/./src/Access/EnabledQuota.cpp:32: DB::EnabledQuota::Impl::throwQuotaExceed(String const&, String const&, DB::QuotaType, unsigned long, unsigned long, std::chrono::duration>, std::chrono::time_point>>) @ 0x0000000033c8f9a9 5. ./build_docker/./src/Access/EnabledQuota.cpp:64: DB::EnabledQuota::Impl::used(String const&, DB::EnabledQuota::Intervals const&, DB::QuotaType, unsigned long, std::chrono::time_point>>, bool) @ 0x0000000033c8e81b 6. ./build_docker/./src/Access/EnabledQuota.cpp:252: DB::EnabledQuota::used(std::pair const&, bool) const @ 0x0000000033c8a4e1 7. ./build_docker/./src/Access/EnabledQuota.cpp:244: DB::EnabledQuota::used(DB::QuotaType, unsigned long, bool) const @ 0x0000000033c8a3a9 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1332: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926e431 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 10. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 11. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 12. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:04:44.869574 [ 91841 ] {22954911-fb1a-4267-a45a-98983bd19fc9} DynamicQueryHandler: Code: 201. DB::Exception: Quota for user `quoted_by_forwarded_ip_test_qn7lya5x` for 31556952s has been exceeded: queries = 2/1. Interval will end at 2025-09-08 07:36:31. Name of quota template: `quota_by_forwarded_ip_test_qn7lya5x`. (QUOTA_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&, String&&, String&&) @ 0x0000000033c8ff27 4. ./build_docker/./src/Access/EnabledQuota.cpp:32: DB::EnabledQuota::Impl::throwQuotaExceed(String const&, String const&, DB::QuotaType, unsigned long, unsigned long, std::chrono::duration>, std::chrono::time_point>>) @ 0x0000000033c8f9a9 5. ./build_docker/./src/Access/EnabledQuota.cpp:64: DB::EnabledQuota::Impl::used(String const&, DB::EnabledQuota::Intervals const&, DB::QuotaType, unsigned long, std::chrono::time_point>>, bool) @ 0x0000000033c8e81b 6. ./build_docker/./src/Access/EnabledQuota.cpp:252: DB::EnabledQuota::used(std::pair const&, bool) const @ 0x0000000033c8a4e1 7. ./build_docker/./src/Access/EnabledQuota.cpp:244: DB::EnabledQuota::used(DB::QuotaType, unsigned long, bool) const @ 0x0000000033c8a3a9 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1332: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926e431 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 10. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 11. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 12. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:04:44.872510 [ 91841 ] {22954911-fb1a-4267-a45a-98983bd19fc9} bool DB::WriteBufferFromHTTPServerResponse::cancelWithException(HTTPServerRequest &, int, const std::string &, WriteBuffer *): Failed to send exception to the response write buffer.: Code: 210. DB::NetException: I/O error: Broken pipe, while writing to socket ([::ffff:127.0.0.1]:8123 -> [::ffff:127.0.0.1]:41800). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/WriteBufferFromPocoSocket.cpp:171: DB::WriteBufferFromPocoSocket::nextImpl() @ 0x0000000020b7a476 4. ./src/Server/HTTP/HTTPServerResponse.h:197: DB::HTTPWriteBuffer::nextImplChunked() @ 0x000000003f4bd794 5. ./src/Server/HTTP/HTTPServerResponse.h:166: DB::WriteBufferFromHTTPServerResponse::nextImpl() @ 0x000000003f4b64ff 6. DB::WriteBuffer::next() @ 0x00000000088f5ec1 7. ./src/IO/WriteBuffer.h:171: DB::WriteBufferFromHTTPServerResponse::finalizeImpl() @ 0x000000003f4b78d3 8. ./build_docker/./src/IO/WriteBuffer.cpp:55: DB::WriteBuffer::finalize() @ 0x00000000208a0656 9. ./build_docker/./src/Server/HTTP/WriteBufferFromHTTPServerResponse.cpp:282: DB::WriteBufferFromHTTPServerResponse::cancelWithException(DB::HTTPServerRequest&, int, String const&, DB::WriteBuffer*) @ 0x000000003f4b881f 10. ./build_docker/./src/Server/HTTPHandler.cpp:652: DB::HTTPHandler::trySendExceptionToClient(int, String const&, DB::HTTPServerRequest&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&) @ 0x000000003f27c8cf 11. ./build_docker/./src/Server/HTTPHandler.cpp:769: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f28447b 12. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:04:44.972912 [ 92277 ] {d5c4e43e-6a1d-4f38-917c-acf0228a24eb} executeQuery: Code: 201. DB::Exception: Quota for user `quoted_by_forwarded_ip_test_qn7lya5x` for 31556952s has been exceeded: queries = 3/1. Interval will end at 2025-09-08 07:36:31. Name of quota template: `quota_by_forwarded_ip_test_qn7lya5x`. (QUOTA_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:41806) (comment: 01600_quota_by_forwarded_ip.sh) (in query: SELECT count() FROM numbers(10)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&, String&&, String&&) @ 0x0000000033c8ff27 4. ./build_docker/./src/Access/EnabledQuota.cpp:32: DB::EnabledQuota::Impl::throwQuotaExceed(String const&, String const&, DB::QuotaType, unsigned long, unsigned long, std::chrono::duration>, std::chrono::time_point>>) @ 0x0000000033c8f9a9 5. ./build_docker/./src/Access/EnabledQuota.cpp:64: DB::EnabledQuota::Impl::used(String const&, DB::EnabledQuota::Intervals const&, DB::QuotaType, unsigned long, std::chrono::time_point>>, bool) @ 0x0000000033c8e81b 6. ./build_docker/./src/Access/EnabledQuota.cpp:252: DB::EnabledQuota::used(std::pair const&, bool) const @ 0x0000000033c8a4e1 7. ./build_docker/./src/Access/EnabledQuota.cpp:244: DB::EnabledQuota::used(DB::QuotaType, unsigned long, bool) const @ 0x0000000033c8a3a9 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1332: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926e431 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 10. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 11. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 12. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:04:44.978564 [ 92277 ] {d5c4e43e-6a1d-4f38-917c-acf0228a24eb} DynamicQueryHandler: Code: 201. DB::Exception: Quota for user `quoted_by_forwarded_ip_test_qn7lya5x` for 31556952s has been exceeded: queries = 3/1. Interval will end at 2025-09-08 07:36:31. Name of quota template: `quota_by_forwarded_ip_test_qn7lya5x`. (QUOTA_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&, String&&, String&&) @ 0x0000000033c8ff27 4. ./build_docker/./src/Access/EnabledQuota.cpp:32: DB::EnabledQuota::Impl::throwQuotaExceed(String const&, String const&, DB::QuotaType, unsigned long, unsigned long, std::chrono::duration>, std::chrono::time_point>>) @ 0x0000000033c8f9a9 5. ./build_docker/./src/Access/EnabledQuota.cpp:64: DB::EnabledQuota::Impl::used(String const&, DB::EnabledQuota::Intervals const&, DB::QuotaType, unsigned long, std::chrono::time_point>>, bool) @ 0x0000000033c8e81b 6. ./build_docker/./src/Access/EnabledQuota.cpp:252: DB::EnabledQuota::used(std::pair const&, bool) const @ 0x0000000033c8a4e1 7. ./build_docker/./src/Access/EnabledQuota.cpp:244: DB::EnabledQuota::used(DB::QuotaType, unsigned long, bool) const @ 0x0000000033c8a3a9 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1332: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926e431 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 10. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 11. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 12. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:04:45.346271 [ 92277 ] {c4bbd71a-f6c2-4813-978f-8839fcc8dfda} executeQuery: Code: 201. DB::Exception: Quota for user `quoted_by_forwarded_ip_test_qn7lya5x` for 31556952s has been exceeded: queries = 2/1. Interval will end at 2025-04-18 07:33:23. Name of quota template: `quota_by_forwarded_ip_test_qn7lya5x`. (QUOTA_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:41830) (comment: 01600_quota_by_forwarded_ip.sh) (in query: SELECT count() FROM numbers(10)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&, String&&, String&&) @ 0x0000000033c8ff27 4. ./build_docker/./src/Access/EnabledQuota.cpp:32: DB::EnabledQuota::Impl::throwQuotaExceed(String const&, String const&, DB::QuotaType, unsigned long, unsigned long, std::chrono::duration>, std::chrono::time_point>>) @ 0x0000000033c8f9a9 5. ./build_docker/./src/Access/EnabledQuota.cpp:64: DB::EnabledQuota::Impl::used(String const&, DB::EnabledQuota::Intervals const&, DB::QuotaType, unsigned long, std::chrono::time_point>>, bool) @ 0x0000000033c8e81b 6. ./build_docker/./src/Access/EnabledQuota.cpp:252: DB::EnabledQuota::used(std::pair const&, bool) const @ 0x0000000033c8a4e1 7. ./build_docker/./src/Access/EnabledQuota.cpp:244: DB::EnabledQuota::used(DB::QuotaType, unsigned long, bool) const @ 0x0000000033c8a3a9 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1332: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926e431 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 10. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 11. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 12. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:04:45.352453 [ 92277 ] {c4bbd71a-f6c2-4813-978f-8839fcc8dfda} DynamicQueryHandler: Code: 201. DB::Exception: Quota for user `quoted_by_forwarded_ip_test_qn7lya5x` for 31556952s has been exceeded: queries = 2/1. Interval will end at 2025-04-18 07:33:23. Name of quota template: `quota_by_forwarded_ip_test_qn7lya5x`. (QUOTA_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&, String&&, String&&) @ 0x0000000033c8ff27 4. ./build_docker/./src/Access/EnabledQuota.cpp:32: DB::EnabledQuota::Impl::throwQuotaExceed(String const&, String const&, DB::QuotaType, unsigned long, unsigned long, std::chrono::duration>, std::chrono::time_point>>) @ 0x0000000033c8f9a9 5. ./build_docker/./src/Access/EnabledQuota.cpp:64: DB::EnabledQuota::Impl::used(String const&, DB::EnabledQuota::Intervals const&, DB::QuotaType, unsigned long, std::chrono::time_point>>, bool) @ 0x0000000033c8e81b 6. ./build_docker/./src/Access/EnabledQuota.cpp:252: DB::EnabledQuota::used(std::pair const&, bool) const @ 0x0000000033c8a4e1 7. ./build_docker/./src/Access/EnabledQuota.cpp:244: DB::EnabledQuota::used(DB::QuotaType, unsigned long, bool) const @ 0x0000000033c8a3a9 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1332: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926e431 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 10. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 11. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 12. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:04:45.523514 [ 92277 ] {ebfae1a3-9c3a-40ee-8649-6b2209e9976e} executeQuery: Code: 201. DB::Exception: Quota for user `quoted_by_forwarded_ip_test_qn7lya5x` for 31556952s has been exceeded: queries = 3/1. Interval will end at 2025-04-18 07:33:23. Name of quota template: `quota_by_forwarded_ip_test_qn7lya5x`. (QUOTA_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:41834) (comment: 01600_quota_by_forwarded_ip.sh) (in query: SELECT count() FROM numbers(10)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&, String&&, String&&) @ 0x0000000033c8ff27 4. ./build_docker/./src/Access/EnabledQuota.cpp:32: DB::EnabledQuota::Impl::throwQuotaExceed(String const&, String const&, DB::QuotaType, unsigned long, unsigned long, std::chrono::duration>, std::chrono::time_point>>) @ 0x0000000033c8f9a9 5. ./build_docker/./src/Access/EnabledQuota.cpp:64: DB::EnabledQuota::Impl::used(String const&, DB::EnabledQuota::Intervals const&, DB::QuotaType, unsigned long, std::chrono::time_point>>, bool) @ 0x0000000033c8e81b 6. ./build_docker/./src/Access/EnabledQuota.cpp:252: DB::EnabledQuota::used(std::pair const&, bool) const @ 0x0000000033c8a4e1 7. ./build_docker/./src/Access/EnabledQuota.cpp:244: DB::EnabledQuota::used(DB::QuotaType, unsigned long, bool) const @ 0x0000000033c8a3a9 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1332: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926e431 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 10. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 11. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 12. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:04:45.534084 [ 92277 ] {ebfae1a3-9c3a-40ee-8649-6b2209e9976e} DynamicQueryHandler: Code: 201. DB::Exception: Quota for user `quoted_by_forwarded_ip_test_qn7lya5x` for 31556952s has been exceeded: queries = 3/1. Interval will end at 2025-04-18 07:33:23. Name of quota template: `quota_by_forwarded_ip_test_qn7lya5x`. (QUOTA_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&, String&&, String&&) @ 0x0000000033c8ff27 4. ./build_docker/./src/Access/EnabledQuota.cpp:32: DB::EnabledQuota::Impl::throwQuotaExceed(String const&, String const&, DB::QuotaType, unsigned long, unsigned long, std::chrono::duration>, std::chrono::time_point>>) @ 0x0000000033c8f9a9 5. ./build_docker/./src/Access/EnabledQuota.cpp:64: DB::EnabledQuota::Impl::used(String const&, DB::EnabledQuota::Intervals const&, DB::QuotaType, unsigned long, std::chrono::time_point>>, bool) @ 0x0000000033c8e81b 6. ./build_docker/./src/Access/EnabledQuota.cpp:252: DB::EnabledQuota::used(std::pair const&, bool) const @ 0x0000000033c8a4e1 7. ./build_docker/./src/Access/EnabledQuota.cpp:244: DB::EnabledQuota::used(DB::QuotaType, unsigned long, bool) const @ 0x0000000033c8a3a9 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1332: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926e431 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 10. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 11. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 12. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:04:45.647543 [ 92277 ] {937b0070-297f-4bcd-ae83-5aaac3d0418d} executeQuery: Code: 201. DB::Exception: Quota for user `quoted_by_forwarded_ip_test_qn7lya5x` for 31556952s has been exceeded: queries = 4/1. Interval will end at 2025-04-18 07:33:23. Name of quota template: `quota_by_forwarded_ip_test_qn7lya5x`. (QUOTA_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:41848) (comment: 01600_quota_by_forwarded_ip.sh) (in query: SELECT count() FROM numbers(10)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&, String&&, String&&) @ 0x0000000033c8ff27 4. ./build_docker/./src/Access/EnabledQuota.cpp:32: DB::EnabledQuota::Impl::throwQuotaExceed(String const&, String const&, DB::QuotaType, unsigned long, unsigned long, std::chrono::duration>, std::chrono::time_point>>) @ 0x0000000033c8f9a9 5. ./build_docker/./src/Access/EnabledQuota.cpp:64: DB::EnabledQuota::Impl::used(String const&, DB::EnabledQuota::Intervals const&, DB::QuotaType, unsigned long, std::chrono::time_point>>, bool) @ 0x0000000033c8e81b 6. ./build_docker/./src/Access/EnabledQuota.cpp:252: DB::EnabledQuota::used(std::pair const&, bool) const @ 0x0000000033c8a4e1 7. ./build_docker/./src/Access/EnabledQuota.cpp:244: DB::EnabledQuota::used(DB::QuotaType, unsigned long, bool) const @ 0x0000000033c8a3a9 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1332: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926e431 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 10. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 11. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 12. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:04:45.655871 [ 92277 ] {937b0070-297f-4bcd-ae83-5aaac3d0418d} DynamicQueryHandler: Code: 201. DB::Exception: Quota for user `quoted_by_forwarded_ip_test_qn7lya5x` for 31556952s has been exceeded: queries = 4/1. Interval will end at 2025-04-18 07:33:23. Name of quota template: `quota_by_forwarded_ip_test_qn7lya5x`. (QUOTA_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&, String&&, String&&) @ 0x0000000033c8ff27 4. ./build_docker/./src/Access/EnabledQuota.cpp:32: DB::EnabledQuota::Impl::throwQuotaExceed(String const&, String const&, DB::QuotaType, unsigned long, unsigned long, std::chrono::duration>, std::chrono::time_point>>) @ 0x0000000033c8f9a9 5. ./build_docker/./src/Access/EnabledQuota.cpp:64: DB::EnabledQuota::Impl::used(String const&, DB::EnabledQuota::Intervals const&, DB::QuotaType, unsigned long, std::chrono::time_point>>, bool) @ 0x0000000033c8e81b 6. ./build_docker/./src/Access/EnabledQuota.cpp:252: DB::EnabledQuota::used(std::pair const&, bool) const @ 0x0000000033c8a4e1 7. ./build_docker/./src/Access/EnabledQuota.cpp:244: DB::EnabledQuota::used(DB::QuotaType, unsigned long, bool) const @ 0x0000000033c8a3a9 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1332: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926e431 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 10. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 11. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 12. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:04:47.488159 [ 92561 ] {ac972193-8a79-425c-9a9d-020ae7686f64} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 113, m = 1. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:36868) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (113, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:04:47.504255 [ 92561 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 113, m = 1. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:04:47.589531 [ 92254 ] {86f18fea-28dd-4bb1-be6f-1ca8369c6313} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -230: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:36820) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-115, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:04:47.634283 [ 92254 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -230: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:04:47.826571 [ 92554 ] {ae0af721-2505-40af-9639-5cc94f073725} executeQuery: Code: 43. DB::Exception: Illegal types of arguments: Map(String, UInt8), UInt8 for function arrayElement. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:36858) (comment: 02407_array_element_from_map_wrong_type.sql) (in query: select m[0], materialize(map('key', 42)) as m;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. DB::(anonymous namespace)::FunctionArrayElement<(DB::(anonymous namespace)::ArrayElementExceptionMode)0>::executeMap(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001eb601dc 5. DB::(anonymous namespace)::FunctionArrayElement<(DB::(anonymous namespace)::ArrayElementExceptionMode)0>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001eb44a05 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 10. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 11. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 12. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 13. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 14. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 16. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 17. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 18:04:47.836985 [ 92554 ] {} TCPHandler: Code: 43. DB::Exception: Illegal types of arguments: Map(String, UInt8), UInt8 for function arrayElement. (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. DB::(anonymous namespace)::FunctionArrayElement<(DB::(anonymous namespace)::ArrayElementExceptionMode)0>::executeMap(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001eb601dc 5. DB::(anonymous namespace)::FunctionArrayElement<(DB::(anonymous namespace)::ArrayElementExceptionMode)0>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001eb44a05 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 10. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 11. ./build_docker/./src/Interpreters/ActionsDAG.cpp:742: DB::ActionsDAG::evaluatePartialResult(std::unordered_map, std::equal_to, std::allocator>>&, std::vector> const&, unsigned long, bool) @ 0x0000000035b07681 12. ./build_docker/./src/Interpreters/ActionsDAG.cpp:822: DB::ActionsDAG::updateHeader(DB::Block const&) const @ 0x0000000035b03163 13. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:10: DB::ExpressionTransform::transformHeader(DB::Block const&, DB::ActionsDAG const&) @ 0x00000000400dd857 14. ./build_docker/./src/Processors/QueryPlan/ExpressionStep.cpp:38: DB::ExpressionStep::ExpressionStep(DB::Block const&, DB::ActionsDAG) @ 0x0000000040741edb 15. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: DB::(anonymous namespace)::addExpressionStep(DB::QueryPlan&, std::shared_ptr&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866f65e 16. ./build_docker/./src/Planner/Planner.cpp:1656: DB::Planner::buildPlanForQueryNode() @ 0x0000000038657afb 17. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 18:04:49.374476 [ 91531 ] {1ff2abce-60e1-47ce-9b55-9859c111b7d5} executeQuery: Code: 184. DB::Exception: Nested identical combinator 'If' is not supported. (ILLEGAL_AGGREGATION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:36890) (comment: 02025_nested_func_for_if_combinator.sql) (in query: SELECT uniqCombinedIfMergeIf(n, last > 50) FILTER(WHERE last>50) FROM (SELECT uniqCombinedIfState(number, number % 2) AS n, max(number) AS last FROM numbers(10));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:244: DB::AggregateFunctionFactory::getImpl(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&, bool) const @ 0x0000000032daf8a6 5. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 18:04:49.397744 [ 91531 ] {} TCPHandler: Code: 184. DB::Exception: Nested identical combinator 'If' is not supported. (ILLEGAL_AGGREGATION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:244: DB::AggregateFunctionFactory::getImpl(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&, bool) const @ 0x0000000032daf8a6 5. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 18:04:49.856589 [ 91531 ] {69a9dc74-10bd-4517-96f4-5a247cfc9faf} executeQuery: Code: 184. DB::Exception: Nested identical combinator 'If' is not supported. (ILLEGAL_AGGREGATION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:36890) (comment: 02025_nested_func_for_if_combinator.sql) (in query: SELECT uniqCombinedIfMergeIfIf(n, last > 5) FROM (SELECT uniqCombinedIfState(number, number % 2) AS n, max(number) AS last FROM numbers(10));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:244: DB::AggregateFunctionFactory::getImpl(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&, bool) const @ 0x0000000032daf8a6 5. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 18:04:49.866133 [ 91531 ] {} TCPHandler: Code: 184. DB::Exception: Nested identical combinator 'If' is not supported. (ILLEGAL_AGGREGATION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:244: DB::AggregateFunctionFactory::getImpl(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&, bool) const @ 0x0000000032daf8a6 5. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 18:04:49.932700 [ 91531 ] {05e11659-2b50-4209-be23-d579cebf39ac} executeQuery: Code: 184. DB::Exception: Nested identical combinator 'If' is not supported. (ILLEGAL_AGGREGATION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:36890) (comment: 02025_nested_func_for_if_combinator.sql) (in query: SELECT uniqCombinedIfMergeIfIf(n, last > 5, 1) FROM (SELECT uniqCombinedIfState(number, number % 2) AS n, max(number) AS last FROM numbers(10));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:244: DB::AggregateFunctionFactory::getImpl(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&, bool) const @ 0x0000000032daf8a6 5. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 18:04:49.940881 [ 91531 ] {} TCPHandler: Code: 184. DB::Exception: Nested identical combinator 'If' is not supported. (ILLEGAL_AGGREGATION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:244: DB::AggregateFunctionFactory::getImpl(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&, bool) const @ 0x0000000032daf8a6 5. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 18:04:51.248516 [ 92278 ] {222071d7-a646-4951-a2bf-37c8a233a7a6} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -117, m = 2. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37056) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-117, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:04:51.277051 [ 92278 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -117, m = 2. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:04:53.123682 [ 93061 ] {} TCPHandler: Code: 394. DB::Exception: Query was cancelled: while executing 'FUNCTION sleep(1_UInt8 :: 0) -> sleep(1_UInt8) UInt8 : 1'. (QUERY_WAS_CANCELLED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/ProcessList.cpp:560: DB::QueryStatus::throwQueryWasCancelled() const @ 0x0000000038971ab9 5. ./build_docker/./src/Interpreters/ProcessList.cpp:513: DB::QueryStatus::throwProperExceptionIfNeeded(unsigned long const&, unsigned long const&) @ 0x00000000389717d8 6. ./build_docker/./src/Interpreters/ProcessList.cpp:550: DB::QueryStatus::checkTimeLimit() @ 0x0000000038972c83 7. DB::FunctionSleep<(DB::FunctionSleepVariant)0>::execute(std::vector> const&, std::shared_ptr const&, bool) const @ 0x000000001b8115e9 8. DB::FunctionSleep<(DB::FunctionSleepVariant)0>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b8107f1 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Interpreters/ExpressionActions.cpp:816: DB::ExpressionActions::execute(DB::Block&, bool, bool) const @ 0x000000003691c608 15. ./build_docker/./src/Storages/VirtualColumnUtils.cpp:105: DB::VirtualColumnUtils::filterBlockWithExpression(std::shared_ptr const&, DB::Block&) @ 0x000000003d3a148b 16. ./build_docker/./src/Storages/VirtualColumnUtils.cpp:490: DB::VirtualColumnUtils::filterBlockWithPredicate(DB::ActionsDAG::Node const*, DB::Block&, std::shared_ptr, bool) @ 0x000000003d3b8d3d 17. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:7288: DB::MergeTreeData::getMinMaxCountProjectionBlock(std::shared_ptr const&, std::vector> const&, DB::ActionsDAG const*, std::vector, std::allocator>> const&, std::unordered_map, std::equal_to, std::allocator>> const*, std::shared_ptr) const @ 0x000000003df8bf4a 18. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizeUseAggregateProjection.cpp:488: DB::QueryPlanOptimizations::getAggregateProjectionCandidates(DB::QueryPlan::Node&, DB::AggregatingStep&, DB::ReadFromMergeTree&, std::shared_ptr, std::equal_to, std::allocator>>> const&, bool) @ 0x0000000040b3456f 19. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizeUseAggregateProjection.cpp:592: DB::QueryPlanOptimizations::optimizeUseAggregateProjections(DB::QueryPlan::Node&, std::list>&, bool) @ 0x0000000040b3a505 20. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizeTree.cpp:164: DB::QueryPlanOptimizations::optimizeTreeSecondPass(DB::QueryPlanOptimizationSettings const&, DB::QueryPlan::Node&, std::list>&) @ 0x0000000040aae7c7 21. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:471: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x000000004081319e 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:04:53.500052 [ 71988 ] {f1db3dab-49a5-439f-b02d-c4bf2f8782bc} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -116, m = 1. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37218) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-116, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:04:53.517747 [ 71988 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -116, m = 1. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:04:54.939708 [ 71979 ] {3165add0-3967-40f0-bc66-88a778b2acc3} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -238: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37304) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-119, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:04:54.980306 [ 71979 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -238: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:04:55.384222 [ 91973 ] {56394c71-6e47-4887-b401-99b7316b2b34} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -117: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37318) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-117, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:04:55.419685 [ 91973 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -117: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:04:55.810729 [ 91595 ] {af55ae44-f21b-4066-b1d2-06943b99de40} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 120, m = 2. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:37396) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (120, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:04:55.828346 [ 91595 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 120, m = 2. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:04:57.682898 [ 68114 ] {8090d661-724b-4ea5-962c-773079b3c0c1} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -242: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54038) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-121, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:04:57.722361 [ 68114 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -242: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:04:58.578342 [ 92808 ] {b59bc0f4-8550-4dc0-874f-0622459d91c5} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 122, m = 2. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54122) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (122, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:04:58.617625 [ 92808 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 122, m = 2. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:04:59.513841 [ 92808 ] {cf7dc588-b8f5-4d38-b3a7-5a6b63d12e58} executeQuery: Code: 42. DB::Exception: Aggregate function groupBitAnd requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT BIT_AND([], [], []);) 2025.03.31 18:04:59.534861 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function groupBitAnd requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:04:59.777611 [ 92808 ] {7ae7ea1b-aef6-403e-89a7-472f424d119a} executeQuery: Code: 42. DB::Exception: Aggregate function groupBitOr requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT BIT_OR([], [], []);) 2025.03.31 18:04:59.805779 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function groupBitOr requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:04:59.850263 [ 92808 ] {34c15aa3-63ed-41e1-b4d3-0c996627b417} executeQuery: Code: 42. DB::Exception: Aggregate function groupBitXor requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT BIT_XOR([], [], []);) 2025.03.31 18:04:59.860934 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function groupBitXor requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:04:59.911728 [ 92808 ] {7c9e5f9a-0545-4e61-9049-eb0073250955} executeQuery: Code: 42. DB::Exception: Number of arguments for function BLAKE3 doesn't match: passed 3, should be 1: In scope SELECT BLAKE3([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT BLAKE3([], [], []);) 2025.03.31 18:04:59.924001 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function BLAKE3 doesn't match: passed 3, should be 1: In scope SELECT BLAKE3([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:04:59.990619 [ 92808 ] {64e2b015-0ad5-4dd2-9beb-5aef1ae76f3e} executeQuery: Code: 42. DB::Exception: Number of arguments for function lengthUTF8 doesn't match: passed 3, should be 1: In scope SELECT CHARACTER_LENGTH([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT CHARACTER_LENGTH([], [], []);) 2025.03.31 18:05:00.003371 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function lengthUTF8 doesn't match: passed 3, should be 1: In scope SELECT CHARACTER_LENGTH([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:00.077069 [ 91487 ] {81bbad2e-4f96-451d-aad0-307044dcec42} executeQuery: Code: 395. DB::Exception: Value passed to 'throwIf' function is non-zero: while executing 'FUNCTION throwIf(equals(A, 2) :: 1) -> throwIf(equals(A, 2)) UInt8 : 2'. (FUNCTION_THROW_IF_VALUE_IS_NON_ZERO) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54140) (comment: 03282_materialized_views_ignore_errors.sql) (in query: -- { echoOn } insert into testX select number from numbers(20) settings materialized_views_ignore_errors = 0;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionThrowIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001bcad856 5. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 6. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 7. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 8. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 9. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 10. ./build_docker/./src/Interpreters/ExpressionActions.cpp:816: DB::ExpressionActions::execute(DB::Block&, bool, bool) const @ 0x000000003691c608 11. ./build_docker/./src/Storages/MergeTree/MergeTreePartition.cpp:473: DB::MergeTreePartition::executePartitionByExpression(std::shared_ptr const&, DB::Block&, std::shared_ptr) @ 0x000000003e40db5d 12. ./build_docker/./src/Storages/MergeTree/MergeTreeDataWriter.cpp:331: DB::MergeTreeDataWriter::splitBlockIntoParts(DB::Block&&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr) @ 0x000000003e210c6a 13. ./build_docker/./src/Storages/MergeTree/MergeTreeSink.cpp:95: DB::MergeTreeSink::consume(DB::Chunk&) @ 0x000000003eb858d1 14. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:18: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x0000000040442f99 15. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 17. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 21. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 22. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:49: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f7151e5 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:05:00.081152 [ 92808 ] {fcbb73a2-2b5c-47b5-8896-51a37151983f} executeQuery: Code: 42. DB::Exception: Number of arguments for function lengthUTF8 doesn't match: passed 3, should be 1: In scope SELECT CHAR_LENGTH([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT CHAR_LENGTH([], [], []);) 2025.03.31 18:05:00.089857 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function lengthUTF8 doesn't match: passed 3, should be 1: In scope SELECT CHAR_LENGTH([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:00.096121 [ 91487 ] {} TCPHandler: Code: 395. DB::Exception: Value passed to 'throwIf' function is non-zero: while executing 'FUNCTION throwIf(equals(A, 2) :: 1) -> throwIf(equals(A, 2)) UInt8 : 2'. (FUNCTION_THROW_IF_VALUE_IS_NON_ZERO), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionThrowIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001bcad856 5. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 6. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 7. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 8. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 9. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 10. ./build_docker/./src/Interpreters/ExpressionActions.cpp:816: DB::ExpressionActions::execute(DB::Block&, bool, bool) const @ 0x000000003691c608 11. ./build_docker/./src/Storages/MergeTree/MergeTreePartition.cpp:473: DB::MergeTreePartition::executePartitionByExpression(std::shared_ptr const&, DB::Block&, std::shared_ptr) @ 0x000000003e40db5d 12. ./build_docker/./src/Storages/MergeTree/MergeTreeDataWriter.cpp:331: DB::MergeTreeDataWriter::splitBlockIntoParts(DB::Block&&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr) @ 0x000000003e210c6a 13. ./build_docker/./src/Storages/MergeTree/MergeTreeSink.cpp:95: DB::MergeTreeSink::consume(DB::Chunk&) @ 0x000000003eb858d1 14. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:18: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x0000000040442f99 15. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 17. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 21. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 22. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:49: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f7151e5 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:05:00.147677 [ 92808 ] {b8fc0fe6-98eb-48a2-ad11-e40421d73366} executeQuery: Code: 42. DB::Exception: Aggregate function covarPop requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT COVAR_POP([], [], []);) 2025.03.31 18:05:00.159887 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function covarPop requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:00.221810 [ 92808 ] {6a39957d-5bc1-429b-98a6-d4775c002fec} executeQuery: Code: 42. DB::Exception: Aggregate function covarSamp requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT COVAR_SAMP([], [], []);) 2025.03.31 18:05:00.232752 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function covarSamp requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:00.290667 [ 92808 ] {e43d35ec-467e-44d9-b18f-a88a82b7e3ae} executeQuery: Code: 42. DB::Exception: Number of arguments for function CRC32 doesn't match: passed 3, should be 1: In scope SELECT CRC32([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT CRC32([], [], []);) 2025.03.31 18:05:00.299831 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function CRC32 doesn't match: passed 3, should be 1: In scope SELECT CRC32([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:00.314551 [ 92833 ] {44b01446-a723-4c0b-9b9e-b726e15d30e6} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -123, m = 2. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54230) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-123, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:00.353835 [ 92833 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -123, m = 2. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:00.363352 [ 92808 ] {1dca157c-a49c-44e3-b4d0-0dd27409b333} executeQuery: Code: 42. DB::Exception: Number of arguments for function CRC32IEEE doesn't match: passed 3, should be 1: In scope SELECT CRC32IEEE([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT CRC32IEEE([], [], []);) 2025.03.31 18:05:00.377184 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function CRC32IEEE doesn't match: passed 3, should be 1: In scope SELECT CRC32IEEE([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:00.427603 [ 92808 ] {4ba3dd8c-99ac-45ce-a6cc-ca443a2364e6} executeQuery: Code: 42. DB::Exception: Number of arguments for function CRC64 doesn't match: passed 3, should be 1: In scope SELECT CRC64([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT CRC64([], [], []);) 2025.03.31 18:05:00.439238 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function CRC64 doesn't match: passed 3, should be 1: In scope SELECT CRC64([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:00.523624 [ 92808 ] {9ffc3efb-6a68-4f6d-a6b0-d442fc8615c9} executeQuery: Code: 42. DB::Exception: Number of arguments for function currentDatabase doesn't match: passed 3, should be 0: In scope SELECT DATABASE([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT DATABASE([], [], []);) 2025.03.31 18:05:00.550070 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function currentDatabase doesn't match: passed 3, should be 0: In scope SELECT DATABASE([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:00.597822 [ 92808 ] {efce4b4d-2c0e-4aa0-b73e-442eb4e88697} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDate'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT DATE([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT DATE([], [], []);) 2025.03.31 18:05:00.607211 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDate'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT DATE([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:00.663270 [ 92808 ] {7a67997f-a7e0-470f-8eed-b9c450ac347b} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'unit' to function 'dateDiff'. Expected: String, got: Array(Nothing): In scope SELECT dateDiff([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT DATE_DIFF([], [], []);) 2025.03.31 18:05:00.679983 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'unit' to function 'dateDiff'. Expected: String, got: Array(Nothing): In scope SELECT dateDiff([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:00.703618 [ 91487 ] {139cfa2a-13ed-472a-92a5-77a26f331eaa} executeQuery: Code: 395. DB::Exception: Value passed to 'throwIf' function is non-zero: while executing 'FUNCTION throwIf(equals(A, 2) :: 1) -> throwIf(equals(A, 2)) UInt8 : 2'. (FUNCTION_THROW_IF_VALUE_IS_NON_ZERO) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54140) (comment: 03282_materialized_views_ignore_errors.sql) (in query: insert into testX select number from numbers(20) settings materialized_views_ignore_errors = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionThrowIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001bcad856 5. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 6. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 7. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 8. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 9. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 10. ./build_docker/./src/Interpreters/ExpressionActions.cpp:816: DB::ExpressionActions::execute(DB::Block&, bool, bool) const @ 0x000000003691c608 11. ./build_docker/./src/Storages/MergeTree/MergeTreePartition.cpp:473: DB::MergeTreePartition::executePartitionByExpression(std::shared_ptr const&, DB::Block&, std::shared_ptr) @ 0x000000003e40db5d 12. ./build_docker/./src/Storages/MergeTree/MergeTreeDataWriter.cpp:331: DB::MergeTreeDataWriter::splitBlockIntoParts(DB::Block&&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr) @ 0x000000003e210c6a 13. ./build_docker/./src/Storages/MergeTree/MergeTreeSink.cpp:95: DB::MergeTreeSink::consume(DB::Chunk&) @ 0x000000003eb858d1 14. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:18: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x0000000040442f99 15. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 17. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 21. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 22. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:49: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f7151e5 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:05:00.722965 [ 91487 ] {} TCPHandler: Code: 395. DB::Exception: Value passed to 'throwIf' function is non-zero: while executing 'FUNCTION throwIf(equals(A, 2) :: 1) -> throwIf(equals(A, 2)) UInt8 : 2'. (FUNCTION_THROW_IF_VALUE_IS_NON_ZERO), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionThrowIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001bcad856 5. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 6. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 7. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 8. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 9. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 10. ./build_docker/./src/Interpreters/ExpressionActions.cpp:816: DB::ExpressionActions::execute(DB::Block&, bool, bool) const @ 0x000000003691c608 11. ./build_docker/./src/Storages/MergeTree/MergeTreePartition.cpp:473: DB::MergeTreePartition::executePartitionByExpression(std::shared_ptr const&, DB::Block&, std::shared_ptr) @ 0x000000003e40db5d 12. ./build_docker/./src/Storages/MergeTree/MergeTreeDataWriter.cpp:331: DB::MergeTreeDataWriter::splitBlockIntoParts(DB::Block&&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr) @ 0x000000003e210c6a 13. ./build_docker/./src/Storages/MergeTree/MergeTreeSink.cpp:95: DB::MergeTreeSink::consume(DB::Chunk&) @ 0x000000003eb858d1 14. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:18: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x0000000040442f99 15. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 17. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 21. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 22. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:49: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f7151e5 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:05:00.733174 [ 92808 ] {f33911d2-c258-478f-bad7-a88b4bc1b2e5} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function formatDateTime. Should be a date or a date with time: In scope SELECT DATE_FORMAT([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT DATE_FORMAT([], [], []);) 2025.03.31 18:05:00.754985 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function formatDateTime. Should be a date or a date with time: In scope SELECT DATE_FORMAT([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:00.796006 [ 92808 ] {2a1504c8-9930-401f-9a2f-999989e68197} executeQuery: Code: 43. DB::Exception: First argument for function dateTrunc must be constant string: name of datepart: In scope SELECT DATE_TRUNC([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT DATE_TRUNC([], [], []);) 2025.03.31 18:05:00.821812 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function dateTrunc must be constant string: name of datepart: In scope SELECT DATE_TRUNC([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:00.857972 [ 92808 ] {41ad7b0c-e2c9-4d6c-968a-7d40bc9cbb9d} executeQuery: Code: 42. DB::Exception: Number of arguments for function toDayOfMonth doesn't match: passed 3, should be 1 or 2: In scope SELECT DAY([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT DAY([], [], []);) 2025.03.31 18:05:00.883055 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toDayOfMonth doesn't match: passed 3, should be 1 or 2: In scope SELECT DAY([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:00.917863 [ 92808 ] {8e8a95b3-53d4-4ee3-a788-a2afd3465d62} executeQuery: Code: 42. DB::Exception: Number of arguments for function toDayOfMonth doesn't match: passed 3, should be 1 or 2: In scope SELECT DAYOFMONTH([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT DAYOFMONTH([], [], []);) 2025.03.31 18:05:00.936842 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toDayOfMonth doesn't match: passed 3, should be 1 or 2: In scope SELECT DAYOFMONTH([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:00.984586 [ 92808 ] {f5648f73-b753-4c49-b33d-b89ba198bfbf} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toDayOfWeek. Must be Date, Date32, DateTime or DateTime64: In scope SELECT DAYOFWEEK([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT DAYOFWEEK([], [], []);) 2025.03.31 18:05:01.009372 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toDayOfWeek. Must be Date, Date32, DateTime or DateTime64: In scope SELECT DAYOFWEEK([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:01.046696 [ 92808 ] {e32319cc-5242-48fd-8d14-2d67a6aedb1d} executeQuery: Code: 42. DB::Exception: Number of arguments for function toDayOfYear doesn't match: passed 3, should be 1 or 2: In scope SELECT DAYOFYEAR([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT DAYOFYEAR([], [], []);) 2025.03.31 18:05:01.063033 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toDayOfYear doesn't match: passed 3, should be 1 or 2: In scope SELECT DAYOFYEAR([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:01.115090 [ 92808 ] {59a7e5c4-9395-4348-a552-e74c13f09138} executeQuery: Code: 42. DB::Exception: Number of arguments for function formatReadableSize doesn't match: passed 3, should be 1: In scope SELECT FORMAT_BYTES([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT FORMAT_BYTES([], [], []);) 2025.03.31 18:05:01.127513 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function formatReadableSize doesn't match: passed 3, should be 1: In scope SELECT FORMAT_BYTES([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:01.187048 [ 92808 ] {e96af5ed-03cf-447d-8dd6-76d03cf202d6} executeQuery: Code: 42. DB::Exception: Number of arguments for function FQDN doesn't match: passed 3, should be 0: In scope SELECT FQDN([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT FQDN([], [], []);) 2025.03.31 18:05:01.199808 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function FQDN doesn't match: passed 3, should be 0: In scope SELECT FQDN([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:01.248816 [ 92808 ] {5fcb7c31-9ec2-4665-8509-05a52c457036} executeQuery: Code: 42. DB::Exception: Number of arguments for function base64Decode doesn't match: passed 3, should be 1: In scope SELECT FROM_BASE64([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT FROM_BASE64([], [], []);) 2025.03.31 18:05:01.279236 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function base64Decode doesn't match: passed 3, should be 1: In scope SELECT FROM_BASE64([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:01.321718 [ 92808 ] {f5605c61-6194-4bdb-a789-897e0f744ada} executeQuery: Code: 42. DB::Exception: Number of arguments for function fromDaysSinceYearZero doesn't match: passed 3, should be 1: In scope SELECT FROM_DAYS([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT FROM_DAYS([], [], []);) 2025.03.31 18:05:01.346965 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function fromDaysSinceYearZero doesn't match: passed 3, should be 1: In scope SELECT FROM_DAYS([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:01.393529 [ 92808 ] {5146db91-74d5-4fa3-b365-bff5bf6ce1ca} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function fromUnixTimestamp when arguments size is 2 or 3. Should be a integer or a date with time: In scope SELECT FROM_UNIXTIME([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT FROM_UNIXTIME([], [], []);) 2025.03.31 18:05:01.406650 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function fromUnixTimestamp when arguments size is 2 or 3. Should be a integer or a date with time: In scope SELECT FROM_UNIXTIME([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:01.452051 [ 92808 ] {52d177cf-4bd6-4d0f-bf54-62c5b4adef12} executeQuery: Code: 42. DB::Exception: Number of arguments for function toHour doesn't match: passed 3, should be 1 or 2: In scope SELECT HOUR([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT HOUR([], [], []);) 2025.03.31 18:05:01.461972 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toHour doesn't match: passed 3, should be 1 or 2: In scope SELECT HOUR([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:01.524377 [ 92808 ] {06db0a3e-babc-456f-b3fb-1d2e8f98ce8f} executeQuery: Code: 42. DB::Exception: Number of arguments for function IPv6StringToNum doesn't match: passed 3, should be 1: In scope SELECT INET6_ATON([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT INET6_ATON([], [], []);) 2025.03.31 18:05:01.550253 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function IPv6StringToNum doesn't match: passed 3, should be 1: In scope SELECT INET6_ATON([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:01.586970 [ 92808 ] {bf10619a-99d7-4d8e-b63e-9e5cc552fc03} executeQuery: Code: 42. DB::Exception: Number of arguments for function IPv6NumToString doesn't match: passed 3, should be 1: In scope SELECT INET6_NTOA([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT INET6_NTOA([], [], []);) 2025.03.31 18:05:01.609242 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function IPv6NumToString doesn't match: passed 3, should be 1: In scope SELECT INET6_NTOA([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:01.651478 [ 92808 ] {9da7df29-9c73-49bc-8888-a21344e8a706} executeQuery: Code: 42. DB::Exception: Number of arguments for function IPv4StringToNum doesn't match: passed 3, should be 1: In scope SELECT INET_ATON([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT INET_ATON([], [], []);) 2025.03.31 18:05:01.685124 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function IPv4StringToNum doesn't match: passed 3, should be 1: In scope SELECT INET_ATON([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:01.732919 [ 92808 ] {32b57bb7-b1ea-498a-b13d-2ba24e939a50} executeQuery: Code: 42. DB::Exception: Number of arguments for function IPv4NumToString doesn't match: passed 3, should be 1: In scope SELECT INET_NTOA([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT INET_NTOA([], [], []);) 2025.03.31 18:05:01.754485 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function IPv4NumToString doesn't match: passed 3, should be 1: In scope SELECT INET_NTOA([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:01.780775 [ 91564 ] {b4be6cf9-70b4-4731-9923-398f8bd06dc3} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 121, m = 1. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54360) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (121, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:01.791262 [ 92808 ] {321921f2-a771-4eeb-8b84-29b7b3254ed7} executeQuery: Code: 42. DB::Exception: Number of arguments for function IPv4CIDRToRange doesn't match: passed 3, should be 2: In scope SELECT IPv4CIDRToRange([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT IPv4CIDRToRange([], [], []);) 2025.03.31 18:05:01.799560 [ 91564 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 121, m = 1. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:01.805504 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function IPv4CIDRToRange doesn't match: passed 3, should be 2: In scope SELECT IPv4CIDRToRange([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:01.872945 [ 92808 ] {3abe0646-7b45-4e78-810e-50f1c62b0e79} executeQuery: Code: 42. DB::Exception: Number of arguments for function IPv4NumToString doesn't match: passed 3, should be 1: In scope SELECT IPv4NumToString([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT IPv4NumToString([], [], []);) 2025.03.31 18:05:01.904904 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function IPv4NumToString doesn't match: passed 3, should be 1: In scope SELECT IPv4NumToString([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:01.936466 [ 92808 ] {5a7cc6ad-3ebf-4845-b6bc-6206aa6183c7} executeQuery: Code: 42. DB::Exception: Number of arguments for function IPv4NumToStringClassC doesn't match: passed 3, should be 1: In scope SELECT IPv4NumToStringClassC([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT IPv4NumToStringClassC([], [], []);) 2025.03.31 18:05:01.950600 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function IPv4NumToStringClassC doesn't match: passed 3, should be 1: In scope SELECT IPv4NumToStringClassC([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:02.003030 [ 92808 ] {fc821e6f-4b1c-4af2-9de3-c6c76f4b4ee1} executeQuery: Code: 42. DB::Exception: Number of arguments for function IPv4StringToNum doesn't match: passed 3, should be 1: In scope SELECT IPv4StringToNum([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT IPv4StringToNum([], [], []);) 2025.03.31 18:05:02.014576 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function IPv4StringToNum doesn't match: passed 3, should be 1: In scope SELECT IPv4StringToNum([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:02.056642 [ 92808 ] {39697546-fcf8-4f43-a27d-72e73a9954f8} executeQuery: Code: 42. DB::Exception: Number of arguments for function IPv4StringToNumOrDefault doesn't match: passed 3, should be 1: In scope SELECT IPv4StringToNumOrDefault([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT IPv4StringToNumOrDefault([], [], []);) 2025.03.31 18:05:02.068134 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function IPv4StringToNumOrDefault doesn't match: passed 3, should be 1: In scope SELECT IPv4StringToNumOrDefault([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:02.113904 [ 92808 ] {5fad2328-3d55-4937-a514-99b4a404155f} executeQuery: Code: 42. DB::Exception: Number of arguments for function IPv4StringToNumOrNull doesn't match: passed 3, should be 1: In scope SELECT IPv4StringToNumOrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT IPv4StringToNumOrNull([], [], []);) 2025.03.31 18:05:02.140404 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function IPv4StringToNumOrNull doesn't match: passed 3, should be 1: In scope SELECT IPv4StringToNumOrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:02.206850 [ 92808 ] {1274229f-c0a6-457c-9b6c-43976bbd21e8} executeQuery: Code: 42. DB::Exception: Number of arguments for function IPv4ToIPv6 doesn't match: passed 3, should be 1: In scope SELECT IPv4ToIPv6([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT IPv4ToIPv6([], [], []);) 2025.03.31 18:05:02.219557 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function IPv4ToIPv6 doesn't match: passed 3, should be 1: In scope SELECT IPv4ToIPv6([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:02.277912 [ 92808 ] {3fc278f9-663b-4c12-944d-18b01910d56b} executeQuery: Code: 42. DB::Exception: Number of arguments for function IPv6CIDRToRange doesn't match: passed 3, should be 2: In scope SELECT IPv6CIDRToRange([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT IPv6CIDRToRange([], [], []);) 2025.03.31 18:05:02.302973 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function IPv6CIDRToRange doesn't match: passed 3, should be 2: In scope SELECT IPv6CIDRToRange([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:02.347553 [ 92808 ] {129c69bd-e386-4bad-959c-c4e360bdeaa9} executeQuery: Code: 42. DB::Exception: Number of arguments for function IPv6NumToString doesn't match: passed 3, should be 1: In scope SELECT IPv6NumToString([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT IPv6NumToString([], [], []);) 2025.03.31 18:05:02.366445 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function IPv6NumToString doesn't match: passed 3, should be 1: In scope SELECT IPv6NumToString([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:02.405488 [ 92808 ] {6fd407b0-b0f6-4fdb-9666-cb613d5355ac} executeQuery: Code: 42. DB::Exception: Number of arguments for function IPv6StringToNum doesn't match: passed 3, should be 1: In scope SELECT IPv6StringToNum([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT IPv6StringToNum([], [], []);) 2025.03.31 18:05:02.430300 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function IPv6StringToNum doesn't match: passed 3, should be 1: In scope SELECT IPv6StringToNum([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:02.466976 [ 92808 ] {f24a6cd2-733a-4af7-8534-4dfb33ef94bb} executeQuery: Code: 42. DB::Exception: Number of arguments for function IPv6StringToNumOrDefault doesn't match: passed 3, should be 1: In scope SELECT IPv6StringToNumOrDefault([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT IPv6StringToNumOrDefault([], [], []);) 2025.03.31 18:05:02.486730 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function IPv6StringToNumOrDefault doesn't match: passed 3, should be 1: In scope SELECT IPv6StringToNumOrDefault([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:02.524418 [ 92808 ] {5379eded-737b-4c32-9ebb-55cdd99725cc} executeQuery: Code: 42. DB::Exception: Number of arguments for function IPv6StringToNumOrNull doesn't match: passed 3, should be 1: In scope SELECT IPv6StringToNumOrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT IPv6StringToNumOrNull([], [], []);) 2025.03.31 18:05:02.534456 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function IPv6StringToNumOrNull doesn't match: passed 3, should be 1: In scope SELECT IPv6StringToNumOrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:02.583142 [ 92808 ] {9b908c03-46fc-4389-b366-773b49604450} executeQuery: Code: 42. DB::Exception: Number of arguments for function JSONAllPaths doesn't match: passed 3, should be 1: In scope SELECT JSONAllPaths([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT JSONAllPaths([], [], []);) 2025.03.31 18:05:02.606152 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function JSONAllPaths doesn't match: passed 3, should be 1: In scope SELECT JSONAllPaths([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:02.650342 [ 92808 ] {bef79a09-a310-48e6-9200-3226c18db5fa} executeQuery: Code: 42. DB::Exception: Number of arguments for function JSONAllPathsWithTypes doesn't match: passed 3, should be 1: In scope SELECT JSONAllPathsWithTypes([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT JSONAllPathsWithTypes([], [], []);) 2025.03.31 18:05:02.672060 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function JSONAllPathsWithTypes doesn't match: passed 3, should be 1: In scope SELECT JSONAllPathsWithTypes([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:02.714968 [ 92808 ] {a14f3178-4042-44de-818f-a971a3cef7c4} executeQuery: Code: 42. DB::Exception: Number of arguments for function JSONArrayLength doesn't match: passed 3, should be 1: In scope SELECT JSONArrayLength([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT JSONArrayLength([], [], []);) 2025.03.31 18:05:02.727708 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function JSONArrayLength doesn't match: passed 3, should be 1: In scope SELECT JSONArrayLength([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:02.778216 [ 92808 ] {d5bf1904-d3bf-4f69-bb8f-62204bf5468c} executeQuery: Code: 42. DB::Exception: Number of arguments for function JSONDynamicPaths doesn't match: passed 3, should be 1: In scope SELECT JSONDynamicPaths([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT JSONDynamicPaths([], [], []);) 2025.03.31 18:05:02.797834 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function JSONDynamicPaths doesn't match: passed 3, should be 1: In scope SELECT JSONDynamicPaths([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:02.834399 [ 92808 ] {fd15eb28-ede5-4675-b51d-7f0f7635011f} executeQuery: Code: 42. DB::Exception: Number of arguments for function JSONDynamicPathsWithTypes doesn't match: passed 3, should be 1: In scope SELECT JSONDynamicPathsWithTypes([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT JSONDynamicPathsWithTypes([], [], []);) 2025.03.31 18:05:02.851513 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function JSONDynamicPathsWithTypes doesn't match: passed 3, should be 1: In scope SELECT JSONDynamicPathsWithTypes([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:02.908646 [ 92808 ] {8798383a-d19e-487f-b0a0-042c85af67cd} executeQuery: Code: 44. DB::Exception: The last argument of function JSONExtract should be a constant string specifying the return data type, illegal value: []: In scope SELECT JSONExtract([], [], []). (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT JSONExtract([], [], []);) 2025.03.31 18:05:02.919034 [ 92808 ] {} TCPHandler: Code: 44. DB::Exception: The last argument of function JSONExtract should be a constant string specifying the return data type, illegal value: []: In scope SELECT JSONExtract([], [], []). (ILLEGAL_COLUMN) 2025.03.31 18:05:02.983453 [ 92808 ] {f9e2e494-ad73-4ecb-b936-c634863d018b} executeQuery: Code: 43. DB::Exception: The first argument of function JSONExtractArrayRaw should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT JSONExtractArrayRaw([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT JSONExtractArrayRaw([], [], []);) 2025.03.31 18:05:03.020026 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: The first argument of function JSONExtractArrayRaw should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT JSONExtractArrayRaw([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:03.067308 [ 92808 ] {ac2669e2-257d-42bb-a819-00d2d669f21d} executeQuery: Code: 43. DB::Exception: The first argument of function JSONExtractBool should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT JSONExtractBool([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT JSONExtractBool([], [], []);) 2025.03.31 18:05:03.077483 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: The first argument of function JSONExtractBool should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT JSONExtractBool([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:03.132929 [ 92808 ] {a888a430-ad3d-4143-a8ee-221a9d01afb8} executeQuery: Code: 43. DB::Exception: The first argument of function JSONExtractFloat should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT JSONExtractFloat([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT JSONExtractFloat([], [], []);) 2025.03.31 18:05:03.143296 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: The first argument of function JSONExtractFloat should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT JSONExtractFloat([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:03.196465 [ 92808 ] {dc5b5704-e221-487a-ae06-f528eb472f4f} executeQuery: Code: 43. DB::Exception: The first argument of function JSONExtractInt should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT JSONExtractInt([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT JSONExtractInt([], [], []);) 2025.03.31 18:05:03.232107 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: The first argument of function JSONExtractInt should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT JSONExtractInt([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:03.305618 [ 92808 ] {88613bf4-3a50-4292-9a2d-8afab0c1c640} executeQuery: Code: 43. DB::Exception: The first argument of function JSONExtractKeys should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT JSONExtractKeys([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT JSONExtractKeys([], [], []);) 2025.03.31 18:05:03.329811 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: The first argument of function JSONExtractKeys should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT JSONExtractKeys([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:03.369262 [ 92808 ] {a5615ba5-0587-4f73-a593-9f10b898066c} executeQuery: Code: 44. DB::Exception: The last argument of function JSONExtractKeysAndValues should be a constant string specifying the values' data type, illegal value: []: In scope SELECT JSONExtractKeysAndValues([], [], []). (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT JSONExtractKeysAndValues([], [], []);) 2025.03.31 18:05:03.385460 [ 92808 ] {} TCPHandler: Code: 44. DB::Exception: The last argument of function JSONExtractKeysAndValues should be a constant string specifying the values' data type, illegal value: []: In scope SELECT JSONExtractKeysAndValues([], [], []). (ILLEGAL_COLUMN) 2025.03.31 18:05:03.454317 [ 92808 ] {7d4f9f13-3e15-42fb-9cdb-829fd8053e87} executeQuery: Code: 43. DB::Exception: The first argument of function JSONExtractKeysAndValuesRaw should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT JSONExtractKeysAndValuesRaw([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT JSONExtractKeysAndValuesRaw([], [], []);) 2025.03.31 18:05:03.466446 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: The first argument of function JSONExtractKeysAndValuesRaw should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT JSONExtractKeysAndValuesRaw([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:03.520867 [ 92808 ] {ea6ed59e-dccd-4447-a644-d066c4739c05} executeQuery: Code: 43. DB::Exception: The first argument of function JSONExtractRaw should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT JSONExtractRaw([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT JSONExtractRaw([], [], []);) 2025.03.31 18:05:03.542231 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: The first argument of function JSONExtractRaw should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT JSONExtractRaw([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:03.576296 [ 92808 ] {38e7d5ef-c15a-42d2-bb4f-d0df5dc6e8f9} executeQuery: Code: 43. DB::Exception: The first argument of function JSONExtractString should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT JSONExtractString([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT JSONExtractString([], [], []);) 2025.03.31 18:05:03.595683 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: The first argument of function JSONExtractString should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT JSONExtractString([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:03.643715 [ 92808 ] {0d0805e9-38f9-46ca-bbdd-d9bd2975cc09} executeQuery: Code: 43. DB::Exception: The first argument of function JSONExtractUInt should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT JSONExtractUInt([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT JSONExtractUInt([], [], []);) 2025.03.31 18:05:03.655918 [ 93722 ] {2ae9dbd5-de1d-47d0-8051-36a88307e478} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -122, m = 1. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54410) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-122, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:03.668762 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: The first argument of function JSONExtractUInt should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT JSONExtractUInt([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:03.692824 [ 93722 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -122, m = 1. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:03.721200 [ 92808 ] {da79ec0a-71ba-4e02-b2ab-32adce605beb} executeQuery: Code: 43. DB::Exception: The first argument of function JSONHas should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT JSONHas([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT JSONHas([], [], []);) 2025.03.31 18:05:03.733322 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: The first argument of function JSONHas should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT JSONHas([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:03.798506 [ 92808 ] {e8841a79-bf22-4c56-bb98-be3506793ab2} executeQuery: Code: 43. DB::Exception: The first argument of function JSONKey should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT JSONKey([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT JSONKey([], [], []);) 2025.03.31 18:05:03.814456 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: The first argument of function JSONKey should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT JSONKey([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:03.876019 [ 92808 ] {467105c8-9830-478c-9665-9f062699c2e6} executeQuery: Code: 43. DB::Exception: The first argument of function JSONLength should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT JSONLength([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT JSONLength([], [], []);) 2025.03.31 18:05:03.899324 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: The first argument of function JSONLength should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT JSONLength([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:04.020529 [ 92808 ] {c39ddd30-be7b-4331-8249-ed82838a4314} executeQuery: Code: 43. DB::Exception: Function JSONMergePatch requires string arguments: In scope SELECT JSONMergePatch([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT JSONMergePatch([], [], []);) 2025.03.31 18:05:04.037553 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Function JSONMergePatch requires string arguments: In scope SELECT JSONMergePatch([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:04.079738 [ 92808 ] {b0a998de-b6eb-4b2d-bcb3-e54af0408530} executeQuery: Code: 42. DB::Exception: Number of arguments for function JSONSharedDataPaths doesn't match: passed 3, should be 1: In scope SELECT JSONSharedDataPaths([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT JSONSharedDataPaths([], [], []);) 2025.03.31 18:05:04.102625 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function JSONSharedDataPaths doesn't match: passed 3, should be 1: In scope SELECT JSONSharedDataPaths([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:04.149550 [ 92808 ] {05b6bde3-3b10-4309-939c-8a959006fbed} executeQuery: Code: 42. DB::Exception: Number of arguments for function JSONSharedDataPathsWithTypes doesn't match: passed 3, should be 1: In scope SELECT JSONSharedDataPathsWithTypes([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT JSONSharedDataPathsWithTypes([], [], []);) 2025.03.31 18:05:04.180663 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function JSONSharedDataPathsWithTypes doesn't match: passed 3, should be 1: In scope SELECT JSONSharedDataPathsWithTypes([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:04.281206 [ 92814 ] {702de6f0-ffa4-481d-ab30-0ed9291a3fad} executeQuery: Code: 60. DB::Exception: Table `test_ff8wnwkl`.`test_ff8wnwkl` doesn't exist. (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54380) (comment: 02891_rename_table_without_keyword.sql) (in query: RENAME TABLE test_ff8wnwkl TO test_ff8wnwkl_1), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Databases/DatabasesCommon.cpp:489: DB::DatabaseWithOwnTablesBase::getTableUnlocked(String const&) const @ 0x000000003531a448 5. ./build_docker/./src/Databases/DatabaseAtomic.cpp:293: DB::DatabaseAtomic::renameTable(std::shared_ptr, String const&, DB::IDatabase&, String const&, bool, bool) @ 0x0000000035128f95 6. ./build_docker/./src/Interpreters/InterpreterRenameQuery.cpp:154: DB::InterpreterRenameQuery::executeToTables(DB::ASTRenameQuery const&, std::vector> const&, std::map>, std::less, std::allocator>>>>&) @ 0x0000000038514c39 7. ./build_docker/./src/Interpreters/InterpreterRenameQuery.cpp:81: DB::InterpreterRenameQuery::execute() @ 0x000000003850e71e 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:05:04.281790 [ 92808 ] {31aaf8a4-2605-44f4-bda7-d5ea7906b78c} executeQuery: Code: 43. DB::Exception: The first argument of function JSONType should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT JSONType([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT JSONType([], [], []);) 2025.03.31 18:05:04.299793 [ 92814 ] {} TCPHandler: Code: 60. DB::Exception: Table `test_ff8wnwkl`.`test_ff8wnwkl` doesn't exist. (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Databases/DatabasesCommon.cpp:489: DB::DatabaseWithOwnTablesBase::getTableUnlocked(String const&) const @ 0x000000003531a448 5. ./build_docker/./src/Databases/DatabaseAtomic.cpp:293: DB::DatabaseAtomic::renameTable(std::shared_ptr, String const&, DB::IDatabase&, String const&, bool, bool) @ 0x0000000035128f95 6. ./build_docker/./src/Interpreters/InterpreterRenameQuery.cpp:154: DB::InterpreterRenameQuery::executeToTables(DB::ASTRenameQuery const&, std::vector> const&, std::map>, std::less, std::allocator>>>>&) @ 0x0000000038514c39 7. ./build_docker/./src/Interpreters/InterpreterRenameQuery.cpp:81: DB::InterpreterRenameQuery::execute() @ 0x000000003850e71e 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:05:04.306069 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: The first argument of function JSONType should be a string containing JSON, illegal type: Array(Nothing): In scope SELECT JSONType([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:04.370550 [ 92808 ] {3a55864d-679d-4b98-8b4b-83df8601804f} executeQuery: Code: 42. DB::Exception: Number of arguments for function JSONArrayLength doesn't match: passed 3, should be 1: In scope SELECT JSON_ARRAY_LENGTH([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT JSON_ARRAY_LENGTH([], [], []);) 2025.03.31 18:05:04.395345 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function JSONArrayLength doesn't match: passed 3, should be 1: In scope SELECT JSON_ARRAY_LENGTH([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:04.440057 [ 92808 ] {cd4a849b-9e74-4c55-bf15-265b50e83491} executeQuery: Code: 43. DB::Exception: JSONPath functions require first argument to be JSON of string, illegal type: Array(Nothing): In scope SELECT JSON_EXISTS([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT JSON_EXISTS([], [], []);) 2025.03.31 18:05:04.462142 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: JSONPath functions require first argument to be JSON of string, illegal type: Array(Nothing): In scope SELECT JSON_EXISTS([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:04.523908 [ 92808 ] {25c9cbb9-cfde-4217-9cd3-ef77c05ace02} executeQuery: Code: 43. DB::Exception: JSONPath functions require first argument to be JSON of string, illegal type: Array(Nothing): In scope SELECT JSON_QUERY([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT JSON_QUERY([], [], []);) 2025.03.31 18:05:04.536184 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: JSONPath functions require first argument to be JSON of string, illegal type: Array(Nothing): In scope SELECT JSON_QUERY([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:04.583162 [ 92808 ] {b866e9d1-c6bd-4e28-bfa5-2bcfdb529508} executeQuery: Code: 43. DB::Exception: JSONPath functions require first argument to be JSON of string, illegal type: Array(Nothing): In scope SELECT JSON_VALUE([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT JSON_VALUE([], [], []);) 2025.03.31 18:05:04.593175 [ 92819 ] {331c10c2-2b40-4c00-af51-e33dea3ef2fa} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 123, m = 1. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54514) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (123, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:04.598544 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: JSONPath functions require first argument to be JSON of string, illegal type: Array(Nothing): In scope SELECT JSON_VALUE([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:04.619404 [ 92819 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 123, m = 1. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:04.647922 [ 92808 ] {4f21ccb2-4637-4373-9590-8bd3aa7b9fcc} executeQuery: Code: 42. DB::Exception: Number of arguments for function L1Distance doesn't match: passed 3, should be 2: In scope SELECT L1Distance([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT L1Distance([], [], []);) 2025.03.31 18:05:04.666527 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function L1Distance doesn't match: passed 3, should be 2: In scope SELECT L1Distance([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:04.712860 [ 92808 ] {1d10004a-1a0a-4675-ae69-b490aeaad053} executeQuery: Code: 42. DB::Exception: Number of arguments for function L1Norm doesn't match: passed 3, should be 1: In scope SELECT L1Norm([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT L1Norm([], [], []);) 2025.03.31 18:05:04.737272 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function L1Norm doesn't match: passed 3, should be 1: In scope SELECT L1Norm([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:04.771190 [ 92808 ] {29c0e91d-8f56-43aa-81a3-a607ce186e2c} executeQuery: Code: 42. DB::Exception: Number of arguments for function L1Normalize doesn't match: passed 3, should be 1: In scope SELECT L1Normalize([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT L1Normalize([], [], []);) 2025.03.31 18:05:04.796042 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function L1Normalize doesn't match: passed 3, should be 1: In scope SELECT L1Normalize([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:04.835353 [ 92808 ] {5ba7e162-56c6-4c56-b912-ca3a210a1cce} executeQuery: Code: 42. DB::Exception: Number of arguments for function L2Distance doesn't match: passed 3, should be 2: In scope SELECT L2Distance([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT L2Distance([], [], []);) 2025.03.31 18:05:04.847778 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function L2Distance doesn't match: passed 3, should be 2: In scope SELECT L2Distance([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:04.891725 [ 92808 ] {bd125031-3dbb-41ef-8ee9-9f582d110c10} executeQuery: Code: 42. DB::Exception: Number of arguments for function L2Norm doesn't match: passed 3, should be 1: In scope SELECT L2Norm([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT L2Norm([], [], []);) 2025.03.31 18:05:04.906337 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function L2Norm doesn't match: passed 3, should be 1: In scope SELECT L2Norm([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:04.960074 [ 92808 ] {e7b8bca7-5a29-403a-bbc1-01d3eb9b9e96} executeQuery: Code: 42. DB::Exception: Number of arguments for function L2Normalize doesn't match: passed 3, should be 1: In scope SELECT L2Normalize([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT L2Normalize([], [], []);) 2025.03.31 18:05:04.970366 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function L2Normalize doesn't match: passed 3, should be 1: In scope SELECT L2Normalize([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:05.034633 [ 92808 ] {0eaefaf4-03b1-4b7d-910a-765346667e2d} executeQuery: Code: 42. DB::Exception: Number of arguments for function L2SquaredDistance doesn't match: passed 3, should be 2: In scope SELECT L2SquaredDistance([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT L2SquaredDistance([], [], []);) 2025.03.31 18:05:05.047513 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function L2SquaredDistance doesn't match: passed 3, should be 2: In scope SELECT L2SquaredDistance([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:05.122230 [ 92808 ] {df755ef5-2aed-4d4a-bbcf-1aaa8322dd64} executeQuery: Code: 42. DB::Exception: Number of arguments for function L2SquaredNorm doesn't match: passed 3, should be 1: In scope SELECT L2SquaredNorm([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT L2SquaredNorm([], [], []);) 2025.03.31 18:05:05.154977 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function L2SquaredNorm doesn't match: passed 3, should be 1: In scope SELECT L2SquaredNorm([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:05.211497 [ 92808 ] {47cfc89e-2bab-4bf1-b39d-42b8a4c3016a} executeQuery: Code: 42. DB::Exception: Number of arguments for function toLastDayOfMonth doesn't match: passed 3, should be 1 or 2: In scope SELECT LAST_DAY([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT LAST_DAY([], [], []);) 2025.03.31 18:05:05.244662 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toLastDayOfMonth doesn't match: passed 3, should be 1 or 2: In scope SELECT LAST_DAY([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:05.286352 [ 92808 ] {c8eb94b4-16d1-4e89-9a78-a3fe732fd089} executeQuery: Code: 42. DB::Exception: Number of arguments for function LinfDistance doesn't match: passed 3, should be 2: In scope SELECT LinfDistance([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT LinfDistance([], [], []);) 2025.03.31 18:05:05.305367 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function LinfDistance doesn't match: passed 3, should be 2: In scope SELECT LinfDistance([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:05.356893 [ 92808 ] {5fb6ba01-a632-4271-acc9-c48667c4f4f9} executeQuery: Code: 42. DB::Exception: Number of arguments for function LinfNorm doesn't match: passed 3, should be 1: In scope SELECT LinfNorm([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT LinfNorm([], [], []);) 2025.03.31 18:05:05.376936 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function LinfNorm doesn't match: passed 3, should be 1: In scope SELECT LinfNorm([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:05.429351 [ 92808 ] {4dbc6162-a67f-4280-b7df-9e57185e0387} executeQuery: Code: 42. DB::Exception: Number of arguments for function LinfNormalize doesn't match: passed 3, should be 1: In scope SELECT LinfNormalize([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT LinfNormalize([], [], []);) 2025.03.31 18:05:05.442404 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function LinfNormalize doesn't match: passed 3, should be 1: In scope SELECT LinfNormalize([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:05.513537 [ 92808 ] {76a8d56c-8e21-4807-a577-25b1b0b6c772} executeQuery: Code: 43. DB::Exception: Arguments of function arrayLpDistance has nested type Nothing. Supported types: UInt8, UInt16, UInt32, UInt64, Int8, Int16, Int32, Int64, BFloat16, Float32, Float64.: In scope SELECT LpDistance([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT LpDistance([], [], []);) 2025.03.31 18:05:05.514223 [ 91505 ] {31f3de1e-5827-4d9e-9230-3d713cca4743} executeQuery: Code: 456. DB::Exception: Substitution `s` is not set. (UNKNOWN_QUERY_PARAMETER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54522) (comment: 00954_client_prepared_statements.sh) (in query: SELECT {s:String}), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:71: DB::ReplaceQueryParameterVisitor::getParamValue(String const&) @ 0x000000003922b01c 5. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:80: DB::ReplaceQueryParameterVisitor::visitQueryParameter(std::shared_ptr&) @ 0x0000000039226ee1 6. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:39: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x00000000392262fa 7. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 8. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 9. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 10. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 11. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 12. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 13. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 14. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 15. ./build_docker/./src/Interpreters/executeQuery.cpp:963: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000039264c5b 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 18:05:05.539307 [ 91505 ] {} TCPHandler: Code: 456. DB::Exception: Substitution `s` is not set. (UNKNOWN_QUERY_PARAMETER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:71: DB::ReplaceQueryParameterVisitor::getParamValue(String const&) @ 0x000000003922b01c 5. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:80: DB::ReplaceQueryParameterVisitor::visitQueryParameter(std::shared_ptr&) @ 0x0000000039226ee1 6. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:39: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x00000000392262fa 7. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 8. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 9. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 10. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 11. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 12. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 13. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:57: DB::ReplaceQueryParameterVisitor::visitChildren(std::shared_ptr&) @ 0x000000003922a9f2 14. ./build_docker/./src/Interpreters/ReplaceQueryParameterVisitor.cpp:0: DB::ReplaceQueryParameterVisitor::visit(std::shared_ptr&) @ 0x000000003922650a 15. ./build_docker/./src/Interpreters/executeQuery.cpp:963: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000039264c5b 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 18:05:05.541331 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Arguments of function arrayLpDistance has nested type Nothing. Supported types: UInt8, UInt16, UInt32, UInt64, Int8, Int16, Int32, Int64, BFloat16, Float32, Float64.: In scope SELECT LpDistance([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:05.580003 [ 92808 ] {6ed8a856-4d34-425a-bbd3-bb8b24b9b65a} executeQuery: Code: 42. DB::Exception: Number of arguments for function LpNorm doesn't match: passed 3, should be 2: In scope SELECT LpNorm([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT LpNorm([], [], []);) 2025.03.31 18:05:05.614236 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function LpNorm doesn't match: passed 3, should be 2: In scope SELECT LpNorm([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:05.661789 [ 92808 ] {4e0e9458-e4bc-41ed-ba88-a94538b4f31a} executeQuery: Code: 42. DB::Exception: Number of arguments for function LpNormalize doesn't match: passed 3, should be 2: In scope SELECT LpNormalize([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT LpNormalize([], [], []);) 2025.03.31 18:05:05.673668 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function LpNormalize doesn't match: passed 3, should be 2: In scope SELECT LpNormalize([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:05.736764 [ 92808 ] {b64601ab-1ff1-4930-aacd-a626c334665a} executeQuery: Code: 42. DB::Exception: Number of arguments for function MACNumToString doesn't match: passed 3, should be 1: In scope SELECT MACNumToString([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT MACNumToString([], [], []);) 2025.03.31 18:05:05.764623 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function MACNumToString doesn't match: passed 3, should be 1: In scope SELECT MACNumToString([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:05.819618 [ 92808 ] {4575f90c-af74-4297-84aa-253831d6ca0b} executeQuery: Code: 42. DB::Exception: Number of arguments for function MACStringToNum doesn't match: passed 3, should be 1: In scope SELECT MACStringToNum([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT MACStringToNum([], [], []);) 2025.03.31 18:05:05.854322 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function MACStringToNum doesn't match: passed 3, should be 1: In scope SELECT MACStringToNum([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:05.904824 [ 92808 ] {7197c638-fd98-4a7b-b8f8-38f829c737df} executeQuery: Code: 42. DB::Exception: Number of arguments for function MACStringToOUI doesn't match: passed 3, should be 1: In scope SELECT MACStringToOUI([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT MACStringToOUI([], [], []);) 2025.03.31 18:05:05.918226 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function MACStringToOUI doesn't match: passed 3, should be 1: In scope SELECT MACStringToOUI([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:05.978193 [ 92808 ] {113cd79a-3304-4fa0-af51-580607817892} executeQuery: Code: 42. DB::Exception: Number of arguments for function mapFromArrays doesn't match: passed 3, should be 2: In scope SELECT MAP_FROM_ARRAYS([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT MAP_FROM_ARRAYS([], [], []);) 2025.03.31 18:05:06.002717 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function mapFromArrays doesn't match: passed 3, should be 2: In scope SELECT MAP_FROM_ARRAYS([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:06.070590 [ 92808 ] {2512c159-adcd-4f96-8544-e10cd392789b} executeQuery: Code: 42. DB::Exception: Number of arguments for function MD4 doesn't match: passed 3, should be 1: In scope SELECT MD4([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT MD4([], [], []);) 2025.03.31 18:05:06.094893 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function MD4 doesn't match: passed 3, should be 1: In scope SELECT MD4([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:06.130964 [ 92808 ] {002c09dd-7574-4346-aba7-f8166775a07a} executeQuery: Code: 42. DB::Exception: Number of arguments for function MD5 doesn't match: passed 3, should be 1: In scope SELECT MD5([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT MD5([], [], []);) 2025.03.31 18:05:06.154804 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function MD5 doesn't match: passed 3, should be 1: In scope SELECT MD5([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:06.199984 [ 92808 ] {c7e883c5-b19e-462f-9fde-3a9d8c1c1e6d} executeQuery: Code: 42. DB::Exception: Number of arguments for function toMillisecond doesn't match: passed 3, should be 1 or 2: In scope SELECT MILLISECOND([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT MILLISECOND([], [], []);) 2025.03.31 18:05:06.225047 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toMillisecond doesn't match: passed 3, should be 1 or 2: In scope SELECT MILLISECOND([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:06.289211 [ 92808 ] {97b4e9a6-cda8-4583-8427-f2bd396a437b} executeQuery: Code: 42. DB::Exception: Number of arguments for function toMinute doesn't match: passed 3, should be 1 or 2: In scope SELECT MINUTE([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT MINUTE([], [], []);) 2025.03.31 18:05:06.324877 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toMinute doesn't match: passed 3, should be 1 or 2: In scope SELECT MINUTE([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:06.359932 [ 92580 ] {e73cd0be-7a42-4470-8ac2-6a1f0d026def} executeQuery: Code: 215. DB::Exception: Column s1.half is not under aggregate function and not in GROUP BY keys. In query SELECT count(s0.number), s1.half FROM system.numbers AS s0 INNER JOIN (SELECT number, number / 2 AS half FROM system.numbers LIMIT 10) AS s1 ON s0.number = s1.number GROUP BY s0.number > 5 LIMIT 10. (NOT_AN_AGGREGATE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54548) (comment: 03111_inner_join_group_by.sql) (in query: SELECT count(s0.number), s1.half FROM system.numbers AS s0 INNER JOIN ( SELECT number, number / 2 AS half FROM system.numbers LIMIT 10 ) AS s1 ON s0.number = s1.number GROUP BY s0.number > 5 LIMIT 10 -- {serverError NOT_AN_AGGREGATE} ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Analyzer/ValidationUtils.cpp:199: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035e833b6 5. ./src/Analyzer/InDepthQueryTreeVisitor.h:90: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035e82419 6. ./build_docker/./src/Analyzer/ValidationUtils.cpp:359: DB::validateAggregates(std::shared_ptr const&, DB::AggregatesValidationParams) @ 0x0000000035e80828 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5735: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1e0f5 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:05:06.370113 [ 92580 ] {} TCPHandler: Code: 215. DB::Exception: Column s1.half is not under aggregate function and not in GROUP BY keys. In query SELECT count(s0.number), s1.half FROM system.numbers AS s0 INNER JOIN (SELECT number, number / 2 AS half FROM system.numbers LIMIT 10) AS s1 ON s0.number = s1.number GROUP BY s0.number > 5 LIMIT 10. (NOT_AN_AGGREGATE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Analyzer/ValidationUtils.cpp:199: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035e833b6 5. ./src/Analyzer/InDepthQueryTreeVisitor.h:90: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035e82419 6. ./build_docker/./src/Analyzer/ValidationUtils.cpp:359: DB::validateAggregates(std::shared_ptr const&, DB::AggregatesValidationParams) @ 0x0000000035e80828 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5735: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1e0f5 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:05:06.409988 [ 92808 ] {df78a13f-fba5-46ed-b96d-cf7a0095cd9b} executeQuery: Code: 42. DB::Exception: Number of arguments for function toMonth doesn't match: passed 3, should be 1 or 2: In scope SELECT MONTH([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT MONTH([], [], []);) 2025.03.31 18:05:06.433905 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toMonth doesn't match: passed 3, should be 1 or 2: In scope SELECT MONTH([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:06.485102 [ 92808 ] {609172c9-c4c6-4b69-88ef-592d417b7a80} executeQuery: Code: 42. DB::Exception: Number of arguments for function length doesn't match: passed 3, should be 1: In scope SELECT OCTET_LENGTH([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT OCTET_LENGTH([], [], []);) 2025.03.31 18:05:06.516477 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function length doesn't match: passed 3, should be 1: In scope SELECT OCTET_LENGTH([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:06.559628 [ 92808 ] {c14ec1e0-0236-454c-a308-e39b3ed79820} executeQuery: Code: 42. DB::Exception: Number of arguments for function toQuarter doesn't match: passed 3, should be 1 or 2: In scope SELECT QUARTER([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT QUARTER([], [], []);) 2025.03.31 18:05:06.578744 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toQuarter doesn't match: passed 3, should be 1 or 2: In scope SELECT QUARTER([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:06.599739 [ 67862 ] {979085dc-bbe5-47dd-b25a-2606270dab2e} void DB::ParallelParsingInputFormat::onBackgroundException(): Code: 117. DB::Exception: Incorrect size of a string (zero) in BSON: (at row 6) . (INCORRECT_DATA), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Processors/Formats/Impl/BSONEachRowRowInputFormat.cpp:286: void DB::readAndInsertString(DB::ReadBuffer&, DB::IColumn&, DB::BSONType) @ 0x000000003f926d29 5. ./build_docker/./src/Processors/Formats/Impl/BSONEachRowRowInputFormat.cpp:626: DB::BSONEachRowRowInputFormat::readField(DB::IColumn&, std::shared_ptr const&, DB::BSONType) @ 0x000000003f913482 6. ./build_docker/./src/Processors/Formats/Impl/BSONEachRowRowInputFormat.cpp:809: DB::BSONEachRowRowInputFormat::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003f92c0b4 7. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 8. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 9. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 10. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 11. ./src/Processors/Formats/Impl/ParallelParsingInputFormat.h:181: DB::ParallelParsingInputFormat::InternalParser::getChunk() @ 0x000000003fc8542c 12. ./build_docker/./src/Processors/Formats/Impl/ParallelParsingInputFormat.cpp:109: DB::ParallelParsingInputFormat::parserThreadFunction(std::shared_ptr, unsigned long) @ 0x000000003fc809fe 13. ./src/Processors/Formats/Impl/ParallelParsingInputFormat.h:295: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003fc882dc 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 15. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 16. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 18. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:05:06.623491 [ 71968 ] {979085dc-bbe5-47dd-b25a-2606270dab2e} executeQuery: Code: 117. DB::Exception: Incorrect size of a string (zero) in BSON: (at row 6) : While executing ParallelParsingBlockInputFormat. (INCORRECT_DATA) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54552) (comment: 02686_bson3.sql) (in query: -- It correctly throws exception about incorrect data: SELECT * FROM format(BSONEachRow, 'WatchID Int64, JavaEnable Int16, Title String, GoodEvent Int16, EventTime DateTime, EventDate Date, CounterID Int32, ClientIP Int32, RegionID Int32, UserID Int64, CounterClass Int16, OS Int16, UserAgent Int16, URL String, Referer String, IsRefresh Int16, RefererCategoryID Int16, RefererRegionID Int32, URLCategoryID Int16, URLRegionID Int32, ResolutionWidth Int16, ResolutionHeight Int16, ResolutionDepth Int16, FlashMajor Int16, FlashMinor Int16, FlashMinor2 String, NetMajor Int16, NetMinor Int16, UserAgentMajor Int16, UserAgentMinor String, CookieEnable Int16, JavascriptEnable Int16, IsMobile Int16, MobilePhone Int16, MobilePhoneModel String, Params String, IPNetworkID Int32, TraficSourceID Int16, SearchEngineID Int16, SearchPhrase String, AdvEngineID Int16, IsArtifical Int16, WindowClientWidth Int16, WindowClientHeight Int16, ClientTimeZone Int16, ClientEventTime DateTime, SilverlightVersion1 Int16, SilverlightVersion2 Int16, SilverlightVersion3 Int32, SilverlightVersion4 Int16, PageCharset String, CodeVersion Int32, IsLink Int16, IsDownload Int16, IsNotBounce Int16, FUniqID Int64, OriginalURL String, HID Int32, IsOldCounter Int16, IsEvent Int16, IsParameter Int16, DontCountHits Int16, WithHash Int16, HitColor String, LocalEventTime DateTime, Age Int16, Sex Int16, Income Int16, Interests Int16, Robotness Int16, RemoteIP Int32, WindowName Int32, OpenerName Int32, HistoryLength Int16, BrowserLanguage String, BrowserCountry String, SocialNetwork String, SocialAction String, HTTPError Int16, SendTiming Int32, DNSTiming Int32, ConnectTiming Int32, ResponseStartTiming Int32, ResponseEndTiming Int32, FetchTiming Int32, SocialSourceNetworkID Int16, SocialSourcePage String, ParamPrice Int64, ParamOrderID String, ParamCurrency String, ParamCurrencyID Int16, OpenstatServiceName String, OpenstatCampaignID String, OpenstatAdID String, OpenstatSourceID String, UTMSource String, UTMMedium String, UTMCampaign String, UTMContent String, UTMTerm String, FromTag String, HasGCLID Int16, RefererHash Int64, URLHash Int64, CLID Int32', $$^WatchIDc*5/ !p~JavaEnableTitleGoodEventEventTime7ðâQEventDate>CounterIDClientIP®Æz·RegionIDGUserID× ’•:6×ÝCounterClassOSUserAgentURLRefererIsRefreshRefererCategoryIDRefererRegionIDURLCategoryIDURLRegionIDResolutionWidthResolutionHeightResolutionDepthFlashMajorFlashMinorFlashMinor2NetMajorNetMinorUserAgentMajorUserAgentMinor�OCookieEnableJavascriptEnabl“ÿÿÿÿÿï¶sMobileMobilePhoneMobilePhoneModelParamsIPNetworkID¯á9TraficSourceIDSearchEngineIDSearchPhraseAdvEngineIDIsArtificalWindowClientWidthWindowClientHeightClientTimeZoneÿÿÿÿClientEventTimeîáSilverlightVersion1SilverlightVersion2SilverlightVersion3SilverlightVersion4PageCharsetCodeVersionIsLinkIsDownloadIsNotBounceFUniqIDOriginalURLHIDIsOldCounterIsEventIsParameterDontCountHitsWithHashHitColor5LocalEventTime&·ãQAgeSexIncomeInterestsRobotnessRemoteIP^DIÄWindowNameÿÿÿÿOpenerNameÿÿÿÿHistoryLengthÿÿÿÿBrowserLanguage�BrowserCountry� SocialNetworkSocialActionHTTPErrorSendTimingDNSTimingConnectTimingResponseStartTimingResponseEndTimingFetchTimingSocialSourceNetworkIDSocialSourcePageParamPriceParamOrderIDParamCurrencyNHParamCurrencyIDOpenstatServiceNameOpenstatCampaignIDOpenstatAdIDOpenstatSourceIDUTMSourceUTMMediumUTMCampaignUTMContentUTMTermFromTagHasGCLIDRefererHashX+‚Œ'ÕãûURLHashÍ|3úÐb.‹CLID^WatchID úFÚÓ“2qJavaEnableTitleGoodEventEventTimen$äQEventDate>CounterIDClientIP®Æz·RegionIDGUserID× ’•:6×ÝCounterClassOSUserAgentURLRefererIsRefreshRefererCategoryIDRefererRegionIDURLCategoryIDURLRegionIDResolutionWidthResolutionHeightResolutionDepthFlashMajorFlashMinorFlashMinor2NetMajorNetMinorUserAgentMajorUserAgentMinor�OCookieEnableJavascriptEnableIsMobileMobilePhoneMobilePhoneModelParamsIPNetworkID¯á9TraficSourceIDSearchEngineIDSearchPhraseAdvEngineIDIsArtificalWindowClientWidthWindowClientHeightClientTimeZoneÿÿÿÿClientEventTimeîáSilverlightVersion1SilverlightVersion2SilverlightVersion3SilverlightVersion4PageCharsetCodeVersionIsLinkIsDownloadIsNotBounceFUniqIDOriginalURLHIDIsOldCounterIsEventIsParameterDontCountHitsWithHashHitColor5LocalEventTimeǘãQAgeSexIncomeInterestsRobotnessRemoteIP^DIÄWindowNameÿÿÿÿOpenerNameÿÿÿÿHistoryLengthÿÿÿÿBrowserLanguage�BrowserCountry� SocialNetworkSocialActionHTTPErrorSendTimingDNSTimingConnectTimingResponseStartTimingResponseEndTimingFetchTimingSocialSourceNetworkIDSocialSourcePageP˜amPriceParamOrderIDParamCurrencyNHParamCurrencyIDOpenstatServiceNameOpenstatCampaignIDOpenstatAdIDOpenstatSourceIDUTMSourceUTMMediumUTMCampaignUTMContentUTMTermFromTagHasGCLIDRefererHashX+‚Œ'ÕãûURLHashÍ|3úÐb.‹CLID^WatchIDl!è–|¨@HJavaEnableTitleGoodEventEventTimeÃ)äQEventDate>CounterIDClientIP®Æz·RegionIDGUserID× ’•:6×ÝCounterClassOSUserAgentURLRefererIsRefreshRefererCategoryIDRefererRegionIDURLCategoryIDURLRegionIDResolutionWidthResolutionHeightResolutionDepthFlashMajorFlashMinorFlashMinor2NetMajorNetMinorUserAgentMajorUserAgentMinor�OCookieEnableJavascriptEnableIsMobileMobilePhoneMobilePhoneModelParamsIPNetworkID¯á9TraficSourceIDSearchEngineIDSearchPhraseAdvEngineIDIsArtificalWindowClientWidthWindowClientHeightClientTimeZoneÿÿÿÿClientEventTimeîáSilverlightVersion1SilverlightVersion2SilverlightVersion3SilverlightVersion4PageCharsetCodeVersionIsLinkIsDownloadIsNotBounceFUniqIDOriginalURLHIDIsOldCounterIsEventIsParameterDontCountHitsWithHashHitColor5LocalEventTime}žãQAgeSexIncomeInterestsRobotnessRemoteIP^DIÄWindowNameÿÿÿÿOpenerNameÿÿÿÿHistoryLengthÿÿÿÿBrowserLanguage�BrowserCountry� SocialNetworkSocialActionHTTPErrorSendTimingDNSTimingConnectTimingResponseStartTimingResponseEndTimingFetchTimingSocialSourceNetworkIDSocialSourcePageParamPriceParamOrderIDParamCurrencyNHParamCurrencyIDOpenstatServiceNameOpenstatCampaignIDOpenstatAdIDOpenstatSourceIDUTMSourceUTMMediumUTMCampaignUTMContentUTMTermFromTagHasGCLIDRefererHashX+‚Œ'ÕãûURLHashÍ|3úÐb.‹CLID^WatchID²Ç=ÐŒWJavaEnableTitleGoodEventEventTime8*äQEventDate>CounterIDClientIP®Æz·RegionIDGUserID× ’•:6×ÝCounterClassOSUserAgentURLRefererIsRefreshRefererCategoryIDRefererRegionIDURLCategoryIDURLRegionIDResolutionWidthResolutionHeightResolutionDepthFlashMajorFlashMinorFlashMinor2NetMajorNetMinorUserAgentMajorUserAgentMinor�OCookieEnableJavascriptEnableIsMobileMobilePhoneMobilePhoneModelParamsIPNetworkID¯á9TraficSourceIDSearchEngineIDSearchPhraseAdvEngineIDIsArtificalWindowClientWidthWindowClientHeightClientTimeZoneÿÿÿÿClientEventTimeîáSilverlightVersion1SilverlightVersion2SilverlightVersion3SilverlightVersion4PageCharsetCodeVersionIsLinkIsDownloadIsNotBounceFUniqIDOriginalURLHIDIsOldCounterIsEventIsParameterDontCountHitsWithHashHitColor5LocalEventTimeÝžãQAgeSexIncomeInterestsRobotnessRemoteIP^DIÄWindowNameÿÿÿÿOpenerNameÿÿÿÿHistoryLengthÿÿÿÿBrowserLanguage�BrowserCountry� SocialNetworkSocialActionHTTPErrorSendTimingDNSTimingConnectTimingResponseStartTimingResponseEndTimingFetchTimingSocialSourceNetworkIDSocialSourcePageParamPriceParamOrderIDParamCurrencyNHParamCurrencyIDOpenstatServiceNameOpenstatCampaignIDOpenstatAdIDOpenstatSourceIDUTMSourceUTMMediumUTMCampaignUTMContentUTMTermFromTagHasGCLIDRefererHashX+‚Œ'ÕãûURLHashÍ|3úÐb.‹CLID‹WatchIDéòˆE&LyJavaEnableTitleGoodEventEventTimeJîâQEventDate>CounterIDClientIPº‹I`RegionID'UserIDq—íJd8CounterClassOSUserAgentURL-http://holodilnik.ru/russia/05jul2013&model=0RefererIsRefreshRefererCategoryIDRefererRegionIDURLCateParams String, IPNetworkID Int32, TraficSourceID Int16, SearchEngineID Int16, SearchPhrase String, AdvEngineID Int16, IsArtifical Int16, WindowClientWidth Int16, WindowClientHeight Int16, ClientTimeZone Int16, ClientEventTime DateTime, SilverlightVersion1 Int16, SilverlightVersion2 Int16, SilverlightVersion3 Int32, SilverlightVersion4 Int16, PageCharset String, CodeVersion Int32, IsLink Int16, IsDownload Int16, IsNotBounce Int16, FUniqID Int64, OriginalURL String, HID Int32, IsOldCounter Int16, IsEvent Int16, IsParameter Int16, DontCountHits Int16, WithHash Int16, HitColor String, LocalEventTime DateTime, Age Int16, Sex Int16, Income Int16, Interests Int16, Robotness Int16, RemoteIP Int32, WindowName Int32, OpenerName Int32, HistoryLength Int16, BrowserLanguage String, BrowserCountry String, SocialNetwork String, SocialAction String, HTTPError Int16, SendTiming Int32, DNSTiming Int32, ConnectTiming Int32, ResponseStartTiming Int32, ResponseEndTiming Int32,ÿÿÿÿHistoryLengthÿÿÿÿBrowserLanguage�BrowserCountry� SocialNetworkSocialActionHTTPErrorSendTimingDNSTimingConnectTimingResponseStartTimingResponseEndTimingFetchTimingSocialSourceNetworkIDSocialSourcePageParamPriceParamOrderIDParamCurrencyNHParamCurrencyIDOpenstatServiceNameOpenstatCampaignIDOpenstatAdIDOpenstatSourceIDUTMSourceUTMMediumUTMCampaignUTMContentUTMTermFromTagHasGCLIDRefererHashX+‚Œ'ÕãûURLHashŽ oâïòeCLID¦WatchID¹ãk=÷±pJavaEnableTitleGoodEventEventTimeÉ ãQEventDate>CounterIDClien“¶¯ÿQ9…HRegionIDGUserID ÎKs}¡ïCounterClassOSUserAgentURLHhttp://afisha.mail.ru/catalog/314/women.ru/ency=1&page3/?errovat-pinnikiRefererIsRefreshRefererCategoryIDRefererRegionIDURLCategoryID0=URLRegionIDØResolutionWidthResolutionHeightResolutionDepthFlashMajorFlashMinorFlashMinor2NetMajorNetMinorUserAgentMajorUserAgentMinorD�CookieEnableJavascriptEnableIsMobileMobilePhoneMobilePhoneModelParamsIPNetworkID¯á9TraficSourceIDSearchEngineIDSearchPhraseAdvEngineIDIsArtificalWindowClientWidthWindowClientHeightClientTimeZoneÿÿÿÿClientEventTimeîáSilverlightVersion1SilverlightVersion2SilverlightVersion3SilverlightVersion4 PageCharsetCodeVersionIsLinkIsDownloadIsNotBounceFUniqID:¤ìWëÂmOriginalURLHIDIsOldCounterIsEventIsParameterDontCountHitsWithHashHitColor5LocalEventTimeA¶ãQAgeSexIncomeInterestsRobotnessRemoteIP^DIÄWindowNameÿÿÿÿOpenerNameÿÿÿÿHistoryLengthÿÿÿÿBrowserLanguage�BrowserCountry� SocialNetworkSocialActionHTTPErrorSendTimingDNSTimingConnectTimingResponseStartTimingResponseEndTimingFetchTimingSocialSourceNetworkIDSocialSourcePageParamPriceParamOrderIDParamCurrencyNHParamCurrencyIDOpenstatServiceNameOpenstatCampaignIDOpenstatAdIDOpenstatSourceIDUTMSourceUTMMediumUTMCampaignUTMContentUTMTermFromTagHasGCLIDRefererHashX+‚Œ'ÕãûURLHashý€ à#â\CLIDœWatchIDæ1þž oíCJavaEnableTitleGoodEventEventTimeµ0äQEventDate>CounterIDClientIPÉ^{]RegionIDÅUserID&n%Št"6CounterClassOS'UserAgentURL>http://bonprix.ru/index.ru/cinema/art/0 986 424 233 ÑезонRefererIsRefreshRefererCategoryIDRefererRegionIDURLCategoryIDURLRegionID±ResolutionWidthResolutionHeightResolutionDepthFlashMajorFlashMinorFlashMinor2NetMajorNetMinorUserAgentMajorUserAgentMinorD�CookieEnableJavascriptEnableIsMobileMobilePhoneMobilePhoneModelParamsIPNetworkID‰#(TraficSourceIDSearchEngineIDSearchPhraseAdvEngineIDIsArtificalWindowClientWidthWindowClientHeightClientTimeZoneÿÿÿÿClientEventTimeîáSilverlightVersion1SilverlightVersion2SilverlightVersion3SilverlightVersion4PageCharsetCodeVersionIsLinkIsDownloadIsNotBounceFUniqIDOriginalURLHIDIsOldCounterIsEventIsParameterDontCountHitsWithHashHitColor5LocalEventTime¼£ãQAgeSexIncomeInterestsRobotnessRemoteIP…UWindowNameÿÿÿÿOpenerNameÿÿÿÿHistoryLengthÿÿÿÿBrowserLanguage�BrowserCountry� SocialNetworkSocialActionHTTPErrorSendTimingDNSTimingConnectTimingResponseStartTimingResponseEndTimingFetchTimingSocialSourceNetworkIDSocialSourcePageParamPriceParamOrderIDParamCurrencyNHParamCurrencyIDOpenstatServiceNameOpenstatCampaignIDOpenstatAdIDOpenstatSourceIDUTMSourceUTMMediumUTMCampaignUTMContentUTMTermFromTagHasGCLIDRefererHashX+‚Œ'ÕãûURLHashX-h³ýX CLID˜WatchID»-ÞC_JavaEnableTitleGoodEventEventTime83äQEventDate>CounterIDClientIPÉ^{]RegionIDÅUserID&n%Št"6CounterClassOS'UserAgentURL:http://bonprix.ru/index.ru/cinema/art/A00387,3797); ru)&bLRefererIsRefreshRefererCategoryIDRefererRegionIDURLCategoryIDURLRegionID±ResolutionWidthResolutionHeightResolutionDepthFlashMajorFlashMinorFlashMinor2NetMajorNetMinorUserAgentMajorUserAgentMinorD�CookieEnableJavascriptEnableIsMobileMobilePhoneMobilePhoneModelParamsIPNetworkID‰#(TraficSourceIDSearchEngineIDSearchPhraseAdvEngineIDIsArtificalWindowClientWidthWindowClientHeightClientTimeZoneÿÿÿÿClientEventTimeîáSilverlightVersion1SilverlightVersion2SilverlightVersion3SilverlightVersion4PageCharsetCodeVersionIsLinkIsDownloadIsNotBounceFUniqIDOriginalURLHIDIsOldCounterIsEventIsParameterDontCountHitsWithHashHitColor5LocalEventTime ¦ãQAgeSexIncomeInterestsRobotnessRemoteIP…UWindowNameÿÿÿÿOpenerNameÿÿÿÿHistoryLengthÿÿÿÿBrowserLanguage�BrowserCountry� SocialNetworkSocialActionHTTPErrorSendTimingDNSTimingConnectTimingResponseStartTimingResponseEndTimingFetchTimingSocialSourceNetworkIDSocialSourcePageParamPriceParamOrderIDParamCurrencyNHParamCurrencyIDOpenstatServiceNameOpenstatCampaignIDOpenstatAdIDOpenstatSourceIDUTMSourceUTMMediumUTMCampaignUTMContentUTMTermFromTagHasGCLIDRefererHashX+‚Œ'ÕãûURLHashvÀvÍÀ‰ÇCLIDWatchIDìÒŒ\JavaEnableTitleGoodEventEventTime× äQEventDate>CounterIDClientIPgURegionIDåUserIDƒs—yyçófCounterClassOS,UserAgentURL1http://tours/Ekategoriya%2F&sr=http://slovareniyeRefererIsRefreshRefererCategoryIDRefererRegionIDURLCategoryIDURLRegionIDØesRolutionWidthResolutionHeightResolutionDepthFlashMajorFlashMinorFlashMinor2NetMajorNetMinorUserAgentMajor UserAgentMinorD�CookieEnableJavascriptEnableIsMobileMobilePhoneMobilePhoneModelParamsIPNetworkID¶œTraficSourceIDSearchEngineIDSearchPhraseAdvEngineIDIsArtificalWindowClientWidthWindowClientHeightClientTimeZoneÿÿÿÿClientEventTimeîáSilverlightVersion1SilverlightVersion2SilverlightVersion3SilverlightVersion4PageCharsetCodeVersionIsLinkIsDownloadIsNotBounceFUniqIDOriginalURLHIDIsOldCounterIsEventIsParameterDontCountHitsWithHashHitColor5LocalEventTimeY’ãQAgeSexIncomeInterestsRobotnessRemoteIP€=kWindowNameÿÿÿÿOpenerNameÿÿÿÿHistoryLengthÿÿÿÿBrowserLanguage�BrowserCountry� SocialNetworkSocialActionHTTPErrorSendTimingDNSTimingConnectTimingResponseStartTimingResponseEndTimingFetchTimingSocialSourceNetworkIDSocialSourcePageParamPriceParamOrderIDParamCurrencyNHParamCurrencyIDOpenstatServiceNameOpenstatCampaignIDOpenstatAdIDOpenstatSourceIDUTMSourceUTMMediumUTMCampaignUTMContentUTMTermFromTagHasGCLIDRefererHashX+‚Œ'ÕãûURLHashh˜´9›DCLID^WatchIDÛ/E‚ÜJÛ{JavaEnableTitleGoodEventEventTimeÖ1ãQEventDate>CounterIDClientIP®Æz·RegionIDGUserID× ’•:6×ÝCounterClassOSUserAgentURLRefererIsRefreshRefererCategoryIDRefererRegionIDURLCategoryIDURLRegionIDResolutionWidthResolutionHeightResolutionDepthFlashMajorFlashMinorFlashMinor2NetMajorNetMinorUserAgentMajorUserAgentMinor�OCookieEnableJavascriptEnableIsMobileMobilePhoneMobilePhkneModelParamsIPNetworkID¯á9TraficSourceIDSearchEngineIDSearchPhraseAdvEngineIDIsArtificalWindowClientWidthWindowClientHeightClientTimeZoneÿÿÿÿClientEventTimeîáSilverlightVersion1SilverlightVersion2SilverlightVersion3SilverlightVersion4PageCharsetCodeVersionIsLinkIsDownloadIsNotBounceFUniqIDOriginalURLHIDIsOldCounterIsEventIsParameterDontCountHitsWithHashHitColor5LocalEventTime‹ÏãQAgeSexIncomeInterestsRobotnessRemoteIP^DIÄWindowNameÿÿÿÿOpenerNameÿÿÿÿHistoryLengthÿÿÿÿBrowserLanguage�BrowserCountry� SocialNetworkSocialActionHTTPErrorSendTimingDNSTimingConnectTimingResponseStartTimingResponseEndTimingFetchTimingSocialSourceNetworkIDSocialSourcePageParamPriceParamOrderIDParamCurrencyNHParamCurrencyIDOpenstatServiceNameOpenstatCampaignIDOpenstatAdIDOpenstatSourceIDUTMSourceUTMMediumUTMCampaignUTMContentUTMTermFromTagHasGCLIDRefererHashX+‚Œ'ÕãûURLHashÍ|3úÐb.‹CLID$$);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Processors/Formats/Impl/BSONEachRowRowInputFormat.cpp:286: void DB::readAndInsertString(DB::ReadBuffer&, DB::IColumn&, DB::BSONType) @ 0x000000003f926d29 5. ./build_docker/./src/Processors/Formats/Impl/BSONEachRowRowInputFormat.cpp:626: DB::BSONEachRowRowInputFormat::readField(DB::IColumn&, std::shared_ptr const&, DB::BSONType) @ 0x000000003f913482 6. ./build_docker/./src/Processors/Formats/Impl/BSONEachRowRowInputFormat.cpp:809: DB::BSONEachRowRowInputFormat::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003f92c0b4 7. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 8. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 9. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 10. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 11. ./src/Processors/Formats/Impl/ParallelParsingInputFormat.h:181: DB::ParallelParsingInputFormat::InternalParser::getChunk() @ 0x000000003fc8542c 12. ./build_docker/./src/Processors/Formats/Impl/ParallelParsingInputFormat.cpp:109: DB::ParallelParsingInputFormat::parserThreadFunction(std::shared_ptr, unsigned long) @ 0x000000003fc809fe 13. ./src/Processors/Formats/Impl/ParallelParsingInputFormat.h:295: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003fc882dc 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 15. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 16. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 18. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:05:06.628410 [ 92808 ] {efa812c6-ac19-42b9-8552-c3ae2d7faa55} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'haystack' to function 'regexpExtract'. Expected: String, got: Array(Nothing): In scope SELECT REGEXP_EXTRACT([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT REGEXP_EXTRACT([], [], []);) 2025.03.31 18:05:06.651224 [ 71968 ] {} TCPHandler: Code: 117. DB::Exception: Incorrect size of a string (zero) in BSON: (at row 6) : While executing ParallelParsingBlockInputFormat. (INCORRECT_DATA), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Processors/Formats/Impl/BSONEachRowRowInputFormat.cpp:286: void DB::readAndInsertString(DB::ReadBuffer&, DB::IColumn&, DB::BSONType) @ 0x000000003f926d29 5. ./build_docker/./src/Processors/Formats/Impl/BSONEachRowRowInputFormat.cpp:626: DB::BSONEachRowRowInputFormat::readField(DB::IColumn&, std::shared_ptr const&, DB::BSONType) @ 0x000000003f913482 6. ./build_docker/./src/Processors/Formats/Impl/BSONEachRowRowInputFormat.cpp:809: DB::BSONEachRowRowInputFormat::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003f92c0b4 7. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 8. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 9. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 10. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 11. ./src/Processors/Formats/Impl/ParallelParsingInputFormat.h:181: DB::ParallelParsingInputFormat::InternalParser::getChunk() @ 0x000000003fc8542c 12. ./build_docker/./src/Processors/Formats/Impl/ParallelParsingInputFormat.cpp:109: DB::ParallelParsingInputFormat::parserThreadFunction(std::shared_ptr, unsigned long) @ 0x000000003fc809fe 13. ./src/Processors/Formats/Impl/ParallelParsingInputFormat.h:295: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003fc882dc 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 15. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 16. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 18. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:05:06.651967 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'haystack' to function 'regexpExtract'. Expected: String, got: Array(Nothing): In scope SELECT REGEXP_EXTRACT([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:06.710762 [ 92808 ] {b7cea3be-62e1-4833-ae35-77a3129d2c6f} executeQuery: Code: 42. DB::Exception: Number of arguments for function match doesn't match: passed 3, should be 2: In scope SELECT REGEXP_MATCHES([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT REGEXP_MATCHES([], [], []);) 2025.03.31 18:05:06.736319 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function match doesn't match: passed 3, should be 2: In scope SELECT REGEXP_MATCHES([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:06.795217 [ 92808 ] {c61144be-7d69-405f-b8bf-6fd286a9602b} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'haystack' to function 'replaceRegexpAll'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT REGEXP_REPLACE([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT REGEXP_REPLACE([], [], []);) 2025.03.31 18:05:06.809183 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'haystack' to function 'replaceRegexpAll'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT REGEXP_REPLACE([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:06.878825 [ 92808 ] {19143123-eb0f-4070-b261-6ebed4989bcd} executeQuery: Code: 42. DB::Exception: Number of arguments for function RIPEMD160 doesn't match: passed 3, should be 1: In scope SELECT RIPEMD160([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT RIPEMD160([], [], []);) 2025.03.31 18:05:06.900347 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function RIPEMD160 doesn't match: passed 3, should be 1: In scope SELECT RIPEMD160([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:06.946360 [ 92808 ] {8320e5d9-9785-46b4-b5d7-980e14dcb5f1} executeQuery: Code: 42. DB::Exception: Number of arguments for function currentDatabase doesn't match: passed 3, should be 0: In scope SELECT SCHEMA([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT SCHEMA([], [], []);) 2025.03.31 18:05:06.962274 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function currentDatabase doesn't match: passed 3, should be 0: In scope SELECT SCHEMA([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:07.007432 [ 92808 ] {ddc269b2-6e90-49e7-b26a-4cd25ba31ba6} executeQuery: Code: 42. DB::Exception: Number of arguments for function toSecond doesn't match: passed 3, should be 1 or 2: In scope SELECT SECOND([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT SECOND([], [], []);) 2025.03.31 18:05:07.030942 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toSecond doesn't match: passed 3, should be 1 or 2: In scope SELECT SECOND([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:07.078725 [ 92808 ] {a6fe12ad-887b-4b3c-b601-12d7f9c2e36b} executeQuery: Code: 42. DB::Exception: Number of arguments for function SHA1 doesn't match: passed 3, should be 1: In scope SELECT SHA1([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT SHA1([], [], []);) 2025.03.31 18:05:07.092290 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function SHA1 doesn't match: passed 3, should be 1: In scope SELECT SHA1([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:07.159844 [ 92808 ] {bae30f05-b378-4325-85b6-7bd87bae7902} executeQuery: Code: 42. DB::Exception: Number of arguments for function SHA224 doesn't match: passed 3, should be 1: In scope SELECT SHA224([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT SHA224([], [], []);) 2025.03.31 18:05:07.196755 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function SHA224 doesn't match: passed 3, should be 1: In scope SELECT SHA224([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:07.255590 [ 92808 ] {4760d53e-ab2c-4ae6-89ea-5aa87f972390} executeQuery: Code: 42. DB::Exception: Number of arguments for function SHA256 doesn't match: passed 3, should be 1: In scope SELECT SHA256([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT SHA256([], [], []);) 2025.03.31 18:05:07.279466 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function SHA256 doesn't match: passed 3, should be 1: In scope SELECT SHA256([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:07.316773 [ 92808 ] {f5dd203e-886e-495f-ac0d-8ad2ec7b1121} executeQuery: Code: 42. DB::Exception: Number of arguments for function SHA384 doesn't match: passed 3, should be 1: In scope SELECT SHA384([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT SHA384([], [], []);) 2025.03.31 18:05:07.360232 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function SHA384 doesn't match: passed 3, should be 1: In scope SELECT SHA384([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:07.439382 [ 92808 ] {b78e5e4a-9a4e-4b97-ad1a-8a68844950db} executeQuery: Code: 42. DB::Exception: Number of arguments for function SHA512 doesn't match: passed 3, should be 1: In scope SELECT SHA512([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT SHA512([], [], []);) 2025.03.31 18:05:07.475571 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function SHA512 doesn't match: passed 3, should be 1: In scope SELECT SHA512([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:07.531098 [ 92808 ] {5295550f-1e98-495d-9343-37d83d3c2362} executeQuery: Code: 42. DB::Exception: Number of arguments for function SHA512_256 doesn't match: passed 3, should be 1: In scope SELECT SHA512_256([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT SHA512_256([], [], []);) 2025.03.31 18:05:07.561244 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function SHA512_256 doesn't match: passed 3, should be 1: In scope SELECT SHA512_256([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:07.603697 [ 92808 ] {7d1fe672-a305-4143-8645-c33632a4630c} executeQuery: Code: 42. DB::Exception: Aggregate function stddevPop requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT STD([], [], []);) 2025.03.31 18:05:07.633883 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function stddevPop requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:07.676309 [ 92808 ] {6aceecf5-d7e1-4e6e-9f9c-15beb5db90a3} executeQuery: Code: 42. DB::Exception: Aggregate function stddevPop requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT STDDEV_POP([], [], []);) 2025.03.31 18:05:07.690657 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function stddevPop requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:07.773636 [ 92808 ] {2efad37a-86dc-4b9e-a319-8c241b2297ba} executeQuery: Code: 42. DB::Exception: Aggregate function stddevSamp requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT STDDEV_SAMP([], [], []);) 2025.03.31 18:05:07.797334 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function stddevSamp requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:07.811316 [ 91653 ] {55e26ed8-2093-45bf-a812-5b0ddbf97549} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 125: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35010) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (125, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:07.831110 [ 92808 ] {3c3e878a-c072-4efd-842e-2daed76be23c} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function substringIndex, String expected: In scope SELECT SUBSTRING_INDEX([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT SUBSTRING_INDEX([], [], []);) 2025.03.31 18:05:07.846148 [ 91653 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 125: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:07.858428 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function substringIndex, String expected: In scope SELECT SUBSTRING_INDEX([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:07.924275 [ 92808 ] {4a5f5d98-8f89-42c5-8622-7587c722aa91} executeQuery: Code: 42. DB::Exception: Incorrect number of arguments: expected 1 or 2 arguments: In scope SELECT SVG([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT SVG([], [], []);) 2025.03.31 18:05:07.948610 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Incorrect number of arguments: expected 1 or 2 arguments: In scope SELECT SVG([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:07.976163 [ 67575 ] {114b7cd4-6386-4c2c-9783-5865e438fdf1} executeQuery: Code: 42. DB::Exception: Number of arguments for function idnaEncode doesn't match: passed 0, should be 1: In scope SELECT idnaEncode(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35022) (comment: 02932_idna.sql) (in query: SELECT idnaEncode();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 18:05:07.986888 [ 92808 ] {ded1b441-06a6-495f-8153-cb3f307e0f5f} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'unit' to function 'dateDiff'. Expected: String, got: Array(Nothing): In scope SELECT dateDiff([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT TIMESTAMP_DIFF([], [], []);) 2025.03.31 18:05:07.997238 [ 67575 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function idnaEncode doesn't match: passed 0, should be 1: In scope SELECT idnaEncode(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 18:05:08.013868 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'unit' to function 'dateDiff'. Expected: String, got: Array(Nothing): In scope SELECT dateDiff([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:08.033355 [ 67575 ] {1de0721c-18ec-4aea-9f35-30bd860dfe99} executeQuery: Code: 42. DB::Exception: Number of arguments for function tryIdnaEncode doesn't match: passed 0, should be 1: In scope SELECT tryIdnaEncode(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35022) (comment: 02932_idna.sql) (in query: SELECT tryIdnaEncode();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 18:05:08.039986 [ 67575 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tryIdnaEncode doesn't match: passed 0, should be 1: In scope SELECT tryIdnaEncode(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 18:05:08.082335 [ 67575 ] {f59322c5-6f4e-43e6-9a10-0660305cc96e} executeQuery: Code: 42. DB::Exception: Number of arguments for function idnaDecode doesn't match: passed 0, should be 1: In scope SELECT idnaDecode(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35022) (comment: 02932_idna.sql) (in query: SELECT idnaDecode();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 18:05:08.095644 [ 92808 ] {44e58306-200c-4d32-8f3c-3f365964a8ba} executeQuery: Code: 42. DB::Exception: Number of arguments for function base64Encode doesn't match: passed 3, should be 1: In scope SELECT TO_BASE64([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT TO_BASE64([], [], []);) 2025.03.31 18:05:08.096872 [ 67575 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function idnaDecode doesn't match: passed 0, should be 1: In scope SELECT idnaDecode(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 18:05:08.123476 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function base64Encode doesn't match: passed 3, should be 1: In scope SELECT TO_BASE64([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:08.178778 [ 92808 ] {dc8b36b3-19c9-4d19-95d1-7e290d654d47} executeQuery: Code: 42. DB::Exception: Number of arguments for function toDaysSinceYearZero doesn't match: passed 3, should be 1 or 2: In scope SELECT TO_DAYS([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT TO_DAYS([], [], []);) 2025.03.31 18:05:08.216288 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toDaysSinceYearZero doesn't match: passed 3, should be 1 or 2: In scope SELECT TO_DAYS([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:08.250680 [ 92808 ] {b23033cd-85fc-46dd-ad12-e7eef36dd841} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTime'. Expected: String, got: Array(Nothing): In scope SELECT TO_UNIXTIME([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT TO_UNIXTIME([], [], []);) 2025.03.31 18:05:08.282644 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTime'. Expected: String, got: Array(Nothing): In scope SELECT TO_UNIXTIME([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:08.324643 [ 92810 ] {80ee2cdf-6e22-492a-b50f-1c4dd536f7b9} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -127, m = 2. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34974) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-127, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:08.328534 [ 92808 ] {9d7d667c-f29e-4bbc-93f3-f5103429fa31} executeQuery: Code: 42. DB::Exception: Wrong number of arguments for function ULIDStringToDateTime: should be 1 or 2: In scope SELECT ULIDStringToDateTime([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT ULIDStringToDateTime([], [], []);) 2025.03.31 18:05:08.358140 [ 92810 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -127, m = 2. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:08.366410 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Wrong number of arguments for function ULIDStringToDateTime: should be 1 or 2: In scope SELECT ULIDStringToDateTime([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:08.424005 [ 92808 ] {f2cc0bc4-5b20-48c0-b196-24972379c2a6} executeQuery: Code: 42. DB::Exception: Number of arguments for function URLHash doesn't match: passed 3, should be 1 or 2.: In scope SELECT URLHash([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT URLHash([], [], []);) 2025.03.31 18:05:08.446628 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function URLHash doesn't match: passed 3, should be 1 or 2.: In scope SELECT URLHash([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:08.511204 [ 92808 ] {1df6f8dc-7218-446d-9ab8-743117cdb92a} executeQuery: Code: 42. DB::Exception: Number of arguments for function URLHierarchy doesn't match: passed 3, should be 1: In scope SELECT URLHierarchy([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT URLHierarchy([], [], []);) 2025.03.31 18:05:08.545370 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function URLHierarchy doesn't match: passed 3, should be 1: In scope SELECT URLHierarchy([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:08.605173 [ 92808 ] {b345c73f-acef-447e-9b9b-dc081a6cf0f3} executeQuery: Code: 42. DB::Exception: Number of arguments for function URLPathHierarchy doesn't match: passed 3, should be 1: In scope SELECT URLPathHierarchy([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT URLPathHierarchy([], [], []);) 2025.03.31 18:05:08.629104 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function URLPathHierarchy doesn't match: passed 3, should be 1: In scope SELECT URLPathHierarchy([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:08.680456 [ 92808 ] {7eb67d32-bf8b-44fa-9890-8b69e3d2135c} executeQuery: Code: 42. DB::Exception: Number of arguments for function UTCTimestamp doesn't match: passed 3, should be 0: In scope SELECT UTCTimestamp([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT UTCTimestamp([], [], []);) 2025.03.31 18:05:08.701220 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function UTCTimestamp doesn't match: passed 3, should be 0: In scope SELECT UTCTimestamp([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:08.734982 [ 92808 ] {ff2bd3ee-1efa-4968-9441-9648692a3b16} executeQuery: Code: 42. DB::Exception: Number of arguments for function UTCTimestamp doesn't match: passed 3, should be 0: In scope SELECT UTC_timestamp([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT UTC_timestamp([], [], []);) 2025.03.31 18:05:08.760187 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function UTCTimestamp doesn't match: passed 3, should be 0: In scope SELECT UTC_timestamp([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:08.810643 [ 92808 ] {8eb97bd2-af6a-43bb-b844-7f3adb38b2e2} executeQuery: Code: 42. DB::Exception: Number of arguments for function UUIDNumToString doesn't match: passed 3, should be 1 or 2: In scope SELECT UUIDNumToString([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT UUIDNumToString([], [], []);) 2025.03.31 18:05:08.826747 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function UUIDNumToString doesn't match: passed 3, should be 1 or 2: In scope SELECT UUIDNumToString([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:08.874188 [ 92808 ] {abbccc7c-a13b-47f9-85e2-2901e8990b07} executeQuery: Code: 42. DB::Exception: Number of arguments for function UUIDStringToNum doesn't match: passed 3, should be 1 or 2: In scope SELECT UUIDStringToNum([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT UUIDStringToNum([], [], []);) 2025.03.31 18:05:08.900526 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function UUIDStringToNum doesn't match: passed 3, should be 1 or 2: In scope SELECT UUIDStringToNum([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:08.918679 [ 67575 ] {730429cf-fbd9-473d-8ce0-5199c5542308} executeQuery: Code: 43. DB::Exception: Illegal type UInt8 of argument of function idnaEncode: In scope SELECT idnaEncode(1). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35022) (comment: 02932_idna.sql) (in query: SELECT idnaEncode(1);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionStringToString, DB::NameIdnaEncode, false>::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x0000000011f6c550 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:05:08.927805 [ 67575 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type UInt8 of argument of function idnaEncode: In scope SELECT idnaEncode(1). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionStringToString, DB::NameIdnaEncode, false>::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x0000000011f6c550 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:05:08.962134 [ 92808 ] {1c2573a3-8841-4ccb-9f3b-6d0137b4a60f} executeQuery: Code: 42. DB::Exception: Number of arguments for function UUIDToNum doesn't match: passed 3, should be 1 or 2: In scope SELECT UUIDToNum([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT UUIDToNum([], [], []);) 2025.03.31 18:05:08.994853 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function UUIDToNum doesn't match: passed 3, should be 1 or 2: In scope SELECT UUIDToNum([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:09.039601 [ 92808 ] {c67338e2-650b-4e88-a504-119e53f9fd91} executeQuery: Code: 42. DB::Exception: Wrong number of arguments for function UUIDv7ToDateTime: should be 1 or 2: In scope SELECT UUIDv7ToDateTime([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT UUIDv7ToDateTime([], [], []);) 2025.03.31 18:05:09.059021 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Wrong number of arguments for function UUIDv7ToDateTime: should be 1 or 2: In scope SELECT UUIDv7ToDateTime([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:09.125801 [ 92808 ] {539e016a-8796-44fa-af4e-e80d1daf9905} executeQuery: Code: 42. DB::Exception: Aggregate function varPop requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT VAR_POP([], [], []);) 2025.03.31 18:05:09.171201 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function varPop requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:09.211238 [ 92808 ] {011afa1f-a7f7-4985-8288-0d8b7f2dfd16} executeQuery: Code: 42. DB::Exception: Aggregate function varSamp requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT VAR_SAMP([], [], []);) 2025.03.31 18:05:09.255046 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function varSamp requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:09.310455 [ 92808 ] {e6e7c307-30ec-4925-87e4-c7af5b247301} executeQuery: Code: 42. DB::Exception: Number of arguments for function toYear doesn't match: passed 3, should be 1 or 2: In scope SELECT YEAR([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT YEAR([], [], []);) 2025.03.31 18:05:09.346965 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toYear doesn't match: passed 3, should be 1 or 2: In scope SELECT YEAR([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:09.406698 [ 92808 ] {a62c802e-67d2-4ae0-b736-614258b80dbc} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'YYYYMMDDToDate'. Expected 1 argument, got 3 arguments: In scope SELECT YYYYMMDDToDate([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT YYYYMMDDToDate([], [], []);) 2025.03.31 18:05:09.464564 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'YYYYMMDDToDate'. Expected 1 argument, got 3 arguments: In scope SELECT YYYYMMDDToDate([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:09.557874 [ 92810 ] {918ad182-69fd-4562-9a99-0557e810597f} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -126, m = 1. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35070) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-126, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:09.581099 [ 92810 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -126, m = 1. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:09.581799 [ 92808 ] {3cd011e7-0c2d-427f-8a31-2d995cdcf720} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'YYYYMMDDToDate32'. Expected 1 argument, got 3 arguments: In scope SELECT YYYYMMDDToDate32([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT YYYYMMDDToDate32([], [], []);) 2025.03.31 18:05:09.606361 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'YYYYMMDDToDate32'. Expected 1 argument, got 3 arguments: In scope SELECT YYYYMMDDToDate32([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:09.653127 [ 92808 ] {06a5b552-5fe6-45aa-9fae-a9c96079a2ce} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'YYYYMMDDhhmmssToDateTime'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT YYYYMMDDhhmmssToDateTime([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT YYYYMMDDhhmmssToDateTime([], [], []);) 2025.03.31 18:05:09.674357 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'YYYYMMDDhhmmssToDateTime'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT YYYYMMDDhhmmssToDateTime([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:09.716709 [ 92808 ] {3e961a8d-8d7f-4418-9088-43e6ce58c7f5} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'YYYYMMDDhhmmss' to function 'YYYYMMDDhhmmssToDateTime64'. Expected: Number, got: Array(Nothing): In scope SELECT YYYYMMDDhhmmssToDateTime64([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT YYYYMMDDhhmmssToDateTime64([], [], []);) 2025.03.31 18:05:09.755502 [ 67575 ] {ee090edd-773c-4830-86c1-947de2070c8b} executeQuery: Code: 43. DB::Exception: Illegal type UInt8 of argument of function tryIdnaEncode: In scope SELECT tryIdnaEncode(1). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35022) (comment: 02932_idna.sql) (in query: SELECT tryIdnaEncode(1);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionStringToString, DB::NameTryIdnaEncode, false>::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x0000000011f701b0 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:05:09.758845 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'YYYYMMDDhhmmss' to function 'YYYYMMDDhhmmssToDateTime64'. Expected: Number, got: Array(Nothing): In scope SELECT YYYYMMDDhhmmssToDateTime64([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:09.762585 [ 67575 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type UInt8 of argument of function tryIdnaEncode: In scope SELECT tryIdnaEncode(1). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionStringToString, DB::NameTryIdnaEncode, false>::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x0000000011f701b0 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:05:09.821183 [ 92808 ] {5a5c5133-8680-48d7-9ab9-48d6b20b9a7d} executeQuery: Code: 42. DB::Exception: Number of arguments for function _CAST doesn't match: passed 3, should be 2: In scope SELECT _CAST([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT _CAST([], [], []);) 2025.03.31 18:05:09.854853 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function _CAST doesn't match: passed 3, should be 2: In scope SELECT _CAST([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:09.901870 [ 92808 ] {ff21272f-b07e-4d77-a8dd-e5b455fa5948} executeQuery: Code: 42. DB::Exception: Number of arguments for function __actionName doesn't match: passed 3, should be 2: In scope SELECT __actionName([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT __actionName([], [], []);) 2025.03.31 18:05:09.937223 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function __actionName doesn't match: passed 3, should be 2: In scope SELECT __actionName([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:09.983511 [ 92808 ] {38b66208-65cd-400f-aeab-e4b43d1f30d1} executeQuery: Code: 42. DB::Exception: Number of arguments for function __bitBoolMaskAnd doesn't match: passed 3, should be 2: In scope SELECT __bitBoolMaskAnd([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT __bitBoolMaskAnd([], [], []);) 2025.03.31 18:05:10.014604 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function __bitBoolMaskAnd doesn't match: passed 3, should be 2: In scope SELECT __bitBoolMaskAnd([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:10.083835 [ 92808 ] {690a8f75-0595-4401-acd4-a8dc4d882eac} executeQuery: Code: 42. DB::Exception: Number of arguments for function __bitBoolMaskOr doesn't match: passed 3, should be 2: In scope SELECT __bitBoolMaskOr([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT __bitBoolMaskOr([], [], []);) 2025.03.31 18:05:10.108921 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function __bitBoolMaskOr doesn't match: passed 3, should be 2: In scope SELECT __bitBoolMaskOr([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:10.159247 [ 92808 ] {ba8f5539-33eb-4674-a347-e30f7f4a9bc4} executeQuery: Code: 42. DB::Exception: Number of arguments for function __bitSwapLastTwo doesn't match: passed 3, should be 1: In scope SELECT __bitSwapLastTwo([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT __bitSwapLastTwo([], [], []);) 2025.03.31 18:05:10.174300 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function __bitSwapLastTwo doesn't match: passed 3, should be 1: In scope SELECT __bitSwapLastTwo([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:10.230519 [ 92808 ] {c00676da-7a1c-42bd-9d0a-731d37866956} executeQuery: Code: 42. DB::Exception: Number of arguments for function __bitWrapperFunc doesn't match: passed 3, should be 1: In scope SELECT __bitWrapperFunc([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT __bitWrapperFunc([], [], []);) 2025.03.31 18:05:10.255217 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function __bitWrapperFunc doesn't match: passed 3, should be 1: In scope SELECT __bitWrapperFunc([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:10.314932 [ 92808 ] {84860b8a-0f5a-4f68-9998-c5816342f07f} executeQuery: Code: 42. DB::Exception: Number of arguments for function __getScalar doesn't match: passed 3, should be 1: In scope SELECT __getScalar([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT __getScalar([], [], []);) 2025.03.31 18:05:10.328018 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function __getScalar doesn't match: passed 3, should be 1: In scope SELECT __getScalar([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:10.382494 [ 92808 ] {c6f7d6b0-1421-4654-9700-3ae1654e80e3} executeQuery: Code: 42. DB::Exception: Number of arguments for function __scalarSubqueryResult doesn't match: passed 3, should be 1: In scope SELECT __scalarSubqueryResult([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT __scalarSubqueryResult([], [], []);) 2025.03.31 18:05:10.404464 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function __scalarSubqueryResult doesn't match: passed 3, should be 1: In scope SELECT __scalarSubqueryResult([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:10.489715 [ 92808 ] {1672eb65-86a1-45c9-a1b9-84f927b7929e} executeQuery: Code: 42. DB::Exception: Number of arguments for function abs doesn't match: passed 3, should be 1: In scope SELECT abs([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT abs([], [], []);) 2025.03.31 18:05:10.506819 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function abs doesn't match: passed 3, should be 1: In scope SELECT abs([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:10.556496 [ 92808 ] {783354e5-bf4b-43aa-b301-26ca1fb59b07} executeQuery: Code: 42. DB::Exception: Number of arguments for function accurateCast doesn't match: passed 3, should be 2: In scope SELECT accurateCast([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT accurateCast([], [], []);) 2025.03.31 18:05:10.576577 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function accurateCast doesn't match: passed 3, should be 2: In scope SELECT accurateCast([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:10.617469 [ 92808 ] {0fd19399-4e27-47fa-9b40-2df1bc92bd57} executeQuery: Code: 43. DB::Exception: Second argument to accurateCastOrDefault must be a constant string describing type. Actual Array(Nothing): In scope SELECT accurateCastOrDefault([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT accurateCastOrDefault([], [], []);) 2025.03.31 18:05:10.632798 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Second argument to accurateCastOrDefault must be a constant string describing type. Actual Array(Nothing): In scope SELECT accurateCastOrDefault([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:10.679353 [ 92808 ] {581d851b-7ec0-437f-95e2-cc1bad7b77ee} executeQuery: Code: 42. DB::Exception: Number of arguments for function accurateCastOrNull doesn't match: passed 3, should be 2: In scope SELECT accurateCastOrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT accurateCastOrNull([], [], []);) 2025.03.31 18:05:10.694002 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function accurateCastOrNull doesn't match: passed 3, should be 2: In scope SELECT accurateCastOrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:10.725771 [ 67575 ] {6986f3a3-0769-401e-adf1-b48da9f172f4} executeQuery: Code: 43. DB::Exception: Illegal type UInt8 of argument of function idnaDecode: In scope SELECT idnaDecode(1). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35022) (comment: 02932_idna.sql) (in query: SELECT idnaDecode(1);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionStringToString::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x0000000011f73110 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:05:10.733236 [ 67575 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type UInt8 of argument of function idnaDecode: In scope SELECT idnaDecode(1). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionStringToString::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x0000000011f73110 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:05:10.735964 [ 92808 ] {a4623cf1-e3e5-4fa6-b933-2b82e2c3b099} executeQuery: Code: 42. DB::Exception: Number of arguments for function acos doesn't match: passed 3, should be 1: In scope SELECT acos([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT acos([], [], []);) 2025.03.31 18:05:10.753762 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function acos doesn't match: passed 3, should be 1: In scope SELECT acos([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:10.767890 [ 67575 ] {01f71578-a812-4292-babf-48d083210746} executeQuery: Code: 42. DB::Exception: Number of arguments for function idnaEncode doesn't match: passed 2, should be 1: In scope SELECT idnaEncode('two', 'strings'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35022) (comment: 02932_idna.sql) (in query: SELECT idnaEncode('two', 'strings');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 18:05:10.778420 [ 67575 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function idnaEncode doesn't match: passed 2, should be 1: In scope SELECT idnaEncode('two', 'strings'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 18:05:10.798428 [ 92808 ] {6c67d6d7-6729-4c3b-8603-b264821017e0} executeQuery: Code: 42. DB::Exception: Number of arguments for function acosh doesn't match: passed 3, should be 1: In scope SELECT acosh([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT acosh([], [], []);) 2025.03.31 18:05:10.827028 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function acosh doesn't match: passed 3, should be 1: In scope SELECT acosh([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:10.847665 [ 67575 ] {7c2f26a4-7938-432f-a7b8-a6c57e5472c5} executeQuery: Code: 42. DB::Exception: Number of arguments for function tryIdnaEncode doesn't match: passed 2, should be 1: In scope SELECT tryIdnaEncode('two', 'strings'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35022) (comment: 02932_idna.sql) (in query: SELECT tryIdnaEncode('two', 'strings');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 18:05:10.865721 [ 67575 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tryIdnaEncode doesn't match: passed 2, should be 1: In scope SELECT tryIdnaEncode('two', 'strings'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 18:05:10.878993 [ 92808 ] {05bcf48e-e187-464e-82b0-b27e8b5ee435} executeQuery: Code: 42. DB::Exception: Number of arguments for function addDate doesn't match: passed 3, should be 2: In scope SELECT addDate([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT addDate([], [], []);) 2025.03.31 18:05:10.896105 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function addDate doesn't match: passed 3, should be 2: In scope SELECT addDate([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:10.924979 [ 67575 ] {57fe3f33-0a5d-4fab-b1a2-e4075554e9e1} executeQuery: Code: 42. DB::Exception: Number of arguments for function idnaDecode doesn't match: passed 2, should be 1: In scope SELECT idnaDecode('two', 'strings'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35022) (comment: 02932_idna.sql) (in query: SELECT idnaDecode('two', 'strings');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 18:05:10.936581 [ 67575 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function idnaDecode doesn't match: passed 2, should be 1: In scope SELECT idnaDecode('two', 'strings'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 18:05:10.940341 [ 92808 ] {e5270179-26be-4826-a1a8-c4eaf72a33b9} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function addDays. Must be a DateTime/DateTime64: In scope SELECT addDays([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT addDays([], [], []);) 2025.03.31 18:05:10.965045 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function addDays. Must be a DateTime/DateTime64: In scope SELECT addDays([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:11.003394 [ 92808 ] {88316302-787d-4b0b-be08-98a9a220794d} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function addHours. Must be a DateTime/DateTime64: In scope SELECT addHours([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT addHours([], [], []);) 2025.03.31 18:05:11.032223 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function addHours. Must be a DateTime/DateTime64: In scope SELECT addHours([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:11.069005 [ 92808 ] {0f9f2fe5-b88c-4f0c-a0f5-0b01a776cd1d} executeQuery: Code: 42. DB::Exception: Number of arguments for function addInterval doesn't match: passed 3, should be 2: In scope SELECT addInterval([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT addInterval([], [], []);) 2025.03.31 18:05:11.093098 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function addInterval doesn't match: passed 3, should be 2: In scope SELECT addInterval([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:11.136434 [ 92808 ] {8c279866-7a37-416a-a64f-0fbc9d388382} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function addMicroseconds. Must be a DateTime/DateTime64: In scope SELECT addMicroseconds([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT addMicroseconds([], [], []);) 2025.03.31 18:05:11.147704 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function addMicroseconds. Must be a DateTime/DateTime64: In scope SELECT addMicroseconds([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:11.194479 [ 92808 ] {f594f6a0-f633-4858-b9c6-3a97d8abe363} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function addMilliseconds. Must be a DateTime/DateTime64: In scope SELECT addMilliseconds([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT addMilliseconds([], [], []);) 2025.03.31 18:05:11.211327 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function addMilliseconds. Must be a DateTime/DateTime64: In scope SELECT addMilliseconds([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:11.277589 [ 92808 ] {2e6a9ee2-c955-4c52-8841-c2f1ab923000} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function addMinutes. Must be a DateTime/DateTime64: In scope SELECT addMinutes([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT addMinutes([], [], []);) 2025.03.31 18:05:11.292167 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function addMinutes. Must be a DateTime/DateTime64: In scope SELECT addMinutes([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:11.345824 [ 92808 ] {c27535dd-5d7a-4f88-8401-5665b6414221} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function addMonths. Must be a DateTime/DateTime64: In scope SELECT addMonths([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT addMonths([], [], []);) 2025.03.31 18:05:11.360832 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function addMonths. Must be a DateTime/DateTime64: In scope SELECT addMonths([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:11.417992 [ 92808 ] {156ab6b8-7823-4970-be0e-da50afd37cc6} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function addNanoseconds. Must be a DateTime/DateTime64: In scope SELECT addNanoseconds([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT addNanoseconds([], [], []);) 2025.03.31 18:05:11.436150 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function addNanoseconds. Must be a DateTime/DateTime64: In scope SELECT addNanoseconds([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:11.481023 [ 92808 ] {fd272d88-1ffd-4968-8943-c4d5fa9b6991} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function addQuarters. Must be a DateTime/DateTime64: In scope SELECT addQuarters([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT addQuarters([], [], []);) 2025.03.31 18:05:11.510653 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function addQuarters. Must be a DateTime/DateTime64: In scope SELECT addQuarters([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:11.559986 [ 92808 ] {98338341-b605-4a6c-b16d-4f831de2fa2c} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function addSeconds. Must be a DateTime/DateTime64: In scope SELECT addSeconds([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT addSeconds([], [], []);) 2025.03.31 18:05:11.581870 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function addSeconds. Must be a DateTime/DateTime64: In scope SELECT addSeconds([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:11.630641 [ 92808 ] {66b03ff0-dc22-4191-a99b-0c5095cbeb25} executeQuery: Code: 42. DB::Exception: Number of arguments for function addTupleOfIntervals doesn't match: passed 3, should be 2: In scope SELECT addTupleOfIntervals([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT addTupleOfIntervals([], [], []);) 2025.03.31 18:05:11.653124 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function addTupleOfIntervals doesn't match: passed 3, should be 2: In scope SELECT addTupleOfIntervals([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:11.688726 [ 92808 ] {da77cde7-ed65-4015-914a-a63d9f596b58} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function addWeeks. Must be a DateTime/DateTime64: In scope SELECT addWeeks([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT addWeeks([], [], []);) 2025.03.31 18:05:11.704043 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function addWeeks. Must be a DateTime/DateTime64: In scope SELECT addWeeks([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:11.761070 [ 92808 ] {9874821b-6cb0-49fd-b6d0-bc0a7546985e} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function addYears. Must be a DateTime/DateTime64: In scope SELECT addYears([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT addYears([], [], []);) 2025.03.31 18:05:11.779730 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function addYears. Must be a DateTime/DateTime64: In scope SELECT addYears([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:11.803714 [ 67575 ] {6513f680-8bbc-4624-8318-bbee3c2854f9} executeQuery: Code: 48. DB::Exception: Arguments of type FixedString are not allowed: In scope SELECT idnaEncode(toFixedString('two', 3)). (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35022) (comment: 02932_idna.sql) (in query: SELECT idnaEncode(toFixedString('two', 3));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::IdnaEncode<(DB::ErrorHandling)0>::vectorFixed(DB::PODArray, 63ul, 64ul> const&, unsigned long, DB::PODArray, 63ul, 64ul>&, unsigned long) @ 0x0000000011f6d8cc 5. DB::FunctionStringToString, DB::NameIdnaEncode, false>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000011f6b9c6 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:05:11.812713 [ 67575 ] {} TCPHandler: Code: 48. DB::Exception: Arguments of type FixedString are not allowed: In scope SELECT idnaEncode(toFixedString('two', 3)). (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::IdnaEncode<(DB::ErrorHandling)0>::vectorFixed(DB::PODArray, 63ul, 64ul> const&, unsigned long, DB::PODArray, 63ul, 64ul>&, unsigned long) @ 0x0000000011f6d8cc 5. DB::FunctionStringToString, DB::NameIdnaEncode, false>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000011f6b9c6 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:05:11.827928 [ 92808 ] {cd4903ee-b3ec-4e3f-bdea-bfbc2fafc049} executeQuery: Code: 42. DB::Exception: Number of arguments for function addressToLine doesn't match: passed 3, should be 1: In scope SELECT addressToLine([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT addressToLine([], [], []);) 2025.03.31 18:05:11.853521 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function addressToLine doesn't match: passed 3, should be 1: In scope SELECT addressToLine([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:11.895578 [ 92808 ] {a14c0b6e-ac4b-4f1c-84da-3a94510ffa2f} executeQuery: Code: 42. DB::Exception: Number of arguments for function addressToLineWithInlines doesn't match: passed 3, should be 1: In scope SELECT addressToLineWithInlines([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT addressToLineWithInlines([], [], []);) 2025.03.31 18:05:11.916256 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function addressToLineWithInlines doesn't match: passed 3, should be 1: In scope SELECT addressToLineWithInlines([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:11.962811 [ 92808 ] {664c3534-76c4-4190-b70c-27b80e83bb2c} executeQuery: Code: 42. DB::Exception: Number of arguments for function addressToSymbol doesn't match: passed 3, should be 1: In scope SELECT addressToSymbol([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT addressToSymbol([], [], []);) 2025.03.31 18:05:11.991344 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function addressToSymbol doesn't match: passed 3, should be 1: In scope SELECT addressToSymbol([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:12.040032 [ 92808 ] {923afc03-b0bd-44b4-8925-12a27ded30ee} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'mode' to function 'aes_decrypt_mysql'. Expected: decryption mode string, got: Array(Nothing): In scope SELECT aes_decrypt_mysql([], '[HIDDEN]'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT aes_decrypt_mysql([], '[HIDDEN]')) 2025.03.31 18:05:12.053544 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'mode' to function 'aes_decrypt_mysql'. Expected: decryption mode string, got: Array(Nothing): In scope SELECT aes_decrypt_mysql([], '[HIDDEN]'). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:12.117393 [ 92808 ] {87d8a914-0faf-406e-9ef2-90d8a914c2d0} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'mode' to function 'aes_encrypt_mysql'. Expected: encryption mode string, got: Array(Nothing): In scope SELECT aes_encrypt_mysql([], '[HIDDEN]'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT aes_encrypt_mysql([], '[HIDDEN]')) 2025.03.31 18:05:12.140668 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'mode' to function 'aes_encrypt_mysql'. Expected: encryption mode string, got: Array(Nothing): In scope SELECT aes_encrypt_mysql([], '[HIDDEN]'). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:12.189259 [ 92808 ] {90a85fd1-e5d7-492d-8170-f130f4f90020} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'unit' to function 'age'. Expected: String, got: Array(Nothing): In scope SELECT age([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT age([], [], []);) 2025.03.31 18:05:12.210583 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'unit' to function 'age'. Expected: String, got: Array(Nothing): In scope SELECT age([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:12.287616 [ 92808 ] {a0a12d15-ad64-40de-9d06-1c18de5b2f1d} executeQuery: Code: 503. DB::Exception: Aggregate function aggThrow has thrown exception successfully: While executing AggregatingTransform. (AGGREGATE_FUNCTION_THROW) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT aggThrow([], [], []);) 2025.03.31 18:05:12.316775 [ 92808 ] {} TCPHandler: Code: 503. DB::Exception: Aggregate function aggThrow has thrown exception successfully: While executing AggregatingTransform. (AGGREGATE_FUNCTION_THROW) 2025.03.31 18:05:12.357077 [ 92808 ] {f3a82522-7155-45c2-86ea-ab3c727defbd} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'alphaTokens'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT alphaTokens([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT alphaTokens([], [], []);) 2025.03.31 18:05:12.373920 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'alphaTokens'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT alphaTokens([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:12.428112 [ 92808 ] {f3374936-30b2-4746-8cab-c8bd47f4a27a} executeQuery: Code: 42. DB::Exception: Aggregate function analysisOfVariance requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT analysisOfVariance([], [], []);) 2025.03.31 18:05:12.452472 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function analysisOfVariance requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:12.496916 [ 92808 ] {489d1b37-9d2d-4e7b-960f-f70aecd3d728} executeQuery: Code: 43. DB::Exception: Illegal type (Array(Nothing)) of 1 argument of function and: In scope SELECT [] AND [] AND []. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT and([], [], []);) 2025.03.31 18:05:12.530486 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type (Array(Nothing)) of 1 argument of function and: In scope SELECT [] AND [] AND []. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:12.565859 [ 92808 ] {12b18ef3-0527-4e1b-a319-d11774540595} executeQuery: Code: 42. DB::Exception: Aggregate function analysisOfVariance requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT anova([], [], []);) 2025.03.31 18:05:12.589944 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function analysisOfVariance requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:12.624800 [ 92808 ] {91d6996e-5a2c-4071-8877-a72368f440d6} executeQuery: Code: 42. DB::Exception: Aggregate function any requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT any([], [], []);) 2025.03.31 18:05:12.642629 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function any requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:12.690822 [ 92808 ] {abf5a96d-0e26-4dd2-93f4-044be9740c5b} executeQuery: Code: 42. DB::Exception: Aggregate function anyHeavy requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT anyHeavy([], [], []);) 2025.03.31 18:05:12.693463 [ 67575 ] {5f89554e-2481-400a-935f-98d329578de1} executeQuery: Code: 48. DB::Exception: Arguments of type FixedString are not allowed: In scope SELECT tryIdnaEncode(toFixedString('two', 3)). (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35022) (comment: 02932_idna.sql) (in query: SELECT tryIdnaEncode(toFixedString('two', 3));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::IdnaEncode<(DB::ErrorHandling)1>::vectorFixed(DB::PODArray, 63ul, 64ul> const&, unsigned long, DB::PODArray, 63ul, 64ul>&, unsigned long) @ 0x0000000011f7126c 5. DB::FunctionStringToString, DB::NameTryIdnaEncode, false>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000011f6f626 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:05:12.697721 [ 67575 ] {} TCPHandler: Code: 48. DB::Exception: Arguments of type FixedString are not allowed: In scope SELECT tryIdnaEncode(toFixedString('two', 3)). (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::IdnaEncode<(DB::ErrorHandling)1>::vectorFixed(DB::PODArray, 63ul, 64ul> const&, unsigned long, DB::PODArray, 63ul, 64ul>&, unsigned long) @ 0x0000000011f7126c 5. DB::FunctionStringToString, DB::NameTryIdnaEncode, false>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000011f6f626 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:05:12.713698 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function anyHeavy requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:12.752756 [ 92808 ] {2abafc0a-545d-483a-92fb-47e40ad4a3f4} executeQuery: Code: 42. DB::Exception: Aggregate function anyLast requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT anyLast([], [], []);) 2025.03.31 18:05:12.775523 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function anyLast requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:12.805746 [ 92808 ] {504cb5bd-dc8e-4bf4-8fd0-063e7116bee8} executeQuery: Code: 42. DB::Exception: Aggregate function anyLast_respect_nulls requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT anyLastRespectNulls([], [], []);) 2025.03.31 18:05:12.830620 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function anyLast_respect_nulls requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:12.876586 [ 92808 ] {f8ded926-5a78-46ce-87d4-414669e534e6} executeQuery: Code: 42. DB::Exception: Aggregate function anyLast_respect_nulls requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT anyLast_respect_nulls([], [], []);) 2025.03.31 18:05:12.891500 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function anyLast_respect_nulls requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:12.933030 [ 92808 ] {97f74d86-4be6-4c2a-8424-c615e7825d2b} executeQuery: Code: 42. DB::Exception: Aggregate function any_respect_nulls requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT anyRespectNulls([], [], []);) 2025.03.31 18:05:12.960203 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function any_respect_nulls requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:13.032017 [ 92808 ] {ad62bdb7-c70e-4c0c-b9b6-de7eef73cb59} executeQuery: Code: 42. DB::Exception: Aggregate function any_respect_nulls requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT anyValueRespectNulls([], [], []);) 2025.03.31 18:05:13.058674 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function any_respect_nulls requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:13.104845 [ 92808 ] {0ff69aba-7142-46d3-b876-c31dfdc5c682} executeQuery: Code: 42. DB::Exception: Aggregate function any_respect_nulls requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT any_respect_nulls([], [], []);) 2025.03.31 18:05:13.129811 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function any_respect_nulls requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:13.168154 [ 92808 ] {b7e7df15-b90b-495b-bfc8-7979f9433f9d} executeQuery: Code: 42. DB::Exception: Aggregate function any requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT any_value([], [], []);) 2025.03.31 18:05:13.198881 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function any requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:13.279784 [ 92808 ] {bafb1233-afa3-46b7-8150-7dfb744fdbf1} executeQuery: Code: 42. DB::Exception: Aggregate function any_respect_nulls requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT any_value_respect_nulls([], [], []);) 2025.03.31 18:05:13.292368 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function any_respect_nulls requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:13.345072 [ 92808 ] {2871e777-f588-439f-ac57-aed627cf8aab} executeQuery: Code: 42. DB::Exception: Number of arguments for function appendTrailingCharIfAbsent doesn't match: passed 3, should be 2: In scope SELECT appendTrailingCharIfAbsent([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT appendTrailingCharIfAbsent([], [], []);) 2025.03.31 18:05:13.357743 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function appendTrailingCharIfAbsent doesn't match: passed 3, should be 2: In scope SELECT appendTrailingCharIfAbsent([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:13.405870 [ 92808 ] {a1b3118c-3b70-4038-ad6b-7146b4462e78} executeQuery: Code: 42. DB::Exception: Aggregate function approx_top_k requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT approx_top_count([], [], []);) 2025.03.31 18:05:13.422484 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function approx_top_k requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:13.460739 [ 92808 ] {870a58b1-3b4a-4b82-8904-a59d40c5036d} executeQuery: Code: 42. DB::Exception: Aggregate function approx_top_k requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT approx_top_k([], [], []);) 2025.03.31 18:05:13.484981 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function approx_top_k requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:13.528774 [ 92808 ] {36e80c96-1b35-4866-8e5d-839d95ca0856} executeQuery: Code: 42. DB::Exception: Aggregate function approx_top_sum requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT approx_top_sum([], [], []);) 2025.03.31 18:05:13.550226 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function approx_top_sum requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:13.573676 [ 67575 ] {f931d656-d534-493a-b0c2-6bb099ca58e4} executeQuery: Code: 48. DB::Exception: Arguments of type FixedString are not allowed: In scope SELECT idnaDecode(toFixedString('two', 3)). (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35022) (comment: 02932_idna.sql) (in query: SELECT idnaDecode(toFixedString('two', 3));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::IdnaDecode::vectorFixed(DB::PODArray, 63ul, 64ul> const&, unsigned long, DB::PODArray, 63ul, 64ul>&, unsigned long) @ 0x0000000011f741cc 5. DB::FunctionStringToString::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000011f72586 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:05:13.580417 [ 67575 ] {} TCPHandler: Code: 48. DB::Exception: Arguments of type FixedString are not allowed: In scope SELECT idnaDecode(toFixedString('two', 3)). (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::IdnaDecode::vectorFixed(DB::PODArray, 63ul, 64ul> const&, unsigned long, DB::PODArray, 63ul, 64ul>&, unsigned long) @ 0x0000000011f741cc 5. DB::FunctionStringToString::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000011f72586 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:05:13.616153 [ 92808 ] {16fc43b0-f376-4565-9ec6-5d24ea1f2656} executeQuery: Code: 42. DB::Exception: Aggregate function argMax requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT argMax([], [], []);) 2025.03.31 18:05:13.640507 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function argMax requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:13.685141 [ 92808 ] {f5db6653-8382-42cb-84a9-122a46ececb2} executeQuery: Code: 42. DB::Exception: Aggregate function argMin requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT argMin([], [], []);) 2025.03.31 18:05:13.709207 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function argMin requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:13.946749 [ 92808 ] {4f4e5ed1-ef5d-4563-8883-57e0a4f3f950} executeQuery: Code: 43. DB::Exception: arrayROCAUC cannot process values of type Nothing: In scope SELECT arrayAUC([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayAUC([], [], []);) 2025.03.31 18:05:13.959283 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: arrayROCAUC cannot process values of type Nothing: In scope SELECT arrayAUC([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:14.017957 [ 92808 ] {dce71fbd-b3fb-4cbb-ac10-7479e883bbb8} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayAUCPR doesn't match: passed 3, should be 2: In scope SELECT arrayAUCPR([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayAUCPR([], [], []);) 2025.03.31 18:05:14.034081 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayAUCPR doesn't match: passed 3, should be 2: In scope SELECT arrayAUCPR([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:14.055648 [ 92562 ] {68aad2a9-1b5e-44f8-b1ff-a84b5f065d04} executeQuery: Code: 386. DB::Exception: There is no supertype for types Array(UInt8), Int8 because some of them are Array and some of them are not. (NO_COMMON_TYPE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35224) (comment: 02013_bloom_filter_hasAll.sql) (in query: SELECT count() FROM bftest WHERE hasAll(y, [[123], -42]) FORMAT Null;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: std::shared_ptr DB::(anonymous namespace)::throwOrReturn<(DB::LeastSupertypeOnError)0, std::vector, std::allocator>>>(std::vector, std::allocator>> const&, std::basic_string_view>, int) @ 0x0000000034dd8e62 4. ./build_docker/./src/DataTypes/getLeastSupertype.cpp:355: std::shared_ptr DB::getLeastSupertype<(DB::LeastSupertypeOnError)0>(std::vector, std::allocator>> const&) @ 0x0000000034de87cf 5. ./build_docker/./src/DataTypes/FieldToDataType.cpp:142: DB::FieldToDataType<(DB::LeastSupertypeOnError)0>::operator()(DB::Array const&) const @ 0x0000000034d3632c 6. auto DB::Field::dispatch, DB::Field&>(DB::FieldToDataType<(DB::LeastSupertypeOnError)0>&&, DB::Field&) @ 0x000000000f74b190 7. ./src/Common/FieldVisitors.h:24: DB::ConstantNode::ConstantNode(DB::Field) @ 0x00000000359e5d7e 8. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::Field const&, void>(std::allocator const&, DB::Field const&) @ 0x0000000035cb434b 9. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::(anonymous namespace)::QueryTreeBuilder::buildExpression(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6e248 10. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:699: DB::(anonymous namespace)::QueryTreeBuilder::buildExpression(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c70a83 11. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:364: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c7ff8d 12. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:164: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6984a 13. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:182: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectWithUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c74ba1 14. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:160: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c69545 15. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:144: DB::buildQueryTree(std::shared_ptr, std::shared_ptr) @ 0x0000000035c67ea8 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:138: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000038638231 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 18:05:14.066338 [ 92562 ] {} TCPHandler: Code: 386. DB::Exception: There is no supertype for types Array(UInt8), Int8 because some of them are Array and some of them are not. (NO_COMMON_TYPE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: std::shared_ptr DB::(anonymous namespace)::throwOrReturn<(DB::LeastSupertypeOnError)0, std::vector, std::allocator>>>(std::vector, std::allocator>> const&, std::basic_string_view>, int) @ 0x0000000034dd8e62 4. ./build_docker/./src/DataTypes/getLeastSupertype.cpp:355: std::shared_ptr DB::getLeastSupertype<(DB::LeastSupertypeOnError)0>(std::vector, std::allocator>> const&) @ 0x0000000034de87cf 5. ./build_docker/./src/DataTypes/FieldToDataType.cpp:142: DB::FieldToDataType<(DB::LeastSupertypeOnError)0>::operator()(DB::Array const&) const @ 0x0000000034d3632c 6. auto DB::Field::dispatch, DB::Field&>(DB::FieldToDataType<(DB::LeastSupertypeOnError)0>&&, DB::Field&) @ 0x000000000f74b190 7. ./src/Common/FieldVisitors.h:24: DB::ConstantNode::ConstantNode(DB::Field) @ 0x00000000359e5d7e 8. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::Field const&, void>(std::allocator const&, DB::Field const&) @ 0x0000000035cb434b 9. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::(anonymous namespace)::QueryTreeBuilder::buildExpression(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6e248 10. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:699: DB::(anonymous namespace)::QueryTreeBuilder::buildExpression(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c70a83 11. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:364: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c7ff8d 12. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:164: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6984a 13. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:182: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectWithUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c74ba1 14. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:160: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c69545 15. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:144: DB::buildQueryTree(std::shared_ptr, std::shared_ptr) @ 0x0000000035c67ea8 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:138: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000038638231 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 18:05:14.080546 [ 92808 ] {4554e1df-08ff-4bd7-acfc-fd665485ba97} executeQuery: Code: 43. DB::Exception: First argument for function arrayAll must be a function. Actual Array(Nothing): In scope SELECT arrayAll([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayAll([], [], []);) 2025.03.31 18:05:14.091189 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function arrayAll must be a function. Actual Array(Nothing): In scope SELECT arrayAll([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:14.143778 [ 92808 ] {293c8aca-cba6-4f12-bf53-3b164b482fa3} executeQuery: Code: 43. DB::Exception: First argument for function arrayAvg must be a function. Actual Array(Nothing): In scope SELECT arrayAvg([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayAvg([], [], []);) 2025.03.31 18:05:14.167072 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function arrayAvg must be a function. Actual Array(Nothing): In scope SELECT arrayAvg([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:14.217682 [ 92808 ] {80d6a301-a04f-42c3-a1cc-71ee59ac6313} executeQuery: Code: 43. DB::Exception: First argument for function arrayCompact must be a function. Actual Array(Nothing): In scope SELECT arrayCompact([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayCompact([], [], []);) 2025.03.31 18:05:14.242811 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function arrayCompact must be a function. Actual Array(Nothing): In scope SELECT arrayCompact([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:14.424918 [ 92808 ] {f81a9c2a-6065-4657-9fa3-85088454f8b8} executeQuery: Code: 43. DB::Exception: First argument for function arrayCount must be a function. Actual Array(Nothing): In scope SELECT arrayCount([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayCount([], [], []);) 2025.03.31 18:05:14.452216 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function arrayCount must be a function. Actual Array(Nothing): In scope SELECT arrayCount([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:14.494272 [ 92808 ] {c42054d1-b056-4df7-8309-f80f886c9bc9} executeQuery: Code: 43. DB::Exception: First argument for function arrayCumSum must be a function. Actual Array(Nothing): In scope SELECT arrayCumSum([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayCumSum([], [], []);) 2025.03.31 18:05:14.506774 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function arrayCumSum must be a function. Actual Array(Nothing): In scope SELECT arrayCumSum([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:14.555901 [ 92808 ] {70d9005d-c1d4-4dbe-a362-e44a935b4b03} executeQuery: Code: 43. DB::Exception: First argument for function arrayCumSumNonNegative must be a function. Actual Array(Nothing): In scope SELECT arrayCumSumNonNegative([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayCumSumNonNegative([], [], []);) 2025.03.31 18:05:14.586079 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function arrayCumSumNonNegative must be a function. Actual Array(Nothing): In scope SELECT arrayCumSumNonNegative([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:14.639008 [ 92808 ] {bc2ecc55-e968-4d52-af9c-c696e091deb4} executeQuery: Code: 43. DB::Exception: First argument for function arrayDifference must be a function. Actual Array(Nothing): In scope SELECT arrayDifference([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayDifference([], [], []);) 2025.03.31 18:05:14.662087 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function arrayDifference must be a function. Actual Array(Nothing): In scope SELECT arrayDifference([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:14.695365 [ 92808 ] {aae6098b-bd91-4c9c-acbd-c5b94ae9fc62} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayDistinct doesn't match: passed 3, should be 1: In scope SELECT arrayDistinct([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayDistinct([], [], []);) 2025.03.31 18:05:14.718300 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayDistinct doesn't match: passed 3, should be 1: In scope SELECT arrayDistinct([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:14.721241 [ 91605 ] {f50a2087-6b7a-4d02-a6e4-87bed88b13eb} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -260: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35316) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-130, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:14.752041 [ 92808 ] {9cf2bb2b-98ec-4633-899e-b3bfa0716ce8} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayDotProduct doesn't match: passed 3, should be 2: In scope SELECT arrayDotProduct([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayDotProduct([], [], []);) 2025.03.31 18:05:14.758674 [ 91605 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -260: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:14.782584 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayDotProduct doesn't match: passed 3, should be 2: In scope SELECT arrayDotProduct([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:14.828537 [ 92808 ] {2f267feb-7d03-457b-af8f-9179d45d9d41} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayElement doesn't match: passed 3, should be 2: In scope SELECT arrayElement([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayElement([], [], []);) 2025.03.31 18:05:14.841593 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayElement doesn't match: passed 3, should be 2: In scope SELECT arrayElement([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:14.927034 [ 92808 ] {5d273a34-7127-4d61-ba35-a5ede7354824} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayElementOrNull doesn't match: passed 3, should be 2: In scope SELECT arrayElementOrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayElementOrNull([], [], []);) 2025.03.31 18:05:14.943013 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayElementOrNull doesn't match: passed 3, should be 2: In scope SELECT arrayElementOrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:15.038467 [ 92808 ] {3606b005-9ca4-454d-b483-0ddaea79bcf6} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayEnumerate doesn't match: passed 3, should be 1: In scope SELECT arrayEnumerate([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayEnumerate([], [], []);) 2025.03.31 18:05:15.060017 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayEnumerate doesn't match: passed 3, should be 1: In scope SELECT arrayEnumerate([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:15.521339 [ 71989 ] {5f933f00-ac8c-4f93-ae3e-c4b345ccc0d7} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -129: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35354) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-129, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:15.556021 [ 71989 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -129: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:15.561863 [ 92808 ] {c4f7c983-8e16-4fd9-84fa-9f9688978304} executeQuery: Code: 43. DB::Exception: First argument for function arrayExists must be a function. Actual Array(Nothing): In scope SELECT arrayExists([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayExists([], [], []);) 2025.03.31 18:05:15.584714 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function arrayExists must be a function. Actual Array(Nothing): In scope SELECT arrayExists([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:15.622165 [ 92808 ] {6bfe9492-9917-4ca8-9376-1ac60efa1466} executeQuery: Code: 43. DB::Exception: First argument for function arrayFill must be a function. Actual Array(Nothing): In scope SELECT arrayFill([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayFill([], [], []);) 2025.03.31 18:05:15.637755 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function arrayFill must be a function. Actual Array(Nothing): In scope SELECT arrayFill([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:15.677562 [ 92808 ] {b8307c74-0b8a-4c16-a753-de8783ba056d} executeQuery: Code: 43. DB::Exception: First argument for function arrayFilter must be a function. Actual Array(Nothing): In scope SELECT arrayFilter([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayFilter([], [], []);) 2025.03.31 18:05:15.700245 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function arrayFilter must be a function. Actual Array(Nothing): In scope SELECT arrayFilter([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:15.734175 [ 92562 ] {d5a04b8f-6dbe-44a7-8cec-4c64059af5d4} executeQuery: Code: 277. DB::Exception: Index `ix1` is not used and setting 'force_data_skipping_indices' contains it. (INDEX_NOT_USED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35224) (comment: 02013_bloom_filter_hasAll.sql) (in query: -- can't use bloom_filter with `hasAll` on non-constant arguments (just like `has`) SELECT count() FROM bftest WHERE hasAll(x, materialize([1,2,3])) FORMAT Null;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:670: DB::MergeTreeDataSelectExecutor::filterPartsByPrimaryKeyAndSkipIndexes(std::vector, std::allocator>>&&, std::shared_ptr, std::shared_ptr const&, DB::KeyCondition const&, std::optional const&, DB::UsefulSkipIndexes const&, DB::MergeTreeReaderSettings const&, std::shared_ptr, unsigned long, std::vector>&, bool, bool) @ 0x000000003e1d2f98 5. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1778: DB::ReadFromMergeTree::selectRangesToRead(std::vector, std::allocator>>, std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, DB::MergeTreeData const&, std::vector> const&, std::shared_ptr, std::optional&, bool) @ 0x000000004088ead9 6. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1492: DB::ReadFromMergeTree::selectRangesToRead(std::vector, std::allocator>>, bool) const @ 0x000000004088a5a8 7. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1487: DB::ReadFromMergeTree::selectRangesToRead(bool) const @ 0x0000000040889d45 8. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizeUseAggregateProjection.cpp:612: DB::QueryPlanOptimizations::optimizeUseAggregateProjections(DB::QueryPlan::Node&, std::list>&, bool) @ 0x0000000040b3adcc 9. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizeTree.cpp:164: DB::QueryPlanOptimizations::optimizeTreeSecondPass(DB::QueryPlanOptimizationSettings const&, DB::QueryPlan::Node&, std::list>&) @ 0x0000000040aae7c7 10. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:471: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x000000004081319e 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 18:05:15.741639 [ 92562 ] {} TCPHandler: Code: 277. DB::Exception: Index `ix1` is not used and setting 'force_data_skipping_indices' contains it. (INDEX_NOT_USED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:670: DB::MergeTreeDataSelectExecutor::filterPartsByPrimaryKeyAndSkipIndexes(std::vector, std::allocator>>&&, std::shared_ptr, std::shared_ptr const&, DB::KeyCondition const&, std::optional const&, DB::UsefulSkipIndexes const&, DB::MergeTreeReaderSettings const&, std::shared_ptr, unsigned long, std::vector>&, bool, bool) @ 0x000000003e1d2f98 5. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1778: DB::ReadFromMergeTree::selectRangesToRead(std::vector, std::allocator>>, std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, DB::MergeTreeData const&, std::vector> const&, std::shared_ptr, std::optional&, bool) @ 0x000000004088ead9 6. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1492: DB::ReadFromMergeTree::selectRangesToRead(std::vector, std::allocator>>, bool) const @ 0x000000004088a5a8 7. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1487: DB::ReadFromMergeTree::selectRangesToRead(bool) const @ 0x0000000040889d45 8. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizeUseAggregateProjection.cpp:612: DB::QueryPlanOptimizations::optimizeUseAggregateProjections(DB::QueryPlan::Node&, std::list>&, bool) @ 0x0000000040b3adcc 9. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizeTree.cpp:164: DB::QueryPlanOptimizations::optimizeTreeSecondPass(DB::QueryPlanOptimizationSettings const&, DB::QueryPlan::Node&, std::list>&) @ 0x0000000040aae7c7 10. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:471: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x000000004081319e 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 18:05:15.753243 [ 92808 ] {557fc949-16f3-48fa-9bd3-b911f9dfcf59} executeQuery: Code: 43. DB::Exception: First argument for function arrayFirst must be a function. Actual Array(Nothing): In scope SELECT arrayFirst([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayFirst([], [], []);) 2025.03.31 18:05:15.777934 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function arrayFirst must be a function. Actual Array(Nothing): In scope SELECT arrayFirst([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:15.842970 [ 92562 ] {4cd93375-2efc-412a-b466-18ea83aeae3b} executeQuery: Code: 277. DB::Exception: Index `ix1` is not used and setting 'force_data_skipping_indices' contains it. (INDEX_NOT_USED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35224) (comment: 02013_bloom_filter_hasAll.sql) (in query: -- NULLs are not Ok SELECT count() FROM bftest WHERE hasAll(x, [NULL,-42]) FORMAT Null;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:670: DB::MergeTreeDataSelectExecutor::filterPartsByPrimaryKeyAndSkipIndexes(std::vector, std::allocator>>&&, std::shared_ptr, std::shared_ptr const&, DB::KeyCondition const&, std::optional const&, DB::UsefulSkipIndexes const&, DB::MergeTreeReaderSettings const&, std::shared_ptr, unsigned long, std::vector>&, bool, bool) @ 0x000000003e1d2f98 5. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1778: DB::ReadFromMergeTree::selectRangesToRead(std::vector, std::allocator>>, std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, DB::MergeTreeData const&, std::vector> const&, std::shared_ptr, std::optional&, bool) @ 0x000000004088ead9 6. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1492: DB::ReadFromMergeTree::selectRangesToRead(std::vector, std::allocator>>, bool) const @ 0x000000004088a5a8 7. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1487: DB::ReadFromMergeTree::selectRangesToRead(bool) const @ 0x0000000040889d45 8. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizeUseAggregateProjection.cpp:612: DB::QueryPlanOptimizations::optimizeUseAggregateProjections(DB::QueryPlan::Node&, std::list>&, bool) @ 0x0000000040b3adcc 9. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizeTree.cpp:164: DB::QueryPlanOptimizations::optimizeTreeSecondPass(DB::QueryPlanOptimizationSettings const&, DB::QueryPlan::Node&, std::list>&) @ 0x0000000040aae7c7 10. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:471: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x000000004081319e 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 18:05:15.848784 [ 92808 ] {c9c4a548-155c-4b2a-aed1-13a8832bcf30} executeQuery: Code: 43. DB::Exception: First argument for function arrayFirstIndex must be a function. Actual Array(Nothing): In scope SELECT arrayFirstIndex([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayFirstIndex([], [], []);) 2025.03.31 18:05:15.857617 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function arrayFirstIndex must be a function. Actual Array(Nothing): In scope SELECT arrayFirstIndex([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:15.861173 [ 92562 ] {} TCPHandler: Code: 277. DB::Exception: Index `ix1` is not used and setting 'force_data_skipping_indices' contains it. (INDEX_NOT_USED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:670: DB::MergeTreeDataSelectExecutor::filterPartsByPrimaryKeyAndSkipIndexes(std::vector, std::allocator>>&&, std::shared_ptr, std::shared_ptr const&, DB::KeyCondition const&, std::optional const&, DB::UsefulSkipIndexes const&, DB::MergeTreeReaderSettings const&, std::shared_ptr, unsigned long, std::vector>&, bool, bool) @ 0x000000003e1d2f98 5. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1778: DB::ReadFromMergeTree::selectRangesToRead(std::vector, std::allocator>>, std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, DB::MergeTreeData const&, std::vector> const&, std::shared_ptr, std::optional&, bool) @ 0x000000004088ead9 6. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1492: DB::ReadFromMergeTree::selectRangesToRead(std::vector, std::allocator>>, bool) const @ 0x000000004088a5a8 7. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1487: DB::ReadFromMergeTree::selectRangesToRead(bool) const @ 0x0000000040889d45 8. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizeUseAggregateProjection.cpp:612: DB::QueryPlanOptimizations::optimizeUseAggregateProjections(DB::QueryPlan::Node&, std::list>&, bool) @ 0x0000000040b3adcc 9. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizeTree.cpp:164: DB::QueryPlanOptimizations::optimizeTreeSecondPass(DB::QueryPlanOptimizationSettings const&, DB::QueryPlan::Node&, std::list>&) @ 0x0000000040aae7c7 10. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:471: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x000000004081319e 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 18:05:15.936174 [ 92808 ] {76aee6a0-62d1-4848-8748-fb98be5bd175} executeQuery: Code: 43. DB::Exception: First argument for function arrayFirstOrNull must be a function. Actual Array(Nothing): In scope SELECT arrayFirstOrNull([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayFirstOrNull([], [], []);) 2025.03.31 18:05:15.966241 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function arrayFirstOrNull must be a function. Actual Array(Nothing): In scope SELECT arrayFirstOrNull([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:15.988653 [ 92562 ] {07c18c01-585b-46d5-8bed-df2cdb548ff7} executeQuery: Code: 277. DB::Exception: Index `ix1` is not used and setting 'force_data_skipping_indices' contains it. (INDEX_NOT_USED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35224) (comment: 02013_bloom_filter_hasAll.sql) (in query: SELECT count() FROM bftest WHERE hasAll(x, [0,NULL]) FORMAT Null;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:670: DB::MergeTreeDataSelectExecutor::filterPartsByPrimaryKeyAndSkipIndexes(std::vector, std::allocator>>&&, std::shared_ptr, std::shared_ptr const&, DB::KeyCondition const&, std::optional const&, DB::UsefulSkipIndexes const&, DB::MergeTreeReaderSettings const&, std::shared_ptr, unsigned long, std::vector>&, bool, bool) @ 0x000000003e1d2f98 5. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1778: DB::ReadFromMergeTree::selectRangesToRead(std::vector, std::allocator>>, std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, DB::MergeTreeData const&, std::vector> const&, std::shared_ptr, std::optional&, bool) @ 0x000000004088ead9 6. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1492: DB::ReadFromMergeTree::selectRangesToRead(std::vector, std::allocator>>, bool) const @ 0x000000004088a5a8 7. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1487: DB::ReadFromMergeTree::selectRangesToRead(bool) const @ 0x0000000040889d45 8. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizeUseAggregateProjection.cpp:612: DB::QueryPlanOptimizations::optimizeUseAggregateProjections(DB::QueryPlan::Node&, std::list>&, bool) @ 0x0000000040b3adcc 9. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizeTree.cpp:164: DB::QueryPlanOptimizations::optimizeTreeSecondPass(DB::QueryPlanOptimizationSettings const&, DB::QueryPlan::Node&, std::list>&) @ 0x0000000040aae7c7 10. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:471: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x000000004081319e 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 18:05:15.998943 [ 92562 ] {} TCPHandler: Code: 277. DB::Exception: Index `ix1` is not used and setting 'force_data_skipping_indices' contains it. (INDEX_NOT_USED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:670: DB::MergeTreeDataSelectExecutor::filterPartsByPrimaryKeyAndSkipIndexes(std::vector, std::allocator>>&&, std::shared_ptr, std::shared_ptr const&, DB::KeyCondition const&, std::optional const&, DB::UsefulSkipIndexes const&, DB::MergeTreeReaderSettings const&, std::shared_ptr, unsigned long, std::vector>&, bool, bool) @ 0x000000003e1d2f98 5. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1778: DB::ReadFromMergeTree::selectRangesToRead(std::vector, std::allocator>>, std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, DB::MergeTreeData const&, std::vector> const&, std::shared_ptr, std::optional&, bool) @ 0x000000004088ead9 6. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1492: DB::ReadFromMergeTree::selectRangesToRead(std::vector, std::allocator>>, bool) const @ 0x000000004088a5a8 7. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1487: DB::ReadFromMergeTree::selectRangesToRead(bool) const @ 0x0000000040889d45 8. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizeUseAggregateProjection.cpp:612: DB::QueryPlanOptimizations::optimizeUseAggregateProjections(DB::QueryPlan::Node&, std::list>&, bool) @ 0x0000000040b3adcc 9. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizeTree.cpp:164: DB::QueryPlanOptimizations::optimizeTreeSecondPass(DB::QueryPlanOptimizationSettings const&, DB::QueryPlan::Node&, std::list>&) @ 0x0000000040aae7c7 10. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:471: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x000000004081319e 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 18:05:16.039845 [ 92808 ] {e279528f-b1cd-425f-a79b-25ac891e17e4} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayFlatten doesn't match: passed 3, should be 1: In scope SELECT arrayFlatten([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayFlatten([], [], []);) 2025.03.31 18:05:16.051753 [ 92562 ] {c9c9c0db-801a-45e5-84ab-d1be247ac25d} executeQuery: Code: 386. DB::Exception: There is no supertype for types Array(UInt8), Int8 because some of them are Array and some of them are not. (NO_COMMON_TYPE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35224) (comment: 02013_bloom_filter_hasAll.sql) (in query: -- non-compatible types SELECT count() FROM bftest WHERE hasAll(x, [[123], -42]) FORMAT Null;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: std::shared_ptr DB::(anonymous namespace)::throwOrReturn<(DB::LeastSupertypeOnError)0, std::vector, std::allocator>>>(std::vector, std::allocator>> const&, std::basic_string_view>, int) @ 0x0000000034dd8e62 4. ./build_docker/./src/DataTypes/getLeastSupertype.cpp:355: std::shared_ptr DB::getLeastSupertype<(DB::LeastSupertypeOnError)0>(std::vector, std::allocator>> const&) @ 0x0000000034de87cf 5. ./build_docker/./src/DataTypes/FieldToDataType.cpp:142: DB::FieldToDataType<(DB::LeastSupertypeOnError)0>::operator()(DB::Array const&) const @ 0x0000000034d3632c 6. auto DB::Field::dispatch, DB::Field&>(DB::FieldToDataType<(DB::LeastSupertypeOnError)0>&&, DB::Field&) @ 0x000000000f74b190 7. ./src/Common/FieldVisitors.h:24: DB::ConstantNode::ConstantNode(DB::Field) @ 0x00000000359e5d7e 8. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::Field const&, void>(std::allocator const&, DB::Field const&) @ 0x0000000035cb434b 9. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::(anonymous namespace)::QueryTreeBuilder::buildExpression(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6e248 10. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:699: DB::(anonymous namespace)::QueryTreeBuilder::buildExpression(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c70a83 11. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:364: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c7ff8d 12. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:164: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6984a 13. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:182: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectWithUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c74ba1 14. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:160: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c69545 15. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:144: DB::buildQueryTree(std::shared_ptr, std::shared_ptr) @ 0x0000000035c67ea8 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:138: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000038638231 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 18:05:16.059373 [ 92562 ] {} TCPHandler: Code: 386. DB::Exception: There is no supertype for types Array(UInt8), Int8 because some of them are Array and some of them are not. (NO_COMMON_TYPE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: std::shared_ptr DB::(anonymous namespace)::throwOrReturn<(DB::LeastSupertypeOnError)0, std::vector, std::allocator>>>(std::vector, std::allocator>> const&, std::basic_string_view>, int) @ 0x0000000034dd8e62 4. ./build_docker/./src/DataTypes/getLeastSupertype.cpp:355: std::shared_ptr DB::getLeastSupertype<(DB::LeastSupertypeOnError)0>(std::vector, std::allocator>> const&) @ 0x0000000034de87cf 5. ./build_docker/./src/DataTypes/FieldToDataType.cpp:142: DB::FieldToDataType<(DB::LeastSupertypeOnError)0>::operator()(DB::Array const&) const @ 0x0000000034d3632c 6. auto DB::Field::dispatch, DB::Field&>(DB::FieldToDataType<(DB::LeastSupertypeOnError)0>&&, DB::Field&) @ 0x000000000f74b190 7. ./src/Common/FieldVisitors.h:24: DB::ConstantNode::ConstantNode(DB::Field) @ 0x00000000359e5d7e 8. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::Field const&, void>(std::allocator const&, DB::Field const&) @ 0x0000000035cb434b 9. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::(anonymous namespace)::QueryTreeBuilder::buildExpression(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6e248 10. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:699: DB::(anonymous namespace)::QueryTreeBuilder::buildExpression(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c70a83 11. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:364: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c7ff8d 12. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:164: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6984a 13. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:182: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectWithUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c74ba1 14. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:160: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c69545 15. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:144: DB::buildQueryTree(std::shared_ptr, std::shared_ptr) @ 0x0000000035c67ea8 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:138: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000038638231 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 18:05:16.061418 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayFlatten doesn't match: passed 3, should be 1: In scope SELECT arrayFlatten([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:16.107225 [ 92808 ] {50b1f25a-9c44-4ff5-a7d7-65469be1c108} executeQuery: Code: 43. DB::Exception: First argument for function arrayFold must be a function: In scope SELECT arrayFold([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayFold([], [], []);) 2025.03.31 18:05:16.123691 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function arrayFold must be a function: In scope SELECT arrayFold([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:16.227126 [ 92562 ] {aa0a11e7-2b9b-4399-9b46-d1f3525396fd} executeQuery: Code: 277. DB::Exception: Index `ix1` is not used and setting 'force_data_skipping_indices' contains it. (INDEX_NOT_USED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35224) (comment: 02013_bloom_filter_hasAll.sql) (in query: SELECT count() FROM bftest WHERE hasAll(x, [toDecimal32(123, 3), 2]) FORMAT Null;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:670: DB::MergeTreeDataSelectExecutor::filterPartsByPrimaryKeyAndSkipIndexes(std::vector, std::allocator>>&&, std::shared_ptr, std::shared_ptr const&, DB::KeyCondition const&, std::optional const&, DB::UsefulSkipIndexes const&, DB::MergeTreeReaderSettings const&, std::shared_ptr, unsigned long, std::vector>&, bool, bool) @ 0x000000003e1d2f98 5. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1778: DB::ReadFromMergeTree::selectRangesToRead(std::vector, std::allocator>>, std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, DB::MergeTreeData const&, std::vector> const&, std::shared_ptr, std::optional&, bool) @ 0x000000004088ead9 6. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1492: DB::ReadFromMergeTree::selectRangesToRead(std::vector, std::allocator>>, bool) const @ 0x000000004088a5a8 7. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1487: DB::ReadFromMergeTree::selectRangesToRead(bool) const @ 0x0000000040889d45 8. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizeUseAggregateProjection.cpp:612: DB::QueryPlanOptimizations::optimizeUseAggregateProjections(DB::QueryPlan::Node&, std::list>&, bool) @ 0x0000000040b3adcc 9. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizeTree.cpp:164: DB::QueryPlanOptimizations::optimizeTreeSecondPass(DB::QueryPlanOptimizationSettings const&, DB::QueryPlan::Node&, std::list>&) @ 0x0000000040aae7c7 10. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:471: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x000000004081319e 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 18:05:16.248884 [ 92562 ] {} TCPHandler: Code: 277. DB::Exception: Index `ix1` is not used and setting 'force_data_skipping_indices' contains it. (INDEX_NOT_USED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/MergeTree/MergeTreeDataSelectExecutor.cpp:670: DB::MergeTreeDataSelectExecutor::filterPartsByPrimaryKeyAndSkipIndexes(std::vector, std::allocator>>&&, std::shared_ptr, std::shared_ptr const&, DB::KeyCondition const&, std::optional const&, DB::UsefulSkipIndexes const&, DB::MergeTreeReaderSettings const&, std::shared_ptr, unsigned long, std::vector>&, bool, bool) @ 0x000000003e1d2f98 5. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1778: DB::ReadFromMergeTree::selectRangesToRead(std::vector, std::allocator>>, std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, std::shared_ptr, unsigned long, std::shared_ptr, std::equal_to, std::allocator>>>, DB::MergeTreeData const&, std::vector> const&, std::shared_ptr, std::optional&, bool) @ 0x000000004088ead9 6. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1492: DB::ReadFromMergeTree::selectRangesToRead(std::vector, std::allocator>>, bool) const @ 0x000000004088a5a8 7. ./build_docker/./src/Processors/QueryPlan/ReadFromMergeTree.cpp:1487: DB::ReadFromMergeTree::selectRangesToRead(bool) const @ 0x0000000040889d45 8. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizeUseAggregateProjection.cpp:612: DB::QueryPlanOptimizations::optimizeUseAggregateProjections(DB::QueryPlan::Node&, std::list>&, bool) @ 0x0000000040b3adcc 9. ./build_docker/./src/Processors/QueryPlan/Optimizations/optimizeTree.cpp:164: DB::QueryPlanOptimizations::optimizeTreeSecondPass(DB::QueryPlanOptimizationSettings const&, DB::QueryPlan::Node&, std::list>&) @ 0x0000000040aae7c7 10. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:471: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x000000004081319e 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 18:05:16.313452 [ 92808 ] {d1f7a55a-96be-454b-be42-6ebd5070d7cd} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayJaccardIndex doesn't match: passed 3, should be 2: In scope SELECT arrayJaccardIndex([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayJaccardIndex([], [], []);) 2025.03.31 18:05:16.329613 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayJaccardIndex doesn't match: passed 3, should be 2: In scope SELECT arrayJaccardIndex([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:16.388427 [ 92808 ] {6dca7992-2dbb-4dee-9732-59baf44a5b17} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayJoin doesn't match: passed 3, should be 1: In scope SELECT arrayJoin([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayJoin([], [], []);) 2025.03.31 18:05:16.411428 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayJoin doesn't match: passed 3, should be 1: In scope SELECT arrayJoin([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:16.449497 [ 92808 ] {9c739800-0b65-40f7-a095-5662451e7bc3} executeQuery: Code: 43. DB::Exception: First argument for function arrayLast must be a function. Actual Array(Nothing): In scope SELECT arrayLast([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayLast([], [], []);) 2025.03.31 18:05:16.472857 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function arrayLast must be a function. Actual Array(Nothing): In scope SELECT arrayLast([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:16.538927 [ 92808 ] {98cf6de3-5950-44b9-8748-6a2fc40ca1af} executeQuery: Code: 43. DB::Exception: First argument for function arrayLastIndex must be a function. Actual Array(Nothing): In scope SELECT arrayLastIndex([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayLastIndex([], [], []);) 2025.03.31 18:05:16.554568 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function arrayLastIndex must be a function. Actual Array(Nothing): In scope SELECT arrayLastIndex([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:16.603503 [ 92808 ] {12628b98-5f7e-4870-9b66-8aa52e795f5f} executeQuery: Code: 43. DB::Exception: First argument for function arrayLastOrNull must be a function. Actual Array(Nothing): In scope SELECT arrayLastOrNull([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayLastOrNull([], [], []);) 2025.03.31 18:05:16.614870 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function arrayLastOrNull must be a function. Actual Array(Nothing): In scope SELECT arrayLastOrNull([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:16.663447 [ 92808 ] {fe9f1a1c-284e-4108-9b2d-84a55e34d72b} executeQuery: Code: 43. DB::Exception: First argument for function arrayMap must be a function. Actual Array(Nothing): In scope SELECT arrayMap([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayMap([], [], []);) 2025.03.31 18:05:16.684855 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function arrayMap must be a function. Actual Array(Nothing): In scope SELECT arrayMap([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:16.735816 [ 92808 ] {e96cf1ab-6090-40aa-9e70-3eb1100682dd} executeQuery: Code: 43. DB::Exception: First argument for function arrayMax must be a function. Actual Array(Nothing): In scope SELECT arrayMax([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayMax([], [], []);) 2025.03.31 18:05:16.759184 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function arrayMax must be a function. Actual Array(Nothing): In scope SELECT arrayMax([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:16.853826 [ 92808 ] {f2d55ae9-ee99-4225-b2f5-8fe45a77e94a} executeQuery: Code: 43. DB::Exception: First argument for function arrayMin must be a function. Actual Array(Nothing): In scope SELECT arrayMin([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayMin([], [], []);) 2025.03.31 18:05:16.877445 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function arrayMin must be a function. Actual Array(Nothing): In scope SELECT arrayMin([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:16.922601 [ 92808 ] {64f2b8d0-0230-4fe2-b16f-48d4b943a0ee} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayAUCPR doesn't match: passed 3, should be 2: In scope SELECT arrayPRAUC([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayPRAUC([], [], []);) 2025.03.31 18:05:16.937865 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayAUCPR doesn't match: passed 3, should be 2: In scope SELECT arrayPRAUC([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:17.000410 [ 92808 ] {8d0fbed4-bdd5-42a2-8238-5bfc1736346d} executeQuery: Code: 43. DB::Exception: First argument for function arrayPartialReverseSort must be a function. Actual Array(Nothing): In scope SELECT arrayPartialReverseSort([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayPartialReverseSort([], [], []);) 2025.03.31 18:05:17.033534 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function arrayPartialReverseSort must be a function. Actual Array(Nothing): In scope SELECT arrayPartialReverseSort([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:17.087650 [ 92808 ] {124d2bb1-8e53-4872-bf71-35d7c1a27062} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of arguments of function arrayPartialShuffle (must be UInt or Int): In scope SELECT arrayPartialShuffle([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayPartialShuffle([], [], []);) 2025.03.31 18:05:17.103364 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of arguments of function arrayPartialShuffle (must be UInt or Int): In scope SELECT arrayPartialShuffle([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:17.158361 [ 92808 ] {c6f90429-a4c6-4878-b2f9-c3f5c6f72cbd} executeQuery: Code: 43. DB::Exception: First argument for function arrayPartialSort must be a function. Actual Array(Nothing): In scope SELECT arrayPartialSort([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayPartialSort([], [], []);) 2025.03.31 18:05:17.173911 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function arrayPartialSort must be a function. Actual Array(Nothing): In scope SELECT arrayPartialSort([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:17.220538 [ 92808 ] {65fe5fd4-3416-4705-8b34-d274d76c6f9d} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayPopBack doesn't match: passed 3, should be 1: In scope SELECT arrayPopBack([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayPopBack([], [], []);) 2025.03.31 18:05:17.229351 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayPopBack doesn't match: passed 3, should be 1: In scope SELECT arrayPopBack([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:17.303533 [ 92808 ] {2d6a16d9-9840-44be-8d2e-89556641ffa2} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayPopFront doesn't match: passed 3, should be 1: In scope SELECT arrayPopFront([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayPopFront([], [], []);) 2025.03.31 18:05:17.329071 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayPopFront doesn't match: passed 3, should be 1: In scope SELECT arrayPopFront([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:17.370714 [ 92808 ] {1aad61c5-e6bf-40c7-896d-547386188c8e} executeQuery: Code: 43. DB::Exception: First argument for function arrayProduct must be a function. Actual Array(Nothing): In scope SELECT arrayProduct([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayProduct([], [], []);) 2025.03.31 18:05:17.388081 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function arrayProduct must be a function. Actual Array(Nothing): In scope SELECT arrayProduct([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:17.427275 [ 92808 ] {02a1a4dd-f97d-4915-a3df-63d413b7bebd} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayPushBack doesn't match: passed 3, should be 2: In scope SELECT arrayPushBack([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayPushBack([], [], []);) 2025.03.31 18:05:17.450356 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayPushBack doesn't match: passed 3, should be 2: In scope SELECT arrayPushBack([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:17.487822 [ 92808 ] {ac16f9cd-ec1d-427e-b533-d2e172c7cec0} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayPushFront doesn't match: passed 3, should be 2: In scope SELECT arrayPushFront([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayPushFront([], [], []);) 2025.03.31 18:05:17.509802 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayPushFront doesn't match: passed 3, should be 2: In scope SELECT arrayPushFront([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:17.544261 [ 92808 ] {2f95cb54-d64c-4cff-9c27-f972c6bb24d2} executeQuery: Code: 43. DB::Exception: arrayROCAUC cannot process values of type Nothing: In scope SELECT arrayROCAUC([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayROCAUC([], [], []);) 2025.03.31 18:05:17.566652 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: arrayROCAUC cannot process values of type Nothing: In scope SELECT arrayROCAUC([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:17.599296 [ 92808 ] {edc7e86c-6534-4151-b796-643d935280b6} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayRandomSample doesn't match: passed 3, should be 2: In scope SELECT arrayRandomSample([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayRandomSample([], [], []);) 2025.03.31 18:05:17.622642 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayRandomSample doesn't match: passed 3, should be 2: In scope SELECT arrayRandomSample([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:17.654988 [ 92808 ] {ec2e58d6-2afb-4474-9132-83891be2de03} executeQuery: Code: 43. DB::Exception: First argument for function arrayReduce must be constant string: name of aggregate function.: In scope SELECT arrayReduce([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayReduce([], [], []);) 2025.03.31 18:05:17.669279 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function arrayReduce must be constant string: name of aggregate function.: In scope SELECT arrayReduce([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:17.751292 [ 92808 ] {1d0a7117-f49e-42c8-88e5-8f1a29c892a4} executeQuery: Code: 43. DB::Exception: First argument for function arrayReduceInRanges must be constant string: name of aggregate function.: In scope SELECT arrayReduceInRanges([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayReduceInRanges([], [], []);) 2025.03.31 18:05:17.778154 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function arrayReduceInRanges must be constant string: name of aggregate function.: In scope SELECT arrayReduceInRanges([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:17.837844 [ 92808 ] {92a0d21e-cb13-495a-9e92-cef8c00740ff} executeQuery: Code: 43. DB::Exception: Function arrayResize cannot resize Array(Nothing): In scope SELECT arrayResize([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayResize([], [], []);) 2025.03.31 18:05:17.860826 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Function arrayResize cannot resize Array(Nothing): In scope SELECT arrayResize([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:17.894628 [ 92808 ] {37fdf1b9-e312-4e76-9d01-d6415eac5492} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayReverse doesn't match: passed 3, should be 1: In scope SELECT arrayReverse([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayReverse([], [], []);) 2025.03.31 18:05:17.912219 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayReverse doesn't match: passed 3, should be 1: In scope SELECT arrayReverse([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:17.959460 [ 92808 ] {09cdf52c-7f5d-4d26-ae87-78c8e9b45694} executeQuery: Code: 43. DB::Exception: First argument for function arrayReverseFill must be a function. Actual Array(Nothing): In scope SELECT arrayReverseFill([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayReverseFill([], [], []);) 2025.03.31 18:05:17.978684 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function arrayReverseFill must be a function. Actual Array(Nothing): In scope SELECT arrayReverseFill([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:18.027507 [ 92808 ] {591b31e1-040e-450f-8482-6ecfe267cb69} executeQuery: Code: 43. DB::Exception: First argument for function arrayReverseSort must be a function. Actual Array(Nothing): In scope SELECT arrayReverseSort([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayReverseSort([], [], []);) 2025.03.31 18:05:18.049609 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function arrayReverseSort must be a function. Actual Array(Nothing): In scope SELECT arrayReverseSort([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:18.097190 [ 92808 ] {1aaf2aff-1b9f-4350-9863-e60d8d41b28a} executeQuery: Code: 43. DB::Exception: First argument for function arrayReverseSplit must be a function. Actual Array(Nothing): In scope SELECT arrayReverseSplit([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayReverseSplit([], [], []);) 2025.03.31 18:05:18.136454 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function arrayReverseSplit must be a function. Actual Array(Nothing): In scope SELECT arrayReverseSplit([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:18.177257 [ 92808 ] {0e115fdd-cf97-4a6e-af9d-25127e8c939e} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayRotateLeft doesn't match: passed 3, should be 2: In scope SELECT arrayRotateLeft([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayRotateLeft([], [], []);) 2025.03.31 18:05:18.199777 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayRotateLeft doesn't match: passed 3, should be 2: In scope SELECT arrayRotateLeft([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:18.256928 [ 92808 ] {257dff8c-77b3-48ba-a03f-f56979d96dd7} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayRotateRight doesn't match: passed 3, should be 2: In scope SELECT arrayRotateRight([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayRotateRight([], [], []);) 2025.03.31 18:05:18.280588 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayRotateRight doesn't match: passed 3, should be 2: In scope SELECT arrayRotateRight([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:18.347023 [ 92808 ] {51214066-0906-4ff1-a617-b8ea240edc3e} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function arrayShiftLeft, expected Native Integer: In scope SELECT arrayShiftLeft([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayShiftLeft([], [], []);) 2025.03.31 18:05:18.366612 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function arrayShiftLeft, expected Native Integer: In scope SELECT arrayShiftLeft([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:18.442871 [ 92808 ] {4879621f-f045-42c3-b4a3-0067e2a1bf00} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function arrayShiftRight, expected Native Integer: In scope SELECT arrayShiftRight([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayShiftRight([], [], []);) 2025.03.31 18:05:18.466356 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function arrayShiftRight, expected Native Integer: In scope SELECT arrayShiftRight([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:18.514166 [ 91637 ] {69e6b0a2-b7a1-4b6d-b0db-beb5cd4284bb} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -132, m = 2. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50184) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-132, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:18.522786 [ 92808 ] {a3736bf7-a6ea-45c1-b2e6-173f9c91588a} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayShingles doesn't match: passed 3, should be 2: In scope SELECT arrayShingles([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayShingles([], [], []);) 2025.03.31 18:05:18.541284 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayShingles doesn't match: passed 3, should be 2: In scope SELECT arrayShingles([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:18.557664 [ 91637 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -132, m = 2. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:18.614262 [ 92808 ] {e90eecf8-cd6e-47df-b657-10c6fd5436ad} executeQuery: Code: 42. DB::Exception: Function 'arrayShuffle' needs from 1 to 2 arguments, passed 3.: In scope SELECT arrayShuffle([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayShuffle([], [], []);) 2025.03.31 18:05:18.626006 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Function 'arrayShuffle' needs from 1 to 2 arguments, passed 3.: In scope SELECT arrayShuffle([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:18.698006 [ 92808 ] {123957cd-c670-47e3-8559-06e4d9fda66a} executeQuery: Code: 43. DB::Exception: Argument 1 for function arraySlice must be integer but it has type Array(Nothing).: In scope SELECT arraySlice([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arraySlice([], [], []);) 2025.03.31 18:05:18.728786 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Argument 1 for function arraySlice must be integer but it has type Array(Nothing).: In scope SELECT arraySlice([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:18.776318 [ 92808 ] {7567aa36-607e-4a72-a816-0a212b90736c} executeQuery: Code: 43. DB::Exception: First argument for function arraySort must be a function. Actual Array(Nothing): In scope SELECT arraySort([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arraySort([], [], []);) 2025.03.31 18:05:18.798979 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function arraySort must be a function. Actual Array(Nothing): In scope SELECT arraySort([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:18.834178 [ 92808 ] {84f45e54-d72c-45df-853c-a9ced5bd04fc} executeQuery: Code: 43. DB::Exception: First argument for function arraySplit must be a function. Actual Array(Nothing): In scope SELECT arraySplit([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arraySplit([], [], []);) 2025.03.31 18:05:18.857684 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function arraySplit must be a function. Actual Array(Nothing): In scope SELECT arraySplit([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:18.891685 [ 92808 ] {ee488559-47a1-4ba3-b2cf-82569e9e07a1} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'arrayStringConcat'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT arrayStringConcat([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayStringConcat([], [], []);) 2025.03.31 18:05:18.919240 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'arrayStringConcat'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT arrayStringConcat([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:18.998201 [ 92808 ] {aa357611-e8b9-4716-95a7-72ba6283f097} executeQuery: Code: 43. DB::Exception: First argument for function arraySum must be a function. Actual Array(Nothing): In scope SELECT arraySum([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arraySum([], [], []);) 2025.03.31 18:05:19.009992 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function arraySum must be a function. Actual Array(Nothing): In scope SELECT arraySum([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:19.031295 [ 92536 ] {9c865df5-8085-4c21-8d9b-f092b2f16227} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -131, m = 1. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50246) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-131, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:19.078367 [ 92536 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -131, m = 1. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:19.338517 [ 92808 ] {fc06129c-1c77-4541-9422-5aa7539b9795} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayWithConstant doesn't match: passed 3, should be 2: In scope SELECT arrayWithConstant([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT arrayWithConstant([], [], []);) 2025.03.31 18:05:19.360723 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayWithConstant doesn't match: passed 3, should be 2: In scope SELECT arrayWithConstant([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:19.676865 [ 92808 ] {601b5404-40f3-402c-b1eb-2d78434680ee} executeQuery: Code: 42. DB::Exception: Aggregate function groupArray requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT array_agg([], [], []);) 2025.03.31 18:05:19.692209 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function groupArray requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:19.811476 [ 92748 ] {4b94965a-55f7-40cb-87bd-1677ec35d8b7} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `Education` in scope SELECT FirstName, LastName, Education FROM (SELECT FirstName, LastName, Occupation FROM Customers LIMIT 3). (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50206) (comment: 02366_kql_tabular.sql) (in query: Customers| project FirstName,LastName,Occupation | take 3 | project FirstName,LastName,Education;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:05:19.813236 [ 92808 ] {19dc9e15-505b-4baa-86bb-760c0df57211} executeQuery: Code: 42. DB::Exception: Aggregate function groupArray requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT array_concat_agg([], [], []);) 2025.03.31 18:05:19.823791 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function groupArray requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:19.827558 [ 92748 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `Education` in scope SELECT FirstName, LastName, Education FROM (SELECT FirstName, LastName, Occupation FROM Customers LIMIT 3). (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:05:19.906782 [ 92808 ] {5e882f4a-a53b-4b32-9187-5944b673a80b} executeQuery: Code: 42. DB::Exception: Number of arguments for function ascii doesn't match: passed 3, should be 1: In scope SELECT ascii([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT ascii([], [], []);) 2025.03.31 18:05:19.938534 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function ascii doesn't match: passed 3, should be 1: In scope SELECT ascii([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:19.976208 [ 92808 ] {e3809fa1-2530-4862-820d-4a4d222aa06b} executeQuery: Code: 42. DB::Exception: Number of arguments for function asin doesn't match: passed 3, should be 1: In scope SELECT asin([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT asin([], [], []);) 2025.03.31 18:05:19.990457 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function asin doesn't match: passed 3, should be 1: In scope SELECT asin([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:20.031424 [ 92808 ] {51ec6817-1c8e-461a-a134-9ef9e45514fd} executeQuery: Code: 42. DB::Exception: Number of arguments for function asinh doesn't match: passed 3, should be 1: In scope SELECT asinh([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT asinh([], [], []);) 2025.03.31 18:05:20.048753 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function asinh doesn't match: passed 3, should be 1: In scope SELECT asinh([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:20.109572 [ 92808 ] {12516368-fb5e-4fee-86d3-bf0d5c392126} executeQuery: Code: 42. DB::Exception: Number of arguments for function assumeNotNull doesn't match: passed 3, should be 1: In scope SELECT assumeNotNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT assumeNotNull([], [], []);) 2025.03.31 18:05:20.118493 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function assumeNotNull doesn't match: passed 3, should be 1: In scope SELECT assumeNotNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:20.203040 [ 92808 ] {56c93257-e25e-4a50-a357-0d45fe68c0d9} executeQuery: Code: 42. DB::Exception: Number of arguments for function atan doesn't match: passed 3, should be 1: In scope SELECT atan([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT atan([], [], []);) 2025.03.31 18:05:20.235541 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function atan doesn't match: passed 3, should be 1: In scope SELECT atan([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:20.309010 [ 92808 ] {416dc8fa-5c62-4307-86bb-86f6e082a376} executeQuery: Code: 42. DB::Exception: Number of arguments for function atan2 doesn't match: passed 3, should be 2: In scope SELECT atan2([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT atan2([], [], []);) 2025.03.31 18:05:20.332618 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function atan2 doesn't match: passed 3, should be 2: In scope SELECT atan2([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:20.378008 [ 92808 ] {1b7a9d99-e96a-46c5-842b-ade81b69d8b9} executeQuery: Code: 42. DB::Exception: Number of arguments for function atanh doesn't match: passed 3, should be 1: In scope SELECT atanh([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT atanh([], [], []);) 2025.03.31 18:05:20.396210 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function atanh doesn't match: passed 3, should be 1: In scope SELECT atanh([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:20.431708 [ 92808 ] {fc438dd0-3b74-49d8-aecd-a6523d7bdb0a} executeQuery: Code: 42. DB::Exception: Aggregate function avg requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT avg([], [], []);) 2025.03.31 18:05:20.453932 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function avg requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:20.510618 [ 92808 ] {d9393a4d-6dee-4798-8636-375a6ee38665} executeQuery: Code: 42. DB::Exception: Aggregate function avgWeighted requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT avgWeighted([], [], []);) 2025.03.31 18:05:20.537569 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function avgWeighted requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:20.572248 [ 92808 ] {4329624a-2849-457f-840c-81841e7461c2} executeQuery: Code: 43. DB::Exception: All arguments for function bar must be numeric.: In scope SELECT bar([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT bar([], [], []);) 2025.03.31 18:05:20.597893 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: All arguments for function bar must be numeric.: In scope SELECT bar([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:20.635291 [ 92808 ] {c3888f03-d29a-4f32-8409-f91e090bc8a0} executeQuery: Code: 42. DB::Exception: Number of arguments for function base58Decode doesn't match: passed 3, should be 1: In scope SELECT base58Decode([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT base58Decode([], [], []);) 2025.03.31 18:05:20.658394 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function base58Decode doesn't match: passed 3, should be 1: In scope SELECT base58Decode([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:20.696780 [ 92808 ] {7b3de76c-c9ec-4870-8e2c-d490dc5ab93a} executeQuery: Code: 42. DB::Exception: Number of arguments for function base58Encode doesn't match: passed 3, should be 1: In scope SELECT base58Encode([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT base58Encode([], [], []);) 2025.03.31 18:05:20.710071 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function base58Encode doesn't match: passed 3, should be 1: In scope SELECT base58Encode([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:20.752745 [ 92808 ] {1d6ba9cb-9ba6-4241-8d28-009cc293b349} executeQuery: Code: 42. DB::Exception: Number of arguments for function base64Decode doesn't match: passed 3, should be 1: In scope SELECT base64Decode([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT base64Decode([], [], []);) 2025.03.31 18:05:20.766953 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function base64Decode doesn't match: passed 3, should be 1: In scope SELECT base64Decode([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:20.820225 [ 92808 ] {4562b4a4-ddcb-40ea-8339-7b98ec62c449} executeQuery: Code: 42. DB::Exception: Number of arguments for function base64Encode doesn't match: passed 3, should be 1: In scope SELECT base64Encode([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT base64Encode([], [], []);) 2025.03.31 18:05:20.843121 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function base64Encode doesn't match: passed 3, should be 1: In scope SELECT base64Encode([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:20.886072 [ 92808 ] {bfbb1d1e-62aa-49d1-ab8d-d2603e951483} executeQuery: Code: 42. DB::Exception: Number of arguments for function base64URLDecode doesn't match: passed 3, should be 1: In scope SELECT base64URLDecode([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT base64URLDecode([], [], []);) 2025.03.31 18:05:20.898623 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function base64URLDecode doesn't match: passed 3, should be 1: In scope SELECT base64URLDecode([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:20.943418 [ 92808 ] {faf0ce32-2328-4405-9085-1a16255ad9c6} executeQuery: Code: 42. DB::Exception: Number of arguments for function base64URLEncode doesn't match: passed 3, should be 1: In scope SELECT base64URLEncode([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT base64URLEncode([], [], []);) 2025.03.31 18:05:20.955113 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function base64URLEncode doesn't match: passed 3, should be 1: In scope SELECT base64URLEncode([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:20.996603 [ 92808 ] {fb7f5da1-d57e-40d4-a10f-c32651a1c169} executeQuery: Code: 42. DB::Exception: Number of arguments for function basename doesn't match: passed 3, should be 1: In scope SELECT basename([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT basename([], [], []);) 2025.03.31 18:05:21.007637 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function basename doesn't match: passed 3, should be 1: In scope SELECT basename([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:21.050981 [ 92808 ] {7d297a32-1c1e-49c2-b32f-5e940b2a2b18} executeQuery: Code: 42. DB::Exception: Number of arguments for function bin doesn't match: passed 3, should be 1: In scope SELECT bin([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT bin([], [], []);) 2025.03.31 18:05:21.073121 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bin doesn't match: passed 3, should be 1: In scope SELECT bin([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:21.108213 [ 92808 ] {fdedc294-6ecb-4610-8c21-d0f8bee2898c} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitAnd doesn't match: passed 3, should be 2: In scope SELECT bitAnd([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT bitAnd([], [], []);) 2025.03.31 18:05:21.124498 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitAnd doesn't match: passed 3, should be 2: In scope SELECT bitAnd([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:21.159971 [ 92808 ] {11c6ffc1-b1ad-4946-bdb1-6b0b07108f96} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitCount doesn't match: passed 3, should be 1: In scope SELECT bitCount([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT bitCount([], [], []);) 2025.03.31 18:05:21.175655 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitCount doesn't match: passed 3, should be 1: In scope SELECT bitCount([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:21.214017 [ 92808 ] {95a4b015-00f8-49ce-ac7e-8cefb9d046ba} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitHammingDistance doesn't match: passed 3, should be 2: In scope SELECT bitHammingDistance([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT bitHammingDistance([], [], []);) 2025.03.31 18:05:21.235291 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitHammingDistance doesn't match: passed 3, should be 2: In scope SELECT bitHammingDistance([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:21.270513 [ 92808 ] {21547daf-c1b9-4b13-b346-828867aa5973} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitNot doesn't match: passed 3, should be 1: In scope SELECT bitNot([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT bitNot([], [], []);) 2025.03.31 18:05:21.281769 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitNot doesn't match: passed 3, should be 1: In scope SELECT bitNot([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:21.347131 [ 92808 ] {f5621901-41c9-4134-bc10-7a732033cc2c} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitOr doesn't match: passed 3, should be 2: In scope SELECT bitOr([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT bitOr([], [], []);) 2025.03.31 18:05:21.359014 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitOr doesn't match: passed 3, should be 2: In scope SELECT bitOr([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:21.396556 [ 92808 ] {8c0f654a-398a-4ca8-ad28-4cd41f86d259} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitPositionsToArray doesn't match: passed 3, should be 1: In scope SELECT bitPositionsToArray([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT bitPositionsToArray([], [], []);) 2025.03.31 18:05:21.418679 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitPositionsToArray doesn't match: passed 3, should be 1: In scope SELECT bitPositionsToArray([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:21.448386 [ 92808 ] {93a72e86-9853-4763-9638-00c18a49fa57} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitRotateLeft doesn't match: passed 3, should be 2: In scope SELECT bitRotateLeft([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT bitRotateLeft([], [], []);) 2025.03.31 18:05:21.476963 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitRotateLeft doesn't match: passed 3, should be 2: In scope SELECT bitRotateLeft([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:21.508967 [ 92808 ] {63e62de1-f9af-4fc0-bc83-02e600bd7ffb} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitRotateRight doesn't match: passed 3, should be 2: In scope SELECT bitRotateRight([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT bitRotateRight([], [], []);) 2025.03.31 18:05:21.528898 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitRotateRight doesn't match: passed 3, should be 2: In scope SELECT bitRotateRight([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:21.531696 [ 67575 ] {7cb55b09-b987-4cfd-b75f-44404565f76d} executeQuery: Code: 36. DB::Exception: 'xn--' cannot be converted to ASCII: In scope SELECT idnaEncode('xn--'). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35022) (comment: 02932_idna.sql) (in query: -- - https://github.com/ada-url/idna/blob/8cd03ef867dbd06be87bd61df9cf69aa1182ea21/tests/fixtures/to_ascii_invalid.txt SELECT idnaEncode('xn--');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception>&>(int, FormatStringHelperImpl>&>::type>, std::basic_string_view>&) @ 0x0000000011f6da0a 4. DB::IdnaEncode<(DB::ErrorHandling)0>::vector(DB::PODArray, 63ul, 64ul> const&, DB::PODArray, 63ul, 64ul> const&, DB::PODArray, 63ul, 64ul>&, DB::PODArray, 63ul, 64ul>&, unsigned long) @ 0x0000000011f6d508 5. DB::FunctionStringToString, DB::NameIdnaEncode, false>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000011f6b639 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:05:21.538779 [ 67575 ] {} TCPHandler: Code: 36. DB::Exception: 'xn--' cannot be converted to ASCII: In scope SELECT idnaEncode('xn--'). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception>&>(int, FormatStringHelperImpl>&>::type>, std::basic_string_view>&) @ 0x0000000011f6da0a 4. DB::IdnaEncode<(DB::ErrorHandling)0>::vector(DB::PODArray, 63ul, 64ul> const&, DB::PODArray, 63ul, 64ul> const&, DB::PODArray, 63ul, 64ul>&, DB::PODArray, 63ul, 64ul>&, unsigned long) @ 0x0000000011f6d508 5. DB::FunctionStringToString, DB::NameIdnaEncode, false>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000011f6b639 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:05:21.564230 [ 92808 ] {f9168001-2711-484a-8390-4429e1bdcc2b} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitShiftLeft doesn't match: passed 3, should be 2: In scope SELECT bitShiftLeft([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT bitShiftLeft([], [], []);) 2025.03.31 18:05:21.570543 [ 92271 ] {35caeaa7-016b-4800-9912-84c1db377d1d} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 268: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50386) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (134, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:21.573858 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitShiftLeft doesn't match: passed 3, should be 2: In scope SELECT bitShiftLeft([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:21.588091 [ 92271 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 268: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:21.620832 [ 92808 ] {ca8c2823-e90a-48c7-a883-ca7fad17c59c} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitShiftRight doesn't match: passed 3, should be 2: In scope SELECT bitShiftRight([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT bitShiftRight([], [], []);) 2025.03.31 18:05:21.645835 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitShiftRight doesn't match: passed 3, should be 2: In scope SELECT bitShiftRight([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:21.657498 [ 67575 ] {ed24b518-ed76-4e0a-bc55-b6e63e8b34b3} executeQuery: Code: 36. DB::Exception: 'ï»±a' cannot be converted to ASCII: In scope SELECT idnaEncode('ï»±a'). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35022) (comment: 02932_idna.sql) (in query: SELECT idnaEncode('ï»±a');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception>&>(int, FormatStringHelperImpl>&>::type>, std::basic_string_view>&) @ 0x0000000011f6da0a 4. DB::IdnaEncode<(DB::ErrorHandling)0>::vector(DB::PODArray, 63ul, 64ul> const&, DB::PODArray, 63ul, 64ul> const&, DB::PODArray, 63ul, 64ul>&, DB::PODArray, 63ul, 64ul>&, unsigned long) @ 0x0000000011f6d508 5. DB::FunctionStringToString, DB::NameIdnaEncode, false>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000011f6b639 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:05:21.664225 [ 67575 ] {} TCPHandler: Code: 36. DB::Exception: 'ï»±a' cannot be converted to ASCII: In scope SELECT idnaEncode('ï»±a'). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception>&>(int, FormatStringHelperImpl>&>::type>, std::basic_string_view>&) @ 0x0000000011f6da0a 4. DB::IdnaEncode<(DB::ErrorHandling)0>::vector(DB::PODArray, 63ul, 64ul> const&, DB::PODArray, 63ul, 64ul> const&, DB::PODArray, 63ul, 64ul>&, DB::PODArray, 63ul, 64ul>&, unsigned long) @ 0x0000000011f6d508 5. DB::FunctionStringToString, DB::NameIdnaEncode, false>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000011f6b639 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:05:21.686733 [ 92808 ] {2beb8006-5d2f-4250-8350-dcb1ea23cfc5} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 's' to function 'bitSlice'. Expected: String, got: Array(Nothing): In scope SELECT bitSlice([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT bitSlice([], [], []);) 2025.03.31 18:05:21.701718 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 's' to function 'bitSlice'. Expected: String, got: Array(Nothing): In scope SELECT bitSlice([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:21.742072 [ 92808 ] {936b9c82-f60d-415c-8492-268e2bee5edc} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitTest doesn't match: passed 3, should be 2: In scope SELECT bitTest([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT bitTest([], [], []);) 2025.03.31 18:05:21.753856 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitTest doesn't match: passed 3, should be 2: In scope SELECT bitTest([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:21.796037 [ 92808 ] {3c88f32b-4f76-49c7-b453-48cabe9c2c36} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function bitTestAll: In scope SELECT bitTestAll([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT bitTestAll([], [], []);) 2025.03.31 18:05:21.807573 [ 67575 ] {f03ed047-dc3e-4d86-899d-0995cbed878f} executeQuery: Code: 36. DB::Exception: 'xn--a-yoc' cannot be converted to ASCII: In scope SELECT idnaEncode('xn--a-yoc'). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35022) (comment: 02932_idna.sql) (in query: SELECT idnaEncode('xn--a-yoc');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception>&>(int, FormatStringHelperImpl>&>::type>, std::basic_string_view>&) @ 0x0000000011f6da0a 4. DB::IdnaEncode<(DB::ErrorHandling)0>::vector(DB::PODArray, 63ul, 64ul> const&, DB::PODArray, 63ul, 64ul> const&, DB::PODArray, 63ul, 64ul>&, DB::PODArray, 63ul, 64ul>&, unsigned long) @ 0x0000000011f6d508 5. DB::FunctionStringToString, DB::NameIdnaEncode, false>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000011f6b639 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:05:21.809633 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function bitTestAll: In scope SELECT bitTestAll([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:21.815009 [ 67575 ] {} TCPHandler: Code: 36. DB::Exception: 'xn--a-yoc' cannot be converted to ASCII: In scope SELECT idnaEncode('xn--a-yoc'). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception>&>(int, FormatStringHelperImpl>&>::type>, std::basic_string_view>&) @ 0x0000000011f6da0a 4. DB::IdnaEncode<(DB::ErrorHandling)0>::vector(DB::PODArray, 63ul, 64ul> const&, DB::PODArray, 63ul, 64ul> const&, DB::PODArray, 63ul, 64ul>&, DB::PODArray, 63ul, 64ul>&, unsigned long) @ 0x0000000011f6d508 5. DB::FunctionStringToString, DB::NameIdnaEncode, false>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000011f6b639 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:05:21.853295 [ 92808 ] {1bf9ac61-baec-4597-ad01-0d65e067023b} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function bitTestAny: In scope SELECT bitTestAny([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT bitTestAny([], [], []);) 2025.03.31 18:05:21.872568 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function bitTestAny: In scope SELECT bitTestAny([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:21.914580 [ 92808 ] {7db6dcd1-e7e8-42aa-955f-d4a13a09842f} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitXor doesn't match: passed 3, should be 2: In scope SELECT bitXor([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT bitXor([], [], []);) 2025.03.31 18:05:21.933313 [ 67575 ] {225a9476-e996-4130-b018-ed74d10f187f} executeQuery: Code: 36. DB::Exception: 'xn--teÅ¡la' cannot be converted to ASCII: In scope SELECT idnaEncode('xn--teÅ¡la'). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35022) (comment: 02932_idna.sql) (in query: SELECT idnaEncode('xn--teÅ¡la');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception>&>(int, FormatStringHelperImpl>&>::type>, std::basic_string_view>&) @ 0x0000000011f6da0a 4. DB::IdnaEncode<(DB::ErrorHandling)0>::vector(DB::PODArray, 63ul, 64ul> const&, DB::PODArray, 63ul, 64ul> const&, DB::PODArray, 63ul, 64ul>&, DB::PODArray, 63ul, 64ul>&, unsigned long) @ 0x0000000011f6d508 5. DB::FunctionStringToString, DB::NameIdnaEncode, false>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000011f6b639 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:05:21.939918 [ 67575 ] {} TCPHandler: Code: 36. DB::Exception: 'xn--teÅ¡la' cannot be converted to ASCII: In scope SELECT idnaEncode('xn--teÅ¡la'). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception>&>(int, FormatStringHelperImpl>&>::type>, std::basic_string_view>&) @ 0x0000000011f6da0a 4. DB::IdnaEncode<(DB::ErrorHandling)0>::vector(DB::PODArray, 63ul, 64ul> const&, DB::PODArray, 63ul, 64ul> const&, DB::PODArray, 63ul, 64ul>&, DB::PODArray, 63ul, 64ul>&, unsigned long) @ 0x0000000011f6d508 5. DB::FunctionStringToString, DB::NameIdnaEncode, false>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000011f6b639 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:05:21.940132 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitXor doesn't match: passed 3, should be 2: In scope SELECT bitXor([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:21.977449 [ 92808 ] {43fb2eab-8902-4f45-9299-09fdbb322fb0} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitmapAnd doesn't match: passed 3, should be 2: In scope SELECT bitmapAnd([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT bitmapAnd([], [], []);) 2025.03.31 18:05:22.003518 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitmapAnd doesn't match: passed 3, should be 2: In scope SELECT bitmapAnd([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:22.041292 [ 92808 ] {0e7daba5-62ff-404c-bfcb-4c5e7f20ad29} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitmapAndCardinality doesn't match: passed 3, should be 2: In scope SELECT bitmapAndCardinality([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT bitmapAndCardinality([], [], []);) 2025.03.31 18:05:22.058681 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitmapAndCardinality doesn't match: passed 3, should be 2: In scope SELECT bitmapAndCardinality([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:22.104749 [ 92808 ] {8f093cef-5533-47c8-b4bc-9c5b2254bcab} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitmapAndnot doesn't match: passed 3, should be 2: In scope SELECT bitmapAndnot([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT bitmapAndnot([], [], []);) 2025.03.31 18:05:22.134590 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitmapAndnot doesn't match: passed 3, should be 2: In scope SELECT bitmapAndnot([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:22.173203 [ 92808 ] {d1cc7a21-ead0-4a2d-b739-beba3e775fde} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitmapAndnotCardinality doesn't match: passed 3, should be 2: In scope SELECT bitmapAndnotCardinality([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT bitmapAndnotCardinality([], [], []);) 2025.03.31 18:05:22.186492 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitmapAndnotCardinality doesn't match: passed 3, should be 2: In scope SELECT bitmapAndnotCardinality([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:22.232846 [ 92808 ] {abe0de5d-311c-4b15-b49d-fd66803db53b} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitmapBuild doesn't match: passed 3, should be 1: In scope SELECT bitmapBuild([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT bitmapBuild([], [], []);) 2025.03.31 18:05:22.253566 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitmapBuild doesn't match: passed 3, should be 1: In scope SELECT bitmapBuild([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:22.336559 [ 92808 ] {3c1758ec-4058-438e-856e-dce6a9acb53c} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitmapCardinality doesn't match: passed 3, should be 1: In scope SELECT bitmapCardinality([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT bitmapCardinality([], [], []);) 2025.03.31 18:05:22.358905 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitmapCardinality doesn't match: passed 3, should be 1: In scope SELECT bitmapCardinality([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:22.415118 [ 92808 ] {41fc39d8-b8e7-4ca6-b243-3d393ac33fb1} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitmapContains doesn't match: passed 3, should be 2: In scope SELECT bitmapContains([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT bitmapContains([], [], []);) 2025.03.31 18:05:22.435073 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitmapContains doesn't match: passed 3, should be 2: In scope SELECT bitmapContains([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:22.483000 [ 92808 ] {2d368eb0-ee59-4cf0-b3e9-d807dd6025a9} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitmapHasAll doesn't match: passed 3, should be 2: In scope SELECT bitmapHasAll([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT bitmapHasAll([], [], []);) 2025.03.31 18:05:22.498394 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitmapHasAll doesn't match: passed 3, should be 2: In scope SELECT bitmapHasAll([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:22.579371 [ 92808 ] {ed623583-fb0e-40a7-9f9d-74b1d230dd45} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitmapHasAny doesn't match: passed 3, should be 2: In scope SELECT bitmapHasAny([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT bitmapHasAny([], [], []);) 2025.03.31 18:05:22.601340 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitmapHasAny doesn't match: passed 3, should be 2: In scope SELECT bitmapHasAny([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:22.636524 [ 92808 ] {9308cfd7-1669-426a-8224-8fb5d76337d3} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitmapMax doesn't match: passed 3, should be 1: In scope SELECT bitmapMax([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT bitmapMax([], [], []);) 2025.03.31 18:05:22.650994 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitmapMax doesn't match: passed 3, should be 1: In scope SELECT bitmapMax([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:22.691141 [ 92808 ] {af06b1b6-3b34-4b9b-932e-52c26c1b2493} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitmapMin doesn't match: passed 3, should be 1: In scope SELECT bitmapMin([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT bitmapMin([], [], []);) 2025.03.31 18:05:22.713040 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitmapMin doesn't match: passed 3, should be 1: In scope SELECT bitmapMin([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:22.754246 [ 92808 ] {5927fca8-77a5-4423-8be6-ed6cd672e776} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitmapOr doesn't match: passed 3, should be 2: In scope SELECT bitmapOr([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT bitmapOr([], [], []);) 2025.03.31 18:05:22.775877 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitmapOr doesn't match: passed 3, should be 2: In scope SELECT bitmapOr([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:22.816385 [ 92808 ] {e48691fb-9b4f-4302-b754-ac07e2f11ab0} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitmapOrCardinality doesn't match: passed 3, should be 2: In scope SELECT bitmapOrCardinality([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT bitmapOrCardinality([], [], []);) 2025.03.31 18:05:22.836473 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitmapOrCardinality doesn't match: passed 3, should be 2: In scope SELECT bitmapOrCardinality([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:22.907825 [ 92808 ] {a1a32155-8695-4d4e-9301-e7a86c0d1ece} executeQuery: Code: 43. DB::Exception: First argument for function bitmapSubsetInRange must be a bitmap but it has type Array(Nothing).: In scope SELECT bitmapSubsetInRange([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT bitmapSubsetInRange([], [], []);) 2025.03.31 18:05:22.921592 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function bitmapSubsetInRange must be a bitmap but it has type Array(Nothing).: In scope SELECT bitmapSubsetInRange([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:22.966440 [ 92808 ] {d918194b-4b9c-4d19-b43d-dae346e39e56} executeQuery: Code: 43. DB::Exception: First argument for function bitmapSubsetLimit must be a bitmap but it has type Array(Nothing).: In scope SELECT bitmapSubsetLimit([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT bitmapSubsetLimit([], [], []);) 2025.03.31 18:05:22.984398 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function bitmapSubsetLimit must be a bitmap but it has type Array(Nothing).: In scope SELECT bitmapSubsetLimit([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:23.029868 [ 92808 ] {5270f9d5-42b7-4249-acef-2499a19438cb} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitmapToArray doesn't match: passed 3, should be 1: In scope SELECT bitmapToArray([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT bitmapToArray([], [], []);) 2025.03.31 18:05:23.042820 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitmapToArray doesn't match: passed 3, should be 1: In scope SELECT bitmapToArray([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:23.094426 [ 92808 ] {34082c7e-d0f0-443d-8a2d-d3c58253c582} executeQuery: Code: 43. DB::Exception: First argument for function bitmapTransform must be a bitmap but it has type Array(Nothing).: In scope SELECT bitmapTransform([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT bitmapTransform([], [], []);) 2025.03.31 18:05:23.122250 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function bitmapTransform must be a bitmap but it has type Array(Nothing).: In scope SELECT bitmapTransform([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:23.162402 [ 92808 ] {1f4b6b1e-eb1e-4875-8c9a-cb3ce7c136ce} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitmapXor doesn't match: passed 3, should be 2: In scope SELECT bitmapXor([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT bitmapXor([], [], []);) 2025.03.31 18:05:23.189375 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitmapXor doesn't match: passed 3, should be 2: In scope SELECT bitmapXor([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:23.241649 [ 92808 ] {0a2803b6-da9f-440d-82e6-2431e2d4f352} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitmapXorCardinality doesn't match: passed 3, should be 2: In scope SELECT bitmapXorCardinality([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT bitmapXorCardinality([], [], []);) 2025.03.31 18:05:23.264566 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitmapXorCardinality doesn't match: passed 3, should be 2: In scope SELECT bitmapXorCardinality([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:23.265905 [ 92748 ] {cf824954-df9b-492b-9798-ca8f20e2d00b} executeQuery: Code: 62. DB::Exception: Syntax error: failed at position 55 ('by'): by LastName;. Max query size exceeded: 'by'. (SYNTAX_ERROR) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50206) (comment: 02366_kql_tabular.sql) (in query: Customers | where Education contains 'degree' | order b), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::createDeprecated(String const&, int, bool) @ 0x000000000895229e 3. ./build_docker/./src/Parsers/Kusto/parseKQLQuery.cpp:451: DB::parseKQLQueryAndMovePosition(DB::IParser&, char const*&, char const*, String const&, bool, unsigned long, unsigned long, unsigned long) @ 0x00000000429759ca 4. ./build_docker/./src/Parsers/Kusto/parseKQLQuery.cpp:463: DB::parseKQLQuery(DB::IParser&, char const*, char const*, String const&, unsigned long, unsigned long, unsigned long) @ 0x0000000042975b11 5. ./build_docker/./src/Interpreters/executeQuery.cpp:865: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000039263315 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 7. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 2025.03.31 18:05:23.269956 [ 92748 ] {} TCPHandler: Code: 62. DB::Exception: Syntax error: failed at position 55 ('by'): by LastName;. Max query size exceeded: 'by'. (SYNTAX_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::createDeprecated(String const&, int, bool) @ 0x000000000895229e 3. ./build_docker/./src/Parsers/Kusto/parseKQLQuery.cpp:451: DB::parseKQLQueryAndMovePosition(DB::IParser&, char const*&, char const*, String const&, bool, unsigned long, unsigned long, unsigned long) @ 0x00000000429759ca 4. ./build_docker/./src/Parsers/Kusto/parseKQLQuery.cpp:463: DB::parseKQLQuery(DB::IParser&, char const*, char const*, String const&, unsigned long, unsigned long, unsigned long) @ 0x0000000042975b11 5. ./build_docker/./src/Interpreters/executeQuery.cpp:865: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000039263315 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 7. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 2025.03.31 18:05:23.304472 [ 92808 ] {44fe924e-32f4-4562-82c0-0a83f324a409} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitmaskToArray doesn't match: passed 3, should be 1: In scope SELECT bitmaskToArray([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT bitmaskToArray([], [], []);) 2025.03.31 18:05:23.317591 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitmaskToArray doesn't match: passed 3, should be 1: In scope SELECT bitmaskToArray([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:23.376300 [ 92808 ] {c02e9183-4317-44e8-a5ec-58dcb8e24006} executeQuery: Code: 42. DB::Exception: Number of arguments for function bitmaskToList doesn't match: passed 3, should be 1: In scope SELECT bitmaskToList([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT bitmaskToList([], [], []);) 2025.03.31 18:05:23.390009 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function bitmaskToList doesn't match: passed 3, should be 1: In scope SELECT bitmaskToList([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:23.428117 [ 92808 ] {41461085-ffb2-4210-8c85-a4f2873372bd} executeQuery: Code: 42. DB::Exception: Number of arguments for function blockNumber doesn't match: passed 3, should be 0: In scope SELECT blockNumber([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT blockNumber([], [], []);) 2025.03.31 18:05:23.444088 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function blockNumber doesn't match: passed 3, should be 0: In scope SELECT blockNumber([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:23.596779 [ 92808 ] {a5e7065a-a07a-4cf0-b840-e431495ed791} executeQuery: Code: 42. DB::Exception: Number of arguments for function blockSize doesn't match: passed 3, should be 0: In scope SELECT blockSize([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT blockSize([], [], []);) 2025.03.31 18:05:23.615245 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function blockSize doesn't match: passed 3, should be 0: In scope SELECT blockSize([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:23.658738 [ 92808 ] {083cd167-55c1-410c-9a1c-fd86eeabc37c} executeQuery: Code: 42. DB::Exception: Aggregate function boundingRatio requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT boundingRatio([], [], []);) 2025.03.31 18:05:23.681982 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function boundingRatio requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:23.724502 [ 67575 ] {0006682a-b69f-46cf-926b-572b85673290} executeQuery: Code: 36. DB::Exception: 'xn--' cannot be converted to ASCII: while executing 'FUNCTION idnaEncode(__table1.idna : 1) -> idnaEncode(__table1.idna) String : 0'. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35022) (comment: 02932_idna.sql) (in query: SELECT idna, idnaEncode(idna) AS ascii FROM tab;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception>&>(int, FormatStringHelperImpl>&>::type>, std::basic_string_view>&) @ 0x0000000011f6da0a 4. DB::IdnaEncode<(DB::ErrorHandling)0>::vector(DB::PODArray, 63ul, 64ul> const&, DB::PODArray, 63ul, 64ul> const&, DB::PODArray, 63ul, 64ul>&, DB::PODArray, 63ul, 64ul>&, unsigned long) @ 0x0000000011f6d508 5. DB::FunctionStringToString, DB::NameIdnaEncode, false>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000011f6b639 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 11. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 12. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 13. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 18. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:05:23.737841 [ 67575 ] {} TCPHandler: Code: 36. DB::Exception: 'xn--' cannot be converted to ASCII: while executing 'FUNCTION idnaEncode(__table1.idna : 1) -> idnaEncode(__table1.idna) String : 0'. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception>&>(int, FormatStringHelperImpl>&>::type>, std::basic_string_view>&) @ 0x0000000011f6da0a 4. DB::IdnaEncode<(DB::ErrorHandling)0>::vector(DB::PODArray, 63ul, 64ul> const&, DB::PODArray, 63ul, 64ul> const&, DB::PODArray, 63ul, 64ul>&, DB::PODArray, 63ul, 64ul>&, unsigned long) @ 0x0000000011f6d508 5. DB::FunctionStringToString, DB::NameIdnaEncode, false>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000011f6b639 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 11. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 12. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 13. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 18. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:05:23.748165 [ 92808 ] {e0611d70-d288-43cd-8c34-59673b672ea8} executeQuery: Code: 42. DB::Exception: Number of arguments for function buildId doesn't match: passed 3, should be 0: In scope SELECT buildId([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT buildId([], [], []);) 2025.03.31 18:05:23.772494 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function buildId doesn't match: passed 3, should be 0: In scope SELECT buildId([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:23.815758 [ 92808 ] {8da6115b-c215-4063-bba7-eddcba881885} executeQuery: Code: 42. DB::Exception: Number of arguments for function byteHammingDistance doesn't match: passed 3, should be 2: In scope SELECT byteHammingDistance([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT byteHammingDistance([], [], []);) 2025.03.31 18:05:23.842088 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function byteHammingDistance doesn't match: passed 3, should be 2: In scope SELECT byteHammingDistance([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:24.020611 [ 92808 ] {f97669f3-a265-405f-92db-e6c0cbde4086} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function substring, expected String, FixedString or Enum: In scope SELECT byteSlice([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT byteSlice([], [], []);) 2025.03.31 18:05:24.034881 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function substring, expected String, FixedString or Enum: In scope SELECT byteSlice([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:24.081274 [ 92808 ] {1523ff19-4ede-492e-b539-7374b165f052} executeQuery: Code: 42. DB::Exception: Number of arguments for function byteSwap doesn't match: passed 3, should be 1: In scope SELECT byteSwap([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT byteSwap([], [], []);) 2025.03.31 18:05:24.094190 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function byteSwap doesn't match: passed 3, should be 1: In scope SELECT byteSwap([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:24.164534 [ 92808 ] {17765566-ff9e-4240-915a-17c42ac6c2a1} executeQuery: Code: 36. DB::Exception: Unexpected type Array(Nothing) in function 'transform': In scope SELECT caseWithExpr([], [], []). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT caseWithExpr([], [], []);) 2025.03.31 18:05:24.185758 [ 92808 ] {} TCPHandler: Code: 36. DB::Exception: Unexpected type Array(Nothing) in function 'transform': In scope SELECT caseWithExpr([], [], []). (BAD_ARGUMENTS) 2025.03.31 18:05:24.238645 [ 92808 ] {8a1eebc6-5f1f-4f02-ac27-d3c753d94eea} executeQuery: Code: 36. DB::Exception: Unexpected type Array(Nothing) in function 'transform': In scope SELECT caseWithExpression([], [], []). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT caseWithExpression([], [], []);) 2025.03.31 18:05:24.249495 [ 92808 ] {} TCPHandler: Code: 36. DB::Exception: Unexpected type Array(Nothing) in function 'transform': In scope SELECT caseWithExpression([], [], []). (BAD_ARGUMENTS) 2025.03.31 18:05:24.302432 [ 92808 ] {f36c4b96-1d22-448f-af5c-e437703d4655} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument (condition) of function multiIf. Must be UInt8.: In scope SELECT caseWithoutExpr([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT caseWithoutExpr([], [], []);) 2025.03.31 18:05:24.314891 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument (condition) of function multiIf. Must be UInt8.: In scope SELECT caseWithoutExpr([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:24.367989 [ 92808 ] {79a2af4b-dbc4-4dce-b831-68b33365fc6c} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument (condition) of function multiIf. Must be UInt8.: In scope SELECT caseWithoutExpression([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT caseWithoutExpression([], [], []);) 2025.03.31 18:05:24.378768 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument (condition) of function multiIf. Must be UInt8.: In scope SELECT caseWithoutExpression([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:24.424077 [ 92808 ] {f33fecc0-a4b4-4ca8-b2c3-550737937ca3} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function catboostEvaluate, expected a string.: In scope SELECT catboostEvaluate([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT catboostEvaluate([], [], []);) 2025.03.31 18:05:24.447117 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function catboostEvaluate, expected a string.: In scope SELECT catboostEvaluate([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:24.515083 [ 92808 ] {a1c2065e-ff6d-4d37-af7d-d462d2ef4633} executeQuery: Code: 43. DB::Exception: All the arguments of aggregate function categoricalInformationValue should be UInt8. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT categoricalInformationValue([], [], []);) 2025.03.31 18:05:24.538850 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: All the arguments of aggregate function categoricalInformationValue should be UInt8. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:24.614480 [ 92808 ] {e3859e10-8d7a-47ef-8d7f-58ee30ef8132} executeQuery: Code: 42. DB::Exception: Number of arguments for function cbrt doesn't match: passed 3, should be 1: In scope SELECT cbrt([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT cbrt([], [], []);) 2025.03.31 18:05:24.655387 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function cbrt doesn't match: passed 3, should be 1: In scope SELECT cbrt([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:24.736705 [ 92808 ] {fc86e794-6a23-45ac-9c83-49cf95e7405b} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'ceil'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT ceil([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT ceil([], [], []);) 2025.03.31 18:05:24.766762 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'ceil'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT ceil([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:24.808065 [ 92808 ] {345f58a0-4028-4389-a932-74b67cc4a38e} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'ceil'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT ceiling([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT ceiling([], [], []);) 2025.03.31 18:05:24.831705 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'ceil'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT ceiling([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:24.865934 [ 92808 ] {6e6593f3-c37c-40ba-8769-ef58f22a9d56} executeQuery: Code: 42. DB::Exception: Number of arguments for function changeDay doesn't match: passed 3, should be 2: In scope SELECT changeDay([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT changeDay([], [], []);) 2025.03.31 18:05:24.892509 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function changeDay doesn't match: passed 3, should be 2: In scope SELECT changeDay([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:24.956700 [ 92808 ] {ebad5e09-2484-425e-9706-cac83a112113} executeQuery: Code: 42. DB::Exception: Number of arguments for function changeHour doesn't match: passed 3, should be 2: In scope SELECT changeHour([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT changeHour([], [], []);) 2025.03.31 18:05:24.989863 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function changeHour doesn't match: passed 3, should be 2: In scope SELECT changeHour([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:25.040407 [ 92808 ] {7755841c-77bd-49fe-94c9-e22d82d107c1} executeQuery: Code: 42. DB::Exception: Number of arguments for function changeMinute doesn't match: passed 3, should be 2: In scope SELECT changeMinute([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT changeMinute([], [], []);) 2025.03.31 18:05:25.063793 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function changeMinute doesn't match: passed 3, should be 2: In scope SELECT changeMinute([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:25.107168 [ 92808 ] {0f69a2bc-b03e-4159-8bf6-619011d49bd1} executeQuery: Code: 42. DB::Exception: Number of arguments for function changeMonth doesn't match: passed 3, should be 2: In scope SELECT changeMonth([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT changeMonth([], [], []);) 2025.03.31 18:05:25.129250 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function changeMonth doesn't match: passed 3, should be 2: In scope SELECT changeMonth([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:25.184792 [ 92808 ] {c2a1fa3a-de49-4b07-a4d3-14a44fb3d7da} executeQuery: Code: 42. DB::Exception: Number of arguments for function changeSecond doesn't match: passed 3, should be 2: In scope SELECT changeSecond([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT changeSecond([], [], []);) 2025.03.31 18:05:25.240169 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function changeSecond doesn't match: passed 3, should be 2: In scope SELECT changeSecond([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:25.283513 [ 92808 ] {dc51b564-c938-4bcf-a394-fe48d98703a2} executeQuery: Code: 42. DB::Exception: Number of arguments for function changeYear doesn't match: passed 3, should be 2: In scope SELECT changeYear([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT changeYear([], [], []);) 2025.03.31 18:05:25.305540 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function changeYear doesn't match: passed 3, should be 2: In scope SELECT changeYear([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:25.345379 [ 92808 ] {5f633289-456b-4159-a73e-5df807dbddf0} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function char, must be Int, UInt or Float number: In scope SELECT char([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT char([], [], []);) 2025.03.31 18:05:25.364015 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function char, must be Int, UInt or Float number: In scope SELECT char([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:26.079559 [ 92808 ] {e339bc20-b133-4a63-81d7-bb3b58e12440} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function concatWithSeparator: In scope SELECT concatWithSeparator([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT concatWithSeparator([], [], []);) 2025.03.31 18:05:26.106844 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function concatWithSeparator: In scope SELECT concatWithSeparator([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:26.156798 [ 92808 ] {d1165d1a-79ad-463f-a239-da490978a255} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function concatWithSeparatorAssumeInjective: In scope SELECT concatWithSeparatorAssumeInjective([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT concatWithSeparatorAssumeInjective([], [], []);) 2025.03.31 18:05:26.166863 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function concatWithSeparatorAssumeInjective: In scope SELECT concatWithSeparatorAssumeInjective([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:26.208863 [ 92808 ] {b33f1ab6-3041-4bef-aabe-c72334239650} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function concatWithSeparator: In scope SELECT concat_ws([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT concat_ws([], [], []);) 2025.03.31 18:05:26.218841 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function concatWithSeparator: In scope SELECT concat_ws([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:26.262894 [ 92808 ] {42f7d7ff-bb93-4fb4-950a-a1b888beef07} executeQuery: Code: 42. DB::Exception: Number of arguments for function connectionId doesn't match: passed 3, should be 0: In scope SELECT connectionId([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT connectionId([], [], []);) 2025.03.31 18:05:26.280205 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function connectionId doesn't match: passed 3, should be 0: In scope SELECT connectionId([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:26.353422 [ 92808 ] {ff498e55-edef-4814-848c-68ed72536269} executeQuery: Code: 42. DB::Exception: Number of arguments for function connectionId doesn't match: passed 3, should be 0: In scope SELECT connection_id([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT connection_id([], [], []);) 2025.03.31 18:05:26.381434 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function connectionId doesn't match: passed 3, should be 0: In scope SELECT connection_id([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:26.428640 [ 92808 ] {4efb5e23-d50b-43cf-96cf-eb3c81597050} executeQuery: Code: 42. DB::Exception: Aggregate function contingency requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT contingency([], [], []);) 2025.03.31 18:05:26.450594 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function contingency requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:26.487059 [ 92808 ] {3d5a8239-f606-4ec7-b414-f193072aa244} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function convertCharset, must be String: In scope SELECT convertCharset([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT convertCharset([], [], []);) 2025.03.31 18:05:26.507660 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function convertCharset, must be String: In scope SELECT convertCharset([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:26.543108 [ 92808 ] {eac108d8-12ad-48ec-b342-8e6c5709cee8} executeQuery: Code: 42. DB::Exception: Aggregate function corr requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT corr([], [], []);) 2025.03.31 18:05:26.555538 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function corr requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:26.584153 [ 92583 ] {bc731bb5-a7d5-4da8-bf1f-30132b1ac130} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -135: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50622) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-135, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:26.612481 [ 92808 ] {904d0e8a-b3b9-43b5-a89a-96c644b50c81} executeQuery: Code: 43. DB::Exception: Aggregate function corrMatrix only supports numerical types. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT corrMatrix([], [], []);) 2025.03.31 18:05:26.621048 [ 92583 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -135: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:26.631522 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Aggregate function corrMatrix only supports numerical types. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:26.682477 [ 92808 ] {9458fc69-ca6b-4058-86e1-f4c752999c12} executeQuery: Code: 42. DB::Exception: Aggregate function corrStable requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT corrStable([], [], []);) 2025.03.31 18:05:26.691546 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function corrStable requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:26.747162 [ 92808 ] {07ab40f6-0259-4678-8802-4596787ca99f} executeQuery: Code: 42. DB::Exception: Number of arguments for function cos doesn't match: passed 3, should be 1: In scope SELECT cos([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT cos([], [], []);) 2025.03.31 18:05:26.759255 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function cos doesn't match: passed 3, should be 1: In scope SELECT cos([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:26.801679 [ 92808 ] {063a4355-6572-4d9c-b8e1-40780b0d8236} executeQuery: Code: 42. DB::Exception: Number of arguments for function cosh doesn't match: passed 3, should be 1: In scope SELECT cosh([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT cosh([], [], []);) 2025.03.31 18:05:26.821238 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function cosh doesn't match: passed 3, should be 1: In scope SELECT cosh([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:26.855272 [ 92808 ] {ab44c9e4-adf1-49c0-b51c-1e390eb2ca09} executeQuery: Code: 42. DB::Exception: Number of arguments for function cosineDistance doesn't match: passed 3, should be 2: In scope SELECT cosineDistance([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT cosineDistance([], [], []);) 2025.03.31 18:05:26.873610 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function cosineDistance doesn't match: passed 3, should be 2: In scope SELECT cosineDistance([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:26.916253 [ 91621 ] {d23f8e26-11a9-4804-adbc-44f3f1bf8327} executeQuery: Code: 675. DB::Exception: Invalid IPv4 value: In scope SELECT CAST('hello', 'IPv4') AS v, toTypeName(v). (CANNOT_PARSE_IPV4) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50624) (comment: 02007_ipv4_and_ipv6_to_and_from_string.sql) (in query: SELECT CAST('hello' as IPv4) as v, toTypeName(v);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. COW::immutable_ptr DB::convertToIPv4<(DB::IPStringToNumExceptionMode)0, DB::ColumnVector>(COW::immutable_ptr, DB::PODArray, 63ul, 64ul> const*) @ 0x0000000031e7ef91 5. bool DB::detail::FunctionCast::prepareImpl(std::shared_ptr const&, std::shared_ptr const&, bool) const::'lambda0'(auto const&)::operator()>(auto const&) const::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)::operator()(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) const @ 0x0000000031e7a234 6. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl const&, std::shared_ptr const&, bool) const::'lambda0'(auto const&)::operator()>(auto const&) const::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031e79e0e 7. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 8. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 10. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 18:05:26.919372 [ 92808 ] {8b815f1d-ca97-4d61-bd43-43d8abdee195} executeQuery: Code: 42. DB::Exception: Aggregate function count requires zero or one argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT count([], [], []);) 2025.03.31 18:05:26.923435 [ 91621 ] {} TCPHandler: Code: 675. DB::Exception: Invalid IPv4 value: In scope SELECT CAST('hello', 'IPv4') AS v, toTypeName(v). (CANNOT_PARSE_IPV4), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. COW::immutable_ptr DB::convertToIPv4<(DB::IPStringToNumExceptionMode)0, DB::ColumnVector>(COW::immutable_ptr, DB::PODArray, 63ul, 64ul> const*) @ 0x0000000031e7ef91 5. bool DB::detail::FunctionCast::prepareImpl(std::shared_ptr const&, std::shared_ptr const&, bool) const::'lambda0'(auto const&)::operator()>(auto const&) const::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)::operator()(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) const @ 0x0000000031e7a234 6. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl const&, std::shared_ptr const&, bool) const::'lambda0'(auto const&)::operator()>(auto const&) const::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031e79e0e 7. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 8. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 10. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 18:05:26.938287 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function count requires zero or one argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:26.977524 [ 92808 ] {afcfa5d7-f449-4eac-9f42-e2928a9192a1} executeQuery: Code: 42. DB::Exception: Number of arguments for function countDigits doesn't match: passed 3, should be 1: In scope SELECT countDigits([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT countDigits([], [], []);) 2025.03.31 18:05:26.996672 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function countDigits doesn't match: passed 3, should be 1: In scope SELECT countDigits([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:27.033315 [ 92808 ] {bb2c1c68-1c6e-42fa-bc29-912528d4a7cf} executeQuery: Code: 42. DB::Exception: Number of arguments for function countEqual doesn't match: passed 3, should be 2: In scope SELECT countEqual([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT countEqual([], [], []);) 2025.03.31 18:05:27.079148 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function countEqual doesn't match: passed 3, should be 2: In scope SELECT countEqual([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:27.136818 [ 92808 ] {57168eda-d97a-457c-b353-76bfd0951e60} executeQuery: Code: 42. DB::Exception: Number of arguments for function countMatches doesn't match: passed 3, should be 2: In scope SELECT countMatches([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT countMatches([], [], []);) 2025.03.31 18:05:27.146192 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function countMatches doesn't match: passed 3, should be 2: In scope SELECT countMatches([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:27.191112 [ 92808 ] {9f96adc1-eec3-43eb-990d-773867ffe113} executeQuery: Code: 42. DB::Exception: Number of arguments for function countMatchesCaseInsensitive doesn't match: passed 3, should be 2: In scope SELECT countMatchesCaseInsensitive([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT countMatchesCaseInsensitive([], [], []);) 2025.03.31 18:05:27.212210 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function countMatchesCaseInsensitive doesn't match: passed 3, should be 2: In scope SELECT countMatchesCaseInsensitive([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:27.257619 [ 92808 ] {8c52ffa3-6a63-42d1-a7a9-407c223714ee} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function countSubstrings: In scope SELECT countSubstrings([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT countSubstrings([], [], []);) 2025.03.31 18:05:27.279375 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function countSubstrings: In scope SELECT countSubstrings([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:27.312141 [ 92808 ] {8a195d59-0e6c-4911-bfaf-20ee20e65149} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function countSubstringsCaseInsensitive: In scope SELECT countSubstringsCaseInsensitive([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT countSubstringsCaseInsensitive([], [], []);) 2025.03.31 18:05:27.328378 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function countSubstringsCaseInsensitive: In scope SELECT countSubstringsCaseInsensitive([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:27.371253 [ 92808 ] {0615e484-bb28-4951-8441-763b6e266a21} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function countSubstringsCaseInsensitiveUTF8: In scope SELECT countSubstringsCaseInsensitiveUTF8([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT countSubstringsCaseInsensitiveUTF8([], [], []);) 2025.03.31 18:05:27.383068 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function countSubstringsCaseInsensitiveUTF8: In scope SELECT countSubstringsCaseInsensitiveUTF8([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:27.427509 [ 92808 ] {ee01b4f6-de52-4d1b-ab04-2b1e4ca1bd4f} executeQuery: Code: 42. DB::Exception: Aggregate function covarPop requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT covarPop([], [], []);) 2025.03.31 18:05:27.459805 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function covarPop requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:27.494431 [ 92808 ] {be3965d5-8a30-4f5c-b368-dfb058327bcd} executeQuery: Code: 43. DB::Exception: Aggregate function covarPopMatrix only supports numerical types. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT covarPopMatrix([], [], []);) 2025.03.31 18:05:27.513943 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Aggregate function covarPopMatrix only supports numerical types. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:27.560799 [ 92808 ] {f89233cf-65a0-483f-8e95-377edfbd97a5} executeQuery: Code: 42. DB::Exception: Aggregate function covarPopStable requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT covarPopStable([], [], []);) 2025.03.31 18:05:27.592298 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function covarPopStable requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:27.625342 [ 92808 ] {8710c202-c07f-4989-bec0-bb4f7ffa53c5} executeQuery: Code: 42. DB::Exception: Aggregate function covarSamp requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT covarSamp([], [], []);) 2025.03.31 18:05:27.646516 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function covarSamp requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:27.703212 [ 92808 ] {df1bdac0-0548-444f-8711-276b0157ca9c} executeQuery: Code: 43. DB::Exception: Aggregate function covarSampMatrix only supports numerical types. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT covarSampMatrix([], [], []);) 2025.03.31 18:05:27.722546 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Aggregate function covarSampMatrix only supports numerical types. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:27.760422 [ 92808 ] {02836d7e-4ab8-4cbb-94fa-0ab628cbc5cc} executeQuery: Code: 42. DB::Exception: Aggregate function covarSampStable requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT covarSampStable([], [], []);) 2025.03.31 18:05:27.782179 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function covarSampStable requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:27.814950 [ 92808 ] {a87db6d0-34d2-4598-99f2-df63b5d4e672} executeQuery: Code: 42. DB::Exception: Aggregate function cramersV requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT cramersV([], [], []);) 2025.03.31 18:05:27.835933 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function cramersV requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:27.868555 [ 91621 ] {da3edd78-831c-4445-bb7f-7d4460e7b433} executeQuery: Code: 676. DB::Exception: Invalid IPv6 value: In scope SELECT CAST('hello', 'IPv6') AS v, toTypeName(v). (CANNOT_PARSE_IPV6) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50624) (comment: 02007_ipv4_and_ipv6_to_and_from_string.sql) (in query: SELECT CAST('hello' as IPv6) as v, toTypeName(v);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. COW::immutable_ptr DB::detail::convertToIPv6<(DB::IPStringToNumExceptionMode)0, DB::ColumnVector, DB::ColumnString>(DB::ColumnString const&, DB::PODArray, 63ul, 64ul> const*) @ 0x0000000031e892f3 5. COW::immutable_ptr DB::convertToIPv6<(DB::IPStringToNumExceptionMode)0, DB::ColumnVector>(COW::immutable_ptr, DB::PODArray, 63ul, 64ul> const*) @ 0x0000000031e81043 6. bool DB::detail::FunctionCast::prepareImpl(std::shared_ptr const&, std::shared_ptr const&, bool) const::'lambda0'(auto const&)::operator()>(auto const&) const::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)::operator()(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) const @ 0x0000000031e7fc14 7. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl const&, std::shared_ptr const&, bool) const::'lambda0'(auto const&)::operator()>(auto const&) const::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031e7f7ee 8. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 9. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 11. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 18:05:27.870716 [ 92808 ] {6ea9e02a-6610-4f74-b190-59016cf97b5d} executeQuery: Code: 42. DB::Exception: Aggregate function cramersVBiasCorrected requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT cramersVBiasCorrected([], [], []);) 2025.03.31 18:05:27.880735 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function cramersVBiasCorrected requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:27.882902 [ 91621 ] {} TCPHandler: Code: 676. DB::Exception: Invalid IPv6 value: In scope SELECT CAST('hello', 'IPv6') AS v, toTypeName(v). (CANNOT_PARSE_IPV6), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. COW::immutable_ptr DB::detail::convertToIPv6<(DB::IPStringToNumExceptionMode)0, DB::ColumnVector, DB::ColumnString>(DB::ColumnString const&, DB::PODArray, 63ul, 64ul> const*) @ 0x0000000031e892f3 5. COW::immutable_ptr DB::convertToIPv6<(DB::IPStringToNumExceptionMode)0, DB::ColumnVector>(COW::immutable_ptr, DB::PODArray, 63ul, 64ul> const*) @ 0x0000000031e81043 6. bool DB::detail::FunctionCast::prepareImpl(std::shared_ptr const&, std::shared_ptr const&, bool) const::'lambda0'(auto const&)::operator()>(auto const&) const::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)::operator()(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) const @ 0x0000000031e7fc14 7. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl const&, std::shared_ptr const&, bool) const::'lambda0'(auto const&)::operator()>(auto const&) const::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031e7f7ee 8. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 9. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 11. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 18:05:27.930438 [ 92808 ] {56a1955a-05ca-4254-b30e-67ae65666456} executeQuery: Code: 42. DB::Exception: Number of arguments for function today doesn't match: passed 3, should be 0: In scope SELECT curdate([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT curdate([], [], []);) 2025.03.31 18:05:27.951325 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function today doesn't match: passed 3, should be 0: In scope SELECT curdate([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:27.987265 [ 92808 ] {35a3030f-6fd1-4a5c-b0e5-1299e4cb06a7} executeQuery: Code: 42. DB::Exception: Number of arguments for function currentDatabase doesn't match: passed 3, should be 0: In scope SELECT currentDatabase([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT currentDatabase([], [], []);) 2025.03.31 18:05:28.008858 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function currentDatabase doesn't match: passed 3, should be 0: In scope SELECT currentDatabase([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:28.049902 [ 92808 ] {df310bbe-9dec-4f2b-bba2-1c62410e9f43} executeQuery: Code: 42. DB::Exception: Number of arguments for function currentProfiles doesn't match: passed 3, should be 0: In scope SELECT currentProfiles([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT currentProfiles([], [], []);) 2025.03.31 18:05:28.061757 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function currentProfiles doesn't match: passed 3, should be 0: In scope SELECT currentProfiles([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:28.121899 [ 92808 ] {7f454275-6c7c-47b3-9dc5-adb2d61f2aa7} executeQuery: Code: 42. DB::Exception: Number of arguments for function currentRoles doesn't match: passed 3, should be 0: In scope SELECT currentRoles([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT currentRoles([], [], []);) 2025.03.31 18:05:28.142983 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function currentRoles doesn't match: passed 3, should be 0: In scope SELECT currentRoles([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:28.176114 [ 92808 ] {8e0ad32b-be04-4dde-b887-fac003845f3b} executeQuery: Code: 42. DB::Exception: Number of arguments for function currentSchemas doesn't match: passed 3, should be 1: In scope SELECT currentSchemas([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT currentSchemas([], [], []);) 2025.03.31 18:05:28.196880 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function currentSchemas doesn't match: passed 3, should be 1: In scope SELECT currentSchemas([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:28.229989 [ 92808 ] {3b8e3412-b0e2-4968-bd87-a2ce007f17df} executeQuery: Code: 42. DB::Exception: Number of arguments for function currentUser doesn't match: passed 3, should be 0: In scope SELECT currentUser([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT currentUser([], [], []);) 2025.03.31 18:05:28.257645 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function currentUser doesn't match: passed 3, should be 0: In scope SELECT currentUser([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:28.304541 [ 92808 ] {4c1dfa19-0f20-45f1-8c47-3cfb061995c2} executeQuery: Code: 42. DB::Exception: Number of arguments for function currentDatabase doesn't match: passed 3, should be 0: In scope SELECT current_database([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT current_database([], [], []);) 2025.03.31 18:05:28.313988 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function currentDatabase doesn't match: passed 3, should be 0: In scope SELECT current_database([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:28.381356 [ 92808 ] {5190098b-112f-4898-a07b-e222a229bd51} executeQuery: Code: 42. DB::Exception: Number of arguments for function today doesn't match: passed 3, should be 0: In scope SELECT current_date([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT current_date([], [], []);) 2025.03.31 18:05:28.394766 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function today doesn't match: passed 3, should be 0: In scope SELECT current_date([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:28.474538 [ 92808 ] {567b50e4-400d-4c8c-91be-7f5a1c11e382} executeQuery: Code: 42. DB::Exception: Number of arguments for function currentSchemas doesn't match: passed 3, should be 1: In scope SELECT current_schemas([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT current_schemas([], [], []);) 2025.03.31 18:05:28.495637 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function currentSchemas doesn't match: passed 3, should be 1: In scope SELECT current_schemas([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:28.541290 [ 92808 ] {8405eb03-59e8-4363-96df-121e92101e89} executeQuery: Code: 42. DB::Exception: Arguments size of function now should be 0 or 1: In scope SELECT current_timestamp([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT current_timestamp([], [], []);) 2025.03.31 18:05:28.576638 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Arguments size of function now should be 0 or 1: In scope SELECT current_timestamp([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:28.642184 [ 92808 ] {206146a4-121f-4e78-bf6d-bbcaf0e6a3cc} executeQuery: Code: 42. DB::Exception: Number of arguments for function currentUser doesn't match: passed 3, should be 0: In scope SELECT current_user([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT current_user([], [], []);) 2025.03.31 18:05:28.670071 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function currentUser doesn't match: passed 3, should be 0: In scope SELECT current_user([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:28.707284 [ 92808 ] {b26f13dd-f68e-4b31-8615-fd9bfb2dc225} executeQuery: Code: 42. DB::Exception: Number of arguments for function cutFragment doesn't match: passed 3, should be 1: In scope SELECT cutFragment([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT cutFragment([], [], []);) 2025.03.31 18:05:28.729030 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function cutFragment doesn't match: passed 3, should be 1: In scope SELECT cutFragment([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:28.767059 [ 92808 ] {5b011b41-d880-4351-a273-c8a3c6869a95} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function cutIPv6, expected FixedString(16): In scope SELECT cutIPv6([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT cutIPv6([], [], []);) 2025.03.31 18:05:28.789039 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function cutIPv6, expected FixedString(16): In scope SELECT cutIPv6([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:28.840251 [ 92808 ] {9b4288b2-b6bc-46b4-bade-f4db66b1ee33} executeQuery: Code: 42. DB::Exception: Number of arguments for function cutQueryString doesn't match: passed 3, should be 1: In scope SELECT cutQueryString([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT cutQueryString([], [], []);) 2025.03.31 18:05:28.862007 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function cutQueryString doesn't match: passed 3, should be 1: In scope SELECT cutQueryString([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:28.911858 [ 92808 ] {1bd75588-761c-474e-96cc-85eb4ade3727} executeQuery: Code: 42. DB::Exception: Number of arguments for function cutQueryStringAndFragment doesn't match: passed 3, should be 1: In scope SELECT cutQueryStringAndFragment([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT cutQueryStringAndFragment([], [], []);) 2025.03.31 18:05:28.933699 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function cutQueryStringAndFragment doesn't match: passed 3, should be 1: In scope SELECT cutQueryStringAndFragment([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:28.987020 [ 92808 ] {0769bca8-3ab7-4502-abcf-455fe8444931} executeQuery: Code: 42. DB::Exception: Number of arguments for function cutToFirstSignificantSubdomain doesn't match: passed 3, should be 1: In scope SELECT cutToFirstSignificantSubdomain([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT cutToFirstSignificantSubdomain([], [], []);) 2025.03.31 18:05:29.007744 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function cutToFirstSignificantSubdomain doesn't match: passed 3, should be 1: In scope SELECT cutToFirstSignificantSubdomain([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:29.044333 [ 92808 ] {36d3a543-6584-4284-bed7-83a5dd9f9941} executeQuery: Code: 42. DB::Exception: Number of arguments for function cutToFirstSignificantSubdomainCustom doesn't match: passed 3, should be 2: In scope SELECT cutToFirstSignificantSubdomainCustom([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT cutToFirstSignificantSubdomainCustom([], [], []);) 2025.03.31 18:05:29.056088 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function cutToFirstSignificantSubdomainCustom doesn't match: passed 3, should be 2: In scope SELECT cutToFirstSignificantSubdomainCustom([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:29.120605 [ 92808 ] {8003959f-dd92-4206-a4b9-db132e0c7877} executeQuery: Code: 42. DB::Exception: Number of arguments for function cutToFirstSignificantSubdomainCustomRFC doesn't match: passed 3, should be 2: In scope SELECT cutToFirstSignificantSubdomainCustomRFC([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT cutToFirstSignificantSubdomainCustomRFC([], [], []);) 2025.03.31 18:05:29.141434 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function cutToFirstSignificantSubdomainCustomRFC doesn't match: passed 3, should be 2: In scope SELECT cutToFirstSignificantSubdomainCustomRFC([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:29.174084 [ 92808 ] {63843a2d-dd97-442b-b441-93bcb22225db} executeQuery: Code: 42. DB::Exception: Number of arguments for function cutToFirstSignificantSubdomainCustomWithWWW doesn't match: passed 3, should be 2: In scope SELECT cutToFirstSignificantSubdomainCustomWithWWW([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT cutToFirstSignificantSubdomainCustomWithWWW([], [], []);) 2025.03.31 18:05:29.199989 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function cutToFirstSignificantSubdomainCustomWithWWW doesn't match: passed 3, should be 2: In scope SELECT cutToFirstSignificantSubdomainCustomWithWWW([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:29.235259 [ 92808 ] {32415876-9698-4d53-9272-cfe5ad3b2533} executeQuery: Code: 42. DB::Exception: Number of arguments for function cutToFirstSignificantSubdomainCustomWithWWWRFC doesn't match: passed 3, should be 2: In scope SELECT cutToFirstSignificantSubdomainCustomWithWWWRFC([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT cutToFirstSignificantSubdomainCustomWithWWWRFC([], [], []);) 2025.03.31 18:05:29.256071 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function cutToFirstSignificantSubdomainCustomWithWWWRFC doesn't match: passed 3, should be 2: In scope SELECT cutToFirstSignificantSubdomainCustomWithWWWRFC([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:29.295789 [ 92808 ] {a0b26ece-34d6-4243-8caa-5707bb5ca688} executeQuery: Code: 42. DB::Exception: Number of arguments for function cutToFirstSignificantSubdomainRFC doesn't match: passed 3, should be 1: In scope SELECT cutToFirstSignificantSubdomainRFC([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT cutToFirstSignificantSubdomainRFC([], [], []);) 2025.03.31 18:05:29.309881 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function cutToFirstSignificantSubdomainRFC doesn't match: passed 3, should be 1: In scope SELECT cutToFirstSignificantSubdomainRFC([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:29.374424 [ 92808 ] {2cb334c9-c9a0-46bf-b501-b6e81cde0421} executeQuery: Code: 42. DB::Exception: Number of arguments for function cutToFirstSignificantSubdomainWithWWW doesn't match: passed 3, should be 1: In scope SELECT cutToFirstSignificantSubdomainWithWWW([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT cutToFirstSignificantSubdomainWithWWW([], [], []);) 2025.03.31 18:05:29.403696 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function cutToFirstSignificantSubdomainWithWWW doesn't match: passed 3, should be 1: In scope SELECT cutToFirstSignificantSubdomainWithWWW([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:29.456767 [ 92808 ] {d6972faf-d5b3-4928-9046-0a4000cdfe0f} executeQuery: Code: 42. DB::Exception: Number of arguments for function cutToFirstSignificantSubdomainWithWWWRFC doesn't match: passed 3, should be 1: In scope SELECT cutToFirstSignificantSubdomainWithWWWRFC([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT cutToFirstSignificantSubdomainWithWWWRFC([], [], []);) 2025.03.31 18:05:29.467825 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function cutToFirstSignificantSubdomainWithWWWRFC doesn't match: passed 3, should be 1: In scope SELECT cutToFirstSignificantSubdomainWithWWWRFC([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:29.509979 [ 92808 ] {244d5fa2-55de-4a2d-ad45-096e2d859ee5} executeQuery: Code: 42. DB::Exception: Number of arguments for function cutURLParameter doesn't match: passed 3, should be 2: In scope SELECT cutURLParameter([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT cutURLParameter([], [], []);) 2025.03.31 18:05:29.529752 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function cutURLParameter doesn't match: passed 3, should be 2: In scope SELECT cutURLParameter([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:29.570005 [ 92808 ] {9a2939ac-c17f-4ce3-b3c6-349a7e0b7c27} executeQuery: Code: 42. DB::Exception: Number of arguments for function cutWWW doesn't match: passed 3, should be 1: In scope SELECT cutWWW([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT cutWWW([], [], []);) 2025.03.31 18:05:29.583956 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function cutWWW doesn't match: passed 3, should be 1: In scope SELECT cutWWW([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:29.635284 [ 92808 ] {6885be26-fac2-4dcf-bc0b-1a1d1bf91368} executeQuery: Code: 42. DB::Exception: Number of arguments for function damerauLevenshteinDistance doesn't match: passed 3, should be 2: In scope SELECT damerauLevenshteinDistance([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT damerauLevenshteinDistance([], [], []);) 2025.03.31 18:05:29.651260 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function damerauLevenshteinDistance doesn't match: passed 3, should be 2: In scope SELECT damerauLevenshteinDistance([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:29.717430 [ 92808 ] {fa10fb52-9f64-4ef9-b232-5e5d076bcbec} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'unit' to function 'dateDiff'. Expected: String, got: Array(Nothing): In scope SELECT dateDiff([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dateDiff([], [], []);) 2025.03.31 18:05:29.741843 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'unit' to function 'dateDiff'. Expected: String, got: Array(Nothing): In scope SELECT dateDiff([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:29.790127 [ 92808 ] {59bc56cf-a106-4db2-89cb-948146b3ef87} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of 1 argument of function dateName. Must be string: In scope SELECT dateName([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dateName([], [], []);) 2025.03.31 18:05:29.808916 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of 1 argument of function dateName. Must be string: In scope SELECT dateName([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:29.856206 [ 92808 ] {ae0c925f-ea12-4c32-ac4f-7c99e18ef2a6} executeQuery: Code: 42. DB::Exception: Number of arguments for function dateTime64ToSnowflake doesn't match: passed 3, should be 1: In scope SELECT dateTime64ToSnowflake([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dateTime64ToSnowflake([], [], []);) 2025.03.31 18:05:29.877299 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dateTime64ToSnowflake doesn't match: passed 3, should be 1: In scope SELECT dateTime64ToSnowflake([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:29.939160 [ 92808 ] {c24a4301-7f0a-44f2-aa3d-eb09e10d7d4e} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'dateTime64ToSnowflakeID'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT dateTime64ToSnowflakeID([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dateTime64ToSnowflakeID([], [], []);) 2025.03.31 18:05:29.963406 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'dateTime64ToSnowflakeID'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT dateTime64ToSnowflakeID([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:30.005643 [ 92808 ] {f88a80f6-cb57-4fc5-afb6-374566828e4b} executeQuery: Code: 42. DB::Exception: Number of arguments for function dateTimeToSnowflake doesn't match: passed 3, should be 1: In scope SELECT dateTimeToSnowflake([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dateTimeToSnowflake([], [], []);) 2025.03.31 18:05:30.020310 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dateTimeToSnowflake doesn't match: passed 3, should be 1: In scope SELECT dateTimeToSnowflake([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:30.063027 [ 92808 ] {663872ce-251c-4af9-a6ba-cba36da76b28} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'dateTimeToSnowflakeID'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT dateTimeToSnowflakeID([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dateTimeToSnowflakeID([], [], []);) 2025.03.31 18:05:30.092611 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'dateTimeToSnowflakeID'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT dateTimeToSnowflakeID([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:30.128962 [ 92808 ] {5ba5afb5-6b6a-47ce-a888-70ba95da22b0} executeQuery: Code: 43. DB::Exception: First argument for function dateTrunc must be constant string: name of datepart: In scope SELECT dateTrunc([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dateTrunc([], [], []);) 2025.03.31 18:05:30.149936 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function dateTrunc must be constant string: name of datepart: In scope SELECT dateTrunc([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:30.187375 [ 92808 ] {27340847-8d99-45fe-abde-4f88c0d205da} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of 1st argument of function toStartOfInterval, expected a Date, Date32, DateTime or DateTime64: In scope SELECT date_bin([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT date_bin([], [], []);) 2025.03.31 18:05:30.207902 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of 1st argument of function toStartOfInterval, expected a Date, Date32, DateTime or DateTime64: In scope SELECT date_bin([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:30.241948 [ 92808 ] {27016ca8-14e8-476e-b2ea-4a4131818fd0} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'unit' to function 'dateDiff'. Expected: String, got: Array(Nothing): In scope SELECT dateDiff([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT date_diff([], [], []);) 2025.03.31 18:05:30.251768 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'unit' to function 'dateDiff'. Expected: String, got: Array(Nothing): In scope SELECT dateDiff([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:30.306352 [ 92808 ] {2d75c321-e3a6-43ef-b70e-fa6511148e44} executeQuery: Code: 42. DB::Exception: Number of arguments for function decodeHTMLComponent doesn't match: passed 3, should be 1: In scope SELECT decodeHTMLComponent([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT decodeHTMLComponent([], [], []);) 2025.03.31 18:05:30.342776 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function decodeHTMLComponent doesn't match: passed 3, should be 1: In scope SELECT decodeHTMLComponent([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:30.384004 [ 92808 ] {07e7d32a-1f12-44f7-9bdf-e39b61e60544} executeQuery: Code: 42. DB::Exception: Number of arguments for function decodeURLComponent doesn't match: passed 3, should be 1: In scope SELECT decodeURLComponent([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT decodeURLComponent([], [], []);) 2025.03.31 18:05:30.405194 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function decodeURLComponent doesn't match: passed 3, should be 1: In scope SELECT decodeURLComponent([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:30.431420 [ 3914 ] {} DynamicQueryHandler: Code: 516. DB::Exception: header_test: Authentication failed: password is incorrect, or there is no user with such name. (AUTHENTICATION_FAILED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./build_docker/./src/Access/AccessControl.cpp:628: DB::AccessControl::authenticate(DB::Credentials const&, Poco::Net::IPAddress const&, String const&) const @ 0x0000000033a4b5ae 4. ./build_docker/./src/Interpreters/Session.cpp:370: DB::Session::authenticate(DB::Credentials const&, Poco::Net::SocketAddress const&, std::vector> const&) @ 0x00000000389fdebf 5. ./build_docker/./src/Server/HTTP/authenticateUserByHTTP.cpp:248: DB::authenticateUserByHTTP(DB::HTTPServerRequest const&, DB::HTMLForm const&, DB::HTTPServerResponse&, DB::Session&, std::unique_ptr>&, DB::HTTPHandlerConnectionConfig const&, std::shared_ptr, std::shared_ptr) @ 0x000000003f4c46f2 6. ./build_docker/./src/Server/HTTPHandler.cpp:213: DB::HTTPHandler::authenticateUser(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&) @ 0x000000003f269073 7. ./build_docker/./src/Server/HTTPHandler.cpp:229: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f26a02e 8. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 9. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:05:30.439898 [ 92808 ] {95bfde91-7c16-410d-a99a-f2d39397f439} executeQuery: Code: 42. DB::Exception: Number of arguments for function decodeURLFormComponent doesn't match: passed 3, should be 1: In scope SELECT decodeURLFormComponent([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT decodeURLFormComponent([], [], []);) 2025.03.31 18:05:30.460265 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function decodeURLFormComponent doesn't match: passed 3, should be 1: In scope SELECT decodeURLFormComponent([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:30.505350 [ 92808 ] {17fb67a3-4d56-421a-8684-abde210da231} executeQuery: Code: 42. DB::Exception: Number of arguments for function decodeXMLComponent doesn't match: passed 3, should be 1: In scope SELECT decodeXMLComponent([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT decodeXMLComponent([], [], []);) 2025.03.31 18:05:30.526067 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function decodeXMLComponent doesn't match: passed 3, should be 1: In scope SELECT decodeXMLComponent([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:30.568433 [ 92808 ] {c10cae8b-0ffa-4060-95d6-3a84670bb138} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'mode' to function 'decrypt'. Expected: decryption mode string, got: Array(Nothing): In scope SELECT decrypt([], '[HIDDEN]'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT decrypt([], '[HIDDEN]')) 2025.03.31 18:05:30.603255 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'mode' to function 'decrypt'. Expected: decryption mode string, got: Array(Nothing): In scope SELECT decrypt([], '[HIDDEN]'). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:30.634766 [ 92808 ] {1596361e-b960-428a-9a4f-e7cda1407afe} executeQuery: Code: 42. DB::Exception: Number of arguments for function defaultProfiles doesn't match: passed 3, should be 0: In scope SELECT defaultProfiles([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT defaultProfiles([], [], []);) 2025.03.31 18:05:30.665559 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function defaultProfiles doesn't match: passed 3, should be 0: In scope SELECT defaultProfiles([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:30.698638 [ 92808 ] {dfcee002-51cb-4b89-95e9-7d7293e631e9} executeQuery: Code: 42. DB::Exception: Number of arguments for function defaultRoles doesn't match: passed 3, should be 0: In scope SELECT defaultRoles([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT defaultRoles([], [], []);) 2025.03.31 18:05:30.712632 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function defaultRoles doesn't match: passed 3, should be 0: In scope SELECT defaultRoles([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:30.752695 [ 92808 ] {d467afc1-8e1c-4c54-91e6-02f865b5bcc9} executeQuery: Code: 42. DB::Exception: Number of arguments for function defaultValueOfArgumentType doesn't match: passed 3, should be 1: In scope SELECT defaultValueOfArgumentType([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT defaultValueOfArgumentType([], [], []);) 2025.03.31 18:05:30.762799 [ 92570 ] {test_00601_test_1a9u9pm2} executeQuery: Code: 394. DB::Exception: Query was cancelled. (QUERY_WAS_CANCELLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:58780) (comment: 00601_kill_running_query.sh) (in query: SELECT sum(ignore(*)) FROM (SELECT number % 1000 AS k, groupArray(number) FROM numbers(50000000) GROUP BY k) SETTINGS max_rows_to_read = 0), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/ProcessList.cpp:560: DB::QueryStatus::throwQueryWasCancelled() const @ 0x0000000038971ab9 5. ./build_docker/./src/Interpreters/ProcessList.cpp:513: DB::QueryStatus::throwProperExceptionIfNeeded(unsigned long const&, unsigned long const&) @ 0x00000000389717d8 6. ./build_docker/./src/Interpreters/ProcessList.cpp:550: DB::QueryStatus::checkTimeLimit() @ 0x0000000038972c83 7. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:200: DB::PipelineExecutor::finalizeExecution() @ 0x000000003f717f87 8. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:147: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7177f7 9. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:112: DB::CompletedPipelineExecutor::execute() @ 0x000000003f7140d3 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1798: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003928176b 11. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 12. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 13. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:05:30.781867 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function defaultValueOfArgumentType doesn't match: passed 3, should be 1: In scope SELECT defaultValueOfArgumentType([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:30.788129 [ 92570 ] {test_00601_test_1a9u9pm2} DynamicQueryHandler: Code: 394. DB::Exception: Query was cancelled. (QUERY_WAS_CANCELLED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/ProcessList.cpp:560: DB::QueryStatus::throwQueryWasCancelled() const @ 0x0000000038971ab9 5. ./build_docker/./src/Interpreters/ProcessList.cpp:513: DB::QueryStatus::throwProperExceptionIfNeeded(unsigned long const&, unsigned long const&) @ 0x00000000389717d8 6. ./build_docker/./src/Interpreters/ProcessList.cpp:550: DB::QueryStatus::checkTimeLimit() @ 0x0000000038972c83 7. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:200: DB::PipelineExecutor::finalizeExecution() @ 0x000000003f717f87 8. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:147: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7177f7 9. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:112: DB::CompletedPipelineExecutor::execute() @ 0x000000003f7140d3 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1798: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003928176b 11. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 12. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 13. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:05:30.826895 [ 92808 ] {bb86619b-5275-489f-882e-f651a0e87021} executeQuery: Code: 42. DB::Exception: Number of arguments for function defaultValueOfTypeName doesn't match: passed 3, should be 1: In scope SELECT defaultValueOfTypeName([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT defaultValueOfTypeName([], [], []);) 2025.03.31 18:05:30.847786 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function defaultValueOfTypeName doesn't match: passed 3, should be 1: In scope SELECT defaultValueOfTypeName([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:30.881551 [ 92808 ] {cded8656-ed22-4524-aa8f-30550a0710c6} executeQuery: Code: 42. DB::Exception: Number of arguments for function degrees doesn't match: passed 3, should be 1: In scope SELECT degrees([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT degrees([], [], []);) 2025.03.31 18:05:30.902264 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function degrees doesn't match: passed 3, should be 1: In scope SELECT degrees([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:30.938001 [ 92808 ] {79d70deb-793c-43dd-ad96-e5a8e95d1a4d} executeQuery: Code: 42. DB::Exception: Incorrect number of arguments for aggregate function deltaSum. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT deltaSum([], [], []);) 2025.03.31 18:05:30.970796 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Incorrect number of arguments for aggregate function deltaSum. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:30.973085 [ 93343 ] {} DynamicQueryHandler: Code: 516. DB::Exception: Got an empty user name from X-ClickHouse HTTP headers. (AUTHENTICATION_FAILED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception>&>(int, FormatStringHelperImpl>&>::type>, std::basic_string_view>&) @ 0x0000000011f6da0a 4. ./build_docker/./src/Server/HTTP/authenticateUserByHTTP.cpp:47: DB::authenticateUserByHTTP(DB::HTTPServerRequest const&, DB::HTMLForm const&, DB::HTTPServerResponse&, DB::Session&, std::unique_ptr>&, DB::HTTPHandlerConnectionConfig const&, std::shared_ptr, std::shared_ptr) @ 0x000000003f4c589b 5. ./build_docker/./src/Server/HTTPHandler.cpp:213: DB::HTTPHandler::authenticateUser(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&) @ 0x000000003f269073 6. ./build_docker/./src/Server/HTTPHandler.cpp:229: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f26a02e 7. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 8. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:05:31.007066 [ 92808 ] {667d85ad-aa59-4711-bcf1-db3a14971ee2} executeQuery: Code: 42. DB::Exception: Aggregate function deltaSumTimestamp requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT deltaSumTimestamp([], [], []);) 2025.03.31 18:05:31.015997 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function deltaSumTimestamp requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:31.061110 [ 92808 ] {21a07005-f0b2-4aa9-9b4c-349667c83b15} executeQuery: Code: 42. DB::Exception: Number of arguments for function demangle doesn't match: passed 3, should be 1: In scope SELECT demangle([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT demangle([], [], []);) 2025.03.31 18:05:31.074019 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function demangle doesn't match: passed 3, should be 1: In scope SELECT demangle([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:31.174161 [ 92808 ] {1f3baa83-66f6-48f7-87df-2901155ce05b} executeQuery: Code: 36. DB::Exception: The function 'denseRank' can only be used as a window function, not as an aggregate function: While executing AggregatingTransform. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT denseRank([], [], []);) 2025.03.31 18:05:31.206426 [ 92808 ] {} TCPHandler: Code: 36. DB::Exception: The function 'denseRank' can only be used as a window function, not as an aggregate function: While executing AggregatingTransform. (BAD_ARGUMENTS) 2025.03.31 18:05:31.300492 [ 92808 ] {73f1ded5-82a1-4a33-a8ab-19c1ec03bee4} executeQuery: Code: 36. DB::Exception: The function 'denseRank' can only be used as a window function, not as an aggregate function: While executing AggregatingTransform. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dense_rank([], [], []);) 2025.03.31 18:05:31.342373 [ 92808 ] {} TCPHandler: Code: 36. DB::Exception: The function 'denseRank' can only be used as a window function, not as an aggregate function: While executing AggregatingTransform. (BAD_ARGUMENTS) 2025.03.31 18:05:31.382454 [ 92808 ] {87078400-7400-4cd8-a3db-570bc64b6470} executeQuery: Code: 344. DB::Exception: Natural language processing function 'detectCharset' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT detectCharset([], [], []);) 2025.03.31 18:05:31.404019 [ 92808 ] {} TCPHandler: Code: 344. DB::Exception: Natural language processing function 'detectCharset' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) 2025.03.31 18:05:31.441011 [ 92808 ] {1fee8423-2b64-466d-8f77-d7bde2b32085} executeQuery: Code: 344. DB::Exception: Natural language processing function 'detectLanguage' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT detectLanguage([], [], []);) 2025.03.31 18:05:31.462197 [ 92808 ] {} TCPHandler: Code: 344. DB::Exception: Natural language processing function 'detectLanguage' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) 2025.03.31 18:05:31.510391 [ 92808 ] {71c830b8-8988-4167-9640-f090b9947bf9} executeQuery: Code: 344. DB::Exception: Natural language processing function 'detectLanguageMixed' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT detectLanguageMixed([], [], []);) 2025.03.31 18:05:31.537954 [ 92808 ] {} TCPHandler: Code: 344. DB::Exception: Natural language processing function 'detectLanguageMixed' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) 2025.03.31 18:05:31.572601 [ 92808 ] {2553bae7-8f2c-4ce1-a9a0-e2745c6362e0} executeQuery: Code: 344. DB::Exception: Natural language processing function 'detectLanguageUnknown' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT detectLanguageUnknown([], [], []);) 2025.03.31 18:05:31.593151 [ 92808 ] {} TCPHandler: Code: 344. DB::Exception: Natural language processing function 'detectLanguageUnknown' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) 2025.03.31 18:05:31.626888 [ 92808 ] {6b408561-3d23-4cf6-b767-aceebb92b839} executeQuery: Code: 344. DB::Exception: Natural language processing function 'detectProgrammingLanguage' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT detectProgrammingLanguage([], [], []);) 2025.03.31 18:05:31.637431 [ 92808 ] {} TCPHandler: Code: 344. DB::Exception: Natural language processing function 'detectProgrammingLanguage' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) 2025.03.31 18:05:31.681645 [ 92808 ] {7837e962-70da-42b5-bc56-349b734febb2} executeQuery: Code: 344. DB::Exception: Natural language processing function 'detectTonality' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT detectTonality([], [], []);) 2025.03.31 18:05:31.697000 [ 92808 ] {} TCPHandler: Code: 344. DB::Exception: Natural language processing function 'detectTonality' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) 2025.03.31 18:05:31.747833 [ 92808 ] {c3895875-1951-461d-8818-4e14968a6bba} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGet, expected a const string.: In scope SELECT dictGet([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dictGet([], [], []);) 2025.03.31 18:05:31.767876 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGet, expected a const string.: In scope SELECT dictGet([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:31.852149 [ 92808 ] {a2d7a0b0-2c8a-408c-b5a5-74088f35395e} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGetAll, expected a const string.: In scope SELECT dictGetAll([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dictGetAll([], [], []);) 2025.03.31 18:05:31.872939 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGetAll, expected a const string.: In scope SELECT dictGetAll([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:31.959217 [ 92808 ] {b8a6b617-34af-4835-8199-bd7f86c3cd9e} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetChildren doesn't match: passed 3, should be 2: In scope SELECT dictGetChildren([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dictGetChildren([], [], []);) 2025.03.31 18:05:31.995009 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetChildren doesn't match: passed 3, should be 2: In scope SELECT dictGetChildren([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:32.042609 [ 92808 ] {ffc55685-f942-4eed-ba04-b6ba87221f68} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGet, expected a const string.: In scope SELECT dictGetDate([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dictGetDate([], [], []);) 2025.03.31 18:05:32.063520 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGet, expected a const string.: In scope SELECT dictGetDate([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:32.100105 [ 92808 ] {d17afdd4-45a3-46f4-8f52-ad19cf179fa1} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGetOrDefault, expected a const string.: In scope SELECT dictGetDateOrDefault([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dictGetDateOrDefault([], [], []);) 2025.03.31 18:05:32.123759 [ 92275 ] {} DynamicQueryHandler: Code: 81. DB::Exception: Database header_test does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:529: DB::DatabaseCatalog::assertDatabaseExists(String const&) const @ 0x0000000036885e54 5. ./build_docker/./src/Interpreters/Context.cpp:2658: DB::Context::setCurrentDatabase(String const&) @ 0x000000003654110f 6. ./build_docker/./src/Server/HTTPHandler.cpp:393: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f271f12 7. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 8. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:05:32.128506 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGetOrDefault, expected a const string.: In scope SELECT dictGetDateOrDefault([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:32.186711 [ 92570 ] {23675a6e-bcb9-49e7-9ccd-fce37bc5c6f9} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -138: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:36160) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-138, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:32.187476 [ 92808 ] {b60e8798-b825-4b96-8a12-97f50312c017} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGet, expected a const string.: In scope SELECT dictGetDateTime([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dictGetDateTime([], [], []);) 2025.03.31 18:05:32.208581 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGet, expected a const string.: In scope SELECT dictGetDateTime([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:32.222953 [ 92570 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -138: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:32.249182 [ 92808 ] {a258ae98-4894-4213-8cb9-50e7038cac75} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGetOrDefault, expected a const string.: In scope SELECT dictGetDateTimeOrDefault([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dictGetDateTimeOrDefault([], [], []);) 2025.03.31 18:05:32.261271 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGetOrDefault, expected a const string.: In scope SELECT dictGetDateTimeOrDefault([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:32.307313 [ 92808 ] {e2b2dbab-bf06-4982-8b05-e84ed13117a8} executeQuery: Code: 43. DB::Exception: Illegal type of first argument of function dictGetDescendants. Expected const String. Actual type Array(Nothing): In scope SELECT dictGetDescendants([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dictGetDescendants([], [], []);) 2025.03.31 18:05:32.322272 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type of first argument of function dictGetDescendants. Expected const String. Actual type Array(Nothing): In scope SELECT dictGetDescendants([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:32.402475 [ 92808 ] {b840c4d5-686d-45dd-acb0-e16c715513ce} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGet, expected a const string.: In scope SELECT dictGetFloat32([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dictGetFloat32([], [], []);) 2025.03.31 18:05:32.407876 [ 92831 ] {57927bfe-376f-4265-8bb6-cce78facf197} executeQuery: Code: 43. DB::Exception: Illegal type String of argument for aggregate function sumCount. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:36016) (comment: 02119_sumcount.sql) (in query: -- Other types SELECT toTypeName(sumCount(v)), sumCount(v) FROM (SELECT 'a'::String AS v);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String const&) @ 0x000000000a012e2d 4. ./build_docker/./src/AggregateFunctions/AggregateFunctionSumCount.cpp:88: DB::(anonymous namespace)::createAggregateFunctionSumCount(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x0000000024df7ef3 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:05:32.415571 [ 92831 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of argument for aggregate function sumCount. (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String const&) @ 0x000000000a012e2d 4. ./build_docker/./src/AggregateFunctions/AggregateFunctionSumCount.cpp:88: DB::(anonymous namespace)::createAggregateFunctionSumCount(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x0000000024df7ef3 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:05:32.426709 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGet, expected a const string.: In scope SELECT dictGetFloat32([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:32.476167 [ 92831 ] {35a46773-de2b-4ddd-a6e8-9cf88da097a2} executeQuery: Code: 43. DB::Exception: Illegal type DateTime of argument for aggregate function sumCount. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:36016) (comment: 02119_sumcount.sql) (in query: SELECT toTypeName(sumCount(v)), sumCount(v) FROM (SELECT now()::DateTime AS v);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String const&) @ 0x000000000a012e2d 4. ./build_docker/./src/AggregateFunctions/AggregateFunctionSumCount.cpp:88: DB::(anonymous namespace)::createAggregateFunctionSumCount(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x0000000024df7ef3 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:05:32.481261 [ 92808 ] {6c41fe57-a571-40b9-b173-1706c0f590c4} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGetOrDefault, expected a const string.: In scope SELECT dictGetFloat32OrDefault([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dictGetFloat32OrDefault([], [], []);) 2025.03.31 18:05:32.484654 [ 92831 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type DateTime of argument for aggregate function sumCount. (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String const&) @ 0x000000000a012e2d 4. ./build_docker/./src/AggregateFunctions/AggregateFunctionSumCount.cpp:88: DB::(anonymous namespace)::createAggregateFunctionSumCount(String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x0000000024df7ef3 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002132c0c3 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 7. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3322: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d93866 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:05:32.492633 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGetOrDefault, expected a const string.: In scope SELECT dictGetFloat32OrDefault([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:32.552774 [ 92808 ] {4f46337c-a653-4d41-831a-94162a9e3981} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGet, expected a const string.: In scope SELECT dictGetFloat64([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dictGetFloat64([], [], []);) 2025.03.31 18:05:32.561887 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGet, expected a const string.: In scope SELECT dictGetFloat64([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:32.611315 [ 92808 ] {9d178a31-43c9-47dd-8204-ebc9a5ddfe0a} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGetOrDefault, expected a const string.: In scope SELECT dictGetFloat64OrDefault([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dictGetFloat64OrDefault([], [], []);) 2025.03.31 18:05:32.631635 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGetOrDefault, expected a const string.: In scope SELECT dictGetFloat64OrDefault([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:32.664946 [ 92808 ] {a97af809-a70e-4f2b-ab7e-aced76b9269b} executeQuery: Code: 42. DB::Exception: Number of arguments for function dictGetHierarchy doesn't match: passed 3, should be 2: In scope SELECT dictGetHierarchy([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dictGetHierarchy([], [], []);) 2025.03.31 18:05:32.688210 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dictGetHierarchy doesn't match: passed 3, should be 2: In scope SELECT dictGetHierarchy([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:32.727465 [ 92808 ] {e3008418-73c6-485e-aca8-edaaa48bf477} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGet, expected a const string.: In scope SELECT dictGetIPv4([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dictGetIPv4([], [], []);) 2025.03.31 18:05:32.736425 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGet, expected a const string.: In scope SELECT dictGetIPv4([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:32.783343 [ 92808 ] {e925fc16-0c4f-452a-930f-77d8dbb932a0} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGetOrDefault, expected a const string.: In scope SELECT dictGetIPv4OrDefault([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dictGetIPv4OrDefault([], [], []);) 2025.03.31 18:05:32.789694 [ 71985 ] {cbdfd813-42c5-4586-a9c5-27807ad60332} executeQuery: Code: 73. DB::Exception: Unknown format header_test. (UNKNOWN_FORMAT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:58862) (comment: 01399_http_request_headers.sh) (in query: SELECT 1), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Formats/FormatFactory.cpp:74: DB::FormatFactory::getCreators(String const&) const @ 0x000000003f4d6251 5. ./build_docker/./src/Formats/FormatFactory.cpp:535: DB::FormatFactory::getOutputFormatParallelIfPossible(String const&, DB::WriteBuffer&, DB::Block const&, std::shared_ptr const&, std::optional const&) const @ 0x000000003f4e469e 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1754: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x0000000039280299 7. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 8. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 9. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 18:05:32.804090 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGetOrDefault, expected a const string.: In scope SELECT dictGetIPv4OrDefault([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:32.847999 [ 92808 ] {a7226fac-7f22-4036-ab15-c3afc3c2516e} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGet, expected a const string.: In scope SELECT dictGetIPv6([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dictGetIPv6([], [], []);) 2025.03.31 18:05:32.860879 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGet, expected a const string.: In scope SELECT dictGetIPv6([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:32.900315 [ 92808 ] {6fc0cc99-2a23-4f9b-a704-0eb55c470975} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGetOrDefault, expected a const string.: In scope SELECT dictGetIPv6OrDefault([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dictGetIPv6OrDefault([], [], []);) 2025.03.31 18:05:32.920678 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGetOrDefault, expected a const string.: In scope SELECT dictGetIPv6OrDefault([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:32.961293 [ 92808 ] {e54f45be-5c71-42bb-abc6-54dc7a380910} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGet, expected a const string.: In scope SELECT dictGetInt16([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dictGetInt16([], [], []);) 2025.03.31 18:05:32.974822 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGet, expected a const string.: In scope SELECT dictGetInt16([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:33.012277 [ 92808 ] {59505712-9c54-4771-be70-0dc872fc85bf} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGetOrDefault, expected a const string.: In scope SELECT dictGetInt16OrDefault([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dictGetInt16OrDefault([], [], []);) 2025.03.31 18:05:33.029304 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGetOrDefault, expected a const string.: In scope SELECT dictGetInt16OrDefault([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:33.063700 [ 92808 ] {d9025209-08c9-4184-a557-86968b67421e} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGet, expected a const string.: In scope SELECT dictGetInt32([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dictGetInt32([], [], []);) 2025.03.31 18:05:33.083280 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGet, expected a const string.: In scope SELECT dictGetInt32([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:33.124934 [ 92808 ] {8056a877-267d-49bd-a1db-d9dbe9a9414f} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGetOrDefault, expected a const string.: In scope SELECT dictGetInt32OrDefault([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dictGetInt32OrDefault([], [], []);) 2025.03.31 18:05:33.137603 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGetOrDefault, expected a const string.: In scope SELECT dictGetInt32OrDefault([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:33.182959 [ 92808 ] {d35063c5-151f-4c67-8fc2-4569b67a2fb4} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGet, expected a const string.: In scope SELECT dictGetInt64([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dictGetInt64([], [], []);) 2025.03.31 18:05:33.203486 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGet, expected a const string.: In scope SELECT dictGetInt64([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:33.246428 [ 92808 ] {ba49c46f-c1c5-43f3-8f92-f19b33c1a2fb} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGetOrDefault, expected a const string.: In scope SELECT dictGetInt64OrDefault([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dictGetInt64OrDefault([], [], []);) 2025.03.31 18:05:33.257165 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGetOrDefault, expected a const string.: In scope SELECT dictGetInt64OrDefault([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:33.305342 [ 92808 ] {5298edf5-b921-4df1-a6a1-cbe056cb85c1} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGet, expected a const string.: In scope SELECT dictGetInt8([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dictGetInt8([], [], []);) 2025.03.31 18:05:33.314689 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGet, expected a const string.: In scope SELECT dictGetInt8([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:33.375983 [ 92808 ] {98b65d9d-a01d-4dab-ad59-f040db1b161a} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGetOrDefault, expected a const string.: In scope SELECT dictGetInt8OrDefault([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dictGetInt8OrDefault([], [], []);) 2025.03.31 18:05:33.397361 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGetOrDefault, expected a const string.: In scope SELECT dictGetInt8OrDefault([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:33.432941 [ 92808 ] {be68f69e-157d-44e0-a458-2665e7e88dc2} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGetOrDefault, expected a const string.: In scope SELECT dictGetOrDefault([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dictGetOrDefault([], [], []);) 2025.03.31 18:05:33.446972 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGetOrDefault, expected a const string.: In scope SELECT dictGetOrDefault([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:33.481597 [ 71985 ] {cbdfd813-42c5-4586-a9c5-27807ad60332} executeQuery: Code: 73. DB::Exception: Unknown format header_test. (UNKNOWN_FORMAT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Formats/FormatFactory.cpp:74: DB::FormatFactory::getCreators(String const&) const @ 0x000000003f4d6251 5. ./build_docker/./src/Formats/FormatFactory.cpp:573: DB::FormatFactory::getOutputFormat(String const&, DB::WriteBuffer&, DB::Block const&, std::shared_ptr const&, std::optional const&) const @ 0x000000003f4e6aec 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1635: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>)::$_1::operator()() const @ 0x000000003928bc10 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1814: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x0000000039283f86 8. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 9. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 10. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:05:33.486670 [ 71985 ] {cbdfd813-42c5-4586-a9c5-27807ad60332} DynamicQueryHandler: Code: 73. DB::Exception: Unknown format header_test. (UNKNOWN_FORMAT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Formats/FormatFactory.cpp:74: DB::FormatFactory::getCreators(String const&) const @ 0x000000003f4d6251 5. ./build_docker/./src/Formats/FormatFactory.cpp:535: DB::FormatFactory::getOutputFormatParallelIfPossible(String const&, DB::WriteBuffer&, DB::Block const&, std::shared_ptr const&, std::optional const&) const @ 0x000000003f4e469e 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1754: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x0000000039280299 7. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 8. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 9. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:05:33.510195 [ 92808 ] {6feb42ea-3e12-48ef-a34e-2919fcfc5060} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGet, expected a const string.: In scope SELECT dictGetOrNull([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dictGetOrNull([], [], []);) 2025.03.31 18:05:33.537784 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGet, expected a const string.: In scope SELECT dictGetOrNull([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:33.604878 [ 92808 ] {0d027d45-3bf5-4dba-be9e-276b00f27e05} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGet, expected a const string.: In scope SELECT dictGetString([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dictGetString([], [], []);) 2025.03.31 18:05:33.620615 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGet, expected a const string.: In scope SELECT dictGetString([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:33.709362 [ 92808 ] {711c5362-ebda-444f-ac08-421ad69e2d83} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGetOrDefault, expected a const string.: In scope SELECT dictGetStringOrDefault([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dictGetStringOrDefault([], [], []);) 2025.03.31 18:05:33.737652 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGetOrDefault, expected a const string.: In scope SELECT dictGetStringOrDefault([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:33.784149 [ 71978 ] {dc72cced-45fb-4e01-a81c-959f45af2bd9} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 141, m = 2. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:36296) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (141, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:33.830839 [ 92808 ] {f94fa7d6-ed4c-48b1-be99-96576725a7ce} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGet, expected a const string.: In scope SELECT dictGetUInt16([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dictGetUInt16([], [], []);) 2025.03.31 18:05:33.834587 [ 71978 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 141, m = 2. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:33.854604 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGet, expected a const string.: In scope SELECT dictGetUInt16([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:33.905178 [ 92808 ] {cbd83c66-1f95-4359-89fb-2068ba0f1c43} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGetOrDefault, expected a const string.: In scope SELECT dictGetUInt16OrDefault([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dictGetUInt16OrDefault([], [], []);) 2025.03.31 18:05:33.922678 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGetOrDefault, expected a const string.: In scope SELECT dictGetUInt16OrDefault([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:34.005567 [ 92808 ] {81e7bfa5-3bd9-4fc5-920c-adad0eca175a} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGet, expected a const string.: In scope SELECT dictGetUInt32([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dictGetUInt32([], [], []);) 2025.03.31 18:05:34.026950 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGet, expected a const string.: In scope SELECT dictGetUInt32([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:34.084195 [ 92808 ] {aea1df3b-9735-45e7-8b8e-1e0cc818779f} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGetOrDefault, expected a const string.: In scope SELECT dictGetUInt32OrDefault([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dictGetUInt32OrDefault([], [], []);) 2025.03.31 18:05:34.097087 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGetOrDefault, expected a const string.: In scope SELECT dictGetUInt32OrDefault([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:34.160657 [ 92808 ] {5d52d3a3-deb1-43e2-9e34-b23d2004b266} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGet, expected a const string.: In scope SELECT dictGetUInt64([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dictGetUInt64([], [], []);) 2025.03.31 18:05:34.186179 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGet, expected a const string.: In scope SELECT dictGetUInt64([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:34.227103 [ 92808 ] {ace53f92-0114-45b8-88d6-661bee886372} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGetOrDefault, expected a const string.: In scope SELECT dictGetUInt64OrDefault([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dictGetUInt64OrDefault([], [], []);) 2025.03.31 18:05:34.248896 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGetOrDefault, expected a const string.: In scope SELECT dictGetUInt64OrDefault([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:34.289439 [ 92808 ] {ccc79664-5174-45a3-b6b7-b2d5ed1c1880} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGet, expected a const string.: In scope SELECT dictGetUInt8([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dictGetUInt8([], [], []);) 2025.03.31 18:05:34.310188 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGet, expected a const string.: In scope SELECT dictGetUInt8([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:34.357952 [ 92808 ] {55db4b3d-4f31-4985-858a-5ee2c3ece99a} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGetOrDefault, expected a const string.: In scope SELECT dictGetUInt8OrDefault([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dictGetUInt8OrDefault([], [], []);) 2025.03.31 18:05:34.377675 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGetOrDefault, expected a const string.: In scope SELECT dictGetUInt8OrDefault([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:34.461288 [ 92808 ] {5b2b06ad-ae14-41d2-8515-db5908d7986c} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGet, expected a const string.: In scope SELECT dictGetUUID([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dictGetUUID([], [], []);) 2025.03.31 18:05:34.483869 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGet, expected a const string.: In scope SELECT dictGetUUID([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:34.546121 [ 92808 ] {81bc8df9-96e1-4ddf-b7c2-0c972f2efd5e} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGetOrDefault, expected a const string.: In scope SELECT dictGetUUIDOrDefault([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dictGetUUIDOrDefault([], [], []);) 2025.03.31 18:05:34.578758 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictGetOrDefault, expected a const string.: In scope SELECT dictGetUUIDOrDefault([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:34.618880 [ 92808 ] {fac637d1-ac4b-4013-b2e5-cbddf40dbe83} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictHas, expected a string: In scope SELECT dictHas([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dictHas([], [], []);) 2025.03.31 18:05:34.659829 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function dictHas, expected a string: In scope SELECT dictHas([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:34.733765 [ 92808 ] {be398388-1796-4267-a80c-fd2c854af214} executeQuery: Code: 43. DB::Exception: Illegal type of first argument of function dictIsIn. Expected String. Actual type Array(Nothing): In scope SELECT dictIsIn([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dictIsIn([], [], []);) 2025.03.31 18:05:34.759662 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type of first argument of function dictIsIn. Expected String. Actual type Array(Nothing): In scope SELECT dictIsIn([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:34.803970 [ 92808 ] {429c77fb-8fd7-4e76-94ac-395fcf9c7485} executeQuery: Code: 42. DB::Exception: Number of arguments for function displayName doesn't match: passed 3, should be 0: In scope SELECT displayName([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT displayName([], [], []);) 2025.03.31 18:05:34.826907 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function displayName doesn't match: passed 3, should be 0: In scope SELECT displayName([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:34.884239 [ 92808 ] {d82d97cf-b320-41c4-af7f-16b4b4839e11} executeQuery: Code: 42. DB::Exception: Number of arguments for function L1Distance doesn't match: passed 3, should be 2: In scope SELECT distanceL1([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT distanceL1([], [], []);) 2025.03.31 18:05:34.900509 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function L1Distance doesn't match: passed 3, should be 2: In scope SELECT distanceL1([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:34.943511 [ 92808 ] {a4d46daa-b993-4907-badc-50f1eb61459f} executeQuery: Code: 42. DB::Exception: Number of arguments for function L2Distance doesn't match: passed 3, should be 2: In scope SELECT distanceL2([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT distanceL2([], [], []);) 2025.03.31 18:05:34.964696 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function L2Distance doesn't match: passed 3, should be 2: In scope SELECT distanceL2([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:35.014232 [ 92808 ] {f58d7855-2ca8-4aca-854c-cc9376431a22} executeQuery: Code: 42. DB::Exception: Number of arguments for function L2SquaredDistance doesn't match: passed 3, should be 2: In scope SELECT distanceL2Squared([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT distanceL2Squared([], [], []);) 2025.03.31 18:05:35.035518 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function L2SquaredDistance doesn't match: passed 3, should be 2: In scope SELECT distanceL2Squared([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:35.074960 [ 92808 ] {16339aec-3126-412e-aeaa-61ae790fc8d7} executeQuery: Code: 42. DB::Exception: Number of arguments for function LinfDistance doesn't match: passed 3, should be 2: In scope SELECT distanceLinf([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT distanceLinf([], [], []);) 2025.03.31 18:05:35.088405 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function LinfDistance doesn't match: passed 3, should be 2: In scope SELECT distanceLinf([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:35.128871 [ 92808 ] {45a9fda9-048c-4e87-9212-4fe0f783daeb} executeQuery: Code: 43. DB::Exception: Arguments of function arrayLpDistance has nested type Nothing. Supported types: UInt8, UInt16, UInt32, UInt64, Int8, Int16, Int32, Int64, BFloat16, Float32, Float64.: In scope SELECT distanceLp([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT distanceLp([], [], []);) 2025.03.31 18:05:35.142801 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Arguments of function arrayLpDistance has nested type Nothing. Supported types: UInt8, UInt16, UInt32, UInt64, Int8, Int16, Int32, Int64, BFloat16, Float32, Float64.: In scope SELECT distanceLp([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:35.195020 [ 92808 ] {23ba2d37-a961-40b9-9ee7-4db323b1ddba} executeQuery: Code: 42. DB::Exception: Incorrect number of arguments for aggregate function distinctDynamicTypes. Expected single argument with type Dynamic, got 3 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT distinctDynamicTypes([], [], []);) 2025.03.31 18:05:35.214684 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Incorrect number of arguments for aggregate function distinctDynamicTypes. Expected single argument with type Dynamic, got 3 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:35.288445 [ 92808 ] {3d9bd6ef-348a-4e7f-918d-d70417599a74} executeQuery: Code: 42. DB::Exception: Incorrect number of arguments for aggregate function distinctJSONPaths. Expected single argument with type JSON, got 3 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT distinctJSONPaths([], [], []);) 2025.03.31 18:05:35.310408 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Incorrect number of arguments for aggregate function distinctJSONPaths. Expected single argument with type JSON, got 3 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:35.354560 [ 92808 ] {777f4a09-8765-407b-8bd8-1be032e71a48} executeQuery: Code: 42. DB::Exception: Incorrect number of arguments for aggregate function distinctJSONPathsAndTypes. Expected single argument with type JSON, got 3 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT distinctJSONPathsAndTypes([], [], []);) 2025.03.31 18:05:35.379131 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Incorrect number of arguments for aggregate function distinctJSONPathsAndTypes. Expected single argument with type JSON, got 3 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:35.422584 [ 92808 ] {9582384d-7b0a-4c79-b2b0-0070791fadca} executeQuery: Code: 42. DB::Exception: Number of arguments for function divide doesn't match: passed 3, should be 2: In scope SELECT divide([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT divide([], [], []);) 2025.03.31 18:05:35.442741 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function divide doesn't match: passed 3, should be 2: In scope SELECT divide([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:35.528151 [ 92808 ] {e238077d-57c7-459e-9065-9f1deb103155} executeQuery: Code: 43. DB::Exception: Arguments for divideDecimal function must be Decimal: In scope SELECT divideDecimal([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT divideDecimal([], [], []);) 2025.03.31 18:05:35.557462 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Arguments for divideDecimal function must be Decimal: In scope SELECT divideDecimal([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:35.610153 [ 92808 ] {e9c72d82-3b20-4e71-88b4-2a6358a9bcf0} executeQuery: Code: 42. DB::Exception: Number of arguments for function domain doesn't match: passed 3, should be 1: In scope SELECT domain([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT domain([], [], []);) 2025.03.31 18:05:35.645488 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function domain doesn't match: passed 3, should be 1: In scope SELECT domain([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:35.683496 [ 92808 ] {d1fa58fe-fa5e-4aea-b289-bf51424e6345} executeQuery: Code: 42. DB::Exception: Number of arguments for function domainRFC doesn't match: passed 3, should be 1: In scope SELECT domainRFC([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT domainRFC([], [], []);) 2025.03.31 18:05:35.706000 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function domainRFC doesn't match: passed 3, should be 1: In scope SELECT domainRFC([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:35.717749 [ 93887 ] {69f894ec-831b-4958-8533-2744c88fb4d5} executeQuery: Code: 36. DB::Exception: Compound identifier 'lambda.nested' cannot be resolved as function. In scope WITH x -> (x + 1) AS lambda SELECT lambda.nested(1). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:36310) (comment: 02385_analyzer_aliases_compound_expression.sql) (in query: WITH (x -> x + 1) AS lambda SELECT lambda.nested(1);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String const&, char const*&&, String&&) @ 0x0000000035de4e97 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1244: DB::QueryAnalyzer::tryResolveIdentifierFromAliases(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d65b32 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1460: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d6781e 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2706: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d7dad0 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 18:05:35.730196 [ 93887 ] {} TCPHandler: Code: 36. DB::Exception: Compound identifier 'lambda.nested' cannot be resolved as function. In scope WITH x -> (x + 1) AS lambda SELECT lambda.nested(1). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String const&, char const*&&, String&&) @ 0x0000000035de4e97 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1244: DB::QueryAnalyzer::tryResolveIdentifierFromAliases(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d65b32 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1460: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d6781e 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2706: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d7dad0 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 18:05:35.744900 [ 92808 ] {cd3e59ac-fd67-4bf2-9e0e-f158d49c90d6} executeQuery: Code: 42. DB::Exception: Number of arguments for function domainWithoutWWW doesn't match: passed 3, should be 1: In scope SELECT domainWithoutWWW([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT domainWithoutWWW([], [], []);) 2025.03.31 18:05:35.765921 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function domainWithoutWWW doesn't match: passed 3, should be 1: In scope SELECT domainWithoutWWW([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:35.823099 [ 92808 ] {dfaac4ec-3a1c-4305-83d2-753b000cd525} executeQuery: Code: 42. DB::Exception: Number of arguments for function domainWithoutWWWRFC doesn't match: passed 3, should be 1: In scope SELECT domainWithoutWWWRFC([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT domainWithoutWWWRFC([], [], []);) 2025.03.31 18:05:35.843222 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function domainWithoutWWWRFC doesn't match: passed 3, should be 1: In scope SELECT domainWithoutWWWRFC([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:35.878449 [ 92808 ] {db455ffc-b5c6-4cf4-ac85-5add0bb3df3f} executeQuery: Code: 42. DB::Exception: Number of arguments for function dotProduct doesn't match: passed 3, should be 2: In scope SELECT dotProduct([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dotProduct([], [], []);) 2025.03.31 18:05:35.898725 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dotProduct doesn't match: passed 3, should be 2: In scope SELECT dotProduct([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:35.930071 [ 92808 ] {6d47f49e-1060-4a71-9c5b-465c845bb055} executeQuery: Code: 42. DB::Exception: Number of arguments for function dumpColumnStructure doesn't match: passed 3, should be 1: In scope SELECT dumpColumnStructure([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dumpColumnStructure([], [], []);) 2025.03.31 18:05:35.963242 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dumpColumnStructure doesn't match: passed 3, should be 1: In scope SELECT dumpColumnStructure([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:36.012863 [ 92808 ] {a983ff7e-94e8-420b-a9d9-b0b7ac7bed7b} executeQuery: Code: 42. DB::Exception: Number of arguments for function dynamicElement doesn't match: passed 3, should be 2: In scope SELECT dynamicElement([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dynamicElement([], [], []);) 2025.03.31 18:05:36.033369 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dynamicElement doesn't match: passed 3, should be 2: In scope SELECT dynamicElement([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:36.077346 [ 92808 ] {8550f9a0-0cd2-49d6-8f15-1689adfcaa06} executeQuery: Code: 42. DB::Exception: Number of arguments for function dynamicType doesn't match: passed 3, should be 1: In scope SELECT dynamicType([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT dynamicType([], [], []);) 2025.03.31 18:05:36.098346 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dynamicType doesn't match: passed 3, should be 1: In scope SELECT dynamicType([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:36.136271 [ 92808 ] {1ee6be3e-e1c5-403e-8440-b0a9aa90a0ab} executeQuery: Code: 42. DB::Exception: Number of arguments for function e doesn't match: passed 3, should be 0: In scope SELECT e([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT e([], [], []);) 2025.03.31 18:05:36.148035 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function e doesn't match: passed 3, should be 0: In scope SELECT e([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:36.207878 [ 92808 ] {f8eec7ab-6bb1-4d65-aa4b-126a056de721} executeQuery: Code: 42. DB::Exception: Number of arguments for function editDistance doesn't match: passed 3, should be 2: In scope SELECT editDistance([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT editDistance([], [], []);) 2025.03.31 18:05:36.238941 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function editDistance doesn't match: passed 3, should be 2: In scope SELECT editDistance([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:36.265595 [ 92571 ] {fd1262fb-ed94-4496-89a5-4b6a8fa000e7} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -140: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:36368) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-140, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:36.279119 [ 92808 ] {12c72447-b7fa-4865-b11e-9b842bd92f52} executeQuery: Code: 42. DB::Exception: Number of arguments for function editDistanceUTF8 doesn't match: passed 3, should be 2: In scope SELECT editDistanceUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT editDistanceUTF8([], [], []);) 2025.03.31 18:05:36.298942 [ 92571 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -140: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:36.299984 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function editDistanceUTF8 doesn't match: passed 3, should be 2: In scope SELECT editDistanceUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:36.339385 [ 92808 ] {ccffd9fe-fdae-49d5-b67e-a22adb273f5e} executeQuery: Code: 42. DB::Exception: Number of arguments for function empty doesn't match: passed 3, should be 1: In scope SELECT empty([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT empty([], [], []);) 2025.03.31 18:05:36.351109 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function empty doesn't match: passed 3, should be 1: In scope SELECT empty([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:36.392826 [ 92808 ] {2ec960d3-3f68-4b08-ae96-3bf6ecf026d3} executeQuery: Code: 42. DB::Exception: Number of arguments for function emptyArrayDate doesn't match: passed 3, should be 0: In scope SELECT emptyArrayDate([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT emptyArrayDate([], [], []);) 2025.03.31 18:05:36.421734 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function emptyArrayDate doesn't match: passed 3, should be 0: In scope SELECT emptyArrayDate([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:36.475067 [ 92808 ] {cb7ff37d-d008-4818-bb04-0f68e33b25e8} executeQuery: Code: 42. DB::Exception: Number of arguments for function emptyArrayDateTime doesn't match: passed 3, should be 0: In scope SELECT emptyArrayDateTime([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT emptyArrayDateTime([], [], []);) 2025.03.31 18:05:36.495184 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function emptyArrayDateTime doesn't match: passed 3, should be 0: In scope SELECT emptyArrayDateTime([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:36.531103 [ 92808 ] {ebc88cde-6e32-4a16-a021-54e4a8365495} executeQuery: Code: 42. DB::Exception: Number of arguments for function emptyArrayFloat32 doesn't match: passed 3, should be 0: In scope SELECT emptyArrayFloat32([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT emptyArrayFloat32([], [], []);) 2025.03.31 18:05:36.551160 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function emptyArrayFloat32 doesn't match: passed 3, should be 0: In scope SELECT emptyArrayFloat32([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:36.584991 [ 92808 ] {886766b0-93cf-43ca-8cfb-865ef125f1bb} executeQuery: Code: 42. DB::Exception: Number of arguments for function emptyArrayFloat64 doesn't match: passed 3, should be 0: In scope SELECT emptyArrayFloat64([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT emptyArrayFloat64([], [], []);) 2025.03.31 18:05:36.604877 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function emptyArrayFloat64 doesn't match: passed 3, should be 0: In scope SELECT emptyArrayFloat64([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:36.650154 [ 92808 ] {51d04491-ef3c-436e-aff2-dbf6238ddf5a} executeQuery: Code: 42. DB::Exception: Number of arguments for function emptyArrayInt16 doesn't match: passed 3, should be 0: In scope SELECT emptyArrayInt16([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT emptyArrayInt16([], [], []);) 2025.03.31 18:05:36.670111 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function emptyArrayInt16 doesn't match: passed 3, should be 0: In scope SELECT emptyArrayInt16([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:36.702804 [ 92808 ] {b9cde975-8769-42a9-a03f-fb0b6255bf8f} executeQuery: Code: 42. DB::Exception: Number of arguments for function emptyArrayInt32 doesn't match: passed 3, should be 0: In scope SELECT emptyArrayInt32([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT emptyArrayInt32([], [], []);) 2025.03.31 18:05:36.716348 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function emptyArrayInt32 doesn't match: passed 3, should be 0: In scope SELECT emptyArrayInt32([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:36.766849 [ 92808 ] {7b968291-f1c8-4383-8256-a4a15201810a} executeQuery: Code: 42. DB::Exception: Number of arguments for function emptyArrayInt64 doesn't match: passed 3, should be 0: In scope SELECT emptyArrayInt64([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT emptyArrayInt64([], [], []);) 2025.03.31 18:05:36.798254 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function emptyArrayInt64 doesn't match: passed 3, should be 0: In scope SELECT emptyArrayInt64([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:36.832527 [ 92808 ] {b7419226-af4c-420b-97cc-35d789d5d114} executeQuery: Code: 42. DB::Exception: Number of arguments for function emptyArrayInt8 doesn't match: passed 3, should be 0: In scope SELECT emptyArrayInt8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT emptyArrayInt8([], [], []);) 2025.03.31 18:05:36.853229 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function emptyArrayInt8 doesn't match: passed 3, should be 0: In scope SELECT emptyArrayInt8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:36.894723 [ 92808 ] {aaa67d82-157e-4cd3-850b-795d74229b16} executeQuery: Code: 42. DB::Exception: Number of arguments for function emptyArrayString doesn't match: passed 3, should be 0: In scope SELECT emptyArrayString([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT emptyArrayString([], [], []);) 2025.03.31 18:05:36.906264 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function emptyArrayString doesn't match: passed 3, should be 0: In scope SELECT emptyArrayString([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:36.940238 [ 93887 ] {ac9fa51a-8bf9-47b0-b078-b9556e888ca4} executeQuery: Code: 36. DB::Exception: Compound identifier 't1.nested' cannot be resolved as table expression. In scope SELECT * FROM (SELECT 1) AS t1, t1.nested AS t2. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:36310) (comment: 02385_analyzer_aliases_compound_expression.sql) (in query: SELECT * FROM (SELECT 1) AS t1, t1.nested AS t2;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String const&, char const*&&, String&&) @ 0x0000000035de4e97 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1244: DB::QueryAnalyzer::tryResolveIdentifierFromAliases(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d65b32 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1460: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d6781e 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4360: DB::QueryAnalyzer::initializeQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dcf18d 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5549: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19ac7 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:05:36.947119 [ 92808 ] {46fe1bd2-4de6-403d-a690-999283c17653} executeQuery: Code: 42. DB::Exception: Number of arguments for function emptyArrayToSingle doesn't match: passed 3, should be 1: In scope SELECT emptyArrayToSingle([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT emptyArrayToSingle([], [], []);) 2025.03.31 18:05:36.948656 [ 93887 ] {} TCPHandler: Code: 36. DB::Exception: Compound identifier 't1.nested' cannot be resolved as table expression. In scope SELECT * FROM (SELECT 1) AS t1, t1.nested AS t2. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String const&, char const*&&, String&&) @ 0x0000000035de4e97 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1244: DB::QueryAnalyzer::tryResolveIdentifierFromAliases(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d65b32 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1460: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d6781e 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4360: DB::QueryAnalyzer::initializeQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dcf18d 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5549: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19ac7 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:05:36.960238 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function emptyArrayToSingle doesn't match: passed 3, should be 1: In scope SELECT emptyArrayToSingle([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:36.983421 [ 93887 ] {6e542332-f460-46c7-9b9a-3905b9cc9192} executeQuery: Code: 36. DB::Exception: Compound identifier 't1.nested' cannot be resolved as table expression. In scope SELECT * FROM t1.nested AS t2, (SELECT 1) AS t1. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:36310) (comment: 02385_analyzer_aliases_compound_expression.sql) (in query: SELECT * FROM t1.nested AS t2, (SELECT 1) AS t1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String const&, char const*&&, String&&) @ 0x0000000035de4e97 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1244: DB::QueryAnalyzer::tryResolveIdentifierFromAliases(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d65b32 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1460: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d6781e 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4360: DB::QueryAnalyzer::initializeQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dcf18d 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5549: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19ac7 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:05:36.990417 [ 93887 ] {} TCPHandler: Code: 36. DB::Exception: Compound identifier 't1.nested' cannot be resolved as table expression. In scope SELECT * FROM t1.nested AS t2, (SELECT 1) AS t1. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String const&, char const*&&, String&&) @ 0x0000000035de4e97 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1244: DB::QueryAnalyzer::tryResolveIdentifierFromAliases(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d65b32 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1460: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d6781e 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4360: DB::QueryAnalyzer::initializeQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dcf18d 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5549: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19ac7 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:05:37.032810 [ 92808 ] {d9710ea9-3448-4b40-af93-0fb68d655375} executeQuery: Code: 42. DB::Exception: Number of arguments for function emptyArrayUInt16 doesn't match: passed 3, should be 0: In scope SELECT emptyArrayUInt16([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT emptyArrayUInt16([], [], []);) 2025.03.31 18:05:37.053323 [ 94689 ] {37fb7258-4c29-4464-8d89-416ae67e9203} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 143, m = 2. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60248) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (143, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:37.061996 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function emptyArrayUInt16 doesn't match: passed 3, should be 0: In scope SELECT emptyArrayUInt16([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:37.081287 [ 94689 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 143, m = 2. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:37.098538 [ 92808 ] {ced6a933-0310-41e5-9ebf-b12feedb173d} executeQuery: Code: 42. DB::Exception: Number of arguments for function emptyArrayUInt32 doesn't match: passed 3, should be 0: In scope SELECT emptyArrayUInt32([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT emptyArrayUInt32([], [], []);) 2025.03.31 18:05:37.118758 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function emptyArrayUInt32 doesn't match: passed 3, should be 0: In scope SELECT emptyArrayUInt32([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:37.154479 [ 92808 ] {f58301ab-897b-4cff-9181-6ecc5c335956} executeQuery: Code: 42. DB::Exception: Number of arguments for function emptyArrayUInt64 doesn't match: passed 3, should be 0: In scope SELECT emptyArrayUInt64([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT emptyArrayUInt64([], [], []);) 2025.03.31 18:05:37.170954 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function emptyArrayUInt64 doesn't match: passed 3, should be 0: In scope SELECT emptyArrayUInt64([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:37.227290 [ 92808 ] {7f0bbd9c-c8ee-4ca1-aa78-64bad7fe6a95} executeQuery: Code: 42. DB::Exception: Number of arguments for function emptyArrayUInt8 doesn't match: passed 3, should be 0: In scope SELECT emptyArrayUInt8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT emptyArrayUInt8([], [], []);) 2025.03.31 18:05:37.275458 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function emptyArrayUInt8 doesn't match: passed 3, should be 0: In scope SELECT emptyArrayUInt8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:37.339794 [ 92808 ] {47c3b2ee-f9fa-4318-8970-1b36793ca747} executeQuery: Code: 42. DB::Exception: Number of arguments for function enabledProfiles doesn't match: passed 3, should be 0: In scope SELECT enabledProfiles([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT enabledProfiles([], [], []);) 2025.03.31 18:05:37.355760 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function enabledProfiles doesn't match: passed 3, should be 0: In scope SELECT enabledProfiles([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:37.393349 [ 94615 ] {521040d0-58b5-4c4e-82e9-21e053d7b812} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 141: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60254) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (141, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:37.401772 [ 92808 ] {06ed0120-a070-4757-a056-2e598537e7da} executeQuery: Code: 42. DB::Exception: Number of arguments for function enabledRoles doesn't match: passed 3, should be 0: In scope SELECT enabledRoles([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT enabledRoles([], [], []);) 2025.03.31 18:05:37.411281 [ 94615 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 141: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:37.431379 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function enabledRoles doesn't match: passed 3, should be 0: In scope SELECT enabledRoles([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:37.490377 [ 92808 ] {e01e8e87-7f23-4585-8621-904f90482726} executeQuery: Code: 42. DB::Exception: Number of arguments for function encodeURLComponent doesn't match: passed 3, should be 1: In scope SELECT encodeURLComponent([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT encodeURLComponent([], [], []);) 2025.03.31 18:05:37.515365 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function encodeURLComponent doesn't match: passed 3, should be 1: In scope SELECT encodeURLComponent([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:37.557842 [ 92808 ] {61379180-6d5b-49be-a59f-9008371e5c9e} executeQuery: Code: 42. DB::Exception: Number of arguments for function encodeURLFormComponent doesn't match: passed 3, should be 1: In scope SELECT encodeURLFormComponent([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT encodeURLFormComponent([], [], []);) 2025.03.31 18:05:37.578115 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function encodeURLFormComponent doesn't match: passed 3, should be 1: In scope SELECT encodeURLFormComponent([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:37.622181 [ 92808 ] {b0e5a4d4-ea0e-4641-ba5c-7914fd253ee9} executeQuery: Code: 42. DB::Exception: Number of arguments for function encodeXMLComponent doesn't match: passed 3, should be 1: In scope SELECT encodeXMLComponent([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT encodeXMLComponent([], [], []);) 2025.03.31 18:05:37.646271 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function encodeXMLComponent doesn't match: passed 3, should be 1: In scope SELECT encodeXMLComponent([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:37.682015 [ 92808 ] {7ec383fb-9856-4380-b2f8-3cf6ccdc37f1} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'mode' to function 'encrypt'. Expected: encryption mode string, got: Array(Nothing): In scope SELECT encrypt([], '[HIDDEN]'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT encrypt([], '[HIDDEN]')) 2025.03.31 18:05:37.702530 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'mode' to function 'encrypt'. Expected: encryption mode string, got: Array(Nothing): In scope SELECT encrypt([], '[HIDDEN]'). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:37.735532 [ 92808 ] {3806952d-eaee-4b1c-9514-9e7fd2e9504e} executeQuery: Code: 42. DB::Exception: Number of arguments for function endsWith doesn't match: passed 3, should be 2: In scope SELECT endsWith([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT endsWith([], [], []);) 2025.03.31 18:05:37.755372 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function endsWith doesn't match: passed 3, should be 2: In scope SELECT endsWith([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:37.789797 [ 92808 ] {9090330f-5416-454d-b8d4-4d179a48aab4} executeQuery: Code: 42. DB::Exception: Number of arguments for function endsWithUTF8 doesn't match: passed 3, should be 2: In scope SELECT endsWithUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT endsWithUTF8([], [], []);) 2025.03.31 18:05:37.809263 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function endsWithUTF8 doesn't match: passed 3, should be 2: In scope SELECT endsWithUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:37.959965 [ 92808 ] {e2eefa62-bda2-4c8e-abd2-3013c02e2e56} executeQuery: Code: 42. DB::Exception: Number of arguments for function equals doesn't match: passed 3, should be 2: In scope SELECT equals([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT equals([], [], []);) 2025.03.31 18:05:37.980320 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function equals doesn't match: passed 3, should be 2: In scope SELECT equals([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:38.017909 [ 92808 ] {fed831da-e362-49a3-aee4-02d778dcf424} executeQuery: Code: 42. DB::Exception: Number of arguments for function erf doesn't match: passed 3, should be 1: In scope SELECT erf([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT erf([], [], []);) 2025.03.31 18:05:38.037548 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function erf doesn't match: passed 3, should be 1: In scope SELECT erf([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:38.070509 [ 92808 ] {7f401335-0107-442e-8aea-19c91e9c2d4a} executeQuery: Code: 42. DB::Exception: Number of arguments for function erfc doesn't match: passed 3, should be 1: In scope SELECT erfc([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT erfc([], [], []);) 2025.03.31 18:05:38.093241 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function erfc doesn't match: passed 3, should be 1: In scope SELECT erfc([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:38.127219 [ 92808 ] {d555a0a9-9f69-4f0c-8c5c-b6aaa3755c4d} executeQuery: Code: 42. DB::Exception: Number of arguments for function errorCodeToName doesn't match: passed 3, should be 1: In scope SELECT errorCodeToName([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT errorCodeToName([], [], []);) 2025.03.31 18:05:38.147176 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function errorCodeToName doesn't match: passed 3, should be 1: In scope SELECT errorCodeToName([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:38.179145 [ 92808 ] {2e903930-0d3b-4409-8873-50d5a66c16f5} executeQuery: Code: 43. DB::Exception: Argument for function evalMLMethod must have type AggregateFunction - state of aggregate function.: In scope SELECT evalMLMethod([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT evalMLMethod([], [], []);) 2025.03.31 18:05:38.198952 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Argument for function evalMLMethod must have type AggregateFunction - state of aggregate function.: In scope SELECT evalMLMethod([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:38.234698 [ 92808 ] {4febf5d4-dd3f-4210-930f-cdc60c10b09d} executeQuery: Code: 42. DB::Exception: Number of arguments for function exp doesn't match: passed 3, should be 1: In scope SELECT exp([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT exp([], [], []);) 2025.03.31 18:05:38.244627 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function exp doesn't match: passed 3, should be 1: In scope SELECT exp([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:38.290604 [ 92808 ] {ceda68d7-dc9a-4d1d-83ee-669c4165283e} executeQuery: Code: 42. DB::Exception: Number of arguments for function exp10 doesn't match: passed 3, should be 1: In scope SELECT exp10([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT exp10([], [], []);) 2025.03.31 18:05:38.312610 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function exp10 doesn't match: passed 3, should be 1: In scope SELECT exp10([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:38.359691 [ 92808 ] {3e058cb6-caad-4599-8b76-0527e7261d2f} executeQuery: Code: 42. DB::Exception: Number of arguments for function exp2 doesn't match: passed 3, should be 1: In scope SELECT exp2([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT exp2([], [], []);) 2025.03.31 18:05:38.379675 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function exp2 doesn't match: passed 3, should be 1: In scope SELECT exp2([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:38.414997 [ 92808 ] {1e6910f5-8c86-44ae-abd6-1b1ddd4779b7} executeQuery: Code: 42. DB::Exception: Aggregate function exponentialMovingAverage requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT exponentialMovingAverage([], [], []);) 2025.03.31 18:05:38.435839 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function exponentialMovingAverage requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:38.470159 [ 92808 ] {941c257e-9a35-4a4c-8daa-93d56ad1c80b} executeQuery: Code: 42. DB::Exception: Function exponentialTimeDecayedAvg takes exactly one parameter. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT exponentialTimeDecayedAvg([], [], []);) 2025.03.31 18:05:38.489703 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Function exponentialTimeDecayedAvg takes exactly one parameter. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:38.493067 [ 91828 ] {8dc5ee47-4e52-4cea-a565-b369b1841272} executeQuery: Code: 53. DB::Exception: ARRAY JOIN (SELECT 1 AS c0 FROM system.one LIMIT _CAST(0, 'UInt64') BY) AS t0 ARRAY JOIN t0.c0 requires expression t0.c0 with Array or Map type. Actual UInt8. In scope SELECT 1 FROM (SELECT 1 AS c0 LIMIT 0 BY COLUMNS('1')) AS t0 ARRAY JOIN c0. (TYPE_MISMATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60286) (comment: 03290_limit_by_segv.sql) (in query: SELECT 1 FROM (SELECT 1 AS c0 LIMIT 0 BY COLUMNS('1')) t0 ARRAY JOIN c0;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&) @ 0x0000000008b24cbf 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5008: DB::QueryAnalyzer::resolveArrayJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&)::$_0::operator()(std::shared_ptr&) const @ 0x0000000035dd7b79 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5062: DB::QueryAnalyzer::resolveArrayJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd3a5c 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5304: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd475a 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:05:38.500390 [ 91828 ] {} TCPHandler: Code: 53. DB::Exception: ARRAY JOIN (SELECT 1 AS c0 FROM system.one LIMIT _CAST(0, 'UInt64') BY) AS t0 ARRAY JOIN t0.c0 requires expression t0.c0 with Array or Map type. Actual UInt8. In scope SELECT 1 FROM (SELECT 1 AS c0 LIMIT 0 BY COLUMNS('1')) AS t0 ARRAY JOIN c0. (TYPE_MISMATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&) @ 0x0000000008b24cbf 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5008: DB::QueryAnalyzer::resolveArrayJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&)::$_0::operator()(std::shared_ptr&) const @ 0x0000000035dd7b79 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5062: DB::QueryAnalyzer::resolveArrayJoin(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd3a5c 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5304: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd475a 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:05:38.522698 [ 92808 ] {35015a6f-1122-4469-bbff-6b5c8d50b806} executeQuery: Code: 42. DB::Exception: Function exponentialTimeDecayedCount takes exactly one parameter. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT exponentialTimeDecayedCount([], [], []);) 2025.03.31 18:05:38.542845 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Function exponentialTimeDecayedCount takes exactly one parameter. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:38.548730 [ 92575 ] {59072689-855d-4352-9ea2-57f898f9a798} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 142, m = 1. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60384) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (142, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:38.585091 [ 92575 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 142, m = 1. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:38.602823 [ 92808 ] {e8dbe589-8e81-45f8-b011-20f0f20ba379} executeQuery: Code: 42. DB::Exception: Function exponentialTimeDecayedMax takes exactly one parameter. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT exponentialTimeDecayedMax([], [], []);) 2025.03.31 18:05:38.622751 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Function exponentialTimeDecayedMax takes exactly one parameter. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:38.657457 [ 92808 ] {023a245c-6482-47ee-820d-7ca694667337} executeQuery: Code: 42. DB::Exception: Function exponentialTimeDecayedSum takes exactly one parameter. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT exponentialTimeDecayedSum([], [], []);) 2025.03.31 18:05:38.680640 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Function exponentialTimeDecayedSum takes exactly one parameter. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:38.749057 [ 92808 ] {b01cd20b-abd1-40b6-a28d-aae09975e18c} executeQuery: Code: 42. DB::Exception: Number of arguments for function extract doesn't match: passed 3, should be 2: In scope SELECT extract([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT extract([], [], []);) 2025.03.31 18:05:38.774324 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function extract doesn't match: passed 3, should be 2: In scope SELECT extract([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:38.820068 [ 92808 ] {f938eafd-d9f0-4d29-b4ac-acd814b41fb0} executeQuery: Code: 42. DB::Exception: Number of arguments for function extractAll doesn't match: passed 3, should be 2: In scope SELECT extractAll([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT extractAll([], [], []);) 2025.03.31 18:05:38.875841 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function extractAll doesn't match: passed 3, should be 2: In scope SELECT extractAll([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:38.916124 [ 92808 ] {c8838582-d657-4806-af96-427e4b9bc68a} executeQuery: Code: 42. DB::Exception: Number of arguments for function extractAllGroupsVertical doesn't match: passed 3, should be 2: In scope SELECT extractAllGroups([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT extractAllGroups([], [], []);) 2025.03.31 18:05:38.935617 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function extractAllGroupsVertical doesn't match: passed 3, should be 2: In scope SELECT extractAllGroups([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:38.991802 [ 92808 ] {0a9c79ec-d23a-4917-ac0d-199a25d2e0e5} executeQuery: Code: 42. DB::Exception: Number of arguments for function extractAllGroupsHorizontal doesn't match: passed 3, should be 2: In scope SELECT extractAllGroupsHorizontal([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT extractAllGroupsHorizontal([], [], []);) 2025.03.31 18:05:39.008007 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function extractAllGroupsHorizontal doesn't match: passed 3, should be 2: In scope SELECT extractAllGroupsHorizontal([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:39.049156 [ 92808 ] {3b94a4b8-b472-489d-82a1-2afa543c1bcc} executeQuery: Code: 42. DB::Exception: Number of arguments for function extractAllGroupsVertical doesn't match: passed 3, should be 2: In scope SELECT extractAllGroupsVertical([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT extractAllGroupsVertical([], [], []);) 2025.03.31 18:05:39.065416 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function extractAllGroupsVertical doesn't match: passed 3, should be 2: In scope SELECT extractAllGroupsVertical([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:39.069600 [ 92539 ] {dbc1b044-7d23-45d3-aba1-d3f0b66855a3} executeQuery: Code: 128. DB::Exception: Too large array size: 9223372036854775808, maximum: 1073741824: In scope SELECT arrayResize([1, 2, 3], -9223372036854775808). (TOO_LARGE_ARRAY_SIZE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60362) (comment: 01682_gather_utils_ubsan.sql) (in query: SELECT arrayResize([1, 2, 3], -9223372036854775808);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long const&) @ 0x000000000afed8ed 4. void DB::GatherUtils::resizeDynamicSize&, DB::GatherUtils::ConstSource>&, DB::GatherUtils::NumericArraySink&>(DB::GatherUtils::NumericArraySource&, DB::GatherUtils::ConstSource>&, DB::GatherUtils::NumericArraySink&, DB::IColumn const&) @ 0x00000000363ce457 5. _ZN2DB17VisitorImplHelperINS_11GatherUtils24ArraySinkSelectorVisitorINS1_33ArrayAndValueSourceSelectorBySinkINS1_12_GLOBAL__N_118ArrayResizeDynamicEEEJRNS1_12IArraySourceERNS1_12IValueSourceERKNS_7IColumnEEEENS1_16ArraySinkVisitorEJNS1_16NumericArraySinkIDuEENSG_ItEENSG_IjEENSG_ImEENSG_IDB8_EENSG_IsEENSG_IiEENSG_IlEENSG_IN4wide7integerILm128EjEEEENSG_INSR_ILm128EiEEEENSG_INSR_ILm256EjEEEENSG_INSR_ILm256EiEEEENSG_IfEENSG_IdEENSG_I8BFloat16EENSG_INS_7DecimalIiEEEENSG_INS14_IlEEEENSG_INS14_ISU_EEEENSG_INS14_ISY_EEEENSG_I13StrongTypedefISS_NS_7UUIDTagEEEENS1_16GenericArraySinkENS1_17NullableArraySinkISH_EENS1I_ISI_EENS1I_ISJ_EENS1I_ISK_EENS1I_ISM_EENS1I_ISN_EENS1I_ISO_EENS1I_ISP_EENS1I_IST_EENS1I_ISV_EENS1I_ISX_EENS1I_ISZ_EENS1I_IS10_EENS1I_IS11_EENS1I_IS13_EENS1I_IS16_EENS1I_IS18_EENS1I_IS1A_EENS1I_IS1C_EENS1I_IS1G_EENS1I_IS1H_EEEE5visitERSH_ @ 0x000000003618e921 6. DB::Visitable, DB::GatherUtils::IArraySink, DB::GatherUtils::ArraySinkVisitor>::accept(DB::GatherUtils::ArraySinkVisitor&) @ 0x000000002c8d8c29 7. DB::GatherUtils::resizeDynamicSize(DB::GatherUtils::IArraySource&, DB::GatherUtils::IValueSource&, DB::GatherUtils::IArraySink&, DB::IColumn const&) @ 0x0000000036175f5c 8. ./build_docker/./src/Functions/array/arrayResize.cpp:113: DB::FunctionArrayResize::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000035f25206 9. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 12. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 14. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 15. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 18:05:39.087779 [ 92539 ] {} TCPHandler: Code: 128. DB::Exception: Too large array size: 9223372036854775808, maximum: 1073741824: In scope SELECT arrayResize([1, 2, 3], -9223372036854775808). (TOO_LARGE_ARRAY_SIZE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long const&) @ 0x000000000afed8ed 4. void DB::GatherUtils::resizeDynamicSize&, DB::GatherUtils::ConstSource>&, DB::GatherUtils::NumericArraySink&>(DB::GatherUtils::NumericArraySource&, DB::GatherUtils::ConstSource>&, DB::GatherUtils::NumericArraySink&, DB::IColumn const&) @ 0x00000000363ce457 5. _ZN2DB17VisitorImplHelperINS_11GatherUtils24ArraySinkSelectorVisitorINS1_33ArrayAndValueSourceSelectorBySinkINS1_12_GLOBAL__N_118ArrayResizeDynamicEEEJRNS1_12IArraySourceERNS1_12IValueSourceERKNS_7IColumnEEEENS1_16ArraySinkVisitorEJNS1_16NumericArraySinkIDuEENSG_ItEENSG_IjEENSG_ImEENSG_IDB8_EENSG_IsEENSG_IiEENSG_IlEENSG_IN4wide7integerILm128EjEEEENSG_INSR_ILm128EiEEEENSG_INSR_ILm256EjEEEENSG_INSR_ILm256EiEEEENSG_IfEENSG_IdEENSG_I8BFloat16EENSG_INS_7DecimalIiEEEENSG_INS14_IlEEEENSG_INS14_ISU_EEEENSG_INS14_ISY_EEEENSG_I13StrongTypedefISS_NS_7UUIDTagEEEENS1_16GenericArraySinkENS1_17NullableArraySinkISH_EENS1I_ISI_EENS1I_ISJ_EENS1I_ISK_EENS1I_ISM_EENS1I_ISN_EENS1I_ISO_EENS1I_ISP_EENS1I_IST_EENS1I_ISV_EENS1I_ISX_EENS1I_ISZ_EENS1I_IS10_EENS1I_IS11_EENS1I_IS13_EENS1I_IS16_EENS1I_IS18_EENS1I_IS1A_EENS1I_IS1C_EENS1I_IS1G_EENS1I_IS1H_EEEE5visitERSH_ @ 0x000000003618e921 6. DB::Visitable, DB::GatherUtils::IArraySink, DB::GatherUtils::ArraySinkVisitor>::accept(DB::GatherUtils::ArraySinkVisitor&) @ 0x000000002c8d8c29 7. DB::GatherUtils::resizeDynamicSize(DB::GatherUtils::IArraySource&, DB::GatherUtils::IValueSource&, DB::GatherUtils::IArraySink&, DB::IColumn const&) @ 0x0000000036175f5c 8. ./build_docker/./src/Functions/array/arrayResize.cpp:113: DB::FunctionArrayResize::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000035f25206 9. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 12. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 14. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 15. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 18:05:39.105132 [ 92808 ] {0b3879b6-e8f8-404d-84b0-aa6e7e06340e} executeQuery: Code: 42. DB::Exception: Number of arguments for function extractGroups doesn't match: passed 3, should be 2: In scope SELECT extractGroups([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT extractGroups([], [], []);) 2025.03.31 18:05:39.113835 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function extractGroups doesn't match: passed 3, should be 2: In scope SELECT extractGroups([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:39.187905 [ 92808 ] {cdb45e8e-fb9b-453a-8328-3ae0fc267109} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument data_column. Must be String.: In scope SELECT extractKeyValuePairs([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT extractKeyValuePairs([], [], []);) 2025.03.31 18:05:39.212276 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument data_column. Must be String.: In scope SELECT extractKeyValuePairs([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:39.252420 [ 92808 ] {cacfd1f3-9ce4-459c-89bf-e3fd5e648fac} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument data_column. Must be String.: In scope SELECT extractKeyValuePairsWithEscaping([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT extractKeyValuePairsWithEscaping([], [], []);) 2025.03.31 18:05:39.268639 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument data_column. Must be String.: In scope SELECT extractKeyValuePairsWithEscaping([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:39.312002 [ 92808 ] {705edb4e-f205-4641-a4a0-0faa223c4369} executeQuery: Code: 42. DB::Exception: Number of arguments for function extractTextFromHTML doesn't match: passed 3, should be 1: In scope SELECT extractTextFromHTML([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT extractTextFromHTML([], [], []);) 2025.03.31 18:05:39.331246 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function extractTextFromHTML doesn't match: passed 3, should be 1: In scope SELECT extractTextFromHTML([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:39.384311 [ 92808 ] {d32eec68-9e22-439c-be8a-469baacd5267} executeQuery: Code: 42. DB::Exception: Number of arguments for function extractURLParameter doesn't match: passed 3, should be 2: In scope SELECT extractURLParameter([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT extractURLParameter([], [], []);) 2025.03.31 18:05:39.410932 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function extractURLParameter doesn't match: passed 3, should be 2: In scope SELECT extractURLParameter([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:39.454006 [ 92808 ] {0cd83ba7-fd6b-423f-913f-154d9984520d} executeQuery: Code: 42. DB::Exception: Number of arguments for function extractURLParameterNames doesn't match: passed 3, should be 1: In scope SELECT extractURLParameterNames([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT extractURLParameterNames([], [], []);) 2025.03.31 18:05:39.471076 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function extractURLParameterNames doesn't match: passed 3, should be 1: In scope SELECT extractURLParameterNames([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:39.505910 [ 92808 ] {f7a0f1bc-e70e-487e-9a89-d575b6e25594} executeQuery: Code: 42. DB::Exception: Number of arguments for function extractURLParameters doesn't match: passed 3, should be 1: In scope SELECT extractURLParameters([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT extractURLParameters([], [], []);) 2025.03.31 18:05:39.526326 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function extractURLParameters doesn't match: passed 3, should be 1: In scope SELECT extractURLParameters([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:39.576065 [ 92808 ] {7c1d9558-e75b-442f-90b5-51024a4104b1} executeQuery: Code: 42. DB::Exception: Number of arguments for function factorial doesn't match: passed 3, should be 1: In scope SELECT factorial([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT factorial([], [], []);) 2025.03.31 18:05:39.589930 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function factorial doesn't match: passed 3, should be 1: In scope SELECT factorial([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:39.871220 [ 92808 ] {330bb63a-9641-4251-909a-53ad30da79b3} executeQuery: Code: 42. DB::Exception: Number of arguments for function file doesn't match: passed 3, should be 1 or 2: In scope SELECT file([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT file([], [], []);) 2025.03.31 18:05:39.888135 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function file doesn't match: passed 3, should be 1 or 2: In scope SELECT file([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:39.928039 [ 92808 ] {bb09959f-c26f-427c-9ae3-6020d9b33cf6} executeQuery: Code: 42. DB::Exception: Arguments size of function filesystemAvailable should be 0 or 1: In scope SELECT filesystemAvailable([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT filesystemAvailable([], [], []);) 2025.03.31 18:05:39.948419 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Arguments size of function filesystemAvailable should be 0 or 1: In scope SELECT filesystemAvailable([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:39.983257 [ 92808 ] {5e6b7e44-6d4b-43a2-a4b9-9f6b409f0ab2} executeQuery: Code: 42. DB::Exception: Arguments size of function filesystemCapacity should be 0 or 1: In scope SELECT filesystemCapacity([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT filesystemCapacity([], [], []);) 2025.03.31 18:05:40.004334 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Arguments size of function filesystemCapacity should be 0 or 1: In scope SELECT filesystemCapacity([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:40.040833 [ 92808 ] {36cdafec-b209-42c8-86c1-7ab9c8456750} executeQuery: Code: 42. DB::Exception: Arguments size of function filesystemUnreserved should be 0 or 1: In scope SELECT filesystemUnreserved([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT filesystemUnreserved([], [], []);) 2025.03.31 18:05:40.056409 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Arguments size of function filesystemUnreserved should be 0 or 1: In scope SELECT filesystemUnreserved([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:40.120466 [ 92808 ] {6d015121-924d-4015-b04e-1bec4e70b15a} executeQuery: Code: 42. DB::Exception: Number of arguments for function finalizeAggregation doesn't match: passed 3, should be 1: In scope SELECT finalizeAggregation([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT finalizeAggregation([], [], []);) 2025.03.31 18:05:40.165519 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function finalizeAggregation doesn't match: passed 3, should be 1: In scope SELECT finalizeAggregation([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:40.198967 [ 92808 ] {5efbd1bb-58b1-479c-ab63-27a56b03e026} executeQuery: Code: 42. DB::Exception: Number of arguments for function firstLine doesn't match: passed 3, should be 1: In scope SELECT firstLine([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT firstLine([], [], []);) 2025.03.31 18:05:40.218722 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function firstLine doesn't match: passed 3, should be 1: In scope SELECT firstLine([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:40.283684 [ 92808 ] {e69cfee9-f604-4981-bedb-14f9bd234827} executeQuery: Code: 42. DB::Exception: Number of arguments for function firstSignificantSubdomain doesn't match: passed 3, should be 1: In scope SELECT firstSignificantSubdomain([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT firstSignificantSubdomain([], [], []);) 2025.03.31 18:05:40.294596 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function firstSignificantSubdomain doesn't match: passed 3, should be 1: In scope SELECT firstSignificantSubdomain([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:40.334392 [ 92808 ] {b42523be-8f27-496e-bcba-ea2940f5b347} executeQuery: Code: 42. DB::Exception: Number of arguments for function firstSignificantSubdomainCustom doesn't match: passed 3, should be 2: In scope SELECT firstSignificantSubdomainCustom([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT firstSignificantSubdomainCustom([], [], []);) 2025.03.31 18:05:40.358766 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function firstSignificantSubdomainCustom doesn't match: passed 3, should be 2: In scope SELECT firstSignificantSubdomainCustom([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:40.390335 [ 92808 ] {54340d66-c32a-4259-afd6-730d24258445} executeQuery: Code: 42. DB::Exception: Number of arguments for function firstSignificantSubdomainCustomRFC doesn't match: passed 3, should be 2: In scope SELECT firstSignificantSubdomainCustomRFC([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT firstSignificantSubdomainCustomRFC([], [], []);) 2025.03.31 18:05:40.410035 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function firstSignificantSubdomainCustomRFC doesn't match: passed 3, should be 2: In scope SELECT firstSignificantSubdomainCustomRFC([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:40.487119 [ 92808 ] {cfab2ecf-94b9-48d1-ab61-649278b06fc7} executeQuery: Code: 42. DB::Exception: Number of arguments for function firstSignificantSubdomainRFC doesn't match: passed 3, should be 1: In scope SELECT firstSignificantSubdomainRFC([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT firstSignificantSubdomainRFC([], [], []);) 2025.03.31 18:05:40.504080 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function firstSignificantSubdomainRFC doesn't match: passed 3, should be 1: In scope SELECT firstSignificantSubdomainRFC([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:40.540513 [ 92808 ] {4cf39feb-9db0-45d0-b268-842979126157} executeQuery: Code: 42. DB::Exception: Aggregate function any_respect_nulls requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT firstValueRespectNulls([], [], []);) 2025.03.31 18:05:40.542755 [ 71966 ] {4afa007e-201f-49b1-bea4-fc7a749d39f6} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 145, m = 2. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60488) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (145, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:40.560321 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function any_respect_nulls requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:40.579422 [ 71966 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 145, m = 2. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:40.609947 [ 92808 ] {d66187b1-b484-4052-8dea-c5d3d57d032a} executeQuery: Code: 42. DB::Exception: Aggregate function any requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT first_value([], [], []);) 2025.03.31 18:05:40.636330 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function any requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:40.649970 [ 91852 ] {379c0f6e-ff96-4435-96a6-c38f46c7f6fb} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -143: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60448) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-143, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:40.693898 [ 91852 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -143: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:40.698995 [ 92808 ] {66ef236c-e321-455b-ace0-3b6f085f9026} executeQuery: Code: 42. DB::Exception: Aggregate function any_respect_nulls requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT first_value_respect_nulls([], [], []);) 2025.03.31 18:05:40.711659 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function any_respect_nulls requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:40.775796 [ 92808 ] {568313e3-6bc0-4b0d-ac8d-232a97167411} executeQuery: Code: 43. DB::Exception: First argument (trace) for function flameGraph must be Array(UInt64), but it has type Array(Nothing). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT flameGraph([], [], []);) 2025.03.31 18:05:40.785548 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument (trace) for function flameGraph must be Array(UInt64), but it has type Array(Nothing). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:40.838470 [ 92808 ] {60c7ec8c-129c-473a-a975-2a558e062a4b} executeQuery: Code: 42. DB::Exception: Number of arguments for function arrayFlatten doesn't match: passed 3, should be 1: In scope SELECT flatten([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT flatten([], [], []);) 2025.03.31 18:05:40.858132 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function arrayFlatten doesn't match: passed 3, should be 1: In scope SELECT flatten([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:40.891663 [ 92808 ] {0563f2b5-408a-4d97-8f4c-1ba08500d5fc} executeQuery: Code: 42. DB::Exception: Number of arguments for function flattenTuple doesn't match: passed 3, should be 1: In scope SELECT flattenTuple([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT flattenTuple([], [], []);) 2025.03.31 18:05:40.912014 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function flattenTuple doesn't match: passed 3, should be 1: In scope SELECT flattenTuple([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:40.945801 [ 92808 ] {8cf84bde-44b5-4a1a-8328-983a18a18113} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'floor'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT floor([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT floor([], [], []);) 2025.03.31 18:05:40.965470 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'floor'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT floor([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:41.015994 [ 92808 ] {4ac2e5b4-894b-4cd2-b73f-d252d729a622} executeQuery: Code: 170. DB::Exception: Bad get: has Array, requested String: In scope SELECT format([], [], []). (BAD_GET) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT format([], [], []);) 2025.03.31 18:05:41.038793 [ 92808 ] {} TCPHandler: Code: 170. DB::Exception: Bad get: has Array, requested String: In scope SELECT format([], [], []). (BAD_GET) 2025.03.31 18:05:41.075110 [ 92808 ] {cced9eca-9f8a-43ff-bf69-1bfdeeb6873f} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function formatDateTime. Should be a date or a date with time: In scope SELECT formatDateTime([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT formatDateTime([], [], []);) 2025.03.31 18:05:41.095406 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function formatDateTime. Should be a date or a date with time: In scope SELECT formatDateTime([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:41.134510 [ 92808 ] {53846d9d-f83c-4e1b-9533-34ccf1279bf8} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function formatDateTimeInJodaSyntax. Should be a date or a date with time: In scope SELECT formatDateTimeInJodaSyntax([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT formatDateTimeInJodaSyntax([], [], []);) 2025.03.31 18:05:41.154691 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function formatDateTimeInJodaSyntax. Should be a date or a date with time: In scope SELECT formatDateTimeInJodaSyntax([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:41.190632 [ 92808 ] {adbd77c2-4e03-42b3-b685-0f8af8f11405} executeQuery: Code: 42. DB::Exception: Number of arguments for function formatQuery doesn't match: passed 3, should be 1: In scope SELECT formatQuery([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT formatQuery([], [], []);) 2025.03.31 18:05:41.212586 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function formatQuery doesn't match: passed 3, should be 1: In scope SELECT formatQuery([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:41.256774 [ 92808 ] {24727864-074d-44a7-aee5-3e55af50cc9c} executeQuery: Code: 42. DB::Exception: Number of arguments for function formatQueryOrNull doesn't match: passed 3, should be 1: In scope SELECT formatQueryOrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT formatQueryOrNull([], [], []);) 2025.03.31 18:05:41.292494 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function formatQueryOrNull doesn't match: passed 3, should be 1: In scope SELECT formatQueryOrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:41.331888 [ 92808 ] {8d5f8867-75fb-49be-a642-96bfe78bb8cd} executeQuery: Code: 42. DB::Exception: Number of arguments for function formatQuerySingleLine doesn't match: passed 3, should be 1: In scope SELECT formatQuerySingleLine([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT formatQuerySingleLine([], [], []);) 2025.03.31 18:05:41.347796 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function formatQuerySingleLine doesn't match: passed 3, should be 1: In scope SELECT formatQuerySingleLine([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:41.414914 [ 92808 ] {f032ecce-cab0-482a-86b2-23ec6bd32c3f} executeQuery: Code: 42. DB::Exception: Number of arguments for function formatQuerySingleLineOrNull doesn't match: passed 3, should be 1: In scope SELECT formatQuerySingleLineOrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT formatQuerySingleLineOrNull([], [], []);) 2025.03.31 18:05:41.426775 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function formatQuerySingleLineOrNull doesn't match: passed 3, should be 1: In scope SELECT formatQuerySingleLineOrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:41.475657 [ 92808 ] {69efe338-1e4e-4065-9b4a-455d502289eb} executeQuery: Code: 42. DB::Exception: Number of arguments for function formatReadableDecimalSize doesn't match: passed 3, should be 1: In scope SELECT formatReadableDecimalSize([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT formatReadableDecimalSize([], [], []);) 2025.03.31 18:05:41.502500 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function formatReadableDecimalSize doesn't match: passed 3, should be 1: In scope SELECT formatReadableDecimalSize([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:41.548637 [ 92808 ] {65071504-9f5f-4604-a318-705da5ee7d09} executeQuery: Code: 42. DB::Exception: Number of arguments for function formatReadableQuantity doesn't match: passed 3, should be 1: In scope SELECT formatReadableQuantity([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT formatReadableQuantity([], [], []);) 2025.03.31 18:05:41.563528 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function formatReadableQuantity doesn't match: passed 3, should be 1: In scope SELECT formatReadableQuantity([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:41.597489 [ 92808 ] {e0103f85-f762-4637-a011-a80b62683a2a} executeQuery: Code: 42. DB::Exception: Number of arguments for function formatReadableSize doesn't match: passed 3, should be 1: In scope SELECT formatReadableSize([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT formatReadableSize([], [], []);) 2025.03.31 18:05:41.617168 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function formatReadableSize doesn't match: passed 3, should be 1: In scope SELECT formatReadableSize([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:41.672049 [ 92808 ] {2293767c-9033-4b9d-8458-3ee5a3beed37} executeQuery: Code: 43. DB::Exception: Cannot format Array(Nothing) as time delta: In scope SELECT formatReadableTimeDelta([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT formatReadableTimeDelta([], [], []);) 2025.03.31 18:05:41.683492 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Cannot format Array(Nothing) as time delta: In scope SELECT formatReadableTimeDelta([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:41.685765 [ 91623 ] {5d4fdb19-69de-4831-a190-d8c7e1edc447} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 144, m = 1. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60596) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (144, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:41.705367 [ 91623 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 144, m = 1. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:41.746675 [ 92808 ] {d3dc3d6f-5bc0-4cbb-b421-ae3c5f9b46bf} executeQuery: Code: 43. DB::Exception: First argument to formatRow must be a format name: In scope SELECT formatRow([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT formatRow([], [], []);) 2025.03.31 18:05:41.766031 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument to formatRow must be a format name: In scope SELECT formatRow([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:41.800020 [ 92808 ] {4512ff23-3b16-4778-8bcd-cd76ea09e65e} executeQuery: Code: 43. DB::Exception: First argument to formatRowNoNewline must be a format name: In scope SELECT formatRowNoNewline([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT formatRowNoNewline([], [], []);) 2025.03.31 18:05:41.819226 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument to formatRowNoNewline must be a format name: In scope SELECT formatRowNoNewline([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:41.865449 [ 92808 ] {c24201b4-bd03-49c6-8634-7b694e4109b5} executeQuery: Code: 42. DB::Exception: Number of arguments for function fragment doesn't match: passed 3, should be 1: In scope SELECT fragment([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT fragment([], [], []);) 2025.03.31 18:05:41.891076 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function fragment doesn't match: passed 3, should be 1: In scope SELECT fragment([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:41.927443 [ 92808 ] {bd52c7bd-3857-482a-bf93-2a5978ea8dcf} executeQuery: Code: 42. DB::Exception: Number of arguments for function fromDaysSinceYearZero doesn't match: passed 3, should be 1: In scope SELECT fromDaysSinceYearZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT fromDaysSinceYearZero([], [], []);) 2025.03.31 18:05:41.945187 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function fromDaysSinceYearZero doesn't match: passed 3, should be 1: In scope SELECT fromDaysSinceYearZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:42.007529 [ 92808 ] {6af3fc00-5862-449c-aec8-05ebdd6ca19b} executeQuery: Code: 42. DB::Exception: Number of arguments for function fromDaysSinceYearZero32 doesn't match: passed 3, should be 1: In scope SELECT fromDaysSinceYearZero32([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT fromDaysSinceYearZero32([], [], []);) 2025.03.31 18:05:42.020394 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function fromDaysSinceYearZero32 doesn't match: passed 3, should be 1: In scope SELECT fromDaysSinceYearZero32([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:42.100364 [ 92808 ] {73d2d955-3ae2-4676-9380-c7d3192d7ab3} executeQuery: Code: 42. DB::Exception: Number of arguments for function fromModifiedJulianDay doesn't match: passed 3, should be 1: In scope SELECT fromModifiedJulianDay([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT fromModifiedJulianDay([], [], []);) 2025.03.31 18:05:42.125232 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function fromModifiedJulianDay doesn't match: passed 3, should be 1: In scope SELECT fromModifiedJulianDay([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:42.182021 [ 92808 ] {4cc1f512-03b8-4756-b4cc-ee3dc801ea1f} executeQuery: Code: 42. DB::Exception: Number of arguments for function fromModifiedJulianDayOrNull doesn't match: passed 3, should be 1: In scope SELECT fromModifiedJulianDayOrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT fromModifiedJulianDayOrNull([], [], []);) 2025.03.31 18:05:42.205710 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function fromModifiedJulianDayOrNull doesn't match: passed 3, should be 1: In scope SELECT fromModifiedJulianDayOrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:42.283046 [ 92808 ] {41435469-1515-43f5-a671-081482b414a6} executeQuery: Code: 42. DB::Exception: Number of arguments for function fromUTCTimestamp doesn't match: passed 3, should be 2: In scope SELECT fromUTCTimestamp([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT fromUTCTimestamp([], [], []);) 2025.03.31 18:05:42.306039 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function fromUTCTimestamp doesn't match: passed 3, should be 2: In scope SELECT fromUTCTimestamp([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:42.404045 [ 92808 ] {8b8a5aaf-a7e7-478c-acaa-cd5de636ca96} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function fromUnixTimestamp when arguments size is 2 or 3. Should be a integer or a date with time: In scope SELECT fromUnixTimestamp([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT fromUnixTimestamp([], [], []);) 2025.03.31 18:05:42.424906 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function fromUnixTimestamp when arguments size is 2 or 3. Should be a integer or a date with time: In scope SELECT fromUnixTimestamp([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:42.488742 [ 92808 ] {a600071d-d4c9-46af-9691-d74c26305d73} executeQuery: Code: 42. DB::Exception: Function fromUnixTimestamp64Micro takes one or two arguments: In scope SELECT fromUnixTimestamp64Micro([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT fromUnixTimestamp64Micro([], [], []);) 2025.03.31 18:05:42.508339 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Function fromUnixTimestamp64Micro takes one or two arguments: In scope SELECT fromUnixTimestamp64Micro([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:42.544185 [ 92808 ] {912fcdd2-d5eb-4b96-ad30-232e93fb8c07} executeQuery: Code: 42. DB::Exception: Function fromUnixTimestamp64Milli takes one or two arguments: In scope SELECT fromUnixTimestamp64Milli([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT fromUnixTimestamp64Milli([], [], []);) 2025.03.31 18:05:42.564562 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Function fromUnixTimestamp64Milli takes one or two arguments: In scope SELECT fromUnixTimestamp64Milli([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:42.622069 [ 92808 ] {81b9340e-368c-43b1-9ee1-210b8ae92f31} executeQuery: Code: 42. DB::Exception: Function fromUnixTimestamp64Nano takes one or two arguments: In scope SELECT fromUnixTimestamp64Nano([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT fromUnixTimestamp64Nano([], [], []);) 2025.03.31 18:05:42.636260 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Function fromUnixTimestamp64Nano takes one or two arguments: In scope SELECT fromUnixTimestamp64Nano([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:42.677317 [ 92808 ] {576207a0-9777-4e67-b681-8c583a04b2e8} executeQuery: Code: 42. DB::Exception: Function fromUnixTimestamp64Second takes one or two arguments: In scope SELECT fromUnixTimestamp64Second([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT fromUnixTimestamp64Second([], [], []);) 2025.03.31 18:05:42.708971 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Function fromUnixTimestamp64Second takes one or two arguments: In scope SELECT fromUnixTimestamp64Second([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:42.750588 [ 92808 ] {3fa02e58-88ad-4c14-89ce-694f3b85b8bf} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function fromUnixTimestampInJodaSyntax when arguments size is 2 or 3. Should be a integer or a date with time: In scope SELECT fromUnixTimestampInJodaSyntax([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT fromUnixTimestampInJodaSyntax([], [], []);) 2025.03.31 18:05:42.779298 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function fromUnixTimestampInJodaSyntax when arguments size is 2 or 3. Should be a integer or a date with time: In scope SELECT fromUnixTimestampInJodaSyntax([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:42.840672 [ 92808 ] {56cbb0f2-e86c-43f4-98a5-87230bd06a64} executeQuery: Code: 42. DB::Exception: Number of arguments for function fromUTCTimestamp doesn't match: passed 3, should be 2: In scope SELECT from_utc_timestamp([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT from_utc_timestamp([], [], []);) 2025.03.31 18:05:42.861546 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function fromUTCTimestamp doesn't match: passed 3, should be 2: In scope SELECT from_utc_timestamp([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:42.898492 [ 92808 ] {2616bc90-7e2c-4f9b-b519-32c15ca83e61} executeQuery: Code: 42. DB::Exception: Number of arguments for function FQDN doesn't match: passed 3, should be 0: In scope SELECT fullHostName([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT fullHostName([], [], []);) 2025.03.31 18:05:42.919436 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function FQDN doesn't match: passed 3, should be 0: In scope SELECT fullHostName([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:42.983112 [ 92808 ] {380638e8-0231-4fcc-a0a7-56f77558660f} executeQuery: Code: 42. DB::Exception: Number of arguments for function fuzzBits doesn't match: passed 3, should be 2: In scope SELECT fuzzBits([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT fuzzBits([], [], []);) 2025.03.31 18:05:43.002500 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function fuzzBits doesn't match: passed 3, should be 2: In scope SELECT fuzzBits([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:43.171701 [ 92808 ] {60a90a4a-2c96-4636-95a3-18532c771859} executeQuery: Code: 42. DB::Exception: Number of arguments for function gcd doesn't match: passed 3, should be 2: In scope SELECT gcd([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT gcd([], [], []);) 2025.03.31 18:05:43.187436 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function gcd doesn't match: passed 3, should be 2: In scope SELECT gcd([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:43.278159 [ 92808 ] {53f939c6-ce0f-42ff-8138-e1d477df6cdc} executeQuery: Code: 42. DB::Exception: Number of arguments for function generateRandomStructure doesn't match: passed 3, expected from 0 to 2: In scope SELECT generateRandomStructure([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT generateRandomStructure([], [], []);) 2025.03.31 18:05:43.299429 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function generateRandomStructure doesn't match: passed 3, expected from 0 to 2: In scope SELECT generateRandomStructure([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:43.341989 [ 92808 ] {fb5f6dde-c740-4046-84a3-44bd99c494f2} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'generateSnowflakeID'. Expected 2 optional arguments, got 3 arguments: In scope SELECT generateSnowflakeID([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT generateSnowflakeID([], [], []);) 2025.03.31 18:05:43.355040 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'generateSnowflakeID'. Expected 2 optional arguments, got 3 arguments: In scope SELECT generateSnowflakeID([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:43.394941 [ 92808 ] {a44cd62b-38ae-4051-9bf6-961c02b029fa} executeQuery: Code: 34. DB::Exception: Number of arguments for function generateULID doesn't match: passed 3, should be 0 or 1.: In scope SELECT generateULID([], [], []). (TOO_MANY_ARGUMENTS_FOR_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT generateULID([], [], []);) 2025.03.31 18:05:43.414570 [ 92808 ] {} TCPHandler: Code: 34. DB::Exception: Number of arguments for function generateULID doesn't match: passed 3, should be 0 or 1.: In scope SELECT generateULID([], [], []). (TOO_MANY_ARGUMENTS_FOR_FUNCTION) 2025.03.31 18:05:43.451498 [ 92808 ] {42135ebf-c828-433f-8e54-3eead8970590} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'generateUUIDv4'. Expected 1 optional argument, got 3 arguments: In scope SELECT generateUUIDv4([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT generateUUIDv4([], [], []);) 2025.03.31 18:05:43.479602 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'generateUUIDv4'. Expected 1 optional argument, got 3 arguments: In scope SELECT generateUUIDv4([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:43.537155 [ 92808 ] {48a5f736-8015-485c-b0c0-d6cdfe25826d} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'generateUUIDv7'. Expected 1 optional argument, got 3 arguments: In scope SELECT generateUUIDv7([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT generateUUIDv7([], [], []);) 2025.03.31 18:05:43.549219 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'generateUUIDv7'. Expected 1 optional argument, got 3 arguments: In scope SELECT generateUUIDv7([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:43.590443 [ 92808 ] {1b2451b1-708c-4b43-ba0e-948c55cf2adf} executeQuery: Code: 42. DB::Exception: Number of arguments for function geoDistance doesn't match: passed 3, should be 4: In scope SELECT geoDistance([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT geoDistance([], [], []);) 2025.03.31 18:05:43.610239 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function geoDistance doesn't match: passed 3, should be 4: In scope SELECT geoDistance([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:43.646587 [ 92808 ] {281d3cc0-a38d-4916-8c68-d03ef49e2c93} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function geoToH3. Must be Float64: In scope SELECT geoToH3([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT geoToH3([], [], []);) 2025.03.31 18:05:43.674858 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function geoToH3. Must be Float64: In scope SELECT geoToH3([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:43.714888 [ 92808 ] {f3593d08-4e0d-43a7-bbbf-6b51b2a9c3a7} executeQuery: Code: 42. DB::Exception: Number of arguments for function geoToS2 doesn't match: passed 3, should be 2: In scope SELECT geoToS2([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT geoToS2([], [], []);) 2025.03.31 18:05:43.737900 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function geoToS2 doesn't match: passed 3, should be 2: In scope SELECT geoToS2([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:43.778991 [ 92808 ] {0b2d87a9-9c99-4461-a29e-c88d5bfcafed} executeQuery: Code: 42. DB::Exception: Number of arguments for function geohashDecode doesn't match: passed 3, should be 1: In scope SELECT geohashDecode([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT geohashDecode([], [], []);) 2025.03.31 18:05:43.791793 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function geohashDecode doesn't match: passed 3, should be 1: In scope SELECT geohashDecode([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:43.834923 [ 92808 ] {895cc443-dd8d-4382-b128-193a0d847d70} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'longitude' to function 'geohashEncode'. Expected: Float*, got: Array(Nothing): In scope SELECT geohashEncode([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT geohashEncode([], [], []);) 2025.03.31 18:05:43.856361 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'longitude' to function 'geohashEncode'. Expected: Float*, got: Array(Nothing): In scope SELECT geohashEncode([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:43.894625 [ 92808 ] {4d3e6894-64c4-4689-84e4-ac52f1db7cff} executeQuery: Code: 42. DB::Exception: Number of arguments for function geohashesInBox doesn't match: passed 3, should be 5: In scope SELECT geohashesInBox([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT geohashesInBox([], [], []);) 2025.03.31 18:05:43.913573 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function geohashesInBox doesn't match: passed 3, should be 5: In scope SELECT geohashesInBox([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:43.948887 [ 92808 ] {1229a18e-ebeb-415f-9fda-34ee68035cd4} executeQuery: Code: 446. DB::Exception: The function getClientHTTPHeader requires setting `allow_get_client_http_header` to be enabled. (FUNCTION_NOT_ALLOWED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT getClientHTTPHeader([], [], []);) 2025.03.31 18:05:43.963060 [ 92808 ] {} TCPHandler: Code: 446. DB::Exception: The function getClientHTTPHeader requires setting `allow_get_client_http_header` to be enabled. (FUNCTION_NOT_ALLOWED) 2025.03.31 18:05:44.000757 [ 92808 ] {ec6757c5-9f04-42be-b340-b7fe3082085b} executeQuery: Code: 42. DB::Exception: Number of arguments for function getMacro doesn't match: passed 3, should be 1: In scope SELECT getMacro([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT getMacro([], [], []);) 2025.03.31 18:05:44.010870 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function getMacro doesn't match: passed 3, should be 1: In scope SELECT getMacro([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:44.053840 [ 92808 ] {70c79a91-bc98-4fee-900e-187dd76010a4} executeQuery: Code: 42. DB::Exception: Number of arguments for function getMaxTableNameLengthForDatabase doesn't match: passed 3, should be 1: In scope SELECT getMaxTableNameLengthForDatabase([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT getMaxTableNameLengthForDatabase([], [], []);) 2025.03.31 18:05:44.080258 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function getMaxTableNameLengthForDatabase doesn't match: passed 3, should be 1: In scope SELECT getMaxTableNameLengthForDatabase([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:44.116859 [ 92808 ] {67783b94-18e2-4704-8935-3db25ff4872e} executeQuery: Code: 42. DB::Exception: Number of arguments for function getOSKernelVersion doesn't match: passed 3, should be 0: In scope SELECT getOSKernelVersion([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT getOSKernelVersion([], [], []);) 2025.03.31 18:05:44.143798 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function getOSKernelVersion doesn't match: passed 3, should be 0: In scope SELECT getOSKernelVersion([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:44.181433 [ 92808 ] {0fb52839-91d4-4a98-86ce-1f5300753e1f} executeQuery: Code: 42. DB::Exception: Number of arguments for function getServerPort doesn't match: passed 3, should be 1: In scope SELECT getServerPort([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT getServerPort([], [], []);) 2025.03.31 18:05:44.194931 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function getServerPort doesn't match: passed 3, should be 1: In scope SELECT getServerPort([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:44.234198 [ 92808 ] {24b4b044-66b9-4828-9f75-2fc260646eab} executeQuery: Code: 42. DB::Exception: Number of arguments for function getSetting doesn't match: passed 3, should be 1: In scope SELECT getSetting([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT getSetting([], [], []);) 2025.03.31 18:05:44.247456 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function getSetting doesn't match: passed 3, should be 1: In scope SELECT getSetting([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:44.294919 [ 92808 ] {52dc3dce-fdf3-4f9b-a3bb-bdb8c8e223cc} executeQuery: Code: 42. DB::Exception: Number of arguments for function getSettingOrDefault doesn't match: passed 3, should be 2: In scope SELECT getSettingOrDefault([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT getSettingOrDefault([], [], []);) 2025.03.31 18:05:44.314500 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function getSettingOrDefault doesn't match: passed 3, should be 2: In scope SELECT getSettingOrDefault([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:44.348357 [ 92808 ] {99059ca0-d8a6-4c18-a624-a2d8735800eb} executeQuery: Code: 42. DB::Exception: Number of arguments for function getSizeOfEnumType doesn't match: passed 3, should be 1: In scope SELECT getSizeOfEnumType([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT getSizeOfEnumType([], [], []);) 2025.03.31 18:05:44.367230 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function getSizeOfEnumType doesn't match: passed 3, should be 1: In scope SELECT getSizeOfEnumType([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:44.402902 [ 92808 ] {e9864fad-bed9-414a-9643-148ccd17e53d} executeQuery: Code: 42. DB::Exception: Number of arguments for function getSubcolumn doesn't match: passed 3, should be 2: In scope SELECT getSubcolumn([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT getSubcolumn([], [], []);) 2025.03.31 18:05:44.411922 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function getSubcolumn doesn't match: passed 3, should be 2: In scope SELECT getSubcolumn([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:44.480559 [ 92808 ] {1c861398-236e-4930-bf77-30de2e979262} executeQuery: Code: 42. DB::Exception: Number of arguments for function getTypeSerializationStreams doesn't match: passed 3, should be 1: In scope SELECT getTypeSerializationStreams([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT getTypeSerializationStreams([], [], []);) 2025.03.31 18:05:44.491149 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function getTypeSerializationStreams doesn't match: passed 3, should be 1: In scope SELECT getTypeSerializationStreams([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:44.543680 [ 92808 ] {0ac07331-43eb-4dc6-8028-3848b382f150} executeQuery: Code: 42. DB::Exception: Function 'globalIn' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT globalIn([], [], []);) 2025.03.31 18:05:44.572601 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Function 'globalIn' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:44.608308 [ 92808 ] {90b699ad-0193-489a-b0ce-191f4570ef87} executeQuery: Code: 42. DB::Exception: Function 'globalInIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT globalInIgnoreSet([], [], []);) 2025.03.31 18:05:44.637059 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Function 'globalInIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:44.672061 [ 92808 ] {41d7c76c-09ed-4f13-b6ca-557241d2002f} executeQuery: Code: 42. DB::Exception: Function 'globalNotIn' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT globalNotIn([], [], []);) 2025.03.31 18:05:44.692334 [ 91612 ] {73cbd6a4-a339-4aa2-a9c5-75fcc116d4d2} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 146, m = 1. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60850) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (146, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:44.696352 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Function 'globalNotIn' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:44.710471 [ 91612 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 146, m = 1. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:44.739136 [ 92808 ] {70e3261d-f845-4909-ad0d-73e88f038eba} executeQuery: Code: 42. DB::Exception: Function 'globalNotInIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT globalNotInIgnoreSet([], [], []);) 2025.03.31 18:05:44.765467 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Function 'globalNotInIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:44.802774 [ 92808 ] {7dad223a-2655-4636-a20e-54ef7fb3e5a2} executeQuery: Code: 42. DB::Exception: Function 'globalNotNullIn' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT globalNotNullIn([], [], []);) 2025.03.31 18:05:44.822061 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Function 'globalNotNullIn' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:44.858464 [ 92808 ] {5c1b3646-8cc3-4192-92fb-6f079e146ac9} executeQuery: Code: 42. DB::Exception: Function 'globalNotNullInIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT globalNotNullInIgnoreSet([], [], []);) 2025.03.31 18:05:44.879375 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Function 'globalNotNullInIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:44.928866 [ 92808 ] {5199e663-044d-496c-bf4f-f17df06c91d0} executeQuery: Code: 42. DB::Exception: Function 'globalNullIn' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT globalNullIn([], [], []);) 2025.03.31 18:05:44.940520 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Function 'globalNullIn' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:44.983732 [ 92808 ] {cdd3b864-d256-4bd3-9a92-061638a817f6} executeQuery: Code: 42. DB::Exception: Function 'globalNullInIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT globalNullInIgnoreSet([], [], []);) 2025.03.31 18:05:45.001696 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Function 'globalNullInIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:45.036990 [ 92808 ] {4aee1527-d7b5-442b-89d7-4b0153d41992} executeQuery: Code: 42. DB::Exception: Number of arguments for function globalVariable doesn't match: passed 3, should be 1: In scope SELECT globalVariable([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT globalVariable([], [], []);) 2025.03.31 18:05:45.050736 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function globalVariable doesn't match: passed 3, should be 1: In scope SELECT globalVariable([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:45.092307 [ 92808 ] {a53b4248-ff6a-4250-9a91-429d06c90bcd} executeQuery: Code: 42. DB::Exception: Number of arguments for function greatCircleAngle doesn't match: passed 3, should be 4: In scope SELECT greatCircleAngle([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT greatCircleAngle([], [], []);) 2025.03.31 18:05:45.117098 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function greatCircleAngle doesn't match: passed 3, should be 4: In scope SELECT greatCircleAngle([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:45.177928 [ 92808 ] {537ff5bf-c19d-46a8-b52a-ef690c6ab233} executeQuery: Code: 42. DB::Exception: Number of arguments for function greatCircleDistance doesn't match: passed 3, should be 4: In scope SELECT greatCircleDistance([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT greatCircleDistance([], [], []);) 2025.03.31 18:05:45.196816 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function greatCircleDistance doesn't match: passed 3, should be 4: In scope SELECT greatCircleDistance([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:45.239603 [ 92808 ] {1252c76c-7be1-48b6-bfe5-6d8dd1262094} executeQuery: Code: 42. DB::Exception: Number of arguments for function greater doesn't match: passed 3, should be 2: In scope SELECT greater([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT greater([], [], []);) 2025.03.31 18:05:45.259065 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function greater doesn't match: passed 3, should be 2: In scope SELECT greater([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:45.294347 [ 92808 ] {865b6fe8-876f-4ba2-a19a-97aad3737c42} executeQuery: Code: 42. DB::Exception: Number of arguments for function greaterOrEquals doesn't match: passed 3, should be 2: In scope SELECT greaterOrEquals([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT greaterOrEquals([], [], []);) 2025.03.31 18:05:45.308479 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function greaterOrEquals doesn't match: passed 3, should be 2: In scope SELECT greaterOrEquals([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:45.428916 [ 92808 ] {be38eaed-baef-4ad9-be4e-5979fdf6049a} executeQuery: Code: 42. DB::Exception: Aggregate function groupArray requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT groupArray([], [], []);) 2025.03.31 18:05:45.443680 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function groupArray requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:45.485737 [ 92808 ] {9226b9d2-9fcb-4544-b9aa-37919e9ccd27} executeQuery: Code: 42. DB::Exception: Aggregate function groupArrayInsertAt requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT groupArrayInsertAt([], [], []);) 2025.03.31 18:05:45.502490 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function groupArrayInsertAt requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:45.546171 [ 92808 ] {06865f26-ee52-47b8-b327-39de2622a47e} executeQuery: Code: 42. DB::Exception: Aggregate function groupArrayIntersect requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT groupArrayIntersect([], [], []);) 2025.03.31 18:05:45.568387 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function groupArrayIntersect requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:45.604767 [ 92808 ] {47e53460-f516-446c-941d-6f427bb834fc} executeQuery: Code: 42. DB::Exception: Aggregate function groupArrayLast requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT groupArrayLast([], [], []);) 2025.03.31 18:05:45.630139 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function groupArrayLast requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:45.666822 [ 92808 ] {9b50a147-565c-4e20-9dd1-89b75700e665} executeQuery: Code: 42. DB::Exception: Aggregate function groupArrayMovingAvg requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT groupArrayMovingAvg([], [], []);) 2025.03.31 18:05:45.699383 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function groupArrayMovingAvg requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:45.757324 [ 92808 ] {75421081-7d9c-499e-af8b-48acba6f0c24} executeQuery: Code: 42. DB::Exception: Aggregate function groupArrayMovingSum requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT groupArrayMovingSum([], [], []);) 2025.03.31 18:05:45.783795 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function groupArrayMovingSum requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:45.826310 [ 92808 ] {e2ea7585-21ed-460e-b089-621438215081} executeQuery: Code: 42. DB::Exception: Aggregate function groupArraySample requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT groupArraySample([], [], []);) 2025.03.31 18:05:45.843508 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function groupArraySample requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:45.882367 [ 92808 ] {3e5fec4d-fa3b-4669-8a34-1b0a86bf9f46} executeQuery: Code: 42. DB::Exception: Aggregate function groupArraySorted requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT groupArraySorted([], [], []);) 2025.03.31 18:05:45.892495 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function groupArraySorted requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:45.942499 [ 92808 ] {54c229b4-65bc-4061-89a2-ae6474174830} executeQuery: Code: 42. DB::Exception: Aggregate function groupBitAnd requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT groupBitAnd([], [], []);) 2025.03.31 18:05:45.965463 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function groupBitAnd requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:46.003340 [ 92808 ] {235bc732-29b8-46a4-bbc1-c70ea248e908} executeQuery: Code: 42. DB::Exception: Aggregate function groupBitOr requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT groupBitOr([], [], []);) 2025.03.31 18:05:46.024768 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function groupBitOr requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:46.060741 [ 92808 ] {3f5a35e4-c703-409b-890a-32e32d0786fe} executeQuery: Code: 42. DB::Exception: Aggregate function groupBitXor requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT groupBitXor([], [], []);) 2025.03.31 18:05:46.083396 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function groupBitXor requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:46.143753 [ 92808 ] {3aa876f1-8bec-4167-bb68-c3339311ef7d} executeQuery: Code: 42. DB::Exception: Aggregate function groupBitmap requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT groupBitmap([], [], []);) 2025.03.31 18:05:46.164016 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function groupBitmap requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:46.199038 [ 92808 ] {af263860-b847-4ae7-b8d9-15c7fcfc9674} executeQuery: Code: 42. DB::Exception: Aggregate function groupBitmapAnd requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT groupBitmapAnd([], [], []);) 2025.03.31 18:05:46.218557 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function groupBitmapAnd requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:46.255158 [ 92808 ] {257dcd21-b92d-4495-8f06-fd1e83fa6fea} executeQuery: Code: 42. DB::Exception: Aggregate function groupBitmapOr requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT groupBitmapOr([], [], []);) 2025.03.31 18:05:46.296147 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function groupBitmapOr requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:46.339404 [ 92808 ] {d334d56e-6715-4c42-bd46-1e1d90ecb16f} executeQuery: Code: 42. DB::Exception: Aggregate function groupBitmapXor requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT groupBitmapXor([], [], []);) 2025.03.31 18:05:46.358425 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function groupBitmapXor requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:46.394369 [ 92808 ] {008ed09a-9708-41bb-864f-1945d6fb1fbf} executeQuery: Code: 42. DB::Exception: Aggregate function groupConcat requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT groupConcat([], [], []);) 2025.03.31 18:05:46.414267 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function groupConcat requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:46.469390 [ 92808 ] {e707b91c-cd69-44b1-bb11-853c4d93159b} executeQuery: Code: 42. DB::Exception: Aggregate function groupUniqArray requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT groupUniqArray([], [], []);) 2025.03.31 18:05:46.493462 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function groupUniqArray requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:46.531252 [ 92808 ] {f02dd67e-774e-4f6c-bfce-495af44ca803} executeQuery: Code: 42. DB::Exception: Aggregate function groupConcat requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT group_concat([], [], []);) 2025.03.31 18:05:46.552011 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function groupConcat requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:46.588508 [ 92808 ] {2c085d40-dc86-4dc0-b9ae-020f3ce21b3e} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3CellAreaM2 doesn't match: passed 3, should be 1: In scope SELECT h3CellAreaM2([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT h3CellAreaM2([], [], []);) 2025.03.31 18:05:46.601980 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3CellAreaM2 doesn't match: passed 3, should be 1: In scope SELECT h3CellAreaM2([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:46.642645 [ 92808 ] {5d47af4a-a40e-4b28-b19b-83284ccdc0ad} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3CellAreaRads2 doesn't match: passed 3, should be 1: In scope SELECT h3CellAreaRads2([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT h3CellAreaRads2([], [], []);) 2025.03.31 18:05:46.658322 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3CellAreaRads2 doesn't match: passed 3, should be 1: In scope SELECT h3CellAreaRads2([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:46.704610 [ 92808 ] {43bfe891-1162-49dd-bbb0-22aaade47581} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3Distance doesn't match: passed 3, should be 2: In scope SELECT h3Distance([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT h3Distance([], [], []);) 2025.03.31 18:05:46.717669 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3Distance doesn't match: passed 3, should be 2: In scope SELECT h3Distance([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:46.755807 [ 92808 ] {3b2e8856-a660-4712-8b83-a0c4025ad30d} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3EdgeAngle doesn't match: passed 3, should be 1: In scope SELECT h3EdgeAngle([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT h3EdgeAngle([], [], []);) 2025.03.31 18:05:46.776607 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3EdgeAngle doesn't match: passed 3, should be 1: In scope SELECT h3EdgeAngle([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:46.812905 [ 92808 ] {da31021f-67a2-4666-83f5-f975d70e2c12} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3EdgeLengthKm doesn't match: passed 3, should be 1: In scope SELECT h3EdgeLengthKm([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT h3EdgeLengthKm([], [], []);) 2025.03.31 18:05:46.825090 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3EdgeLengthKm doesn't match: passed 3, should be 1: In scope SELECT h3EdgeLengthKm([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:46.874571 [ 92808 ] {363c2d41-42ca-461c-855f-d72bf3f1465d} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3EdgeLengthM doesn't match: passed 3, should be 1: In scope SELECT h3EdgeLengthM([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT h3EdgeLengthM([], [], []);) 2025.03.31 18:05:46.897660 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3EdgeLengthM doesn't match: passed 3, should be 1: In scope SELECT h3EdgeLengthM([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:46.954635 [ 92808 ] {0d52b479-68ad-4bf9-9554-8317de97783f} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3ExactEdgeLengthKm doesn't match: passed 3, should be 1: In scope SELECT h3ExactEdgeLengthKm([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT h3ExactEdgeLengthKm([], [], []);) 2025.03.31 18:05:46.989306 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3ExactEdgeLengthKm doesn't match: passed 3, should be 1: In scope SELECT h3ExactEdgeLengthKm([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:47.054454 [ 92808 ] {d0b27055-6d2f-4b2f-a389-645568907cef} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3ExactEdgeLengthM doesn't match: passed 3, should be 1: In scope SELECT h3ExactEdgeLengthM([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT h3ExactEdgeLengthM([], [], []);) 2025.03.31 18:05:47.072441 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3ExactEdgeLengthM doesn't match: passed 3, should be 1: In scope SELECT h3ExactEdgeLengthM([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:47.110805 [ 92808 ] {1da4610e-e17f-4ad1-90d8-39dd254a9867} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3ExactEdgeLengthRads doesn't match: passed 3, should be 1: In scope SELECT h3ExactEdgeLengthRads([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT h3ExactEdgeLengthRads([], [], []);) 2025.03.31 18:05:47.123848 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3ExactEdgeLengthRads doesn't match: passed 3, should be 1: In scope SELECT h3ExactEdgeLengthRads([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:47.165887 [ 92808 ] {fb74098b-4f3d-4d19-a3c3-ff372285fbc5} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3GetBaseCell doesn't match: passed 3, should be 1: In scope SELECT h3GetBaseCell([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT h3GetBaseCell([], [], []);) 2025.03.31 18:05:47.179682 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3GetBaseCell doesn't match: passed 3, should be 1: In scope SELECT h3GetBaseCell([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:47.220036 [ 92808 ] {93718c99-b660-443b-a623-6ff8b1e291e1} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3GetDestinationIndexFromUnidirectionalEdge doesn't match: passed 3, should be 1: In scope SELECT h3GetDestinationIndexFromUnidirectionalEdge([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT h3GetDestinationIndexFromUnidirectionalEdge([], [], []);) 2025.03.31 18:05:47.232993 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3GetDestinationIndexFromUnidirectionalEdge doesn't match: passed 3, should be 1: In scope SELECT h3GetDestinationIndexFromUnidirectionalEdge([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:47.265933 [ 92808 ] {4f9f029c-f3cf-4603-aba8-4f7a3d9e63cb} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3GetFaces doesn't match: passed 3, should be 1: In scope SELECT h3GetFaces([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT h3GetFaces([], [], []);) 2025.03.31 18:05:47.279890 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3GetFaces doesn't match: passed 3, should be 1: In scope SELECT h3GetFaces([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:47.318921 [ 92808 ] {ba9760b5-d38c-4e18-a755-63974a35e76b} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3GetIndexesFromUnidirectionalEdge doesn't match: passed 3, should be 1: In scope SELECT h3GetIndexesFromUnidirectionalEdge([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT h3GetIndexesFromUnidirectionalEdge([], [], []);) 2025.03.31 18:05:47.328841 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3GetIndexesFromUnidirectionalEdge doesn't match: passed 3, should be 1: In scope SELECT h3GetIndexesFromUnidirectionalEdge([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:47.371003 [ 92808 ] {ebdc1383-68ef-494f-876b-34ed1cdb2eed} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3GetOriginIndexFromUnidirectionalEdge doesn't match: passed 3, should be 1: In scope SELECT h3GetOriginIndexFromUnidirectionalEdge([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT h3GetOriginIndexFromUnidirectionalEdge([], [], []);) 2025.03.31 18:05:47.390635 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3GetOriginIndexFromUnidirectionalEdge doesn't match: passed 3, should be 1: In scope SELECT h3GetOriginIndexFromUnidirectionalEdge([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:47.428519 [ 92808 ] {c8f0011b-f725-4e6a-b7b8-cfa80147eca7} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3GetPentagonIndexes doesn't match: passed 3, should be 1: In scope SELECT h3GetPentagonIndexes([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT h3GetPentagonIndexes([], [], []);) 2025.03.31 18:05:47.448114 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3GetPentagonIndexes doesn't match: passed 3, should be 1: In scope SELECT h3GetPentagonIndexes([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:47.485007 [ 92808 ] {812107f2-99b2-4e61-8c92-2d37fed35cbc} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3GetRes0Indexes doesn't match: passed 3, should be 0: In scope SELECT h3GetRes0Indexes([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT h3GetRes0Indexes([], [], []);) 2025.03.31 18:05:47.502125 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3GetRes0Indexes doesn't match: passed 3, should be 0: In scope SELECT h3GetRes0Indexes([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:47.540261 [ 92808 ] {ae84f5e3-334d-4d52-87e8-366b26614d49} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3GetResolution doesn't match: passed 3, should be 1: In scope SELECT h3GetResolution([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT h3GetResolution([], [], []);) 2025.03.31 18:05:47.560593 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3GetResolution doesn't match: passed 3, should be 1: In scope SELECT h3GetResolution([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:47.598689 [ 92808 ] {9001f428-20bf-4cd0-9182-08bb9d6f24c5} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3GetUnidirectionalEdge doesn't match: passed 3, should be 2: In scope SELECT h3GetUnidirectionalEdge([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT h3GetUnidirectionalEdge([], [], []);) 2025.03.31 18:05:47.618244 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3GetUnidirectionalEdge doesn't match: passed 3, should be 2: In scope SELECT h3GetUnidirectionalEdge([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:47.655058 [ 92808 ] {20a80837-6500-4676-bea7-9b27ecdcc986} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3GetUnidirectionalEdgeBoundary doesn't match: passed 3, should be 1: In scope SELECT h3GetUnidirectionalEdgeBoundary([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT h3GetUnidirectionalEdgeBoundary([], [], []);) 2025.03.31 18:05:47.672923 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3GetUnidirectionalEdgeBoundary doesn't match: passed 3, should be 1: In scope SELECT h3GetUnidirectionalEdgeBoundary([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:47.722671 [ 92808 ] {4c03a6d6-4a00-4eba-afd8-88863bafc588} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3GetUnidirectionalEdgesFromHexagon doesn't match: passed 3, should be 1: In scope SELECT h3GetUnidirectionalEdgesFromHexagon([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT h3GetUnidirectionalEdgesFromHexagon([], [], []);) 2025.03.31 18:05:47.735732 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3GetUnidirectionalEdgesFromHexagon doesn't match: passed 3, should be 1: In scope SELECT h3GetUnidirectionalEdgesFromHexagon([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:47.776449 [ 92808 ] {57606e55-5ac4-401d-bc88-adb290dd4628} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3HexAreaKm2 doesn't match: passed 3, should be 1: In scope SELECT h3HexAreaKm2([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT h3HexAreaKm2([], [], []);) 2025.03.31 18:05:47.790022 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3HexAreaKm2 doesn't match: passed 3, should be 1: In scope SELECT h3HexAreaKm2([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:47.827612 [ 92808 ] {5d132753-5219-48f7-9ef9-9e4eacb3359a} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3HexAreaM2 doesn't match: passed 3, should be 1: In scope SELECT h3HexAreaM2([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT h3HexAreaM2([], [], []);) 2025.03.31 18:05:47.841425 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3HexAreaM2 doesn't match: passed 3, should be 1: In scope SELECT h3HexAreaM2([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:47.883765 [ 92808 ] {56b43299-01ff-4bc1-90c6-3f2a4d357447} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3HexRing doesn't match: passed 3, should be 2: In scope SELECT h3HexRing([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT h3HexRing([], [], []);) 2025.03.31 18:05:47.892798 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3HexRing doesn't match: passed 3, should be 2: In scope SELECT h3HexRing([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:47.963610 [ 92808 ] {33c84643-acc3-4c4b-b2c0-e469defcad2b} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3IndexesAreNeighbors doesn't match: passed 3, should be 2: In scope SELECT h3IndexesAreNeighbors([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT h3IndexesAreNeighbors([], [], []);) 2025.03.31 18:05:47.981090 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3IndexesAreNeighbors doesn't match: passed 3, should be 2: In scope SELECT h3IndexesAreNeighbors([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:48.023730 [ 92808 ] {253ecaba-2c86-4bef-8f5b-f3fdb4fd3edc} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3IsPentagon doesn't match: passed 3, should be 1: In scope SELECT h3IsPentagon([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT h3IsPentagon([], [], []);) 2025.03.31 18:05:48.044549 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3IsPentagon doesn't match: passed 3, should be 1: In scope SELECT h3IsPentagon([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:48.084937 [ 92808 ] {e37ad6b9-9a7e-44fc-83ba-c5aa49a009bf} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3IsResClassIII doesn't match: passed 3, should be 1: In scope SELECT h3IsResClassIII([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT h3IsResClassIII([], [], []);) 2025.03.31 18:05:48.115176 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3IsResClassIII doesn't match: passed 3, should be 1: In scope SELECT h3IsResClassIII([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:48.158953 [ 92808 ] {4f0ba242-722d-4bde-abbd-4cbc27dc44d1} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3IsValid doesn't match: passed 3, should be 1: In scope SELECT h3IsValid([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT h3IsValid([], [], []);) 2025.03.31 18:05:48.178128 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3IsValid doesn't match: passed 3, should be 1: In scope SELECT h3IsValid([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:48.212181 [ 92808 ] {b8667660-6fae-40e9-aeb5-84208ba48280} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3Line doesn't match: passed 3, should be 2: In scope SELECT h3Line([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT h3Line([], [], []);) 2025.03.31 18:05:48.230612 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3Line doesn't match: passed 3, should be 2: In scope SELECT h3Line([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:48.263054 [ 92808 ] {6b5e0810-de9f-4953-8c4f-88145504e67c} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3NumHexagons doesn't match: passed 3, should be 1: In scope SELECT h3NumHexagons([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT h3NumHexagons([], [], []);) 2025.03.31 18:05:48.281107 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3NumHexagons doesn't match: passed 3, should be 1: In scope SELECT h3NumHexagons([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:48.335188 [ 92808 ] {44c65575-ae86-4623-9c84-7f54ad8f95d6} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3PointDistKm doesn't match: passed 3, should be 4: In scope SELECT h3PointDistKm([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT h3PointDistKm([], [], []);) 2025.03.31 18:05:48.354628 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3PointDistKm doesn't match: passed 3, should be 4: In scope SELECT h3PointDistKm([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:48.388481 [ 92808 ] {ec0a71c4-3425-4724-93b7-8160fa13ecaf} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3PointDistM doesn't match: passed 3, should be 4: In scope SELECT h3PointDistM([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT h3PointDistM([], [], []);) 2025.03.31 18:05:48.407423 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3PointDistM doesn't match: passed 3, should be 4: In scope SELECT h3PointDistM([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:48.465181 [ 92808 ] {03904572-9d67-4d8d-ad05-2f4f9fd368d0} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3PointDistRads doesn't match: passed 3, should be 4: In scope SELECT h3PointDistRads([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT h3PointDistRads([], [], []);) 2025.03.31 18:05:48.511974 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3PointDistRads doesn't match: passed 3, should be 4: In scope SELECT h3PointDistRads([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:48.590123 [ 92808 ] {3f42fedb-18a2-4b57-b529-7f0db2f60870} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3ToCenterChild doesn't match: passed 3, should be 2: In scope SELECT h3ToCenterChild([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT h3ToCenterChild([], [], []);) 2025.03.31 18:05:48.611703 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3ToCenterChild doesn't match: passed 3, should be 2: In scope SELECT h3ToCenterChild([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:48.678036 [ 92808 ] {775520e2-bfc7-4eaf-ab03-dfbb9733c8d3} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3ToChildren doesn't match: passed 3, should be 2: In scope SELECT h3ToChildren([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT h3ToChildren([], [], []);) 2025.03.31 18:05:48.699682 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3ToChildren doesn't match: passed 3, should be 2: In scope SELECT h3ToChildren([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:48.705874 [ 93334 ] {7473b486-c674-47b1-be9d-72ce053f3b19} executeQuery: Code: 41. DB::Exception: Cannot read DateTime: unexpected date: 2025-2-55: In scope SELECT parseDateTime64BestEffort('2.55'). (CANNOT_PARSE_DATETIME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34646) (comment: 01424_parse_date_time_bad_date.sql) (in query: select parseDateTime64BestEffort('2.55');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, unsigned short&, unsigned short&&, unsigned short&&) @ 0x00000000209153f7 4. ./build_docker/./src/IO/parseDateTimeBestEffort.cpp:99: DB::parseDateTime64BestEffort(DB::DateTime64&, unsigned int, DB::ReadBuffer&, DateLUTImpl const&, DateLUTImpl const&) @ 0x00000000208e3ab4 5. ./src/Functions/FunctionsConversion.h:977: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, unsigned int) @ 0x0000000032d436a5 6. ./src/Functions/FunctionsConversion.h:2661: DB::detail::FunctionConvertFromString::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032d06b07 7. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 8. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 10. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 18:05:48.736753 [ 93334 ] {} TCPHandler: Code: 41. DB::Exception: Cannot read DateTime: unexpected date: 2025-2-55: In scope SELECT parseDateTime64BestEffort('2.55'). (CANNOT_PARSE_DATETIME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, unsigned short&, unsigned short&&, unsigned short&&) @ 0x00000000209153f7 4. ./build_docker/./src/IO/parseDateTimeBestEffort.cpp:99: DB::parseDateTime64BestEffort(DB::DateTime64&, unsigned int, DB::ReadBuffer&, DateLUTImpl const&, DateLUTImpl const&) @ 0x00000000208e3ab4 5. ./src/Functions/FunctionsConversion.h:977: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, unsigned int) @ 0x0000000032d436a5 6. ./src/Functions/FunctionsConversion.h:2661: DB::detail::FunctionConvertFromString::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032d06b07 7. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 8. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 10. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 18:05:48.792678 [ 92808 ] {739e803d-15f8-4b4f-b702-8ec51f8cceef} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3ToGeo doesn't match: passed 3, should be 1: In scope SELECT h3ToGeo([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT h3ToGeo([], [], []);) 2025.03.31 18:05:48.803889 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3ToGeo doesn't match: passed 3, should be 1: In scope SELECT h3ToGeo([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:48.873015 [ 92808 ] {7cf786ce-474b-4257-b43c-286b15608ecf} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3ToGeoBoundary doesn't match: passed 3, should be 1: In scope SELECT h3ToGeoBoundary([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT h3ToGeoBoundary([], [], []);) 2025.03.31 18:05:48.890828 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3ToGeoBoundary doesn't match: passed 3, should be 1: In scope SELECT h3ToGeoBoundary([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:48.997273 [ 92808 ] {6258180f-fe29-407e-a98b-2cd134ad1896} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3ToParent doesn't match: passed 3, should be 2: In scope SELECT h3ToParent([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT h3ToParent([], [], []);) 2025.03.31 18:05:49.024915 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3ToParent doesn't match: passed 3, should be 2: In scope SELECT h3ToParent([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:49.121404 [ 92808 ] {4e4dcebe-e183-4e38-bb3d-60d7b156147e} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3ToString doesn't match: passed 3, should be 1: In scope SELECT h3ToString([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT h3ToString([], [], []);) 2025.03.31 18:05:49.143592 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3ToString doesn't match: passed 3, should be 1: In scope SELECT h3ToString([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:49.189257 [ 92808 ] {df24460c-e727-45c2-96ef-064af504a271} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3UnidirectionalEdgeIsValid doesn't match: passed 3, should be 1: In scope SELECT h3UnidirectionalEdgeIsValid([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT h3UnidirectionalEdgeIsValid([], [], []);) 2025.03.31 18:05:49.209747 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3UnidirectionalEdgeIsValid doesn't match: passed 3, should be 1: In scope SELECT h3UnidirectionalEdgeIsValid([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:49.238846 [ 92815 ] {34f8baa2-3858-4cb0-ab52-8286acb1bc45} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -150, m = 2. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34672) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-150, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:49.265304 [ 92808 ] {c219ba35-cc9f-4a35-b17f-d16163ad12f2} executeQuery: Code: 42. DB::Exception: Number of arguments for function h3kRing doesn't match: passed 3, should be 2: In scope SELECT h3kRing([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT h3kRing([], [], []);) 2025.03.31 18:05:49.269471 [ 92815 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -150, m = 2. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:49.296345 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function h3kRing doesn't match: passed 3, should be 2: In scope SELECT h3kRing([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:49.504117 [ 92808 ] {82d0dcb9-6efc-4b5f-80bd-879afee0f89a} executeQuery: Code: 42. DB::Exception: Number of arguments for function has doesn't match: passed 3, should be 2: In scope SELECT has([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT has([], [], []);) 2025.03.31 18:05:49.522910 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function has doesn't match: passed 3, should be 2: In scope SELECT has([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:49.571231 [ 92808 ] {caac69df-62b1-43be-ac01-b507a1e56657} executeQuery: Code: 42. DB::Exception: Number of arguments for function hasAll doesn't match: passed 3, should be 2: In scope SELECT hasAll([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT hasAll([], [], []);) 2025.03.31 18:05:49.591008 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function hasAll doesn't match: passed 3, should be 2: In scope SELECT hasAll([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:49.641946 [ 92808 ] {f5932ffe-4e2f-4371-99fe-7026dbd8d4ef} executeQuery: Code: 42. DB::Exception: Number of arguments for function hasAny doesn't match: passed 3, should be 2: In scope SELECT hasAny([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT hasAny([], [], []);) 2025.03.31 18:05:49.661009 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function hasAny doesn't match: passed 3, should be 2: In scope SELECT hasAny([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:49.703486 [ 92808 ] {762d8c2e-58ba-4dc4-9a0b-8bc3ff5f6e7f} executeQuery: Code: 43. DB::Exception: First argument for function hasColumnInTable must be const String.: In scope SELECT hasColumnInTable([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT hasColumnInTable([], [], []);) 2025.03.31 18:05:49.723228 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function hasColumnInTable must be const String.: In scope SELECT hasColumnInTable([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:49.774500 [ 92808 ] {b280dc68-25f3-46d1-8d1e-cf2955a550ca} executeQuery: Code: 42. DB::Exception: Number of arguments for function hasSubsequence doesn't match: passed 3, should be 2: In scope SELECT hasSubsequence([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT hasSubsequence([], [], []);) 2025.03.31 18:05:49.793416 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function hasSubsequence doesn't match: passed 3, should be 2: In scope SELECT hasSubsequence([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:49.831003 [ 92808 ] {e1e5ef4e-f8f9-4678-9082-4c3e1de13365} executeQuery: Code: 42. DB::Exception: Number of arguments for function hasSubsequenceCaseInsensitive doesn't match: passed 3, should be 2: In scope SELECT hasSubsequenceCaseInsensitive([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT hasSubsequenceCaseInsensitive([], [], []);) 2025.03.31 18:05:49.850526 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function hasSubsequenceCaseInsensitive doesn't match: passed 3, should be 2: In scope SELECT hasSubsequenceCaseInsensitive([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:49.889817 [ 92808 ] {fcf8eb95-08be-4091-8d2c-f2d2e50cc5c2} executeQuery: Code: 42. DB::Exception: Number of arguments for function hasSubsequenceCaseInsensitiveUTF8 doesn't match: passed 3, should be 2: In scope SELECT hasSubsequenceCaseInsensitiveUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT hasSubsequenceCaseInsensitiveUTF8([], [], []);) 2025.03.31 18:05:49.907246 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function hasSubsequenceCaseInsensitiveUTF8 doesn't match: passed 3, should be 2: In scope SELECT hasSubsequenceCaseInsensitiveUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:49.933622 [ 93852 ] {b8f48d82-cfcf-4824-8121-5e8110c6bd05} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -149, m = 1. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34760) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-149, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:49.942577 [ 92808 ] {8b72597d-c78d-4ab8-847e-d5495a49c721} executeQuery: Code: 42. DB::Exception: Number of arguments for function hasSubsequenceUTF8 doesn't match: passed 3, should be 2: In scope SELECT hasSubsequenceUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT hasSubsequenceUTF8([], [], []);) 2025.03.31 18:05:49.954679 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function hasSubsequenceUTF8 doesn't match: passed 3, should be 2: In scope SELECT hasSubsequenceUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:49.974016 [ 93852 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -149, m = 1. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:50.003921 [ 92808 ] {919be3c7-8abf-4c20-a45c-0b9bf5253ed6} executeQuery: Code: 42. DB::Exception: Number of arguments for function hasSubstr doesn't match: passed 3, should be 2: In scope SELECT hasSubstr([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT hasSubstr([], [], []);) 2025.03.31 18:05:50.016996 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function hasSubstr doesn't match: passed 3, should be 2: In scope SELECT hasSubstr([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:50.073041 [ 92808 ] {58d3220e-b062-4cec-8be4-054c973d7c53} executeQuery: Code: 42. DB::Exception: Number of arguments for function hasThreadFuzzer doesn't match: passed 3, should be 0: In scope SELECT hasThreadFuzzer([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT hasThreadFuzzer([], [], []);) 2025.03.31 18:05:50.103641 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function hasThreadFuzzer doesn't match: passed 3, should be 0: In scope SELECT hasThreadFuzzer([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:50.137882 [ 92808 ] {a2d2b3df-1f5f-435e-93c8-55f6159d0608} executeQuery: Code: 42. DB::Exception: Number of arguments for function hasToken doesn't match: passed 3, should be 2: In scope SELECT hasToken([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT hasToken([], [], []);) 2025.03.31 18:05:50.149998 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function hasToken doesn't match: passed 3, should be 2: In scope SELECT hasToken([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:50.204331 [ 92808 ] {3c3ef7f6-4c44-4efe-b736-6d636a3ad15e} executeQuery: Code: 42. DB::Exception: Number of arguments for function hasTokenCaseInsensitive doesn't match: passed 3, should be 2: In scope SELECT hasTokenCaseInsensitive([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT hasTokenCaseInsensitive([], [], []);) 2025.03.31 18:05:50.223866 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function hasTokenCaseInsensitive doesn't match: passed 3, should be 2: In scope SELECT hasTokenCaseInsensitive([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:50.259027 [ 92808 ] {51559383-7fbd-4b49-89d8-833f9c9bab77} executeQuery: Code: 42. DB::Exception: Number of arguments for function hasTokenCaseInsensitiveOrNull doesn't match: passed 3, should be 2: In scope SELECT hasTokenCaseInsensitiveOrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT hasTokenCaseInsensitiveOrNull([], [], []);) 2025.03.31 18:05:50.277904 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function hasTokenCaseInsensitiveOrNull doesn't match: passed 3, should be 2: In scope SELECT hasTokenCaseInsensitiveOrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:50.311891 [ 92808 ] {de3a907b-a1d6-4046-b5ab-59ab81c1d925} executeQuery: Code: 42. DB::Exception: Number of arguments for function hasTokenOrNull doesn't match: passed 3, should be 2: In scope SELECT hasTokenOrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT hasTokenOrNull([], [], []);) 2025.03.31 18:05:50.341686 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function hasTokenOrNull doesn't match: passed 3, should be 2: In scope SELECT hasTokenOrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:50.405443 [ 92808 ] {a4d9d342-1483-4d07-8eb6-76d4a0ef320a} executeQuery: Code: 42. DB::Exception: Number of arguments for function hex doesn't match: passed 3, should be 1: In scope SELECT hex([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT hex([], [], []);) 2025.03.31 18:05:50.421804 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function hex doesn't match: passed 3, should be 1: In scope SELECT hex([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:50.459219 [ 92808 ] {92ba9f12-d076-4e9d-b5d7-6da630084b20} executeQuery: Code: 42. DB::Exception: Number of arguments for function hilbertDecode doesn't match: passed 3, should be 2: In scope SELECT hilbertDecode([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT hilbertDecode([], [], []);) 2025.03.31 18:05:50.479098 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function hilbertDecode doesn't match: passed 3, should be 2: In scope SELECT hilbertDecode([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:50.514233 [ 92808 ] {3567f802-e77a-4cdd-be3c-2960d041aabc} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for function hilbertEncode, should be a native UInt: In scope SELECT hilbertEncode([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT hilbertEncode([], [], []);) 2025.03.31 18:05:50.530108 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for function hilbertEncode, should be a native UInt: In scope SELECT hilbertEncode([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:50.573122 [ 92808 ] {04cd8c42-606c-4db2-8bb1-bc8f12686f77} executeQuery: Code: 42. DB::Exception: Function histogram requires single parameter: bins count. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT histogram([], [], []);) 2025.03.31 18:05:50.601244 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Function histogram requires single parameter: bins count. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:50.650073 [ 92808 ] {4a3f8e1f-798f-4f6a-aa9c-4be0203eea5f} executeQuery: Code: 48. DB::Exception: Hive hash is not combineable for multiple arguments: In scope SELECT hiveHash([], [], []). (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT hiveHash([], [], []);) 2025.03.31 18:05:50.670592 [ 92808 ] {} TCPHandler: Code: 48. DB::Exception: Hive hash is not combineable for multiple arguments: In scope SELECT hiveHash([], [], []). (NOT_IMPLEMENTED) 2025.03.31 18:05:50.707103 [ 92808 ] {f401a800-9aa2-4d01-9db6-86da45f2cd90} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function hop. Should be a date with time: In scope SELECT hop([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT hop([], [], []);) 2025.03.31 18:05:50.718942 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function hop. Should be a date with time: In scope SELECT hop([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:50.756139 [ 92808 ] {3ac15060-ddd6-477f-a0be-6129bb58987a} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function hopEnd. Should be a date with time: In scope SELECT hopEnd([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT hopEnd([], [], []);) 2025.03.31 18:05:50.773239 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function hopEnd. Should be a date with time: In scope SELECT hopEnd([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:50.808926 [ 92808 ] {e8727d96-946a-4955-a465-ce007dd15e7e} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function hopStart. Should be a date with time: In scope SELECT hopStart([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT hopStart([], [], []);) 2025.03.31 18:05:50.827469 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function hopStart. Should be a date with time: In scope SELECT hopStart([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:50.880061 [ 92808 ] {4e196055-93c9-4ef9-aeab-05407bac64f5} executeQuery: Code: 42. DB::Exception: Number of arguments for function hostName doesn't match: passed 3, should be 0: In scope SELECT hostName([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT hostName([], [], []);) 2025.03.31 18:05:50.889821 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function hostName doesn't match: passed 3, should be 0: In scope SELECT hostName([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:50.949971 [ 92808 ] {4396375e-6bad-4ccf-867b-4fe69ee49484} executeQuery: Code: 42. DB::Exception: Number of arguments for function hostName doesn't match: passed 3, should be 0: In scope SELECT hostname([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT hostname([], [], []);) 2025.03.31 18:05:50.965232 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function hostName doesn't match: passed 3, should be 0: In scope SELECT hostname([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:51.002182 [ 92808 ] {2d458409-4eb2-4ab8-9292-2f1c75a098af} executeQuery: Code: 42. DB::Exception: Number of arguments for function hypot doesn't match: passed 3, should be 2: In scope SELECT hypot([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT hypot([], [], []);) 2025.03.31 18:05:51.016898 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function hypot doesn't match: passed 3, should be 2: In scope SELECT hypot([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:51.053371 [ 92808 ] {8c0f787d-9cfd-4194-9328-84b2677d1505} executeQuery: Code: 42. DB::Exception: Number of arguments for function identity doesn't match: passed 3, should be 1: In scope SELECT identity([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT identity([], [], []);) 2025.03.31 18:05:51.071748 [ 91424 ] {7d3482c6-3fdd-4e0f-813b-cb9ea017e1b2} executeQuery: Code: 128. DB::Exception: Too large array size in GenerateRandom: 9223372036854775807, maximum: 1073741824. (TOO_LARGE_ARRAY_SIZE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34872) (comment: 01352_generate_random_overflow.sql) (in query: SELECT i FROM generateRandom('i Array(Nullable(Enum8(\'hello\' = 1, \'world\' = 5)))', 1025, 65535, 9223372036854775807) LIMIT 10;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long const&) @ 0x000000000afed8ed 4. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:631: DB::StorageGenerateRandom::StorageGenerateRandom(DB::StorageID const&, DB::ColumnsDescription const&, String const&, unsigned long, unsigned long, std::optional const&) @ 0x000000003c9f9fb4 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID, DB::ColumnsDescription&, String, unsigned long const&, unsigned long const&, std::optional const&, void>(std::allocator const&, DB::StorageID&&, DB::ColumnsDescription&, String&&, unsigned long const&, unsigned long const&, std::optional const&) @ 0x000000002742b0ce 6. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::(anonymous namespace)::TableFunctionGenerateRandom::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x000000002742a508 7. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 8. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 14. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 18:05:51.072747 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function identity doesn't match: passed 3, should be 1: In scope SELECT identity([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:51.080463 [ 91424 ] {} TCPHandler: Code: 128. DB::Exception: Too large array size in GenerateRandom: 9223372036854775807, maximum: 1073741824. (TOO_LARGE_ARRAY_SIZE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long const&) @ 0x000000000afed8ed 4. ./build_docker/./src/Storages/StorageGenerateRandom.cpp:631: DB::StorageGenerateRandom::StorageGenerateRandom(DB::StorageID const&, DB::ColumnsDescription const&, String const&, unsigned long, unsigned long, std::optional const&) @ 0x000000003c9f9fb4 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID, DB::ColumnsDescription&, String, unsigned long const&, unsigned long const&, std::optional const&, void>(std::allocator const&, DB::StorageID&&, DB::ColumnsDescription&, String&&, unsigned long const&, unsigned long const&, std::optional const&) @ 0x000000002742b0ce 6. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::(anonymous namespace)::TableFunctionGenerateRandom::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x000000002742a508 7. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 8. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 14. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 18:05:51.108058 [ 92808 ] {03cddde1-a535-4c02-8b67-766719b73217} executeQuery: Code: 42. DB::Exception: Number of arguments for function idnaDecode doesn't match: passed 3, should be 1: In scope SELECT idnaDecode([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT idnaDecode([], [], []);) 2025.03.31 18:05:51.127169 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function idnaDecode doesn't match: passed 3, should be 1: In scope SELECT idnaDecode([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:51.164143 [ 92808 ] {dc91ba15-ce3f-4b21-8b5e-0a8f150441cc} executeQuery: Code: 42. DB::Exception: Number of arguments for function idnaEncode doesn't match: passed 3, should be 1: In scope SELECT idnaEncode([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT idnaEncode([], [], []);) 2025.03.31 18:05:51.175645 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function idnaEncode doesn't match: passed 3, should be 1: In scope SELECT idnaEncode([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:51.224022 [ 92808 ] {6e3595c8-8e02-4386-ac89-494636c7b021} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument (condition) of function if. Must be UInt8.: In scope SELECT if([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT if([], [], []);) 2025.03.31 18:05:51.240145 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument (condition) of function if. Must be UInt8.: In scope SELECT if([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:51.284916 [ 92808 ] {8a6fb22f-9fea-481e-896b-c300d98b9312} executeQuery: Code: 42. DB::Exception: Number of arguments for function ifNotFinite doesn't match: passed 3, should be 2: In scope SELECT ifNotFinite([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT ifNotFinite([], [], []);) 2025.03.31 18:05:51.301331 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function ifNotFinite doesn't match: passed 3, should be 2: In scope SELECT ifNotFinite([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:51.356969 [ 92808 ] {b5744414-1eb6-42e8-8b5a-306eedceaa74} executeQuery: Code: 42. DB::Exception: Number of arguments for function ifNull doesn't match: passed 3, should be 2: In scope SELECT ifNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT ifNull([], [], []);) 2025.03.31 18:05:51.368412 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function ifNull doesn't match: passed 3, should be 2: In scope SELECT ifNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:51.519669 [ 92808 ] {cc5cddba-6d1e-4498-ab12-fbdcf59f41b7} executeQuery: Code: 42. DB::Exception: Number of arguments for function ilike doesn't match: passed 3, should be 2: In scope SELECT ilike([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT ilike([], [], []);) 2025.03.31 18:05:51.530092 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function ilike doesn't match: passed 3, should be 2: In scope SELECT ilike([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:51.570680 [ 92808 ] {7d0fb187-38f8-4817-9101-7f859de8a84b} executeQuery: Code: 42. DB::Exception: Function 'in' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT in([], [], []);) 2025.03.31 18:05:51.589458 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Function 'in' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:51.623282 [ 92808 ] {d80353b1-0117-40df-817c-9c557d9d9795} executeQuery: Code: 42. DB::Exception: Function 'inIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT inIgnoreSet([], [], []);) 2025.03.31 18:05:51.635177 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Function 'inIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:51.782471 [ 92808 ] {da06ef14-b1c9-4341-b7e0-42217e6858a6} executeQuery: Code: 42. DB::Exception: Number of arguments for function indexOf doesn't match: passed 3, should be 2: In scope SELECT indexOf([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT indexOf([], [], []);) 2025.03.31 18:05:51.799778 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function indexOf doesn't match: passed 3, should be 2: In scope SELECT indexOf([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:51.836760 [ 92808 ] {3ff34420-0c68-4ca2-8107-c48de8935f97} executeQuery: Code: 42. DB::Exception: Number of arguments for function indexOfAssumeSorted doesn't match: passed 3, should be 2: In scope SELECT indexOfAssumeSorted([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT indexOfAssumeSorted([], [], []);) 2025.03.31 18:05:51.855386 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function indexOfAssumeSorted doesn't match: passed 3, should be 2: In scope SELECT indexOfAssumeSorted([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:51.889500 [ 92808 ] {89cea6d6-c194-44ca-94b7-53a1a4b35640} executeQuery: Code: 42. DB::Exception: Number of arguments for function initcap doesn't match: passed 3, should be 1: In scope SELECT initcap([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT initcap([], [], []);) 2025.03.31 18:05:51.907116 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function initcap doesn't match: passed 3, should be 1: In scope SELECT initcap([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:51.952958 [ 92808 ] {aec487f9-affe-4d61-9cfe-1cf79ee3b256} executeQuery: Code: 42. DB::Exception: Number of arguments for function initcapUTF8 doesn't match: passed 3, should be 1: In scope SELECT initcapUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT initcapUTF8([], [], []);) 2025.03.31 18:05:51.960594 [ 92286 ] {c5f6ff7e-c92e-4107-8b17-1a9ab8f3e364} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 304: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34938) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (152, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:51.966926 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function initcapUTF8 doesn't match: passed 3, should be 1: In scope SELECT initcapUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:51.990724 [ 92286 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 304: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:52.005003 [ 92808 ] {127809ae-3cd9-4fcb-949a-70c908077781} executeQuery: Code: 42. DB::Exception: Number of arguments for function initialQueryID doesn't match: passed 3, should be 0: In scope SELECT initialQueryID([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT initialQueryID([], [], []);) 2025.03.31 18:05:52.018143 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function initialQueryID doesn't match: passed 3, should be 0: In scope SELECT initialQueryID([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:52.063306 [ 92808 ] {6b1cc7a9-2055-48dc-9c8a-e86d4afe11f3} executeQuery: Code: 42. DB::Exception: Number of arguments for function initialQueryID doesn't match: passed 3, should be 0: In scope SELECT initial_query_id([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT initial_query_id([], [], []);) 2025.03.31 18:05:52.075224 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function initialQueryID doesn't match: passed 3, should be 0: In scope SELECT initial_query_id([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:52.116006 [ 92808 ] {edf4731c-1920-4e14-a716-1f275a91aaf2} executeQuery: Code: 43. DB::Exception: First argument for function initializeAggregation must be constant string: name of aggregate function.: In scope SELECT initializeAggregation([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT initializeAggregation([], [], []);) 2025.03.31 18:05:52.132708 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function initializeAggregation must be constant string: name of aggregate function.: In scope SELECT initializeAggregation([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:52.180347 [ 92808 ] {e646db94-c69a-41c8-9d21-4209f058916b} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function positionCaseInsensitive: In scope SELECT instr([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT instr([], [], []);) 2025.03.31 18:05:52.199276 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function positionCaseInsensitive: In scope SELECT instr([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:52.235603 [ 92808 ] {36531ed0-0647-42c3-a1b7-199186456158} executeQuery: Code: 42. DB::Exception: Number of arguments for function intDiv doesn't match: passed 3, should be 2: In scope SELECT intDiv([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT intDiv([], [], []);) 2025.03.31 18:05:52.255386 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function intDiv doesn't match: passed 3, should be 2: In scope SELECT intDiv([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:52.295762 [ 92808 ] {1eb3484a-614e-4af2-896a-eaa5823972c6} executeQuery: Code: 42. DB::Exception: Number of arguments for function intDivOrZero doesn't match: passed 3, should be 2: In scope SELECT intDivOrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT intDivOrZero([], [], []);) 2025.03.31 18:05:52.310779 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function intDivOrZero doesn't match: passed 3, should be 2: In scope SELECT intDivOrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:52.351050 [ 92808 ] {5bffca17-5e83-401d-844c-d864745248fe} executeQuery: Code: 42. DB::Exception: Number of arguments for function intExp10 doesn't match: passed 3, should be 1: In scope SELECT intExp10([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT intExp10([], [], []);) 2025.03.31 18:05:52.370868 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function intExp10 doesn't match: passed 3, should be 1: In scope SELECT intExp10([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:52.406464 [ 92808 ] {d52be735-c317-4e8f-925b-5bf12f80e9df} executeQuery: Code: 42. DB::Exception: Number of arguments for function intExp2 doesn't match: passed 3, should be 1: In scope SELECT intExp2([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT intExp2([], [], []);) 2025.03.31 18:05:52.418821 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function intExp2 doesn't match: passed 3, should be 1: In scope SELECT intExp2([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:52.467488 [ 92808 ] {9e1bb6da-a630-48db-b59d-bb2a7b870a31} executeQuery: Code: 42. DB::Exception: Number of arguments for function intHash32 doesn't match: passed 3, should be 1: In scope SELECT intHash32([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT intHash32([], [], []);) 2025.03.31 18:05:52.482386 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function intHash32 doesn't match: passed 3, should be 1: In scope SELECT intHash32([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:52.522118 [ 92808 ] {f028230e-12cb-4676-a892-36c9995c3d8e} executeQuery: Code: 42. DB::Exception: Number of arguments for function intHash64 doesn't match: passed 3, should be 1: In scope SELECT intHash64([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT intHash64([], [], []);) 2025.03.31 18:05:52.537361 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function intHash64 doesn't match: passed 3, should be 1: In scope SELECT intHash64([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:52.575075 [ 92808 ] {ddd00efc-e4d0-4611-9e52-ca0257dde59f} executeQuery: Code: 42. DB::Exception: Aggregate function intervalLengthSum requires two timestamps argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT intervalLengthSum([], [], []);) 2025.03.31 18:05:52.588358 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function intervalLengthSum requires two timestamps argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:52.631101 [ 92808 ] {c3c7328d-e667-4c12-9b2d-d941309c87ba} executeQuery: Code: 42. DB::Exception: Number of arguments for function isConstant doesn't match: passed 3, should be 1: In scope SELECT isConstant([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT isConstant([], [], []);) 2025.03.31 18:05:52.649615 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function isConstant doesn't match: passed 3, should be 1: In scope SELECT isConstant([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:52.684626 [ 92808 ] {fe78c2f9-5351-49ae-b451-1d56dbd1a25f} executeQuery: Code: 42. DB::Exception: Number of arguments for function isDecimalOverflow doesn't match: passed 3, should be 1 or 2.: In scope SELECT isDecimalOverflow([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT isDecimalOverflow([], [], []);) 2025.03.31 18:05:52.701030 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function isDecimalOverflow doesn't match: passed 3, should be 1 or 2.: In scope SELECT isDecimalOverflow([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:52.736758 [ 92808 ] {80962c06-406d-488a-aa52-0c5d9a2c99cb} executeQuery: Code: 42. DB::Exception: Number of arguments for function isDynamicElementInSharedData doesn't match: passed 3, should be 1: In scope SELECT isDynamicElementInSharedData([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT isDynamicElementInSharedData([], [], []);) 2025.03.31 18:05:52.747816 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function isDynamicElementInSharedData doesn't match: passed 3, should be 1: In scope SELECT isDynamicElementInSharedData([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:52.792486 [ 92808 ] {ea09bb8b-2ce0-4452-8760-5fb8015fdf02} executeQuery: Code: 42. DB::Exception: Number of arguments for function isFinite doesn't match: passed 3, should be 1: In scope SELECT isFinite([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT isFinite([], [], []);) 2025.03.31 18:05:52.805319 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function isFinite doesn't match: passed 3, should be 1: In scope SELECT isFinite([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:52.845936 [ 92808 ] {cafc5e44-b299-4cac-9831-f3521125327f} executeQuery: Code: 42. DB::Exception: Number of arguments for function isIPAddressInRange doesn't match: passed 3, should be 2: In scope SELECT isIPAddressInRange([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT isIPAddressInRange([], [], []);) 2025.03.31 18:05:52.864504 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function isIPAddressInRange doesn't match: passed 3, should be 2: In scope SELECT isIPAddressInRange([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:52.901128 [ 92808 ] {0f9483e7-2939-49a6-b2f1-f9e230af406b} executeQuery: Code: 42. DB::Exception: Number of arguments for function isIPv4String doesn't match: passed 3, should be 1: In scope SELECT isIPv4String([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT isIPv4String([], [], []);) 2025.03.31 18:05:52.920127 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function isIPv4String doesn't match: passed 3, should be 1: In scope SELECT isIPv4String([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:52.957526 [ 92808 ] {158517c1-9045-473e-860d-2905413084f3} executeQuery: Code: 42. DB::Exception: Number of arguments for function isIPv6String doesn't match: passed 3, should be 1: In scope SELECT isIPv6String([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT isIPv6String([], [], []);) 2025.03.31 18:05:52.971861 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function isIPv6String doesn't match: passed 3, should be 1: In scope SELECT isIPv6String([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:53.013912 [ 92808 ] {ebf602bd-cd85-448e-96fe-a225e44eff13} executeQuery: Code: 42. DB::Exception: Number of arguments for function isInfinite doesn't match: passed 3, should be 1: In scope SELECT isInfinite([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT isInfinite([], [], []);) 2025.03.31 18:05:53.033077 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function isInfinite doesn't match: passed 3, should be 1: In scope SELECT isInfinite([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:53.052200 [ 92814 ] {c65b84f8-db24-4b9d-8457-9120d66ec5ce} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 306: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35034) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (153, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:53.070427 [ 92808 ] {7c4a38c0-3eb9-483b-b92f-7f24fa6a9ffd} executeQuery: Code: 42. DB::Exception: Number of arguments for function isNaN doesn't match: passed 3, should be 1: In scope SELECT isNaN([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT isNaN([], [], []);) 2025.03.31 18:05:53.082374 [ 92814 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 306: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:53.089489 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function isNaN doesn't match: passed 3, should be 1: In scope SELECT isNaN([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:53.159348 [ 92808 ] {edd06185-54b6-41e6-aaea-6e0827ab9b8a} executeQuery: Code: 42. DB::Exception: Number of arguments for function isNotDistinctFrom doesn't match: passed 3, should be 2: In scope SELECT isNotDistinctFrom([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT isNotDistinctFrom([], [], []);) 2025.03.31 18:05:53.179279 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function isNotDistinctFrom doesn't match: passed 3, should be 2: In scope SELECT isNotDistinctFrom([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:53.217415 [ 92808 ] {6ca3a913-10c1-4777-a640-5f0281a4b816} executeQuery: Code: 42. DB::Exception: Number of arguments for function isNotNull doesn't match: passed 3, should be 1: In scope SELECT isNotNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT isNotNull([], [], []);) 2025.03.31 18:05:53.236601 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function isNotNull doesn't match: passed 3, should be 1: In scope SELECT isNotNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:53.274047 [ 92808 ] {c5847c04-4afc-4d85-a158-f0baa2380ffc} executeQuery: Code: 42. DB::Exception: Number of arguments for function isNull doesn't match: passed 3, should be 1: In scope SELECT isNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT isNull([], [], []);) 2025.03.31 18:05:53.285060 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function isNull doesn't match: passed 3, should be 1: In scope SELECT isNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:53.332290 [ 92808 ] {a15a2d68-8fa0-4b4c-8857-e6b30fb93468} executeQuery: Code: 42. DB::Exception: Number of arguments for function isNullable doesn't match: passed 3, should be 1: In scope SELECT isNullable([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT isNullable([], [], []);) 2025.03.31 18:05:53.350817 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function isNullable doesn't match: passed 3, should be 1: In scope SELECT isNullable([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:53.393125 [ 92808 ] {bd7c172e-5458-4cbc-981b-db94a7ed344b} executeQuery: Code: 42. DB::Exception: Function isValidJSON needs exactly one argument: In scope SELECT isValidJSON([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT isValidJSON([], [], []);) 2025.03.31 18:05:53.404223 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Function isValidJSON needs exactly one argument: In scope SELECT isValidJSON([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:53.454050 [ 92808 ] {338df44b-7c92-435a-a5ab-7507d451947b} executeQuery: Code: 42. DB::Exception: Number of arguments for function isValidUTF8 doesn't match: passed 3, should be 1: In scope SELECT isValidUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT isValidUTF8([], [], []);) 2025.03.31 18:05:53.467070 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function isValidUTF8 doesn't match: passed 3, should be 1: In scope SELECT isValidUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:53.510369 [ 92808 ] {5cf941e4-9efa-44d9-b9c0-66b1f0f8f19f} executeQuery: Code: 42. DB::Exception: Number of arguments for function isZeroOrNull doesn't match: passed 3, should be 1: In scope SELECT isZeroOrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT isZeroOrNull([], [], []);) 2025.03.31 18:05:53.524342 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function isZeroOrNull doesn't match: passed 3, should be 1: In scope SELECT isZeroOrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:53.562871 [ 92808 ] {d606b062-8dc3-4778-adfa-6224ad0d80ea} executeQuery: Code: 42. DB::Exception: Number of arguments for function jaroSimilarity doesn't match: passed 3, should be 2: In scope SELECT jaroSimilarity([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT jaroSimilarity([], [], []);) 2025.03.31 18:05:53.574827 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function jaroSimilarity doesn't match: passed 3, should be 2: In scope SELECT jaroSimilarity([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:53.614456 [ 92808 ] {82838017-bc17-4d1f-85f2-be78d26e1d45} executeQuery: Code: 42. DB::Exception: Number of arguments for function jaroWinklerSimilarity doesn't match: passed 3, should be 2: In scope SELECT jaroWinklerSimilarity([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT jaroWinklerSimilarity([], [], []);) 2025.03.31 18:05:53.633263 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function jaroWinklerSimilarity doesn't match: passed 3, should be 2: In scope SELECT jaroWinklerSimilarity([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:53.670383 [ 92808 ] {2bb42167-88de-4114-9e5d-0d5e63d681d9} executeQuery: Code: 48. DB::Exception: Java hash is not combineable for multiple arguments: In scope SELECT javaHash([], [], []). (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT javaHash([], [], []);) 2025.03.31 18:05:53.689693 [ 92808 ] {} TCPHandler: Code: 48. DB::Exception: Java hash is not combineable for multiple arguments: In scope SELECT javaHash([], [], []). (NOT_IMPLEMENTED) 2025.03.31 18:05:53.765893 [ 92808 ] {e2a67e74-7c6e-4f95-be0a-3db4134e643a} executeQuery: Code: 48. DB::Exception: Java hash is not combineable for multiple arguments: In scope SELECT javaHashUTF16LE([], [], []). (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT javaHashUTF16LE([], [], []);) 2025.03.31 18:05:53.786257 [ 92808 ] {} TCPHandler: Code: 48. DB::Exception: Java hash is not combineable for multiple arguments: In scope SELECT javaHashUTF16LE([], [], []). (NOT_IMPLEMENTED) 2025.03.31 18:05:53.821987 [ 92808 ] {6ebd08b8-2e83-475b-85d0-4eb0e3e6d5ea} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function joinGet, expected a const string.: In scope SELECT joinGet([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT joinGet([], [], []);) 2025.03.31 18:05:53.840381 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function joinGet, expected a const string.: In scope SELECT joinGet([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:53.896009 [ 92808 ] {e55b2858-4d8c-4f05-9674-1cd11c0a6fda} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function joinGet, expected a const string.: In scope SELECT joinGetOrNull([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT joinGetOrNull([], [], []);) 2025.03.31 18:05:53.914944 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function joinGet, expected a const string.: In scope SELECT joinGetOrNull([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:53.943060 [ 92814 ] {aa2b243e-cff0-4938-b2e2-352f34a063a2} executeQuery: Code: 69. DB::Exception: The max length of table name for database test_1zyh9s1q is 200, current length is 201. (ARGUMENT_OUT_OF_BOUND) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35072) (comment: 03167_improvement_table_name_too_long.sh) (in query: CREATE TABLE huITbaAuVYwGMQQkKeZIKfmZJoVUVAvejsCoMzFrCJJLSbpqFlGJJpakZtRRDsjVCRgZiUHwuhYkMtPaDxocxMuwfKUNVboQcXHqlbHsqJLVEzaGNbRowPGyqCcXIXyDijBZPFlopiTzkKkemrEoMYuEKVotolXhovZkdYLUKwMwlnRFEkVaiycffXBZkNniqOjckDOQs (`id` UInt32, `long_table_name` String) ENGINE = MergeTree ORDER BY id SETTINGS index_granularity = 43183, min_bytes_for_wide_part = 1013298161, ratio_of_defaults_for_sparse_serialization = 0., replace_long_file_name_to_hash = false, max_file_name_length = 128, min_bytes_for_full_part_storage = 536870912, compact_parts_max_bytes_to_buffer = 498746682, compact_parts_max_granules_to_buffer = 256, compact_parts_merge_max_bytes_to_prefetch_part = 14166232, merge_max_block_size = 1325, old_parts_lifetime = 43., prefer_fetch_merged_part_size_threshold = 1, vertical_merge_algorithm_min_rows_to_activate = 1000000, vertical_merge_algorithm_min_columns_to_activate = 100, min_merge_bytes_to_use_direct_io = 9601959429, index_granularity_bytes = 14579488, use_const_adaptive_granularity = true, enable_index_granularity_compression = false, concurrent_part_removal_threshold = 38, allow_vertical_merges_from_compact_to_wide_parts = true, cache_populated_by_fetch = false, marks_compress_block_size = 12680, primary_key_compress_block_size = 59162, use_primary_key_cache = true, prewarm_primary_key_cache = true, prewarm_mark_cache = true), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String const&, unsigned long&, unsigned long const&) @ 0x00000000351b5ed7 4. ./build_docker/./src/Databases/DatabaseOnDisk.cpp:413: DB::DatabaseOnDisk::checkMetadataFilenameAvailabilityUnlocked(String const&) const @ 0x000000003519bb24 5. ./build_docker/./src/Databases/DatabaseOnDisk.cpp:401: DB::DatabaseOnDisk::checkMetadataFilenameAvailability(String const&) const @ 0x000000003519b369 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1841: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377d547e 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:05:53.953763 [ 92808 ] {1b19f5ea-b655-49b5-ac32-98b754017539} executeQuery: Code: 43. DB::Exception: Function JSONMergePatch requires string arguments: In scope SELECT jsonMergePatch([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT jsonMergePatch([], [], []);) 2025.03.31 18:05:53.955264 [ 92814 ] {} TCPHandler: Code: 69. DB::Exception: The max length of table name for database test_1zyh9s1q is 200, current length is 201. (ARGUMENT_OUT_OF_BOUND), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String const&, unsigned long&, unsigned long const&) @ 0x00000000351b5ed7 4. ./build_docker/./src/Databases/DatabaseOnDisk.cpp:413: DB::DatabaseOnDisk::checkMetadataFilenameAvailabilityUnlocked(String const&) const @ 0x000000003519bb24 5. ./build_docker/./src/Databases/DatabaseOnDisk.cpp:401: DB::DatabaseOnDisk::checkMetadataFilenameAvailability(String const&) const @ 0x000000003519b369 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1841: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377d547e 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:05:53.968549 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Function JSONMergePatch requires string arguments: In scope SELECT jsonMergePatch([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:54.013444 [ 92808 ] {26b70f58-e53f-4db6-8f1e-399a27625a86} executeQuery: Code: 42. DB::Exception: Number of arguments for function jumpConsistentHash doesn't match: passed 3, should be 2: In scope SELECT jumpConsistentHash([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT jumpConsistentHash([], [], []);) 2025.03.31 18:05:54.045912 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function jumpConsistentHash doesn't match: passed 3, should be 2: In scope SELECT jumpConsistentHash([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:54.183219 [ 92808 ] {1a202c16-8f99-45ef-8b55-928b7e12d843} executeQuery: Code: 42. DB::Exception: Aggregate function kolmogorovSmirnovTest requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT kolmogorovSmirnovTest([], [], []);) 2025.03.31 18:05:54.197061 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function kolmogorovSmirnovTest requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:54.275616 [ 92808 ] {6f6f722f-4975-4403-ae47-2d69c3968f28} executeQuery: Code: 42. DB::Exception: Number of arguments for function kostikConsistentHash doesn't match: passed 3, should be 2: In scope SELECT kostikConsistentHash([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT kostikConsistentHash([], [], []);) 2025.03.31 18:05:54.291327 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function kostikConsistentHash doesn't match: passed 3, should be 2: In scope SELECT kostikConsistentHash([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:54.585582 [ 92808 ] {02e32310-d321-49f6-b13f-75b816c79b42} executeQuery: Code: 42. DB::Exception: Aggregate function kurtPop requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT kurtPop([], [], []);) 2025.03.31 18:05:54.598204 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function kurtPop requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:54.654751 [ 92808 ] {478ea6a9-7bee-4a55-8005-9879c4adea39} executeQuery: Code: 42. DB::Exception: Aggregate function kurtSamp requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT kurtSamp([], [], []);) 2025.03.31 18:05:54.673593 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function kurtSamp requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:54.712948 [ 92808 ] {8f714e38-d912-40fd-b31d-0d251896ccb3} executeQuery: Code: 36. DB::Exception: Offset must be an integer, 'Array(Nothing)' given. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT lagInFrame([], [], []);) 2025.03.31 18:05:54.731546 [ 92808 ] {} TCPHandler: Code: 36. DB::Exception: Offset must be an integer, 'Array(Nothing)' given. (BAD_ARGUMENTS) 2025.03.31 18:05:54.749620 [ 91639 ] {c1673995-34d0-4639-83ed-f23b6177e765} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -308: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35100) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-154, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:54.772205 [ 91639 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -308: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:54.777397 [ 92808 ] {bb984499-1435-4255-aafb-423208496639} executeQuery: Code: 42. DB::Exception: Aggregate function largestTriangleThreeBuckets requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT largestTriangleThreeBuckets([], [], []);) 2025.03.31 18:05:54.793864 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function largestTriangleThreeBuckets requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:54.837634 [ 92808 ] {d8975fa8-c266-42c7-8c44-d7dbb888b852} executeQuery: Code: 42. DB::Exception: Aggregate function anyLast_respect_nulls requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT lastValueRespectNulls([], [], []);) 2025.03.31 18:05:54.857339 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function anyLast_respect_nulls requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:54.919136 [ 92808 ] {33382f57-121b-4e16-996b-415146d5b068} executeQuery: Code: 42. DB::Exception: Aggregate function anyLast requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT last_value([], [], []);) 2025.03.31 18:05:54.935974 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function anyLast requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:54.977263 [ 92808 ] {7957d572-83ab-484c-866c-64d31606e9fc} executeQuery: Code: 42. DB::Exception: Aggregate function anyLast_respect_nulls requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT last_value_respect_nulls([], [], []);) 2025.03.31 18:05:54.989800 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function anyLast_respect_nulls requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:55.025868 [ 92808 ] {0f182017-fac1-44da-881c-98a3b52f0b1a} executeQuery: Code: 42. DB::Exception: Number of arguments for function lower doesn't match: passed 3, should be 1: In scope SELECT lcase([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT lcase([], [], []);) 2025.03.31 18:05:55.040254 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function lower doesn't match: passed 3, should be 1: In scope SELECT lcase([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:55.085911 [ 92808 ] {fdbf1c07-9b6a-4ae3-8783-1b1cc9c6d42b} executeQuery: Code: 42. DB::Exception: Number of arguments for function lcm doesn't match: passed 3, should be 2: In scope SELECT lcm([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT lcm([], [], []);) 2025.03.31 18:05:55.107258 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function lcm doesn't match: passed 3, should be 2: In scope SELECT lcm([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:55.139048 [ 92808 ] {317616de-d647-4dc9-8eaa-3fc6387696cb} executeQuery: Code: 36. DB::Exception: Offset must be an integer, 'Array(Nothing)' given. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT leadInFrame([], [], []);) 2025.03.31 18:05:55.149730 [ 92808 ] {} TCPHandler: Code: 36. DB::Exception: Offset must be an integer, 'Array(Nothing)' given. (BAD_ARGUMENTS) 2025.03.31 18:05:55.280388 [ 92808 ] {26a660c1-05d0-4d6c-bc07-fb68cba0c0e8} executeQuery: Code: 42. DB::Exception: Number of arguments for function left doesn't match: passed 3, should be 2: In scope SELECT left([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT left([], [], []);) 2025.03.31 18:05:55.294085 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function left doesn't match: passed 3, should be 2: In scope SELECT left([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:55.332928 [ 92808 ] {83e28329-494f-4ee9-a34e-aa62d58c798f} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of the first argument of function leftPad, should be string: In scope SELECT leftPad([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT leftPad([], [], []);) 2025.03.31 18:05:55.350621 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of the first argument of function leftPad, should be string: In scope SELECT leftPad([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:55.400577 [ 92808 ] {8bc10fce-b188-4f97-973f-e04a3bb192f1} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of the first argument of function leftPadUTF8, should be string: In scope SELECT leftPadUTF8([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT leftPadUTF8([], [], []);) 2025.03.31 18:05:55.416671 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of the first argument of function leftPadUTF8, should be string: In scope SELECT leftPadUTF8([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:55.454307 [ 92808 ] {da4e70ed-7f3b-476e-a134-a238feb2f64c} executeQuery: Code: 42. DB::Exception: Number of arguments for function leftUTF8 doesn't match: passed 3, should be 2: In scope SELECT leftUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT leftUTF8([], [], []);) 2025.03.31 18:05:55.467468 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function leftUTF8 doesn't match: passed 3, should be 2: In scope SELECT leftUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:55.505416 [ 92808 ] {283e0a69-cded-44bd-9d88-a3522d9a126a} executeQuery: Code: 344. DB::Exception: Natural language processing function 'lemmatize' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT lemmatize([], [], []);) 2025.03.31 18:05:55.523775 [ 92808 ] {} TCPHandler: Code: 344. DB::Exception: Natural language processing function 'lemmatize' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) 2025.03.31 18:05:55.558761 [ 92808 ] {0ac784ae-2c84-4426-beb8-44082a78f603} executeQuery: Code: 42. DB::Exception: Number of arguments for function length doesn't match: passed 3, should be 1: In scope SELECT length([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT length([], [], []);) 2025.03.31 18:05:55.574119 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function length doesn't match: passed 3, should be 1: In scope SELECT length([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:55.609819 [ 92808 ] {de19bb09-4bc7-48ed-bd10-b4ecf3b3657f} executeQuery: Code: 42. DB::Exception: Number of arguments for function lengthUTF8 doesn't match: passed 3, should be 1: In scope SELECT lengthUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT lengthUTF8([], [], []);) 2025.03.31 18:05:55.628088 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function lengthUTF8 doesn't match: passed 3, should be 1: In scope SELECT lengthUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:55.630601 [ 92009 ] {b1a9b653-4fb1-4d59-9135-b3f4eadce70d} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -152: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35166) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-152, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:55.659425 [ 92009 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -152: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:55.675567 [ 92808 ] {9f68a184-c00f-4567-a4ee-250c21f4f9a6} executeQuery: Code: 42. DB::Exception: Number of arguments for function less doesn't match: passed 3, should be 2: In scope SELECT less([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT less([], [], []);) 2025.03.31 18:05:55.690402 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function less doesn't match: passed 3, should be 2: In scope SELECT less([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:55.734563 [ 92808 ] {79e4c030-26d8-4e37-943b-2d7cce3513b9} executeQuery: Code: 42. DB::Exception: Number of arguments for function lessOrEquals doesn't match: passed 3, should be 2: In scope SELECT lessOrEquals([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT lessOrEquals([], [], []);) 2025.03.31 18:05:55.754141 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function lessOrEquals doesn't match: passed 3, should be 2: In scope SELECT lessOrEquals([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:55.802443 [ 92808 ] {17e429fb-3806-469e-9cca-22cbb73c56cf} executeQuery: Code: 42. DB::Exception: Number of arguments for function editDistance doesn't match: passed 3, should be 2: In scope SELECT levenshteinDistance([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT levenshteinDistance([], [], []);) 2025.03.31 18:05:55.826131 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function editDistance doesn't match: passed 3, should be 2: In scope SELECT levenshteinDistance([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:55.861669 [ 92808 ] {abaa3b27-bb53-4ecd-8562-ff9a2da7a999} executeQuery: Code: 42. DB::Exception: Number of arguments for function editDistanceUTF8 doesn't match: passed 3, should be 2: In scope SELECT levenshteinDistanceUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT levenshteinDistanceUTF8([], [], []);) 2025.03.31 18:05:55.877925 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function editDistanceUTF8 doesn't match: passed 3, should be 2: In scope SELECT levenshteinDistanceUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:55.919143 [ 92808 ] {9bde5781-dcf8-4393-b0eb-27855343f0a9} executeQuery: Code: 42. DB::Exception: Number of arguments for function lgamma doesn't match: passed 3, should be 1: In scope SELECT lgamma([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT lgamma([], [], []);) 2025.03.31 18:05:55.938321 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function lgamma doesn't match: passed 3, should be 1: In scope SELECT lgamma([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:55.972479 [ 92808 ] {86a2e120-ebc2-4b6d-8725-2b7b58aedcc4} executeQuery: Code: 42. DB::Exception: Number of arguments for function like doesn't match: passed 3, should be 2: In scope SELECT like([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT like([], [], []);) 2025.03.31 18:05:55.988852 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function like doesn't match: passed 3, should be 2: In scope SELECT like([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:56.024589 [ 92808 ] {dad341f5-8cd0-480e-bad6-0238e765cdfb} executeQuery: Code: 42. DB::Exception: Number of arguments for function log doesn't match: passed 3, should be 1: In scope SELECT ln([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT ln([], [], []);) 2025.03.31 18:05:56.039150 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function log doesn't match: passed 3, should be 1: In scope SELECT ln([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:56.092106 [ 92808 ] {71f15c24-baac-4143-acec-8e97ff58ddfb} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function locate: In scope SELECT locate([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT locate([], [], []);) 2025.03.31 18:05:56.108493 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function locate: In scope SELECT locate([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:56.153349 [ 92808 ] {3003e3ed-2fdb-4f21-a159-185ff01d126c} executeQuery: Code: 42. DB::Exception: Number of arguments for function log doesn't match: passed 3, should be 1: In scope SELECT log([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT log([], [], []);) 2025.03.31 18:05:56.172932 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function log doesn't match: passed 3, should be 1: In scope SELECT log([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:56.207929 [ 92808 ] {94408014-078c-4304-95f6-684d34b221b6} executeQuery: Code: 42. DB::Exception: Number of arguments for function log10 doesn't match: passed 3, should be 1: In scope SELECT log10([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT log10([], [], []);) 2025.03.31 18:05:56.223264 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function log10 doesn't match: passed 3, should be 1: In scope SELECT log10([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:56.264687 [ 92808 ] {516c4ada-9e45-4080-98a1-2d3e7547a26b} executeQuery: Code: 42. DB::Exception: Number of arguments for function log1p doesn't match: passed 3, should be 1: In scope SELECT log1p([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT log1p([], [], []);) 2025.03.31 18:05:56.282562 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function log1p doesn't match: passed 3, should be 1: In scope SELECT log1p([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:56.327209 [ 92808 ] {11490561-6fb3-4561-8bb7-692ba7f25af3} executeQuery: Code: 42. DB::Exception: Number of arguments for function log2 doesn't match: passed 3, should be 1: In scope SELECT log2([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT log2([], [], []);) 2025.03.31 18:05:56.338886 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function log2 doesn't match: passed 3, should be 1: In scope SELECT log2([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:56.384120 [ 92808 ] {71f4418f-cb47-477f-ac7d-b269d0bdff74} executeQuery: Code: 42. DB::Exception: Number of arguments for function logTrace doesn't match: passed 3, should be 1: In scope SELECT logTrace([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT logTrace([], [], []);) 2025.03.31 18:05:56.402884 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function logTrace doesn't match: passed 3, should be 1: In scope SELECT logTrace([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:56.439696 [ 92808 ] {963f836e-fd63-4a99-b01f-3bffe0cada6a} executeQuery: Code: 42. DB::Exception: Number of arguments for function lowCardinalityIndices doesn't match: passed 3, should be 1: In scope SELECT lowCardinalityIndices([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT lowCardinalityIndices([], [], []);) 2025.03.31 18:05:56.449447 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function lowCardinalityIndices doesn't match: passed 3, should be 1: In scope SELECT lowCardinalityIndices([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:56.490759 [ 92808 ] {c241d713-96a1-4384-b33c-37551a8f140d} executeQuery: Code: 42. DB::Exception: Number of arguments for function lowCardinalityKeys doesn't match: passed 3, should be 1: In scope SELECT lowCardinalityKeys([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT lowCardinalityKeys([], [], []);) 2025.03.31 18:05:56.509044 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function lowCardinalityKeys doesn't match: passed 3, should be 1: In scope SELECT lowCardinalityKeys([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:56.552918 [ 92808 ] {22e4093d-9890-43e7-a9e1-f6115eee6300} executeQuery: Code: 42. DB::Exception: Number of arguments for function lower doesn't match: passed 3, should be 1: In scope SELECT lower([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT lower([], [], []);) 2025.03.31 18:05:56.571466 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function lower doesn't match: passed 3, should be 1: In scope SELECT lower([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:56.624317 [ 92808 ] {4dd38df7-ca5e-4fd6-adb7-0f3410a1e89d} executeQuery: Code: 42. DB::Exception: Number of arguments for function lowerUTF8 doesn't match: passed 3, should be 1: In scope SELECT lowerUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT lowerUTF8([], [], []);) 2025.03.31 18:05:56.647404 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function lowerUTF8 doesn't match: passed 3, should be 1: In scope SELECT lowerUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:56.689888 [ 92808 ] {01890845-c97b-4cdb-9b26-8e4e132c3ba6} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of the first argument of function leftPad, should be string: In scope SELECT lpad([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT lpad([], [], []);) 2025.03.31 18:05:56.709944 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of the first argument of function leftPad, should be string: In scope SELECT lpad([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:56.745901 [ 92808 ] {244640d8-d5fc-440d-ad1d-552b2d8c7f30} executeQuery: Code: 42. DB::Exception: Aggregate function largestTriangleThreeBuckets requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT lttb([], [], []);) 2025.03.31 18:05:56.763916 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function largestTriangleThreeBuckets requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:56.799761 [ 92808 ] {6cc5b287-af8b-4558-8f98-f603607b90c6} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'year' to function 'makeDate'. Expected: Number, got: Array(Nothing): In scope SELECT makeDate([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT makeDate([], [], []);) 2025.03.31 18:05:56.818990 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'year' to function 'makeDate'. Expected: Number, got: Array(Nothing): In scope SELECT makeDate([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:56.857205 [ 92808 ] {fae53b4a-43b3-4cc9-875c-50f4b8302322} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'year' to function 'makeDate32'. Expected: Number, got: Array(Nothing): In scope SELECT makeDate32([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT makeDate32([], [], []);) 2025.03.31 18:05:56.867683 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'year' to function 'makeDate32'. Expected: Number, got: Array(Nothing): In scope SELECT makeDate32([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:56.909524 [ 92808 ] {04d03c21-7d84-47b5-a418-930bdab8d05a} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'makeDateTime'. Expected 6 mandatory arguments and 1 optional argument, got 3 arguments: In scope SELECT makeDateTime([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT makeDateTime([], [], []);) 2025.03.31 18:05:56.928410 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'makeDateTime'. Expected 6 mandatory arguments and 1 optional argument, got 3 arguments: In scope SELECT makeDateTime([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:56.973706 [ 92808 ] {13a8f500-b097-493a-9585-9015f4bf2a40} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'makeDateTime64'. Expected 6 mandatory arguments and 3 optional arguments, got 3 arguments: In scope SELECT makeDateTime64([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT makeDateTime64([], [], []);) 2025.03.31 18:05:56.992027 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'makeDateTime64'. Expected 6 mandatory arguments and 3 optional arguments, got 3 arguments: In scope SELECT makeDateTime64([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:57.043152 [ 92808 ] {b5fd4157-24b5-480c-98b5-9a4cef620905} executeQuery: Code: 42. DB::Exception: Aggregate function mannWhitneyUTest requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT mannWhitneyUTest([], [], []);) 2025.03.31 18:05:57.062531 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function mannWhitneyUTest requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:57.102966 [ 92808 ] {bf7c3478-5938-48cf-95db-66ca1db11f9c} executeQuery: Code: 42. DB::Exception: Function map requires even number of arguments, but 3 given: In scope SELECT map([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT map([], [], []);) 2025.03.31 18:05:57.120692 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Function map requires even number of arguments, but 3 given: In scope SELECT map([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:57.159731 [ 92808 ] {1e5bf8c2-4763-4210-ba29-38b57d27f348} executeQuery: Code: 43. DB::Exception: mapAdd only accepts maps: In scope SELECT mapAdd([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT mapAdd([], [], []);) 2025.03.31 18:05:57.173518 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: mapAdd only accepts maps: In scope SELECT mapAdd([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:57.224067 [ 92808 ] {546ec582-6d3c-4768-a061-454d0ab43029} executeQuery: Code: 43. DB::Exception: Function mapAll requires at least one argument of type Map: In scope SELECT mapAll([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT mapAll([], [], []);) 2025.03.31 18:05:57.245708 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Function mapAll requires at least one argument of type Map: In scope SELECT mapAll([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:57.282001 [ 92808 ] {cf04b200-62db-4204-982a-f00e77e15a3c} executeQuery: Code: 43. DB::Exception: Function mapApply requires at least one argument of type Map: In scope SELECT mapApply([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT mapApply([], [], []);) 2025.03.31 18:05:57.300348 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Function mapApply requires at least one argument of type Map: In scope SELECT mapApply([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:57.337175 [ 92808 ] {4eaad8b8-bafd-4f04-bd7e-6bdee9c72e77} executeQuery: Code: 43. DB::Exception: Function mapConcat requires at least one argument of type Map: In scope SELECT mapConcat([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT mapConcat([], [], []);) 2025.03.31 18:05:57.355594 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Function mapConcat requires at least one argument of type Map: In scope SELECT mapConcat([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:57.396237 [ 92808 ] {dba8f6dd-f082-42a1-b861-1997d13dd2cc} executeQuery: Code: 42. DB::Exception: Number of arguments for function mapContains doesn't match: passed 3, should be 2: In scope SELECT mapContains([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT mapContains([], [], []);) 2025.03.31 18:05:57.406659 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function mapContains doesn't match: passed 3, should be 2: In scope SELECT mapContains([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:57.451282 [ 92808 ] {7913e315-4ccf-4b4a-8817-5465cc1a9c47} executeQuery: Code: 42. DB::Exception: Number of arguments for function mapContainsKeyLike doesn't match: passed 3, should be 2: In scope SELECT mapContainsKeyLike([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT mapContainsKeyLike([], [], []);) 2025.03.31 18:05:57.469601 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function mapContainsKeyLike doesn't match: passed 3, should be 2: In scope SELECT mapContainsKeyLike([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:57.516690 [ 92808 ] {f46dcf18-226f-4390-a2e4-eddefe99443a} executeQuery: Code: 43. DB::Exception: Function mapExists requires at least one argument of type Map: In scope SELECT mapExists([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT mapExists([], [], []);) 2025.03.31 18:05:57.528524 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Function mapExists requires at least one argument of type Map: In scope SELECT mapExists([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:57.574863 [ 92808 ] {af56c5a2-32a4-4f17-a46b-2539d7e53808} executeQuery: Code: 42. DB::Exception: Number of arguments for function mapExtractKeyLike doesn't match: passed 3, should be 2: In scope SELECT mapExtractKeyLike([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT mapExtractKeyLike([], [], []);) 2025.03.31 18:05:57.588965 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function mapExtractKeyLike doesn't match: passed 3, should be 2: In scope SELECT mapExtractKeyLike([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:57.608668 [ 91505 ] {458d5ec2-ffc6-4ebd-88e4-b370ff2e4a8e} executeQuery: Code: 184. DB::Exception: Window function count(NULL) OVER (ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING) is found in GROUP BY in query. (ILLEGAL_AGGREGATION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55626) (comment: 02552_analyzer_optimize_group_by_function_keys_crash.sql) (in query: SELECT NULL GROUP BY tuple('0.0000000007'), count(NULL) OVER (ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING) -- { serverError ILLEGAL_AGGREGATION }; ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&) @ 0x000000000d6e7ccd 4. ./build_docker/./src/Analyzer/WindowFunctionsUtils.cpp:43: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035e8e7f5 5. ./src/Analyzer/InDepthQueryTreeVisitor.h:90: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035e8e605 6. ./build_docker/./src/Analyzer/WindowFunctionsUtils.cpp:102: DB::assertNoWindowFunctionNodes(std::shared_ptr const&, String const&) @ 0x0000000035e8f16d 7. ./build_docker/./src/Analyzer/ValidationUtils.cpp:280: DB::validateAggregates(std::shared_ptr const&, DB::AggregatesValidationParams) @ 0x0000000035e7e81d 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5735: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1e0f5 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 18:05:57.615313 [ 91505 ] {} TCPHandler: Code: 184. DB::Exception: Window function count(NULL) OVER (ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING) is found in GROUP BY in query. (ILLEGAL_AGGREGATION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&) @ 0x000000000d6e7ccd 4. ./build_docker/./src/Analyzer/WindowFunctionsUtils.cpp:43: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035e8e7f5 5. ./src/Analyzer/InDepthQueryTreeVisitor.h:90: DB::InDepthQueryTreeVisitor::visit(std::shared_ptr const&) @ 0x0000000035e8e605 6. ./build_docker/./src/Analyzer/WindowFunctionsUtils.cpp:102: DB::assertNoWindowFunctionNodes(std::shared_ptr const&, String const&) @ 0x0000000035e8f16d 7. ./build_docker/./src/Analyzer/ValidationUtils.cpp:280: DB::validateAggregates(std::shared_ptr const&, DB::AggregatesValidationParams) @ 0x0000000035e7e81d 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5735: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1e0f5 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 18:05:57.625889 [ 92808 ] {08eb1b1e-7f48-4627-ad04-9ae3e4ab5c54} executeQuery: Code: 43. DB::Exception: Function mapFilter requires at least one argument of type Map: In scope SELECT mapFilter([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT mapFilter([], [], []);) 2025.03.31 18:05:57.644123 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Function mapFilter requires at least one argument of type Map: In scope SELECT mapFilter([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:57.685252 [ 92808 ] {53d554d5-f241-48b2-b228-f9a37f47a754} executeQuery: Code: 42. DB::Exception: Number of arguments for function mapFromArrays doesn't match: passed 3, should be 2: In scope SELECT mapFromArrays([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT mapFromArrays([], [], []);) 2025.03.31 18:05:57.696059 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function mapFromArrays doesn't match: passed 3, should be 2: In scope SELECT mapFromArrays([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:57.753413 [ 92808 ] {fed687d8-abb0-4f97-8671-4f974fbbaf88} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument data_column. Must be String.: In scope SELECT mapFromString([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT mapFromString([], [], []);) 2025.03.31 18:05:57.763995 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument data_column. Must be String.: In scope SELECT mapFromString([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:57.812387 [ 92808 ] {042ee3f0-c760-42cb-a4f6-a2cdf41aae34} executeQuery: Code: 42. DB::Exception: Number of arguments for function mapKeys doesn't match: passed 3, should be 1: In scope SELECT mapKeys([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT mapKeys([], [], []);) 2025.03.31 18:05:57.824517 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function mapKeys doesn't match: passed 3, should be 1: In scope SELECT mapKeys([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:57.867627 [ 92808 ] {3066a0ff-41c6-44f7-8ab4-c934914302a3} executeQuery: Code: 43. DB::Exception: Function mapPartialReverseSort requires at least one argument of type Map: In scope SELECT mapPartialReverseSort([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT mapPartialReverseSort([], [], []);) 2025.03.31 18:05:57.886931 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Function mapPartialReverseSort requires at least one argument of type Map: In scope SELECT mapPartialReverseSort([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:57.945095 [ 92808 ] {175eb6a0-d7b8-425b-a941-790f03113074} executeQuery: Code: 43. DB::Exception: Function mapPartialSort requires at least one argument of type Map: In scope SELECT mapPartialSort([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT mapPartialSort([], [], []);) 2025.03.31 18:05:57.954270 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Function mapPartialSort requires at least one argument of type Map: In scope SELECT mapPartialSort([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:57.996469 [ 92808 ] {b8a13cb6-233c-4d03-b6ea-f80b82f9a1eb} executeQuery: Code: 43. DB::Exception: Function mapPopulateSeries key argument should be of signed or unsigned integer type. Actual type Nothing: In scope SELECT mapPopulateSeries([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT mapPopulateSeries([], [], []);) 2025.03.31 18:05:58.012932 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Function mapPopulateSeries key argument should be of signed or unsigned integer type. Actual type Nothing: In scope SELECT mapPopulateSeries([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:58.056891 [ 92808 ] {cbbeba05-8aa5-4fdf-a5a7-3c699ccbe3fe} executeQuery: Code: 43. DB::Exception: Function mapReverseSort requires at least one argument of type Map: In scope SELECT mapReverseSort([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT mapReverseSort([], [], []);) 2025.03.31 18:05:58.088379 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Function mapReverseSort requires at least one argument of type Map: In scope SELECT mapReverseSort([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:58.130742 [ 92808 ] {0546d3cd-140f-40a2-8bea-5d10970e31d0} executeQuery: Code: 43. DB::Exception: Function mapSort requires at least one argument of type Map: In scope SELECT mapSort([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT mapSort([], [], []);) 2025.03.31 18:05:58.144295 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Function mapSort requires at least one argument of type Map: In scope SELECT mapSort([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:58.187046 [ 92808 ] {a6453f1d-da4b-4310-91f3-67e780fa8186} executeQuery: Code: 43. DB::Exception: mapSubtract only accepts maps: In scope SELECT mapSubtract([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT mapSubtract([], [], []);) 2025.03.31 18:05:58.199279 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: mapSubtract only accepts maps: In scope SELECT mapSubtract([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:58.241483 [ 92808 ] {6b71d875-ea20-42f2-b213-6cc8ee9ced23} executeQuery: Code: 42. DB::Exception: Number of arguments for function mapUpdate doesn't match: passed 3, should be 2: In scope SELECT mapUpdate([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT mapUpdate([], [], []);) 2025.03.31 18:05:58.252457 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function mapUpdate doesn't match: passed 3, should be 2: In scope SELECT mapUpdate([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:58.301041 [ 92808 ] {72b85e79-1ce6-4863-baa2-840d486315cd} executeQuery: Code: 42. DB::Exception: Number of arguments for function mapValues doesn't match: passed 3, should be 1: In scope SELECT mapValues([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT mapValues([], [], []);) 2025.03.31 18:05:58.310155 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function mapValues doesn't match: passed 3, should be 1: In scope SELECT mapValues([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:58.352413 [ 92808 ] {5c18d8c1-cbe4-4ed8-b313-4c4517eb60d6} executeQuery: Code: 42. DB::Exception: Number of arguments for function match doesn't match: passed 3, should be 2: In scope SELECT match([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT match([], [], []);) 2025.03.31 18:05:58.361646 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function match doesn't match: passed 3, should be 2: In scope SELECT match([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:58.405009 [ 92808 ] {e8cb05fb-031f-4066-acd4-212fe14ead95} executeQuery: Code: 42. DB::Exception: Number of arguments for function materialize doesn't match: passed 3, should be 1: In scope SELECT materialize([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT materialize([], [], []);) 2025.03.31 18:05:58.426133 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function materialize doesn't match: passed 3, should be 1: In scope SELECT materialize([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:58.466621 [ 92808 ] {4d7f0f80-b5aa-400b-9a8f-d4b00fd8173e} executeQuery: Code: 42. DB::Exception: Aggregate function max requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT max([], [], []);) 2025.03.31 18:05:58.480543 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function max requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:58.522971 [ 92808 ] {a3b9e8b9-4b85-49a1-907d-abb00ee9c59c} executeQuery: Code: 42. DB::Exception: Number of arguments for function max2 doesn't match: passed 3, should be 2: In scope SELECT max2([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT max2([], [], []);) 2025.03.31 18:05:58.541000 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function max2 doesn't match: passed 3, should be 2: In scope SELECT max2([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:58.580012 [ 92808 ] {e863cd38-a6b9-466f-a455-58241da17dfc} executeQuery: Code: 42. DB::Exception: Aggregate function maxIntersections requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT maxIntersections([], [], []);) 2025.03.31 18:05:58.594629 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function maxIntersections requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:58.641297 [ 92808 ] {c586bc6c-f13a-48fd-ac50-c3b480605405} executeQuery: Code: 42. DB::Exception: Aggregate function maxIntersectionsPosition requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT maxIntersectionsPosition([], [], []);) 2025.03.31 18:05:58.655956 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function maxIntersectionsPosition requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:58.877878 [ 92808 ] {fd604f0a-f19e-4de1-9c3f-8b05243bf19b} executeQuery: Code: 42. DB::Exception: Aggregate function meanZTest requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT meanZTest([], [], []);) 2025.03.31 18:05:58.895564 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function meanZTest requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:05:58.931609 [ 92808 ] {720967d2-0090-4c63-abd6-c5c0b7fdc49e} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantile. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT median([], [], []);) 2025.03.31 18:05:58.948705 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantile. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:58.997334 [ 92808 ] {82bb8b67-a39e-4e45-bfbf-eb3ec64abd98} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileBFloat16. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT medianBFloat16([], [], []);) 2025.03.31 18:05:59.009801 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileBFloat16. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:59.064792 [ 92808 ] {b79f42e6-b929-4683-bd6a-99b4f8c90e25} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileBFloat16Weighted. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT medianBFloat16Weighted([], [], []);) 2025.03.31 18:05:59.083979 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileBFloat16Weighted. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:59.131836 [ 92808 ] {7b675441-b69a-4234-8ef9-2e79f3f79eab} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileDD. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT medianDD([], [], []);) 2025.03.31 18:05:59.150218 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileDD. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:59.186957 [ 92808 ] {1e7bf97b-9183-4a44-bf12-039517ba5662} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileDeterministic. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT medianDeterministic([], [], []);) 2025.03.31 18:05:59.205395 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileDeterministic. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:59.272640 [ 92808 ] {cb9d4d10-af58-4648-ae2e-de7508a0789b} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileExact. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT medianExact([], [], []);) 2025.03.31 18:05:59.290342 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileExact. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:59.325883 [ 92808 ] {8948af15-9f6b-465e-ac7d-00ac584d09d2} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileExactHigh. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT medianExactHigh([], [], []);) 2025.03.31 18:05:59.349471 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileExactHigh. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:59.414631 [ 92808 ] {0c3309ab-f075-48be-9997-d8f53db1d5f5} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileExactLow. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT medianExactLow([], [], []);) 2025.03.31 18:05:59.432714 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileExactLow. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:59.469993 [ 92808 ] {3b4f6dc2-1bf8-4e50-95f6-d7b6899dc37f} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileExactWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT medianExactWeighted([], [], []);) 2025.03.31 18:05:59.480394 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileExactWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:59.520476 [ 92808 ] {9438fc2c-67d2-46a4-8cd4-870ac43ef0e7} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileExactWeightedInterpolated. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT medianExactWeightedInterpolated([], [], []);) 2025.03.31 18:05:59.538151 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileExactWeightedInterpolated. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:59.580187 [ 92808 ] {5ebcf657-9c1b-413c-a7a1-b81f0710f9ec} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileGK. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT medianGK([], [], []);) 2025.03.31 18:05:59.594284 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileGK. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:59.631529 [ 92808 ] {dfcf436f-1d74-4c21-a036-ae85ebd14a40} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileInterpolatedWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT medianInterpolatedWeighted([], [], []);) 2025.03.31 18:05:59.641355 [ 91972 ] {140b6044-97db-4cf0-8d12-8d05fb6bdf99} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 314: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55742) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (157, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:59.651438 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileInterpolatedWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:59.675687 [ 91972 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 314: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:05:59.689945 [ 92808 ] {f89b7159-f69f-46f0-88ca-130b0c2e630c} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileTDigest. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT medianTDigest([], [], []);) 2025.03.31 18:05:59.700207 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileTDigest. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:59.738672 [ 92808 ] {5f1326e6-b2bb-488e-880d-0d0ea88a9a9c} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileTDigestWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT medianTDigestWeighted([], [], []);) 2025.03.31 18:05:59.756256 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileTDigestWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:59.794204 [ 92808 ] {89460fc5-1225-46d5-babe-08d6ca9cf57a} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileTiming. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT medianTiming([], [], []);) 2025.03.31 18:05:59.810438 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileTiming. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:05:59.866336 [ 92808 ] {0f6ac4c7-4015-4682-a9df-2e38d57bcd20} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileTimingWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT medianTimingWeighted([], [], []);) 2025.03.31 18:05:59.884003 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileTimingWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:00.036481 [ 92808 ] {719f40e5-815f-476d-bd7a-b354c2356329} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function substring, expected String, FixedString or Enum: In scope SELECT mid([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT mid([], [], []);) 2025.03.31 18:06:00.055476 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function substring, expected String, FixedString or Enum: In scope SELECT mid([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:00.096401 [ 92808 ] {5acb2b4f-2ba6-45d9-bf27-a7a608b4242c} executeQuery: Code: 42. DB::Exception: Aggregate function min requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT min([], [], []);) 2025.03.31 18:06:00.123783 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function min requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:00.176528 [ 92808 ] {aa40ebff-f618-4946-8d39-f1745a05e469} executeQuery: Code: 42. DB::Exception: Number of arguments for function min2 doesn't match: passed 3, should be 2: In scope SELECT min2([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT min2([], [], []);) 2025.03.31 18:06:00.194778 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function min2 doesn't match: passed 3, should be 2: In scope SELECT min2([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:00.351885 [ 92808 ] {8eeeb462-f9de-4075-bf2c-9beef655e952} executeQuery: Code: 42. DB::Exception: Number of arguments for function minSampleSizeContinuous doesn't match: passed 3, should be 5: In scope SELECT minSampleSizeContinous([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT minSampleSizeContinous([], [], []);) 2025.03.31 18:06:00.379425 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function minSampleSizeContinuous doesn't match: passed 3, should be 5: In scope SELECT minSampleSizeContinous([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:00.426200 [ 92808 ] {dd37caa6-d7ba-42a9-a96e-c5c02cf5934c} executeQuery: Code: 42. DB::Exception: Number of arguments for function minSampleSizeContinuous doesn't match: passed 3, should be 5: In scope SELECT minSampleSizeContinuous([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT minSampleSizeContinuous([], [], []);) 2025.03.31 18:06:00.443889 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function minSampleSizeContinuous doesn't match: passed 3, should be 5: In scope SELECT minSampleSizeContinuous([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:00.479037 [ 92808 ] {a56fb435-8987-4314-a2da-2edc79c49494} executeQuery: Code: 42. DB::Exception: Number of arguments for function minSampleSizeConversion doesn't match: passed 3, should be 4: In scope SELECT minSampleSizeConversion([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT minSampleSizeConversion([], [], []);) 2025.03.31 18:06:00.496229 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function minSampleSizeConversion doesn't match: passed 3, should be 4: In scope SELECT minSampleSizeConversion([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:00.548977 [ 92808 ] {9f216a3f-ada0-4e5d-b0ac-a766d615d140} executeQuery: Code: 42. DB::Exception: Number of arguments for function minus doesn't match: passed 3, should be 2: In scope SELECT minus([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT minus([], [], []);) 2025.03.31 18:06:00.570269 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function minus doesn't match: passed 3, should be 2: In scope SELECT minus([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:00.604820 [ 92808 ] {791893df-5dce-4fa8-a642-7b55bfa20a60} executeQuery: Code: 42. DB::Exception: Number of arguments for function byteHammingDistance doesn't match: passed 3, should be 2: In scope SELECT mismatches([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT mismatches([], [], []);) 2025.03.31 18:06:00.618295 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function byteHammingDistance doesn't match: passed 3, should be 2: In scope SELECT mismatches([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:00.667560 [ 92808 ] {cfa48b0f-ae6c-44c6-abd3-8f7767b1b333} executeQuery: Code: 42. DB::Exception: Number of arguments for function modulo doesn't match: passed 3, should be 2: In scope SELECT mod([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT mod([], [], []);) 2025.03.31 18:06:00.680524 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function modulo doesn't match: passed 3, should be 2: In scope SELECT mod([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:00.720781 [ 92808 ] {541e43f1-942a-4b58-8d95-39935cb77883} executeQuery: Code: 42. DB::Exception: Number of arguments for function modulo doesn't match: passed 3, should be 2: In scope SELECT modulo([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT modulo([], [], []);) 2025.03.31 18:06:00.734706 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function modulo doesn't match: passed 3, should be 2: In scope SELECT modulo([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:00.775528 [ 92808 ] {d476b9b6-e830-48e1-a038-aade62d7dc20} executeQuery: Code: 42. DB::Exception: Number of arguments for function moduloLegacy doesn't match: passed 3, should be 2: In scope SELECT moduloLegacy([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT moduloLegacy([], [], []);) 2025.03.31 18:06:00.794013 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function moduloLegacy doesn't match: passed 3, should be 2: In scope SELECT moduloLegacy([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:00.839459 [ 92808 ] {1df99518-2955-4220-b062-fe8fb5de628c} executeQuery: Code: 42. DB::Exception: Number of arguments for function moduloOrZero doesn't match: passed 3, should be 2: In scope SELECT moduloOrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT moduloOrZero([], [], []);) 2025.03.31 18:06:00.850402 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function moduloOrZero doesn't match: passed 3, should be 2: In scope SELECT moduloOrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:00.894467 [ 92808 ] {c33bb381-d8f4-4409-99c5-65afabd458f8} executeQuery: Code: 42. DB::Exception: Number of arguments for function monthName doesn't match: passed 3, should be 1: In scope SELECT monthName([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT monthName([], [], []);) 2025.03.31 18:06:00.909145 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function monthName doesn't match: passed 3, should be 1: In scope SELECT monthName([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:00.953537 [ 92808 ] {38347172-9d39-49a6-8fd2-be14679537ae} executeQuery: Code: 42. DB::Exception: Number of arguments for function mortonDecode doesn't match: passed 3, should be 2: In scope SELECT mortonDecode([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT mortonDecode([], [], []);) 2025.03.31 18:06:00.972291 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function mortonDecode doesn't match: passed 3, should be 2: In scope SELECT mortonDecode([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:01.017136 [ 92808 ] {bcfb6af0-bc0e-4251-b729-01f711cb1203} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for function mortonEncode, should be a native UInt: In scope SELECT mortonEncode([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT mortonEncode([], [], []);) 2025.03.31 18:06:01.036179 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for function mortonEncode, should be a native UInt: In scope SELECT mortonEncode([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:01.077623 [ 92808 ] {5513e4d3-d985-4e3b-b21b-4ce630f01800} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function multiFuzzyMatchAllIndices: In scope SELECT multiFuzzyMatchAllIndices([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT multiFuzzyMatchAllIndices([], [], []);) 2025.03.31 18:06:01.095407 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function multiFuzzyMatchAllIndices: In scope SELECT multiFuzzyMatchAllIndices([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:01.131421 [ 92808 ] {8f9102b3-a937-402a-93ae-fc160cb7cce8} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function multiFuzzyMatchAny: In scope SELECT multiFuzzyMatchAny([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT multiFuzzyMatchAny([], [], []);) 2025.03.31 18:06:01.143896 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function multiFuzzyMatchAny: In scope SELECT multiFuzzyMatchAny([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:01.188927 [ 92808 ] {eabf600d-e227-4337-86e2-e48c939fcaef} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function multiFuzzyMatchAnyIndex: In scope SELECT multiFuzzyMatchAnyIndex([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT multiFuzzyMatchAnyIndex([], [], []);) 2025.03.31 18:06:01.207265 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function multiFuzzyMatchAnyIndex: In scope SELECT multiFuzzyMatchAnyIndex([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:01.260240 [ 92808 ] {d3771aa4-37aa-4463-9460-ab5dd010b2f0} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument (condition) of function multiIf. Must be UInt8.: In scope SELECT multiIf([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT multiIf([], [], []);) 2025.03.31 18:06:01.279140 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument (condition) of function multiIf. Must be UInt8.: In scope SELECT multiIf([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:01.325785 [ 92808 ] {b5787a5c-fab5-4023-b0a9-380ce90d44ed} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiMatchAllIndices doesn't match: passed 3, should be 2: In scope SELECT multiMatchAllIndices([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT multiMatchAllIndices([], [], []);) 2025.03.31 18:06:01.350773 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiMatchAllIndices doesn't match: passed 3, should be 2: In scope SELECT multiMatchAllIndices([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:01.394836 [ 92808 ] {dcd1651e-6a47-491c-888e-cf084e9777a4} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiMatchAny doesn't match: passed 3, should be 2: In scope SELECT multiMatchAny([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT multiMatchAny([], [], []);) 2025.03.31 18:06:01.407233 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiMatchAny doesn't match: passed 3, should be 2: In scope SELECT multiMatchAny([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:01.487585 [ 92808 ] {60224b1c-b86c-4e64-b6ba-e01f8222784e} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiMatchAnyIndex doesn't match: passed 3, should be 2: In scope SELECT multiMatchAnyIndex([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT multiMatchAnyIndex([], [], []);) 2025.03.31 18:06:01.504377 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiMatchAnyIndex doesn't match: passed 3, should be 2: In scope SELECT multiMatchAnyIndex([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:01.557288 [ 92808 ] {0bf32b0b-89d8-4f4b-a260-d93c549dccd6} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiSearchAllPositions doesn't match: passed 3, should be 2: In scope SELECT multiSearchAllPositions([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT multiSearchAllPositions([], [], []);) 2025.03.31 18:06:01.575339 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiSearchAllPositions doesn't match: passed 3, should be 2: In scope SELECT multiSearchAllPositions([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:01.629037 [ 92808 ] {60ce9994-c1ea-46d8-a430-7ffa4f14ebbd} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiSearchAllPositionsCaseInsensitive doesn't match: passed 3, should be 2: In scope SELECT multiSearchAllPositionsCaseInsensitive([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT multiSearchAllPositionsCaseInsensitive([], [], []);) 2025.03.31 18:06:01.647286 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiSearchAllPositionsCaseInsensitive doesn't match: passed 3, should be 2: In scope SELECT multiSearchAllPositionsCaseInsensitive([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:01.705461 [ 92808 ] {7479bacc-2a3c-414b-bb4b-2e31746062f7} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiSearchAllPositionsCaseInsensitiveUTF8 doesn't match: passed 3, should be 2: In scope SELECT multiSearchAllPositionsCaseInsensitiveUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT multiSearchAllPositionsCaseInsensitiveUTF8([], [], []);) 2025.03.31 18:06:01.718124 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiSearchAllPositionsCaseInsensitiveUTF8 doesn't match: passed 3, should be 2: In scope SELECT multiSearchAllPositionsCaseInsensitiveUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:01.756227 [ 92808 ] {bc1d99e1-65a1-4177-8f1a-964bd5daadb4} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiSearchAllPositionsUTF8 doesn't match: passed 3, should be 2: In scope SELECT multiSearchAllPositionsUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT multiSearchAllPositionsUTF8([], [], []);) 2025.03.31 18:06:01.773610 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiSearchAllPositionsUTF8 doesn't match: passed 3, should be 2: In scope SELECT multiSearchAllPositionsUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:01.827783 [ 92269 ] {428a1f22-3ea1-4a19-adff-77e7ec4ff64c} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 156: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55864) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (156, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:01.830254 [ 92808 ] {b211bf57-5a05-4785-b89c-e02a7567df9f} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiSearchAny doesn't match: passed 3, should be 2: In scope SELECT multiSearchAny([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT multiSearchAny([], [], []);) 2025.03.31 18:06:01.852671 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiSearchAny doesn't match: passed 3, should be 2: In scope SELECT multiSearchAny([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:01.857556 [ 92269 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 156: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:01.889411 [ 92808 ] {ded8c215-80ef-468b-8d12-c41c36eb3bbb} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiSearchAnyCaseInsensitive doesn't match: passed 3, should be 2: In scope SELECT multiSearchAnyCaseInsensitive([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT multiSearchAnyCaseInsensitive([], [], []);) 2025.03.31 18:06:01.906818 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiSearchAnyCaseInsensitive doesn't match: passed 3, should be 2: In scope SELECT multiSearchAnyCaseInsensitive([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:01.959462 [ 92808 ] {f8e026df-056d-4409-a36b-cc7818fda208} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiSearchAnyCaseInsensitiveUTF8 doesn't match: passed 3, should be 2: In scope SELECT multiSearchAnyCaseInsensitiveUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT multiSearchAnyCaseInsensitiveUTF8([], [], []);) 2025.03.31 18:06:01.969944 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiSearchAnyCaseInsensitiveUTF8 doesn't match: passed 3, should be 2: In scope SELECT multiSearchAnyCaseInsensitiveUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:02.050247 [ 92808 ] {9574846d-7875-42e4-80be-7c6caa9afd81} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiSearchAnyUTF8 doesn't match: passed 3, should be 2: In scope SELECT multiSearchAnyUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT multiSearchAnyUTF8([], [], []);) 2025.03.31 18:06:02.065587 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiSearchAnyUTF8 doesn't match: passed 3, should be 2: In scope SELECT multiSearchAnyUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:02.113981 [ 92808 ] {f565bbd9-abc2-471b-8c29-7d3d14fc2979} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiSearchFirstIndex doesn't match: passed 3, should be 2: In scope SELECT multiSearchFirstIndex([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT multiSearchFirstIndex([], [], []);) 2025.03.31 18:06:02.138130 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiSearchFirstIndex doesn't match: passed 3, should be 2: In scope SELECT multiSearchFirstIndex([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:02.140674 [ 91605 ] {dc16f3e6-f949-4fc1-aaf1-a8ad86b5979c} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 159, m = 2. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55904) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (159, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:02.158356 [ 91605 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 159, m = 2. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:02.204953 [ 92808 ] {38195534-e69f-4ba5-8e45-28bb2a31bcb1} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiSearchFirstIndexCaseInsensitive doesn't match: passed 3, should be 2: In scope SELECT multiSearchFirstIndexCaseInsensitive([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT multiSearchFirstIndexCaseInsensitive([], [], []);) 2025.03.31 18:06:02.227724 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiSearchFirstIndexCaseInsensitive doesn't match: passed 3, should be 2: In scope SELECT multiSearchFirstIndexCaseInsensitive([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:02.281175 [ 92808 ] {f8388ee9-86ec-4a25-bd2d-a0ce31917650} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiSearchFirstIndexCaseInsensitiveUTF8 doesn't match: passed 3, should be 2: In scope SELECT multiSearchFirstIndexCaseInsensitiveUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT multiSearchFirstIndexCaseInsensitiveUTF8([], [], []);) 2025.03.31 18:06:02.299292 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiSearchFirstIndexCaseInsensitiveUTF8 doesn't match: passed 3, should be 2: In scope SELECT multiSearchFirstIndexCaseInsensitiveUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:02.346702 [ 92808 ] {1ebc1ed6-5d43-4f63-8eab-e66d76f78e25} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiSearchFirstIndexUTF8 doesn't match: passed 3, should be 2: In scope SELECT multiSearchFirstIndexUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT multiSearchFirstIndexUTF8([], [], []);) 2025.03.31 18:06:02.364659 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiSearchFirstIndexUTF8 doesn't match: passed 3, should be 2: In scope SELECT multiSearchFirstIndexUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:02.404277 [ 92808 ] {fd406513-b630-4b6a-80b2-ae345030ab84} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiSearchFirstPosition doesn't match: passed 3, should be 2: In scope SELECT multiSearchFirstPosition([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT multiSearchFirstPosition([], [], []);) 2025.03.31 18:06:02.427077 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiSearchFirstPosition doesn't match: passed 3, should be 2: In scope SELECT multiSearchFirstPosition([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:02.465094 [ 92808 ] {a0c24af3-33fd-4640-8f1c-4046cef24c3f} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiSearchFirstPositionCaseInsensitive doesn't match: passed 3, should be 2: In scope SELECT multiSearchFirstPositionCaseInsensitive([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT multiSearchFirstPositionCaseInsensitive([], [], []);) 2025.03.31 18:06:02.482851 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiSearchFirstPositionCaseInsensitive doesn't match: passed 3, should be 2: In scope SELECT multiSearchFirstPositionCaseInsensitive([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:02.520824 [ 92808 ] {5c84a1f1-cebf-4d34-bec3-342131d6f87b} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiSearchFirstPositionCaseInsensitiveUTF8 doesn't match: passed 3, should be 2: In scope SELECT multiSearchFirstPositionCaseInsensitiveUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT multiSearchFirstPositionCaseInsensitiveUTF8([], [], []);) 2025.03.31 18:06:02.538279 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiSearchFirstPositionCaseInsensitiveUTF8 doesn't match: passed 3, should be 2: In scope SELECT multiSearchFirstPositionCaseInsensitiveUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:02.599864 [ 92808 ] {251bcd50-eeff-41a2-ad8f-a0ef64c4c3bb} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiSearchFirstPositionUTF8 doesn't match: passed 3, should be 2: In scope SELECT multiSearchFirstPositionUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT multiSearchFirstPositionUTF8([], [], []);) 2025.03.31 18:06:02.620113 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiSearchFirstPositionUTF8 doesn't match: passed 3, should be 2: In scope SELECT multiSearchFirstPositionUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:02.662986 [ 92808 ] {8c061e6e-236c-418a-a769-450a5d6f1292} executeQuery: Code: 42. DB::Exception: Number of arguments for function multiply doesn't match: passed 3, should be 2: In scope SELECT multiply([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT multiply([], [], []);) 2025.03.31 18:06:02.680730 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function multiply doesn't match: passed 3, should be 2: In scope SELECT multiply([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:02.718085 [ 92808 ] {1feb2223-1683-4758-9c04-fe2a7ca0e5bf} executeQuery: Code: 43. DB::Exception: Arguments for multiplyDecimal function must be Decimal: In scope SELECT multiplyDecimal([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT multiplyDecimal([], [], []);) 2025.03.31 18:06:02.737324 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Arguments for multiplyDecimal function must be Decimal: In scope SELECT multiplyDecimal([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:02.788084 [ 92574 ] {e645e31c-5137-4885-8179-63a0cf435c36} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `non_existent_column` in scope WITH table_0 AS (SELECT * FROM system.users) SELECT non_existent_column FROM table_0. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35096) (comment: 02766_prql.sh) (in query: from s"SELECT * FROM system.users" | select non_existent_column;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:06:02.797357 [ 92574 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `non_existent_column` in scope WITH table_0 AS (SELECT * FROM system.users) SELECT non_existent_column FROM table_0. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:06:03.282615 [ 92808 ] {b51f82cb-4c42-4863-9243-ed3ca7a90a49} executeQuery: Code: 42. DB::Exception: Number of arguments for function negate doesn't match: passed 3, should be 1: In scope SELECT negate([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT negate([], [], []);) 2025.03.31 18:06:03.300717 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function negate doesn't match: passed 3, should be 1: In scope SELECT negate([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:03.342085 [ 92808 ] {17153a82-99d7-47c5-925b-f914eace42bd} executeQuery: Code: 721. DB::Exception: Function neighbor is deprecated since its usage is error-prone (see docs).Please use proper window function or set `allow_deprecated_error_prone_window_functions` setting to enable it. (DEPRECATED_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT neighbor([], [], []);) 2025.03.31 18:06:03.350138 [ 71981 ] {eb73837a-6708-4640-a681-7b3013e3d4c9} executeQuery: Code: 186. DB::Exception: Unsupported collation locale: qq. (UNSUPPORTED_COLLATION_LOCALE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55710) (comment: 00105_shard_collations.sql) (in query: --- Trash locales SELECT '' as x ORDER BY x COLLATE 'qq';), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Columns/Collator.cpp:97: Collator::Collator(String const&) @ 0x000000003b4f8f77 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::(anonymous namespace)::QueryTreeBuilder::buildSortList(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c9257e 6. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:401: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c81dad 7. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:164: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6984a 8. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:182: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectWithUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c74ba1 9. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:160: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c69545 10. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:144: DB::buildQueryTree(std::shared_ptr, std::shared_ptr) @ 0x0000000035c67ea8 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:138: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000038638231 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:06:03.363086 [ 71981 ] {} TCPHandler: Code: 186. DB::Exception: Unsupported collation locale: qq. (UNSUPPORTED_COLLATION_LOCALE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Columns/Collator.cpp:97: Collator::Collator(String const&) @ 0x000000003b4f8f77 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::(anonymous namespace)::QueryTreeBuilder::buildSortList(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c9257e 6. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:401: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c81dad 7. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:164: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6984a 8. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:182: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectWithUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c74ba1 9. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:160: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c69545 10. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:144: DB::buildQueryTree(std::shared_ptr, std::shared_ptr) @ 0x0000000035c67ea8 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:138: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000038638231 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:06:03.366925 [ 92808 ] {} TCPHandler: Code: 721. DB::Exception: Function neighbor is deprecated since its usage is error-prone (see docs).Please use proper window function or set `allow_deprecated_error_prone_window_functions` setting to enable it. (DEPRECATED_FUNCTION) 2025.03.31 18:06:03.397896 [ 71981 ] {b6af1ef9-aeca-4478-b8dd-1bd73b03dd6a} executeQuery: Code: 186. DB::Exception: Unsupported collation locale: qwe. (UNSUPPORTED_COLLATION_LOCALE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55710) (comment: 00105_shard_collations.sql) (in query: SELECT '' as x ORDER BY x COLLATE 'qwe';), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Columns/Collator.cpp:97: Collator::Collator(String const&) @ 0x000000003b4f8f77 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::(anonymous namespace)::QueryTreeBuilder::buildSortList(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c9257e 6. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:401: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c81dad 7. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:164: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6984a 8. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:182: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectWithUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c74ba1 9. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:160: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c69545 10. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:144: DB::buildQueryTree(std::shared_ptr, std::shared_ptr) @ 0x0000000035c67ea8 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:138: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000038638231 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:06:03.406464 [ 71981 ] {} TCPHandler: Code: 186. DB::Exception: Unsupported collation locale: qwe. (UNSUPPORTED_COLLATION_LOCALE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Columns/Collator.cpp:97: Collator::Collator(String const&) @ 0x000000003b4f8f77 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::(anonymous namespace)::QueryTreeBuilder::buildSortList(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c9257e 6. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:401: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c81dad 7. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:164: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6984a 8. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:182: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectWithUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c74ba1 9. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:160: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c69545 10. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:144: DB::buildQueryTree(std::shared_ptr, std::shared_ptr) @ 0x0000000035c67ea8 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:138: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000038638231 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:06:03.419969 [ 92808 ] {0f5a0495-f148-461a-8559-deab80b4cc40} executeQuery: Code: 36. DB::Exception: First argument for function nested must be constant column with array of strings: In scope SELECT nested([], [], []). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT nested([], [], []);) 2025.03.31 18:06:03.434352 [ 71981 ] {ca0b21ba-5785-4f56-8375-bd26620df06c} executeQuery: Code: 186. DB::Exception: Unsupported collation locale: some_non_existing_locale. (UNSUPPORTED_COLLATION_LOCALE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55710) (comment: 00105_shard_collations.sql) (in query: SELECT '' as x ORDER BY x COLLATE 'some_non_existing_locale';), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Columns/Collator.cpp:97: Collator::Collator(String const&) @ 0x000000003b4f8f77 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::(anonymous namespace)::QueryTreeBuilder::buildSortList(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c9257e 6. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:401: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c81dad 7. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:164: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6984a 8. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:182: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectWithUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c74ba1 9. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:160: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c69545 10. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:144: DB::buildQueryTree(std::shared_ptr, std::shared_ptr) @ 0x0000000035c67ea8 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:138: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000038638231 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:06:03.441322 [ 71981 ] {} TCPHandler: Code: 186. DB::Exception: Unsupported collation locale: some_non_existing_locale. (UNSUPPORTED_COLLATION_LOCALE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Columns/Collator.cpp:97: Collator::Collator(String const&) @ 0x000000003b4f8f77 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::(anonymous namespace)::QueryTreeBuilder::buildSortList(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c9257e 6. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:401: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c81dad 7. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:164: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6984a 8. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:182: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectWithUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c74ba1 9. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:160: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c69545 10. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:144: DB::buildQueryTree(std::shared_ptr, std::shared_ptr) @ 0x0000000035c67ea8 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:138: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000038638231 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:06:03.444488 [ 92808 ] {} TCPHandler: Code: 36. DB::Exception: First argument for function nested must be constant column with array of strings: In scope SELECT nested([], [], []). (BAD_ARGUMENTS) 2025.03.31 18:06:03.471384 [ 71981 ] {1ceb3eae-d3af-4889-b618-6f82bd63dbe9} executeQuery: Code: 186. DB::Exception: Unsupported collation locale: ру. (UNSUPPORTED_COLLATION_LOCALE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55710) (comment: 00105_shard_collations.sql) (in query: SELECT '' as x ORDER BY x COLLATE 'ру';), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Columns/Collator.cpp:97: Collator::Collator(String const&) @ 0x000000003b4f8f77 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::(anonymous namespace)::QueryTreeBuilder::buildSortList(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c9257e 6. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:401: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c81dad 7. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:164: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6984a 8. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:182: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectWithUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c74ba1 9. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:160: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c69545 10. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:144: DB::buildQueryTree(std::shared_ptr, std::shared_ptr) @ 0x0000000035c67ea8 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:138: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000038638231 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:06:03.478271 [ 71981 ] {} TCPHandler: Code: 186. DB::Exception: Unsupported collation locale: ру. (UNSUPPORTED_COLLATION_LOCALE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Columns/Collator.cpp:97: Collator::Collator(String const&) @ 0x000000003b4f8f77 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: DB::(anonymous namespace)::QueryTreeBuilder::buildSortList(std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c9257e 6. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:401: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c81dad 7. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:164: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c6984a 8. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:182: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectWithUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c74ba1 9. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:160: DB::(anonymous namespace)::QueryTreeBuilder::buildSelectOrUnionExpression(std::shared_ptr const&, bool, String const&, std::shared_ptr const&, std::shared_ptr const&) const @ 0x0000000035c69545 10. ./build_docker/./src/Analyzer/QueryTreeBuilder.cpp:144: DB::buildQueryTree(std::shared_ptr, std::shared_ptr) @ 0x0000000035c67ea8 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:138: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000038638231 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:06:03.481199 [ 92808 ] {16599628-2139-4843-a511-c2184c9df664} executeQuery: Code: 42. DB::Exception: Number of arguments for function netloc doesn't match: passed 3, should be 1: In scope SELECT netloc([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT netloc([], [], []);) 2025.03.31 18:06:03.494854 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function netloc doesn't match: passed 3, should be 1: In scope SELECT netloc([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:03.531824 [ 92808 ] {c19c7cda-1d82-47d7-9dee-86d98f1be160} executeQuery: Code: 42. DB::Exception: Number of arguments for function ngramDistance doesn't match: passed 3, should be 2: In scope SELECT ngramDistance([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT ngramDistance([], [], []);) 2025.03.31 18:06:03.549334 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function ngramDistance doesn't match: passed 3, should be 2: In scope SELECT ngramDistance([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:03.586082 [ 92808 ] {22113ac1-2439-4eb4-b8ff-cccafe7b267a} executeQuery: Code: 42. DB::Exception: Number of arguments for function ngramDistanceCaseInsensitive doesn't match: passed 3, should be 2: In scope SELECT ngramDistanceCaseInsensitive([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT ngramDistanceCaseInsensitive([], [], []);) 2025.03.31 18:06:03.598096 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function ngramDistanceCaseInsensitive doesn't match: passed 3, should be 2: In scope SELECT ngramDistanceCaseInsensitive([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:03.642840 [ 92808 ] {3b326c9d-30d6-4109-8bf3-18de7e433642} executeQuery: Code: 42. DB::Exception: Number of arguments for function ngramDistanceCaseInsensitiveUTF8 doesn't match: passed 3, should be 2: In scope SELECT ngramDistanceCaseInsensitiveUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT ngramDistanceCaseInsensitiveUTF8([], [], []);) 2025.03.31 18:06:03.655321 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function ngramDistanceCaseInsensitiveUTF8 doesn't match: passed 3, should be 2: In scope SELECT ngramDistanceCaseInsensitiveUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:03.696739 [ 92808 ] {26695ec1-f50d-4d2d-9cc3-5761bbf4c27b} executeQuery: Code: 42. DB::Exception: Number of arguments for function ngramDistanceUTF8 doesn't match: passed 3, should be 2: In scope SELECT ngramDistanceUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT ngramDistanceUTF8([], [], []);) 2025.03.31 18:06:03.706065 [ 71989 ] {34738fe6-294e-4130-92f0-58c619b356bd} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -157: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55972) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-157, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:03.714685 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function ngramDistanceUTF8 doesn't match: passed 3, should be 2: In scope SELECT ngramDistanceUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:03.725439 [ 71989 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -157: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:03.752838 [ 91653 ] {21104d9d-d4f4-493c-a654-34c18692c0b3} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -160, m = 2. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55980) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-160, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:03.771015 [ 91653 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -160, m = 2. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:03.777806 [ 92808 ] {21209f3c-337b-4d96-a94c-9a08ccfa341b} executeQuery: Code: 43. DB::Exception: First argument of function ngramMinHash must be String, got Array(Nothing): In scope SELECT ngramMinHash([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT ngramMinHash([], [], []);) 2025.03.31 18:06:03.805907 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function ngramMinHash must be String, got Array(Nothing): In scope SELECT ngramMinHash([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:03.861065 [ 92808 ] {02b307c3-f4d5-4016-8b45-0b890a08ea1c} executeQuery: Code: 43. DB::Exception: First argument of function ngramMinHashArg must be String, got Array(Nothing): In scope SELECT ngramMinHashArg([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT ngramMinHashArg([], [], []);) 2025.03.31 18:06:03.874929 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function ngramMinHashArg must be String, got Array(Nothing): In scope SELECT ngramMinHashArg([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:03.909460 [ 92574 ] {273d10bb-25e9-4e05-b97b-4e838257fa8a} executeQuery: Code: 60. DB::Exception: Unknown table expression identifier 'non_existent_table' in scope SELECT * FROM non_existent_table. (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35096) (comment: 02766_prql.sh) (in query: from non_existent_table;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4370: DB::QueryAnalyzer::initializeQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dd184f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5549: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19ac7 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 8. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 18:06:03.914034 [ 92808 ] {e9f3e23c-1669-493d-9062-2daaa14ac552} executeQuery: Code: 43. DB::Exception: First argument of function ngramMinHashArgCaseInsensitive must be String, got Array(Nothing): In scope SELECT ngramMinHashArgCaseInsensitive([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT ngramMinHashArgCaseInsensitive([], [], []);) 2025.03.31 18:06:03.916898 [ 92574 ] {} TCPHandler: Code: 60. DB::Exception: Unknown table expression identifier 'non_existent_table' in scope SELECT * FROM non_existent_table. (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4370: DB::QueryAnalyzer::initializeQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dd184f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5549: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19ac7 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 8. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 18:06:03.932347 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function ngramMinHashArgCaseInsensitive must be String, got Array(Nothing): In scope SELECT ngramMinHashArgCaseInsensitive([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:03.972524 [ 92808 ] {d103869f-bc6b-4e86-8fa8-37cdf18fb2bc} executeQuery: Code: 43. DB::Exception: First argument of function ngramMinHashArgCaseInsensitiveUTF8 must be String, got Array(Nothing): In scope SELECT ngramMinHashArgCaseInsensitiveUTF8([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT ngramMinHashArgCaseInsensitiveUTF8([], [], []);) 2025.03.31 18:06:04.006535 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function ngramMinHashArgCaseInsensitiveUTF8 must be String, got Array(Nothing): In scope SELECT ngramMinHashArgCaseInsensitiveUTF8([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:04.045435 [ 92808 ] {143eac70-6293-400a-98d5-a6f8ac103d7e} executeQuery: Code: 43. DB::Exception: First argument of function ngramMinHashArgUTF8 must be String, got Array(Nothing): In scope SELECT ngramMinHashArgUTF8([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT ngramMinHashArgUTF8([], [], []);) 2025.03.31 18:06:04.065585 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function ngramMinHashArgUTF8 must be String, got Array(Nothing): In scope SELECT ngramMinHashArgUTF8([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:04.109655 [ 92808 ] {506e289a-bf24-4d50-aa51-813003fdbb3a} executeQuery: Code: 43. DB::Exception: First argument of function ngramMinHashCaseInsensitive must be String, got Array(Nothing): In scope SELECT ngramMinHashCaseInsensitive([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT ngramMinHashCaseInsensitive([], [], []);) 2025.03.31 18:06:04.123756 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function ngramMinHashCaseInsensitive must be String, got Array(Nothing): In scope SELECT ngramMinHashCaseInsensitive([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:04.167326 [ 92808 ] {3a1f6676-fb9d-4abc-bee9-08d771f5a6c3} executeQuery: Code: 43. DB::Exception: First argument of function ngramMinHashCaseInsensitiveUTF8 must be String, got Array(Nothing): In scope SELECT ngramMinHashCaseInsensitiveUTF8([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT ngramMinHashCaseInsensitiveUTF8([], [], []);) 2025.03.31 18:06:04.185254 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function ngramMinHashCaseInsensitiveUTF8 must be String, got Array(Nothing): In scope SELECT ngramMinHashCaseInsensitiveUTF8([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:04.236432 [ 92808 ] {53d162ad-873f-40b4-9bac-b1edb52ba1ff} executeQuery: Code: 43. DB::Exception: First argument of function ngramMinHashUTF8 must be String, got Array(Nothing): In scope SELECT ngramMinHashUTF8([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT ngramMinHashUTF8([], [], []);) 2025.03.31 18:06:04.254102 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function ngramMinHashUTF8 must be String, got Array(Nothing): In scope SELECT ngramMinHashUTF8([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:04.319734 [ 92808 ] {3aa0e11f-08ac-4d04-a06e-4413e413e2b6} executeQuery: Code: 42. DB::Exception: Number of arguments for function ngramSearch doesn't match: passed 3, should be 2: In scope SELECT ngramSearch([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT ngramSearch([], [], []);) 2025.03.31 18:06:04.336880 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function ngramSearch doesn't match: passed 3, should be 2: In scope SELECT ngramSearch([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:04.379511 [ 92808 ] {f86011cb-ec27-496b-982e-7b7ed2bbf04a} executeQuery: Code: 42. DB::Exception: Number of arguments for function ngramSearchCaseInsensitive doesn't match: passed 3, should be 2: In scope SELECT ngramSearchCaseInsensitive([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT ngramSearchCaseInsensitive([], [], []);) 2025.03.31 18:06:04.398056 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function ngramSearchCaseInsensitive doesn't match: passed 3, should be 2: In scope SELECT ngramSearchCaseInsensitive([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:04.439468 [ 92808 ] {785d73e5-09f4-47a7-a22a-b6fec81f0b1b} executeQuery: Code: 42. DB::Exception: Number of arguments for function ngramSearchCaseInsensitiveUTF8 doesn't match: passed 3, should be 2: In scope SELECT ngramSearchCaseInsensitiveUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT ngramSearchCaseInsensitiveUTF8([], [], []);) 2025.03.31 18:06:04.457221 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function ngramSearchCaseInsensitiveUTF8 doesn't match: passed 3, should be 2: In scope SELECT ngramSearchCaseInsensitiveUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:04.492315 [ 92808 ] {dda4c44e-0f0d-45bd-b106-2f2a43f2b961} executeQuery: Code: 42. DB::Exception: Number of arguments for function ngramSearchUTF8 doesn't match: passed 3, should be 2: In scope SELECT ngramSearchUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT ngramSearchUTF8([], [], []);) 2025.03.31 18:06:04.507391 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function ngramSearchUTF8 doesn't match: passed 3, should be 2: In scope SELECT ngramSearchUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:04.551319 [ 92808 ] {80663849-b36f-46d8-b6d9-c5b1743af165} executeQuery: Code: 43. DB::Exception: First argument of function ngramSimHash must be String, got Array(Nothing): In scope SELECT ngramSimHash([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT ngramSimHash([], [], []);) 2025.03.31 18:06:04.568948 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function ngramSimHash must be String, got Array(Nothing): In scope SELECT ngramSimHash([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:04.607338 [ 92808 ] {f0ba8f83-3502-4970-b8ff-0c66c6bf7e7b} executeQuery: Code: 43. DB::Exception: First argument of function ngramSimHashCaseInsensitive must be String, got Array(Nothing): In scope SELECT ngramSimHashCaseInsensitive([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT ngramSimHashCaseInsensitive([], [], []);) 2025.03.31 18:06:04.624781 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function ngramSimHashCaseInsensitive must be String, got Array(Nothing): In scope SELECT ngramSimHashCaseInsensitive([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:04.670860 [ 92808 ] {0b99088a-f74c-4a5e-ac10-b6aad7541edd} executeQuery: Code: 43. DB::Exception: First argument of function ngramSimHashCaseInsensitiveUTF8 must be String, got Array(Nothing): In scope SELECT ngramSimHashCaseInsensitiveUTF8([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT ngramSimHashCaseInsensitiveUTF8([], [], []);) 2025.03.31 18:06:04.688293 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function ngramSimHashCaseInsensitiveUTF8 must be String, got Array(Nothing): In scope SELECT ngramSimHashCaseInsensitiveUTF8([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:04.743663 [ 92808 ] {4a474059-7526-45d4-948d-ed96face33ce} executeQuery: Code: 43. DB::Exception: First argument of function ngramSimHashUTF8 must be String, got Array(Nothing): In scope SELECT ngramSimHashUTF8([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT ngramSimHashUTF8([], [], []);) 2025.03.31 18:06:04.763187 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function ngramSimHashUTF8 must be String, got Array(Nothing): In scope SELECT ngramSimHashUTF8([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:04.804332 [ 92808 ] {4a137c39-59f8-4631-b68a-c0cfcae9ab47} executeQuery: Code: 42. DB::Exception: Number of arguments for function ngrams doesn't match: passed 3, should be 2: In scope SELECT ngrams([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT ngrams([], [], []);) 2025.03.31 18:06:04.822555 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function ngrams doesn't match: passed 3, should be 2: In scope SELECT ngrams([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:04.862386 [ 92808 ] {390fb13a-39a2-4bb1-9d41-ff72e76d6bfa} executeQuery: Code: 36. DB::Exception: Argument 0 must be a number, 'Array(Nothing)' given. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT nonNegativeDerivative([], [], []);) 2025.03.31 18:06:04.880762 [ 92808 ] {} TCPHandler: Code: 36. DB::Exception: Argument 0 must be a number, 'Array(Nothing)' given. (BAD_ARGUMENTS) 2025.03.31 18:06:04.924281 [ 92808 ] {26f8a7ef-c6fc-43cc-b9fb-4e46935a1fb9} executeQuery: Code: 42. DB::Exception: Number of arguments for function L1Norm doesn't match: passed 3, should be 1: In scope SELECT normL1([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT normL1([], [], []);) 2025.03.31 18:06:04.942615 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function L1Norm doesn't match: passed 3, should be 1: In scope SELECT normL1([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:04.983603 [ 92808 ] {0f72dadc-f922-44e5-9deb-0fdbe75a99e7} executeQuery: Code: 42. DB::Exception: Number of arguments for function L2Norm doesn't match: passed 3, should be 1: In scope SELECT normL2([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT normL2([], [], []);) 2025.03.31 18:06:05.011966 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function L2Norm doesn't match: passed 3, should be 1: In scope SELECT normL2([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:05.059621 [ 92808 ] {94d1e47e-2ce7-44a7-b4f2-669eb93bf660} executeQuery: Code: 42. DB::Exception: Number of arguments for function L2SquaredNorm doesn't match: passed 3, should be 1: In scope SELECT normL2Squared([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT normL2Squared([], [], []);) 2025.03.31 18:06:05.076482 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function L2SquaredNorm doesn't match: passed 3, should be 1: In scope SELECT normL2Squared([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:05.111402 [ 92808 ] {1eb69af8-7e2f-463d-917b-85a573964ff9} executeQuery: Code: 42. DB::Exception: Number of arguments for function LinfNorm doesn't match: passed 3, should be 1: In scope SELECT normLinf([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT normLinf([], [], []);) 2025.03.31 18:06:05.156130 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function LinfNorm doesn't match: passed 3, should be 1: In scope SELECT normLinf([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:05.198842 [ 92808 ] {2db6e09d-2f46-4c69-8e6b-3e0e526f9a18} executeQuery: Code: 42. DB::Exception: Number of arguments for function LpNorm doesn't match: passed 3, should be 2: In scope SELECT normLp([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT normLp([], [], []);) 2025.03.31 18:06:05.214302 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function LpNorm doesn't match: passed 3, should be 2: In scope SELECT normLp([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:05.265954 [ 92808 ] {6d3d024c-3656-42b5-9bb2-d0c979fa934e} executeQuery: Code: 42. DB::Exception: Number of arguments for function L1Normalize doesn't match: passed 3, should be 1: In scope SELECT normalizeL1([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT normalizeL1([], [], []);) 2025.03.31 18:06:05.277144 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function L1Normalize doesn't match: passed 3, should be 1: In scope SELECT normalizeL1([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:05.328979 [ 92808 ] {370dc8ab-bf02-4ffa-a2c8-4c61239d7421} executeQuery: Code: 42. DB::Exception: Number of arguments for function L2Normalize doesn't match: passed 3, should be 1: In scope SELECT normalizeL2([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT normalizeL2([], [], []);) 2025.03.31 18:06:05.346490 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function L2Normalize doesn't match: passed 3, should be 1: In scope SELECT normalizeL2([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:05.422991 [ 92808 ] {2d2ec1e6-0f8c-4be4-a6bd-5ed8b094ecb5} executeQuery: Code: 42. DB::Exception: Number of arguments for function LinfNormalize doesn't match: passed 3, should be 1: In scope SELECT normalizeLinf([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT normalizeLinf([], [], []);) 2025.03.31 18:06:05.446249 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function LinfNormalize doesn't match: passed 3, should be 1: In scope SELECT normalizeLinf([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:05.487837 [ 92808 ] {616d942c-f68d-47b2-9209-ea303dfd7ecd} executeQuery: Code: 42. DB::Exception: Number of arguments for function LpNormalize doesn't match: passed 3, should be 2: In scope SELECT normalizeLp([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT normalizeLp([], [], []);) 2025.03.31 18:06:05.518448 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function LpNormalize doesn't match: passed 3, should be 2: In scope SELECT normalizeLp([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:05.578529 [ 92808 ] {c693b1da-0b8e-4474-a111-00acecdafea2} executeQuery: Code: 42. DB::Exception: Number of arguments for function normalizeQuery doesn't match: passed 3, should be 1: In scope SELECT normalizeQuery([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT normalizeQuery([], [], []);) 2025.03.31 18:06:05.599366 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function normalizeQuery doesn't match: passed 3, should be 1: In scope SELECT normalizeQuery([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:05.662253 [ 92808 ] {292a5435-e901-4643-a5c8-c0d5514cc1d8} executeQuery: Code: 42. DB::Exception: Number of arguments for function normalizeQueryKeepNames doesn't match: passed 3, should be 1: In scope SELECT normalizeQueryKeepNames([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT normalizeQueryKeepNames([], [], []);) 2025.03.31 18:06:05.679052 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function normalizeQueryKeepNames doesn't match: passed 3, should be 1: In scope SELECT normalizeQueryKeepNames([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:05.744140 [ 92808 ] {219c506e-0da5-450f-bf01-1c5bf8406dbb} executeQuery: Code: 42. DB::Exception: Number of arguments for function normalizeUTF8NFC doesn't match: passed 3, should be 1: In scope SELECT normalizeUTF8NFC([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT normalizeUTF8NFC([], [], []);) 2025.03.31 18:06:05.761135 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function normalizeUTF8NFC doesn't match: passed 3, should be 1: In scope SELECT normalizeUTF8NFC([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:05.795921 [ 92808 ] {4639d6fb-e86d-45b4-a5f6-0f6d70a3bcbb} executeQuery: Code: 42. DB::Exception: Number of arguments for function normalizeUTF8NFD doesn't match: passed 3, should be 1: In scope SELECT normalizeUTF8NFD([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT normalizeUTF8NFD([], [], []);) 2025.03.31 18:06:05.815645 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function normalizeUTF8NFD doesn't match: passed 3, should be 1: In scope SELECT normalizeUTF8NFD([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:05.889061 [ 92808 ] {912a132e-7bac-4df0-aab7-3918998e2c73} executeQuery: Code: 42. DB::Exception: Number of arguments for function normalizeUTF8NFKC doesn't match: passed 3, should be 1: In scope SELECT normalizeUTF8NFKC([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT normalizeUTF8NFKC([], [], []);) 2025.03.31 18:06:05.909350 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function normalizeUTF8NFKC doesn't match: passed 3, should be 1: In scope SELECT normalizeUTF8NFKC([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:05.963881 [ 92808 ] {5cc01e1e-dd3d-420e-bfd3-9b06fc758095} executeQuery: Code: 42. DB::Exception: Number of arguments for function normalizeUTF8NFKD doesn't match: passed 3, should be 1: In scope SELECT normalizeUTF8NFKD([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT normalizeUTF8NFKD([], [], []);) 2025.03.31 18:06:06.001002 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function normalizeUTF8NFKD doesn't match: passed 3, should be 1: In scope SELECT normalizeUTF8NFKD([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:06.043059 [ 92808 ] {cf4eb712-e316-431a-8453-ef7832a0f5b0} executeQuery: Code: 42. DB::Exception: Number of arguments for function normalizedQueryHash doesn't match: passed 3, should be 1: In scope SELECT normalizedQueryHash([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT normalizedQueryHash([], [], []);) 2025.03.31 18:06:06.060454 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function normalizedQueryHash doesn't match: passed 3, should be 1: In scope SELECT normalizedQueryHash([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:06.111528 [ 92808 ] {1e9904c7-7960-4053-9c52-9a2c26f68528} executeQuery: Code: 42. DB::Exception: Number of arguments for function normalizedQueryHashKeepNames doesn't match: passed 3, should be 1: In scope SELECT normalizedQueryHashKeepNames([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT normalizedQueryHashKeepNames([], [], []);) 2025.03.31 18:06:06.128376 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function normalizedQueryHashKeepNames doesn't match: passed 3, should be 1: In scope SELECT normalizedQueryHashKeepNames([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:06.161380 [ 92808 ] {dbe0f5fd-2116-43ba-b7ef-1d7ec54a8efa} executeQuery: Code: 42. DB::Exception: Number of arguments for function not doesn't match: passed 3, should be 1: In scope SELECT not([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT not([], [], []);) 2025.03.31 18:06:06.177984 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function not doesn't match: passed 3, should be 1: In scope SELECT not([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:06.216639 [ 92808 ] {5001ad87-5fe7-45ba-a192-0b7c9ff65e65} executeQuery: Code: 42. DB::Exception: Number of arguments for function notEmpty doesn't match: passed 3, should be 1: In scope SELECT notEmpty([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT notEmpty([], [], []);) 2025.03.31 18:06:06.227220 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function notEmpty doesn't match: passed 3, should be 1: In scope SELECT notEmpty([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:06.267979 [ 92808 ] {9299b953-c572-45be-b2fb-e8db110980d8} executeQuery: Code: 42. DB::Exception: Number of arguments for function notEquals doesn't match: passed 3, should be 2: In scope SELECT notEquals([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT notEquals([], [], []);) 2025.03.31 18:06:06.285564 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function notEquals doesn't match: passed 3, should be 2: In scope SELECT notEquals([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:06.323985 [ 92808 ] {c723ef38-02e8-4c49-a80d-94f5a38d079e} executeQuery: Code: 42. DB::Exception: Number of arguments for function notILike doesn't match: passed 3, should be 2: In scope SELECT notILike([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT notILike([], [], []);) 2025.03.31 18:06:06.355898 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function notILike doesn't match: passed 3, should be 2: In scope SELECT notILike([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:06.405330 [ 92808 ] {efccdd02-37d9-487e-833a-58985a56afa0} executeQuery: Code: 42. DB::Exception: Function 'notIn' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT notIn([], [], []);) 2025.03.31 18:06:06.422479 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Function 'notIn' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:06.461116 [ 92808 ] {8c518b7d-b5bf-49d4-8290-7c9c6e38d9cb} executeQuery: Code: 42. DB::Exception: Function 'notInIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT notInIgnoreSet([], [], []);) 2025.03.31 18:06:06.476066 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Function 'notInIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:06.513062 [ 92808 ] {d75dd3a5-edf4-42a9-bdbf-e99c59473703} executeQuery: Code: 42. DB::Exception: Number of arguments for function notLike doesn't match: passed 3, should be 2: In scope SELECT notLike([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT notLike([], [], []);) 2025.03.31 18:06:06.530530 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function notLike doesn't match: passed 3, should be 2: In scope SELECT notLike([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:06.599132 [ 92808 ] {17d6b565-9c8e-4983-9a80-4c9e89686843} executeQuery: Code: 42. DB::Exception: Function 'notNullIn' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT notNullIn([], [], []);) 2025.03.31 18:06:06.618642 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Function 'notNullIn' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:06.655299 [ 92808 ] {9661612c-ba8c-4c3f-828c-7b9e33440152} executeQuery: Code: 42. DB::Exception: Function 'notNullInIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT notNullInIgnoreSet([], [], []);) 2025.03.31 18:06:06.677775 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Function 'notNullInIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:06.956383 [ 92169 ] {7d65519c-14fb-4c55-8b6c-f2f8514bcc65} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -159, m = 1. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34078) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-159, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:06.976201 [ 92169 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -159, m = 1. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:07.054854 [ 92808 ] {09421157-b6d4-4e93-a998-82e0058e2448} executeQuery: Code: 42. DB::Exception: Arguments size of function now should be 0 or 1: In scope SELECT now([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT now([], [], []);) 2025.03.31 18:06:07.073297 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Arguments size of function now should be 0 or 1: In scope SELECT now([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:07.110790 [ 92808 ] {d35fb8c7-4431-448a-b087-d1a3af003ecc} executeQuery: Code: 34. DB::Exception: Arguments size of function now64 should be 0, or 1, or 2: In scope SELECT now64([], [], []). (TOO_MANY_ARGUMENTS_FOR_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT now64([], [], []);) 2025.03.31 18:06:07.127091 [ 92808 ] {} TCPHandler: Code: 34. DB::Exception: Arguments size of function now64 should be 0, or 1, or 2: In scope SELECT now64([], [], []). (TOO_MANY_ARGUMENTS_FOR_FUNCTION) 2025.03.31 18:06:07.166993 [ 92808 ] {76a7bb66-d486-45ec-b568-b3862b6776fe} executeQuery: Code: 34. DB::Exception: Arguments size of function nowInBlock should be 0 or 1: In scope SELECT nowInBlock([], [], []). (TOO_MANY_ARGUMENTS_FOR_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT nowInBlock([], [], []);) 2025.03.31 18:06:07.181467 [ 92808 ] {} TCPHandler: Code: 34. DB::Exception: Arguments size of function nowInBlock should be 0 or 1: In scope SELECT nowInBlock([], [], []). (TOO_MANY_ARGUMENTS_FOR_FUNCTION) 2025.03.31 18:06:07.215300 [ 92808 ] {55e92e88-0b13-4737-8ecb-74881a47ade8} executeQuery: Code: 42. DB::Exception: Function nth_value takes exactly two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT nth_value([], [], []);) 2025.03.31 18:06:07.232331 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Function nth_value takes exactly two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:07.271350 [ 92808 ] {8f3816d5-bb99-4005-9b6f-936e2e3ca169} executeQuery: Code: 42. DB::Exception: Function ntile takes exactly one argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT ntile([], [], []);) 2025.03.31 18:06:07.288666 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Function ntile takes exactly one argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:07.336485 [ 92808 ] {d59d79eb-3e8d-4d58-aa5b-16e0c7c9fd54} executeQuery: Code: 42. DB::Exception: Number of arguments for function nullIf doesn't match: passed 3, should be 2: In scope SELECT nullIf([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT nullIf([], [], []);) 2025.03.31 18:06:07.353999 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function nullIf doesn't match: passed 3, should be 2: In scope SELECT nullIf([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:07.391783 [ 92808 ] {8c5502f9-f9a7-454b-a80b-23c5f2c2eee4} executeQuery: Code: 42. DB::Exception: Function 'nullIn' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT nullIn([], [], []);) 2025.03.31 18:06:07.406777 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Function 'nullIn' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:07.440782 [ 92808 ] {f54f6c6c-c440-4f2d-845f-4d14c5cdaada} executeQuery: Code: 42. DB::Exception: Function 'nullInIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT nullInIgnoreSet([], [], []);) 2025.03.31 18:06:07.450660 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Function 'nullInIgnoreSet' expects 2 arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:07.489650 [ 92808 ] {6790e5cb-fb1b-4e0b-a1b3-7a593bff3d76} executeQuery: Code: 43. DB::Exception: Illegal type (Array(Nothing)) of 1 argument of function or: In scope SELECT [] OR [] OR []. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT or([], [], []);) 2025.03.31 18:06:07.509039 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type (Array(Nothing)) of 1 argument of function or: In scope SELECT [] OR [] OR []. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:07.544801 [ 92808 ] {dd9ffbe8-e1e3-4a06-b06f-f41349828477} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 's' to function 'overlay'. Expected: String, got: Array(Nothing): In scope SELECT overlay([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT overlay([], [], []);) 2025.03.31 18:06:07.554721 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 's' to function 'overlay'. Expected: String, got: Array(Nothing): In scope SELECT overlay([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:07.596778 [ 92808 ] {13be29f8-eb3c-4934-be22-23e6ff618f0b} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 's' to function 'overlayUTF8'. Expected: String, got: Array(Nothing): In scope SELECT overlayUTF8([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT overlayUTF8([], [], []);) 2025.03.31 18:06:07.613447 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 's' to function 'overlayUTF8'. Expected: String, got: Array(Nothing): In scope SELECT overlayUTF8([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:07.650220 [ 92808 ] {259906dd-9c7c-4f05-86d3-f69fc99fedab} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTime'. Expected: String, got: Array(Nothing): In scope SELECT parseDateTime([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT parseDateTime([], [], []);) 2025.03.31 18:06:07.666668 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTime'. Expected: String, got: Array(Nothing): In scope SELECT parseDateTime([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:07.703350 [ 92808 ] {bfbcf7d9-cf5a-4ed3-8699-9174b0df2263} executeQuery: Code: 42. DB::Exception: Number of arguments for function parseDateTime32BestEffort doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT parseDateTime32BestEffort([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT parseDateTime32BestEffort([], [], []);) 2025.03.31 18:06:07.717448 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function parseDateTime32BestEffort doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT parseDateTime32BestEffort([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:07.745571 [ 92822 ] {b33b9894-d532-448f-b7d1-545e68b16644} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 160, m = 1. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34174) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (160, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:07.759302 [ 92808 ] {40de617f-2e2a-4f03-9e24-096bae9cf7c5} executeQuery: Code: 42. DB::Exception: Number of arguments for function parseDateTime32BestEffortOrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT parseDateTime32BestEffortOrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT parseDateTime32BestEffortOrNull([], [], []);) 2025.03.31 18:06:07.776563 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function parseDateTime32BestEffortOrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT parseDateTime32BestEffortOrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:07.784748 [ 92822 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 160, m = 1. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:07.816821 [ 92808 ] {fe455232-c769-4a21-873a-9d3b2bc6acda} executeQuery: Code: 42. DB::Exception: Number of arguments for function parseDateTime32BestEffortOrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT parseDateTime32BestEffortOrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT parseDateTime32BestEffortOrZero([], [], []);) 2025.03.31 18:06:07.828031 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function parseDateTime32BestEffortOrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT parseDateTime32BestEffortOrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:07.871200 [ 92808 ] {3aa97aba-b853-4bdb-bbc8-8c68c91f0a9f} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTime64'. Expected: String, got: Array(Nothing): In scope SELECT parseDateTime64([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT parseDateTime64([], [], []);) 2025.03.31 18:06:07.887181 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTime64'. Expected: String, got: Array(Nothing): In scope SELECT parseDateTime64([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:07.924542 [ 92808 ] {afa57eb1-c663-4f5f-b504-829a1b86a799} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'string' to function 'parseDateTime64BestEffort'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT parseDateTime64BestEffort([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT parseDateTime64BestEffort([], [], []);) 2025.03.31 18:06:07.944805 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'string' to function 'parseDateTime64BestEffort'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT parseDateTime64BestEffort([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:07.991178 [ 92808 ] {19a28a91-0cd8-4ad4-864f-cd83f533bdb9} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'string' to function 'parseDateTime64BestEffortOrNull'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT parseDateTime64BestEffortOrNull([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT parseDateTime64BestEffortOrNull([], [], []);) 2025.03.31 18:06:08.010746 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'string' to function 'parseDateTime64BestEffortOrNull'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT parseDateTime64BestEffortOrNull([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:08.045179 [ 92808 ] {14513ae0-1bc9-4e23-8063-45dfbf025c0c} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'string' to function 'parseDateTime64BestEffortOrZero'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT parseDateTime64BestEffortOrZero([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT parseDateTime64BestEffortOrZero([], [], []);) 2025.03.31 18:06:08.059693 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'string' to function 'parseDateTime64BestEffortOrZero'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT parseDateTime64BestEffortOrZero([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:08.095493 [ 92808 ] {66fabc21-757d-462a-aa85-36aa2b720891} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'string' to function 'parseDateTime64BestEffortUS'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT parseDateTime64BestEffortUS([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT parseDateTime64BestEffortUS([], [], []);) 2025.03.31 18:06:08.105708 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'string' to function 'parseDateTime64BestEffortUS'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT parseDateTime64BestEffortUS([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:08.144213 [ 92808 ] {93bfe1ca-6b12-4bed-af22-583c063d2b92} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'string' to function 'parseDateTime64BestEffortUSOrNull'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT parseDateTime64BestEffortUSOrNull([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT parseDateTime64BestEffortUSOrNull([], [], []);) 2025.03.31 18:06:08.164224 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'string' to function 'parseDateTime64BestEffortUSOrNull'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT parseDateTime64BestEffortUSOrNull([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:08.202689 [ 92808 ] {787024f9-c0c3-451c-b6c8-4ce31657f459} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'string' to function 'parseDateTime64BestEffortUSOrZero'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT parseDateTime64BestEffortUSOrZero([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT parseDateTime64BestEffortUSOrZero([], [], []);) 2025.03.31 18:06:08.220254 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'string' to function 'parseDateTime64BestEffortUSOrZero'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT parseDateTime64BestEffortUSOrZero([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:08.257023 [ 92808 ] {671a2111-f84d-4568-8483-35ff4243f1cc} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTime64InJodaSyntax'. Expected: String, got: Array(Nothing): In scope SELECT parseDateTime64InJodaSyntax([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT parseDateTime64InJodaSyntax([], [], []);) 2025.03.31 18:06:08.269860 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTime64InJodaSyntax'. Expected: String, got: Array(Nothing): In scope SELECT parseDateTime64InJodaSyntax([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:08.310694 [ 92808 ] {8f50c763-6d74-4ba2-a6f1-1b6a4156a943} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTime64InJodaSyntaxOrNull'. Expected: String, got: Array(Nothing): In scope SELECT parseDateTime64InJodaSyntaxOrNull([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT parseDateTime64InJodaSyntaxOrNull([], [], []);) 2025.03.31 18:06:08.327668 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTime64InJodaSyntaxOrNull'. Expected: String, got: Array(Nothing): In scope SELECT parseDateTime64InJodaSyntaxOrNull([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:08.365948 [ 92808 ] {b80ceff2-dab9-4cb2-a198-4146a96006ae} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTime64InJodaSyntaxOrZero'. Expected: String, got: Array(Nothing): In scope SELECT parseDateTime64InJodaSyntaxOrZero([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT parseDateTime64InJodaSyntaxOrZero([], [], []);) 2025.03.31 18:06:08.380897 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTime64InJodaSyntaxOrZero'. Expected: String, got: Array(Nothing): In scope SELECT parseDateTime64InJodaSyntaxOrZero([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:08.426340 [ 92808 ] {04ea9524-35e8-4ac0-adf0-4e4e3db30ccf} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTime64OrNull'. Expected: String, got: Array(Nothing): In scope SELECT parseDateTime64OrNull([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT parseDateTime64OrNull([], [], []);) 2025.03.31 18:06:08.442163 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTime64OrNull'. Expected: String, got: Array(Nothing): In scope SELECT parseDateTime64OrNull([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:08.481129 [ 92808 ] {25ca315a-d89d-4484-9fa5-2be437a4666b} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTime64OrZero'. Expected: String, got: Array(Nothing): In scope SELECT parseDateTime64OrZero([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT parseDateTime64OrZero([], [], []);) 2025.03.31 18:06:08.498514 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTime64OrZero'. Expected: String, got: Array(Nothing): In scope SELECT parseDateTime64OrZero([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:08.539654 [ 92808 ] {297581cf-89d0-4934-9a8e-6208f72cf54e} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'string' to function 'parseDateTimeBestEffort'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT parseDateTimeBestEffort([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT parseDateTimeBestEffort([], [], []);) 2025.03.31 18:06:08.552611 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'string' to function 'parseDateTimeBestEffort'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT parseDateTimeBestEffort([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:08.605546 [ 92808 ] {76596e35-08ba-4e8d-be2f-e9f107f385ac} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'string' to function 'parseDateTimeBestEffortOrNull'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT parseDateTimeBestEffortOrNull([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT parseDateTimeBestEffortOrNull([], [], []);) 2025.03.31 18:06:08.622713 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'string' to function 'parseDateTimeBestEffortOrNull'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT parseDateTimeBestEffortOrNull([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:08.662513 [ 92808 ] {256de709-c5e9-4846-942c-7fe45a7621ae} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'string' to function 'parseDateTimeBestEffortOrZero'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT parseDateTimeBestEffortOrZero([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT parseDateTimeBestEffortOrZero([], [], []);) 2025.03.31 18:06:08.694359 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'string' to function 'parseDateTimeBestEffortOrZero'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT parseDateTimeBestEffortOrZero([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:08.751562 [ 92808 ] {1fe0f91b-8f3e-4c1a-ab32-1731d673b717} executeQuery: Code: 42. DB::Exception: Number of arguments for function parseDateTimeBestEffortUS doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT parseDateTimeBestEffortUS([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT parseDateTimeBestEffortUS([], [], []);) 2025.03.31 18:06:08.787792 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function parseDateTimeBestEffortUS doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT parseDateTimeBestEffortUS([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:08.857307 [ 92808 ] {76f69312-d584-40c4-882d-4f16fd5eca50} executeQuery: Code: 42. DB::Exception: Number of arguments for function parseDateTimeBestEffortUSOrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT parseDateTimeBestEffortUSOrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT parseDateTimeBestEffortUSOrNull([], [], []);) 2025.03.31 18:06:08.874548 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function parseDateTimeBestEffortUSOrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT parseDateTimeBestEffortUSOrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:08.911483 [ 92808 ] {7c3cfe30-fb45-4356-afeb-da360b620bef} executeQuery: Code: 42. DB::Exception: Number of arguments for function parseDateTimeBestEffortUSOrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT parseDateTimeBestEffortUSOrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT parseDateTimeBestEffortUSOrZero([], [], []);) 2025.03.31 18:06:08.928080 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function parseDateTimeBestEffortUSOrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT parseDateTimeBestEffortUSOrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:08.964314 [ 92808 ] {0c818742-580f-48a0-bbf6-370141307f1e} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTimeInJodaSyntax'. Expected: String, got: Array(Nothing): In scope SELECT parseDateTimeInJodaSyntax([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT parseDateTimeInJodaSyntax([], [], []);) 2025.03.31 18:06:08.980746 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTimeInJodaSyntax'. Expected: String, got: Array(Nothing): In scope SELECT parseDateTimeInJodaSyntax([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:09.024001 [ 92808 ] {5b2bd044-a401-4b3a-9284-4797f2087fb7} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTimeInJodaSyntaxOrNull'. Expected: String, got: Array(Nothing): In scope SELECT parseDateTimeInJodaSyntaxOrNull([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT parseDateTimeInJodaSyntaxOrNull([], [], []);) 2025.03.31 18:06:09.041610 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTimeInJodaSyntaxOrNull'. Expected: String, got: Array(Nothing): In scope SELECT parseDateTimeInJodaSyntaxOrNull([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:09.085427 [ 92808 ] {8161f84e-104b-4a36-98fd-c121146ed4f0} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTimeInJodaSyntaxOrZero'. Expected: String, got: Array(Nothing): In scope SELECT parseDateTimeInJodaSyntaxOrZero([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT parseDateTimeInJodaSyntaxOrZero([], [], []);) 2025.03.31 18:06:09.102832 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTimeInJodaSyntaxOrZero'. Expected: String, got: Array(Nothing): In scope SELECT parseDateTimeInJodaSyntaxOrZero([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:09.145425 [ 92808 ] {7ffc6ca8-929a-4c54-af6b-7dc74efe006b} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTimeOrNull'. Expected: String, got: Array(Nothing): In scope SELECT parseDateTimeOrNull([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT parseDateTimeOrNull([], [], []);) 2025.03.31 18:06:09.157438 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTimeOrNull'. Expected: String, got: Array(Nothing): In scope SELECT parseDateTimeOrNull([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:09.199806 [ 92808 ] {56e2bcd4-e3b2-4b87-8e35-1d832c9aa45d} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTimeOrZero'. Expected: String, got: Array(Nothing): In scope SELECT parseDateTimeOrZero([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT parseDateTimeOrZero([], [], []);) 2025.03.31 18:06:09.218585 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTimeOrZero'. Expected: String, got: Array(Nothing): In scope SELECT parseDateTimeOrZero([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:09.255742 [ 92808 ] {e5e211d1-2719-4a07-9117-12227c8fd097} executeQuery: Code: 42. DB::Exception: Number of arguments for function parseReadableSize doesn't match: passed 3, should be 1: In scope SELECT parseReadableSize([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT parseReadableSize([], [], []);) 2025.03.31 18:06:09.272137 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function parseReadableSize doesn't match: passed 3, should be 1: In scope SELECT parseReadableSize([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:09.325092 [ 92808 ] {cb5dc9b8-fbcc-4b7a-a954-0ee79f038868} executeQuery: Code: 42. DB::Exception: Number of arguments for function parseReadableSizeOrNull doesn't match: passed 3, should be 1: In scope SELECT parseReadableSizeOrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT parseReadableSizeOrNull([], [], []);) 2025.03.31 18:06:09.344063 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function parseReadableSizeOrNull doesn't match: passed 3, should be 1: In scope SELECT parseReadableSizeOrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:09.378689 [ 92808 ] {45bac595-c7f3-4136-9dbb-1dc274891e49} executeQuery: Code: 42. DB::Exception: Number of arguments for function parseReadableSizeOrZero doesn't match: passed 3, should be 1: In scope SELECT parseReadableSizeOrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT parseReadableSizeOrZero([], [], []);) 2025.03.31 18:06:09.389748 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function parseReadableSizeOrZero doesn't match: passed 3, should be 1: In scope SELECT parseReadableSizeOrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:09.437781 [ 92808 ] {cfc26f57-5e8d-4945-84fc-5d9c287a8e91} executeQuery: Code: 34. DB::Exception: Number of arguments for function parseTimeDelta doesn't match: passed 3, should be 1.: In scope SELECT parseTimeDelta([], [], []). (TOO_MANY_ARGUMENTS_FOR_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT parseTimeDelta([], [], []);) 2025.03.31 18:06:09.448571 [ 92808 ] {} TCPHandler: Code: 34. DB::Exception: Number of arguments for function parseTimeDelta doesn't match: passed 3, should be 1.: In scope SELECT parseTimeDelta([], [], []). (TOO_MANY_ARGUMENTS_FOR_FUNCTION) 2025.03.31 18:06:09.693231 [ 92808 ] {a05ec75e-c7fd-4444-b2cf-d53fb0e301b0} executeQuery: Code: 42. DB::Exception: Number of arguments for function path doesn't match: passed 3, should be 1: In scope SELECT path([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT path([], [], []);) 2025.03.31 18:06:09.703422 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function path doesn't match: passed 3, should be 1: In scope SELECT path([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:09.744554 [ 92808 ] {e2765d42-f00c-4a7a-bb4c-b833e8b2d04f} executeQuery: Code: 42. DB::Exception: Number of arguments for function pathFull doesn't match: passed 3, should be 1: In scope SELECT pathFull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT pathFull([], [], []);) 2025.03.31 18:06:09.759356 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function pathFull doesn't match: passed 3, should be 1: In scope SELECT pathFull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:09.836616 [ 92808 ] {9fd3c2c9-c454-4a92-8ea6-cda5e03031f5} executeQuery: Code: 36. DB::Exception: The function 'percentRank' can only be used as a window function, not as an aggregate function: While executing AggregatingTransform. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT percentRank([], [], []);) 2025.03.31 18:06:09.856619 [ 92808 ] {} TCPHandler: Code: 36. DB::Exception: The function 'percentRank' can only be used as a window function, not as an aggregate function: While executing AggregatingTransform. (BAD_ARGUMENTS) 2025.03.31 18:06:09.955382 [ 92808 ] {2fdc6ac3-58f4-4365-810c-b1dce8bb8c15} executeQuery: Code: 36. DB::Exception: The function 'percentRank' can only be used as a window function, not as an aggregate function: While executing AggregatingTransform. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT percent_rank([], [], []);) 2025.03.31 18:06:09.977332 [ 92808 ] {} TCPHandler: Code: 36. DB::Exception: The function 'percentRank' can only be used as a window function, not as an aggregate function: While executing AggregatingTransform. (BAD_ARGUMENTS) 2025.03.31 18:06:10.014107 [ 92808 ] {14d61a6e-7694-4df5-b1e3-90fb1559888f} executeQuery: Code: 42. DB::Exception: Number of arguments for function pi doesn't match: passed 3, should be 0: In scope SELECT pi([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT pi([], [], []);) 2025.03.31 18:06:10.030330 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function pi doesn't match: passed 3, should be 0: In scope SELECT pi([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:10.075334 [ 92808 ] {97b5f9b6-1428-4b2c-aaa1-0f90ffbe3d22} executeQuery: Code: 42. DB::Exception: Number of arguments for function plus doesn't match: passed 3, should be 2: In scope SELECT plus([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT plus([], [], []);) 2025.03.31 18:06:10.095677 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function plus doesn't match: passed 3, should be 2: In scope SELECT plus([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:10.135289 [ 92808 ] {d39692d2-9c95-43d6-887b-0b43ec790783} executeQuery: Code: 42. DB::Exception: Number of arguments for function positiveModulo doesn't match: passed 3, should be 2: In scope SELECT pmod([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT pmod([], [], []);) 2025.03.31 18:06:10.148808 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function positiveModulo doesn't match: passed 3, should be 2: In scope SELECT pmod([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:10.195296 [ 92808 ] {3d4a5507-142f-4a22-a213-b7fe8f8d76fe} executeQuery: Code: 42. DB::Exception: Incorrect number of arguments of function pointInEllipses. Must be 2 for your point plus 4 * N for ellipses (x_i, y_i, a_i, b_i).: In scope SELECT pointInEllipses([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT pointInEllipses([], [], []);) 2025.03.31 18:06:10.210941 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Incorrect number of arguments of function pointInEllipses. Must be 2 for your point plus 4 * N for ellipses (x_i, y_i, a_i, b_i).: In scope SELECT pointInEllipses([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:10.251736 [ 92808 ] {dfe79d05-de59-4804-ba21-426ca51402cc} executeQuery: Code: 43. DB::Exception: Argument 1 for function pointInPolygon must contain a tuple: In scope SELECT pointInPolygon([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT pointInPolygon([], [], []);) 2025.03.31 18:06:10.273682 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Argument 1 for function pointInPolygon must contain a tuple: In scope SELECT pointInPolygon([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:10.314799 [ 92808 ] {6d9a41ce-8637-4dd7-87e4-f0cc82340c6e} executeQuery: Code: 42. DB::Exception: Number of arguments for function polygonAreaCartesian doesn't match: passed 3, should be 1: In scope SELECT polygonAreaCartesian([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT polygonAreaCartesian([], [], []);) 2025.03.31 18:06:10.329723 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function polygonAreaCartesian doesn't match: passed 3, should be 1: In scope SELECT polygonAreaCartesian([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:10.370025 [ 92808 ] {271d92bb-2884-4830-b857-564dc43e171b} executeQuery: Code: 42. DB::Exception: Number of arguments for function polygonAreaSpherical doesn't match: passed 3, should be 1: In scope SELECT polygonAreaSpherical([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT polygonAreaSpherical([], [], []);) 2025.03.31 18:06:10.381775 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function polygonAreaSpherical doesn't match: passed 3, should be 1: In scope SELECT polygonAreaSpherical([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:10.468669 [ 92808 ] {46221204-43f3-4f3e-a973-29c04d4f9ab7} executeQuery: Code: 42. DB::Exception: Number of arguments for function polygonConvexHullCartesian doesn't match: passed 3, should be 1: In scope SELECT polygonConvexHullCartesian([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT polygonConvexHullCartesian([], [], []);) 2025.03.31 18:06:10.478814 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function polygonConvexHullCartesian doesn't match: passed 3, should be 1: In scope SELECT polygonConvexHullCartesian([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:10.525279 [ 92808 ] {aa6ba125-1d58-411f-b438-30e43ed84e89} executeQuery: Code: 42. DB::Exception: Number of arguments for function polygonPerimeterCartesian doesn't match: passed 3, should be 1: In scope SELECT polygonPerimeterCartesian([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT polygonPerimeterCartesian([], [], []);) 2025.03.31 18:06:10.541101 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function polygonPerimeterCartesian doesn't match: passed 3, should be 1: In scope SELECT polygonPerimeterCartesian([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:10.581838 [ 92808 ] {0583b570-8afb-431f-ac65-65a38aee3896} executeQuery: Code: 42. DB::Exception: Number of arguments for function polygonPerimeterSpherical doesn't match: passed 3, should be 1: In scope SELECT polygonPerimeterSpherical([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT polygonPerimeterSpherical([], [], []);) 2025.03.31 18:06:10.599271 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function polygonPerimeterSpherical doesn't match: passed 3, should be 1: In scope SELECT polygonPerimeterSpherical([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:10.640649 [ 92808 ] {24eeb54b-8f64-4b14-9252-881ed733c912} executeQuery: Code: 42. DB::Exception: Number of arguments for function polygonsDistanceCartesian doesn't match: passed 3, should be 2: In scope SELECT polygonsDistanceCartesian([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT polygonsDistanceCartesian([], [], []);) 2025.03.31 18:06:10.656758 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function polygonsDistanceCartesian doesn't match: passed 3, should be 2: In scope SELECT polygonsDistanceCartesian([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:10.695911 [ 92808 ] {f41b80b5-a46b-4433-a72d-7e59e036d0cd} executeQuery: Code: 42. DB::Exception: Number of arguments for function polygonsDistanceSpherical doesn't match: passed 3, should be 2: In scope SELECT polygonsDistanceSpherical([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT polygonsDistanceSpherical([], [], []);) 2025.03.31 18:06:10.713322 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function polygonsDistanceSpherical doesn't match: passed 3, should be 2: In scope SELECT polygonsDistanceSpherical([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:10.755448 [ 92808 ] {9715e62a-3a7c-4fdc-ba26-363709a92d73} executeQuery: Code: 42. DB::Exception: Number of arguments for function polygonsEqualsCartesian doesn't match: passed 3, should be 2: In scope SELECT polygonsEqualsCartesian([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT polygonsEqualsCartesian([], [], []);) 2025.03.31 18:06:10.765940 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function polygonsEqualsCartesian doesn't match: passed 3, should be 2: In scope SELECT polygonsEqualsCartesian([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:10.807465 [ 92808 ] {6d8f5396-ea47-4720-93df-316d895c609b} executeQuery: Code: 42. DB::Exception: Number of arguments for function polygonsIntersectionCartesian doesn't match: passed 3, should be 2: In scope SELECT polygonsIntersectionCartesian([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT polygonsIntersectionCartesian([], [], []);) 2025.03.31 18:06:10.824956 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function polygonsIntersectionCartesian doesn't match: passed 3, should be 2: In scope SELECT polygonsIntersectionCartesian([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:10.863788 [ 92808 ] {e786a765-c31e-4f46-a002-1e55ea475bd3} executeQuery: Code: 42. DB::Exception: Number of arguments for function polygonsIntersectionSpherical doesn't match: passed 3, should be 2: In scope SELECT polygonsIntersectionSpherical([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT polygonsIntersectionSpherical([], [], []);) 2025.03.31 18:06:10.880327 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function polygonsIntersectionSpherical doesn't match: passed 3, should be 2: In scope SELECT polygonsIntersectionSpherical([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:10.918578 [ 92808 ] {5fb744f3-0351-40b7-98e6-be9d41497889} executeQuery: Code: 42. DB::Exception: Number of arguments for function polygonsSymDifferenceCartesian doesn't match: passed 3, should be 2: In scope SELECT polygonsSymDifferenceCartesian([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT polygonsSymDifferenceCartesian([], [], []);) 2025.03.31 18:06:10.936132 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function polygonsSymDifferenceCartesian doesn't match: passed 3, should be 2: In scope SELECT polygonsSymDifferenceCartesian([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:10.987451 [ 92808 ] {774b9133-f804-4cc1-a7d6-9d07aded77ec} executeQuery: Code: 42. DB::Exception: Number of arguments for function polygonsSymDifferenceSpherical doesn't match: passed 3, should be 2: In scope SELECT polygonsSymDifferenceSpherical([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT polygonsSymDifferenceSpherical([], [], []);) 2025.03.31 18:06:11.003927 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function polygonsSymDifferenceSpherical doesn't match: passed 3, should be 2: In scope SELECT polygonsSymDifferenceSpherical([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:11.048751 [ 92808 ] {b6a17ff7-986c-4a01-ab5b-98db76572502} executeQuery: Code: 42. DB::Exception: Number of arguments for function polygonsUnionCartesian doesn't match: passed 3, should be 2: In scope SELECT polygonsUnionCartesian([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT polygonsUnionCartesian([], [], []);) 2025.03.31 18:06:11.059415 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function polygonsUnionCartesian doesn't match: passed 3, should be 2: In scope SELECT polygonsUnionCartesian([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:11.106603 [ 92808 ] {63941204-8aa9-4c02-a21b-a5880cc9532d} executeQuery: Code: 42. DB::Exception: Number of arguments for function polygonsUnionSpherical doesn't match: passed 3, should be 2: In scope SELECT polygonsUnionSpherical([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT polygonsUnionSpherical([], [], []);) 2025.03.31 18:06:11.124012 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function polygonsUnionSpherical doesn't match: passed 3, should be 2: In scope SELECT polygonsUnionSpherical([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:11.153068 [ 72004 ] {f6dd4293-03ae-4f46-a563-83613f709597} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 165, m = 2. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34346) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (165, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:11.167186 [ 92808 ] {33c1bce3-cc08-4035-8acd-99ff26934b6d} executeQuery: Code: 42. DB::Exception: Number of arguments for function polygonsWithinCartesian doesn't match: passed 3, should be 2: In scope SELECT polygonsWithinCartesian([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT polygonsWithinCartesian([], [], []);) 2025.03.31 18:06:11.172878 [ 72004 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 165, m = 2. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:11.179133 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function polygonsWithinCartesian doesn't match: passed 3, should be 2: In scope SELECT polygonsWithinCartesian([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:11.223707 [ 92808 ] {bb6c9cbe-e1f2-4106-a821-4f2926b6a930} executeQuery: Code: 42. DB::Exception: Number of arguments for function polygonsWithinSpherical doesn't match: passed 3, should be 2: In scope SELECT polygonsWithinSpherical([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT polygonsWithinSpherical([], [], []);) 2025.03.31 18:06:11.238945 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function polygonsWithinSpherical doesn't match: passed 3, should be 2: In scope SELECT polygonsWithinSpherical([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:11.279279 [ 92808 ] {f7664572-17c1-43b8-b8c1-e90e103b322b} executeQuery: Code: 42. DB::Exception: Number of arguments for function port doesn't match: passed 3, should be 1 or 2: In scope SELECT port([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT port([], [], []);) 2025.03.31 18:06:11.297474 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function port doesn't match: passed 3, should be 1 or 2: In scope SELECT port([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:11.339284 [ 92808 ] {2a40a551-3a59-4f23-ab7f-aab1143666f6} executeQuery: Code: 42. DB::Exception: Number of arguments for function portRFC doesn't match: passed 3, should be 1 or 2: In scope SELECT portRFC([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT portRFC([], [], []);) 2025.03.31 18:06:11.355574 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function portRFC doesn't match: passed 3, should be 1 or 2: In scope SELECT portRFC([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:11.399187 [ 92808 ] {7b0df6e5-b90d-4883-a270-08ebf13917d2} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function position: In scope SELECT position([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT position([], [], []);) 2025.03.31 18:06:11.413622 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function position: In scope SELECT position([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:11.454972 [ 92808 ] {5286dda1-fd8d-45ad-a7d7-a58c9d166226} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function positionCaseInsensitive: In scope SELECT positionCaseInsensitive([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT positionCaseInsensitive([], [], []);) 2025.03.31 18:06:11.480744 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function positionCaseInsensitive: In scope SELECT positionCaseInsensitive([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:11.526699 [ 92808 ] {85bac4b3-bb45-4b2a-9787-0480fe2c2a72} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function positionCaseInsensitiveUTF8: In scope SELECT positionCaseInsensitiveUTF8([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT positionCaseInsensitiveUTF8([], [], []);) 2025.03.31 18:06:11.544278 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function positionCaseInsensitiveUTF8: In scope SELECT positionCaseInsensitiveUTF8([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:11.586381 [ 92808 ] {6e442b49-303c-4e66-a612-349b118a5b4e} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function positionUTF8: In scope SELECT positionUTF8([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT positionUTF8([], [], []);) 2025.03.31 18:06:11.603067 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function positionUTF8: In scope SELECT positionUTF8([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:11.641775 [ 92808 ] {84fb1f73-614c-492f-995e-35c1b87a0b7b} executeQuery: Code: 42. DB::Exception: Number of arguments for function positiveModulo doesn't match: passed 3, should be 2: In scope SELECT positiveModulo([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT positiveModulo([], [], []);) 2025.03.31 18:06:11.658878 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function positiveModulo doesn't match: passed 3, should be 2: In scope SELECT positiveModulo([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:11.707555 [ 92808 ] {da2245b3-c813-4775-b6ca-52bfe3deac9e} executeQuery: Code: 42. DB::Exception: Number of arguments for function positiveModulo doesn't match: passed 3, should be 2: In scope SELECT positive_modulo([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT positive_modulo([], [], []);) 2025.03.31 18:06:11.730523 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function positiveModulo doesn't match: passed 3, should be 2: In scope SELECT positive_modulo([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:11.768253 [ 92808 ] {4a316ddc-7905-440f-97ca-eafe7214ebde} executeQuery: Code: 42. DB::Exception: Number of arguments for function pow doesn't match: passed 3, should be 2: In scope SELECT pow([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT pow([], [], []);) 2025.03.31 18:06:11.783860 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function pow doesn't match: passed 3, should be 2: In scope SELECT pow([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:11.863472 [ 92808 ] {030865df-02ef-4f84-84fd-0ca2bf1ccd73} executeQuery: Code: 42. DB::Exception: Number of arguments for function pow doesn't match: passed 3, should be 2: In scope SELECT power([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT power([], [], []);) 2025.03.31 18:06:11.885154 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function pow doesn't match: passed 3, should be 2: In scope SELECT power([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:11.929306 [ 92808 ] {c566e3ae-57cf-4662-b566-0c988ece25c2} executeQuery: Code: 43. DB::Exception: The first argument type of function printf is Array(Nothing), but String type is expected: In scope SELECT printf([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT printf([], [], []);) 2025.03.31 18:06:11.944538 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: The first argument type of function printf is Array(Nothing), but String type is expected: In scope SELECT printf([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:11.986720 [ 92808 ] {8605fed1-145b-40db-9aa2-a2fd710c0e03} executeQuery: Code: 42. DB::Exception: Number of arguments for function proportionsZTest doesn't match: passed 3, should be 6: In scope SELECT proportionsZTest([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT proportionsZTest([], [], []);) 2025.03.31 18:06:12.003911 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function proportionsZTest doesn't match: passed 3, should be 6: In scope SELECT proportionsZTest([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:12.042381 [ 92808 ] {866529f4-fcaf-40a9-8422-d72b55b524a1} executeQuery: Code: 42. DB::Exception: Number of arguments for function protocol doesn't match: passed 3, should be 1: In scope SELECT protocol([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT protocol([], [], []);) 2025.03.31 18:06:12.052529 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function protocol doesn't match: passed 3, should be 1: In scope SELECT protocol([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:12.096453 [ 92808 ] {86435f30-f8e7-4204-a1d0-bb73196b624d} executeQuery: Code: 42. DB::Exception: Number of arguments for function punycodeDecode doesn't match: passed 3, should be 1: In scope SELECT punycodeDecode([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT punycodeDecode([], [], []);) 2025.03.31 18:06:12.125718 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function punycodeDecode doesn't match: passed 3, should be 1: In scope SELECT punycodeDecode([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:12.162831 [ 92808 ] {debb35ad-5d32-4f63-a481-76933cd2be58} executeQuery: Code: 42. DB::Exception: Number of arguments for function punycodeEncode doesn't match: passed 3, should be 1: In scope SELECT punycodeEncode([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT punycodeEncode([], [], []);) 2025.03.31 18:06:12.179069 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function punycodeEncode doesn't match: passed 3, should be 1: In scope SELECT punycodeEncode([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:12.214991 [ 92808 ] {9da71e58-a80c-4637-b8e6-a9e20a8135a9} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantile. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT quantile([], [], []);) 2025.03.31 18:06:12.229611 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantile. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:12.273177 [ 92808 ] {4b26f34b-b7ea-438a-ab18-9b15b2447dde} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileBFloat16. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT quantileBFloat16([], [], []);) 2025.03.31 18:06:12.301411 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileBFloat16. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:12.348281 [ 92808 ] {6ae521a2-5511-47d4-a688-08b4fbc786d2} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileBFloat16Weighted. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT quantileBFloat16Weighted([], [], []);) 2025.03.31 18:06:12.364586 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileBFloat16Weighted. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:12.408134 [ 92808 ] {a6321a98-24e5-4469-b9f9-98a0c14a802e} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileDD. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT quantileDD([], [], []);) 2025.03.31 18:06:12.423879 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileDD. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:12.464244 [ 92808 ] {35532633-e00b-40e9-86fd-e09a252c2607} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileDeterministic. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT quantileDeterministic([], [], []);) 2025.03.31 18:06:12.475966 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileDeterministic. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:12.520488 [ 92808 ] {1b2f459f-441f-492a-9350-35c2aed8be9a} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileExact. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT quantileExact([], [], []);) 2025.03.31 18:06:12.532204 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileExact. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:12.566971 [ 92808 ] {4ea96b30-eba6-4bc5-a55f-22cb60efaa40} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileExactExclusive. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT quantileExactExclusive([], [], []);) 2025.03.31 18:06:12.583564 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileExactExclusive. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:12.637209 [ 92808 ] {247eba6c-0cfb-40dd-9450-aa90292ecf68} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileExactHigh. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT quantileExactHigh([], [], []);) 2025.03.31 18:06:12.653315 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileExactHigh. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:12.693620 [ 92808 ] {ece6e643-cac0-4642-ac47-7a75e505cc3a} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileExactInclusive. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT quantileExactInclusive([], [], []);) 2025.03.31 18:06:12.710080 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileExactInclusive. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:12.746057 [ 92808 ] {e8f751b7-ad5a-4ec4-9fa3-509663ce2f78} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileExactLow. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT quantileExactLow([], [], []);) 2025.03.31 18:06:12.762550 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileExactLow. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:12.812180 [ 92808 ] {89ce840a-8bf1-42d6-984f-f6583e175d8e} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileExactWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT quantileExactWeighted([], [], []);) 2025.03.31 18:06:12.823003 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileExactWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:12.868282 [ 92808 ] {d5b71233-77d0-437d-a296-c7fea1ef7135} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileExactWeightedInterpolated. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT quantileExactWeightedInterpolated([], [], []);) 2025.03.31 18:06:12.895039 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileExactWeightedInterpolated. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:12.958425 [ 92808 ] {3ce6def8-6bfe-406a-a32f-e386060572f5} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileGK. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT quantileGK([], [], []);) 2025.03.31 18:06:12.975521 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileGK. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:13.018333 [ 92808 ] {7bc5aae6-cc22-4f32-a640-320d2403c090} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileInterpolatedWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT quantileInterpolatedWeighted([], [], []);) 2025.03.31 18:06:13.042953 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileInterpolatedWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:13.074648 [ 91491 ] {54c881dc-1753-4524-910d-e2e58f8f6efc} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -166, m = 2. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34408) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-166, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:13.098510 [ 92808 ] {ac63bb62-fee1-400c-ae34-7bcb4762b950} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileTDigest. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT quantileTDigest([], [], []);) 2025.03.31 18:06:13.106334 [ 91491 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -166, m = 2. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:13.126047 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileTDigest. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:13.140058 [ 91599 ] {00f085b9-712c-4b89-abb6-d4f4d590dec0} executeQuery: Code: 432. DB::Exception: Unknown codec family: gbdgkjsdh. (UNKNOWN_CODEC) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34188) (comment: 00804_test_alter_compression_codecs.sql) (in query: ALTER TABLE alter_bad_codec ADD COLUMN alter_column DateTime DEFAULT '2019-01-01 00:00:00' CODEC(gbdgkjsdh);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Compression/CompressionFactory.cpp:125: DB::CompressionCodecFactory::getImpl(String const&, std::shared_ptr const&, DB::IDataType const*) const @ 0x00000000421696d1 5. ./build_docker/./src/Compression/CompressionFactoryAdditions.cpp:135: void std::__function::__policy_invoker::__call_impl const&, std::shared_ptr const&, bool, bool, bool) const::$_0, void (DB::ISerialization::SubstreamPath const&)>>(std::__function::__policy_storage const*, DB::ISerialization::SubstreamPath const&) @ 0x000000004227cf12 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034e20b22 7. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:104: DB::ISerialization::enumerateStreams(std::function const&, std::shared_ptr const&, COW::immutable_ptr const&) const @ 0x0000000034e21530 8. ./build_docker/./src/Compression/CompressionFactoryAdditions.cpp:146: DB::CompressionCodecFactory::validateCodecAndGetPreprocessedAST(std::shared_ptr const&, std::shared_ptr const&, bool, bool, bool) const @ 0x00000000422789ff 9. ./build_docker/./src/Storages/AlterCommands.cpp:1378: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6d71ae 10. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 11. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 14. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:06:13.158628 [ 91599 ] {} TCPHandler: Code: 432. DB::Exception: Unknown codec family: gbdgkjsdh. (UNKNOWN_CODEC), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Compression/CompressionFactory.cpp:125: DB::CompressionCodecFactory::getImpl(String const&, std::shared_ptr const&, DB::IDataType const*) const @ 0x00000000421696d1 5. ./build_docker/./src/Compression/CompressionFactoryAdditions.cpp:135: void std::__function::__policy_invoker::__call_impl const&, std::shared_ptr const&, bool, bool, bool) const::$_0, void (DB::ISerialization::SubstreamPath const&)>>(std::__function::__policy_storage const*, DB::ISerialization::SubstreamPath const&) @ 0x000000004227cf12 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034e20b22 7. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:104: DB::ISerialization::enumerateStreams(std::function const&, std::shared_ptr const&, COW::immutable_ptr const&) const @ 0x0000000034e21530 8. ./build_docker/./src/Compression/CompressionFactoryAdditions.cpp:146: DB::CompressionCodecFactory::validateCodecAndGetPreprocessedAST(std::shared_ptr const&, std::shared_ptr const&, bool, bool, bool) const @ 0x00000000422789ff 9. ./build_docker/./src/Storages/AlterCommands.cpp:1378: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6d71ae 10. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 11. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 14. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:06:13.196252 [ 92808 ] {307abd5c-dc83-4eba-a622-75d294d438b2} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileTDigestWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT quantileTDigestWeighted([], [], []);) 2025.03.31 18:06:13.222239 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileTDigestWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:13.267879 [ 92808 ] {81fdcfeb-be3d-44ec-a23b-9bbcfa9a11bd} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileTiming. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT quantileTiming([], [], []);) 2025.03.31 18:06:13.295282 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileTiming. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:13.344300 [ 92808 ] {45ede666-d990-4416-a66c-40e066df1656} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileTimingWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT quantileTimingWeighted([], [], []);) 2025.03.31 18:06:13.365387 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantileTimingWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:13.402574 [ 92808 ] {7b9d2d87-f49c-43c4-b8eb-ccfe20f0662c} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantiles. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT quantiles([], [], []);) 2025.03.31 18:06:13.416644 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantiles. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:13.465577 [ 92808 ] {8e696b31-ac9c-4e5c-b6cb-96a11891b5f7} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesBFloat16. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT quantilesBFloat16([], [], []);) 2025.03.31 18:06:13.496369 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesBFloat16. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:13.533558 [ 92808 ] {24e089b0-9327-4546-a8b6-18a608ce9ccc} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesBFloat16Weighted. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT quantilesBFloat16Weighted([], [], []);) 2025.03.31 18:06:13.543440 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesBFloat16Weighted. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:13.586838 [ 92808 ] {68da195c-2fb3-4dfd-83a4-7acc2d06d97d} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesDD. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT quantilesDD([], [], []);) 2025.03.31 18:06:13.614231 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesDD. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:13.658144 [ 92808 ] {87352ca3-662c-47d9-92bf-95560b2743e0} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesDeterministic. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT quantilesDeterministic([], [], []);) 2025.03.31 18:06:13.679799 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesDeterministic. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:13.718928 [ 92808 ] {dadd265b-aba9-4b6c-a02f-61258ffc5c30} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesExact. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT quantilesExact([], [], []);) 2025.03.31 18:06:13.732587 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesExact. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:13.770774 [ 92808 ] {837cecfd-08b4-4a2e-afc3-d790d95a9d7c} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesExactExclusive. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT quantilesExactExclusive([], [], []);) 2025.03.31 18:06:13.787919 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesExactExclusive. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:13.796425 [ 91599 ] {24588b50-0ea8-4ba4-8b98-f1b0f39d6da0} executeQuery: Code: 433. DB::Exception: ZSTD codec can't have level more than 22, given 100. (ILLEGAL_CODEC_PARAMETER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34188) (comment: 00804_test_alter_compression_codecs.sql) (in query: ALTER TABLE alter_bad_codec ADD COLUMN alter_column DateTime DEFAULT '2019-01-01 00:00:00' CODEC(ZSTD(100));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, int&&, int&) @ 0x000000004217ee2d 4. ./build_docker/./src/Compression/CompressionCodecZSTD.cpp:104: std::shared_ptr std::__function::__policy_invoker (std::shared_ptr const&)>::__call_impl (std::shared_ptr const&)>>(std::__function::__policy_storage const*, std::shared_ptr const&) @ 0x000000004217df44 5. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000004216ca72 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000421695a8 7. ./build_docker/./src/Compression/CompressionFactoryAdditions.cpp:135: void std::__function::__policy_invoker::__call_impl const&, std::shared_ptr const&, bool, bool, bool) const::$_0, void (DB::ISerialization::SubstreamPath const&)>>(std::__function::__policy_storage const*, DB::ISerialization::SubstreamPath const&) @ 0x000000004227cf12 8. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034e20b22 9. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:104: DB::ISerialization::enumerateStreams(std::function const&, std::shared_ptr const&, COW::immutable_ptr const&) const @ 0x0000000034e21530 10. ./build_docker/./src/Compression/CompressionFactoryAdditions.cpp:146: DB::CompressionCodecFactory::validateCodecAndGetPreprocessedAST(std::shared_ptr const&, std::shared_ptr const&, bool, bool, bool) const @ 0x00000000422789ff 11. ./build_docker/./src/Storages/AlterCommands.cpp:1378: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6d71ae 12. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 13. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 18:06:13.808260 [ 91599 ] {} TCPHandler: Code: 433. DB::Exception: ZSTD codec can't have level more than 22, given 100. (ILLEGAL_CODEC_PARAMETER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, int&&, int&) @ 0x000000004217ee2d 4. ./build_docker/./src/Compression/CompressionCodecZSTD.cpp:104: std::shared_ptr std::__function::__policy_invoker (std::shared_ptr const&)>::__call_impl (std::shared_ptr const&)>>(std::__function::__policy_storage const*, std::shared_ptr const&) @ 0x000000004217df44 5. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000004216ca72 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000421695a8 7. ./build_docker/./src/Compression/CompressionFactoryAdditions.cpp:135: void std::__function::__policy_invoker::__call_impl const&, std::shared_ptr const&, bool, bool, bool) const::$_0, void (DB::ISerialization::SubstreamPath const&)>>(std::__function::__policy_storage const*, DB::ISerialization::SubstreamPath const&) @ 0x000000004227cf12 8. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034e20b22 9. ./build_docker/./src/DataTypes/Serializations/ISerialization.cpp:104: DB::ISerialization::enumerateStreams(std::function const&, std::shared_ptr const&, COW::immutable_ptr const&) const @ 0x0000000034e21530 10. ./build_docker/./src/Compression/CompressionFactoryAdditions.cpp:146: DB::CompressionCodecFactory::validateCodecAndGetPreprocessedAST(std::shared_ptr const&, std::shared_ptr const&, bool, bool, bool) const @ 0x00000000422789ff 11. ./build_docker/./src/Storages/AlterCommands.cpp:1378: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6d71ae 12. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 13. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 18:06:13.823970 [ 92808 ] {0217e0fa-a15e-4136-8d00-50d7fbffaff2} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesExactHigh. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT quantilesExactHigh([], [], []);) 2025.03.31 18:06:13.835775 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesExactHigh. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:13.875472 [ 92808 ] {3132d9f9-cde4-412c-ba1e-61f4cf46fe36} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesExactInclusive. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT quantilesExactInclusive([], [], []);) 2025.03.31 18:06:13.886778 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesExactInclusive. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:13.936505 [ 92808 ] {90e851bd-544f-44ef-b100-4261e756c24b} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesExactLow. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT quantilesExactLow([], [], []);) 2025.03.31 18:06:13.951828 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesExactLow. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:13.991983 [ 92808 ] {d3fbe451-56cc-4dca-930f-46345391a258} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesExactWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT quantilesExactWeighted([], [], []);) 2025.03.31 18:06:14.008778 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesExactWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:14.056695 [ 92808 ] {94efd96e-2aca-4e7c-86c1-476229aa3a62} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesExactWeightedInterpolated. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT quantilesExactWeightedInterpolated([], [], []);) 2025.03.31 18:06:14.072641 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesExactWeightedInterpolated. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:14.113090 [ 92808 ] {ddb6c240-a0d6-4fd8-b5ec-97d4f46cbc18} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesGK. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT quantilesGK([], [], []);) 2025.03.31 18:06:14.130862 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesGK. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:14.174291 [ 92808 ] {500f27ab-886c-4c24-afe8-560a876ddfee} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesInterpolatedWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT quantilesInterpolatedWeighted([], [], []);) 2025.03.31 18:06:14.191093 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesInterpolatedWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:14.225051 [ 92808 ] {8d70d07e-6855-46a8-b911-ab486c8948a1} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesTDigest. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT quantilesTDigest([], [], []);) 2025.03.31 18:06:14.243917 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesTDigest. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:14.297256 [ 92808 ] {98f39e9d-94ec-4454-81ea-8d12f660145b} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesTDigestWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT quantilesTDigestWeighted([], [], []);) 2025.03.31 18:06:14.319618 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesTDigestWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:14.367179 [ 92808 ] {1c299d32-d0fd-4c8a-9f0d-adb0a352976d} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesTiming. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT quantilesTiming([], [], []);) 2025.03.31 18:06:14.399286 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesTiming. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:14.454244 [ 92808 ] {ab85e2cf-25b7-4b23-8a58-525a7f40de71} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesTimingWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT quantilesTimingWeighted([], [], []);) 2025.03.31 18:06:14.485315 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument for aggregate function quantilesTimingWeighted. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:14.534876 [ 92808 ] {9d531306-6dbc-4db0-ba2d-aaaf1f6d0b1b} executeQuery: Code: 42. DB::Exception: Number of arguments for function queryID doesn't match: passed 3, should be 0: In scope SELECT queryID([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT queryID([], [], []);) 2025.03.31 18:06:14.550344 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function queryID doesn't match: passed 3, should be 0: In scope SELECT queryID([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:14.615491 [ 92808 ] {3a312fbc-32c3-48bb-9825-7e2edcf2c6af} executeQuery: Code: 42. DB::Exception: Number of arguments for function queryString doesn't match: passed 3, should be 1: In scope SELECT queryString([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT queryString([], [], []);) 2025.03.31 18:06:14.633432 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function queryString doesn't match: passed 3, should be 1: In scope SELECT queryString([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:14.691592 [ 92808 ] {07871676-4f0e-44a5-8701-a2ce9fd90283} executeQuery: Code: 42. DB::Exception: Number of arguments for function queryStringAndFragment doesn't match: passed 3, should be 1: In scope SELECT queryStringAndFragment([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT queryStringAndFragment([], [], []);) 2025.03.31 18:06:14.707086 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function queryStringAndFragment doesn't match: passed 3, should be 1: In scope SELECT queryStringAndFragment([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:14.746128 [ 92808 ] {94b444a7-2066-469e-b9ff-d1cdfc8600d4} executeQuery: Code: 42. DB::Exception: Number of arguments for function queryID doesn't match: passed 3, should be 0: In scope SELECT query_id([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT query_id([], [], []);) 2025.03.31 18:06:14.765046 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function queryID doesn't match: passed 3, should be 0: In scope SELECT query_id([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:14.805194 [ 92808 ] {4864b09d-1eca-444b-8f94-e62aca73f962} executeQuery: Code: 42. DB::Exception: Number of arguments for function radians doesn't match: passed 3, should be 1: In scope SELECT radians([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT radians([], [], []);) 2025.03.31 18:06:14.816750 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function radians doesn't match: passed 3, should be 1: In scope SELECT radians([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:14.858459 [ 92808 ] {5ebe8560-3673-4c41-b7e9-8125e4202557} executeQuery: Code: 42. DB::Exception: Number of arguments for function rand doesn't match: passed 3, should be 0 or 1.: In scope SELECT rand([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT rand([], [], []);) 2025.03.31 18:06:14.874840 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function rand doesn't match: passed 3, should be 0 or 1.: In scope SELECT rand([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:14.911969 [ 92808 ] {762a07fe-31df-428b-a8c3-da120defd846} executeQuery: Code: 42. DB::Exception: Number of arguments for function rand doesn't match: passed 3, should be 0 or 1.: In scope SELECT rand32([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT rand32([], [], []);) 2025.03.31 18:06:14.924825 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function rand doesn't match: passed 3, should be 0 or 1.: In scope SELECT rand32([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:14.966992 [ 92808 ] {e32a0703-a9ae-4035-a4e6-451d9ddb0ae7} executeQuery: Code: 42. DB::Exception: Number of arguments for function rand64 doesn't match: passed 3, should be 0 or 1.: In scope SELECT rand64([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT rand64([], [], []);) 2025.03.31 18:06:14.981449 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function rand64 doesn't match: passed 3, should be 0 or 1.: In scope SELECT rand64([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:15.025193 [ 92808 ] {4bce4404-d601-4157-b0e1-1ec3120a96d3} executeQuery: Code: 42. DB::Exception: Wrong number of arguments for function randBernoulli. Should be 1 or 2: In scope SELECT randBernoulli([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT randBernoulli([], [], []);) 2025.03.31 18:06:15.041481 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Wrong number of arguments for function randBernoulli. Should be 1 or 2: In scope SELECT randBernoulli([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:15.082946 [ 92808 ] {13634332-7bf6-477a-a1ce-aff20014de86} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function randBinomial, expected Float64 or integer: In scope SELECT randBinomial([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT randBinomial([], [], []);) 2025.03.31 18:06:15.094003 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function randBinomial, expected Float64 or integer: In scope SELECT randBinomial([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:15.139046 [ 92808 ] {e48fc232-0481-4133-be16-07f90b843dec} executeQuery: Code: 42. DB::Exception: Number of arguments for function randCanonical doesn't match: passed 3, should be 0 or 1.: In scope SELECT randCanonical([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT randCanonical([], [], []);) 2025.03.31 18:06:15.150687 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function randCanonical doesn't match: passed 3, should be 0 or 1.: In scope SELECT randCanonical([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:15.194577 [ 92808 ] {e7d73992-4617-47ba-ad3c-22791aa83c88} executeQuery: Code: 42. DB::Exception: Wrong number of arguments for function randChiSquared. Should be 1 or 2: In scope SELECT randChiSquared([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT randChiSquared([], [], []);) 2025.03.31 18:06:15.207823 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Wrong number of arguments for function randChiSquared. Should be 1 or 2: In scope SELECT randChiSquared([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:15.243926 [ 92808 ] {e92588ac-8b21-4db0-998c-114b150aeac7} executeQuery: Code: 42. DB::Exception: Number of arguments for function randConstant doesn't match: passed 3, should be 0 or 1.: In scope SELECT randConstant([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT randConstant([], [], []);) 2025.03.31 18:06:15.257098 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function randConstant doesn't match: passed 3, should be 0 or 1.: In scope SELECT randConstant([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:15.304784 [ 92808 ] {4847ec6a-0abb-4105-b62f-3a4ab5683338} executeQuery: Code: 42. DB::Exception: Wrong number of arguments for function randExponential. Should be 1 or 2: In scope SELECT randExponential([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT randExponential([], [], []);) 2025.03.31 18:06:15.318845 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Wrong number of arguments for function randExponential. Should be 1 or 2: In scope SELECT randExponential([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:15.369566 [ 92808 ] {d1f99792-5d72-405d-910d-f56cec49980e} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function randFisherF, expected Float64 or integer: In scope SELECT randFisherF([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT randFisherF([], [], []);) 2025.03.31 18:06:15.389356 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function randFisherF, expected Float64 or integer: In scope SELECT randFisherF([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:15.436558 [ 92808 ] {9c431895-1aa8-470f-91c0-a1e0b83ba429} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function randLogNormal, expected Float64 or integer: In scope SELECT randLogNormal([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT randLogNormal([], [], []);) 2025.03.31 18:06:15.446963 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function randLogNormal, expected Float64 or integer: In scope SELECT randLogNormal([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:15.495562 [ 92808 ] {5ff277c0-037b-44ba-8949-842c0b082c9c} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function randNegativeBinomial, expected Float64 or integer: In scope SELECT randNegativeBinomial([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT randNegativeBinomial([], [], []);) 2025.03.31 18:06:15.506550 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function randNegativeBinomial, expected Float64 or integer: In scope SELECT randNegativeBinomial([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:15.552973 [ 92808 ] {3b2adaa5-f746-494d-9a85-be1adae84ddc} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function randNormal, expected Float64 or integer: In scope SELECT randNormal([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT randNormal([], [], []);) 2025.03.31 18:06:15.562351 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function randNormal, expected Float64 or integer: In scope SELECT randNormal([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:15.616743 [ 92808 ] {fcc6b7ff-d982-4530-b42e-c3d26a585190} executeQuery: Code: 42. DB::Exception: Wrong number of arguments for function randPoisson. Should be 1 or 2: In scope SELECT randPoisson([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT randPoisson([], [], []);) 2025.03.31 18:06:15.626442 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Wrong number of arguments for function randPoisson. Should be 1 or 2: In scope SELECT randPoisson([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:15.668457 [ 92808 ] {2dc0fde3-262c-4582-9211-9e05497fc3ff} executeQuery: Code: 42. DB::Exception: Wrong number of arguments for function randStudentT. Should be 1 or 2: In scope SELECT randStudentT([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT randStudentT([], [], []);) 2025.03.31 18:06:15.680768 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Wrong number of arguments for function randStudentT. Should be 1 or 2: In scope SELECT randStudentT([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:15.746697 [ 92808 ] {e556049f-b416-4289-a5b3-e84853ea1b50} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function randUniform, expected Float64 or integer: In scope SELECT randUniform([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT randUniform([], [], []);) 2025.03.31 18:06:15.770172 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function randUniform, expected Float64 or integer: In scope SELECT randUniform([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:15.828380 [ 92808 ] {f2af9735-7076-4d93-95c8-7949239cc983} executeQuery: Code: 42. DB::Exception: Number of arguments for function randomFixedString doesn't match: passed 3, should be 1: In scope SELECT randomFixedString([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT randomFixedString([], [], []);) 2025.03.31 18:06:15.844984 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function randomFixedString doesn't match: passed 3, should be 1: In scope SELECT randomFixedString([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:15.886913 [ 92808 ] {7e053d5d-7734-4f1a-be14-dad15d1e97d1} executeQuery: Code: 42. DB::Exception: Function randomPrintableASCII requires at most two arguments: the size of resulting string and optional disambiguation tag: In scope SELECT randomPrintableASCII([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT randomPrintableASCII([], [], []);) 2025.03.31 18:06:15.901370 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Function randomPrintableASCII requires at most two arguments: the size of resulting string and optional disambiguation tag: In scope SELECT randomPrintableASCII([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:15.937710 [ 92808 ] {1d5184f4-9dfa-4530-b38e-e53b461b8ec2} executeQuery: Code: 42. DB::Exception: Function randomString requires at most two arguments: the size of resulting string and optional disambiguation tag: In scope SELECT randomString([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT randomString([], [], []);) 2025.03.31 18:06:15.959930 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Function randomString requires at most two arguments: the size of resulting string and optional disambiguation tag: In scope SELECT randomString([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:16.002377 [ 92808 ] {f0089415-ddb0-475a-9cb3-8a36247bf2f6} executeQuery: Code: 42. DB::Exception: Number of arguments for function randomStringUTF8 doesn't match: passed 3, should be 1: In scope SELECT randomStringUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT randomStringUTF8([], [], []);) 2025.03.31 18:06:16.018546 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function randomStringUTF8 doesn't match: passed 3, should be 1: In scope SELECT randomStringUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:16.058608 [ 92808 ] {183b679a-069a-43b6-89be-a47716848456} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function range: In scope SELECT range([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT range([], [], []);) 2025.03.31 18:06:16.090866 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function range: In scope SELECT range([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:16.252731 [ 92808 ] {22ab899c-9424-4770-a7d1-bec9dad87977} executeQuery: Code: 36. DB::Exception: The function 'rank' can only be used as a window function, not as an aggregate function: While executing AggregatingTransform. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT rank([], [], []);) 2025.03.31 18:06:16.277955 [ 92808 ] {} TCPHandler: Code: 36. DB::Exception: The function 'rank' can only be used as a window function, not as an aggregate function: While executing AggregatingTransform. (BAD_ARGUMENTS) 2025.03.31 18:06:16.314500 [ 92808 ] {2339f960-2d14-4d86-b18c-319a064b7185} executeQuery: Code: 42. DB::Exception: Aggregate function rankCorr requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT rankCorr([], [], []);) 2025.03.31 18:06:16.330127 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function rankCorr requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:16.367173 [ 92808 ] {f52709d8-4875-48f2-97a7-de743a228e11} executeQuery: Code: 42. DB::Exception: Number of arguments for function readWKTLineString doesn't match: passed 3, should be 1: In scope SELECT readWKTLineString([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT readWKTLineString([], [], []);) 2025.03.31 18:06:16.582044 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function readWKTLineString doesn't match: passed 3, should be 1: In scope SELECT readWKTLineString([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:16.619732 [ 92808 ] {9b1a667d-7878-4e94-a513-0731f5e556ad} executeQuery: Code: 42. DB::Exception: Number of arguments for function readWKTMultiLineString doesn't match: passed 3, should be 1: In scope SELECT readWKTMultiLineString([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT readWKTMultiLineString([], [], []);) 2025.03.31 18:06:16.654007 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function readWKTMultiLineString doesn't match: passed 3, should be 1: In scope SELECT readWKTMultiLineString([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:16.689874 [ 92808 ] {47a3e524-4a4d-4c63-8db0-321544df4831} executeQuery: Code: 42. DB::Exception: Number of arguments for function readWKTMultiPolygon doesn't match: passed 3, should be 1: In scope SELECT readWKTMultiPolygon([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT readWKTMultiPolygon([], [], []);) 2025.03.31 18:06:16.705339 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function readWKTMultiPolygon doesn't match: passed 3, should be 1: In scope SELECT readWKTMultiPolygon([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:16.740002 [ 92808 ] {c5f04678-4469-4ea9-80ae-e38fdff50c5c} executeQuery: Code: 42. DB::Exception: Number of arguments for function readWKTPoint doesn't match: passed 3, should be 1: In scope SELECT readWKTPoint([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT readWKTPoint([], [], []);) 2025.03.31 18:06:16.752509 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function readWKTPoint doesn't match: passed 3, should be 1: In scope SELECT readWKTPoint([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:16.795043 [ 92808 ] {433eb599-7fa4-4a50-a874-f8df3e2f7e6e} executeQuery: Code: 42. DB::Exception: Number of arguments for function readWKTPolygon doesn't match: passed 3, should be 1: In scope SELECT readWKTPolygon([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT readWKTPolygon([], [], []);) 2025.03.31 18:06:16.821332 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function readWKTPolygon doesn't match: passed 3, should be 1: In scope SELECT readWKTPolygon([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:16.826322 [ 92280 ] {0e1f07f0-7790-46db-962c-ded30c653434} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 336: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:43808) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (168, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:16.862120 [ 92280 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 336: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:16.864688 [ 92808 ] {cf22bb82-d07b-4e56-b062-c785efb5e6f3} executeQuery: Code: 42. DB::Exception: Number of arguments for function readWKTRing doesn't match: passed 3, should be 1: In scope SELECT readWKTRing([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT readWKTRing([], [], []);) 2025.03.31 18:06:16.887823 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function readWKTRing doesn't match: passed 3, should be 1: In scope SELECT readWKTRing([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:16.929032 [ 92808 ] {d409092f-547d-4362-8e9e-a50c13d2fad9} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'haystack' to function 'regexpExtract'. Expected: String, got: Array(Nothing): In scope SELECT regexpExtract([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT regexpExtract([], [], []);) 2025.03.31 18:06:16.945075 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'haystack' to function 'regexpExtract'. Expected: String, got: Array(Nothing): In scope SELECT regexpExtract([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:16.989078 [ 92808 ] {cf0ef165-74ae-4675-8b08-7702e0d7bea5} executeQuery: Code: 42. DB::Exception: Number of arguments for function regexpQuoteMeta doesn't match: passed 3, should be 1: In scope SELECT regexpQuoteMeta([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT regexpQuoteMeta([], [], []);) 2025.03.31 18:06:17.002776 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function regexpQuoteMeta doesn't match: passed 3, should be 1: In scope SELECT regexpQuoteMeta([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:17.040642 [ 92808 ] {55b3c64b-cf73-44fa-bebc-21811021bf01} executeQuery: Code: 42. DB::Exception: Number of arguments for function regionHierarchy doesn't match: passed 3, should be 1 or 2.: In scope SELECT regionHierarchy([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT regionHierarchy([], [], []);) 2025.03.31 18:06:17.052495 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function regionHierarchy doesn't match: passed 3, should be 1 or 2.: In scope SELECT regionHierarchy([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:17.089189 [ 92808 ] {1399873c-4e97-4836-a5d3-6576603c07d8} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function regionIn (must be UInt32): In scope SELECT regionIn([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT regionIn([], [], []);) 2025.03.31 18:06:17.101655 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function regionIn (must be UInt32): In scope SELECT regionIn([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:17.137506 [ 91602 ] {85909fb1-9ee9-44d0-b6ad-51919d006575} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -165, m = 1. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:43832) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-165, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:17.140853 [ 92808 ] {d52a4ecf-d8a2-4f46-a226-39c1a1843142} executeQuery: Code: 42. DB::Exception: Number of arguments for function regionToArea doesn't match: passed 3, should be 1 or 2.: In scope SELECT regionToArea([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT regionToArea([], [], []);) 2025.03.31 18:06:17.156043 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function regionToArea doesn't match: passed 3, should be 1 or 2.: In scope SELECT regionToArea([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:17.181236 [ 91602 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -165, m = 1. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:17.205204 [ 92808 ] {cd739bca-23fc-4c14-b0f8-c2435fb283a5} executeQuery: Code: 42. DB::Exception: Number of arguments for function regionToCity doesn't match: passed 3, should be 1 or 2.: In scope SELECT regionToCity([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT regionToCity([], [], []);) 2025.03.31 18:06:17.220656 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function regionToCity doesn't match: passed 3, should be 1 or 2.: In scope SELECT regionToCity([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:17.276980 [ 92808 ] {3275d11e-0f14-4fe6-8626-e28eeb04a56e} executeQuery: Code: 42. DB::Exception: Number of arguments for function regionToContinent doesn't match: passed 3, should be 1 or 2.: In scope SELECT regionToContinent([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT regionToContinent([], [], []);) 2025.03.31 18:06:17.293254 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function regionToContinent doesn't match: passed 3, should be 1 or 2.: In scope SELECT regionToContinent([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:17.338987 [ 92808 ] {96191c64-79a5-4653-ab66-ff32f6e1fc95} executeQuery: Code: 42. DB::Exception: Number of arguments for function regionToCountry doesn't match: passed 3, should be 1 or 2.: In scope SELECT regionToCountry([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT regionToCountry([], [], []);) 2025.03.31 18:06:17.354322 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function regionToCountry doesn't match: passed 3, should be 1 or 2.: In scope SELECT regionToCountry([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:17.389315 [ 92808 ] {e3ca5c7a-bdde-4db3-8bd5-bd7634db1611} executeQuery: Code: 42. DB::Exception: Number of arguments for function regionToDistrict doesn't match: passed 3, should be 1 or 2.: In scope SELECT regionToDistrict([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT regionToDistrict([], [], []);) 2025.03.31 18:06:17.400984 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function regionToDistrict doesn't match: passed 3, should be 1 or 2.: In scope SELECT regionToDistrict([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:17.439342 [ 92808 ] {0eb7b4ad-7a66-4701-8e5f-23838cb9b2cc} executeQuery: Code: 42. DB::Exception: Number of arguments for function regionToName doesn't match: passed 3, should be 1 or 2.: In scope SELECT regionToName([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT regionToName([], [], []);) 2025.03.31 18:06:17.454551 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function regionToName doesn't match: passed 3, should be 1 or 2.: In scope SELECT regionToName([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:17.509689 [ 92808 ] {dd5c18f3-8001-47b0-b977-3a18ebe27eb7} executeQuery: Code: 42. DB::Exception: Number of arguments for function regionToPopulation doesn't match: passed 3, should be 1 or 2.: In scope SELECT regionToPopulation([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT regionToPopulation([], [], []);) 2025.03.31 18:06:17.526531 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function regionToPopulation doesn't match: passed 3, should be 1 or 2.: In scope SELECT regionToPopulation([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:17.562628 [ 92808 ] {8fc2026b-55ea-49bb-aeed-d6949190624e} executeQuery: Code: 42. DB::Exception: Number of arguments for function regionToTopContinent doesn't match: passed 3, should be 1 or 2.: In scope SELECT regionToTopContinent([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT regionToTopContinent([], [], []);) 2025.03.31 18:06:17.578181 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function regionToTopContinent doesn't match: passed 3, should be 1 or 2.: In scope SELECT regionToTopContinent([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:17.612951 [ 92808 ] {baacf2ba-6b00-4874-b245-981fd69c6a0c} executeQuery: Code: 42. DB::Exception: Number of arguments for function reinterpret doesn't match: passed 3, should be 2: In scope SELECT reinterpret([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT reinterpret([], [], []);) 2025.03.31 18:06:17.626410 [ 55896 ] {d106ceff-6357-42ad-9c36-028db0455d4c} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 169, m = 2. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:43870) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (169, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:17.628076 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function reinterpret doesn't match: passed 3, should be 2: In scope SELECT reinterpret([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:17.644927 [ 55896 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 169, m = 2. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:17.657282 [ 92808 ] {d7384ee4-52a7-4c4c-b149-b856fe81d153} executeQuery: Code: 42. DB::Exception: Number of arguments for function reinterpretAsDate doesn't match: passed 3, should be 1: In scope SELECT reinterpretAsDate([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT reinterpretAsDate([], [], []);) 2025.03.31 18:06:17.672475 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function reinterpretAsDate doesn't match: passed 3, should be 1: In scope SELECT reinterpretAsDate([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:17.708907 [ 92808 ] {bce29194-8002-4202-a160-86c75787c13f} executeQuery: Code: 42. DB::Exception: Number of arguments for function reinterpretAsDateTime doesn't match: passed 3, should be 1: In scope SELECT reinterpretAsDateTime([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT reinterpretAsDateTime([], [], []);) 2025.03.31 18:06:17.722975 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function reinterpretAsDateTime doesn't match: passed 3, should be 1: In scope SELECT reinterpretAsDateTime([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:17.761044 [ 92808 ] {c97ca7d5-a5d2-48d1-8af8-34048a0b588f} executeQuery: Code: 42. DB::Exception: Number of arguments for function reinterpretAsFixedString doesn't match: passed 3, should be 1: In scope SELECT reinterpretAsFixedString([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT reinterpretAsFixedString([], [], []);) 2025.03.31 18:06:17.776971 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function reinterpretAsFixedString doesn't match: passed 3, should be 1: In scope SELECT reinterpretAsFixedString([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:17.812608 [ 92808 ] {6e173553-8bef-44ca-b034-75d84b454063} executeQuery: Code: 42. DB::Exception: Number of arguments for function reinterpretAsFloat32 doesn't match: passed 3, should be 1: In scope SELECT reinterpretAsFloat32([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT reinterpretAsFloat32([], [], []);) 2025.03.31 18:06:17.825257 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function reinterpretAsFloat32 doesn't match: passed 3, should be 1: In scope SELECT reinterpretAsFloat32([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:17.864681 [ 92808 ] {f887859c-0a34-40f1-9345-b20d0769ca73} executeQuery: Code: 42. DB::Exception: Number of arguments for function reinterpretAsFloat64 doesn't match: passed 3, should be 1: In scope SELECT reinterpretAsFloat64([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT reinterpretAsFloat64([], [], []);) 2025.03.31 18:06:17.880459 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function reinterpretAsFloat64 doesn't match: passed 3, should be 1: In scope SELECT reinterpretAsFloat64([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:17.919223 [ 92808 ] {959f1184-131d-4c27-a9cb-cbd5b68bad6d} executeQuery: Code: 42. DB::Exception: Number of arguments for function reinterpretAsInt128 doesn't match: passed 3, should be 1: In scope SELECT reinterpretAsInt128([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT reinterpretAsInt128([], [], []);) 2025.03.31 18:06:17.935565 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function reinterpretAsInt128 doesn't match: passed 3, should be 1: In scope SELECT reinterpretAsInt128([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:17.976443 [ 91634 ] {7baf5379-d065-499e-94e1-cb79a09c7304} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 166, m = 1. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:43888) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (166, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:17.978192 [ 92808 ] {7e92da29-614a-4999-9cb6-5862715a2499} executeQuery: Code: 42. DB::Exception: Number of arguments for function reinterpretAsInt16 doesn't match: passed 3, should be 1: In scope SELECT reinterpretAsInt16([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT reinterpretAsInt16([], [], []);) 2025.03.31 18:06:17.989823 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function reinterpretAsInt16 doesn't match: passed 3, should be 1: In scope SELECT reinterpretAsInt16([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:18.002300 [ 91634 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 166, m = 1. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:18.030504 [ 92808 ] {a7553088-3f18-4d22-9f4e-28d285b99d19} executeQuery: Code: 42. DB::Exception: Number of arguments for function reinterpretAsInt256 doesn't match: passed 3, should be 1: In scope SELECT reinterpretAsInt256([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT reinterpretAsInt256([], [], []);) 2025.03.31 18:06:18.042211 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function reinterpretAsInt256 doesn't match: passed 3, should be 1: In scope SELECT reinterpretAsInt256([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:18.078744 [ 92808 ] {035e614c-5f27-4dd5-a9b8-ff353495e688} executeQuery: Code: 42. DB::Exception: Number of arguments for function reinterpretAsInt32 doesn't match: passed 3, should be 1: In scope SELECT reinterpretAsInt32([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT reinterpretAsInt32([], [], []);) 2025.03.31 18:06:18.091561 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function reinterpretAsInt32 doesn't match: passed 3, should be 1: In scope SELECT reinterpretAsInt32([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:18.128553 [ 92808 ] {265aa4d2-115d-4f52-83ce-daa519444343} executeQuery: Code: 42. DB::Exception: Number of arguments for function reinterpretAsInt64 doesn't match: passed 3, should be 1: In scope SELECT reinterpretAsInt64([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT reinterpretAsInt64([], [], []);) 2025.03.31 18:06:18.141030 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function reinterpretAsInt64 doesn't match: passed 3, should be 1: In scope SELECT reinterpretAsInt64([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:18.185631 [ 92808 ] {fa6df252-fedf-4e96-93dc-eb59debc01fd} executeQuery: Code: 42. DB::Exception: Number of arguments for function reinterpretAsInt8 doesn't match: passed 3, should be 1: In scope SELECT reinterpretAsInt8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT reinterpretAsInt8([], [], []);) 2025.03.31 18:06:18.201015 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function reinterpretAsInt8 doesn't match: passed 3, should be 1: In scope SELECT reinterpretAsInt8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:18.240129 [ 92808 ] {95c1e998-e155-4ac5-8011-77fbab96c62b} executeQuery: Code: 42. DB::Exception: Number of arguments for function reinterpretAsString doesn't match: passed 3, should be 1: In scope SELECT reinterpretAsString([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT reinterpretAsString([], [], []);) 2025.03.31 18:06:18.256302 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function reinterpretAsString doesn't match: passed 3, should be 1: In scope SELECT reinterpretAsString([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:18.296671 [ 92808 ] {9a8961eb-f9b0-48e6-8173-5c61a8d40968} executeQuery: Code: 42. DB::Exception: Number of arguments for function reinterpretAsUInt128 doesn't match: passed 3, should be 1: In scope SELECT reinterpretAsUInt128([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT reinterpretAsUInt128([], [], []);) 2025.03.31 18:06:18.314965 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function reinterpretAsUInt128 doesn't match: passed 3, should be 1: In scope SELECT reinterpretAsUInt128([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:18.352032 [ 92808 ] {9a324a35-f5d6-48d1-8a3a-9764cfb045c8} executeQuery: Code: 42. DB::Exception: Number of arguments for function reinterpretAsUInt16 doesn't match: passed 3, should be 1: In scope SELECT reinterpretAsUInt16([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT reinterpretAsUInt16([], [], []);) 2025.03.31 18:06:18.367237 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function reinterpretAsUInt16 doesn't match: passed 3, should be 1: In scope SELECT reinterpretAsUInt16([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:18.401264 [ 92808 ] {83e5fb02-9252-42c1-a8aa-1b39ec25ea05} executeQuery: Code: 42. DB::Exception: Number of arguments for function reinterpretAsUInt256 doesn't match: passed 3, should be 1: In scope SELECT reinterpretAsUInt256([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT reinterpretAsUInt256([], [], []);) 2025.03.31 18:06:18.416843 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function reinterpretAsUInt256 doesn't match: passed 3, should be 1: In scope SELECT reinterpretAsUInt256([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:18.452074 [ 92808 ] {9f77b048-d1fe-4c2b-b06c-abc587e23ae1} executeQuery: Code: 42. DB::Exception: Number of arguments for function reinterpretAsUInt32 doesn't match: passed 3, should be 1: In scope SELECT reinterpretAsUInt32([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT reinterpretAsUInt32([], [], []);) 2025.03.31 18:06:18.461420 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function reinterpretAsUInt32 doesn't match: passed 3, should be 1: In scope SELECT reinterpretAsUInt32([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:18.499103 [ 92808 ] {34aed94e-6159-436a-8db8-621bd496f966} executeQuery: Code: 42. DB::Exception: Number of arguments for function reinterpretAsUInt64 doesn't match: passed 3, should be 1: In scope SELECT reinterpretAsUInt64([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT reinterpretAsUInt64([], [], []);) 2025.03.31 18:06:18.514118 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function reinterpretAsUInt64 doesn't match: passed 3, should be 1: In scope SELECT reinterpretAsUInt64([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:18.554120 [ 92808 ] {79f5553b-ccf0-405a-85f4-2a064d254620} executeQuery: Code: 42. DB::Exception: Number of arguments for function reinterpretAsUInt8 doesn't match: passed 3, should be 1: In scope SELECT reinterpretAsUInt8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT reinterpretAsUInt8([], [], []);) 2025.03.31 18:06:18.569495 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function reinterpretAsUInt8 doesn't match: passed 3, should be 1: In scope SELECT reinterpretAsUInt8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:18.606758 [ 92808 ] {d77df968-5598-4140-96e3-71acbfd9e7a0} executeQuery: Code: 42. DB::Exception: Number of arguments for function reinterpretAsUUID doesn't match: passed 3, should be 1: In scope SELECT reinterpretAsUUID([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT reinterpretAsUUID([], [], []);) 2025.03.31 18:06:18.622810 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function reinterpretAsUUID doesn't match: passed 3, should be 1: In scope SELECT reinterpretAsUUID([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:18.670808 [ 92808 ] {d9cd0eda-0454-4cf0-9411-59b3af7ed6d8} executeQuery: Code: 42. DB::Exception: Number of arguments for function repeat doesn't match: passed 3, should be 2: In scope SELECT repeat([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT repeat([], [], []);) 2025.03.31 18:06:18.692265 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function repeat doesn't match: passed 3, should be 2: In scope SELECT repeat([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:18.731532 [ 92808 ] {58f4c779-74e4-47d8-969d-d5ebd4f0ea15} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'haystack' to function 'replaceAll'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT replace([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT replace([], [], []);) 2025.03.31 18:06:18.745106 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'haystack' to function 'replaceAll'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT replace([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:18.796027 [ 92808 ] {05c0f24d-7f8f-437b-96ca-a493312087e8} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'haystack' to function 'replaceAll'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT replaceAll([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT replaceAll([], [], []);) 2025.03.31 18:06:18.814785 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'haystack' to function 'replaceAll'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT replaceAll([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:18.859291 [ 92808 ] {f68b7739-858c-4a5a-8253-ec5b0593bf6d} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'haystack' to function 'replaceOne'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT replaceOne([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT replaceOne([], [], []);) 2025.03.31 18:06:18.875986 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'haystack' to function 'replaceOne'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT replaceOne([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:18.912986 [ 92808 ] {c80a4b82-3d1b-462b-872c-33b89c5eecd3} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'haystack' to function 'replaceRegexpAll'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT replaceRegexpAll([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT replaceRegexpAll([], [], []);) 2025.03.31 18:06:18.925790 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'haystack' to function 'replaceRegexpAll'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT replaceRegexpAll([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:18.978584 [ 92808 ] {27c68da9-ae56-4a19-9f17-31f095ad7e93} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'haystack' to function 'replaceRegexpOne'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT replaceRegexpOne([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT replaceRegexpOne([], [], []);) 2025.03.31 18:06:18.994239 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'haystack' to function 'replaceRegexpOne'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT replaceRegexpOne([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:19.133814 [ 92808 ] {baf0c34e-e39b-4574-bc78-743d324639e1} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 0 of aggregate function retention, must be UInt8. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT retention([], [], []);) 2025.03.31 18:06:19.149296 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 0 of aggregate function retention, must be UInt8. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:19.201418 [ 92808 ] {5e4a01d0-7a6b-48a9-9ea7-019fd11ff048} executeQuery: Code: 42. DB::Exception: Number of arguments for function reverse doesn't match: passed 3, should be 1: In scope SELECT reverse([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT reverse([], [], []);) 2025.03.31 18:06:19.215916 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function reverse doesn't match: passed 3, should be 1: In scope SELECT reverse([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:19.252606 [ 92808 ] {952f2475-165a-4edb-a978-1dfbf1c0afb9} executeQuery: Code: 42. DB::Exception: Number of arguments for function reverseUTF8 doesn't match: passed 3, should be 1: In scope SELECT reverseUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT reverseUTF8([], [], []);) 2025.03.31 18:06:19.268171 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function reverseUTF8 doesn't match: passed 3, should be 1: In scope SELECT reverseUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:19.306052 [ 92808 ] {90650769-c32b-4506-a4df-6a7b44898859} executeQuery: Code: 42. DB::Exception: Number of arguments for function revision doesn't match: passed 3, should be 0: In scope SELECT revision([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT revision([], [], []);) 2025.03.31 18:06:19.317441 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function revision doesn't match: passed 3, should be 0: In scope SELECT revision([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:19.353819 [ 92808 ] {41d4151c-ac53-4ef2-b443-231ed1aa8260} executeQuery: Code: 42. DB::Exception: Number of arguments for function right doesn't match: passed 3, should be 2: In scope SELECT right([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT right([], [], []);) 2025.03.31 18:06:19.373500 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function right doesn't match: passed 3, should be 2: In scope SELECT right([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:19.411489 [ 92808 ] {70e49efc-ebad-458f-a51b-0212acc0cecb} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of the first argument of function rightPad, should be string: In scope SELECT rightPad([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT rightPad([], [], []);) 2025.03.31 18:06:19.426391 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of the first argument of function rightPad, should be string: In scope SELECT rightPad([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:19.466541 [ 92808 ] {78aeea85-e19b-4900-84f0-bd5d3d8f82d0} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of the first argument of function rightPadUTF8, should be string: In scope SELECT rightPadUTF8([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT rightPadUTF8([], [], []);) 2025.03.31 18:06:19.481280 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of the first argument of function rightPadUTF8, should be string: In scope SELECT rightPadUTF8([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:19.530498 [ 92808 ] {1c85cbc6-7f4e-41ce-9448-6854b0495f8e} executeQuery: Code: 42. DB::Exception: Number of arguments for function rightUTF8 doesn't match: passed 3, should be 2: In scope SELECT rightUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT rightUTF8([], [], []);) 2025.03.31 18:06:19.559714 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function rightUTF8 doesn't match: passed 3, should be 2: In scope SELECT rightUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:19.640264 [ 92808 ] {537991f3-e165-406b-8177-200240adc691} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'round'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT round([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT round([], [], []);) 2025.03.31 18:06:19.658288 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'round'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT round([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:19.705726 [ 92808 ] {dd88980e-6f2c-4e21-abff-9ffd2067f152} executeQuery: Code: 42. DB::Exception: Number of arguments for function roundAge doesn't match: passed 3, should be 1: In scope SELECT roundAge([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT roundAge([], [], []);) 2025.03.31 18:06:19.722061 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function roundAge doesn't match: passed 3, should be 1: In scope SELECT roundAge([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:19.762505 [ 92808 ] {77447b00-6b03-4706-8da2-bf5f6b241404} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'roundBankers'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT roundBankers([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT roundBankers([], [], []);) 2025.03.31 18:06:19.776050 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'roundBankers'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT roundBankers([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:19.819034 [ 92808 ] {24421d95-666e-49bd-8752-e9746923799b} executeQuery: Code: 42. DB::Exception: Number of arguments for function roundDown doesn't match: passed 3, should be 2: In scope SELECT roundDown([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT roundDown([], [], []);) 2025.03.31 18:06:19.831220 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function roundDown doesn't match: passed 3, should be 2: In scope SELECT roundDown([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:19.877706 [ 92808 ] {fad5ec4a-7854-4423-a0f1-69092cb8e455} executeQuery: Code: 42. DB::Exception: Number of arguments for function roundDuration doesn't match: passed 3, should be 1: In scope SELECT roundDuration([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT roundDuration([], [], []);) 2025.03.31 18:06:19.888232 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function roundDuration doesn't match: passed 3, should be 1: In scope SELECT roundDuration([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:19.935728 [ 92808 ] {62873040-3cdf-45c1-b697-accc579bd20f} executeQuery: Code: 42. DB::Exception: Number of arguments for function roundToExp2 doesn't match: passed 3, should be 1: In scope SELECT roundToExp2([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT roundToExp2([], [], []);) 2025.03.31 18:06:19.957309 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function roundToExp2 doesn't match: passed 3, should be 1: In scope SELECT roundToExp2([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:19.997887 [ 92808 ] {4c83ef95-689f-4104-8d65-c65a6b3a7a38} executeQuery: Code: 42. DB::Exception: Number of arguments for function rowNumberInAllBlocks doesn't match: passed 3, should be 0: In scope SELECT rowNumberInAllBlocks([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT rowNumberInAllBlocks([], [], []);) 2025.03.31 18:06:20.014072 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function rowNumberInAllBlocks doesn't match: passed 3, should be 0: In scope SELECT rowNumberInAllBlocks([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:20.052851 [ 92808 ] {58e4b2bb-da9f-45e2-bc1a-8b391d937d55} executeQuery: Code: 42. DB::Exception: Number of arguments for function rowNumberInBlock doesn't match: passed 3, should be 0: In scope SELECT rowNumberInBlock([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT rowNumberInBlock([], [], []);) 2025.03.31 18:06:20.065285 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function rowNumberInBlock doesn't match: passed 3, should be 0: In scope SELECT rowNumberInBlock([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:20.143608 [ 92808 ] {96844b5a-17ba-4e43-97a9-d521b76e54cb} executeQuery: Code: 36. DB::Exception: The function 'row_number' can only be used as a window function, not as an aggregate function: While executing AggregatingTransform. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT row_number([], [], []);) 2025.03.31 18:06:20.165536 [ 92808 ] {} TCPHandler: Code: 36. DB::Exception: The function 'row_number' can only be used as a window function, not as an aggregate function: While executing AggregatingTransform. (BAD_ARGUMENTS) 2025.03.31 18:06:20.204161 [ 92808 ] {e2391f89-45bc-4a82-a462-7c464e492ec6} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of the first argument of function rightPad, should be string: In scope SELECT rpad([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT rpad([], [], []);) 2025.03.31 18:06:20.224263 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of the first argument of function rightPad, should be string: In scope SELECT rpad([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:20.277871 [ 92808 ] {a9aae066-222a-4de6-89e5-4e34face2931} executeQuery: Code: 721. DB::Exception: Function runningAccumulate is deprecated since its usage is error-prone (see docs).Please use proper window function or set `allow_deprecated_error_prone_window_functions` setting to enable it. (DEPRECATED_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT runningAccumulate([], [], []);) 2025.03.31 18:06:20.289804 [ 92808 ] {} TCPHandler: Code: 721. DB::Exception: Function runningAccumulate is deprecated since its usage is error-prone (see docs).Please use proper window function or set `allow_deprecated_error_prone_window_functions` setting to enable it. (DEPRECATED_FUNCTION) 2025.03.31 18:06:20.330402 [ 92808 ] {b58bedbb-6d68-4a08-aa5c-a391a7741a31} executeQuery: Code: 42. DB::Exception: Number of arguments for function runningConcurrency doesn't match: passed 3, should be 2: In scope SELECT runningConcurrency([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT runningConcurrency([], [], []);) 2025.03.31 18:06:20.345272 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function runningConcurrency doesn't match: passed 3, should be 2: In scope SELECT runningConcurrency([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:20.398164 [ 92808 ] {b1327329-d77b-4baf-a18a-22766cf6820f} executeQuery: Code: 721. DB::Exception: Function runningDifference is deprecated since its usage is error-prone (see docs).Please use proper window function or set `allow_deprecated_error_prone_window_functions` setting to enable it. (DEPRECATED_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT runningDifference([], [], []);) 2025.03.31 18:06:20.429245 [ 92808 ] {} TCPHandler: Code: 721. DB::Exception: Function runningDifference is deprecated since its usage is error-prone (see docs).Please use proper window function or set `allow_deprecated_error_prone_window_functions` setting to enable it. (DEPRECATED_FUNCTION) 2025.03.31 18:06:20.478810 [ 92808 ] {9944a5cd-0e5f-46c8-8ae4-4dc4e806d3d3} executeQuery: Code: 721. DB::Exception: Function runningDifferenceStartingWithFirstValue is deprecated since its usage is error-prone (see docs).Please use proper window function or set `allow_deprecated_error_prone_window_functions` setting to enable it. (DEPRECATED_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT runningDifferenceStartingWithFirstValue([], [], []);) 2025.03.31 18:06:20.509414 [ 92808 ] {} TCPHandler: Code: 721. DB::Exception: Function runningDifferenceStartingWithFirstValue is deprecated since its usage is error-prone (see docs).Please use proper window function or set `allow_deprecated_error_prone_window_functions` setting to enable it. (DEPRECATED_FUNCTION) 2025.03.31 18:06:20.592295 [ 92808 ] {dc32fa88-1beb-44bc-a1a1-fcbdb46907eb} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function s2CapContains. Must be UInt64: In scope SELECT s2CapContains([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT s2CapContains([], [], []);) 2025.03.31 18:06:20.609551 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function s2CapContains. Must be UInt64: In scope SELECT s2CapContains([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:20.649066 [ 92808 ] {78409ff2-a943-4fe0-82b1-bed015924500} executeQuery: Code: 42. DB::Exception: Number of arguments for function s2CapUnion doesn't match: passed 3, should be 4: In scope SELECT s2CapUnion([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT s2CapUnion([], [], []);) 2025.03.31 18:06:20.679329 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function s2CapUnion doesn't match: passed 3, should be 4: In scope SELECT s2CapUnion([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:20.723520 [ 92808 ] {5e58cc75-7c75-45f4-8f95-5aada06c7e50} executeQuery: Code: 42. DB::Exception: Number of arguments for function s2CellsIntersect doesn't match: passed 3, should be 2: In scope SELECT s2CellsIntersect([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT s2CellsIntersect([], [], []);) 2025.03.31 18:06:20.739229 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function s2CellsIntersect doesn't match: passed 3, should be 2: In scope SELECT s2CellsIntersect([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:20.774295 [ 92808 ] {1ca2f3fe-966e-4cfb-8dc7-7b22ed398860} executeQuery: Code: 42. DB::Exception: Number of arguments for function s2GetNeighbors doesn't match: passed 3, should be 1: In scope SELECT s2GetNeighbors([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT s2GetNeighbors([], [], []);) 2025.03.31 18:06:20.789324 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function s2GetNeighbors doesn't match: passed 3, should be 1: In scope SELECT s2GetNeighbors([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:20.832745 [ 92808 ] {51acffcc-2aa7-43f8-b277-8a2fb0a6ad1f} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 0 of function s2RectAdd. Must be UInt64: In scope SELECT s2RectAdd([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT s2RectAdd([], [], []);) 2025.03.31 18:06:20.851657 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 0 of function s2RectAdd. Must be UInt64: In scope SELECT s2RectAdd([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:20.895139 [ 92808 ] {4effc530-fc19-4340-9e4f-288240dc32ce} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 0 of function s2RectContains. Must be UInt64: In scope SELECT s2RectContains([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT s2RectContains([], [], []);) 2025.03.31 18:06:20.910646 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 0 of function s2RectContains. Must be UInt64: In scope SELECT s2RectContains([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:20.957214 [ 92808 ] {aba7b8bd-8742-4394-9c8d-6f3a1cab2b40} executeQuery: Code: 42. DB::Exception: Number of arguments for function s2RectIntersection doesn't match: passed 3, should be 4: In scope SELECT s2RectIntersection([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT s2RectIntersection([], [], []);) 2025.03.31 18:06:20.972852 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function s2RectIntersection doesn't match: passed 3, should be 4: In scope SELECT s2RectIntersection([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:21.022168 [ 92808 ] {fae79248-39fd-447d-ab70-78c757b75181} executeQuery: Code: 42. DB::Exception: Number of arguments for function s2RectUnion doesn't match: passed 3, should be 4: In scope SELECT s2RectUnion([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT s2RectUnion([], [], []);) 2025.03.31 18:06:21.049282 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function s2RectUnion doesn't match: passed 3, should be 4: In scope SELECT s2RectUnion([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:21.090894 [ 92808 ] {64240d2a-6edf-43f5-8a49-c7b751dda2c8} executeQuery: Code: 42. DB::Exception: Number of arguments for function s2ToGeo doesn't match: passed 3, should be 1: In scope SELECT s2ToGeo([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT s2ToGeo([], [], []);) 2025.03.31 18:06:21.107268 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function s2ToGeo doesn't match: passed 3, should be 1: In scope SELECT s2ToGeo([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:21.157799 [ 92808 ] {30bbf2c0-57b2-40c4-b424-da19f2f44352} executeQuery: Code: 42. DB::Exception: Number of arguments for function dotProduct doesn't match: passed 3, should be 2: In scope SELECT scalarProduct([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT scalarProduct([], [], []);) 2025.03.31 18:06:21.172752 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function dotProduct doesn't match: passed 3, should be 2: In scope SELECT scalarProduct([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:21.216974 [ 92808 ] {7db9a75d-dd3a-4f1b-a9f5-eed9f08f455c} executeQuery: Code: 42. DB::Exception: Aggregate function sequenceCount requires exactly one parameter. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT sequenceCount([], [], []);) 2025.03.31 18:06:21.236424 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function sequenceCount requires exactly one parameter. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:21.270743 [ 92808 ] {ab57629b-d8b2-4a6f-8cee-99830472b541} executeQuery: Code: 42. DB::Exception: Aggregate function sequenceMatch requires exactly one parameter. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT sequenceMatch([], [], []);) 2025.03.31 18:06:21.282626 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function sequenceMatch requires exactly one parameter. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:21.319359 [ 92808 ] {c5097b60-4e69-4724-bcd7-bd47ca72b545} executeQuery: Code: 63. DB::Exception: Aggregate function sequenceNextNode is experimental. Set `allow_experimental_funnel_functions` setting to enable it. (UNKNOWN_AGGREGATE_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT sequenceNextNode([], [], []);) 2025.03.31 18:06:21.336021 [ 92808 ] {} TCPHandler: Code: 63. DB::Exception: Aggregate function sequenceNextNode is experimental. Set `allow_experimental_funnel_functions` setting to enable it. (UNKNOWN_AGGREGATE_FUNCTION) 2025.03.31 18:06:21.375328 [ 92808 ] {94d77120-0da0-42d4-8723-28d5b610e2c4} executeQuery: Code: 42. DB::Exception: Number of arguments for function seriesDecomposeSTL doesn't match: passed 3, should be 2: In scope SELECT seriesDecomposeSTL([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT seriesDecomposeSTL([], [], []);) 2025.03.31 18:06:21.390829 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function seriesDecomposeSTL doesn't match: passed 3, should be 2: In scope SELECT seriesDecomposeSTL([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:21.429606 [ 92808 ] {b3c659d0-263b-41f9-9ce2-0c5677279d8a} executeQuery: Code: 42. DB::Exception: Function seriesOutliersDetectTukey needs either 1 or 4 arguments; passed 3.: In scope SELECT seriesOutliersDetectTukey([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT seriesOutliersDetectTukey([], [], []);) 2025.03.31 18:06:21.445216 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Function seriesOutliersDetectTukey needs either 1 or 4 arguments; passed 3.: In scope SELECT seriesOutliersDetectTukey([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:21.497034 [ 92808 ] {23e9d23a-2970-46a0-988e-cb114d1e2087} executeQuery: Code: 42. DB::Exception: Number of arguments for function seriesPeriodDetectFFT doesn't match: passed 3, should be 1: In scope SELECT seriesPeriodDetectFFT([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT seriesPeriodDetectFFT([], [], []);) 2025.03.31 18:06:21.512951 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function seriesPeriodDetectFFT doesn't match: passed 3, should be 1: In scope SELECT seriesPeriodDetectFFT([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:21.551747 [ 92808 ] {c705c22a-5a43-4428-ad5e-35db41ac693a} executeQuery: Code: 42. DB::Exception: Number of arguments for function serverTimezone doesn't match: passed 3, should be 0: In scope SELECT serverTimeZone([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT serverTimeZone([], [], []);) 2025.03.31 18:06:21.567735 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function serverTimezone doesn't match: passed 3, should be 0: In scope SELECT serverTimeZone([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:21.611935 [ 92808 ] {44349899-bb4c-42f8-a058-f05465b17625} executeQuery: Code: 42. DB::Exception: Number of arguments for function serverTimezone doesn't match: passed 3, should be 0: In scope SELECT serverTimezone([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT serverTimezone([], [], []);) 2025.03.31 18:06:21.628052 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function serverTimezone doesn't match: passed 3, should be 0: In scope SELECT serverTimezone([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:21.678478 [ 92808 ] {93401139-bf67-4d97-9d78-fd4e17fd8617} executeQuery: Code: 42. DB::Exception: Number of arguments for function serverUUID doesn't match: passed 3, should be 0: In scope SELECT serverUUID([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT serverUUID([], [], []);) 2025.03.31 18:06:21.695381 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function serverUUID doesn't match: passed 3, should be 0: In scope SELECT serverUUID([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:21.737789 [ 92808 ] {9f3335c5-d780-4bfa-82b8-4e7e8d45cb05} executeQuery: Code: 42. DB::Exception: Number of arguments for function shardCount doesn't match: passed 3, should be 0: In scope SELECT shardCount([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT shardCount([], [], []);) 2025.03.31 18:06:21.753162 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function shardCount doesn't match: passed 3, should be 0: In scope SELECT shardCount([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:21.801964 [ 92808 ] {f389bbe1-801b-4aa6-8327-5137aa06cf10} executeQuery: Code: 42. DB::Exception: Number of arguments for function shardNum doesn't match: passed 3, should be 0: In scope SELECT shardNum([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT shardNum([], [], []);) 2025.03.31 18:06:21.817787 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function shardNum doesn't match: passed 3, should be 0: In scope SELECT shardNum([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:21.854991 [ 92808 ] {0f1ffd76-edf2-4386-8484-812544ccb6fb} executeQuery: Code: 42. DB::Exception: Number of arguments for function showCertificate doesn't match: passed 3, should be 0: In scope SELECT showCertificate([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT showCertificate([], [], []);) 2025.03.31 18:06:21.867036 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function showCertificate doesn't match: passed 3, should be 0: In scope SELECT showCertificate([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:21.905670 [ 92808 ] {271b92bf-d421-4d8b-90e4-9dba9cc3b40c} executeQuery: Code: 42. DB::Exception: Number of arguments for function sigmoid doesn't match: passed 3, should be 1: In scope SELECT sigmoid([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT sigmoid([], [], []);) 2025.03.31 18:06:21.917471 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function sigmoid doesn't match: passed 3, should be 1: In scope SELECT sigmoid([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:21.947050 [ 92808 ] {ac8177fe-b26f-4d91-9170-83a92c1fe839} executeQuery: Code: 42. DB::Exception: Number of arguments for function sign doesn't match: passed 3, should be 1: In scope SELECT sign([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT sign([], [], []);) 2025.03.31 18:06:21.961881 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function sign doesn't match: passed 3, should be 1: In scope SELECT sign([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:21.998728 [ 92808 ] {05b583e7-5f14-4c75-b816-664a7387b8b2} executeQuery: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractBool doesn't match: passed 3, should be 2: In scope SELECT simpleJSONExtractBool([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT simpleJSONExtractBool([], [], []);) 2025.03.31 18:06:22.018569 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractBool doesn't match: passed 3, should be 2: In scope SELECT simpleJSONExtractBool([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:22.066555 [ 92808 ] {729ed773-1ca0-42d2-ba75-70f3fd541bc2} executeQuery: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractFloat doesn't match: passed 3, should be 2: In scope SELECT simpleJSONExtractFloat([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT simpleJSONExtractFloat([], [], []);) 2025.03.31 18:06:22.080617 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractFloat doesn't match: passed 3, should be 2: In scope SELECT simpleJSONExtractFloat([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:22.119905 [ 92808 ] {272d97d0-b29b-471a-b0df-c6506efbd875} executeQuery: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractInt doesn't match: passed 3, should be 2: In scope SELECT simpleJSONExtractInt([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT simpleJSONExtractInt([], [], []);) 2025.03.31 18:06:22.135276 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractInt doesn't match: passed 3, should be 2: In scope SELECT simpleJSONExtractInt([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:22.175330 [ 92808 ] {4007e5ea-673e-410d-90f3-a971784844e2} executeQuery: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractRaw doesn't match: passed 3, should be 2: In scope SELECT simpleJSONExtractRaw([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT simpleJSONExtractRaw([], [], []);) 2025.03.31 18:06:22.191311 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractRaw doesn't match: passed 3, should be 2: In scope SELECT simpleJSONExtractRaw([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:22.236011 [ 92808 ] {94be3773-715d-49c8-b6c4-c6af29aa1fec} executeQuery: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractString doesn't match: passed 3, should be 2: In scope SELECT simpleJSONExtractString([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT simpleJSONExtractString([], [], []);) 2025.03.31 18:06:22.248182 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractString doesn't match: passed 3, should be 2: In scope SELECT simpleJSONExtractString([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:22.282364 [ 92808 ] {66e6e546-c847-4aa8-b903-79257f70ce66} executeQuery: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractUInt doesn't match: passed 3, should be 2: In scope SELECT simpleJSONExtractUInt([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT simpleJSONExtractUInt([], [], []);) 2025.03.31 18:06:22.292423 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractUInt doesn't match: passed 3, should be 2: In scope SELECT simpleJSONExtractUInt([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:22.325060 [ 92808 ] {4a020e1e-b15d-4b47-a593-8185eaa875cb} executeQuery: Code: 42. DB::Exception: Number of arguments for function simpleJSONHas doesn't match: passed 3, should be 2: In scope SELECT simpleJSONHas([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT simpleJSONHas([], [], []);) 2025.03.31 18:06:22.337765 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function simpleJSONHas doesn't match: passed 3, should be 2: In scope SELECT simpleJSONHas([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:22.371957 [ 92808 ] {22cedd53-e90a-4031-ac73-435a18099d34} executeQuery: Code: 42. DB::Exception: Aggregate function simpleLinearRegression requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT simpleLinearRegression([], [], []);) 2025.03.31 18:06:22.386735 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function simpleLinearRegression requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:22.425767 [ 92808 ] {6ca97460-d6c2-408a-bde8-0a35aacff087} executeQuery: Code: 42. DB::Exception: Number of arguments for function sin doesn't match: passed 3, should be 1: In scope SELECT sin([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT sin([], [], []);) 2025.03.31 18:06:22.441380 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function sin doesn't match: passed 3, should be 1: In scope SELECT sin([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:22.481379 [ 92808 ] {a0923ab8-043b-40e4-b402-1b8233bbea22} executeQuery: Code: 42. DB::Exception: Aggregate function singleValueOrNull requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT singleValueOrNull([], [], []);) 2025.03.31 18:06:22.497158 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function singleValueOrNull requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:22.535511 [ 92808 ] {71e12856-4ccc-4b07-a448-290b8731dbcf} executeQuery: Code: 42. DB::Exception: Number of arguments for function sinh doesn't match: passed 3, should be 1: In scope SELECT sinh([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT sinh([], [], []);) 2025.03.31 18:06:22.551296 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function sinh doesn't match: passed 3, should be 1: In scope SELECT sinh([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:22.666804 [ 92808 ] {d18722b4-6ff0-410d-9d4e-6d19466de327} executeQuery: Code: 36. DB::Exception: The key must be of type Tuple(UInt64, UInt64): In scope SELECT sipHash128Keyed([], [], []). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT sipHash128Keyed([], [], []);) 2025.03.31 18:06:22.676978 [ 92808 ] {} TCPHandler: Code: 36. DB::Exception: The key must be of type Tuple(UInt64, UInt64): In scope SELECT sipHash128Keyed([], [], []). (BAD_ARGUMENTS) 2025.03.31 18:06:22.794868 [ 92808 ] {ea4ee338-dc1c-4f37-80d6-e8d78acbdb10} executeQuery: Code: 36. DB::Exception: The key must be of type Tuple(UInt64, UInt64): In scope SELECT sipHash128ReferenceKeyed([], [], []). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT sipHash128ReferenceKeyed([], [], []);) 2025.03.31 18:06:22.809044 [ 92808 ] {} TCPHandler: Code: 36. DB::Exception: The key must be of type Tuple(UInt64, UInt64): In scope SELECT sipHash128ReferenceKeyed([], [], []). (BAD_ARGUMENTS) 2025.03.31 18:06:22.928992 [ 92808 ] {06a44136-c381-4a7e-9115-f07e729a287f} executeQuery: Code: 36. DB::Exception: The key must be of type Tuple(UInt64, UInt64): In scope SELECT sipHash64Keyed([], [], []). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT sipHash64Keyed([], [], []);) 2025.03.31 18:06:22.941485 [ 92808 ] {} TCPHandler: Code: 36. DB::Exception: The key must be of type Tuple(UInt64, UInt64): In scope SELECT sipHash64Keyed([], [], []). (BAD_ARGUMENTS) 2025.03.31 18:06:22.977193 [ 92808 ] {2a9d5f7e-5c47-48af-bb7c-59c4192cb65a} executeQuery: Code: 42. DB::Exception: Aggregate function skewPop requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT skewPop([], [], []);) 2025.03.31 18:06:22.987066 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function skewPop requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:23.022324 [ 92808 ] {6ae63cc0-09f9-4050-8ba3-3ec679f48f94} executeQuery: Code: 42. DB::Exception: Aggregate function skewSamp requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT skewSamp([], [], []);) 2025.03.31 18:06:23.035363 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function skewSamp requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:23.072032 [ 92808 ] {dd47e860-5fb2-4408-9eff-810200a959cc} executeQuery: Code: 42. DB::Exception: Number of arguments for function sleep doesn't match: passed 3, should be 1: In scope SELECT sleep([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT sleep([], [], []);) 2025.03.31 18:06:23.090154 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function sleep doesn't match: passed 3, should be 1: In scope SELECT sleep([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:23.128405 [ 92808 ] {b27d7db3-d4e3-4543-9948-4f807640bac6} executeQuery: Code: 42. DB::Exception: Number of arguments for function sleepEachRow doesn't match: passed 3, should be 1: In scope SELECT sleepEachRow([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT sleepEachRow([], [], []);) 2025.03.31 18:06:23.142811 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function sleepEachRow doesn't match: passed 3, should be 1: In scope SELECT sleepEachRow([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:23.180453 [ 92808 ] {a5ec6a6a-0988-41d6-9569-d34f5767e11b} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'snowflakeIDToDateTime'. Expected: UInt64, got: Array(Nothing): In scope SELECT snowflakeIDToDateTime([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT snowflakeIDToDateTime([], [], []);) 2025.03.31 18:06:23.198528 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'snowflakeIDToDateTime'. Expected: UInt64, got: Array(Nothing): In scope SELECT snowflakeIDToDateTime([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:23.234029 [ 92808 ] {e2d662a5-3535-4c58-99f5-c5241132a35d} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'snowflakeIDToDateTime64'. Expected: UInt64, got: Array(Nothing): In scope SELECT snowflakeIDToDateTime64([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT snowflakeIDToDateTime64([], [], []);) 2025.03.31 18:06:23.248574 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'value' to function 'snowflakeIDToDateTime64'. Expected: UInt64, got: Array(Nothing): In scope SELECT snowflakeIDToDateTime64([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:23.282821 [ 92808 ] {acc4c467-c3fc-4ab4-a016-e24caa19efa4} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'snowflakeToDateTime'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT snowflakeToDateTime([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT snowflakeToDateTime([], [], []);) 2025.03.31 18:06:23.297543 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'snowflakeToDateTime'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT snowflakeToDateTime([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:23.332506 [ 92808 ] {64ae319f-ac93-40e4-90a7-b7caf7ad8a1b} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'snowflakeToDateTime64'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT snowflakeToDateTime64([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT snowflakeToDateTime64([], [], []);) 2025.03.31 18:06:23.343390 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'snowflakeToDateTime64'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT snowflakeToDateTime64([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:23.376833 [ 92808 ] {e8c1d425-ca58-4118-8d7f-60612178c1af} executeQuery: Code: 42. DB::Exception: Number of arguments for function soundex doesn't match: passed 3, should be 1: In scope SELECT soundex([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT soundex([], [], []);) 2025.03.31 18:06:23.391249 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function soundex doesn't match: passed 3, should be 1: In scope SELECT soundex([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:23.425034 [ 92808 ] {ac06fd2c-5bc6-4b86-958f-5204f341e2d0} executeQuery: Code: 42. DB::Exception: Number of arguments for function space doesn't match: passed 3, should be 1: In scope SELECT space([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT space([], [], []);) 2025.03.31 18:06:23.436500 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function space doesn't match: passed 3, should be 1: In scope SELECT space([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:23.480857 [ 92808 ] {398d8508-0a04-4751-b60c-c1e0bd574cb6} executeQuery: Code: 42. DB::Exception: Aggregate function sparkbar requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT sparkBar([], [], []);) 2025.03.31 18:06:23.492776 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function sparkbar requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:23.522684 [ 92808 ] {66c5b3b2-ea53-486f-ada9-646ea69f8f1b} executeQuery: Code: 42. DB::Exception: Aggregate function sparkbar requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT sparkbar([], [], []);) 2025.03.31 18:06:23.552056 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function sparkbar requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:23.592725 [ 92808 ] {1723c949-c96b-4918-8e69-75bd84a11a82} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'alphaTokens'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT splitByAlpha([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT splitByAlpha([], [], []);) 2025.03.31 18:06:23.606024 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'alphaTokens'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT splitByAlpha([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:23.654538 [ 92808 ] {25769e13-7af9-49fb-bb7c-7b7fbfd9ffe4} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'separator' to function 'splitByChar'. Expected: const String, got: Array(Nothing): In scope SELECT splitByChar([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT splitByChar([], [], []);) 2025.03.31 18:06:23.663879 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'separator' to function 'splitByChar'. Expected: const String, got: Array(Nothing): In scope SELECT splitByChar([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:23.704052 [ 92808 ] {a819fd34-8410-43f5-a9e0-16269a992291} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'splitByNonAlpha'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT splitByNonAlpha([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT splitByNonAlpha([], [], []);) 2025.03.31 18:06:23.717409 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'splitByNonAlpha'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT splitByNonAlpha([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:23.755648 [ 92808 ] {2214cc72-0b9e-4361-9b06-25872f043c9c} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'separator' to function 'splitByRegexp'. Expected: const String, got: Array(Nothing): In scope SELECT splitByRegexp([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT splitByRegexp([], [], []);) 2025.03.31 18:06:23.769007 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'separator' to function 'splitByRegexp'. Expected: const String, got: Array(Nothing): In scope SELECT splitByRegexp([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:23.809954 [ 92808 ] {003491d4-ee8f-4ce0-bf5e-c64d52d86508} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'separator' to function 'splitByString'. Expected: const String, got: Array(Nothing): In scope SELECT splitByString([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT splitByString([], [], []);) 2025.03.31 18:06:23.824773 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'separator' to function 'splitByString'. Expected: const String, got: Array(Nothing): In scope SELECT splitByString([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:23.864342 [ 92808 ] {1c51ec3a-7349-4606-9697-854b64fd06ff} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'splitByWhitespace'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT splitByWhitespace([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT splitByWhitespace([], [], []);) 2025.03.31 18:06:23.880257 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'splitByWhitespace'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT splitByWhitespace([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:23.880331 [ 71985 ] {277dac76-5b5a-4859-b522-f50306944cb4} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 170, m = 1. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44160) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (170, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:23.898417 [ 71985 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 170, m = 1. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:23.929989 [ 92808 ] {beea17fb-bdd3-49ac-a26b-ec380c1f798e} executeQuery: Code: 43. DB::Exception: Argument 0 for function sqidEncode must have datatype UInt*, given type: Array(Nothing).: In scope SELECT sqid([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT sqid([], [], []);) 2025.03.31 18:06:23.947549 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Argument 0 for function sqidEncode must have datatype UInt*, given type: Array(Nothing).: In scope SELECT sqid([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:24.000026 [ 92808 ] {7f312561-558a-4bcb-add0-6b848eaec04c} executeQuery: Code: 42. DB::Exception: Number of arguments for function sqidDecode doesn't match: passed 3, should be 1: In scope SELECT sqidDecode([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT sqidDecode([], [], []);) 2025.03.31 18:06:24.026234 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function sqidDecode doesn't match: passed 3, should be 1: In scope SELECT sqidDecode([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:24.116968 [ 92808 ] {cd34afc9-014e-4df6-b90a-afd063144be8} executeQuery: Code: 43. DB::Exception: Argument 0 for function sqidEncode must have datatype UInt*, given type: Array(Nothing).: In scope SELECT sqidEncode([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT sqidEncode([], [], []);) 2025.03.31 18:06:24.131484 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Argument 0 for function sqidEncode must have datatype UInt*, given type: Array(Nothing).: In scope SELECT sqidEncode([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:24.195803 [ 92808 ] {2bd90e78-10f6-46f9-bc0c-9179ce7cd0e7} executeQuery: Code: 42. DB::Exception: Number of arguments for function sqrt doesn't match: passed 3, should be 1: In scope SELECT sqrt([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT sqrt([], [], []);) 2025.03.31 18:06:24.220942 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function sqrt doesn't match: passed 3, should be 1: In scope SELECT sqrt([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:24.266836 [ 92808 ] {5450c4c2-0c89-48da-b6fa-eadc2c9ebaec} executeQuery: Code: 42. DB::Exception: Number of arguments for function startsWith doesn't match: passed 3, should be 2: In scope SELECT startsWith([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT startsWith([], [], []);) 2025.03.31 18:06:24.281491 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function startsWith doesn't match: passed 3, should be 2: In scope SELECT startsWith([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:24.318295 [ 92808 ] {9820309f-2739-4b04-8573-b80c7932e8ad} executeQuery: Code: 42. DB::Exception: Number of arguments for function startsWithUTF8 doesn't match: passed 3, should be 2: In scope SELECT startsWithUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT startsWithUTF8([], [], []);) 2025.03.31 18:06:24.332826 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function startsWithUTF8 doesn't match: passed 3, should be 2: In scope SELECT startsWithUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:24.367681 [ 92808 ] {54bc6ad2-ef88-4125-b3a8-4e19a9e4e264} executeQuery: Code: 42. DB::Exception: Aggregate function stddevPop requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT stddevPop([], [], []);) 2025.03.31 18:06:24.382671 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function stddevPop requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:24.427775 [ 92808 ] {3fc09449-471e-46d7-a09e-ebab04cc4475} executeQuery: Code: 42. DB::Exception: Aggregate function stddevPopStable requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT stddevPopStable([], [], []);) 2025.03.31 18:06:24.443840 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function stddevPopStable requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:24.496366 [ 92808 ] {508b0389-bb17-43c4-92a1-a67917e2827a} executeQuery: Code: 42. DB::Exception: Aggregate function stddevSamp requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT stddevSamp([], [], []);) 2025.03.31 18:06:24.517993 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function stddevSamp requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:24.584584 [ 92808 ] {9ca24064-98f4-4b2d-b336-fd1a9bf5bdd5} executeQuery: Code: 42. DB::Exception: Aggregate function stddevSampStable requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT stddevSampStable([], [], []);) 2025.03.31 18:06:24.605348 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function stddevSampStable requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:24.641892 [ 92808 ] {26204ac3-13af-42ad-9b5d-673d43a4d74d} executeQuery: Code: 344. DB::Exception: Natural language processing function 'stem' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT stem([], [], []);) 2025.03.31 18:06:24.656253 [ 92808 ] {} TCPHandler: Code: 344. DB::Exception: Natural language processing function 'stem' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) 2025.03.31 18:06:24.799084 [ 92808 ] {a7a9481e-22f4-434f-b083-527f273d1db8} executeQuery: Code: 43. DB::Exception: Argument 0 of type Array(Nothing) must be numeric for aggregate function stochasticLinearRegression. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT stochasticLinearRegression([], [], []);) 2025.03.31 18:06:24.808475 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Argument 0 of type Array(Nothing) must be numeric for aggregate function stochasticLinearRegression. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:24.875489 [ 92808 ] {b97987bb-0672-42c8-a663-a48fd0c015ab} executeQuery: Code: 43. DB::Exception: Argument 0 of type Array(Nothing) must be numeric for aggregate function stochasticLogisticRegression. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT stochasticLogisticRegression([], [], []);) 2025.03.31 18:06:24.923400 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Argument 0 of type Array(Nothing) must be numeric for aggregate function stochasticLogisticRegression. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:24.987009 [ 92808 ] {b18342c9-187f-4531-b0fe-7bb836fc3ef8} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTimeOrNull'. Expected: String, got: Array(Nothing): In scope SELECT str_to_date([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT str_to_date([], [], []);) 2025.03.31 18:06:25.019969 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'time' to function 'parseDateTimeOrNull'. Expected: String, got: Array(Nothing): In scope SELECT str_to_date([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:25.068337 [ 92808 ] {0f331e09-ddb2-4278-a855-a359d7b672ad} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument data_column. Must be String.: In scope SELECT str_to_map([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT str_to_map([], [], []);) 2025.03.31 18:06:25.082270 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument data_column. Must be String.: In scope SELECT str_to_map([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:25.122812 [ 92808 ] {b9fffe96-c652-43ac-935d-34a8e21115b9} executeQuery: Code: 42. DB::Exception: Number of arguments for function stringJaccardIndex doesn't match: passed 3, should be 2: In scope SELECT stringJaccardIndex([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT stringJaccardIndex([], [], []);) 2025.03.31 18:06:25.134403 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function stringJaccardIndex doesn't match: passed 3, should be 2: In scope SELECT stringJaccardIndex([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:25.201471 [ 92808 ] {be9e86c8-6703-479f-bbc5-cb1c3cc99fcc} executeQuery: Code: 42. DB::Exception: Number of arguments for function stringJaccardIndexUTF8 doesn't match: passed 3, should be 2: In scope SELECT stringJaccardIndexUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT stringJaccardIndexUTF8([], [], []);) 2025.03.31 18:06:25.212208 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function stringJaccardIndexUTF8 doesn't match: passed 3, should be 2: In scope SELECT stringJaccardIndexUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:25.266945 [ 92808 ] {733664e1-84c3-4f55-a4e1-214d48a3dc6e} executeQuery: Code: 42. DB::Exception: Number of arguments for function stringToH3 doesn't match: passed 3, should be 1: In scope SELECT stringToH3([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT stringToH3([], [], []);) 2025.03.31 18:06:25.282358 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function stringToH3 doesn't match: passed 3, should be 1: In scope SELECT stringToH3([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:25.322408 [ 92808 ] {f5a5f9e0-2059-4285-ad25-fac57ab68ce4} executeQuery: Code: 42. DB::Exception: Number of arguments for function structureToCapnProtoSchema doesn't match: passed 3, expected 1 or 2: In scope SELECT structureToCapnProtoSchema([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT structureToCapnProtoSchema([], [], []);) 2025.03.31 18:06:25.338192 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function structureToCapnProtoSchema doesn't match: passed 3, expected 1 or 2: In scope SELECT structureToCapnProtoSchema([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:25.398391 [ 92808 ] {654e0338-2a5d-48dd-96f4-68d3b8c4f1e8} executeQuery: Code: 42. DB::Exception: Number of arguments for function structureToProtobufSchema doesn't match: passed 3, expected 1 or 2: In scope SELECT structureToProtobufSchema([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT structureToProtobufSchema([], [], []);) 2025.03.31 18:06:25.413675 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function structureToProtobufSchema doesn't match: passed 3, expected 1 or 2: In scope SELECT structureToProtobufSchema([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:25.476600 [ 92808 ] {5c937385-4155-46b4-93b0-f933cfd4e94c} executeQuery: Code: 42. DB::Exception: Aggregate function studentTTest requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT studentTTest([], [], []);) 2025.03.31 18:06:25.491731 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function studentTTest requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:25.549486 [ 92808 ] {7b9fa4a0-43bc-43e5-9d9e-fe7b8fbaaabc} executeQuery: Code: 43. DB::Exception: First argument for function subBitmap must be a bitmap but it has type Array(Nothing).: In scope SELECT subBitmap([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT subBitmap([], [], []);) 2025.03.31 18:06:25.564661 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function subBitmap must be a bitmap but it has type Array(Nothing).: In scope SELECT subBitmap([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:25.570817 [ 91845 ] {1c985c1c-aadb-4ee1-800c-efe82e148d48} executeQuery: Code: 36. DB::Exception: Cannot alter settings, because table engine doesn't support settings changes. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44230) (comment: 00980_merge_alter_settings.sql) (in query: ALTER TABLE log_for_alter MODIFY SETTING aaa=123;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/AlterCommands.cpp:1551: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6dc123 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:06:25.583344 [ 91845 ] {} TCPHandler: Code: 36. DB::Exception: Cannot alter settings, because table engine doesn't support settings changes. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/AlterCommands.cpp:1551: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6dc123 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:06:25.607699 [ 92808 ] {de46a35d-9fd0-4aa2-be7f-0ce839615984} executeQuery: Code: 42. DB::Exception: Number of arguments for function subDate doesn't match: passed 3, should be 2: In scope SELECT subDate([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT subDate([], [], []);) 2025.03.31 18:06:25.623724 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function subDate doesn't match: passed 3, should be 2: In scope SELECT subDate([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:25.662873 [ 92808 ] {c21c497c-9bc2-4c08-84aa-dc3cd3803deb} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function substring, expected String, FixedString or Enum: In scope SELECT substr([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT substr([], [], []);) 2025.03.31 18:06:25.687039 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function substring, expected String, FixedString or Enum: In scope SELECT substr([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:25.725245 [ 92808 ] {7a76aba6-aea5-4e6f-89f5-5df3a6a9752f} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function substring, expected String, FixedString or Enum: In scope SELECT substring([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT substring([], [], []);) 2025.03.31 18:06:25.742035 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function substring, expected String, FixedString or Enum: In scope SELECT substring([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:25.778332 [ 92808 ] {a7881006-b490-4689-9c88-b76e49b7381c} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function substringIndex, String expected: In scope SELECT substringIndex([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT substringIndex([], [], []);) 2025.03.31 18:06:25.793212 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function substringIndex, String expected: In scope SELECT substringIndex([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:25.827985 [ 92808 ] {e0e762d2-2aff-4363-9cc3-e32eab154b9d} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function substringIndexUTF8, String expected: In scope SELECT substringIndexUTF8([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT substringIndexUTF8([], [], []);) 2025.03.31 18:06:25.841955 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function substringIndexUTF8, String expected: In scope SELECT substringIndexUTF8([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:25.875936 [ 92808 ] {75cb2f39-4501-4a2d-b88b-2508358f6db0} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function substringUTF8, expected String: In scope SELECT substringUTF8([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT substringUTF8([], [], []);) 2025.03.31 18:06:25.889976 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function substringUTF8, expected String: In scope SELECT substringUTF8([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:25.924195 [ 92808 ] {b3295ea7-979e-4710-bbe6-f8135b69fd93} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function subtractDays. Must be a DateTime/DateTime64: In scope SELECT subtractDays([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT subtractDays([], [], []);) 2025.03.31 18:06:25.940462 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function subtractDays. Must be a DateTime/DateTime64: In scope SELECT subtractDays([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:25.985367 [ 92808 ] {6c035e4e-a3e1-4790-9a7c-578023c82cf7} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function subtractHours. Must be a DateTime/DateTime64: In scope SELECT subtractHours([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT subtractHours([], [], []);) 2025.03.31 18:06:25.997306 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function subtractHours. Must be a DateTime/DateTime64: In scope SELECT subtractHours([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:26.034244 [ 92808 ] {4d41e0ac-bb92-420f-b101-d4efea3d372d} executeQuery: Code: 42. DB::Exception: Number of arguments for function subtractInterval doesn't match: passed 3, should be 2: In scope SELECT subtractInterval([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT subtractInterval([], [], []);) 2025.03.31 18:06:26.054595 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function subtractInterval doesn't match: passed 3, should be 2: In scope SELECT subtractInterval([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:26.064901 [ 93887 ] {11780e9e-0964-48b8-8d0e-6902442a2539} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -348: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44244) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-174, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:26.094357 [ 93887 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -348: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:26.100977 [ 92808 ] {1c9505e7-998b-40de-9b76-4710d2bb708b} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function subtractMicroseconds. Must be a DateTime/DateTime64: In scope SELECT subtractMicroseconds([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT subtractMicroseconds([], [], []);) 2025.03.31 18:06:26.116640 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function subtractMicroseconds. Must be a DateTime/DateTime64: In scope SELECT subtractMicroseconds([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:26.240150 [ 92808 ] {08d1237c-0797-44ad-8a90-591cd6c456b4} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function subtractMilliseconds. Must be a DateTime/DateTime64: In scope SELECT subtractMilliseconds([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT subtractMilliseconds([], [], []);) 2025.03.31 18:06:26.262925 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function subtractMilliseconds. Must be a DateTime/DateTime64: In scope SELECT subtractMilliseconds([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:26.308619 [ 92808 ] {b7f7f264-87a1-4575-8033-65aabfd0ee87} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function subtractMinutes. Must be a DateTime/DateTime64: In scope SELECT subtractMinutes([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT subtractMinutes([], [], []);) 2025.03.31 18:06:26.333700 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function subtractMinutes. Must be a DateTime/DateTime64: In scope SELECT subtractMinutes([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:26.347975 [ 91845 ] {d4e3b715-f3b5-4604-8826-1e174926a05c} executeQuery: Code: 472. DB::Exception: Setting 'index_granularity' is readonly for storage 'MergeTree'. (READONLY_SETTING) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44230) (comment: 00980_merge_alter_settings.sql) (in query: ALTER TABLE table_for_alter MODIFY SETTING index_granularity=555;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3818: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003deac95f 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:06:26.366507 [ 91845 ] {} TCPHandler: Code: 472. DB::Exception: Setting 'index_granularity' is readonly for storage 'MergeTree'. (READONLY_SETTING), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3818: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003deac95f 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:06:26.376179 [ 92808 ] {938c8ee6-e79e-44cd-964c-6b7b22ea4f4f} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function subtractMonths. Must be a DateTime/DateTime64: In scope SELECT subtractMonths([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT subtractMonths([], [], []);) 2025.03.31 18:06:26.391465 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function subtractMonths. Must be a DateTime/DateTime64: In scope SELECT subtractMonths([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:26.447229 [ 92808 ] {9bf429f6-a7eb-4623-bfb4-28292e6c05b8} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function subtractNanoseconds. Must be a DateTime/DateTime64: In scope SELECT subtractNanoseconds([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT subtractNanoseconds([], [], []);) 2025.03.31 18:06:26.462261 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function subtractNanoseconds. Must be a DateTime/DateTime64: In scope SELECT subtractNanoseconds([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:26.511928 [ 92808 ] {17a4eef4-cdc3-486c-b078-0971bda9f233} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function subtractQuarters. Must be a DateTime/DateTime64: In scope SELECT subtractQuarters([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT subtractQuarters([], [], []);) 2025.03.31 18:06:26.527194 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function subtractQuarters. Must be a DateTime/DateTime64: In scope SELECT subtractQuarters([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:26.565086 [ 92808 ] {42fb3988-3355-4964-a50d-38f5dcfe4d7a} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function subtractSeconds. Must be a DateTime/DateTime64: In scope SELECT subtractSeconds([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT subtractSeconds([], [], []);) 2025.03.31 18:06:26.579206 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function subtractSeconds. Must be a DateTime/DateTime64: In scope SELECT subtractSeconds([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:26.618281 [ 92808 ] {fb090795-47e4-4039-a50a-655634151fab} executeQuery: Code: 42. DB::Exception: Number of arguments for function subtractTupleOfIntervals doesn't match: passed 3, should be 2: In scope SELECT subtractTupleOfIntervals([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT subtractTupleOfIntervals([], [], []);) 2025.03.31 18:06:26.633077 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function subtractTupleOfIntervals doesn't match: passed 3, should be 2: In scope SELECT subtractTupleOfIntervals([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:26.672425 [ 92808 ] {35aa46d1-f255-4dd1-a835-6eb59ebbc89a} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function subtractWeeks. Must be a DateTime/DateTime64: In scope SELECT subtractWeeks([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT subtractWeeks([], [], []);) 2025.03.31 18:06:26.688356 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function subtractWeeks. Must be a DateTime/DateTime64: In scope SELECT subtractWeeks([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:26.748211 [ 92808 ] {576e5701-4702-4c3f-90c9-e9fc884d26ab} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function subtractYears. Must be a DateTime/DateTime64: In scope SELECT subtractYears([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT subtractYears([], [], []);) 2025.03.31 18:06:26.793137 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function subtractYears. Must be a DateTime/DateTime64: In scope SELECT subtractYears([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:26.826192 [ 91643 ] {eb989fe6-c606-4b39-9dd5-a8f0f4ea44d9} executeQuery: Code: 420. DB::Exception: Cannot UPDATE key column `d`. (CANNOT_UPDATE_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50474) (comment: 00652_mutations_alter_update.sh) (in query: ALTER TABLE alter_update UPDATE d = today() WHERE 1), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:494: DB::MutationsInterpreter::prepare(bool) @ 0x00000000388e3a98 5. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:400: DB::MutationsInterpreter::MutationsInterpreter(std::shared_ptr, std::shared_ptr, DB::MutationCommands, std::shared_ptr, DB::MutationsInterpreter::Settings) @ 0x00000000388c9e7a 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:238: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751954 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:06:26.851436 [ 91643 ] {} TCPHandler: Code: 420. DB::Exception: Cannot UPDATE key column `d`. (CANNOT_UPDATE_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:494: DB::MutationsInterpreter::prepare(bool) @ 0x00000000388e3a98 5. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:400: DB::MutationsInterpreter::MutationsInterpreter(std::shared_ptr, std::shared_ptr, DB::MutationCommands, std::shared_ptr, DB::MutationsInterpreter::Settings) @ 0x00000000388c9e7a 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:238: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751954 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:06:26.870161 [ 92808 ] {61f59d18-1180-4a7e-b873-4f05cfd2318c} executeQuery: Code: 42. DB::Exception: Aggregate function sum requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT sum([], [], []);) 2025.03.31 18:06:26.893425 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function sum requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:26.956373 [ 92808 ] {c0303403-1ce6-4f84-94a8-68c9532ff64e} executeQuery: Code: 42. DB::Exception: Aggregate function sumCount requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT sumCount([], [], []);) 2025.03.31 18:06:26.982407 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function sumCount requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:26.993206 [ 92499 ] {a5945581-2498-40a8-8445-6d12cd49d89b} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 175, m = 2. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50494) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (175, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:27.018280 [ 92808 ] {bbc7952d-49ef-463c-8b47-0a821fa5a8c2} executeQuery: Code: 42. DB::Exception: Aggregate function sumKahan requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT sumKahan([], [], []);) 2025.03.31 18:06:27.026788 [ 92499 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 175, m = 2. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:27.032347 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function sumKahan requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:27.069292 [ 92808 ] {de5a7b64-ffd3-432e-a571-123235a5c176} executeQuery: Code: 43. DB::Exception: Values for -Map cannot be summed, passed type Nothing. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT sumMapFiltered([], [], []);) 2025.03.31 18:06:27.083673 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Values for -Map cannot be summed, passed type Nothing. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:27.169702 [ 92808 ] {b1d26854-d84f-46c6-a350-79124c3978a5} executeQuery: Code: 43. DB::Exception: Values for -Map cannot be summed, passed type Nothing. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT sumMapFilteredWithOverflow([], [], []);) 2025.03.31 18:06:27.187192 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Values for -Map cannot be summed, passed type Nothing. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:27.227046 [ 92808 ] {1524633c-5e59-47f4-a89d-08d82579cb90} executeQuery: Code: 43. DB::Exception: Values for -Map cannot be summed, passed type Nothing. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT sumMapWithOverflow([], [], []);) 2025.03.31 18:06:27.241848 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Values for -Map cannot be summed, passed type Nothing. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:27.293390 [ 92808 ] {0323a197-2588-4124-ab72-03a0f46882a5} executeQuery: Code: 43. DB::Exception: Values for -Map cannot be summed, passed type Nothing. (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT sumMappedArrays([], [], []);) 2025.03.31 18:06:27.307247 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Values for -Map cannot be summed, passed type Nothing. (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:27.374831 [ 92808 ] {3f4e2284-7976-4c4d-bbf0-5f7b7ada9a8b} executeQuery: Code: 42. DB::Exception: Aggregate function sumWithOverflow requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT sumWithOverflow([], [], []);) 2025.03.31 18:06:27.391055 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function sumWithOverflow requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:27.437565 [ 92808 ] {8a52402d-b51a-489f-b177-f4aab11065c7} executeQuery: Code: 42. DB::Exception: Incorrect number of arguments: expected 1 or 2 arguments: In scope SELECT svg([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT svg([], [], []);) 2025.03.31 18:06:27.451201 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Incorrect number of arguments: expected 1 or 2 arguments: In scope SELECT svg([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:27.489330 [ 92808 ] {80ac8bff-845d-49f8-b447-8472dde7aca6} executeQuery: Code: 344. DB::Exception: Natural language processing function 'synonyms' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT synonyms([], [], []);) 2025.03.31 18:06:27.503428 [ 92808 ] {} TCPHandler: Code: 344. DB::Exception: Natural language processing function 'synonyms' is experimental. Set `allow_experimental_nlp_functions` setting to enable it. (SUPPORT_IS_DISABLED) 2025.03.31 18:06:27.537263 [ 92808 ] {69af9677-f45e-4865-b490-f9f9cb3593d7} executeQuery: Code: 42. DB::Exception: Number of arguments for function tan doesn't match: passed 3, should be 1: In scope SELECT tan([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT tan([], [], []);) 2025.03.31 18:06:27.551243 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tan doesn't match: passed 3, should be 1: In scope SELECT tan([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:27.593014 [ 92808 ] {e4fba2b1-6302-4ffa-9d16-14b1a978f2ce} executeQuery: Code: 42. DB::Exception: Number of arguments for function tanh doesn't match: passed 3, should be 1: In scope SELECT tanh([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT tanh([], [], []);) 2025.03.31 18:06:27.607628 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tanh doesn't match: passed 3, should be 1: In scope SELECT tanh([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:27.659679 [ 92808 ] {d8e26a65-209e-402f-9e33-20913ef62178} executeQuery: Code: 42. DB::Exception: Number of arguments for function tcpPort doesn't match: passed 3, should be 0: In scope SELECT tcpPort([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT tcpPort([], [], []);) 2025.03.31 18:06:27.673036 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tcpPort doesn't match: passed 3, should be 0: In scope SELECT tcpPort([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:27.707880 [ 92808 ] {52f859b1-6e69-4ade-93e0-efd058580325} executeQuery: Code: 42. DB::Exception: Number of arguments for function test_function doesn't match: passed 3, should be 2: In scope SELECT test_function([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT test_function([], [], []);) 2025.03.31 18:06:27.721592 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function test_function doesn't match: passed 3, should be 2: In scope SELECT test_function([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:27.761305 [ 92808 ] {bd6a85b7-0a2b-45d3-9b9d-5e70c81374e5} executeQuery: Code: 42. DB::Exception: Number of arguments for function tgamma doesn't match: passed 3, should be 1: In scope SELECT tgamma([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT tgamma([], [], []);) 2025.03.31 18:06:27.801491 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tgamma doesn't match: passed 3, should be 1: In scope SELECT tgamma([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:27.837137 [ 92808 ] {ea714f51-4215-4bad-be3b-834da27fd85f} executeQuery: Code: 42. DB::Exception: Aggregate function theilsU requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT theilsU([], [], []);) 2025.03.31 18:06:27.849520 [ 91845 ] {65f6ef4f-0e29-4f18-8e6f-71103ccbdc82} executeQuery: Code: 252. DB::Exception: Too many parts (1 with average size of 320.00 B) in table 'test_hsb4kby8.table_for_alter (e7b95bcb-59f9-45b1-94b1-9f393697c5d5)'. Merges are processing significantly slower than inserts. (TOO_MANY_PARTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44230) (comment: 00980_merge_alter_settings.sql) (in query: INSERT INTO table_for_alter VALUES ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, unsigned long&, ReadableSize&&, String&&) @ 0x000000003e0237b7 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:4864: DB::MergeTreeData::delayInsertOrThrowIfNeeded(Poco::Event*, std::shared_ptr const&, bool) const @ 0x000000003df08349 5. ./build_docker/./src/Storages/MergeTree/MergeTreeSink.cpp:76: DB::MergeTreeSink::onStart() @ 0x000000003eb81fdb 6. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:137: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc6cc 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 8. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:137: DB::ExceptionKeepingTransform::work() @ 0x00000000400daec2 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 12. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:103: DB::PushingPipelineExecutor::start() @ 0x000000003f769283 13. ./build_docker/./src/Server/TCPHandler.cpp:1105: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f448024 14. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:06:27.858538 [ 91845 ] {} TCPHandler: Code: 252. DB::Exception: Too many parts (1 with average size of 320.00 B) in table 'test_hsb4kby8.table_for_alter (e7b95bcb-59f9-45b1-94b1-9f393697c5d5)'. Merges are processing significantly slower than inserts. (TOO_MANY_PARTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, unsigned long&, ReadableSize&&, String&&) @ 0x000000003e0237b7 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:4864: DB::MergeTreeData::delayInsertOrThrowIfNeeded(Poco::Event*, std::shared_ptr const&, bool) const @ 0x000000003df08349 5. ./build_docker/./src/Storages/MergeTree/MergeTreeSink.cpp:76: DB::MergeTreeSink::onStart() @ 0x000000003eb81fdb 6. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:137: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc6cc 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 8. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:137: DB::ExceptionKeepingTransform::work() @ 0x00000000400daec2 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 12. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:103: DB::PushingPipelineExecutor::start() @ 0x000000003f769283 13. ./build_docker/./src/Server/TCPHandler.cpp:1105: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f448024 14. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:06:27.867883 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function theilsU requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:27.898902 [ 91590 ] {9c77e431-4858-4f0a-8f10-410caf99afc7} executeQuery: Code: 420. DB::Exception: Cannot UPDATE key column `key`. (CANNOT_UPDATE_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50522) (comment: 00652_mutations_alter_update.sh) (in query: ALTER TABLE alter_update UPDATE key = 1 WHERE 1), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:494: DB::MutationsInterpreter::prepare(bool) @ 0x00000000388e3a98 5. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:400: DB::MutationsInterpreter::MutationsInterpreter(std::shared_ptr, std::shared_ptr, DB::MutationCommands, std::shared_ptr, DB::MutationsInterpreter::Settings) @ 0x00000000388c9e7a 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:238: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751954 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:06:27.916701 [ 92808 ] {c103a28f-d139-4e3a-9ed7-d3356c308291} executeQuery: Code: 42. DB::Exception: Number of arguments for function throwIf doesn't match: passed 3, should be 1 or 2: In scope SELECT throwIf([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT throwIf([], [], []);) 2025.03.31 18:06:27.923813 [ 91590 ] {} TCPHandler: Code: 420. DB::Exception: Cannot UPDATE key column `key`. (CANNOT_UPDATE_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:494: DB::MutationsInterpreter::prepare(bool) @ 0x00000000388e3a98 5. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:400: DB::MutationsInterpreter::MutationsInterpreter(std::shared_ptr, std::shared_ptr, DB::MutationCommands, std::shared_ptr, DB::MutationsInterpreter::Settings) @ 0x00000000388c9e7a 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:238: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751954 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:06:27.925943 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function throwIf doesn't match: passed 3, should be 1 or 2: In scope SELECT throwIf([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:27.963778 [ 92808 ] {4429c0ea-fbde-4dcb-a548-cd63d1c9966e} executeQuery: Code: 42. DB::Exception: Number of arguments for function tid doesn't match: passed 3, should be 0: In scope SELECT tid([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT tid([], [], []);) 2025.03.31 18:06:27.977825 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tid doesn't match: passed 3, should be 0: In scope SELECT tid([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:28.019318 [ 92808 ] {c5def314-24f3-45e4-ad29-3b238506d15b} executeQuery: Code: 42. DB::Exception: Number of arguments for function timeDiff doesn't match: passed 3, should be 2: In scope SELECT timeDiff([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT timeDiff([], [], []);) 2025.03.31 18:06:28.035345 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function timeDiff doesn't match: passed 3, should be 2: In scope SELECT timeDiff([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:28.074274 [ 92808 ] {c61231af-3e93-4ce5-a08e-bdf75acbb138} executeQuery: Code: 42. DB::Exception: Number of arguments for function timeSlot doesn't match: passed 3, should be 1 or 2: In scope SELECT timeSlot([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT timeSlot([], [], []);) 2025.03.31 18:06:28.086130 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function timeSlot doesn't match: passed 3, should be 1 or 2: In scope SELECT timeSlot([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:28.104736 [ 91845 ] {df3935df-8f25-4a5f-9053-0e7d522a3e55} executeQuery: Code: 252. DB::Exception: Too many parts (1 with average size of 320.00 B) in table 'test_hsb4kby8.table_for_alter (e7b95bcb-59f9-45b1-94b1-9f393697c5d5)'. Merges are processing significantly slower than inserts. (TOO_MANY_PARTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44230) (comment: 00980_merge_alter_settings.sql) (in query: INSERT INTO table_for_alter VALUES ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, unsigned long&, ReadableSize&&, String&&) @ 0x000000003e0237b7 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:4864: DB::MergeTreeData::delayInsertOrThrowIfNeeded(Poco::Event*, std::shared_ptr const&, bool) const @ 0x000000003df08349 5. ./build_docker/./src/Storages/MergeTree/MergeTreeSink.cpp:76: DB::MergeTreeSink::onStart() @ 0x000000003eb81fdb 6. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:137: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc6cc 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 8. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:137: DB::ExceptionKeepingTransform::work() @ 0x00000000400daec2 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 12. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:103: DB::PushingPipelineExecutor::start() @ 0x000000003f769283 13. ./build_docker/./src/Server/TCPHandler.cpp:1105: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f448024 14. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:06:28.122823 [ 91845 ] {} TCPHandler: Code: 252. DB::Exception: Too many parts (1 with average size of 320.00 B) in table 'test_hsb4kby8.table_for_alter (e7b95bcb-59f9-45b1-94b1-9f393697c5d5)'. Merges are processing significantly slower than inserts. (TOO_MANY_PARTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, unsigned long&, ReadableSize&&, String&&) @ 0x000000003e0237b7 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:4864: DB::MergeTreeData::delayInsertOrThrowIfNeeded(Poco::Event*, std::shared_ptr const&, bool) const @ 0x000000003df08349 5. ./build_docker/./src/Storages/MergeTree/MergeTreeSink.cpp:76: DB::MergeTreeSink::onStart() @ 0x000000003eb81fdb 6. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:137: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc6cc 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 8. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:137: DB::ExceptionKeepingTransform::work() @ 0x00000000400daec2 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 12. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:103: DB::PushingPipelineExecutor::start() @ 0x000000003f769283 13. ./build_docker/./src/Server/TCPHandler.cpp:1105: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f448024 14. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:06:28.125161 [ 92808 ] {54e16295-48f3-4e4d-80df-d20a604b6cb4} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function timeSlots. Must be DateTime or DateTime64.: In scope SELECT timeSlots([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT timeSlots([], [], []);) 2025.03.31 18:06:28.145396 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function timeSlots. Must be DateTime or DateTime64.: In scope SELECT timeSlots([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:28.181888 [ 92808 ] {7becb3b3-49e5-4688-b5a8-174a6adfc8e8} executeQuery: Code: 42. DB::Exception: Number of arguments for function timezone doesn't match: passed 3, should be 0: In scope SELECT timeZone([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT timeZone([], [], []);) 2025.03.31 18:06:28.221043 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function timezone doesn't match: passed 3, should be 0: In scope SELECT timeZone([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:28.263803 [ 92808 ] {b4f21539-1d0f-4c2a-9eb8-d8101ce123bd} executeQuery: Code: 42. DB::Exception: Number of arguments for function timezoneOf doesn't match: passed 3, should be 1: In scope SELECT timeZoneOf([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT timeZoneOf([], [], []);) 2025.03.31 18:06:28.277581 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function timezoneOf doesn't match: passed 3, should be 1: In scope SELECT timeZoneOf([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:28.311344 [ 92808 ] {1bc33a58-6dfe-465a-9e45-86a9d5b2e762} executeQuery: Code: 42. DB::Exception: Number of arguments for function timezoneOffset doesn't match: passed 3, should be 1 or 2: In scope SELECT timeZoneOffset([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT timeZoneOffset([], [], []);) 2025.03.31 18:06:28.325108 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function timezoneOffset doesn't match: passed 3, should be 1 or 2: In scope SELECT timeZoneOffset([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:28.358891 [ 92808 ] {34d7c4b5-c730-4ec8-9e09-9abc05aac1d3} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of 1st argument of function toStartOfInterval, expected a Date, Date32, DateTime or DateTime64: In scope SELECT time_bucket([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT time_bucket([], [], []);) 2025.03.31 18:06:28.372486 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of 1st argument of function toStartOfInterval, expected a Date, Date32, DateTime or DateTime64: In scope SELECT time_bucket([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:28.408588 [ 92808 ] {6dc05bdd-0ab8-4fd2-b7fc-29d8866b4e29} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'timestamp'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT timestamp([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT timestamp([], [], []);) 2025.03.31 18:06:28.435706 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'timestamp'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT timestamp([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:28.473086 [ 92808 ] {5415a043-3ea3-4ed0-a180-a8f9b6d452a9} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'unit' to function 'dateDiff'. Expected: String, got: Array(Nothing): In scope SELECT dateDiff([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT timestampDiff([], [], []);) 2025.03.31 18:06:28.487563 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'unit' to function 'dateDiff'. Expected: String, got: Array(Nothing): In scope SELECT dateDiff([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:28.567251 [ 92808 ] {4d022a22-d485-41ca-b385-342a01ea2697} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'unit' to function 'dateDiff'. Expected: String, got: Array(Nothing): In scope SELECT dateDiff([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT timestamp_diff([], [], []);) 2025.03.31 18:06:28.586463 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'unit' to function 'dateDiff'. Expected: String, got: Array(Nothing): In scope SELECT dateDiff([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:28.643150 [ 92808 ] {07b6f7ff-96ce-42cf-9305-6fb19e0a6ea4} executeQuery: Code: 42. DB::Exception: Number of arguments for function timezone doesn't match: passed 3, should be 0: In scope SELECT timezone([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT timezone([], [], []);) 2025.03.31 18:06:28.664151 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function timezone doesn't match: passed 3, should be 0: In scope SELECT timezone([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:28.701249 [ 92808 ] {5317f252-9152-4a63-a5d3-92ebd87be186} executeQuery: Code: 42. DB::Exception: Number of arguments for function timezoneOf doesn't match: passed 3, should be 1: In scope SELECT timezoneOf([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT timezoneOf([], [], []);) 2025.03.31 18:06:28.718809 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function timezoneOf doesn't match: passed 3, should be 1: In scope SELECT timezoneOf([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:28.755217 [ 92808 ] {b1ad594e-5fc8-4838-bdd3-34f89bb7d883} executeQuery: Code: 42. DB::Exception: Number of arguments for function timezoneOffset doesn't match: passed 3, should be 1 or 2: In scope SELECT timezoneOffset([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT timezoneOffset([], [], []);) 2025.03.31 18:06:28.769851 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function timezoneOffset doesn't match: passed 3, should be 1 or 2: In scope SELECT timezoneOffset([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:28.808190 [ 92808 ] {4235530a-1192-43f7-807e-24d0d707dfc9} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toBFloat16'. Expected 1 argument, got 3 arguments: In scope SELECT toBFloat16([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toBFloat16([], [], []);) 2025.03.31 18:06:28.813994 [ 91845 ] {f395bfe7-886c-4b8a-bac9-82be027c8eec} executeQuery: Code: 115. DB::Exception: Unknown setting 'xxx_yyy'. (UNKNOWN_SETTING) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44230) (comment: 00980_merge_alter_settings.sql) (in query: ALTER TABLE table_for_alter MODIFY SETTING xxx_yyy=124;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::BaseSettingsHelpers::throwSettingNotFound(std::basic_string_view>) @ 0x0000000034350655 4. ./src/Core/BaseSettings.h:628: DB::BaseSettings::set(std::basic_string_view>, DB::Field const&) @ 0x000000003e5cc93e 5. ./src/Core/BaseSettings.h:315: DB::MergeTreeSettings::applyChanges(DB::SettingsChanges const&) @ 0x000000003e567597 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:7535: DB::MergeTreeData::checkColumnFilenamesForCollision(DB::StorageInMemoryMetadata const&, bool) const @ 0x000000003dec41de 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3789: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea9a8f 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:06:28.820923 [ 91845 ] {} TCPHandler: Code: 115. DB::Exception: Unknown setting 'xxx_yyy'. (UNKNOWN_SETTING), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::BaseSettingsHelpers::throwSettingNotFound(std::basic_string_view>) @ 0x0000000034350655 4. ./src/Core/BaseSettings.h:628: DB::BaseSettings::set(std::basic_string_view>, DB::Field const&) @ 0x000000003e5cc93e 5. ./src/Core/BaseSettings.h:315: DB::MergeTreeSettings::applyChanges(DB::SettingsChanges const&) @ 0x000000003e567597 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:7535: DB::MergeTreeData::checkColumnFilenamesForCollision(DB::StorageInMemoryMetadata const&, bool) const @ 0x000000003dec41de 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3789: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea9a8f 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:06:28.821756 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toBFloat16'. Expected 1 argument, got 3 arguments: In scope SELECT toBFloat16([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:28.859045 [ 92808 ] {65a6c72d-91af-4d9b-a31d-5dd64386d470} executeQuery: Code: 42. DB::Exception: Number of arguments for function toBFloat16OrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toBFloat16OrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toBFloat16OrNull([], [], []);) 2025.03.31 18:06:28.868070 [ 67401 ] {c7082950-08b2-400c-9bd2-793d514703e0} executeQuery: Code: 42. DB::Exception: Number of arguments for function punycodeEncode doesn't match: passed 0, should be 1: In scope SELECT punycodeEncode(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50562) (comment: 02932_punycode.sql) (in query: SELECT punycodeEncode();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 18:06:28.873755 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toBFloat16OrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toBFloat16OrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:28.884434 [ 67401 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function punycodeEncode doesn't match: passed 0, should be 1: In scope SELECT punycodeEncode(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 18:06:28.911297 [ 92808 ] {39803e89-7832-48e6-98b6-6e6d0c239acd} executeQuery: Code: 42. DB::Exception: Number of arguments for function toBFloat16OrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toBFloat16OrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toBFloat16OrZero([], [], []);) 2025.03.31 18:06:28.924556 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toBFloat16OrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toBFloat16OrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:28.955726 [ 67401 ] {47be0e49-f15c-401a-b3c2-1009b813fd35} executeQuery: Code: 42. DB::Exception: Number of arguments for function punycodeDecode doesn't match: passed 0, should be 1: In scope SELECT punycodeDecode(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50562) (comment: 02932_punycode.sql) (in query: SELECT punycodeDecode();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 18:06:28.961809 [ 92808 ] {936d5645-9e6e-4349-b561-83502f96cbda} executeQuery: Code: 42. DB::Exception: Number of arguments for function toBool doesn't match: passed 3, should be 1: In scope SELECT toBool([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toBool([], [], []);) 2025.03.31 18:06:28.963454 [ 67401 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function punycodeDecode doesn't match: passed 0, should be 1: In scope SELECT punycodeDecode(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 18:06:28.976017 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toBool doesn't match: passed 3, should be 1: In scope SELECT toBool([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:29.002771 [ 67401 ] {65ee822b-35da-4082-a425-422f1d13da7b} executeQuery: Code: 42. DB::Exception: Number of arguments for function tryPunycodeDecode doesn't match: passed 0, should be 1: In scope SELECT tryPunycodeDecode(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50562) (comment: 02932_punycode.sql) (in query: SELECT tryPunycodeDecode();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 18:06:29.009710 [ 67401 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tryPunycodeDecode doesn't match: passed 0, should be 1: In scope SELECT tryPunycodeDecode(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 18:06:29.016806 [ 92808 ] {048019c5-8ebd-4eff-909a-c6083a674944} executeQuery: Code: 42. DB::Exception: Number of arguments for function toColumnTypeName doesn't match: passed 3, should be 1: In scope SELECT toColumnTypeName([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toColumnTypeName([], [], []);) 2025.03.31 18:06:29.040839 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toColumnTypeName doesn't match: passed 3, should be 1: In scope SELECT toColumnTypeName([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:29.078623 [ 92808 ] {c0b4142e-f1d7-45ec-b432-ff8732d24b80} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDate'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT toDate([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toDate([], [], []);) 2025.03.31 18:06:29.092602 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDate'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT toDate([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:29.140849 [ 92808 ] {0539062a-6199-4c06-ab49-725894b696d2} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDate32'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT toDate32([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toDate32([], [], []);) 2025.03.31 18:06:29.155702 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDate32'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT toDate32([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:29.192860 [ 92808 ] {877fda36-2a8a-4464-addb-919d3d04499b} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDate32OrDefault'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT toDate32OrDefault([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toDate32OrDefault([], [], []);) 2025.03.31 18:06:29.206671 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDate32OrDefault'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT toDate32OrDefault([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:29.243407 [ 92808 ] {ad4fd9dc-7203-4f7e-b699-38f595ac8a0f} executeQuery: Code: 42. DB::Exception: Number of arguments for function toDate32OrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDate32OrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toDate32OrNull([], [], []);) 2025.03.31 18:06:29.257568 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toDate32OrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDate32OrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:29.281256 [ 91590 ] {c91d166b-e6fa-4053-9ce2-32336a12fa3e} executeQuery: Code: 420. DB::Exception: Cannot UPDATE materialized column `materialized_value`. (CANNOT_UPDATE_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50578) (comment: 00652_mutations_alter_update.sh) (in query: ALTER TABLE alter_update UPDATE materialized_value = 'aaa' WHERE 1), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:497: DB::MutationsInterpreter::prepare(bool) @ 0x00000000388e37e4 5. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:400: DB::MutationsInterpreter::MutationsInterpreter(std::shared_ptr, std::shared_ptr, DB::MutationCommands, std::shared_ptr, DB::MutationsInterpreter::Settings) @ 0x00000000388c9e7a 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:238: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751954 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:06:29.296106 [ 92808 ] {285bf08f-003c-4cc2-9f85-4417b4afa9bd} executeQuery: Code: 42. DB::Exception: Number of arguments for function toDate32OrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDate32OrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toDate32OrZero([], [], []);) 2025.03.31 18:06:29.307645 [ 91590 ] {} TCPHandler: Code: 420. DB::Exception: Cannot UPDATE materialized column `materialized_value`. (CANNOT_UPDATE_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:497: DB::MutationsInterpreter::prepare(bool) @ 0x00000000388e37e4 5. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:400: DB::MutationsInterpreter::MutationsInterpreter(std::shared_ptr, std::shared_ptr, DB::MutationCommands, std::shared_ptr, DB::MutationsInterpreter::Settings) @ 0x00000000388c9e7a 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:238: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751954 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:06:29.310498 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toDate32OrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDate32OrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:29.348419 [ 92808 ] {6bf08b33-057c-493c-8d67-b3a94faee022} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDateOrDefault'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT toDateOrDefault([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toDateOrDefault([], [], []);) 2025.03.31 18:06:29.362378 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDateOrDefault'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT toDateOrDefault([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:29.409049 [ 92808 ] {b1d3463b-6a93-48e6-9947-b25b0b4871be} executeQuery: Code: 42. DB::Exception: Number of arguments for function toDateOrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDateOrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toDateOrNull([], [], []);) 2025.03.31 18:06:29.422790 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toDateOrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDateOrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:29.457498 [ 92808 ] {3e967681-5066-4dc9-b611-202dd35b0361} executeQuery: Code: 42. DB::Exception: Number of arguments for function toDateOrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDateOrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toDateOrZero([], [], []);) 2025.03.31 18:06:29.471557 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toDateOrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDateOrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:29.515688 [ 92808 ] {87ea6ba1-1510-4b35-bb86-bb571ff4dfdc} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 2nd argument 'scale' to function 'toDateTime'. Expected: const Integer, got: Array(Nothing): In scope SELECT toDateTime([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toDateTime([], [], []);) 2025.03.31 18:06:29.529707 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 2nd argument 'scale' to function 'toDateTime'. Expected: const Integer, got: Array(Nothing): In scope SELECT toDateTime([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:29.567485 [ 92808 ] {d2b5f15c-f457-42fd-b32f-368d7d1c5f98} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDateTime32'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT toDateTime32([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toDateTime32([], [], []);) 2025.03.31 18:06:29.577195 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDateTime32'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT toDateTime32([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:29.626993 [ 92808 ] {a28fa907-fe6f-4b5a-9920-766f0269c0a5} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 2nd argument 'scale' to function 'toDateTime64'. Expected: const Integer, got: Array(Nothing): In scope SELECT toDateTime64([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toDateTime64([], [], []);) 2025.03.31 18:06:29.640994 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 2nd argument 'scale' to function 'toDateTime64'. Expected: const Integer, got: Array(Nothing): In scope SELECT toDateTime64([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:29.676256 [ 92808 ] {fb4ee1fb-6219-456c-95a2-6f1f54b02380} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 2nd argument 'scale' to function 'toDateTime64OrDefault'. Expected: const Integer, got: Array(Nothing): In scope SELECT toDateTime64OrDefault([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toDateTime64OrDefault([], [], []);) 2025.03.31 18:06:29.690677 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 2nd argument 'scale' to function 'toDateTime64OrDefault'. Expected: const Integer, got: Array(Nothing): In scope SELECT toDateTime64OrDefault([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:29.745713 [ 92808 ] {87b83320-1c19-4803-9d67-02bae476d4c8} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'string' to function 'toDateTime64OrNull'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT toDateTime64OrNull([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toDateTime64OrNull([], [], []);) 2025.03.31 18:06:29.767217 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'string' to function 'toDateTime64OrNull'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT toDateTime64OrNull([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:29.810500 [ 92808 ] {0742a61e-c2c6-4246-b504-bd08f449044d} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'string' to function 'toDateTime64OrZero'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT toDateTime64OrZero([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toDateTime64OrZero([], [], []);) 2025.03.31 18:06:29.824234 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'string' to function 'toDateTime64OrZero'. Expected: String or FixedString, got: Array(Nothing): In scope SELECT toDateTime64OrZero([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:29.861514 [ 92808 ] {91a6f738-00e8-4f86-ac33-919a6e3a3c87} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 2nd argument 'timezone' to function 'toDateTimeOrDefault'. Expected: const String, got: Array(Nothing): In scope SELECT toDateTimeOrDefault([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toDateTimeOrDefault([], [], []);) 2025.03.31 18:06:29.865234 [ 67401 ] {b698f3d8-86a7-4152-8c52-6febf45006de} executeQuery: Code: 43. DB::Exception: Illegal type UInt8 of argument of function punycodeEncode: In scope SELECT punycodeEncode(1). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50562) (comment: 02932_punycode.sql) (in query: SELECT punycodeEncode(1);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionStringToString::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001b2d6690 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:06:29.872350 [ 67401 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type UInt8 of argument of function punycodeEncode: In scope SELECT punycodeEncode(1). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionStringToString::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001b2d6690 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:06:29.875166 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 2nd argument 'timezone' to function 'toDateTimeOrDefault'. Expected: const String, got: Array(Nothing): In scope SELECT toDateTimeOrDefault([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:29.911933 [ 92808 ] {4b59812d-edb7-4082-b1c7-7d039045527a} executeQuery: Code: 42. DB::Exception: Number of arguments for function toDateTimeOrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDateTimeOrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toDateTimeOrNull([], [], []);) 2025.03.31 18:06:29.928715 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toDateTimeOrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDateTimeOrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:29.966842 [ 92808 ] {a6c3872c-944f-4fcd-9ebc-566c3727a1fb} executeQuery: Code: 42. DB::Exception: Number of arguments for function toDateTimeOrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDateTimeOrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toDateTimeOrZero([], [], []);) 2025.03.31 18:06:29.975750 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toDateTimeOrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDateTimeOrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:30.023743 [ 92808 ] {d419405f-995c-44de-848c-10cc7ff6226c} executeQuery: Code: 42. DB::Exception: Number of arguments for function toDayOfMonth doesn't match: passed 3, should be 1 or 2: In scope SELECT toDayOfMonth([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toDayOfMonth([], [], []);) 2025.03.31 18:06:30.038641 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toDayOfMonth doesn't match: passed 3, should be 1 or 2: In scope SELECT toDayOfMonth([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:30.079960 [ 92808 ] {5172c6fa-2851-417d-adce-d16b3461b561} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toDayOfWeek. Must be Date, Date32, DateTime or DateTime64: In scope SELECT toDayOfWeek([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toDayOfWeek([], [], []);) 2025.03.31 18:06:30.094311 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toDayOfWeek. Must be Date, Date32, DateTime or DateTime64: In scope SELECT toDayOfWeek([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:30.134912 [ 92808 ] {1651db38-7c86-4373-8718-822460303193} executeQuery: Code: 42. DB::Exception: Number of arguments for function toDayOfYear doesn't match: passed 3, should be 1 or 2: In scope SELECT toDayOfYear([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toDayOfYear([], [], []);) 2025.03.31 18:06:30.144252 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toDayOfYear doesn't match: passed 3, should be 1 or 2: In scope SELECT toDayOfYear([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:30.151868 [ 91845 ] {a4be7c29-60f6-4ba3-9415-92157bcdd437} executeQuery: Code: 472. DB::Exception: Setting 'index_granularity' is readonly for storage 'MergeTree'. (READONLY_SETTING) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44230) (comment: 00980_merge_alter_settings.sql) (in query: ALTER TABLE table_for_reset_setting MODIFY SETTING index_granularity=555;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3818: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003deac95f 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:06:30.158886 [ 91845 ] {} TCPHandler: Code: 472. DB::Exception: Setting 'index_granularity' is readonly for storage 'MergeTree'. (READONLY_SETTING), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3818: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003deac95f 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:06:30.181365 [ 92808 ] {e1842f69-304c-42c6-baff-f0b9d4e15535} executeQuery: Code: 42. DB::Exception: Number of arguments for function toDaysSinceYearZero doesn't match: passed 3, should be 1 or 2: In scope SELECT toDaysSinceYearZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toDaysSinceYearZero([], [], []);) 2025.03.31 18:06:30.200516 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toDaysSinceYearZero doesn't match: passed 3, should be 1 or 2: In scope SELECT toDaysSinceYearZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:30.238218 [ 92808 ] {4c6293d6-a42a-424d-a50f-ae310e0ca450} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDecimal128'. Expected 2 arguments, got 3 arguments: In scope SELECT toDecimal128([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toDecimal128([], [], []);) 2025.03.31 18:06:30.253396 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDecimal128'. Expected 2 arguments, got 3 arguments: In scope SELECT toDecimal128([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:30.296386 [ 92808 ] {5a83392b-375b-435f-befd-17bbe931d9e4} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 2nd argument 'scale' to function 'toDecimal128OrDefault'. Expected: const Integer, got: Array(Nothing): In scope SELECT toDecimal128OrDefault([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toDecimal128OrDefault([], [], []);) 2025.03.31 18:06:30.303849 [ 91590 ] {07c54e78-113f-47a7-91ae-d2f27b0d0046} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -177, m = 2. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50608) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-177, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:30.314942 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 2nd argument 'scale' to function 'toDecimal128OrDefault'. Expected: const Integer, got: Array(Nothing): In scope SELECT toDecimal128OrDefault([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:30.331850 [ 91590 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -177, m = 2. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:30.352899 [ 92808 ] {43ca66d7-c662-446c-ba2b-19b685d4852e} executeQuery: Code: 42. DB::Exception: Number of arguments for function toDecimal128OrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDecimal128OrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toDecimal128OrNull([], [], []);) 2025.03.31 18:06:30.366029 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toDecimal128OrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDecimal128OrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:30.404086 [ 92808 ] {3b26b211-b332-4590-8fc9-16b5ea69d3f4} executeQuery: Code: 42. DB::Exception: Number of arguments for function toDecimal128OrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDecimal128OrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toDecimal128OrZero([], [], []);) 2025.03.31 18:06:30.415561 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toDecimal128OrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDecimal128OrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:30.452538 [ 92808 ] {069b73d9-0d7b-4585-b970-7e1c5870121c} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDecimal256'. Expected 2 arguments, got 3 arguments: In scope SELECT toDecimal256([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toDecimal256([], [], []);) 2025.03.31 18:06:30.466399 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDecimal256'. Expected 2 arguments, got 3 arguments: In scope SELECT toDecimal256([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:30.507065 [ 92808 ] {39f0198b-cd0f-45bc-8f1e-a07c07edf478} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 2nd argument 'scale' to function 'toDecimal256OrDefault'. Expected: const Integer, got: Array(Nothing): In scope SELECT toDecimal256OrDefault([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toDecimal256OrDefault([], [], []);) 2025.03.31 18:06:30.521928 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 2nd argument 'scale' to function 'toDecimal256OrDefault'. Expected: const Integer, got: Array(Nothing): In scope SELECT toDecimal256OrDefault([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:30.564237 [ 92808 ] {b117ce2b-cca0-483b-acce-5604036000c2} executeQuery: Code: 42. DB::Exception: Number of arguments for function toDecimal256OrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDecimal256OrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toDecimal256OrNull([], [], []);) 2025.03.31 18:06:30.580555 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toDecimal256OrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDecimal256OrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:30.641271 [ 92808 ] {f3661e69-d246-4761-96b8-f4c37abb51a6} executeQuery: Code: 42. DB::Exception: Number of arguments for function toDecimal256OrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDecimal256OrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toDecimal256OrZero([], [], []);) 2025.03.31 18:06:30.668403 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toDecimal256OrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDecimal256OrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:30.671663 [ 91845 ] {c247634e-03b0-46db-84bf-ba307c40e641} executeQuery: Code: 252. DB::Exception: Too many parts (2 with average size of 320.00 B) in table 'test_hsb4kby8.table_for_reset_setting (2effb6d5-27ee-45a7-99ce-c409b9f7d59c)'. Merges are processing significantly slower than inserts. (TOO_MANY_PARTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44230) (comment: 00980_merge_alter_settings.sql) (in query: INSERT INTO table_for_reset_setting VALUES ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, unsigned long&, ReadableSize&&, String&&) @ 0x000000003e0237b7 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:4864: DB::MergeTreeData::delayInsertOrThrowIfNeeded(Poco::Event*, std::shared_ptr const&, bool) const @ 0x000000003df08349 5. ./build_docker/./src/Storages/MergeTree/MergeTreeSink.cpp:76: DB::MergeTreeSink::onStart() @ 0x000000003eb81fdb 6. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:137: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc6cc 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 8. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:137: DB::ExceptionKeepingTransform::work() @ 0x00000000400daec2 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 12. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:103: DB::PushingPipelineExecutor::start() @ 0x000000003f769283 13. ./build_docker/./src/Server/TCPHandler.cpp:1105: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f448024 14. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:06:30.680357 [ 91845 ] {} TCPHandler: Code: 252. DB::Exception: Too many parts (2 with average size of 320.00 B) in table 'test_hsb4kby8.table_for_reset_setting (2effb6d5-27ee-45a7-99ce-c409b9f7d59c)'. Merges are processing significantly slower than inserts. (TOO_MANY_PARTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, unsigned long&, ReadableSize&&, String&&) @ 0x000000003e0237b7 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:4864: DB::MergeTreeData::delayInsertOrThrowIfNeeded(Poco::Event*, std::shared_ptr const&, bool) const @ 0x000000003df08349 5. ./build_docker/./src/Storages/MergeTree/MergeTreeSink.cpp:76: DB::MergeTreeSink::onStart() @ 0x000000003eb81fdb 6. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:137: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc6cc 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 8. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:137: DB::ExceptionKeepingTransform::work() @ 0x00000000400daec2 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 12. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:103: DB::PushingPipelineExecutor::start() @ 0x000000003f769283 13. ./build_docker/./src/Server/TCPHandler.cpp:1105: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f448024 14. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 15. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:06:30.704434 [ 92808 ] {c584dd71-fc88-4b50-888a-a3abf5a4e691} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDecimal32'. Expected 2 arguments, got 3 arguments: In scope SELECT toDecimal32([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toDecimal32([], [], []);) 2025.03.31 18:06:30.716077 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDecimal32'. Expected 2 arguments, got 3 arguments: In scope SELECT toDecimal32([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:30.716782 [ 67401 ] {726334de-ea9b-4c91-b185-d2bd29c98a4b} executeQuery: Code: 43. DB::Exception: Illegal type UInt8 of argument of function punycodeDecode: In scope SELECT punycodeDecode(1). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50562) (comment: 02932_punycode.sql) (in query: SELECT punycodeDecode(1);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionStringToString, DB::NamePunycodeDecode, false>::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001b2d9ef0 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:06:30.724236 [ 67401 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type UInt8 of argument of function punycodeDecode: In scope SELECT punycodeDecode(1). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionStringToString, DB::NamePunycodeDecode, false>::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001b2d9ef0 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:06:30.754051 [ 92808 ] {a2e44390-e787-4573-83a9-8bae577c5b9d} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 2nd argument 'scale' to function 'toDecimal32OrDefault'. Expected: const Integer, got: Array(Nothing): In scope SELECT toDecimal32OrDefault([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toDecimal32OrDefault([], [], []);) 2025.03.31 18:06:30.769003 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 2nd argument 'scale' to function 'toDecimal32OrDefault'. Expected: const Integer, got: Array(Nothing): In scope SELECT toDecimal32OrDefault([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:30.811747 [ 92808 ] {fc447b3e-bc7e-4ebb-acb3-2e2690fd8dd4} executeQuery: Code: 42. DB::Exception: Number of arguments for function toDecimal32OrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDecimal32OrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toDecimal32OrNull([], [], []);) 2025.03.31 18:06:30.829612 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toDecimal32OrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDecimal32OrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:30.867992 [ 92808 ] {d664ca7f-0a9c-42f2-80be-f442ad79b287} executeQuery: Code: 42. DB::Exception: Number of arguments for function toDecimal32OrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDecimal32OrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toDecimal32OrZero([], [], []);) 2025.03.31 18:06:30.883974 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toDecimal32OrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDecimal32OrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:30.920726 [ 92808 ] {f44d0960-a753-4b8c-9cf1-58f62153ca31} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDecimal64'. Expected 2 arguments, got 3 arguments: In scope SELECT toDecimal64([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toDecimal64([], [], []);) 2025.03.31 18:06:30.935029 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toDecimal64'. Expected 2 arguments, got 3 arguments: In scope SELECT toDecimal64([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:30.969377 [ 92808 ] {c7228710-70b9-447b-9b00-bb6d96c019a0} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 2nd argument 'scale' to function 'toDecimal64OrDefault'. Expected: const Integer, got: Array(Nothing): In scope SELECT toDecimal64OrDefault([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toDecimal64OrDefault([], [], []);) 2025.03.31 18:06:30.980980 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 2nd argument 'scale' to function 'toDecimal64OrDefault'. Expected: const Integer, got: Array(Nothing): In scope SELECT toDecimal64OrDefault([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:31.018996 [ 92808 ] {d6ee87b6-724b-4447-beaa-291063fbcbfa} executeQuery: Code: 42. DB::Exception: Number of arguments for function toDecimal64OrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDecimal64OrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toDecimal64OrNull([], [], []);) 2025.03.31 18:06:31.032823 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toDecimal64OrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDecimal64OrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:31.060109 [ 94690 ] {f710208a-6cd2-498d-b7a3-c8f1b543c3f8} executeQuery: Code: 43. DB::Exception: Illegal type String of first argument (condition) of function if. Must be UInt8.: While processing _CAST(if('string', _CAST('aaa', 'String'), value1), 'String'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50634) (comment: 00652_mutations_alter_update.sh) (in query: ALTER TABLE alter_update UPDATE value1 = 'aaa' WHERE 'string'), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionIf::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x0000000037a3760b 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Interpreters/ActionsDAG.cpp:261: DB::ActionsDAG::addFunction(std::shared_ptr const&, std::vector>, String) @ 0x0000000035adea36 11. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:673: DB::ScopeStack::addFunction(std::shared_ptr const&, std::vector> const&, String) @ 0x0000000036a10683 12. ./src/Interpreters/ActionsVisitor.h:178: DB::ActionsMatcher::Data::addFunction(std::shared_ptr const&, std::vector> const&, String) @ 0x0000000036a3acd3 13. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:1342: DB::ActionsMatcher::visit(DB::ASTFunction const&, std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a16e75 14. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:732: DB::ActionsMatcher::visit(std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a122b5 15. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:1255: DB::ActionsMatcher::visit(DB::ASTFunction const&, std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a19b56 16. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:732: DB::ActionsMatcher::visit(std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a122b5 17. ./src/Interpreters/InDepthNodeVisitor.h:71: DB::InDepthNodeVisitor const>::doVisit(std::shared_ptr const&) @ 0x00000000369ecfd5 18. ./src/Interpreters/InDepthNodeVisitor.h:61: DB::ExpressionAnalyzer::getRootActions(std::shared_ptr const&, bool, DB::ActionsDAG&, bool) @ 0x0000000036967af7 19. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:1832: DB::ExpressionAnalyzer::appendExpression(DB::ExpressionActionsChain&, std::shared_ptr const&, bool) @ 0x000000003699cda8 20. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:1168: DB::MutationsInterpreter::prepareMutationStages(std::vector>&, bool) @ 0x00000000388eeb2d 21. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:1060: DB::MutationsInterpreter::prepare(bool) @ 0x00000000388e21e8 22. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:400: DB::MutationsInterpreter::MutationsInterpreter(std::shared_ptr, std::shared_ptr, DB::MutationCommands, std::shared_ptr, DB::MutationsInterpreter::Settings) @ 0x00000000388c9e7a 23. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:238: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751954 24. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 18:06:31.070277 [ 92808 ] {a658e7c9-d060-4a6e-82aa-52af47063ec2} executeQuery: Code: 42. DB::Exception: Number of arguments for function toDecimal64OrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDecimal64OrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toDecimal64OrZero([], [], []);) 2025.03.31 18:06:31.083851 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toDecimal64OrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toDecimal64OrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:31.085870 [ 94690 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type String of first argument (condition) of function if. Must be UInt8.: While processing _CAST(if('string', _CAST('aaa', 'String'), value1), 'String'). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionIf::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x0000000037a3760b 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Interpreters/ActionsDAG.cpp:261: DB::ActionsDAG::addFunction(std::shared_ptr const&, std::vector>, String) @ 0x0000000035adea36 11. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:673: DB::ScopeStack::addFunction(std::shared_ptr const&, std::vector> const&, String) @ 0x0000000036a10683 12. ./src/Interpreters/ActionsVisitor.h:178: DB::ActionsMatcher::Data::addFunction(std::shared_ptr const&, std::vector> const&, String) @ 0x0000000036a3acd3 13. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:1342: DB::ActionsMatcher::visit(DB::ASTFunction const&, std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a16e75 14. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:732: DB::ActionsMatcher::visit(std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a122b5 15. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:1255: DB::ActionsMatcher::visit(DB::ASTFunction const&, std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a19b56 16. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:732: DB::ActionsMatcher::visit(std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a122b5 17. ./src/Interpreters/InDepthNodeVisitor.h:71: DB::InDepthNodeVisitor const>::doVisit(std::shared_ptr const&) @ 0x00000000369ecfd5 18. ./src/Interpreters/InDepthNodeVisitor.h:61: DB::ExpressionAnalyzer::getRootActions(std::shared_ptr const&, bool, DB::ActionsDAG&, bool) @ 0x0000000036967af7 19. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:1832: DB::ExpressionAnalyzer::appendExpression(DB::ExpressionActionsChain&, std::shared_ptr const&, bool) @ 0x000000003699cda8 20. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:1168: DB::MutationsInterpreter::prepareMutationStages(std::vector>&, bool) @ 0x00000000388eeb2d 21. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:1060: DB::MutationsInterpreter::prepare(bool) @ 0x00000000388e21e8 22. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:400: DB::MutationsInterpreter::MutationsInterpreter(std::shared_ptr, std::shared_ptr, DB::MutationCommands, std::shared_ptr, DB::MutationsInterpreter::Settings) @ 0x00000000388c9e7a 23. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:238: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751954 24. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 18:06:31.120975 [ 92808 ] {fd7b39ad-1e07-4592-8a1e-91c3d5b9e09b} executeQuery: Code: 42. DB::Exception: Number of arguments for function toDecimalString doesn't match: passed 3, should be 2: In scope SELECT toDecimalString([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toDecimalString([], [], []);) 2025.03.31 18:06:31.134640 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toDecimalString doesn't match: passed 3, should be 2: In scope SELECT toDecimalString([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:31.203514 [ 92808 ] {f08d7828-cf02-4ce2-8b90-afb900224ddb} executeQuery: Code: 42. DB::Exception: Number of arguments for function toFixedString doesn't match: passed 3, should be 2: In scope SELECT toFixedString([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toFixedString([], [], []);) 2025.03.31 18:06:31.220839 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toFixedString doesn't match: passed 3, should be 2: In scope SELECT toFixedString([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:31.281370 [ 92808 ] {26bbdeb7-f0a2-4694-8290-3fa8dc8b8f4e} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toFloat32'. Expected 1 argument, got 3 arguments: In scope SELECT toFloat32([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toFloat32([], [], []);) 2025.03.31 18:06:31.290888 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toFloat32'. Expected 1 argument, got 3 arguments: In scope SELECT toFloat32([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:31.332107 [ 92808 ] {447c4902-b74e-469a-a449-d1090307a0ee} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toFloat32OrDefault'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT toFloat32OrDefault([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toFloat32OrDefault([], [], []);) 2025.03.31 18:06:31.355362 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toFloat32OrDefault'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT toFloat32OrDefault([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:31.397084 [ 92808 ] {8c023ea9-6765-4abe-9085-1db6b7445fee} executeQuery: Code: 42. DB::Exception: Number of arguments for function toFloat32OrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toFloat32OrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toFloat32OrNull([], [], []);) 2025.03.31 18:06:31.410342 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toFloat32OrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toFloat32OrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:31.446672 [ 92808 ] {e4591c61-681e-4b5b-9138-cb2853369a68} executeQuery: Code: 42. DB::Exception: Number of arguments for function toFloat32OrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toFloat32OrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toFloat32OrZero([], [], []);) 2025.03.31 18:06:31.460055 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toFloat32OrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toFloat32OrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:31.513117 [ 92808 ] {88a47734-0c15-4672-9c26-d6a008dd9a93} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toFloat64'. Expected 1 argument, got 3 arguments: In scope SELECT toFloat64([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toFloat64([], [], []);) 2025.03.31 18:06:31.523297 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toFloat64'. Expected 1 argument, got 3 arguments: In scope SELECT toFloat64([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:31.527831 [ 67401 ] {72eea850-069f-4eb7-9ee6-383f275dcf37} executeQuery: Code: 43. DB::Exception: Illegal type UInt8 of argument of function tryPunycodeDecode: In scope SELECT tryPunycodeDecode(1). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50562) (comment: 02932_punycode.sql) (in query: SELECT tryPunycodeDecode(1);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionStringToString, DB::NameTryPunycodeDecode, false>::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001b2dded0 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:06:31.538364 [ 67401 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type UInt8 of argument of function tryPunycodeDecode: In scope SELECT tryPunycodeDecode(1). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionStringToString, DB::NameTryPunycodeDecode, false>::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001b2dded0 5. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 6. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 7. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 8. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 9. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 17. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 20. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 22. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:06:31.559667 [ 92808 ] {8a97dd61-3182-48cc-9712-654c1821e761} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toFloat64OrDefault'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT toFloat64OrDefault([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toFloat64OrDefault([], [], []);) 2025.03.31 18:06:31.574516 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toFloat64OrDefault'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT toFloat64OrDefault([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:31.575649 [ 67401 ] {187715e9-6bb3-4f90-aae7-8c1837de8ced} executeQuery: Code: 42. DB::Exception: Number of arguments for function punycodeEncode doesn't match: passed 2, should be 1: In scope SELECT punycodeEncode('two', 'strings'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50562) (comment: 02932_punycode.sql) (in query: SELECT punycodeEncode('two', 'strings');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 18:06:31.585333 [ 67401 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function punycodeEncode doesn't match: passed 2, should be 1: In scope SELECT punycodeEncode('two', 'strings'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 18:06:31.615470 [ 92808 ] {038b5e37-a8c6-44d6-b36f-153a3b040e6b} executeQuery: Code: 42. DB::Exception: Number of arguments for function toFloat64OrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toFloat64OrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toFloat64OrNull([], [], []);) 2025.03.31 18:06:31.620378 [ 67401 ] {813d613f-9de9-496f-be6e-2916e578d717} executeQuery: Code: 42. DB::Exception: Number of arguments for function punycodeDecode doesn't match: passed 2, should be 1: In scope SELECT punycodeDecode('two', 'strings'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50562) (comment: 02932_punycode.sql) (in query: SELECT punycodeDecode('two', 'strings');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 18:06:31.631344 [ 67401 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function punycodeDecode doesn't match: passed 2, should be 1: In scope SELECT punycodeDecode('two', 'strings'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 18:06:31.633051 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toFloat64OrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toFloat64OrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:31.662760 [ 67401 ] {d7c7ac78-03ac-448f-81cd-61001114825d} executeQuery: Code: 42. DB::Exception: Number of arguments for function tryPunycodeDecode doesn't match: passed 2, should be 1: In scope SELECT tryPunycodeDecode('two', 'strings'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50562) (comment: 02932_punycode.sql) (in query: SELECT tryPunycodeDecode('two', 'strings');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 18:06:31.677591 [ 92808 ] {9b9699c9-1a31-4878-90ec-71d8c1b5c588} executeQuery: Code: 42. DB::Exception: Number of arguments for function toFloat64OrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toFloat64OrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toFloat64OrZero([], [], []);) 2025.03.31 18:06:31.679777 [ 67401 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tryPunycodeDecode doesn't match: passed 2, should be 1: In scope SELECT tryPunycodeDecode('two', 'strings'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 18:06:31.692532 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toFloat64OrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toFloat64OrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:31.731610 [ 92808 ] {098231f1-9f35-4117-b739-d9718dad425b} executeQuery: Code: 42. DB::Exception: Number of arguments for function toHour doesn't match: passed 3, should be 1 or 2: In scope SELECT toHour([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toHour([], [], []);) 2025.03.31 18:06:31.742337 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toHour doesn't match: passed 3, should be 1 or 2: In scope SELECT toHour([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:31.797165 [ 92808 ] {5cbde055-7947-4f9b-a620-831dd0aad3e3} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toIPv4'. Expected 1 argument, got 3 arguments: In scope SELECT toIPv4([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toIPv4([], [], []);) 2025.03.31 18:06:31.814777 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toIPv4'. Expected 1 argument, got 3 arguments: In scope SELECT toIPv4([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:31.852624 [ 92808 ] {c785a9b4-253b-4978-a254-478a3ead38c3} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toIPv4OrDefault'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT toIPv4OrDefault([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toIPv4OrDefault([], [], []);) 2025.03.31 18:06:31.867307 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toIPv4OrDefault'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT toIPv4OrDefault([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:31.904683 [ 92808 ] {54494e98-444b-4509-8664-fd2400cf48cb} executeQuery: Code: 42. DB::Exception: Number of arguments for function toIPv4OrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toIPv4OrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toIPv4OrNull([], [], []);) 2025.03.31 18:06:31.913808 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toIPv4OrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toIPv4OrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:31.927105 [ 91845 ] {8451a550-681e-4897-a671-64b5e84ec48b} executeQuery: Code: 472. DB::Exception: Setting 'index_granularity' is readonly for storage 'MergeTree'. (READONLY_SETTING) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44230) (comment: 00980_merge_alter_settings.sql) (in query: ALTER TABLE table_for_reset_setting RESET SETTING index_granularity;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3855: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003deac772 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:06:31.946036 [ 91845 ] {} TCPHandler: Code: 472. DB::Exception: Setting 'index_granularity' is readonly for storage 'MergeTree'. (READONLY_SETTING), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3855: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003deac772 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:06:31.951441 [ 92808 ] {d258cf68-47dd-4f50-8321-ad7b27c50328} executeQuery: Code: 42. DB::Exception: Number of arguments for function toIPv4OrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toIPv4OrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toIPv4OrZero([], [], []);) 2025.03.31 18:06:31.961317 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toIPv4OrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toIPv4OrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:31.998752 [ 92808 ] {25ce45a7-17e0-4972-8eff-5025646081ae} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toIPv6'. Expected 1 argument, got 3 arguments: In scope SELECT toIPv6([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toIPv6([], [], []);) 2025.03.31 18:06:32.008425 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toIPv6'. Expected 1 argument, got 3 arguments: In scope SELECT toIPv6([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:32.046573 [ 92808 ] {32f54884-9012-439b-9635-7d210868ba80} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toIPv6OrDefault'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT toIPv6OrDefault([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toIPv6OrDefault([], [], []);) 2025.03.31 18:06:32.061791 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toIPv6OrDefault'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT toIPv6OrDefault([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:32.111006 [ 92808 ] {82e11aef-e80b-4786-bf83-939c246521c7} executeQuery: Code: 42. DB::Exception: Number of arguments for function toIPv6OrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toIPv6OrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toIPv6OrNull([], [], []);) 2025.03.31 18:06:32.121281 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toIPv6OrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toIPv6OrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:32.155918 [ 92808 ] {78cb3a6a-f65d-4b47-bf4f-f533c9a81e49} executeQuery: Code: 42. DB::Exception: Number of arguments for function toIPv6OrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toIPv6OrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toIPv6OrZero([], [], []);) 2025.03.31 18:06:32.169992 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toIPv6OrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toIPv6OrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:32.172402 [ 92575 ] {15223237-78ce-448e-82b8-5cc5f675aa15} executeQuery: Code: 80. DB::Exception: Create table with statistics is now disabled. Turn on allow_experimental_statistics. (INCORRECT_QUERY) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: -- Error case: Can't create statistics when allow_experimental_statistics = 0 CREATE TABLE tab (col Float64 STATISTICS(tdigest)) Engine = MergeTree() ORDER BY tuple();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:743: DB::InterpreterCreateQuery::getColumnsDescription(DB::ASTExpressionList const&, std::shared_ptr, DB::LoadingStrictnessLevel, bool) @ 0x00000000377936ef 5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:814: DB::InterpreterCreateQuery::getTablePropertiesAndNormalizeCreateQuery(DB::ASTCreateQuery&, DB::LoadingStrictnessLevel) const @ 0x0000000037797465 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1668: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377bfcea 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:06:32.179850 [ 92575 ] {} TCPHandler: Code: 80. DB::Exception: Create table with statistics is now disabled. Turn on allow_experimental_statistics. (INCORRECT_QUERY), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:743: DB::InterpreterCreateQuery::getColumnsDescription(DB::ASTExpressionList const&, std::shared_ptr, DB::LoadingStrictnessLevel, bool) @ 0x00000000377936ef 5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:814: DB::InterpreterCreateQuery::getTablePropertiesAndNormalizeCreateQuery(DB::ASTCreateQuery&, DB::LoadingStrictnessLevel) const @ 0x0000000037797465 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1668: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377bfcea 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:06:32.209583 [ 92808 ] {dad62691-6347-4e0f-bd19-f26880faf6d5} executeQuery: Code: 42. DB::Exception: Number of arguments for function toISOWeek doesn't match: passed 3, should be 1 or 2: In scope SELECT toISOWeek([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toISOWeek([], [], []);) 2025.03.31 18:06:32.223388 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toISOWeek doesn't match: passed 3, should be 1 or 2: In scope SELECT toISOWeek([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:32.271039 [ 92808 ] {2d3aea28-dbcd-4c9d-b514-2ca49935a7d8} executeQuery: Code: 42. DB::Exception: Number of arguments for function toISOYear doesn't match: passed 3, should be 1 or 2: In scope SELECT toISOYear([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toISOYear([], [], []);) 2025.03.31 18:06:32.284905 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toISOYear doesn't match: passed 3, should be 1 or 2: In scope SELECT toISOYear([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:32.321150 [ 92808 ] {43a24065-050a-4dfe-9b09-2428e12fb84e} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toInt128'. Expected 1 argument, got 3 arguments: In scope SELECT toInt128([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toInt128([], [], []);) 2025.03.31 18:06:32.334654 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toInt128'. Expected 1 argument, got 3 arguments: In scope SELECT toInt128([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:32.371108 [ 92808 ] {85b2240e-59e9-49d8-97b3-23d5685cdf80} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toInt128OrDefault'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT toInt128OrDefault([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toInt128OrDefault([], [], []);) 2025.03.31 18:06:32.384831 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toInt128OrDefault'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT toInt128OrDefault([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:32.421756 [ 92808 ] {493d5fcc-6f4b-404c-9db0-cc9bbfbd89e9} executeQuery: Code: 42. DB::Exception: Number of arguments for function toInt128OrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toInt128OrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toInt128OrNull([], [], []);) 2025.03.31 18:06:32.437293 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toInt128OrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toInt128OrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:32.440511 [ 91845 ] {7128d77f-4739-417e-8232-1c2996e20357} executeQuery: Code: 36. DB::Exception: Cannot reset setting 'unknown_setting' because it doesn't exist for MergeTree engines family. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44230) (comment: 00980_merge_alter_settings.sql) (in query: -- don't execute alter with incorrect setting ALTER TABLE table_for_reset_setting RESET SETTING merge_with_ttl_timeout, unknown_setting;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3717: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003deac583 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:06:32.453585 [ 91845 ] {} TCPHandler: Code: 36. DB::Exception: Cannot reset setting 'unknown_setting' because it doesn't exist for MergeTree engines family. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3717: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003deac583 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:06:32.475679 [ 92808 ] {497a61e6-5f2a-43ec-b8d4-5a9d70025453} executeQuery: Code: 42. DB::Exception: Number of arguments for function toInt128OrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toInt128OrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toInt128OrZero([], [], []);) 2025.03.31 18:06:32.490410 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toInt128OrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toInt128OrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:32.523755 [ 67401 ] {cd429ddc-62e3-4be3-88d0-8189dc37a8d6} executeQuery: Code: 48. DB::Exception: Arguments of type FixedString are not allowed: In scope SELECT punycodeEncode(toFixedString('two', 3)). (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50562) (comment: 02932_punycode.sql) (in query: SELECT punycodeEncode(toFixedString('two', 3));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::PunycodeEncode::vectorFixed(DB::PODArray, 63ul, 64ul> const&, unsigned long, DB::PODArray, 63ul, 64ul>&, unsigned long) @ 0x000000001b2d7d8c 5. DB::FunctionStringToString::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b2d5b06 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:06:32.534510 [ 67401 ] {} TCPHandler: Code: 48. DB::Exception: Arguments of type FixedString are not allowed: In scope SELECT punycodeEncode(toFixedString('two', 3)). (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::PunycodeEncode::vectorFixed(DB::PODArray, 63ul, 64ul> const&, unsigned long, DB::PODArray, 63ul, 64ul>&, unsigned long) @ 0x000000001b2d7d8c 5. DB::FunctionStringToString::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b2d5b06 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:06:32.540461 [ 92808 ] {f74739d4-7f5a-44f0-b69f-711cf83ef6e3} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toInt16'. Expected 1 argument, got 3 arguments: In scope SELECT toInt16([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toInt16([], [], []);) 2025.03.31 18:06:32.554884 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toInt16'. Expected 1 argument, got 3 arguments: In scope SELECT toInt16([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:32.595381 [ 92808 ] {54330cfd-e156-44e3-9e98-8d58b87de650} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toInt16OrDefault'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT toInt16OrDefault([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toInt16OrDefault([], [], []);) 2025.03.31 18:06:32.612039 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toInt16OrDefault'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT toInt16OrDefault([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:32.650257 [ 92808 ] {f37d366c-1358-4871-8563-a3d6df0553f2} executeQuery: Code: 42. DB::Exception: Number of arguments for function toInt16OrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toInt16OrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toInt16OrNull([], [], []);) 2025.03.31 18:06:32.680249 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toInt16OrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toInt16OrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:32.757567 [ 92808 ] {4e7cde24-88df-4c63-8e7c-c09d952afb98} executeQuery: Code: 42. DB::Exception: Number of arguments for function toInt16OrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toInt16OrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toInt16OrZero([], [], []);) 2025.03.31 18:06:32.770323 [ 92575 ] {41e47f34-dd74-49b5-bd3c-efe123b10e4a} executeQuery: Code: 80. DB::Exception: Unknown statistics type: no_statistics_type. Supported statistics types are 'countmin', 'minmax', 'tdigest' and 'uniq'. (INCORRECT_QUERY) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: -- Error case: Unknown statistics types are rejected CREATE TABLE tab (col Float64 STATISTICS(no_statistics_type)) Engine = MergeTree() ORDER BY tuple();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Storages/StatisticsDescription.cpp:55: DB::stringToStatisticsType(String) @ 0x000000003c87ba38 5. ./build_docker/./src/Storages/StatisticsDescription.cpp:178: DB::ColumnStatisticsDescription::fromColumnDeclaration(DB::ASTColumnDeclaration const&, std::shared_ptr) @ 0x000000003c8808f5 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:745: DB::InterpreterCreateQuery::getColumnsDescription(DB::ASTExpressionList const&, std::shared_ptr, DB::LoadingStrictnessLevel, bool) @ 0x0000000037791daa 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:814: DB::InterpreterCreateQuery::getTablePropertiesAndNormalizeCreateQuery(DB::ASTCreateQuery&, DB::LoadingStrictnessLevel) const @ 0x0000000037797465 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1668: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377bfcea 9. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:06:32.778916 [ 92575 ] {} TCPHandler: Code: 80. DB::Exception: Unknown statistics type: no_statistics_type. Supported statistics types are 'countmin', 'minmax', 'tdigest' and 'uniq'. (INCORRECT_QUERY), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Storages/StatisticsDescription.cpp:55: DB::stringToStatisticsType(String) @ 0x000000003c87ba38 5. ./build_docker/./src/Storages/StatisticsDescription.cpp:178: DB::ColumnStatisticsDescription::fromColumnDeclaration(DB::ASTColumnDeclaration const&, std::shared_ptr) @ 0x000000003c8808f5 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:745: DB::InterpreterCreateQuery::getColumnsDescription(DB::ASTExpressionList const&, std::shared_ptr, DB::LoadingStrictnessLevel, bool) @ 0x0000000037791daa 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:814: DB::InterpreterCreateQuery::getTablePropertiesAndNormalizeCreateQuery(DB::ASTCreateQuery&, DB::LoadingStrictnessLevel) const @ 0x0000000037797465 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1668: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377bfcea 9. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:06:32.780912 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toInt16OrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toInt16OrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:32.834245 [ 92808 ] {768d0d92-fed5-43d4-8ae5-c9abba9a5833} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toInt256'. Expected 1 argument, got 3 arguments: In scope SELECT toInt256([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toInt256([], [], []);) 2025.03.31 18:06:32.849303 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toInt256'. Expected 1 argument, got 3 arguments: In scope SELECT toInt256([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:32.888783 [ 92808 ] {e1d3c8de-fead-4682-ae49-c7eb79ec94b2} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toInt256OrDefault'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT toInt256OrDefault([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toInt256OrDefault([], [], []);) 2025.03.31 18:06:32.900966 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toInt256OrDefault'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT toInt256OrDefault([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:32.937099 [ 92539 ] {813bb560-81d5-4903-aba2-7fdd1516d446} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 175: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50732) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (175, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:32.940622 [ 92808 ] {1c7e7673-ed2b-4d64-aeae-9ec842b32338} executeQuery: Code: 42. DB::Exception: Number of arguments for function toInt256OrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toInt256OrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toInt256OrNull([], [], []);) 2025.03.31 18:06:32.954738 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toInt256OrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toInt256OrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:32.963289 [ 92539 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 175: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:32.994238 [ 92808 ] {0cbca02f-52f0-4ad6-b578-83c623a50610} executeQuery: Code: 42. DB::Exception: Number of arguments for function toInt256OrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toInt256OrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toInt256OrZero([], [], []);) 2025.03.31 18:06:33.037861 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toInt256OrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toInt256OrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:33.087641 [ 92808 ] {4bb7dd37-ee19-422f-9faf-1a35890838b4} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toInt32'. Expected 1 argument, got 3 arguments: In scope SELECT toInt32([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toInt32([], [], []);) 2025.03.31 18:06:33.101013 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toInt32'. Expected 1 argument, got 3 arguments: In scope SELECT toInt32([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:33.139863 [ 92808 ] {d7c41795-8c34-4fb4-8c64-1a7b0fafad00} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toInt32OrDefault'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT toInt32OrDefault([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toInt32OrDefault([], [], []);) 2025.03.31 18:06:33.154643 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toInt32OrDefault'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT toInt32OrDefault([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:33.222362 [ 92808 ] {7029dfc4-8dba-4b3c-9b59-f9404919317c} executeQuery: Code: 42. DB::Exception: Number of arguments for function toInt32OrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toInt32OrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toInt32OrNull([], [], []);) 2025.03.31 18:06:33.249365 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toInt32OrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toInt32OrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:33.298849 [ 92808 ] {3f15c495-9d59-4169-9916-97ec4de2b8e3} executeQuery: Code: 42. DB::Exception: Number of arguments for function toInt32OrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toInt32OrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toInt32OrZero([], [], []);) 2025.03.31 18:06:33.314337 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toInt32OrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toInt32OrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:33.341319 [ 92575 ] {e2759e61-9a31-49fd-86a3-904cadd99cbb} executeQuery: Code: 80. DB::Exception: Column col already contains statistics type tdigest. (INCORRECT_QUERY) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: -- Error case: The same statistics type can't exist more than once on a column CREATE TABLE tab (col Float64 STATISTICS(tdigest, tdigest)) Engine = MergeTree() ORDER BY tuple();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String const&) @ 0x00000000088e42ad 4. ./build_docker/./src/Storages/StatisticsDescription.cpp:180: DB::ColumnStatisticsDescription::fromColumnDeclaration(DB::ASTColumnDeclaration const&, std::shared_ptr) @ 0x000000003c880fa0 5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:745: DB::InterpreterCreateQuery::getColumnsDescription(DB::ASTExpressionList const&, std::shared_ptr, DB::LoadingStrictnessLevel, bool) @ 0x0000000037791daa 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:814: DB::InterpreterCreateQuery::getTablePropertiesAndNormalizeCreateQuery(DB::ASTCreateQuery&, DB::LoadingStrictnessLevel) const @ 0x0000000037797465 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1668: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377bfcea 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:06:33.357930 [ 92575 ] {} TCPHandler: Code: 80. DB::Exception: Column col already contains statistics type tdigest. (INCORRECT_QUERY), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String const&) @ 0x00000000088e42ad 4. ./build_docker/./src/Storages/StatisticsDescription.cpp:180: DB::ColumnStatisticsDescription::fromColumnDeclaration(DB::ASTColumnDeclaration const&, std::shared_ptr) @ 0x000000003c880fa0 5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:745: DB::InterpreterCreateQuery::getColumnsDescription(DB::ASTExpressionList const&, std::shared_ptr, DB::LoadingStrictnessLevel, bool) @ 0x0000000037791daa 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:814: DB::InterpreterCreateQuery::getTablePropertiesAndNormalizeCreateQuery(DB::ASTCreateQuery&, DB::LoadingStrictnessLevel) const @ 0x0000000037797465 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1668: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377bfcea 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:06:33.362688 [ 92808 ] {11bdb29f-1276-42d7-8005-bbdd1b93f1e8} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toInt64'. Expected 1 argument, got 3 arguments: In scope SELECT toInt64([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toInt64([], [], []);) 2025.03.31 18:06:33.383032 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toInt64'. Expected 1 argument, got 3 arguments: In scope SELECT toInt64([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:33.398120 [ 67401 ] {702cee0c-7f54-4ae3-afe3-6f5616e37117} executeQuery: Code: 48. DB::Exception: Arguments of type FixedString are not allowed: In scope SELECT punycodeDecode(toFixedString('two', 3)). (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50562) (comment: 02932_punycode.sql) (in query: SELECT punycodeDecode(toFixedString('two', 3));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::PunycodeDecode<(DB::ErrorHandling)0>::vectorFixed(DB::PODArray, 63ul, 64ul> const&, unsigned long, DB::PODArray, 63ul, 64ul>&, unsigned long) @ 0x000000001b2db5ec 5. DB::FunctionStringToString, DB::NamePunycodeDecode, false>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b2d9366 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:06:33.408397 [ 67401 ] {} TCPHandler: Code: 48. DB::Exception: Arguments of type FixedString are not allowed: In scope SELECT punycodeDecode(toFixedString('two', 3)). (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::PunycodeDecode<(DB::ErrorHandling)0>::vectorFixed(DB::PODArray, 63ul, 64ul> const&, unsigned long, DB::PODArray, 63ul, 64ul>&, unsigned long) @ 0x000000001b2db5ec 5. DB::FunctionStringToString, DB::NamePunycodeDecode, false>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b2d9366 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:06:33.421469 [ 92808 ] {7d21000a-3cd0-41f8-9c5a-39741b02ff98} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toInt64OrDefault'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT toInt64OrDefault([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toInt64OrDefault([], [], []);) 2025.03.31 18:06:33.435169 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toInt64OrDefault'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT toInt64OrDefault([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:33.472805 [ 92808 ] {6e638cd0-9439-490a-901e-4fd6baebb6a6} executeQuery: Code: 42. DB::Exception: Number of arguments for function toInt64OrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toInt64OrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toInt64OrNull([], [], []);) 2025.03.31 18:06:33.488621 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toInt64OrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toInt64OrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:33.531326 [ 92808 ] {f1fca4c2-0111-4dae-804e-ccfd99791f05} executeQuery: Code: 42. DB::Exception: Number of arguments for function toInt64OrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toInt64OrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toInt64OrZero([], [], []);) 2025.03.31 18:06:33.544320 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toInt64OrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toInt64OrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:33.581065 [ 92808 ] {b8c93be2-af5a-4419-9a6a-88b64c0c3642} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toInt8'. Expected 1 argument, got 3 arguments: In scope SELECT toInt8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toInt8([], [], []);) 2025.03.31 18:06:33.594888 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toInt8'. Expected 1 argument, got 3 arguments: In scope SELECT toInt8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:33.637610 [ 92808 ] {2b7f15bf-63e6-487b-993f-411ce6bc126a} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toInt8OrDefault'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT toInt8OrDefault([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toInt8OrDefault([], [], []);) 2025.03.31 18:06:33.652324 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toInt8OrDefault'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT toInt8OrDefault([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:33.690929 [ 92808 ] {6868e845-5796-4a87-924d-a0e99158678b} executeQuery: Code: 42. DB::Exception: Number of arguments for function toInt8OrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toInt8OrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toInt8OrNull([], [], []);) 2025.03.31 18:06:33.705095 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toInt8OrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toInt8OrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:33.741424 [ 92808 ] {bec2a30b-0421-48da-b50a-626113f56c97} executeQuery: Code: 42. DB::Exception: Number of arguments for function toInt8OrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toInt8OrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toInt8OrZero([], [], []);) 2025.03.31 18:06:33.754687 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toInt8OrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toInt8OrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:33.791318 [ 92808 ] {01976886-01e2-4b88-b40b-db943eceac17} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toIntervalDay'. Expected 1 argument, got 3 arguments: In scope SELECT toIntervalDay([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toIntervalDay([], [], []);) 2025.03.31 18:06:33.804714 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toIntervalDay'. Expected 1 argument, got 3 arguments: In scope SELECT toIntervalDay([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:33.841780 [ 92808 ] {418a1c8b-cd92-40e0-a206-cb349ad1acfc} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toIntervalHour'. Expected 1 argument, got 3 arguments: In scope SELECT toIntervalHour([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toIntervalHour([], [], []);) 2025.03.31 18:06:33.855392 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toIntervalHour'. Expected 1 argument, got 3 arguments: In scope SELECT toIntervalHour([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:33.864812 [ 94658 ] {97d0962d-2916-4990-8034-bbb2578778d5} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 176, m = 1. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50762) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (176, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:33.892784 [ 92808 ] {1836a43d-8ec8-43bf-9516-c13d0aac0cc7} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toIntervalMicrosecond'. Expected 1 argument, got 3 arguments: In scope SELECT toIntervalMicrosecond([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toIntervalMicrosecond([], [], []);) 2025.03.31 18:06:33.893349 [ 94658 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 176, m = 1. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:33.906781 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toIntervalMicrosecond'. Expected 1 argument, got 3 arguments: In scope SELECT toIntervalMicrosecond([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:33.946995 [ 92808 ] {b34130f5-7aad-4181-894f-3861b52a67e8} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toIntervalMillisecond'. Expected 1 argument, got 3 arguments: In scope SELECT toIntervalMillisecond([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toIntervalMillisecond([], [], []);) 2025.03.31 18:06:33.960546 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toIntervalMillisecond'. Expected 1 argument, got 3 arguments: In scope SELECT toIntervalMillisecond([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:33.998628 [ 92808 ] {2765f523-5508-4bd5-b5c2-8a85462bb266} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toIntervalMinute'. Expected 1 argument, got 3 arguments: In scope SELECT toIntervalMinute([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toIntervalMinute([], [], []);) 2025.03.31 18:06:34.012299 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toIntervalMinute'. Expected 1 argument, got 3 arguments: In scope SELECT toIntervalMinute([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:34.056017 [ 92808 ] {228acce7-56a0-4464-9268-03a105ff008a} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toIntervalMonth'. Expected 1 argument, got 3 arguments: In scope SELECT toIntervalMonth([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toIntervalMonth([], [], []);) 2025.03.31 18:06:34.065792 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toIntervalMonth'. Expected 1 argument, got 3 arguments: In scope SELECT toIntervalMonth([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:34.117166 [ 92808 ] {a291517c-abe9-4b7d-8f59-eec43c95c6b7} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toIntervalNanosecond'. Expected 1 argument, got 3 arguments: In scope SELECT toIntervalNanosecond([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toIntervalNanosecond([], [], []);) 2025.03.31 18:06:34.134557 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toIntervalNanosecond'. Expected 1 argument, got 3 arguments: In scope SELECT toIntervalNanosecond([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:34.197334 [ 92808 ] {afa5c977-c1de-4134-8c3f-d668f74d938e} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toIntervalQuarter'. Expected 1 argument, got 3 arguments: In scope SELECT toIntervalQuarter([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toIntervalQuarter([], [], []);) 2025.03.31 18:06:34.222046 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toIntervalQuarter'. Expected 1 argument, got 3 arguments: In scope SELECT toIntervalQuarter([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:34.258303 [ 67401 ] {48f016cd-41b1-47c0-9076-6f9a1009f4c5} executeQuery: Code: 48. DB::Exception: Arguments of type FixedString are not allowed: In scope SELECT tryPunycodeDecode(toFixedString('two', 3)). (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50562) (comment: 02932_punycode.sql) (in query: SELECT tryPunycodeDecode(toFixedString('two', 3));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::PunycodeDecode<(DB::ErrorHandling)1>::vectorFixed(DB::PODArray, 63ul, 64ul> const&, unsigned long, DB::PODArray, 63ul, 64ul>&, unsigned long) @ 0x000000001b2df38c 5. DB::FunctionStringToString, DB::NameTryPunycodeDecode, false>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b2dd346 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:06:34.265863 [ 67401 ] {} TCPHandler: Code: 48. DB::Exception: Arguments of type FixedString are not allowed: In scope SELECT tryPunycodeDecode(toFixedString('two', 3)). (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. DB::PunycodeDecode<(DB::ErrorHandling)1>::vectorFixed(DB::PODArray, 63ul, 64ul> const&, unsigned long, DB::PODArray, 63ul, 64ul>&, unsigned long) @ 0x000000001b2df38c 5. DB::FunctionStringToString, DB::NameTryPunycodeDecode, false>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b2dd346 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:06:34.278599 [ 92808 ] {86ff665d-65d3-4175-a6c6-f9581edef70d} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toIntervalSecond'. Expected 1 argument, got 3 arguments: In scope SELECT toIntervalSecond([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toIntervalSecond([], [], []);) 2025.03.31 18:06:34.302868 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toIntervalSecond'. Expected 1 argument, got 3 arguments: In scope SELECT toIntervalSecond([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:34.339705 [ 92808 ] {a954fe33-9a55-4a18-bc0e-37165d562478} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toIntervalWeek'. Expected 1 argument, got 3 arguments: In scope SELECT toIntervalWeek([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toIntervalWeek([], [], []);) 2025.03.31 18:06:34.353070 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toIntervalWeek'. Expected 1 argument, got 3 arguments: In scope SELECT toIntervalWeek([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:34.389005 [ 92808 ] {bec0150e-1110-4ac6-a1bd-2e053f23cd8c} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toIntervalYear'. Expected 1 argument, got 3 arguments: In scope SELECT toIntervalYear([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toIntervalYear([], [], []);) 2025.03.31 18:06:34.404114 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toIntervalYear'. Expected 1 argument, got 3 arguments: In scope SELECT toIntervalYear([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:34.463862 [ 92808 ] {5f75cdae-5323-4034-a84f-c31a0337723e} executeQuery: Code: 42. DB::Exception: Number of arguments for function toJSONString doesn't match: passed 3, should be 1: In scope SELECT toJSONString([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toJSONString([], [], []);) 2025.03.31 18:06:34.480813 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toJSONString doesn't match: passed 3, should be 1: In scope SELECT toJSONString([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:34.523706 [ 92808 ] {ab9dc55e-bf12-4aa8-b880-635c814c65fa} executeQuery: Code: 42. DB::Exception: Number of arguments for function toLastDayOfMonth doesn't match: passed 3, should be 1 or 2: In scope SELECT toLastDayOfMonth([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toLastDayOfMonth([], [], []);) 2025.03.31 18:06:34.541040 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toLastDayOfMonth doesn't match: passed 3, should be 1 or 2: In scope SELECT toLastDayOfMonth([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:34.582356 [ 92808 ] {46a917d8-c3e7-4178-9464-1ebcfaab5d38} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toLastDayOfWeek. Must be Date, Date32, DateTime or DateTime64: In scope SELECT toLastDayOfWeek([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toLastDayOfWeek([], [], []);) 2025.03.31 18:06:34.607577 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toLastDayOfWeek. Must be Date, Date32, DateTime or DateTime64: In scope SELECT toLastDayOfWeek([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:34.644669 [ 92808 ] {caeb1b68-f349-4555-ad99-62c5d1b34c37} executeQuery: Code: 42. DB::Exception: Number of arguments for function toLowCardinality doesn't match: passed 3, should be 1: In scope SELECT toLowCardinality([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toLowCardinality([], [], []);) 2025.03.31 18:06:34.658679 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toLowCardinality doesn't match: passed 3, should be 1: In scope SELECT toLowCardinality([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:34.699199 [ 92808 ] {287eef91-bf52-460f-a688-60de4584a2f8} executeQuery: Code: 42. DB::Exception: Number of arguments for function toMillisecond doesn't match: passed 3, should be 1 or 2: In scope SELECT toMillisecond([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toMillisecond([], [], []);) 2025.03.31 18:06:34.711635 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toMillisecond doesn't match: passed 3, should be 1 or 2: In scope SELECT toMillisecond([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:34.746466 [ 92808 ] {d11d52bf-cca4-4287-ac3d-43e25d8c45f6} executeQuery: Code: 42. DB::Exception: Number of arguments for function toMinute doesn't match: passed 3, should be 1 or 2: In scope SELECT toMinute([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toMinute([], [], []);) 2025.03.31 18:06:34.759892 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toMinute doesn't match: passed 3, should be 1 or 2: In scope SELECT toMinute([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:34.797983 [ 92808 ] {e56fe063-d84f-438f-9364-bc3c69063473} executeQuery: Code: 42. DB::Exception: Number of arguments for function toModifiedJulianDay doesn't match: passed 3, should be 1: In scope SELECT toModifiedJulianDay([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toModifiedJulianDay([], [], []);) 2025.03.31 18:06:34.810908 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toModifiedJulianDay doesn't match: passed 3, should be 1: In scope SELECT toModifiedJulianDay([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:34.848150 [ 92808 ] {6ac25c7b-374a-47c6-a4d3-d2dce5376001} executeQuery: Code: 42. DB::Exception: Number of arguments for function toModifiedJulianDayOrNull doesn't match: passed 3, should be 1: In scope SELECT toModifiedJulianDayOrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toModifiedJulianDayOrNull([], [], []);) 2025.03.31 18:06:34.861537 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toModifiedJulianDayOrNull doesn't match: passed 3, should be 1: In scope SELECT toModifiedJulianDayOrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:34.895516 [ 92808 ] {728827ce-8e7e-428e-b8eb-e29761a8c0d3} executeQuery: Code: 42. DB::Exception: Number of arguments for function toMonday doesn't match: passed 3, should be 1 or 2: In scope SELECT toMonday([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toMonday([], [], []);) 2025.03.31 18:06:34.910548 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toMonday doesn't match: passed 3, should be 1 or 2: In scope SELECT toMonday([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:34.945001 [ 92808 ] {be54dc46-353e-4ef2-96ed-37345584f279} executeQuery: Code: 42. DB::Exception: Number of arguments for function toMonth doesn't match: passed 3, should be 1 or 2: In scope SELECT toMonth([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toMonth([], [], []);) 2025.03.31 18:06:34.955352 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toMonth doesn't match: passed 3, should be 1 or 2: In scope SELECT toMonth([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:34.994595 [ 92808 ] {ca82c87e-96e0-45db-a91e-2562bcf2f979} executeQuery: Code: 42. DB::Exception: Number of arguments for function toNullable doesn't match: passed 3, should be 1: In scope SELECT toNullable([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toNullable([], [], []);) 2025.03.31 18:06:35.007515 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toNullable doesn't match: passed 3, should be 1: In scope SELECT toNullable([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:35.045240 [ 92808 ] {9750a745-bc76-442a-a44c-8405e4700117} executeQuery: Code: 42. DB::Exception: Number of arguments for function toQuarter doesn't match: passed 3, should be 1 or 2: In scope SELECT toQuarter([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toQuarter([], [], []);) 2025.03.31 18:06:35.059020 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toQuarter doesn't match: passed 3, should be 1 or 2: In scope SELECT toQuarter([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:35.095599 [ 92808 ] {dda3af83-d15e-4700-9126-26d9e30d37c1} executeQuery: Code: 42. DB::Exception: Number of arguments for function toRelativeDayNum doesn't match: passed 3, should be 1 or 2: In scope SELECT toRelativeDayNum([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toRelativeDayNum([], [], []);) 2025.03.31 18:06:35.105932 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toRelativeDayNum doesn't match: passed 3, should be 1 or 2: In scope SELECT toRelativeDayNum([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:35.110764 [ 91597 ] {5f4649df-7237-4547-9449-6b704d059778} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -180, m = 2. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50788) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-180, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:35.134804 [ 91597 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -180, m = 2. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:35.150737 [ 92808 ] {f5ca5f47-a103-48db-8967-4483e4eaa7b3} executeQuery: Code: 42. DB::Exception: Number of arguments for function toRelativeHourNum doesn't match: passed 3, should be 1 or 2: In scope SELECT toRelativeHourNum([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toRelativeHourNum([], [], []);) 2025.03.31 18:06:35.161399 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toRelativeHourNum doesn't match: passed 3, should be 1 or 2: In scope SELECT toRelativeHourNum([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:35.194773 [ 92808 ] {9f440ea2-1b30-41b7-8d37-9753c9711477} executeQuery: Code: 42. DB::Exception: Number of arguments for function toRelativeMinuteNum doesn't match: passed 3, should be 1 or 2: In scope SELECT toRelativeMinuteNum([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toRelativeMinuteNum([], [], []);) 2025.03.31 18:06:35.206957 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toRelativeMinuteNum doesn't match: passed 3, should be 1 or 2: In scope SELECT toRelativeMinuteNum([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:35.241773 [ 92808 ] {d34140bb-5de4-4493-9e4d-ec1727ef59ca} executeQuery: Code: 42. DB::Exception: Number of arguments for function toRelativeMonthNum doesn't match: passed 3, should be 1 or 2: In scope SELECT toRelativeMonthNum([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toRelativeMonthNum([], [], []);) 2025.03.31 18:06:35.252461 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toRelativeMonthNum doesn't match: passed 3, should be 1 or 2: In scope SELECT toRelativeMonthNum([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:35.295091 [ 92808 ] {1f0e8c09-5120-4217-8427-9ee3345e261e} executeQuery: Code: 42. DB::Exception: Number of arguments for function toRelativeQuarterNum doesn't match: passed 3, should be 1 or 2: In scope SELECT toRelativeQuarterNum([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toRelativeQuarterNum([], [], []);) 2025.03.31 18:06:35.306518 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toRelativeQuarterNum doesn't match: passed 3, should be 1 or 2: In scope SELECT toRelativeQuarterNum([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:35.345870 [ 92808 ] {56c711ad-7656-43fa-adc4-f12dd8e6686a} executeQuery: Code: 42. DB::Exception: Number of arguments for function toRelativeSecondNum doesn't match: passed 3, should be 1 or 2: In scope SELECT toRelativeSecondNum([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toRelativeSecondNum([], [], []);) 2025.03.31 18:06:35.359335 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toRelativeSecondNum doesn't match: passed 3, should be 1 or 2: In scope SELECT toRelativeSecondNum([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:35.398187 [ 92808 ] {7a4e8275-3642-4c4d-9236-2da60a3d47c6} executeQuery: Code: 42. DB::Exception: Number of arguments for function toRelativeWeekNum doesn't match: passed 3, should be 1 or 2: In scope SELECT toRelativeWeekNum([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toRelativeWeekNum([], [], []);) 2025.03.31 18:06:35.411798 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toRelativeWeekNum doesn't match: passed 3, should be 1 or 2: In scope SELECT toRelativeWeekNum([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:35.453218 [ 92808 ] {064a03ff-28f6-44d7-93ea-74257882e026} executeQuery: Code: 42. DB::Exception: Number of arguments for function toRelativeYearNum doesn't match: passed 3, should be 1 or 2: In scope SELECT toRelativeYearNum([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toRelativeYearNum([], [], []);) 2025.03.31 18:06:35.465091 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toRelativeYearNum doesn't match: passed 3, should be 1 or 2: In scope SELECT toRelativeYearNum([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:35.505558 [ 92808 ] {83a92f45-5884-41e7-9259-a81663c4758b} executeQuery: Code: 42. DB::Exception: Number of arguments for function toSecond doesn't match: passed 3, should be 1 or 2: In scope SELECT toSecond([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toSecond([], [], []);) 2025.03.31 18:06:35.518288 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toSecond doesn't match: passed 3, should be 1 or 2: In scope SELECT toSecond([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:35.557969 [ 92808 ] {a75fd49c-4493-4b2e-8778-3b964ec82c59} executeQuery: Code: 42. DB::Exception: Number of arguments for function toStartOfDay doesn't match: passed 3, should be 1 or 2: In scope SELECT toStartOfDay([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toStartOfDay([], [], []);) 2025.03.31 18:06:35.572291 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toStartOfDay doesn't match: passed 3, should be 1 or 2: In scope SELECT toStartOfDay([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:35.611321 [ 92808 ] {2e40ad34-95a7-4e96-88ef-c3bccd56a716} executeQuery: Code: 42. DB::Exception: Number of arguments for function toStartOfFifteenMinutes doesn't match: passed 3, should be 1 or 2: In scope SELECT toStartOfFifteenMinutes([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toStartOfFifteenMinutes([], [], []);) 2025.03.31 18:06:35.623011 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toStartOfFifteenMinutes doesn't match: passed 3, should be 1 or 2: In scope SELECT toStartOfFifteenMinutes([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:35.658104 [ 92808 ] {8da5c86d-fd2f-4728-8ad7-a0e4275be7f5} executeQuery: Code: 42. DB::Exception: Number of arguments for function toStartOfFiveMinutes doesn't match: passed 3, should be 1 or 2: In scope SELECT toStartOfFiveMinute([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toStartOfFiveMinute([], [], []);) 2025.03.31 18:06:35.670012 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toStartOfFiveMinutes doesn't match: passed 3, should be 1 or 2: In scope SELECT toStartOfFiveMinute([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:35.704866 [ 92808 ] {c18ff168-c157-47e2-a93d-a55aae96a640} executeQuery: Code: 42. DB::Exception: Number of arguments for function toStartOfFiveMinutes doesn't match: passed 3, should be 1 or 2: In scope SELECT toStartOfFiveMinutes([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toStartOfFiveMinutes([], [], []);) 2025.03.31 18:06:35.714695 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toStartOfFiveMinutes doesn't match: passed 3, should be 1 or 2: In scope SELECT toStartOfFiveMinutes([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:35.753755 [ 92808 ] {ac6607b3-3e7b-4eab-9fcb-172c93b796a3} executeQuery: Code: 42. DB::Exception: Number of arguments for function toStartOfHour doesn't match: passed 3, should be 1 or 2: In scope SELECT toStartOfHour([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toStartOfHour([], [], []);) 2025.03.31 18:06:35.766915 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toStartOfHour doesn't match: passed 3, should be 1 or 2: In scope SELECT toStartOfHour([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:35.796728 [ 92808 ] {0e7fd65c-1003-4de5-998d-b3d2e2137601} executeQuery: Code: 42. DB::Exception: Number of arguments for function toStartOfISOYear doesn't match: passed 3, should be 1 or 2: In scope SELECT toStartOfISOYear([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toStartOfISOYear([], [], []);) 2025.03.31 18:06:35.806770 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toStartOfISOYear doesn't match: passed 3, should be 1 or 2: In scope SELECT toStartOfISOYear([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:35.840526 [ 92808 ] {eff9e24c-dc7f-4c5b-9356-a71957f0ec18} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of 1st argument of function toStartOfInterval, expected a Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfInterval([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toStartOfInterval([], [], []);) 2025.03.31 18:06:35.853248 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of 1st argument of function toStartOfInterval, expected a Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfInterval([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:35.889641 [ 92808 ] {28a26b3f-20f6-4470-8994-d1d74a5a695a} executeQuery: Code: 42. DB::Exception: Number of arguments for function toStartOfMicrosecond doesn't match: passed 3, should be 1 or 2: In scope SELECT toStartOfMicrosecond([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toStartOfMicrosecond([], [], []);) 2025.03.31 18:06:35.903304 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toStartOfMicrosecond doesn't match: passed 3, should be 1 or 2: In scope SELECT toStartOfMicrosecond([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:35.937649 [ 92808 ] {ea6ceda9-47c8-4f45-ae00-254d761db42c} executeQuery: Code: 42. DB::Exception: Number of arguments for function toStartOfMillisecond doesn't match: passed 3, should be 1 or 2: In scope SELECT toStartOfMillisecond([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toStartOfMillisecond([], [], []);) 2025.03.31 18:06:35.950001 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toStartOfMillisecond doesn't match: passed 3, should be 1 or 2: In scope SELECT toStartOfMillisecond([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:35.982336 [ 92808 ] {be3be43c-5cd7-4059-9893-9d14a00faed2} executeQuery: Code: 42. DB::Exception: Number of arguments for function toStartOfMinute doesn't match: passed 3, should be 1 or 2: In scope SELECT toStartOfMinute([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toStartOfMinute([], [], []);) 2025.03.31 18:06:35.992691 [ 92554 ] {3ccc8fcd-4e5c-4582-8613-464bf7481a73} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 362: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50830) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (181, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:35.993580 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toStartOfMinute doesn't match: passed 3, should be 1 or 2: In scope SELECT toStartOfMinute([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:36.012014 [ 92554 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 362: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:36.031881 [ 92808 ] {e367159e-4396-4c6b-b58a-259d52081a3a} executeQuery: Code: 42. DB::Exception: Number of arguments for function toStartOfMonth doesn't match: passed 3, should be 1 or 2: In scope SELECT toStartOfMonth([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toStartOfMonth([], [], []);) 2025.03.31 18:06:36.041999 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toStartOfMonth doesn't match: passed 3, should be 1 or 2: In scope SELECT toStartOfMonth([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:36.077533 [ 92808 ] {7733b44e-3955-4a66-9370-582caebcd3ac} executeQuery: Code: 42. DB::Exception: Number of arguments for function toStartOfNanosecond doesn't match: passed 3, should be 1 or 2: In scope SELECT toStartOfNanosecond([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toStartOfNanosecond([], [], []);) 2025.03.31 18:06:36.088496 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toStartOfNanosecond doesn't match: passed 3, should be 1 or 2: In scope SELECT toStartOfNanosecond([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:36.126236 [ 92808 ] {291249fc-a16e-4104-81cf-a65d4744b873} executeQuery: Code: 42. DB::Exception: Number of arguments for function toStartOfQuarter doesn't match: passed 3, should be 1 or 2: In scope SELECT toStartOfQuarter([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toStartOfQuarter([], [], []);) 2025.03.31 18:06:36.135499 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toStartOfQuarter doesn't match: passed 3, should be 1 or 2: In scope SELECT toStartOfQuarter([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:36.173409 [ 92808 ] {7367a1f9-0b9a-4cec-88b5-a0934d547620} executeQuery: Code: 42. DB::Exception: Number of arguments for function toStartOfSecond doesn't match: passed 3, should be 1 or 2: In scope SELECT toStartOfSecond([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toStartOfSecond([], [], []);) 2025.03.31 18:06:36.186529 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toStartOfSecond doesn't match: passed 3, should be 1 or 2: In scope SELECT toStartOfSecond([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:36.224155 [ 92808 ] {240bee6c-112d-4b28-a42f-a3ddfe8d8f39} executeQuery: Code: 42. DB::Exception: Number of arguments for function toStartOfTenMinutes doesn't match: passed 3, should be 1 or 2: In scope SELECT toStartOfTenMinutes([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toStartOfTenMinutes([], [], []);) 2025.03.31 18:06:36.238457 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toStartOfTenMinutes doesn't match: passed 3, should be 1 or 2: In scope SELECT toStartOfTenMinutes([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:36.281649 [ 92808 ] {50ea26de-cfc5-44b3-9de4-f94ba508e531} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toStartOfWeek. Must be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfWeek([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toStartOfWeek([], [], []);) 2025.03.31 18:06:36.294643 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toStartOfWeek. Must be Date, Date32, DateTime or DateTime64: In scope SELECT toStartOfWeek([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:36.335532 [ 92808 ] {f4825b08-95fe-441c-9133-e287e93c0b75} executeQuery: Code: 42. DB::Exception: Number of arguments for function toStartOfYear doesn't match: passed 3, should be 1 or 2: In scope SELECT toStartOfYear([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toStartOfYear([], [], []);) 2025.03.31 18:06:36.357416 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toStartOfYear doesn't match: passed 3, should be 1 or 2: In scope SELECT toStartOfYear([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:36.402804 [ 92808 ] {43844d4a-13b6-4b30-9963-4b5137d86f91} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toString'. Expected 1 argument, got 3 arguments: In scope SELECT toString([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toString([], [], []);) 2025.03.31 18:06:36.416498 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toString'. Expected 1 argument, got 3 arguments: In scope SELECT toString([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:36.453432 [ 92808 ] {c922b57f-6146-4248-9ebc-feb96ea6966a} executeQuery: Code: 42. DB::Exception: Number of arguments for function toStringCutToZero doesn't match: passed 3, should be 1: In scope SELECT toStringCutToZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toStringCutToZero([], [], []);) 2025.03.31 18:06:36.466512 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toStringCutToZero doesn't match: passed 3, should be 1: In scope SELECT toStringCutToZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:36.503550 [ 92808 ] {ee506dfc-94e8-4c77-a11e-39e0f116474d} executeQuery: Code: 42. DB::Exception: Number of arguments for function toTime doesn't match: passed 3, should be 1 or 2: In scope SELECT toTime([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toTime([], [], []);) 2025.03.31 18:06:36.518193 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toTime doesn't match: passed 3, should be 1 or 2: In scope SELECT toTime([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:36.552458 [ 92808 ] {5b89a938-0265-476b-b3cc-e9b9f95dec12} executeQuery: Code: 42. DB::Exception: Number of arguments for function toTimezone doesn't match: passed 3, should be 2: In scope SELECT toTimeZone([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toTimeZone([], [], []);) 2025.03.31 18:06:36.565079 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toTimezone doesn't match: passed 3, should be 2: In scope SELECT toTimeZone([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:36.615372 [ 92808 ] {8b9c332b-8be3-460b-a47f-e447eaa38d98} executeQuery: Code: 42. DB::Exception: Number of arguments for function toTimezone doesn't match: passed 3, should be 2: In scope SELECT toTimezone([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toTimezone([], [], []);) 2025.03.31 18:06:36.622855 [ 92575 ] {00b740da-565e-4445-bb2f-1cb51adcbcf4} executeQuery: Code: 708. DB::Exception: Statistics of type 'tdigest' do not support type String. (ILLEGAL_STATISTICS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: -- These types don't work: CREATE TABLE tab (col String STATISTICS(tdigest)) Engine = MergeTree() ORDER BY tuple();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsTDigest.cpp:61: DB::tdigestStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebd8aa6 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:06:36.628144 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toTimezone doesn't match: passed 3, should be 2: In scope SELECT toTimezone([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:36.633083 [ 92575 ] {} TCPHandler: Code: 708. DB::Exception: Statistics of type 'tdigest' do not support type String. (ILLEGAL_STATISTICS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsTDigest.cpp:61: DB::tdigestStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebd8aa6 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:06:36.666563 [ 92808 ] {5659cd34-7b92-4910-9ef2-7bf6bd09d401} executeQuery: Code: 42. DB::Exception: Number of arguments for function toTypeName doesn't match: passed 3, should be 1: In scope SELECT toTypeName([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toTypeName([], [], []);) 2025.03.31 18:06:36.679973 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toTypeName doesn't match: passed 3, should be 1: In scope SELECT toTypeName([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:36.701338 [ 92575 ] {9832a19a-32e2-4899-84f8-76e67a11bc2f} executeQuery: Code: 708. DB::Exception: Statistics of type 'tdigest' do not support type FixedString(1). (ILLEGAL_STATISTICS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: CREATE TABLE tab (col FixedString(1) STATISTICS(tdigest)) Engine = MergeTree() ORDER BY tuple();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsTDigest.cpp:61: DB::tdigestStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebd8aa6 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:06:36.709680 [ 92575 ] {} TCPHandler: Code: 708. DB::Exception: Statistics of type 'tdigest' do not support type FixedString(1). (ILLEGAL_STATISTICS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsTDigest.cpp:61: DB::tdigestStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebd8aa6 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:06:36.719088 [ 92808 ] {cc247a21-dee6-4602-a845-4fa50556d197} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toUInt128'. Expected 1 argument, got 3 arguments: In scope SELECT toUInt128([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toUInt128([], [], []);) 2025.03.31 18:06:36.732141 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toUInt128'. Expected 1 argument, got 3 arguments: In scope SELECT toUInt128([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:36.774795 [ 92575 ] {9e14bd9e-ca4e-4af7-8da8-acb84063e3aa} executeQuery: Code: 708. DB::Exception: Statistics of type 'tdigest' do not support type Array(Float64). (ILLEGAL_STATISTICS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: CREATE TABLE tab (col Array(Float64) STATISTICS(tdigest)) Engine = MergeTree() ORDER BY tuple();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsTDigest.cpp:61: DB::tdigestStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebd8aa6 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:06:36.779691 [ 92808 ] {cc677f2a-e5ac-4ecf-9d24-459e82e40ed4} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toUInt128OrDefault'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT toUInt128OrDefault([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toUInt128OrDefault([], [], []);) 2025.03.31 18:06:36.782700 [ 92575 ] {} TCPHandler: Code: 708. DB::Exception: Statistics of type 'tdigest' do not support type Array(Float64). (ILLEGAL_STATISTICS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsTDigest.cpp:61: DB::tdigestStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebd8aa6 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:06:36.792752 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toUInt128OrDefault'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT toUInt128OrDefault([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:36.824844 [ 92808 ] {db5c53c4-7639-46db-b27f-7814943ab806} executeQuery: Code: 42. DB::Exception: Number of arguments for function toUInt128OrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toUInt128OrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toUInt128OrNull([], [], []);) 2025.03.31 18:06:36.846179 [ 92575 ] {a73b917f-7198-4d55-b67d-3f5242cb097f} executeQuery: Code: 708. DB::Exception: Statistics of type 'tdigest' do not support type Tuple(Float64, Float64). (ILLEGAL_STATISTICS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: CREATE TABLE tab (col Tuple(Float64, Float64) STATISTICS(tdigest)) Engine = MergeTree() ORDER BY tuple();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsTDigest.cpp:61: DB::tdigestStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebd8aa6 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:06:36.849181 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toUInt128OrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toUInt128OrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:36.853286 [ 92575 ] {} TCPHandler: Code: 708. DB::Exception: Statistics of type 'tdigest' do not support type Tuple(Float64, Float64). (ILLEGAL_STATISTICS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsTDigest.cpp:61: DB::tdigestStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebd8aa6 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:06:36.888241 [ 92808 ] {29a89e90-7b73-48fc-a6f5-7a85d1ae4aad} executeQuery: Code: 42. DB::Exception: Number of arguments for function toUInt128OrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toUInt128OrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toUInt128OrZero([], [], []);) 2025.03.31 18:06:36.902037 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toUInt128OrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toUInt128OrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:36.920042 [ 92575 ] {7691211a-110a-47b2-be73-4c1de8350d96} executeQuery: Code: 708. DB::Exception: Statistics of type 'tdigest' do not support type Map(UInt64, UInt64). (ILLEGAL_STATISTICS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: CREATE TABLE tab (col Map(UInt64, UInt64) STATISTICS(tdigest)) Engine = MergeTree() ORDER BY tuple();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsTDigest.cpp:61: DB::tdigestStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebd8aa6 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:06:36.927668 [ 92575 ] {} TCPHandler: Code: 708. DB::Exception: Statistics of type 'tdigest' do not support type Map(UInt64, UInt64). (ILLEGAL_STATISTICS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsTDigest.cpp:61: DB::tdigestStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebd8aa6 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:06:36.939806 [ 92808 ] {4317aff1-b6b5-47ba-9ada-bb593653c234} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toUInt16'. Expected 1 argument, got 3 arguments: In scope SELECT toUInt16([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toUInt16([], [], []);) 2025.03.31 18:06:36.953120 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toUInt16'. Expected 1 argument, got 3 arguments: In scope SELECT toUInt16([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:36.993952 [ 92808 ] {564c4efb-9c62-41c4-b966-1d2247c873bb} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toUInt16OrDefault'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT toUInt16OrDefault([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toUInt16OrDefault([], [], []);) 2025.03.31 18:06:37.008718 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toUInt16OrDefault'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT toUInt16OrDefault([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:37.024143 [ 92575 ] {bc1a6e05-1de0-4bb7-a650-62ee2f685809} executeQuery: Code: 708. DB::Exception: Statistics of type 'tdigest' do not support type UUID. (ILLEGAL_STATISTICS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: CREATE TABLE tab (col UUID STATISTICS(tdigest)) Engine = MergeTree() ORDER BY tuple();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsTDigest.cpp:61: DB::tdigestStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebd8aa6 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:06:37.031382 [ 92575 ] {} TCPHandler: Code: 708. DB::Exception: Statistics of type 'tdigest' do not support type UUID. (ILLEGAL_STATISTICS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsTDigest.cpp:61: DB::tdigestStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebd8aa6 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:06:37.048168 [ 92808 ] {f18ac2b5-d0d5-42dd-b116-8a6ad7c1dfb3} executeQuery: Code: 42. DB::Exception: Number of arguments for function toUInt16OrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toUInt16OrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toUInt16OrNull([], [], []);) 2025.03.31 18:06:37.060924 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toUInt16OrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toUInt16OrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:37.109148 [ 92575 ] {56a97ff6-1b9f-4426-bc42-053b4aff5027} executeQuery: Code: 708. DB::Exception: Statistics of type 'tdigest' do not support type IPv6. (ILLEGAL_STATISTICS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: CREATE TABLE tab (col IPv6 STATISTICS(tdigest)) Engine = MergeTree() ORDER BY tuple();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsTDigest.cpp:61: DB::tdigestStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebd8aa6 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:06:37.119673 [ 92808 ] {5f2c6451-ba64-441f-8056-a08fe3a0adfd} executeQuery: Code: 42. DB::Exception: Number of arguments for function toUInt16OrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toUInt16OrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toUInt16OrZero([], [], []);) 2025.03.31 18:06:37.122596 [ 92575 ] {} TCPHandler: Code: 708. DB::Exception: Statistics of type 'tdigest' do not support type IPv6. (ILLEGAL_STATISTICS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsTDigest.cpp:61: DB::tdigestStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebd8aa6 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:06:37.133776 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toUInt16OrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toUInt16OrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:37.171340 [ 92808 ] {e6db1770-6b83-4d69-baa6-98dba60a5249} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toUInt256'. Expected 1 argument, got 3 arguments: In scope SELECT toUInt256([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toUInt256([], [], []);) 2025.03.31 18:06:37.182842 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toUInt256'. Expected 1 argument, got 3 arguments: In scope SELECT toUInt256([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:37.224714 [ 92808 ] {2890f451-1f7e-4d94-9ee0-ef15675d8db2} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toUInt256OrDefault'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT toUInt256OrDefault([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toUInt256OrDefault([], [], []);) 2025.03.31 18:06:37.234235 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toUInt256OrDefault'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT toUInt256OrDefault([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:37.268531 [ 92808 ] {de5a4b21-1bbb-42b5-b15f-89e44ea130a7} executeQuery: Code: 42. DB::Exception: Number of arguments for function toUInt256OrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toUInt256OrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toUInt256OrNull([], [], []);) 2025.03.31 18:06:37.297010 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toUInt256OrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toUInt256OrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:37.378908 [ 92808 ] {aecfad2c-52c2-4c3f-91b9-0674171dbd28} executeQuery: Code: 42. DB::Exception: Number of arguments for function toUInt256OrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toUInt256OrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toUInt256OrZero([], [], []);) 2025.03.31 18:06:37.388491 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toUInt256OrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toUInt256OrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:37.425241 [ 92808 ] {ac5a4363-89b2-4582-949a-ba4991c15c23} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toUInt32'. Expected 1 argument, got 3 arguments: In scope SELECT toUInt32([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toUInt32([], [], []);) 2025.03.31 18:06:37.444117 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toUInt32'. Expected 1 argument, got 3 arguments: In scope SELECT toUInt32([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:37.494974 [ 92808 ] {408f56df-5454-463e-95d5-cb11410ffc7e} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toUInt32OrDefault'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT toUInt32OrDefault([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toUInt32OrDefault([], [], []);) 2025.03.31 18:06:37.525677 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toUInt32OrDefault'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT toUInt32OrDefault([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:37.592676 [ 92808 ] {4161dcd3-5949-42b9-b35a-7b066bffad14} executeQuery: Code: 42. DB::Exception: Number of arguments for function toUInt32OrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toUInt32OrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toUInt32OrNull([], [], []);) 2025.03.31 18:06:37.614686 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toUInt32OrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toUInt32OrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:37.656446 [ 92808 ] {90778040-fab9-4cdb-afc8-c18e131a7e7b} executeQuery: Code: 42. DB::Exception: Number of arguments for function toUInt32OrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toUInt32OrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toUInt32OrZero([], [], []);) 2025.03.31 18:06:37.671967 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toUInt32OrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toUInt32OrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:37.706867 [ 92808 ] {d412fc6c-367a-4430-af19-f277006b1bf9} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toUInt64'. Expected 1 argument, got 3 arguments: In scope SELECT toUInt64([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toUInt64([], [], []);) 2025.03.31 18:06:37.719442 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toUInt64'. Expected 1 argument, got 3 arguments: In scope SELECT toUInt64([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:37.764118 [ 92808 ] {71a35abf-b95a-4f49-a17c-ddd1fcd7b544} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toUInt64OrDefault'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT toUInt64OrDefault([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toUInt64OrDefault([], [], []);) 2025.03.31 18:06:37.777315 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toUInt64OrDefault'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT toUInt64OrDefault([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:37.833747 [ 92808 ] {d41a212b-4f76-42e0-8f25-e687f307c5e2} executeQuery: Code: 42. DB::Exception: Number of arguments for function toUInt64OrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toUInt64OrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toUInt64OrNull([], [], []);) 2025.03.31 18:06:37.853918 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toUInt64OrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toUInt64OrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:37.897750 [ 92808 ] {02010898-6db0-4551-b1c5-f3f811208c0d} executeQuery: Code: 42. DB::Exception: Number of arguments for function toUInt64OrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toUInt64OrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toUInt64OrZero([], [], []);) 2025.03.31 18:06:37.910067 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toUInt64OrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toUInt64OrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:37.945742 [ 92808 ] {089f12b3-5773-4e5b-89bf-795470d8b260} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toUInt8'. Expected 1 argument, got 3 arguments: In scope SELECT toUInt8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toUInt8([], [], []);) 2025.03.31 18:06:37.964569 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toUInt8'. Expected 1 argument, got 3 arguments: In scope SELECT toUInt8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:38.002285 [ 92808 ] {b38e5664-3a60-4e33-9c94-facc8aa4ae71} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toUInt8OrDefault'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT toUInt8OrDefault([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toUInt8OrDefault([], [], []);) 2025.03.31 18:06:38.015384 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toUInt8OrDefault'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT toUInt8OrDefault([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:38.058399 [ 92808 ] {7983f05c-a9dd-411f-8122-cfaad1c7d865} executeQuery: Code: 42. DB::Exception: Number of arguments for function toUInt8OrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toUInt8OrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toUInt8OrNull([], [], []);) 2025.03.31 18:06:38.087521 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toUInt8OrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toUInt8OrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:38.125881 [ 92808 ] {14189699-bff9-424b-a367-ddd34f8681cf} executeQuery: Code: 42. DB::Exception: Number of arguments for function toUInt8OrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toUInt8OrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toUInt8OrZero([], [], []);) 2025.03.31 18:06:38.137730 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toUInt8OrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toUInt8OrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:38.187242 [ 92808 ] {5de3f813-2f3a-492c-afb7-bc375f46ce97} executeQuery: Code: 42. DB::Exception: Number of arguments for function toUTCTimestamp doesn't match: passed 3, should be 2: In scope SELECT toUTCTimestamp([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toUTCTimestamp([], [], []);) 2025.03.31 18:06:38.201037 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toUTCTimestamp doesn't match: passed 3, should be 2: In scope SELECT toUTCTimestamp([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:38.239551 [ 92808 ] {4ecc7806-0351-4aa3-9cd9-200891e7df39} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toUUID'. Expected 1 argument, got 3 arguments: In scope SELECT toUUID([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toUUID([], [], []);) 2025.03.31 18:06:38.252175 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toUUID'. Expected 1 argument, got 3 arguments: In scope SELECT toUUID([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:38.297964 [ 92808 ] {a1723e8f-6d53-467e-add6-da6e468839ed} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toUUIDOrDefault'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT toUUIDOrDefault([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toUUIDOrDefault([], [], []);) 2025.03.31 18:06:38.311211 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toUUIDOrDefault'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT toUUIDOrDefault([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:38.345554 [ 92808 ] {258176c0-2a20-4c7a-b15f-e541a0a81ac5} executeQuery: Code: 42. DB::Exception: Number of arguments for function toUUIDOrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toUUIDOrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toUUIDOrNull([], [], []);) 2025.03.31 18:06:38.351603 [ 67401 ] {e5de7992-35c1-4d43-9a20-604ff1e2121e} executeQuery: Code: 36. DB::Exception: 'no punycode' is not a valid Punycode-encoded string: In scope SELECT punycodeDecode('no punycode'). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50562) (comment: 02932_punycode.sql) (in query: SELECT punycodeDecode('no punycode');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&>(int, FormatStringHelperImpl> const&>::type>, std::basic_string_view> const&) @ 0x000000001b2db72a 4. DB::PunycodeDecode<(DB::ErrorHandling)0>::vector(DB::PODArray, 63ul, 64ul> const&, DB::PODArray, 63ul, 64ul> const&, DB::PODArray, 63ul, 64ul>&, DB::PODArray, 63ul, 64ul>&, unsigned long) @ 0x000000001b2db15a 5. DB::FunctionStringToString, DB::NamePunycodeDecode, false>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b2d8fd9 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:06:38.358116 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toUUIDOrNull doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toUUIDOrNull([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:38.369166 [ 67401 ] {} TCPHandler: Code: 36. DB::Exception: 'no punycode' is not a valid Punycode-encoded string: In scope SELECT punycodeDecode('no punycode'). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&>(int, FormatStringHelperImpl> const&>::type>, std::basic_string_view> const&) @ 0x000000001b2db72a 4. DB::PunycodeDecode<(DB::ErrorHandling)0>::vector(DB::PODArray, 63ul, 64ul> const&, DB::PODArray, 63ul, 64ul> const&, DB::PODArray, 63ul, 64ul>&, DB::PODArray, 63ul, 64ul>&, unsigned long) @ 0x000000001b2db15a 5. DB::FunctionStringToString, DB::NamePunycodeDecode, false>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b2d8fd9 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:06:38.396303 [ 92808 ] {22b58e83-0460-40fe-8026-587819d42152} executeQuery: Code: 42. DB::Exception: Number of arguments for function toUUIDOrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toUUIDOrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toUUIDOrZero([], [], []);) 2025.03.31 18:06:38.408648 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toUUIDOrZero doesn't match: passed 3, should be 1 or 2. Second argument only make sense for DateTime (time zone, optional) and Decimal (scale).: In scope SELECT toUUIDOrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:38.460247 [ 92808 ] {8da3b3ae-6cf9-4fd5-afe6-eccd6050654a} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toUnixTimestamp'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT toUnixTimestamp([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toUnixTimestamp([], [], []);) 2025.03.31 18:06:38.473078 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'toUnixTimestamp'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT toUnixTimestamp([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:38.511900 [ 92808 ] {f2066be8-2c90-443d-b12e-bcc1eb3b955b} executeQuery: Code: 42. DB::Exception: Number of arguments for function toUnixTimestamp64Micro doesn't match: passed 3, should be 1: In scope SELECT toUnixTimestamp64Micro([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toUnixTimestamp64Micro([], [], []);) 2025.03.31 18:06:38.521395 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toUnixTimestamp64Micro doesn't match: passed 3, should be 1: In scope SELECT toUnixTimestamp64Micro([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:38.554646 [ 92808 ] {f08ec913-d289-4209-b1b5-d4279f1e31bd} executeQuery: Code: 42. DB::Exception: Number of arguments for function toUnixTimestamp64Milli doesn't match: passed 3, should be 1: In scope SELECT toUnixTimestamp64Milli([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toUnixTimestamp64Milli([], [], []);) 2025.03.31 18:06:38.568986 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toUnixTimestamp64Milli doesn't match: passed 3, should be 1: In scope SELECT toUnixTimestamp64Milli([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:38.600221 [ 92808 ] {7ba19949-5ebe-4f33-a426-afb7192f650d} executeQuery: Code: 42. DB::Exception: Number of arguments for function toUnixTimestamp64Nano doesn't match: passed 3, should be 1: In scope SELECT toUnixTimestamp64Nano([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toUnixTimestamp64Nano([], [], []);) 2025.03.31 18:06:38.615518 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toUnixTimestamp64Nano doesn't match: passed 3, should be 1: In scope SELECT toUnixTimestamp64Nano([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:38.664048 [ 92808 ] {1501788d-c3ff-424b-987c-e04eb978e2db} executeQuery: Code: 42. DB::Exception: Number of arguments for function toUnixTimestamp64Second doesn't match: passed 3, should be 1: In scope SELECT toUnixTimestamp64Second([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toUnixTimestamp64Second([], [], []);) 2025.03.31 18:06:38.676522 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toUnixTimestamp64Second doesn't match: passed 3, should be 1: In scope SELECT toUnixTimestamp64Second([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:38.724130 [ 92808 ] {2ac3aaf1-b1ff-4097-aca2-37d2e78d4a19} executeQuery: Code: 42. DB::Exception: Number of arguments for function toValidUTF8 doesn't match: passed 3, should be 1: In scope SELECT toValidUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toValidUTF8([], [], []);) 2025.03.31 18:06:38.739136 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toValidUTF8 doesn't match: passed 3, should be 1: In scope SELECT toValidUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:38.800627 [ 92808 ] {98e580a8-8fd0-4c36-bcda-7dad5f58da6e} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toWeek. Must be Date, Date32, DateTime or DateTime64: In scope SELECT toWeek([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toWeek([], [], []);) 2025.03.31 18:06:38.812980 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toWeek. Must be Date, Date32, DateTime or DateTime64: In scope SELECT toWeek([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:38.848219 [ 92808 ] {1508cf94-e7ba-42b0-b753-ebdc12af7c53} executeQuery: Code: 42. DB::Exception: Number of arguments for function toYYYYMM doesn't match: passed 3, should be 1 or 2: In scope SELECT toYYYYMM([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toYYYYMM([], [], []);) 2025.03.31 18:06:38.860429 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toYYYYMM doesn't match: passed 3, should be 1 or 2: In scope SELECT toYYYYMM([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:38.872877 [ 71980 ] {} InterserverIOHTTPHandler: Code: 221. DB::Exception: No interserver IO endpoint named DataPartsExchange:/clickhouse/tables/01-01/visits/replicas/some.server.com. (NO_SUCH_INTERSERVER_IO_ENDPOINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./src/Interpreters/InterserverIOHandler.h:72: DB::InterserverIOHandler::getEndpoint(String const&) const @ 0x000000003f2ced28 5. ./build_docker/./src/Server/InterserverIOHTTPHandler.cpp:65: DB::InterserverIOHTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTTPServerResponse&, std::shared_ptr) @ 0x000000003f2c8a2a 6. ./build_docker/./src/Server/InterserverIOHTTPHandler.cpp:100: DB::InterserverIOHTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f2ca7ab 7. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 8. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 9. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 10. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 11. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 12. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 13. ? @ 0x00007fc708d31ac3 14. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:06:38.896850 [ 92808 ] {b77d7a91-a417-4fd8-9038-fc430366a242} executeQuery: Code: 42. DB::Exception: Number of arguments for function toYYYYMMDD doesn't match: passed 3, should be 1 or 2: In scope SELECT toYYYYMMDD([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toYYYYMMDD([], [], []);) 2025.03.31 18:06:38.913509 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toYYYYMMDD doesn't match: passed 3, should be 1 or 2: In scope SELECT toYYYYMMDD([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:38.954474 [ 92808 ] {f1f51a85-7e3e-47cf-b81a-42f9e73c5501} executeQuery: Code: 42. DB::Exception: Number of arguments for function toYYYYMMDDhhmmss doesn't match: passed 3, should be 1 or 2: In scope SELECT toYYYYMMDDhhmmss([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toYYYYMMDDhhmmss([], [], []);) 2025.03.31 18:06:38.966922 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toYYYYMMDDhhmmss doesn't match: passed 3, should be 1 or 2: In scope SELECT toYYYYMMDDhhmmss([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:39.003263 [ 92808 ] {76988827-80aa-4a9f-859d-aab9e72415ae} executeQuery: Code: 42. DB::Exception: Number of arguments for function toYear doesn't match: passed 3, should be 1 or 2: In scope SELECT toYear([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toYear([], [], []);) 2025.03.31 18:06:39.014858 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toYear doesn't match: passed 3, should be 1 or 2: In scope SELECT toYear([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:39.022281 [ 91509 ] {2af49a04-6031-48c4-bfba-8ad94339fd62} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -179, m = 1. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:58472) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-179, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:39.051500 [ 92808 ] {c42f36f4-f8dc-4bc2-a7b2-50c575357a42} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toYearWeek. Must be Date, Date32, DateTime or DateTime64: In scope SELECT toYearWeek([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT toYearWeek([], [], []);) 2025.03.31 18:06:39.054650 [ 91509 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -179, m = 1. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:39.065066 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toYearWeek. Must be Date, Date32, DateTime or DateTime64: In scope SELECT toYearWeek([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:39.102050 [ 92808 ] {f70f3bba-eb09-4430-96c7-99c7772b6ddc} executeQuery: Code: 42. DB::Exception: Number of arguments for function toUTCTimestamp doesn't match: passed 3, should be 2: In scope SELECT to_utc_timestamp([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT to_utc_timestamp([], [], []);) 2025.03.31 18:06:39.114936 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function toUTCTimestamp doesn't match: passed 3, should be 2: In scope SELECT to_utc_timestamp([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:39.152253 [ 92808 ] {3aa9105e-c093-4c27-a8b8-975d2c34558d} executeQuery: Code: 42. DB::Exception: Number of arguments for function today doesn't match: passed 3, should be 0: In scope SELECT today([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT today([], [], []);) 2025.03.31 18:06:39.167555 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function today doesn't match: passed 3, should be 0: In scope SELECT today([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:39.205384 [ 92808 ] {59402a3a-1126-42a6-aca3-ff6437ce2e81} executeQuery: Code: 42. DB::Exception: Number of arguments for function tokens doesn't match: passed 3, should be 1: In scope SELECT tokens([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT tokens([], [], []);) 2025.03.31 18:06:39.218925 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tokens doesn't match: passed 3, should be 1: In scope SELECT tokens([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:39.256784 [ 92808 ] {c3477b5b-7f7d-4847-8b47-e09d4a9b76a3} executeQuery: Code: 42. DB::Exception: Aggregate function topK requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT topK([], [], []);) 2025.03.31 18:06:39.268836 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function topK requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:39.306375 [ 92808 ] {1fad2bb2-cc0c-4244-9d70-4ef7904d1b00} executeQuery: Code: 42. DB::Exception: Aggregate function topKWeighted requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT topKWeighted([], [], []);) 2025.03.31 18:06:39.318583 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function topKWeighted requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:39.361678 [ 92808 ] {ba688a25-a337-4679-8b1d-0e7f3a9cb4ff} executeQuery: Code: 42. DB::Exception: Number of arguments for function topLevelDomain doesn't match: passed 3, should be 1: In scope SELECT topLevelDomain([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT topLevelDomain([], [], []);) 2025.03.31 18:06:39.379352 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function topLevelDomain doesn't match: passed 3, should be 1: In scope SELECT topLevelDomain([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:39.417608 [ 92808 ] {75fdb435-80ea-45d5-92b6-88ce09af7979} executeQuery: Code: 42. DB::Exception: Number of arguments for function topLevelDomainRFC doesn't match: passed 3, should be 1: In scope SELECT topLevelDomainRFC([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT topLevelDomainRFC([], [], []);) 2025.03.31 18:06:39.427121 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function topLevelDomainRFC doesn't match: passed 3, should be 1: In scope SELECT topLevelDomainRFC([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:39.467334 [ 92808 ] {b56b6f89-88ae-42ef-9dac-c5ef5da4f8a1} executeQuery: Code: 42. DB::Exception: Number of arguments for function transactionID doesn't match: passed 3, should be 0: In scope SELECT transactionID([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT transactionID([], [], []);) 2025.03.31 18:06:39.479048 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function transactionID doesn't match: passed 3, should be 0: In scope SELECT transactionID([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:39.519762 [ 92808 ] {eb3fcd58-967b-4c59-b8fb-32f51ca99041} executeQuery: Code: 42. DB::Exception: Number of arguments for function transactionLatestSnapshot doesn't match: passed 3, should be 0: In scope SELECT transactionLatestSnapshot([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT transactionLatestSnapshot([], [], []);) 2025.03.31 18:06:39.531131 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function transactionLatestSnapshot doesn't match: passed 3, should be 0: In scope SELECT transactionLatestSnapshot([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:39.566477 [ 92808 ] {92eb884a-dd09-456a-b6e3-8c3037ee71d1} executeQuery: Code: 42. DB::Exception: Number of arguments for function transactionOldestSnapshot doesn't match: passed 3, should be 0: In scope SELECT transactionOldestSnapshot([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT transactionOldestSnapshot([], [], []);) 2025.03.31 18:06:39.578558 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function transactionOldestSnapshot doesn't match: passed 3, should be 0: In scope SELECT transactionOldestSnapshot([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:39.617070 [ 92808 ] {85c2b815-f358-4d22-a137-80dc987806cd} executeQuery: Code: 36. DB::Exception: Unexpected type Array(Nothing) in function 'transform': In scope SELECT transform([], [], []). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT transform([], [], []);) 2025.03.31 18:06:39.630554 [ 92808 ] {} TCPHandler: Code: 36. DB::Exception: Unexpected type Array(Nothing) in function 'transform': In scope SELECT transform([], [], []). (BAD_ARGUMENTS) 2025.03.31 18:06:39.679500 [ 92808 ] {e0ef78e1-f3c5-464a-b450-be47397b5824} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function translate: In scope SELECT translate([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT translate([], [], []);) 2025.03.31 18:06:39.692444 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function translate: In scope SELECT translate([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:39.731593 [ 92808 ] {568a0a35-974d-4d3b-a684-f61920d7d48d} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function translateUTF8: In scope SELECT translateUTF8([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT translateUTF8([], [], []);) 2025.03.31 18:06:39.745908 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function translateUTF8: In scope SELECT translateUTF8([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:39.784117 [ 92808 ] {8f10321d-32e7-4b4a-a17a-1535f85e14fb} executeQuery: Code: 42. DB::Exception: Number of arguments for function trimBoth doesn't match: passed 3, should be 1: In scope SELECT trimBoth([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT trimBoth([], [], []);) 2025.03.31 18:06:39.802245 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function trimBoth doesn't match: passed 3, should be 1: In scope SELECT trimBoth([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:39.835589 [ 92808 ] {81a77af7-89df-4c10-a1d6-4a0950c1e485} executeQuery: Code: 42. DB::Exception: Number of arguments for function trimLeft doesn't match: passed 3, should be 1: In scope SELECT trimLeft([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT trimLeft([], [], []);) 2025.03.31 18:06:39.847868 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function trimLeft doesn't match: passed 3, should be 1: In scope SELECT trimLeft([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:39.891136 [ 92808 ] {3e7a193a-1647-4a1c-bfa2-f5bb8474a22f} executeQuery: Code: 42. DB::Exception: Number of arguments for function trimRight doesn't match: passed 3, should be 1: In scope SELECT trimRight([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT trimRight([], [], []);) 2025.03.31 18:06:39.904255 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function trimRight doesn't match: passed 3, should be 1: In scope SELECT trimRight([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:39.941755 [ 92808 ] {c6bdb714-e0f9-43d5-a2ad-91abd722fe0e} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'trunc'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT trunc([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT trunc([], [], []);) 2025.03.31 18:06:39.954063 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'trunc'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT trunc([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:39.995769 [ 92808 ] {7a538864-e881-4570-ba62-00a88d1a1cfe} executeQuery: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'trunc'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT truncate([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT truncate([], [], []);) 2025.03.31 18:06:40.007714 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: An incorrect number of arguments was specified for function 'trunc'. Expected 1 mandatory argument and 1 optional argument, got 3 arguments: In scope SELECT truncate([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:40.053893 [ 92808 ] {4f7579e3-4817-43f6-9736-b103c4842cd7} executeQuery: Code: 42. DB::Exception: Number of arguments for function tryBase58Decode doesn't match: passed 3, should be 1: In scope SELECT tryBase58Decode([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT tryBase58Decode([], [], []);) 2025.03.31 18:06:40.066920 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tryBase58Decode doesn't match: passed 3, should be 1: In scope SELECT tryBase58Decode([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:40.102881 [ 92808 ] {fa6dc9f2-5d26-4e9e-b41d-133b5a8ed553} executeQuery: Code: 42. DB::Exception: Number of arguments for function tryBase64Decode doesn't match: passed 3, should be 1: In scope SELECT tryBase64Decode([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT tryBase64Decode([], [], []);) 2025.03.31 18:06:40.111154 [ 67401 ] {6d40abb9-80a1-4948-98b9-39fca000e10a} executeQuery: Code: 36. DB::Exception: 'Also no punycode' is not a valid Punycode-encoded string: while executing 'FUNCTION punycodeDecode(__table1.puny : 1) -> punycodeDecode(__table1.puny) String : 0'. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50562) (comment: 02932_punycode.sql) (in query: SELECT puny, punycodeDecode(puny) AS original FROM tab;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&>(int, FormatStringHelperImpl> const&>::type>, std::basic_string_view> const&) @ 0x000000001b2db72a 4. DB::PunycodeDecode<(DB::ErrorHandling)0>::vector(DB::PODArray, 63ul, 64ul> const&, DB::PODArray, 63ul, 64ul> const&, DB::PODArray, 63ul, 64ul>&, DB::PODArray, 63ul, 64ul>&, unsigned long) @ 0x000000001b2db15a 5. DB::FunctionStringToString, DB::NamePunycodeDecode, false>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b2d8fd9 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 11. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 12. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 13. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 18. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:06:40.115640 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tryBase64Decode doesn't match: passed 3, should be 1: In scope SELECT tryBase64Decode([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:40.126766 [ 67401 ] {} TCPHandler: Code: 36. DB::Exception: 'Also no punycode' is not a valid Punycode-encoded string: while executing 'FUNCTION punycodeDecode(__table1.puny : 1) -> punycodeDecode(__table1.puny) String : 0'. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&>(int, FormatStringHelperImpl> const&>::type>, std::basic_string_view> const&) @ 0x000000001b2db72a 4. DB::PunycodeDecode<(DB::ErrorHandling)0>::vector(DB::PODArray, 63ul, 64ul> const&, DB::PODArray, 63ul, 64ul> const&, DB::PODArray, 63ul, 64ul>&, DB::PODArray, 63ul, 64ul>&, unsigned long) @ 0x000000001b2db15a 5. DB::FunctionStringToString, DB::NamePunycodeDecode, false>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b2d8fd9 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 11. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 12. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 13. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 18. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:06:40.176384 [ 92808 ] {56958431-3eab-4cc5-81a5-6b509e7b15aa} executeQuery: Code: 42. DB::Exception: Number of arguments for function tryBase64URLDecode doesn't match: passed 3, should be 1: In scope SELECT tryBase64URLDecode([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT tryBase64URLDecode([], [], []);) 2025.03.31 18:06:40.189395 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tryBase64URLDecode doesn't match: passed 3, should be 1: In scope SELECT tryBase64URLDecode([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:40.229445 [ 92808 ] {30358cd4-6efc-4c89-898f-f2ec7d175f69} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'mode' to function 'tryDecrypt'. Expected: decryption mode string, got: Array(Nothing): In scope SELECT tryDecrypt([], '[HIDDEN]'). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT tryDecrypt([], '[HIDDEN]')) 2025.03.31 18:06:40.242403 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'mode' to function 'tryDecrypt'. Expected: decryption mode string, got: Array(Nothing): In scope SELECT tryDecrypt([], '[HIDDEN]'). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:40.282894 [ 92808 ] {f5c7bf04-f165-48e1-a472-861d1714c75b} executeQuery: Code: 42. DB::Exception: Number of arguments for function tryIdnaEncode doesn't match: passed 3, should be 1: In scope SELECT tryIdnaEncode([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT tryIdnaEncode([], [], []);) 2025.03.31 18:06:40.296444 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tryIdnaEncode doesn't match: passed 3, should be 1: In scope SELECT tryIdnaEncode([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:40.349821 [ 92808 ] {e2b22e95-9c41-4728-ba94-721c2b3b2b52} executeQuery: Code: 42. DB::Exception: Number of arguments for function tryPunycodeDecode doesn't match: passed 3, should be 1: In scope SELECT tryPunycodeDecode([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT tryPunycodeDecode([], [], []);) 2025.03.31 18:06:40.361073 [ 91623 ] {16e2a6db-b213-425c-b016-21d3ab5e349d} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -180, m = 1. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:58518) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-180, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:40.362398 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tryPunycodeDecode doesn't match: passed 3, should be 1: In scope SELECT tryPunycodeDecode([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:40.401857 [ 91623 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -180, m = 1. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:40.419554 [ 92808 ] {47925d1f-c371-476f-8066-d2243bcc7a34} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function tumble. Should be a date with time: In scope SELECT tumble([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT tumble([], [], []);) 2025.03.31 18:06:40.458944 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function tumble. Should be a date with time: In scope SELECT tumble([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:40.496178 [ 92808 ] {2da765fa-6b2f-4b77-adb3-6a2160f46558} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function tumbleEnd. Should be a date with time: In scope SELECT tumbleEnd([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT tumbleEnd([], [], []);) 2025.03.31 18:06:40.508823 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function tumbleEnd. Should be a date with time: In scope SELECT tumbleEnd([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:40.565634 [ 92808 ] {bba8fd1d-af17-4593-a5e6-d2537c8e67ee} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function tumbleStart. Should be a date with time: In scope SELECT tumbleStart([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT tumbleStart([], [], []);) 2025.03.31 18:06:40.578744 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function tumbleStart. Should be a date with time: In scope SELECT tumbleStart([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:40.840519 [ 92808 ] {19fcbd0e-de17-4d44-8d39-186764d8c4b8} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function tupleConcat: In scope SELECT tupleConcat([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT tupleConcat([], [], []);) 2025.03.31 18:06:40.852778 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument 1 of function tupleConcat: In scope SELECT tupleConcat([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:40.884775 [ 92575 ] {c8a9f0fa-9d01-4002-9bd8-3035cc779e96} executeQuery: Code: 708. DB::Exception: Statistics of type 'uniq' do not support type Array(Float64). (ILLEGAL_STATISTICS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: -- These types don't work: CREATE TABLE tab (col Array(Float64) STATISTICS(uniq)) Engine = MergeTree() ORDER BY tuple();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsUniq.cpp:60: DB::uniqStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebdbfdb 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:06:40.892684 [ 92575 ] {} TCPHandler: Code: 708. DB::Exception: Statistics of type 'uniq' do not support type Array(Float64). (ILLEGAL_STATISTICS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsUniq.cpp:60: DB::uniqStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebdbfdb 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:06:40.898530 [ 92808 ] {ae9d3e13-015f-4f19-ac32-52e6c966870c} executeQuery: Code: 42. DB::Exception: Number of arguments for function tupleDivide doesn't match: passed 3, should be 2: In scope SELECT tupleDivide([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT tupleDivide([], [], []);) 2025.03.31 18:06:40.911251 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tupleDivide doesn't match: passed 3, should be 2: In scope SELECT tupleDivide([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:40.947487 [ 92808 ] {96ac8f33-9223-4601-9f73-8be5222b5cdb} executeQuery: Code: 42. DB::Exception: Number of arguments for function tupleDivideByNumber doesn't match: passed 3, should be 2: In scope SELECT tupleDivideByNumber([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT tupleDivideByNumber([], [], []);) 2025.03.31 18:06:40.959833 [ 92575 ] {0dc46263-f5d4-4568-9152-5036502d0ec6} executeQuery: Code: 708. DB::Exception: Statistics of type 'uniq' do not support type Tuple(Float64, Float64). (ILLEGAL_STATISTICS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: CREATE TABLE tab (col Tuple(Float64, Float64) STATISTICS(uniq)) Engine = MergeTree() ORDER BY tuple();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsUniq.cpp:60: DB::uniqStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebdbfdb 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:06:40.959890 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tupleDivideByNumber doesn't match: passed 3, should be 2: In scope SELECT tupleDivideByNumber([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:40.969202 [ 92575 ] {} TCPHandler: Code: 708. DB::Exception: Statistics of type 'uniq' do not support type Tuple(Float64, Float64). (ILLEGAL_STATISTICS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsUniq.cpp:60: DB::uniqStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebdbfdb 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:06:40.996363 [ 92808 ] {34a07752-f8f0-4a5d-8ff5-976770abaf8b} executeQuery: Code: 43. DB::Exception: First argument for function tupleElement must be tuple or array of tuple. Actual Array(Nothing): In scope SELECT tupleElement([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT tupleElement([], [], []);) 2025.03.31 18:06:41.008886 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function tupleElement must be tuple or array of tuple. Actual Array(Nothing): In scope SELECT tupleElement([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:41.046234 [ 92808 ] {e76c5145-d639-4ff5-8ec3-a63225e71470} executeQuery: Code: 42. DB::Exception: Number of arguments for function tupleHammingDistance doesn't match: passed 3, should be 2: In scope SELECT tupleHammingDistance([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT tupleHammingDistance([], [], []);) 2025.03.31 18:06:41.058527 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tupleHammingDistance doesn't match: passed 3, should be 2: In scope SELECT tupleHammingDistance([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:41.059655 [ 92575 ] {e8aa5d0f-09dc-4227-85a4-5a9ae763a094} executeQuery: Code: 708. DB::Exception: Statistics of type 'uniq' do not support type Map(UInt64, UInt64). (ILLEGAL_STATISTICS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: CREATE TABLE tab (col Map(UInt64, UInt64) STATISTICS(uniq)) Engine = MergeTree() ORDER BY tuple();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsUniq.cpp:60: DB::uniqStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebdbfdb 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:06:41.072480 [ 92575 ] {} TCPHandler: Code: 708. DB::Exception: Statistics of type 'uniq' do not support type Map(UInt64, UInt64). (ILLEGAL_STATISTICS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsUniq.cpp:60: DB::uniqStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebdbfdb 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:06:41.094434 [ 92808 ] {403b9b1c-7f62-4545-8f0e-63f63c18b86f} executeQuery: Code: 42. DB::Exception: Number of arguments for function tupleIntDiv doesn't match: passed 3, should be 2: In scope SELECT tupleIntDiv([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT tupleIntDiv([], [], []);) 2025.03.31 18:06:41.109991 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tupleIntDiv doesn't match: passed 3, should be 2: In scope SELECT tupleIntDiv([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:41.170540 [ 92575 ] {d86e2502-4239-4e05-a2fb-dc7c7d3504b7} executeQuery: Code: 708. DB::Exception: Statistics of type 'uniq' do not support type UUID. (ILLEGAL_STATISTICS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: CREATE TABLE tab (col UUID STATISTICS(uniq)) Engine = MergeTree() ORDER BY tuple();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsUniq.cpp:60: DB::uniqStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebdbfdb 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:06:41.178580 [ 92575 ] {} TCPHandler: Code: 708. DB::Exception: Statistics of type 'uniq' do not support type UUID. (ILLEGAL_STATISTICS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsUniq.cpp:60: DB::uniqStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebdbfdb 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:06:41.182467 [ 92808 ] {3c333cbf-22c6-4027-b91d-4b44691342ae} executeQuery: Code: 42. DB::Exception: Number of arguments for function tupleIntDivByNumber doesn't match: passed 3, should be 2: In scope SELECT tupleIntDivByNumber([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT tupleIntDivByNumber([], [], []);) 2025.03.31 18:06:41.193078 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tupleIntDivByNumber doesn't match: passed 3, should be 2: In scope SELECT tupleIntDivByNumber([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:41.235230 [ 92808 ] {2fff00ee-c89e-4ec2-9a7a-993239034f13} executeQuery: Code: 42. DB::Exception: Number of arguments for function tupleIntDivOrZero doesn't match: passed 3, should be 2: In scope SELECT tupleIntDivOrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT tupleIntDivOrZero([], [], []);) 2025.03.31 18:06:41.247488 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tupleIntDivOrZero doesn't match: passed 3, should be 2: In scope SELECT tupleIntDivOrZero([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:41.263573 [ 92575 ] {30751a3c-ff57-454a-be20-c2b882326ab5} executeQuery: Code: 708. DB::Exception: Statistics of type 'uniq' do not support type IPv6. (ILLEGAL_STATISTICS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: CREATE TABLE tab (col IPv6 STATISTICS(uniq)) Engine = MergeTree() ORDER BY tuple();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsUniq.cpp:60: DB::uniqStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebdbfdb 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:06:41.281909 [ 92575 ] {} TCPHandler: Code: 708. DB::Exception: Statistics of type 'uniq' do not support type IPv6. (ILLEGAL_STATISTICS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsUniq.cpp:60: DB::uniqStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebdbfdb 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:06:41.288462 [ 92808 ] {0ff925f2-f1cb-4c33-a6e9-b8aa9730d8c9} executeQuery: Code: 42. DB::Exception: Number of arguments for function tupleIntDivOrZeroByNumber doesn't match: passed 3, should be 2: In scope SELECT tupleIntDivOrZeroByNumber([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT tupleIntDivOrZeroByNumber([], [], []);) 2025.03.31 18:06:41.303782 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tupleIntDivOrZeroByNumber doesn't match: passed 3, should be 2: In scope SELECT tupleIntDivOrZeroByNumber([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:41.339409 [ 92808 ] {ec9af907-976b-4528-9095-6da7d21ea57a} executeQuery: Code: 42. DB::Exception: Number of arguments for function tupleMinus doesn't match: passed 3, should be 2: In scope SELECT tupleMinus([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT tupleMinus([], [], []);) 2025.03.31 18:06:41.354302 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tupleMinus doesn't match: passed 3, should be 2: In scope SELECT tupleMinus([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:41.391428 [ 92808 ] {615cb4db-a2b9-456b-ad5e-e7bd163f953e} executeQuery: Code: 42. DB::Exception: Number of arguments for function tupleModulo doesn't match: passed 3, should be 2: In scope SELECT tupleModulo([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT tupleModulo([], [], []);) 2025.03.31 18:06:41.404189 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tupleModulo doesn't match: passed 3, should be 2: In scope SELECT tupleModulo([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:41.440265 [ 92808 ] {fb50f24d-a038-458f-b068-88840bfb2d7d} executeQuery: Code: 42. DB::Exception: Number of arguments for function tupleModuloByNumber doesn't match: passed 3, should be 2: In scope SELECT tupleModuloByNumber([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT tupleModuloByNumber([], [], []);) 2025.03.31 18:06:41.452921 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tupleModuloByNumber doesn't match: passed 3, should be 2: In scope SELECT tupleModuloByNumber([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:41.498996 [ 92808 ] {11919ed8-0639-4e38-9f82-9594133e86dd} executeQuery: Code: 42. DB::Exception: Number of arguments for function tupleMultiply doesn't match: passed 3, should be 2: In scope SELECT tupleMultiply([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT tupleMultiply([], [], []);) 2025.03.31 18:06:41.509884 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tupleMultiply doesn't match: passed 3, should be 2: In scope SELECT tupleMultiply([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:41.585151 [ 92808 ] {ef0d88ff-6ada-4d35-ae02-3cae174999c8} executeQuery: Code: 42. DB::Exception: Number of arguments for function tupleMultiplyByNumber doesn't match: passed 3, should be 2: In scope SELECT tupleMultiplyByNumber([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT tupleMultiplyByNumber([], [], []);) 2025.03.31 18:06:41.603175 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tupleMultiplyByNumber doesn't match: passed 3, should be 2: In scope SELECT tupleMultiplyByNumber([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:41.646380 [ 92808 ] {e87b440f-def4-4ac4-8b64-d5336047d118} executeQuery: Code: 42. DB::Exception: Number of arguments for function tupleNames doesn't match: passed 3, should be 1: In scope SELECT tupleNames([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT tupleNames([], [], []);) 2025.03.31 18:06:41.661022 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tupleNames doesn't match: passed 3, should be 1: In scope SELECT tupleNames([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:41.700514 [ 92808 ] {68955ff9-3a5f-44ed-844e-cb838e8eb06d} executeQuery: Code: 42. DB::Exception: Number of arguments for function tupleNegate doesn't match: passed 3, should be 1: In scope SELECT tupleNegate([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT tupleNegate([], [], []);) 2025.03.31 18:06:41.713538 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tupleNegate doesn't match: passed 3, should be 1: In scope SELECT tupleNegate([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:41.749763 [ 92808 ] {479341c4-0cbc-49cf-9394-cdacf07d8208} executeQuery: Code: 42. DB::Exception: Number of arguments for function tuplePlus doesn't match: passed 3, should be 2: In scope SELECT tuplePlus([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT tuplePlus([], [], []);) 2025.03.31 18:06:41.761723 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tuplePlus doesn't match: passed 3, should be 2: In scope SELECT tuplePlus([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:41.796722 [ 92808 ] {f4a6fd4a-bf86-4e95-981e-d063ef667ff0} executeQuery: Code: 42. DB::Exception: Number of arguments for function tupleToNameValuePairs doesn't match: passed 3, should be 1: In scope SELECT tupleToNameValuePairs([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT tupleToNameValuePairs([], [], []);) 2025.03.31 18:06:41.810485 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tupleToNameValuePairs doesn't match: passed 3, should be 1: In scope SELECT tupleToNameValuePairs([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:41.846737 [ 92808 ] {2bddaeea-2246-44d3-b08a-02587ecf350f} executeQuery: Code: 42. DB::Exception: Number of arguments for function upper doesn't match: passed 3, should be 1: In scope SELECT ucase([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT ucase([], [], []);) 2025.03.31 18:06:41.858803 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function upper doesn't match: passed 3, should be 1: In scope SELECT ucase([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:41.894955 [ 92808 ] {b17c8dc4-6fba-40fa-a810-a4ab0f2ce065} executeQuery: Code: 42. DB::Exception: Number of arguments for function unbin doesn't match: passed 3, should be 1: In scope SELECT unbin([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT unbin([], [], []);) 2025.03.31 18:06:41.918710 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function unbin doesn't match: passed 3, should be 1: In scope SELECT unbin([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:41.960546 [ 92808 ] {f3a0cea8-e150-4383-ac32-7046b1727412} executeQuery: Code: 42. DB::Exception: Number of arguments for function unhex doesn't match: passed 3, should be 1: In scope SELECT unhex([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT unhex([], [], []);) 2025.03.31 18:06:41.961350 [ 91969 ] {c53bcf10-337b-4464-8125-1e3db80da6e8} test_05az3faw.table_one (c7c69bf1-6b13-4881-a39e-911f0ecbb909): Table can't create parts with adaptive granularity, but settings min_rows_for_wide_part = 0, min_bytes_for_wide_part = 100. Parts with non-adaptive granularity can be stored only in Wide (default) format. Settings 'min_rows_for_wide_part'and 'min_bytes_for_wide_part' will be ignored. 2025.03.31 18:06:41.972750 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function unhex doesn't match: passed 3, should be 1: In scope SELECT unhex([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:42.730712 [ 92808 ] {a15db246-c516-4062-b2f0-bbaa8d2bbad3} executeQuery: Code: 42. DB::Exception: Number of arguments for function uniqThetaIntersect doesn't match: passed 3, should be 2: In scope SELECT uniqThetaIntersect([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT uniqThetaIntersect([], [], []);) 2025.03.31 18:06:42.742856 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function uniqThetaIntersect doesn't match: passed 3, should be 2: In scope SELECT uniqThetaIntersect([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:42.780595 [ 92808 ] {c88c583a-cfb0-4156-aa32-f8ad7e9ad0e0} executeQuery: Code: 42. DB::Exception: Number of arguments for function uniqThetaNot doesn't match: passed 3, should be 2: In scope SELECT uniqThetaNot([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT uniqThetaNot([], [], []);) 2025.03.31 18:06:42.795636 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function uniqThetaNot doesn't match: passed 3, should be 2: In scope SELECT uniqThetaNot([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:42.832974 [ 92808 ] {832118ff-b44c-4a23-abe5-96366154acb1} executeQuery: Code: 42. DB::Exception: Number of arguments for function uniqThetaUnion doesn't match: passed 3, should be 2: In scope SELECT uniqThetaUnion([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT uniqThetaUnion([], [], []);) 2025.03.31 18:06:42.845158 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function uniqThetaUnion doesn't match: passed 3, should be 2: In scope SELECT uniqThetaUnion([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:42.994110 [ 92808 ] {b2e9cc53-dda8-40a9-8d42-aa9fa81e5185} executeQuery: Code: 42. DB::Exception: Number of arguments for function upper doesn't match: passed 3, should be 1: In scope SELECT upper([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT upper([], [], []);) 2025.03.31 18:06:43.010554 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function upper doesn't match: passed 3, should be 1: In scope SELECT upper([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:43.045199 [ 92808 ] {b5edb0cf-9020-4d66-b49c-f633c44ee0e7} executeQuery: Code: 42. DB::Exception: Number of arguments for function upperUTF8 doesn't match: passed 3, should be 1: In scope SELECT upperUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT upperUTF8([], [], []);) 2025.03.31 18:06:43.065802 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function upperUTF8 doesn't match: passed 3, should be 1: In scope SELECT upperUTF8([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:43.114447 [ 92808 ] {00a47e2a-ef67-49a3-894e-a44760a46b8b} executeQuery: Code: 42. DB::Exception: Number of arguments for function uptime doesn't match: passed 3, should be 0: In scope SELECT uptime([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT uptime([], [], []);) 2025.03.31 18:06:43.128050 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function uptime doesn't match: passed 3, should be 0: In scope SELECT uptime([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:43.166666 [ 92808 ] {b18c8caa-980f-4911-801a-2c3ac76ae494} executeQuery: Code: 42. DB::Exception: Number of arguments for function currentUser doesn't match: passed 3, should be 0: In scope SELECT user([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT user([], [], []);) 2025.03.31 18:06:43.178739 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function currentUser doesn't match: passed 3, should be 0: In scope SELECT user([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:43.222636 [ 92808 ] {7b08fcc4-b7b0-4fd4-a250-2c6b00669085} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function validateNestedArraySizes Must be UInt.: In scope SELECT validateNestedArraySizes([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT validateNestedArraySizes([], [], []);) 2025.03.31 18:06:43.234553 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of first argument of function validateNestedArraySizes Must be UInt.: In scope SELECT validateNestedArraySizes([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:43.273084 [ 92808 ] {d71a37f6-bacf-48a9-aa92-eae3428ac57e} executeQuery: Code: 42. DB::Exception: Aggregate function varPop requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT varPop([], [], []);) 2025.03.31 18:06:43.279034 [ 91969 ] {f0221349-9078-4945-9c3a-ff141141e8f5} test_05az3faw.table_one (5386a30a-07a0-4d80-81a4-db685787f0d6): Table can't create parts with adaptive granularity, but settings min_rows_for_wide_part = 0, min_bytes_for_wide_part = 100. Parts with non-adaptive granularity can be stored only in Wide (default) format. Settings 'min_rows_for_wide_part'and 'min_bytes_for_wide_part' will be ignored. 2025.03.31 18:06:43.284647 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function varPop requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:43.331785 [ 92808 ] {1262311a-a756-425a-8446-aeb184e8c62e} executeQuery: Code: 42. DB::Exception: Aggregate function varPopStable requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT varPopStable([], [], []);) 2025.03.31 18:06:43.342808 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function varPopStable requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:43.376565 [ 92808 ] {5a939244-e376-4bba-83e7-2ece71e7effd} executeQuery: Code: 42. DB::Exception: Aggregate function varSamp requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT varSamp([], [], []);) 2025.03.31 18:06:43.385884 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function varSamp requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:43.419798 [ 92808 ] {250f2e7e-0ad4-42d3-b35e-a895ce95156b} executeQuery: Code: 42. DB::Exception: Aggregate function varSampStable requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT varSampStable([], [], []);) 2025.03.31 18:06:43.431424 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function varSampStable requires single argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:43.468896 [ 92808 ] {10aa462a-39de-4c12-b350-e9bdaf29e3c9} executeQuery: Code: 43. DB::Exception: First argument for function variantElement must be Variant or Array of Variant. Actual Array(Nothing): In scope SELECT variantElement([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT variantElement([], [], []);) 2025.03.31 18:06:43.475296 [ 91969 ] {b7ca4283-314d-4e45-9fb1-a4e20f6deb70} test_05az3faw.table_two (332bab22-5f5c-4148-9f61-f2b056c83b7c): Table can't create parts with adaptive granularity, but settings min_rows_for_wide_part = 0, min_bytes_for_wide_part = 100. Parts with non-adaptive granularity can be stored only in Wide (default) format. Settings 'min_rows_for_wide_part'and 'min_bytes_for_wide_part' will be ignored. 2025.03.31 18:06:43.482050 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument for function variantElement must be Variant or Array of Variant. Actual Array(Nothing): In scope SELECT variantElement([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:43.518464 [ 92808 ] {51d77575-e3e0-4eec-a837-865f2eb834ab} executeQuery: Code: 42. DB::Exception: Number of arguments for function variantType doesn't match: passed 3, should be 1: In scope SELECT variantType([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT variantType([], [], []);) 2025.03.31 18:06:43.533347 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function variantType doesn't match: passed 3, should be 1: In scope SELECT variantType([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:43.563110 [ 92808 ] {47fc04a8-b602-448b-8cb3-715f837d3c28} executeQuery: Code: 42. DB::Exception: Number of arguments for function tupleMinus doesn't match: passed 3, should be 2: In scope SELECT vectorDifference([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT vectorDifference([], [], []);) 2025.03.31 18:06:43.573466 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tupleMinus doesn't match: passed 3, should be 2: In scope SELECT vectorDifference([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:43.608462 [ 92808 ] {075b9928-7b84-43e7-bfe3-eddb4f8aaf0b} executeQuery: Code: 42. DB::Exception: Number of arguments for function tuplePlus doesn't match: passed 3, should be 2: In scope SELECT vectorSum([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT vectorSum([], [], []);) 2025.03.31 18:06:43.619224 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tuplePlus doesn't match: passed 3, should be 2: In scope SELECT vectorSum([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:43.655758 [ 92808 ] {3e030e36-f3be-4fe8-ac90-4a6c01f5664f} executeQuery: Code: 42. DB::Exception: Number of arguments for function version doesn't match: passed 3, should be 0: In scope SELECT version([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT version([], [], []);) 2025.03.31 18:06:43.667107 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function version doesn't match: passed 3, should be 0: In scope SELECT version([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:43.704599 [ 92808 ] {2668a3c5-1436-4679-a7ca-49463e4c851a} executeQuery: Code: 42. DB::Exception: Number of arguments for function visibleWidth doesn't match: passed 3, should be 1: In scope SELECT visibleWidth([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT visibleWidth([], [], []);) 2025.03.31 18:06:43.718453 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function visibleWidth doesn't match: passed 3, should be 1: In scope SELECT visibleWidth([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:43.752707 [ 92808 ] {6be0dd03-cb9b-4cbf-9f75-1d1ba23d8987} executeQuery: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractBool doesn't match: passed 3, should be 2: In scope SELECT visitParamExtractBool([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT visitParamExtractBool([], [], []);) 2025.03.31 18:06:43.762551 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractBool doesn't match: passed 3, should be 2: In scope SELECT visitParamExtractBool([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:43.798119 [ 92808 ] {b2e0c818-bf36-4627-9545-fc387377ad8d} executeQuery: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractFloat doesn't match: passed 3, should be 2: In scope SELECT visitParamExtractFloat([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT visitParamExtractFloat([], [], []);) 2025.03.31 18:06:43.810903 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractFloat doesn't match: passed 3, should be 2: In scope SELECT visitParamExtractFloat([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:43.852148 [ 92808 ] {62eb6bd2-e1cc-4d6b-a3db-0d88062c8ae9} executeQuery: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractInt doesn't match: passed 3, should be 2: In scope SELECT visitParamExtractInt([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT visitParamExtractInt([], [], []);) 2025.03.31 18:06:43.863852 [ 71963 ] {40b69a2c-936e-4e36-b713-76662eeaf575} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 186, m = 2. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:58724) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (186, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:43.864495 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractInt doesn't match: passed 3, should be 2: In scope SELECT visitParamExtractInt([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:43.894811 [ 71963 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 186, m = 2. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:43.905846 [ 92808 ] {e15df38c-aaa8-4642-888b-be71c151ddc0} executeQuery: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractRaw doesn't match: passed 3, should be 2: In scope SELECT visitParamExtractRaw([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT visitParamExtractRaw([], [], []);) 2025.03.31 18:06:43.920241 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractRaw doesn't match: passed 3, should be 2: In scope SELECT visitParamExtractRaw([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:43.960860 [ 92808 ] {1cb4657d-b859-48c8-9632-5eba99b5e77b} executeQuery: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractString doesn't match: passed 3, should be 2: In scope SELECT visitParamExtractString([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT visitParamExtractString([], [], []);) 2025.03.31 18:06:43.972805 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractString doesn't match: passed 3, should be 2: In scope SELECT visitParamExtractString([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:44.018358 [ 92808 ] {a1b40f45-a05c-4981-80a9-a0d1bf3446bf} executeQuery: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractUInt doesn't match: passed 3, should be 2: In scope SELECT visitParamExtractUInt([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT visitParamExtractUInt([], [], []);) 2025.03.31 18:06:44.029639 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function simpleJSONExtractUInt doesn't match: passed 3, should be 2: In scope SELECT visitParamExtractUInt([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:44.065992 [ 92808 ] {cc955502-2507-4adc-9f15-ae41e24db6b5} executeQuery: Code: 42. DB::Exception: Number of arguments for function simpleJSONHas doesn't match: passed 3, should be 2: In scope SELECT visitParamHas([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT visitParamHas([], [], []);) 2025.03.31 18:06:44.077860 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function simpleJSONHas doesn't match: passed 3, should be 2: In scope SELECT visitParamHas([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:44.114731 [ 92808 ] {0fb8305a-5b92-4b92-8978-285fd41da99d} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toWeek. Must be Date, Date32, DateTime or DateTime64: In scope SELECT week([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT week([], [], []);) 2025.03.31 18:06:44.124377 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toWeek. Must be Date, Date32, DateTime or DateTime64: In scope SELECT week([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:44.159387 [ 92808 ] {68abbd89-2a2a-40f7-986d-a88156730b52} executeQuery: Code: 42. DB::Exception: Aggregate function welchTTest requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT welchTTest([], [], []);) 2025.03.31 18:06:44.168474 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function welchTTest requires two arguments. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:44.204773 [ 92808 ] {9471f294-4c56-4f3d-9ac1-ef84f171c580} executeQuery: Code: 42. DB::Exception: Number of arguments for function widthBucket doesn't match: passed 3, should be 4: In scope SELECT widthBucket([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT widthBucket([], [], []);) 2025.03.31 18:06:44.214137 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function widthBucket doesn't match: passed 3, should be 4: In scope SELECT widthBucket([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:44.253900 [ 92808 ] {986faf25-86d9-4179-a32b-a1cf85fda612} executeQuery: Code: 42. DB::Exception: Number of arguments for function widthBucket doesn't match: passed 3, should be 4: In scope SELECT width_bucket([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT width_bucket([], [], []);) 2025.03.31 18:06:44.263240 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function widthBucket doesn't match: passed 3, should be 4: In scope SELECT width_bucket([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:44.296990 [ 92808 ] {29a3e9f0-6db3-43cb-b890-73f7f8c6aa24} executeQuery: Code: 42. DB::Exception: Aggregate function windowFunnel requires at least one parameter: , [option, [option, ...]]. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT windowFunnel([], [], []);) 2025.03.31 18:06:44.307436 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Aggregate function windowFunnel requires at least one parameter: , [option, [option, ...]]. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:44.347169 [ 92808 ] {865bbdd2-5491-4c85-b39f-ca2e8a3879e1} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function windowID. Should be a date with time: In scope SELECT windowID([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT windowID([], [], []);) 2025.03.31 18:06:44.361853 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function windowID. Should be a date with time: In scope SELECT windowID([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:44.397335 [ 92808 ] {9669e5ce-545f-49bc-ac58-064aa21cd716} executeQuery: Code: 42. DB::Exception: Number of arguments for function wkt doesn't match: passed 3, should be 1: In scope SELECT wkt([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT wkt([], [], []);) 2025.03.31 18:06:44.408889 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function wkt doesn't match: passed 3, should be 1: In scope SELECT wkt([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:44.445749 [ 92808 ] {52c01093-06ed-45a4-aef4-779c0b31a42b} executeQuery: Code: 43. DB::Exception: First argument of function wordShingleMinHash must be String, got Array(Nothing): In scope SELECT wordShingleMinHash([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT wordShingleMinHash([], [], []);) 2025.03.31 18:06:44.457485 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function wordShingleMinHash must be String, got Array(Nothing): In scope SELECT wordShingleMinHash([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:44.491988 [ 92808 ] {80be79e1-52ca-47d1-b7e2-bd33af2939f4} executeQuery: Code: 43. DB::Exception: First argument of function wordShingleMinHashArg must be String, got Array(Nothing): In scope SELECT wordShingleMinHashArg([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT wordShingleMinHashArg([], [], []);) 2025.03.31 18:06:44.503517 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function wordShingleMinHashArg must be String, got Array(Nothing): In scope SELECT wordShingleMinHashArg([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:44.538248 [ 92808 ] {77eca65a-9261-44cd-89ad-a2020a2c9452} executeQuery: Code: 43. DB::Exception: First argument of function wordShingleMinHashArgCaseInsensitive must be String, got Array(Nothing): In scope SELECT wordShingleMinHashArgCaseInsensitive([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT wordShingleMinHashArgCaseInsensitive([], [], []);) 2025.03.31 18:06:44.551561 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function wordShingleMinHashArgCaseInsensitive must be String, got Array(Nothing): In scope SELECT wordShingleMinHashArgCaseInsensitive([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:44.590318 [ 92808 ] {7e3a9fa6-3e42-44e0-8957-ed88b729ee84} executeQuery: Code: 43. DB::Exception: First argument of function wordShingleMinHashArgCaseInsensitiveUTF8 must be String, got Array(Nothing): In scope SELECT wordShingleMinHashArgCaseInsensitiveUTF8([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT wordShingleMinHashArgCaseInsensitiveUTF8([], [], []);) 2025.03.31 18:06:44.602860 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function wordShingleMinHashArgCaseInsensitiveUTF8 must be String, got Array(Nothing): In scope SELECT wordShingleMinHashArgCaseInsensitiveUTF8([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:44.648499 [ 92808 ] {c4a8366f-53a9-4572-8689-8b8bfc977dea} executeQuery: Code: 43. DB::Exception: First argument of function wordShingleMinHashArgUTF8 must be String, got Array(Nothing): In scope SELECT wordShingleMinHashArgUTF8([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT wordShingleMinHashArgUTF8([], [], []);) 2025.03.31 18:06:44.660919 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function wordShingleMinHashArgUTF8 must be String, got Array(Nothing): In scope SELECT wordShingleMinHashArgUTF8([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:44.698645 [ 92808 ] {c935e903-f6fd-44c5-b039-00d517cc8cb8} executeQuery: Code: 43. DB::Exception: First argument of function wordShingleMinHashCaseInsensitive must be String, got Array(Nothing): In scope SELECT wordShingleMinHashCaseInsensitive([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT wordShingleMinHashCaseInsensitive([], [], []);) 2025.03.31 18:06:44.709313 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function wordShingleMinHashCaseInsensitive must be String, got Array(Nothing): In scope SELECT wordShingleMinHashCaseInsensitive([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:44.747323 [ 92808 ] {32936f81-e992-488c-82f3-b30f15e08a98} executeQuery: Code: 43. DB::Exception: First argument of function wordShingleMinHashCaseInsensitiveUTF8 must be String, got Array(Nothing): In scope SELECT wordShingleMinHashCaseInsensitiveUTF8([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT wordShingleMinHashCaseInsensitiveUTF8([], [], []);) 2025.03.31 18:06:44.759543 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function wordShingleMinHashCaseInsensitiveUTF8 must be String, got Array(Nothing): In scope SELECT wordShingleMinHashCaseInsensitiveUTF8([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:44.801180 [ 92808 ] {dc9f4897-212e-42ad-9660-72fb92c3cfd4} executeQuery: Code: 43. DB::Exception: First argument of function wordShingleMinHashUTF8 must be String, got Array(Nothing): In scope SELECT wordShingleMinHashUTF8([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT wordShingleMinHashUTF8([], [], []);) 2025.03.31 18:06:44.811749 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function wordShingleMinHashUTF8 must be String, got Array(Nothing): In scope SELECT wordShingleMinHashUTF8([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:44.853146 [ 92808 ] {b52d366a-4bb2-4f59-adc9-5165ae1ad20a} executeQuery: Code: 43. DB::Exception: First argument of function wordShingleSimHash must be String, got Array(Nothing): In scope SELECT wordShingleSimHash([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT wordShingleSimHash([], [], []);) 2025.03.31 18:06:44.862462 [ 92575 ] {b9bca96a-2f26-4fc4-bc29-e044ec665f5a} executeQuery: Code: 708. DB::Exception: Statistics of type 'countmin' does not support type Array(Float64). (ILLEGAL_STATISTICS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: -- These types don't work: CREATE TABLE tab (col Array(Float64) STATISTICS(countmin)) Engine = MergeTree() ORDER BY tuple();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsCountMinSketch.cpp:91: DB::countMinSketchStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebd08bb 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:06:44.863563 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function wordShingleSimHash must be String, got Array(Nothing): In scope SELECT wordShingleSimHash([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:44.869086 [ 92575 ] {} TCPHandler: Code: 708. DB::Exception: Statistics of type 'countmin' does not support type Array(Float64). (ILLEGAL_STATISTICS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsCountMinSketch.cpp:91: DB::countMinSketchStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebd08bb 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:06:44.902654 [ 92808 ] {9d456989-fa95-440f-8adb-2ed130c68d2a} executeQuery: Code: 43. DB::Exception: First argument of function wordShingleSimHashCaseInsensitive must be String, got Array(Nothing): In scope SELECT wordShingleSimHashCaseInsensitive([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT wordShingleSimHashCaseInsensitive([], [], []);) 2025.03.31 18:06:44.915038 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function wordShingleSimHashCaseInsensitive must be String, got Array(Nothing): In scope SELECT wordShingleSimHashCaseInsensitive([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:44.945615 [ 92575 ] {1c83d134-e43f-46f2-953c-20ccc981c639} executeQuery: Code: 708. DB::Exception: Statistics of type 'countmin' does not support type Tuple(Float64, Float64). (ILLEGAL_STATISTICS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: CREATE TABLE tab (col Tuple(Float64, Float64) STATISTICS(countmin)) Engine = MergeTree() ORDER BY tuple();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsCountMinSketch.cpp:91: DB::countMinSketchStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebd08bb 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:06:44.956146 [ 92575 ] {} TCPHandler: Code: 708. DB::Exception: Statistics of type 'countmin' does not support type Tuple(Float64, Float64). (ILLEGAL_STATISTICS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsCountMinSketch.cpp:91: DB::countMinSketchStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebd08bb 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:06:44.960550 [ 92808 ] {5f27cd87-a909-41c9-bf6b-8d4fe0f7dff9} executeQuery: Code: 43. DB::Exception: First argument of function wordShingleSimHashCaseInsensitiveUTF8 must be String, got Array(Nothing): In scope SELECT wordShingleSimHashCaseInsensitiveUTF8([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT wordShingleSimHashCaseInsensitiveUTF8([], [], []);) 2025.03.31 18:06:44.973769 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function wordShingleSimHashCaseInsensitiveUTF8 must be String, got Array(Nothing): In scope SELECT wordShingleSimHashCaseInsensitiveUTF8([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:45.010901 [ 92808 ] {46802098-3801-4ba9-9c60-8778c7c9ebaa} executeQuery: Code: 43. DB::Exception: First argument of function wordShingleSimHashUTF8 must be String, got Array(Nothing): In scope SELECT wordShingleSimHashUTF8([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT wordShingleSimHashUTF8([], [], []);) 2025.03.31 18:06:45.026426 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: First argument of function wordShingleSimHashUTF8 must be String, got Array(Nothing): In scope SELECT wordShingleSimHashUTF8([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:45.029650 [ 92575 ] {f735de3c-80eb-4f3f-9241-6795454e2ade} executeQuery: Code: 708. DB::Exception: Statistics of type 'countmin' does not support type Map(UInt64, UInt64). (ILLEGAL_STATISTICS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: CREATE TABLE tab (col Map(UInt64, UInt64) STATISTICS(countmin)) Engine = MergeTree() ORDER BY tuple();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsCountMinSketch.cpp:91: DB::countMinSketchStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebd08bb 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:06:45.042201 [ 92575 ] {} TCPHandler: Code: 708. DB::Exception: Statistics of type 'countmin' does not support type Map(UInt64, UInt64). (ILLEGAL_STATISTICS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsCountMinSketch.cpp:91: DB::countMinSketchStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebd08bb 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:06:45.113278 [ 92575 ] {dca00d19-9f07-45e0-9cda-5173092ca699} executeQuery: Code: 708. DB::Exception: Statistics of type 'countmin' does not support type UUID. (ILLEGAL_STATISTICS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: CREATE TABLE tab (col UUID STATISTICS(countmin)) Engine = MergeTree() ORDER BY tuple();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsCountMinSketch.cpp:91: DB::countMinSketchStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebd08bb 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:06:45.120444 [ 92575 ] {} TCPHandler: Code: 708. DB::Exception: Statistics of type 'countmin' does not support type UUID. (ILLEGAL_STATISTICS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsCountMinSketch.cpp:91: DB::countMinSketchStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebd08bb 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:06:45.156591 [ 92808 ] {6d4a1093-f4c2-43c1-9f8f-034b048d6dc1} executeQuery: Code: 43. DB::Exception: Illegal type (Array(Nothing)) of 1 argument of function xor: In scope SELECT xor([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT xor([], [], []);) 2025.03.31 18:06:45.168662 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type (Array(Nothing)) of 1 argument of function xor: In scope SELECT xor([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:45.188757 [ 92575 ] {1d00fda4-cf1b-4d60-a4b0-a2654f168947} executeQuery: Code: 708. DB::Exception: Statistics of type 'countmin' does not support type IPv6. (ILLEGAL_STATISTICS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: CREATE TABLE tab (col IPv6 STATISTICS(countmin)) Engine = MergeTree() ORDER BY tuple();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsCountMinSketch.cpp:91: DB::countMinSketchStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebd08bb 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:06:45.196649 [ 92575 ] {} TCPHandler: Code: 708. DB::Exception: Statistics of type 'countmin' does not support type IPv6. (ILLEGAL_STATISTICS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsCountMinSketch.cpp:91: DB::countMinSketchStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebd08bb 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:06:45.476696 [ 92808 ] {f9dba80a-5c26-4659-ac8e-79f90f2d2648} executeQuery: Code: 42. DB::Exception: Number of arguments for function kostikConsistentHash doesn't match: passed 3, should be 2: In scope SELECT yandexConsistentHash([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT yandexConsistentHash([], [], []);) 2025.03.31 18:06:45.487037 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function kostikConsistentHash doesn't match: passed 3, should be 2: In scope SELECT yandexConsistentHash([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:45.520627 [ 92808 ] {4e7866f2-5afb-4f13-8fd1-ef887a4c7236} executeQuery: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toYearWeek. Must be Date, Date32, DateTime or DateTime64: In scope SELECT yearweek([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT yearweek([], [], []);) 2025.03.31 18:06:45.531444 [ 92808 ] {} TCPHandler: Code: 43. DB::Exception: Illegal type Array(Nothing) of argument of function toYearWeek. Must be Date, Date32, DateTime or DateTime64: In scope SELECT yearweek([], [], []). (ILLEGAL_TYPE_OF_ARGUMENT) 2025.03.31 18:06:45.561794 [ 92808 ] {9802318c-6584-4efd-bd80-8e8e27eb5076} executeQuery: Code: 42. DB::Exception: Number of arguments for function yesterday doesn't match: passed 3, should be 0: In scope SELECT yesterday([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT yesterday([], [], []);) 2025.03.31 18:06:45.578964 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function yesterday doesn't match: passed 3, should be 0: In scope SELECT yesterday([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:45.614982 [ 92808 ] {b56031a1-432d-4972-984a-dedea4d3af18} executeQuery: Code: 42. DB::Exception: Number of arguments for function zookeeperSessionUptime doesn't match: passed 3, should be 0: In scope SELECT zookeeperSessionUptime([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54200) (comment: 00534_functions_bad_arguments12.sh) (in query: SELECT zookeeperSessionUptime([], [], []);) 2025.03.31 18:06:45.629401 [ 92808 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function zookeeperSessionUptime doesn't match: passed 3, should be 0: In scope SELECT zookeeperSessionUptime([], [], []). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) 2025.03.31 18:06:45.862115 [ 91969 ] {bce82a1f-02c4-4c53-88c6-81edd4b542e6} test_05az3faw.table_two (2f87ebc0-4421-45d8-9a62-88869a23c9ab): Table can't create parts with adaptive granularity, but settings min_rows_for_wide_part = 0, min_bytes_for_wide_part = 100. Parts with non-adaptive granularity can be stored only in Wide (default) format. Settings 'min_rows_for_wide_part'and 'min_bytes_for_wide_part' will be ignored. 2025.03.31 18:06:46.519456 [ 91969 ] {5aeacf2c-08a5-4c2a-8ec6-baabb76f7f13} executeQuery: Code: 36. DB::Exception: Cannot replace partition '0' because part '0_1_1_0' has inconsistent granularity with table. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:58614) (comment: 02422_insert_different_granularity.sql) (in query: ALTER TABLE table_two REPLACE PARTITION 0 FROM table_one;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&, String const&) @ 0x0000000020dd518d 4. ./build_docker/./src/Storages/StorageMergeTree.cpp:2245: DB::StorageMergeTree::replacePartitionFrom(std::shared_ptr const&, std::shared_ptr const&, bool, std::shared_ptr) @ 0x000000003eb2f404 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5652: DB::MergeTreeData::alterPartition(std::shared_ptr const&, std::vector> const&, std::shared_ptr) @ 0x000000003df2d78f 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:245: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751f81 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:06:46.526429 [ 91969 ] {} TCPHandler: Code: 36. DB::Exception: Cannot replace partition '0' because part '0_1_1_0' has inconsistent granularity with table. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&, String const&) @ 0x0000000020dd518d 4. ./build_docker/./src/Storages/StorageMergeTree.cpp:2245: DB::StorageMergeTree::replacePartitionFrom(std::shared_ptr const&, std::shared_ptr const&, bool, std::shared_ptr) @ 0x000000003eb2f404 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5652: DB::MergeTreeData::alterPartition(std::shared_ptr const&, std::vector> const&, std::shared_ptr) @ 0x000000003df2d78f 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:245: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751f81 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:06:48.354667 [ 92575 ] {ee57acf6-cb0f-4cde-8214-8050858c2510} executeQuery: Code: 708. DB::Exception: Statistics of type 'minmax' do not support type String. (ILLEGAL_STATISTICS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: -- These types don't work: CREATE TABLE tab (col String STATISTICS(minmax)) Engine = MergeTree() ORDER BY tuple();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsMinMax.cpp:78: DB::minMaxStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebd7186 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:06:48.365972 [ 92575 ] {} TCPHandler: Code: 708. DB::Exception: Statistics of type 'minmax' do not support type String. (ILLEGAL_STATISTICS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsMinMax.cpp:78: DB::minMaxStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebd7186 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:06:48.440837 [ 92575 ] {92d08191-9cdb-45f5-865a-d461b25ea1da} executeQuery: Code: 708. DB::Exception: Statistics of type 'minmax' do not support type FixedString(1). (ILLEGAL_STATISTICS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: CREATE TABLE tab (col FixedString(1) STATISTICS(minmax)) Engine = MergeTree() ORDER BY tuple();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsMinMax.cpp:78: DB::minMaxStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebd7186 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:06:48.448006 [ 92575 ] {} TCPHandler: Code: 708. DB::Exception: Statistics of type 'minmax' do not support type FixedString(1). (ILLEGAL_STATISTICS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsMinMax.cpp:78: DB::minMaxStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebd7186 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:06:48.523526 [ 92575 ] {e8879fe6-7f92-45da-a667-e3477317b776} executeQuery: Code: 708. DB::Exception: Statistics of type 'minmax' do not support type Array(Float64). (ILLEGAL_STATISTICS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: CREATE TABLE tab (col Array(Float64) STATISTICS(minmax)) Engine = MergeTree() ORDER BY tuple();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsMinMax.cpp:78: DB::minMaxStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebd7186 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:06:48.531556 [ 92575 ] {} TCPHandler: Code: 708. DB::Exception: Statistics of type 'minmax' do not support type Array(Float64). (ILLEGAL_STATISTICS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsMinMax.cpp:78: DB::minMaxStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebd7186 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:06:48.603598 [ 91631 ] {6c5b7877-2ded-4f84-88c3-ff03da118d71} executeQuery: Code: 117. DB::Exception: The arrays in column 'vec' must not be empty. Did you try to INSERT default values?. (INCORRECT_DATA) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59616) (comment: 02354_vector_search_empty_arrays_or_default_values.sql) (in query: INSERT INTO tab VALUES ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/MergeTree/MergeTreeIndexVectorSimilarity.cpp:357: DB::MergeTreeIndexAggregatorVectorSimilarity::update(DB::Block const&, unsigned long*, unsigned long) @ 0x000000003e3831a5 5. ./build_docker/./src/Storages/MergeTree/MergeTreeDataPartWriterOnDisk.cpp:416: DB::MergeTreeDataPartWriterOnDisk::calculateAndSerializeSkipIndices(DB::Block const&, std::vector> const&) @ 0x000000003e14f248 6. ./build_docker/./src/Storages/MergeTree/MergeTreeDataPartWriterWide.cpp:348: DB::MergeTreeDataPartWriterWide::write(DB::Block const&, DB::PODArray, 63ul, 64ul> const*) @ 0x000000003e16d578 7. ./build_docker/./src/Storages/MergeTree/MergedBlockOutputStream.cpp:421: DB::MergedBlockOutputStream::writeWithPermutation(DB::Block const&, DB::PODArray, 63ul, 64ul> const*) @ 0x000000003e620a32 8. ./build_docker/./src/Storages/MergeTree/MergeTreeDataWriter.cpp:758: DB::MergeTreeDataWriter::writeTempPartImpl(DB::BlockWithPartition&, std::shared_ptr const&, std::shared_ptr, long, bool) @ 0x000000003e22a106 9. ./build_docker/./src/Storages/MergeTree/MergeTreeDataWriter.cpp:481: DB::MergeTreeDataWriter::writeTempPart(DB::BlockWithPartition&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003e21f4d7 10. ./build_docker/./src/Storages/MergeTree/MergeTreeSink.cpp:127: DB::MergeTreeSink::consume(DB::Chunk&) @ 0x000000003eb8620e 11. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:18: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x0000000040442f99 12. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 14. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 18. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 19. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 20. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:06:48.617412 [ 91631 ] {} TCPHandler: Code: 117. DB::Exception: The arrays in column 'vec' must not be empty. Did you try to INSERT default values?. (INCORRECT_DATA), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/MergeTree/MergeTreeIndexVectorSimilarity.cpp:357: DB::MergeTreeIndexAggregatorVectorSimilarity::update(DB::Block const&, unsigned long*, unsigned long) @ 0x000000003e3831a5 5. ./build_docker/./src/Storages/MergeTree/MergeTreeDataPartWriterOnDisk.cpp:416: DB::MergeTreeDataPartWriterOnDisk::calculateAndSerializeSkipIndices(DB::Block const&, std::vector> const&) @ 0x000000003e14f248 6. ./build_docker/./src/Storages/MergeTree/MergeTreeDataPartWriterWide.cpp:348: DB::MergeTreeDataPartWriterWide::write(DB::Block const&, DB::PODArray, 63ul, 64ul> const*) @ 0x000000003e16d578 7. ./build_docker/./src/Storages/MergeTree/MergedBlockOutputStream.cpp:421: DB::MergedBlockOutputStream::writeWithPermutation(DB::Block const&, DB::PODArray, 63ul, 64ul> const*) @ 0x000000003e620a32 8. ./build_docker/./src/Storages/MergeTree/MergeTreeDataWriter.cpp:758: DB::MergeTreeDataWriter::writeTempPartImpl(DB::BlockWithPartition&, std::shared_ptr const&, std::shared_ptr, long, bool) @ 0x000000003e22a106 9. ./build_docker/./src/Storages/MergeTree/MergeTreeDataWriter.cpp:481: DB::MergeTreeDataWriter::writeTempPart(DB::BlockWithPartition&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003e21f4d7 10. ./build_docker/./src/Storages/MergeTree/MergeTreeSink.cpp:127: DB::MergeTreeSink::consume(DB::Chunk&) @ 0x000000003eb8620e 11. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:18: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x0000000040442f99 12. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 14. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 18. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 19. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 20. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:06:48.627863 [ 92575 ] {2be690c7-26b7-477f-a6a4-d9208190f852} executeQuery: Code: 708. DB::Exception: Statistics of type 'minmax' do not support type Tuple(Float64, Float64). (ILLEGAL_STATISTICS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: CREATE TABLE tab (col Tuple(Float64, Float64) STATISTICS(minmax)) Engine = MergeTree() ORDER BY tuple();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsMinMax.cpp:78: DB::minMaxStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebd7186 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:06:48.637367 [ 92575 ] {} TCPHandler: Code: 708. DB::Exception: Statistics of type 'minmax' do not support type Tuple(Float64, Float64). (ILLEGAL_STATISTICS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsMinMax.cpp:78: DB::minMaxStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebd7186 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:06:48.710700 [ 92575 ] {d1a0f930-76c1-40c0-9405-03924823bacd} executeQuery: Code: 708. DB::Exception: Statistics of type 'minmax' do not support type Map(UInt64, UInt64). (ILLEGAL_STATISTICS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: CREATE TABLE tab (col Map(UInt64, UInt64) STATISTICS(minmax)) Engine = MergeTree() ORDER BY tuple();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsMinMax.cpp:78: DB::minMaxStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebd7186 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:06:48.719508 [ 92575 ] {} TCPHandler: Code: 708. DB::Exception: Statistics of type 'minmax' do not support type Map(UInt64, UInt64). (ILLEGAL_STATISTICS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsMinMax.cpp:78: DB::minMaxStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebd7186 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:06:48.723970 [ 91631 ] {7fdd0572-7c8c-4727-9cee-281b2ba7d8e8} executeQuery: Code: 117. DB::Exception: The arrays in column 'vec' must not be empty. Did you try to INSERT default values?. (INCORRECT_DATA) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59616) (comment: 02354_vector_search_empty_arrays_or_default_values.sql) (in query: INSERT INTO tab (id) VALUES ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/MergeTree/MergeTreeIndexVectorSimilarity.cpp:357: DB::MergeTreeIndexAggregatorVectorSimilarity::update(DB::Block const&, unsigned long*, unsigned long) @ 0x000000003e3831a5 5. ./build_docker/./src/Storages/MergeTree/MergeTreeDataPartWriterOnDisk.cpp:416: DB::MergeTreeDataPartWriterOnDisk::calculateAndSerializeSkipIndices(DB::Block const&, std::vector> const&) @ 0x000000003e14f248 6. ./build_docker/./src/Storages/MergeTree/MergeTreeDataPartWriterWide.cpp:348: DB::MergeTreeDataPartWriterWide::write(DB::Block const&, DB::PODArray, 63ul, 64ul> const*) @ 0x000000003e16d578 7. ./build_docker/./src/Storages/MergeTree/MergedBlockOutputStream.cpp:421: DB::MergedBlockOutputStream::writeWithPermutation(DB::Block const&, DB::PODArray, 63ul, 64ul> const*) @ 0x000000003e620a32 8. ./build_docker/./src/Storages/MergeTree/MergeTreeDataWriter.cpp:758: DB::MergeTreeDataWriter::writeTempPartImpl(DB::BlockWithPartition&, std::shared_ptr const&, std::shared_ptr, long, bool) @ 0x000000003e22a106 9. ./build_docker/./src/Storages/MergeTree/MergeTreeDataWriter.cpp:481: DB::MergeTreeDataWriter::writeTempPart(DB::BlockWithPartition&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003e21f4d7 10. ./build_docker/./src/Storages/MergeTree/MergeTreeSink.cpp:127: DB::MergeTreeSink::consume(DB::Chunk&) @ 0x000000003eb8620e 11. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:18: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x0000000040442f99 12. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 14. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 18. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 19. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 20. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:06:48.734775 [ 91631 ] {} TCPHandler: Code: 117. DB::Exception: The arrays in column 'vec' must not be empty. Did you try to INSERT default values?. (INCORRECT_DATA), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/MergeTree/MergeTreeIndexVectorSimilarity.cpp:357: DB::MergeTreeIndexAggregatorVectorSimilarity::update(DB::Block const&, unsigned long*, unsigned long) @ 0x000000003e3831a5 5. ./build_docker/./src/Storages/MergeTree/MergeTreeDataPartWriterOnDisk.cpp:416: DB::MergeTreeDataPartWriterOnDisk::calculateAndSerializeSkipIndices(DB::Block const&, std::vector> const&) @ 0x000000003e14f248 6. ./build_docker/./src/Storages/MergeTree/MergeTreeDataPartWriterWide.cpp:348: DB::MergeTreeDataPartWriterWide::write(DB::Block const&, DB::PODArray, 63ul, 64ul> const*) @ 0x000000003e16d578 7. ./build_docker/./src/Storages/MergeTree/MergedBlockOutputStream.cpp:421: DB::MergedBlockOutputStream::writeWithPermutation(DB::Block const&, DB::PODArray, 63ul, 64ul> const*) @ 0x000000003e620a32 8. ./build_docker/./src/Storages/MergeTree/MergeTreeDataWriter.cpp:758: DB::MergeTreeDataWriter::writeTempPartImpl(DB::BlockWithPartition&, std::shared_ptr const&, std::shared_ptr, long, bool) @ 0x000000003e22a106 9. ./build_docker/./src/Storages/MergeTree/MergeTreeDataWriter.cpp:481: DB::MergeTreeDataWriter::writeTempPart(DB::BlockWithPartition&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003e21f4d7 10. ./build_docker/./src/Storages/MergeTree/MergeTreeSink.cpp:127: DB::MergeTreeSink::consume(DB::Chunk&) @ 0x000000003eb8620e 11. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:18: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x0000000040442f99 12. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 14. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 18. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 19. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 20. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:06:48.788733 [ 92575 ] {9e70349d-612e-4939-a5f7-ee9def9b5683} executeQuery: Code: 708. DB::Exception: Statistics of type 'minmax' do not support type UUID. (ILLEGAL_STATISTICS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: CREATE TABLE tab (col UUID STATISTICS(minmax)) Engine = MergeTree() ORDER BY tuple();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsMinMax.cpp:78: DB::minMaxStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebd7186 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:06:48.797104 [ 92575 ] {} TCPHandler: Code: 708. DB::Exception: Statistics of type 'minmax' do not support type UUID. (ILLEGAL_STATISTICS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsMinMax.cpp:78: DB::minMaxStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebd7186 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:06:48.876506 [ 92575 ] {bc114da8-8815-494a-a2fa-001b43f66822} executeQuery: Code: 708. DB::Exception: Statistics of type 'minmax' do not support type IPv6. (ILLEGAL_STATISTICS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: CREATE TABLE tab (col IPv6 STATISTICS(minmax)) Engine = MergeTree() ORDER BY tuple();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsMinMax.cpp:78: DB::minMaxStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebd7186 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:06:48.884348 [ 92575 ] {} TCPHandler: Code: 708. DB::Exception: Statistics of type 'minmax' do not support type IPv6. (ILLEGAL_STATISTICS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsMinMax.cpp:78: DB::minMaxStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebd7186 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 9. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 10. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 11. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 12. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:06:48.931347 [ 93880 ] {4cbd8194-a336-437a-9d57-2c09e2e5def8} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -189, m = 2. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59666) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-189, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:48.954184 [ 93880 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -189, m = 2. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:49.635268 [ 92575 ] {7a131ff4-2708-4b6b-af35-c075c53fb141} executeQuery: Code: 80. DB::Exception: Unknown statistics type: no_statistics_type. Supported statistics types are 'countmin', 'minmax', 'tdigest' and 'uniq'. (INCORRECT_QUERY) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: -- Error case: Unknown statistics types are rejected -- (relevant for ADD and MODIFY) ALTER TABLE tab ADD STATISTICS f64 TYPE no_statistics_type;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Storages/StatisticsDescription.cpp:55: DB::stringToStatisticsType(String) @ 0x000000003c87ba38 5. ./build_docker/./src/Storages/StatisticsDescription.cpp:137: DB::ColumnStatisticsDescription::fromAST(std::shared_ptr const&, DB::ColumnsDescription const&) @ 0x000000003c87dd78 6. ./build_docker/./src/Storages/AlterCommands.cpp:717: DB::AlterCommand::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6b8956 7. ./build_docker/./src/Storages/AlterCommands.cpp:1180: DB::AlterCommands::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6cc870 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3469: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea34a0 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 10. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:49.642701 [ 92575 ] {} TCPHandler: Code: 80. DB::Exception: Unknown statistics type: no_statistics_type. Supported statistics types are 'countmin', 'minmax', 'tdigest' and 'uniq'. (INCORRECT_QUERY), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Storages/StatisticsDescription.cpp:55: DB::stringToStatisticsType(String) @ 0x000000003c87ba38 5. ./build_docker/./src/Storages/StatisticsDescription.cpp:137: DB::ColumnStatisticsDescription::fromAST(std::shared_ptr const&, DB::ColumnsDescription const&) @ 0x000000003c87dd78 6. ./build_docker/./src/Storages/AlterCommands.cpp:717: DB::AlterCommand::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6b8956 7. ./build_docker/./src/Storages/AlterCommands.cpp:1180: DB::AlterCommands::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6cc870 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3469: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea34a0 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 10. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:49.690652 [ 92575 ] {85a0c81d-b91d-419c-9899-47a4d86b7bd9} executeQuery: Code: 80. DB::Exception: Unknown statistics type: no_statistics_type. Supported statistics types are 'countmin', 'minmax', 'tdigest' and 'uniq'. (INCORRECT_QUERY) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: ALTER TABLE tab ADD STATISTICS IF NOT EXISTS f64 TYPE no_statistics_type;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Storages/StatisticsDescription.cpp:55: DB::stringToStatisticsType(String) @ 0x000000003c87ba38 5. ./build_docker/./src/Storages/StatisticsDescription.cpp:137: DB::ColumnStatisticsDescription::fromAST(std::shared_ptr const&, DB::ColumnsDescription const&) @ 0x000000003c87dd78 6. ./build_docker/./src/Storages/AlterCommands.cpp:717: DB::AlterCommand::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6b8956 7. ./build_docker/./src/Storages/AlterCommands.cpp:1180: DB::AlterCommands::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6cc870 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3469: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea34a0 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 10. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:49.698089 [ 92575 ] {} TCPHandler: Code: 80. DB::Exception: Unknown statistics type: no_statistics_type. Supported statistics types are 'countmin', 'minmax', 'tdigest' and 'uniq'. (INCORRECT_QUERY), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Storages/StatisticsDescription.cpp:55: DB::stringToStatisticsType(String) @ 0x000000003c87ba38 5. ./build_docker/./src/Storages/StatisticsDescription.cpp:137: DB::ColumnStatisticsDescription::fromAST(std::shared_ptr const&, DB::ColumnsDescription const&) @ 0x000000003c87dd78 6. ./build_docker/./src/Storages/AlterCommands.cpp:717: DB::AlterCommand::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6b8956 7. ./build_docker/./src/Storages/AlterCommands.cpp:1180: DB::AlterCommands::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6cc870 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3469: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea34a0 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 10. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:50.222488 [ 92575 ] {74f9531a-803a-4ef8-a53f-1a68da956aed} executeQuery: Code: 80. DB::Exception: Unknown statistics type: no_statistics_type. Supported statistics types are 'countmin', 'minmax', 'tdigest' and 'uniq'. (INCORRECT_QUERY) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: ALTER TABLE tab MODIFY STATISTICS f64 TYPE no_statistics_type;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Storages/StatisticsDescription.cpp:55: DB::stringToStatisticsType(String) @ 0x000000003c87ba38 5. ./build_docker/./src/Storages/StatisticsDescription.cpp:137: DB::ColumnStatisticsDescription::fromAST(std::shared_ptr const&, DB::ColumnsDescription const&) @ 0x000000003c87dd78 6. ./build_docker/./src/Storages/AlterCommands.cpp:751: DB::AlterCommand::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6b8df5 7. ./build_docker/./src/Storages/AlterCommands.cpp:1180: DB::AlterCommands::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6cc870 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3469: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea34a0 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 10. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:50.229253 [ 92575 ] {} TCPHandler: Code: 80. DB::Exception: Unknown statistics type: no_statistics_type. Supported statistics types are 'countmin', 'minmax', 'tdigest' and 'uniq'. (INCORRECT_QUERY), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Storages/StatisticsDescription.cpp:55: DB::stringToStatisticsType(String) @ 0x000000003c87ba38 5. ./build_docker/./src/Storages/StatisticsDescription.cpp:137: DB::ColumnStatisticsDescription::fromAST(std::shared_ptr const&, DB::ColumnsDescription const&) @ 0x000000003c87dd78 6. ./build_docker/./src/Storages/AlterCommands.cpp:751: DB::AlterCommand::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6b8df5 7. ./build_docker/./src/Storages/AlterCommands.cpp:1180: DB::AlterCommands::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6cc870 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3469: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea34a0 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 10. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:50.733682 [ 92575 ] {09195f0b-fe7a-4acb-aa1b-47942b3656c7} executeQuery: Code: 80. DB::Exception: Statistics type tdigest was specified more than once. (INCORRECT_QUERY) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: -- for some reason, ALTER TABLE tab MODIFY STATISTICS IF EXISTS is not supported -- Error case: The same statistics type can't exist more than once on a column -- (relevant for ADD and MODIFY) -- Create the same statistics object twice ALTER TABLE tab ADD STATISTICS f64 TYPE tdigest, tdigest;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Storages/StatisticsDescription.cpp:139: DB::ColumnStatisticsDescription::fromAST(std::shared_ptr const&, DB::ColumnsDescription const&) @ 0x000000003c87f2c2 5. ./build_docker/./src/Storages/AlterCommands.cpp:717: DB::AlterCommand::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6b8956 6. ./build_docker/./src/Storages/AlterCommands.cpp:1180: DB::AlterCommands::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6cc870 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3469: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea34a0 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:06:50.740910 [ 92575 ] {} TCPHandler: Code: 80. DB::Exception: Statistics type tdigest was specified more than once. (INCORRECT_QUERY), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Storages/StatisticsDescription.cpp:139: DB::ColumnStatisticsDescription::fromAST(std::shared_ptr const&, DB::ColumnsDescription const&) @ 0x000000003c87f2c2 5. ./build_docker/./src/Storages/AlterCommands.cpp:717: DB::AlterCommand::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6b8956 6. ./build_docker/./src/Storages/AlterCommands.cpp:1180: DB::AlterCommands::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6cc870 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3469: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea34a0 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:06:50.778667 [ 92575 ] {6b53f7d9-197b-46c0-98ac-860a0f844a9f} executeQuery: Code: 80. DB::Exception: Statistics type tdigest was specified more than once. (INCORRECT_QUERY) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: ALTER TABLE tab ADD STATISTICS IF NOT EXISTS f64 TYPE tdigest, tdigest;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Storages/StatisticsDescription.cpp:139: DB::ColumnStatisticsDescription::fromAST(std::shared_ptr const&, DB::ColumnsDescription const&) @ 0x000000003c87f2c2 5. ./build_docker/./src/Storages/AlterCommands.cpp:717: DB::AlterCommand::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6b8956 6. ./build_docker/./src/Storages/AlterCommands.cpp:1180: DB::AlterCommands::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6cc870 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3469: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea34a0 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:06:50.786079 [ 92575 ] {} TCPHandler: Code: 80. DB::Exception: Statistics type tdigest was specified more than once. (INCORRECT_QUERY), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Storages/StatisticsDescription.cpp:139: DB::ColumnStatisticsDescription::fromAST(std::shared_ptr const&, DB::ColumnsDescription const&) @ 0x000000003c87f2c2 5. ./build_docker/./src/Storages/AlterCommands.cpp:717: DB::AlterCommand::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6b8956 6. ./build_docker/./src/Storages/AlterCommands.cpp:1180: DB::AlterCommands::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6cc870 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3469: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea34a0 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:06:50.876209 [ 91595 ] {7baa1c66-835e-4090-a629-2154050c3cc5} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 187, m = 1. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59788) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (187, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:50.894272 [ 91595 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = 187, m = 1. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:51.316020 [ 92575 ] {e1518034-bb49-4c47-a002-285d2383052a} executeQuery: Code: 80. DB::Exception: Statistics type tdigest was specified more than once. (INCORRECT_QUERY) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: ALTER TABLE tab MODIFY STATISTICS f64 TYPE tdigest, tdigest;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Storages/StatisticsDescription.cpp:139: DB::ColumnStatisticsDescription::fromAST(std::shared_ptr const&, DB::ColumnsDescription const&) @ 0x000000003c87f2c2 5. ./build_docker/./src/Storages/AlterCommands.cpp:751: DB::AlterCommand::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6b8df5 6. ./build_docker/./src/Storages/AlterCommands.cpp:1180: DB::AlterCommands::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6cc870 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3469: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea34a0 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:06:51.323224 [ 92575 ] {} TCPHandler: Code: 80. DB::Exception: Statistics type tdigest was specified more than once. (INCORRECT_QUERY), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Storages/StatisticsDescription.cpp:139: DB::ColumnStatisticsDescription::fromAST(std::shared_ptr const&, DB::ColumnsDescription const&) @ 0x000000003c87f2c2 5. ./build_docker/./src/Storages/AlterCommands.cpp:751: DB::AlterCommand::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6b8df5 6. ./build_docker/./src/Storages/AlterCommands.cpp:1180: DB::AlterCommands::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6cc870 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3469: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea34a0 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:06:51.874193 [ 92575 ] {9b71e05c-a25d-4f9d-a84a-6e13d1eda261} executeQuery: Code: 708. DB::Exception: Statistics type name TDigest has existed in column f64_tdigest. (ILLEGAL_STATISTICS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: -- Create an statistics which exists already ALTER TABLE tab ADD STATISTICS f64_tdigest TYPE tdigest;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, DB::StatisticsType const&, String const&) @ 0x000000003c882b6d 4. ./build_docker/./src/Storages/StatisticsDescription.cpp:109: DB::ColumnStatisticsDescription::merge(DB::ColumnStatisticsDescription const&, String const&, std::shared_ptr, bool) @ 0x000000003c87c6f4 5. ./build_docker/./src/Storages/AlterCommands.cpp:721: DB::AlterCommand::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6b8cb0 6. ./build_docker/./src/Storages/AlterCommands.cpp:1180: DB::AlterCommands::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6cc870 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3469: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea34a0 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:06:51.881926 [ 92575 ] {} TCPHandler: Code: 708. DB::Exception: Statistics type name TDigest has existed in column f64_tdigest. (ILLEGAL_STATISTICS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, DB::StatisticsType const&, String const&) @ 0x000000003c882b6d 4. ./build_docker/./src/Storages/StatisticsDescription.cpp:109: DB::ColumnStatisticsDescription::merge(DB::ColumnStatisticsDescription const&, String const&, std::shared_ptr, bool) @ 0x000000003c87c6f4 5. ./build_docker/./src/Storages/AlterCommands.cpp:721: DB::AlterCommand::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6b8cb0 6. ./build_docker/./src/Storages/AlterCommands.cpp:1180: DB::AlterCommands::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6cc870 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3469: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea34a0 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:06:51.966691 [ 93852 ] {f92d9921-60b8-4f20-82f8-b4302fd8295c} executeQuery: Code: 675. DB::Exception: Cannot parse IPv4 : Cannot parse IPv4 from String: while executing 'FUNCTION toIPv4(ip : 0) -> toIPv4(ip) IPv4 : 2'. (CANNOT_PARSE_IPV4) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59716) (comment: 02244_ip_address_invalid_insert.sql) (in query: INSERT INTO test_table_ipv4_materialized(ip) VALUES ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception>>(int, FormatStringHelperImpl>>::type>, std::basic_string_view>&&) @ 0x0000000008b80faa 4. ./src/IO/ReadHelpers.h:967: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000329b60f6 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000329a1c27 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x0000000032507af9 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032579649 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032578182 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:41: DB::ConvertingTransform::onConsume(DB::Chunk) @ 0x00000000400df2b6 15. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 17. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 21. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 22. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 23. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 18:06:51.977104 [ 93852 ] {} TCPHandler: Code: 675. DB::Exception: Cannot parse IPv4 : Cannot parse IPv4 from String: while executing 'FUNCTION toIPv4(ip : 0) -> toIPv4(ip) IPv4 : 2'. (CANNOT_PARSE_IPV4), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception>>(int, FormatStringHelperImpl>>::type>, std::basic_string_view>&&) @ 0x0000000008b80faa 4. ./src/IO/ReadHelpers.h:967: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000329b60f6 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000329a1c27 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x0000000032507af9 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032579649 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032578182 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:41: DB::ConvertingTransform::onConsume(DB::Chunk) @ 0x00000000400df2b6 15. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 17. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 21. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 22. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 23. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 18:06:52.099487 [ 93852 ] {a30e16e7-f1b5-495d-95e2-67f02ca6cd6e} executeQuery: Code: 675. DB::Exception: Cannot parse IPv4 : Cannot parse IPv4 from String: while executing 'FUNCTION toIPv4(ip : 0) -> toIPv4(ip) IPv4 : 2'. (CANNOT_PARSE_IPV4) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59716) (comment: 02244_ip_address_invalid_insert.sql) (in query: INSERT INTO test_table_ipv4_materialized(ip) VALUES ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception>>(int, FormatStringHelperImpl>>::type>, std::basic_string_view>&&) @ 0x0000000008b80faa 4. ./src/IO/ReadHelpers.h:967: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000329b60f6 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000329a1c27 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x0000000032507af9 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032579649 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032578182 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:41: DB::ConvertingTransform::onConsume(DB::Chunk) @ 0x00000000400df2b6 15. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 17. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 21. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 22. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 23. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 18:06:52.107063 [ 93852 ] {} TCPHandler: Code: 675. DB::Exception: Cannot parse IPv4 : Cannot parse IPv4 from String: while executing 'FUNCTION toIPv4(ip : 0) -> toIPv4(ip) IPv4 : 2'. (CANNOT_PARSE_IPV4), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception>>(int, FormatStringHelperImpl>>::type>, std::basic_string_view>&&) @ 0x0000000008b80faa 4. ./src/IO/ReadHelpers.h:967: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000329b60f6 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000329a1c27 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x0000000032507af9 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032579649 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032578182 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:41: DB::ConvertingTransform::onConsume(DB::Chunk) @ 0x00000000400df2b6 15. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 17. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 21. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 22. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 23. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 18:06:52.463620 [ 91825 ] {0f888ff6-c666-4d79-a2ae-5bf925569cc6} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -188, m = 1. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59840) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-188, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:52.482260 [ 91825 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -188, m = 1. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:52.629487 [ 92575 ] {44c3313f-0865-4a8b-a94e-6e8875ed1695} executeQuery: Code: 708. DB::Exception: Cannot add statistics for column no_such_column: this column is not found. (ILLEGAL_STATISTICS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: -- Error case: Column does not exist -- (relevant for ADD, MODIFY, DROP, CLEAR, and MATERIALIZE) -- Note that the results are unfortunately quite inconsistent ... ALTER TABLE tab ADD STATISTICS no_such_column TYPE tdigest;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/AlterCommands.cpp:713: DB::AlterCommand::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6bedfd 5. ./build_docker/./src/Storages/AlterCommands.cpp:1180: DB::AlterCommands::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6cc870 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3469: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea34a0 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:06:52.636509 [ 92575 ] {} TCPHandler: Code: 708. DB::Exception: Cannot add statistics for column no_such_column: this column is not found. (ILLEGAL_STATISTICS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/AlterCommands.cpp:713: DB::AlterCommand::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6bedfd 5. ./build_docker/./src/Storages/AlterCommands.cpp:1180: DB::AlterCommands::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6cc870 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3469: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea34a0 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:06:52.672629 [ 92575 ] {9d30418d-4192-4b2d-b26e-a37c8260ca61} executeQuery: Code: 708. DB::Exception: Cannot add statistics for column no_such_column: this column is not found. (ILLEGAL_STATISTICS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: ALTER TABLE tab ADD STATISTICS IF NOT EXISTS no_such_column TYPE tdigest;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/AlterCommands.cpp:713: DB::AlterCommand::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6bedfd 5. ./build_docker/./src/Storages/AlterCommands.cpp:1180: DB::AlterCommands::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6cc870 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3469: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea34a0 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:06:52.679431 [ 92575 ] {} TCPHandler: Code: 708. DB::Exception: Cannot add statistics for column no_such_column: this column is not found. (ILLEGAL_STATISTICS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/AlterCommands.cpp:713: DB::AlterCommand::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6bedfd 5. ./build_docker/./src/Storages/AlterCommands.cpp:1180: DB::AlterCommands::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6cc870 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3469: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea34a0 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:06:53.181908 [ 92575 ] {c2e84fbf-a80a-4e68-8e6d-a56fa1a69e9b} executeQuery: Code: 708. DB::Exception: Cannot modify statistics for column no_such_column: this column is not found. (ILLEGAL_STATISTICS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: ALTER TABLE tab MODIFY STATISTICS no_such_column TYPE tdigest;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/AlterCommands.cpp:747: DB::AlterCommand::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6bef72 5. ./build_docker/./src/Storages/AlterCommands.cpp:1180: DB::AlterCommands::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6cc870 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3469: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea34a0 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:06:53.193651 [ 92575 ] {} TCPHandler: Code: 708. DB::Exception: Cannot modify statistics for column no_such_column: this column is not found. (ILLEGAL_STATISTICS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/AlterCommands.cpp:747: DB::AlterCommand::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6bef72 5. ./build_docker/./src/Storages/AlterCommands.cpp:1180: DB::AlterCommands::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6cc870 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3469: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea34a0 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:06:53.734066 [ 92575 ] {267ba595-67a1-4455-8ef7-5d642f54b5c2} executeQuery: Code: 708. DB::Exception: Wrong statistics name. Cannot find statistics `no_such_column` to drop. (ILLEGAL_STATISTICS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: ALTER TABLE tab DROP STATISTICS no_such_column;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/AlterCommands.cpp:733: DB::AlterCommand::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6bab3a 5. ./build_docker/./src/Storages/AlterCommands.cpp:1180: DB::AlterCommands::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6cc870 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3469: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea34a0 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:06:53.749387 [ 92575 ] {} TCPHandler: Code: 708. DB::Exception: Wrong statistics name. Cannot find statistics `no_such_column` to drop. (ILLEGAL_STATISTICS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/AlterCommands.cpp:733: DB::AlterCommand::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6bab3a 5. ./build_docker/./src/Storages/AlterCommands.cpp:1180: DB::AlterCommands::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6cc870 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3469: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea34a0 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:06:54.042241 [ 92575 ] {47d20de2-3849-4b62-b284-7a3c1d849c31} executeQuery: Code: 708. DB::Exception: Wrong statistics name. Cannot find statistics `no_such_column` to drop. (ILLEGAL_STATISTICS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: ALTER TABLE tab CLEAR STATISTICS no_such_column;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/AlterCommands.cpp:733: DB::AlterCommand::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6bab3a 5. ./build_docker/./src/Storages/AlterCommands.cpp:1180: DB::AlterCommands::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6cc870 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3469: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea34a0 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:06:54.051234 [ 92575 ] {} TCPHandler: Code: 708. DB::Exception: Wrong statistics name. Cannot find statistics `no_such_column` to drop. (ILLEGAL_STATISTICS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/AlterCommands.cpp:733: DB::AlterCommand::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6bab3a 5. ./build_docker/./src/Storages/AlterCommands.cpp:1180: DB::AlterCommands::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6cc870 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3469: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea34a0 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:06:54.636661 [ 93852 ] {9bae5013-ff31-41f3-baa3-8487658ea430} executeQuery: Code: 676. DB::Exception: Cannot parse IPv6 : Cannot parse IPv6 from String: while executing 'FUNCTION toIPv6(ip : 0) -> toIPv6(ip) IPv6 : 2'. (CANNOT_PARSE_IPV6) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59716) (comment: 02244_ip_address_invalid_insert.sql) (in query: INSERT INTO test_table_ipv6_materialized(ip) VALUES ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception>>(int, FormatStringHelperImpl>>::type>, std::basic_string_view>&&) @ 0x0000000008b80faa 4. ./src/IO/ReadHelpers.h:989: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000329d66d6 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert>>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000329c3007 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType>>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert>>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x000000003250e0b9 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert>>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003257d949 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert>>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003257c482 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:41: DB::ConvertingTransform::onConsume(DB::Chunk) @ 0x00000000400df2b6 15. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 17. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 21. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 22. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 23. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 18:06:54.647401 [ 93852 ] {} TCPHandler: Code: 676. DB::Exception: Cannot parse IPv6 : Cannot parse IPv6 from String: while executing 'FUNCTION toIPv6(ip : 0) -> toIPv6(ip) IPv6 : 2'. (CANNOT_PARSE_IPV6), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception>>(int, FormatStringHelperImpl>>::type>, std::basic_string_view>&&) @ 0x0000000008b80faa 4. ./src/IO/ReadHelpers.h:989: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000329d66d6 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert>>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000329c3007 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType>>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert>>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x000000003250e0b9 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert>>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003257d949 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert>>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003257c482 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:41: DB::ConvertingTransform::onConsume(DB::Chunk) @ 0x00000000400df2b6 15. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 17. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 21. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 22. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 23. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 18:06:54.664551 [ 92575 ] {dc3a6306-6500-478d-b02e-c365b1e34b34} executeQuery: Code: 708. DB::Exception: Unknown statistics column: no_such_column. (ILLEGAL_STATISTICS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: ALTER TABLE tab MATERIALIZE STATISTICS no_such_column;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:834: DB::MutationsInterpreter::prepare(bool) @ 0x00000000388e329f 5. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:400: DB::MutationsInterpreter::MutationsInterpreter(std::shared_ptr, std::shared_ptr, DB::MutationCommands, std::shared_ptr, DB::MutationsInterpreter::Settings) @ 0x00000000388c9e7a 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:238: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751954 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:06:54.671644 [ 92575 ] {} TCPHandler: Code: 708. DB::Exception: Unknown statistics column: no_such_column. (ILLEGAL_STATISTICS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:834: DB::MutationsInterpreter::prepare(bool) @ 0x00000000388e329f 5. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:400: DB::MutationsInterpreter::MutationsInterpreter(std::shared_ptr, std::shared_ptr, DB::MutationCommands, std::shared_ptr, DB::MutationsInterpreter::Settings) @ 0x00000000388c9e7a 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:238: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751954 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:06:54.701612 [ 92575 ] {e5d21ee4-851d-4762-9dda-c6a8ce61ced6} executeQuery: Code: 708. DB::Exception: Unknown statistics column: no_such_column. (ILLEGAL_STATISTICS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: ALTER TABLE tab MATERIALIZE STATISTICS IF EXISTS no_such_column;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:834: DB::MutationsInterpreter::prepare(bool) @ 0x00000000388e329f 5. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:400: DB::MutationsInterpreter::MutationsInterpreter(std::shared_ptr, std::shared_ptr, DB::MutationCommands, std::shared_ptr, DB::MutationsInterpreter::Settings) @ 0x00000000388c9e7a 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:238: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751954 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:06:54.708461 [ 92575 ] {} TCPHandler: Code: 708. DB::Exception: Unknown statistics column: no_such_column. (ILLEGAL_STATISTICS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:834: DB::MutationsInterpreter::prepare(bool) @ 0x00000000388e329f 5. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:400: DB::MutationsInterpreter::MutationsInterpreter(std::shared_ptr, std::shared_ptr, DB::MutationCommands, std::shared_ptr, DB::MutationsInterpreter::Settings) @ 0x00000000388c9e7a 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:238: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751954 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:06:54.760983 [ 93852 ] {4cdd8012-c2e5-4046-98cb-4b3b1c7d72a4} executeQuery: Code: 676. DB::Exception: Cannot parse IPv6 : Cannot parse IPv6 from String: while executing 'FUNCTION toIPv6(ip : 0) -> toIPv6(ip) IPv6 : 2'. (CANNOT_PARSE_IPV6) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59716) (comment: 02244_ip_address_invalid_insert.sql) (in query: INSERT INTO test_table_ipv6_materialized(ip) VALUES ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception>>(int, FormatStringHelperImpl>>::type>, std::basic_string_view>&&) @ 0x0000000008b80faa 4. ./src/IO/ReadHelpers.h:989: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000329d66d6 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert>>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000329c3007 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType>>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert>>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x000000003250e0b9 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert>>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003257d949 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert>>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003257c482 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:41: DB::ConvertingTransform::onConsume(DB::Chunk) @ 0x00000000400df2b6 15. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 17. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 21. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 22. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 23. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 18:06:54.771581 [ 93852 ] {} TCPHandler: Code: 676. DB::Exception: Cannot parse IPv6 : Cannot parse IPv6 from String: while executing 'FUNCTION toIPv6(ip : 0) -> toIPv6(ip) IPv6 : 2'. (CANNOT_PARSE_IPV6), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception>>(int, FormatStringHelperImpl>>::type>, std::basic_string_view>&&) @ 0x0000000008b80faa 4. ./src/IO/ReadHelpers.h:989: COW::immutable_ptr DB::detail::ConvertThroughParsing::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000329d66d6 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert>>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000329c3007 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType>>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert>>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x000000003250e0b9 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert>>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003257d949 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert>>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003257c482 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 14. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:41: DB::ConvertingTransform::onConsume(DB::Chunk) @ 0x00000000400df2b6 15. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 17. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 21. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 22. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 23. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 18:06:55.260004 [ 91640 ] {91c5ec80-fe33-4475-a360-5141a2ea79d7} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -193, m = 2. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:59956) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-193, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:55.284131 [ 92575 ] {143c683d-5ac1-420c-a20f-32fce2721751} executeQuery: Code: 708. DB::Exception: Statistics of type 'tdigest' do not support type String. (ILLEGAL_STATISTICS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: -- Error case: Column exists but has no statistics -- (relevant for MODIFY, DROP, CLEAR, and MATERIALIZE) -- Note that the results are unfortunately quite inconsistent ... ALTER TABLE tab MODIFY STATISTICS s TYPE tdigest;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsTDigest.cpp:61: DB::tdigestStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebd8aa6 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3790: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea9bde 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 10. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:55.294968 [ 91640 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -193, m = 2. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:55.301638 [ 92575 ] {} TCPHandler: Code: 708. DB::Exception: Statistics of type 'tdigest' do not support type String. (ILLEGAL_STATISTICS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsTDigest.cpp:61: DB::tdigestStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebd8aa6 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3790: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea9bde 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 10. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:55.337595 [ 92575 ] {99b8d053-ae3f-42c1-82c1-f75715631131} executeQuery: Code: 708. DB::Exception: Wrong statistics name. Cannot find statistics `s` to drop. (ILLEGAL_STATISTICS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: ALTER TABLE tab DROP STATISTICS s;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/AlterCommands.cpp:733: DB::AlterCommand::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6bab3a 5. ./build_docker/./src/Storages/AlterCommands.cpp:1180: DB::AlterCommands::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6cc870 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3469: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea34a0 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:06:55.348806 [ 92575 ] {} TCPHandler: Code: 708. DB::Exception: Wrong statistics name. Cannot find statistics `s` to drop. (ILLEGAL_STATISTICS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/AlterCommands.cpp:733: DB::AlterCommand::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6bab3a 5. ./build_docker/./src/Storages/AlterCommands.cpp:1180: DB::AlterCommands::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6cc870 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3469: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea34a0 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:06:55.554340 [ 92575 ] {0dd921e9-f62f-464a-9940-fb5d29cdad23} executeQuery: Code: 708. DB::Exception: Wrong statistics name. Cannot find statistics `s` to drop. (ILLEGAL_STATISTICS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: ALTER TABLE tab CLEAR STATISTICS s;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/AlterCommands.cpp:733: DB::AlterCommand::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6bab3a 5. ./build_docker/./src/Storages/AlterCommands.cpp:1180: DB::AlterCommands::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6cc870 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3469: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea34a0 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:06:55.562251 [ 92575 ] {} TCPHandler: Code: 708. DB::Exception: Wrong statistics name. Cannot find statistics `s` to drop. (ILLEGAL_STATISTICS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/AlterCommands.cpp:733: DB::AlterCommand::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6bab3a 5. ./build_docker/./src/Storages/AlterCommands.cpp:1180: DB::AlterCommands::apply(DB::StorageInMemoryMetadata&, std::shared_ptr) const @ 0x000000003c6cc870 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3469: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea34a0 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:06:55.761979 [ 92575 ] {0a46fe72-aa68-4687-b5f1-5a82ea54e11a} executeQuery: Code: 708. DB::Exception: Unknown statistics column: s. (ILLEGAL_STATISTICS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: ALTER TABLE tab MATERIALIZE STATISTICS s;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:834: DB::MutationsInterpreter::prepare(bool) @ 0x00000000388e329f 5. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:400: DB::MutationsInterpreter::MutationsInterpreter(std::shared_ptr, std::shared_ptr, DB::MutationCommands, std::shared_ptr, DB::MutationsInterpreter::Settings) @ 0x00000000388c9e7a 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:238: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751954 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:06:55.771259 [ 92575 ] {} TCPHandler: Code: 708. DB::Exception: Unknown statistics column: s. (ILLEGAL_STATISTICS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:834: DB::MutationsInterpreter::prepare(bool) @ 0x00000000388e329f 5. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:400: DB::MutationsInterpreter::MutationsInterpreter(std::shared_ptr, std::shared_ptr, DB::MutationCommands, std::shared_ptr, DB::MutationsInterpreter::Settings) @ 0x00000000388c9e7a 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:238: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751954 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:06:55.796896 [ 92575 ] {aafee789-8102-42b7-9938-8ecd697f6fdb} executeQuery: Code: 708. DB::Exception: Unknown statistics column: s. (ILLEGAL_STATISTICS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: ALTER TABLE tab MATERIALIZE STATISTICS IF EXISTS s;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:834: DB::MutationsInterpreter::prepare(bool) @ 0x00000000388e329f 5. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:400: DB::MutationsInterpreter::MutationsInterpreter(std::shared_ptr, std::shared_ptr, DB::MutationCommands, std::shared_ptr, DB::MutationsInterpreter::Settings) @ 0x00000000388c9e7a 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:238: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751954 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:06:55.805425 [ 92575 ] {} TCPHandler: Code: 708. DB::Exception: Unknown statistics column: s. (ILLEGAL_STATISTICS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:834: DB::MutationsInterpreter::prepare(bool) @ 0x00000000388e329f 5. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:400: DB::MutationsInterpreter::MutationsInterpreter(std::shared_ptr, std::shared_ptr, DB::MutationCommands, std::shared_ptr, DB::MutationsInterpreter::Settings) @ 0x00000000388c9e7a 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:238: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751954 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:06:56.443524 [ 92575 ] {5c0787f5-a613-42a2-807a-59f2be0cc4b9} executeQuery: Code: 708. DB::Exception: Statistics of type 'tdigest' do not support type Array(Float64). (ILLEGAL_STATISTICS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: -- Doesn't work: ALTER TABLE tab ADD STATISTICS a TYPE tdigest;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsTDigest.cpp:61: DB::tdigestStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebd8aa6 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3790: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea9bde 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 10. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:56.450555 [ 92575 ] {} TCPHandler: Code: 708. DB::Exception: Statistics of type 'tdigest' do not support type Array(Float64). (ILLEGAL_STATISTICS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsTDigest.cpp:61: DB::tdigestStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebd8aa6 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3790: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea9bde 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 10. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:56.507453 [ 92575 ] {9595593c-fa43-4fe8-ad53-84b293772849} executeQuery: Code: 708. DB::Exception: Statistics of type 'tdigest' do not support type Array(Float64). (ILLEGAL_STATISTICS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: ALTER TABLE tab MODIFY STATISTICS a TYPE tdigest;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsTDigest.cpp:61: DB::tdigestStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebd8aa6 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3790: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea9bde 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 10. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:56.518012 [ 92575 ] {} TCPHandler: Code: 708. DB::Exception: Statistics of type 'tdigest' do not support type Array(Float64). (ILLEGAL_STATISTICS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsTDigest.cpp:61: DB::tdigestStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebd8aa6 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3790: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea9bde 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 10. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:57.622727 [ 92575 ] {0fd5939e-c23d-458e-b303-44c1bd47ebab} executeQuery: Code: 708. DB::Exception: Statistics of type 'uniq' do not support type Array(Float64). (ILLEGAL_STATISTICS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: -- Doesn't work: ALTER TABLE tab ADD STATISTICS a TYPE uniq;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsUniq.cpp:60: DB::uniqStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebdbfdb 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3790: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea9bde 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 10. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:57.631412 [ 92575 ] {} TCPHandler: Code: 708. DB::Exception: Statistics of type 'uniq' do not support type Array(Float64). (ILLEGAL_STATISTICS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsUniq.cpp:60: DB::uniqStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebdbfdb 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3790: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea9bde 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 10. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:57.678579 [ 92575 ] {c4d3c53e-81c7-4e1d-b601-50d8b74a0290} executeQuery: Code: 708. DB::Exception: Statistics of type 'uniq' do not support type Array(Float64). (ILLEGAL_STATISTICS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: ALTER TABLE tab MODIFY STATISTICS a TYPE uniq;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsUniq.cpp:60: DB::uniqStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebdbfdb 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3790: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea9bde 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 10. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:57.685556 [ 92575 ] {} TCPHandler: Code: 708. DB::Exception: Statistics of type 'uniq' do not support type Array(Float64). (ILLEGAL_STATISTICS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsUniq.cpp:60: DB::uniqStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebdbfdb 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3790: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea9bde 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 10. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:58.752009 [ 92575 ] {9cd88dd7-87fb-4a88-b848-824655aba80f} executeQuery: Code: 708. DB::Exception: Statistics of type 'countmin' does not support type Array(Float64). (ILLEGAL_STATISTICS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: -- Doesn't work: ALTER TABLE tab ADD STATISTICS a TYPE countmin;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsCountMinSketch.cpp:91: DB::countMinSketchStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebd08bb 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3790: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea9bde 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 10. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:58.761527 [ 92575 ] {} TCPHandler: Code: 708. DB::Exception: Statistics of type 'countmin' does not support type Array(Float64). (ILLEGAL_STATISTICS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsCountMinSketch.cpp:91: DB::countMinSketchStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebd08bb 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3790: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea9bde 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 10. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:58.816457 [ 92575 ] {90d01ddb-205e-4b99-bba8-de5190fbbd0b} executeQuery: Code: 708. DB::Exception: Statistics of type 'countmin' does not support type Array(Float64). (ILLEGAL_STATISTICS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: ALTER TABLE tab MODIFY STATISTICS a TYPE countmin;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsCountMinSketch.cpp:91: DB::countMinSketchStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebd08bb 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3790: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea9bde 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 10. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:58.825700 [ 92575 ] {} TCPHandler: Code: 708. DB::Exception: Statistics of type 'countmin' does not support type Array(Float64). (ILLEGAL_STATISTICS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsCountMinSketch.cpp:91: DB::countMinSketchStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebd08bb 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3790: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea9bde 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 10. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:59.158780 [ 93349 ] {9247ea28-02cf-40a9-83f0-63e0cc0bc4d5} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -192, m = 1. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38860) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-192, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:59.181303 [ 93349 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -192, m = 1. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:59.606628 [ 55901 ] {d7703dce-7122-40ac-97fa-ef52a9a70d5c} executeQuery: Code: 420. DB::Exception: Updated column `value` affects MATERIALIZED column `key`, which is a key column. Cannot UPDATE it. (CANNOT_UPDATE_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38876) (comment: 00652_mutations_alter_update.sh) (in query: ALTER TABLE materialized_key UPDATE value = 1 WHERE 1), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:506: DB::MutationsInterpreter::prepare(bool) @ 0x00000000388e2c25 5. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:400: DB::MutationsInterpreter::MutationsInterpreter(std::shared_ptr, std::shared_ptr, DB::MutationCommands, std::shared_ptr, DB::MutationsInterpreter::Settings) @ 0x00000000388c9e7a 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:238: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751954 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:06:59.628297 [ 55901 ] {} TCPHandler: Code: 420. DB::Exception: Updated column `value` affects MATERIALIZED column `key`, which is a key column. Cannot UPDATE it. (CANNOT_UPDATE_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:506: DB::MutationsInterpreter::prepare(bool) @ 0x00000000388e2c25 5. ./build_docker/./src/Interpreters/MutationsInterpreter.cpp:400: DB::MutationsInterpreter::MutationsInterpreter(std::shared_ptr, std::shared_ptr, DB::MutationCommands, std::shared_ptr, DB::MutationsInterpreter::Settings) @ 0x00000000388c9e7a 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:238: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751954 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:06:59.911091 [ 92575 ] {9bd94208-583a-4d83-8df2-a9dee81d23ae} executeQuery: Code: 708. DB::Exception: Statistics of type 'minmax' do not support type Array(Float64). (ILLEGAL_STATISTICS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: -- Doesn't work: ALTER TABLE tab ADD STATISTICS a TYPE minmax;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsMinMax.cpp:78: DB::minMaxStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebd7186 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3790: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea9bde 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 10. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:59.917945 [ 92575 ] {} TCPHandler: Code: 708. DB::Exception: Statistics of type 'minmax' do not support type Array(Float64). (ILLEGAL_STATISTICS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsMinMax.cpp:78: DB::minMaxStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebd7186 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3790: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea9bde 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 10. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:59.945740 [ 93349 ] {0662861a-7d83-4a80-b393-5bb9cf055216} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -196, m = 2. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38892) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-196, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:59.966986 [ 92575 ] {85cc647d-4884-48c4-a714-e537bf78e94b} executeQuery: Code: 708. DB::Exception: Statistics of type 'minmax' do not support type Array(Float64). (ILLEGAL_STATISTICS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: ALTER TABLE tab MODIFY STATISTICS a TYPE minmax;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsMinMax.cpp:78: DB::minMaxStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebd7186 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3790: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea9bde 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 10. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:59.975043 [ 92575 ] {} TCPHandler: Code: 708. DB::Exception: Statistics of type 'minmax' do not support type Array(Float64). (ILLEGAL_STATISTICS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/Statistics/StatisticsMinMax.cpp:78: DB::minMaxStatisticsValidator(DB::SingleStatisticsDescription const&, std::shared_ptr const&) @ 0x000000003ebd7186 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003ebccf2f 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003ebc5065 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:842: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de074d9 8. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3790: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003dea9bde 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 10. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:06:59.977574 [ 93349 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -196, m = 2. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:07:00.452939 [ 92575 ] {0ee5893c-1e55-407e-b506-b3ea2d61f32c} executeQuery: Code: 524. DB::Exception: ALTER types of column f64_tdigest with statistics is not safe because it can change the representation of statistics. (ALTER_OF_COLUMN_IS_FORBIDDEN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50688) (comment: 02864_statistics_ddl.sql) (in query: -- Any data type changes on columns with statistics are disallowed, for simplicity even if the new data type is compatible with all existing -- statistics objects (e.g. tdigest can be created on Float64 and UInt64) ALTER TABLE tab MODIFY COLUMN f64_tdigest UInt64;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3779: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003deafd43 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:07:00.460112 [ 92575 ] {} TCPHandler: Code: 524. DB::Exception: ALTER types of column f64_tdigest with statistics is not safe because it can change the representation of statistics. (ALTER_OF_COLUMN_IS_FORBIDDEN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3779: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003deafd43 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:07:01.303039 [ 92249 ] {635bb073-b7ab-40bf-9381-202b431acf07} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -197, m = 2. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38954) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-197, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:07:01.365008 [ 92249 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -197, m = 2. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:07:02.971890 [ 93335 ] {8077b0ef-0466-4a49-9a16-8d107616cb70} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -198, m = 2. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:39008) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-198, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:07:03.009546 [ 93335 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -198, m = 2. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:07:04.179126 [ 92269 ] {a903b1fe-7d91-406c-a35a-cea6a0051fd3} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -195, m = 1. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:39036) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-195, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:07:04.198974 [ 92269 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -195, m = 1. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:07:04.682966 [ 91520 ] {26010af1-08a2-4ceb-b614-323b26c02866} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -398: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:39092) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-199, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:07:04.709975 [ 91520 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = -398: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:07:05.494219 [ 92578 ] {1499032c-1480-4464-8c2c-0f0ddf417a7d} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -196, m = 1. (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:39116) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (-196, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:07:05.515639 [ 92578 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.src (6ae41a5d-59e8-4d1d-ae7e-9d2f4ae19a82) is violated at row 1. Expression: ((xxHash32(n + m) % 8) != 0). Column values: n = -196, m = 1. (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:07:05.664848 [ 91520 ] {549df2eb-e17c-43fb-a253-99615efce20d} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 400: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:39124) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (200, 2) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:07:05.685506 [ 91520 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 400: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:07:06.388718 [ 92181 ] {573a9aa5-b0a7-4e32-803e-8b463b661abf} executeQuery: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 197: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:39154) (comment: 01171_mv_select_insert_isolation_long.sh) (in query: INSERT INTO src VALUES /* (197, 1) */ ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:07:06.407110 [ 92181 ] {} TCPHandler: Code: 469. DB::Exception: Constraint `c` for table test_eyczum0u.dst (cccf442e-9c2d-4afa-b1e8-2bd0a85e623a) is violated at row 1. Expression: ((xxHash32(nm) % 8) != 0). Column values: nm = 197: while pushing to view test_eyczum0u.mv (1d4c113f-261e-43ba-8af6-78cccbac4c46). (VIOLATED_CONSTRAINT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, unsigned long&&, String&&, String&) @ 0x0000000034f6daa7 4. ./build_docker/./src/Processors/Transforms/CheckConstraintsTransform.cpp:119: DB::CheckConstraintsTransform::onConsume(DB::Chunk) @ 0x00000000400a5608 5. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 11. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 12. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 13. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:07:10.262519 [ 92581 ] {4e3532ef-7f46-48b0-8b04-02ddea602604} executeQuery: Code: 117. DB::Exception: Incorrect H3 index: 9223372036854775807, error: 5: while executing 'FUNCTION h3CellAreaM2(arrayJoin(_CAST([9223372036854775807, 65535, NULL]_Array(Nullable(UInt64)), 'Array(Nullable(UInt64))'_String)) :: 5) -> h3CellAreaM2(arrayJoin(_CAST([9223372036854775807, 65535, NULL]_Array(Nullable(UInt64)), 'Array(Nullable(UInt64))'_String))) Nullable(Float64) : 1'. (INCORRECT_DATA) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55974) (comment: 02223_h3_test_const_columns.sql) (in query: SELECT NULL, toFloat64('-1'), -2147483648, h3CellAreaM2(arrayJoin([9223372036854775807, 65535, NULL]));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long const&, unsigned int&) @ 0x0000000011c92e4d 4. DB::(anonymous namespace)::FunctionH3CellAreaM2::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000011c91f24 5. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 6. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 7. DB::IExecutableFunction::defaultImplementationForNulls(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf526d 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4674 9. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 10. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 11. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 13. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 14. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 19. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 18:07:10.272829 [ 92581 ] {} TCPHandler: Code: 117. DB::Exception: Incorrect H3 index: 9223372036854775807, error: 5: while executing 'FUNCTION h3CellAreaM2(arrayJoin(_CAST([9223372036854775807, 65535, NULL]_Array(Nullable(UInt64)), 'Array(Nullable(UInt64))'_String)) :: 5) -> h3CellAreaM2(arrayJoin(_CAST([9223372036854775807, 65535, NULL]_Array(Nullable(UInt64)), 'Array(Nullable(UInt64))'_String))) Nullable(Float64) : 1'. (INCORRECT_DATA), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long const&, unsigned int&) @ 0x0000000011c92e4d 4. DB::(anonymous namespace)::FunctionH3CellAreaM2::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000011c91f24 5. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 6. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 7. DB::IExecutableFunction::defaultImplementationForNulls(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf526d 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4674 9. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 10. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 11. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 13. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 14. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 19. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 18:07:10.985354 [ 92581 ] {cc5f4a68-a67f-42cc-a7b2-b618a2c48c9a} executeQuery: Code: 117. DB::Exception: Incorrect H3 index: 9223372036854775807, error: 5: while executing 'FUNCTION h3CellAreaRads2(arrayJoin(_CAST([9223372036854775807, 65535, NULL]_Array(Nullable(UInt64)), 'Array(Nullable(UInt64))'_String)) :: 5) -> h3CellAreaRads2(arrayJoin(_CAST([9223372036854775807, 65535, NULL]_Array(Nullable(UInt64)), 'Array(Nullable(UInt64))'_String))) Nullable(Float64) : 1'. (INCORRECT_DATA) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55974) (comment: 02223_h3_test_const_columns.sql) (in query: SELECT NULL, toFloat64('-1'), -2147483648, h3CellAreaRads2(arrayJoin([9223372036854775807, 65535, NULL]));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long const&, unsigned int&) @ 0x0000000011c92e4d 4. DB::(anonymous namespace)::FunctionH3CellAreaRads2::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000011c955a4 5. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 6. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 7. DB::IExecutableFunction::defaultImplementationForNulls(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf526d 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4674 9. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 10. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 11. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 13. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 14. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 19. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 18:07:11.003184 [ 92581 ] {} TCPHandler: Code: 117. DB::Exception: Incorrect H3 index: 9223372036854775807, error: 5: while executing 'FUNCTION h3CellAreaRads2(arrayJoin(_CAST([9223372036854775807, 65535, NULL]_Array(Nullable(UInt64)), 'Array(Nullable(UInt64))'_String)) :: 5) -> h3CellAreaRads2(arrayJoin(_CAST([9223372036854775807, 65535, NULL]_Array(Nullable(UInt64)), 'Array(Nullable(UInt64))'_String))) Nullable(Float64) : 1'. (INCORRECT_DATA), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long const&, unsigned int&) @ 0x0000000011c92e4d 4. DB::(anonymous namespace)::FunctionH3CellAreaRads2::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000011c955a4 5. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 6. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 7. DB::IExecutableFunction::defaultImplementationForNulls(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf526d 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4674 9. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 10. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 11. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 12. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 13. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 14. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 15. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 19. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 18:07:13.972307 [ 92581 ] {5257d6bc-dd60-4823-9cc5-8c6d9938215a} executeQuery: Code: 117. DB::Exception: Incorrect arguments h3Index: 579205133326352383, k: 1, error: 1: while executing 'FUNCTION h3HexRing(arrayJoin(_CAST([579205133326352383]_Array(UInt64), 'Array(UInt64)'_String)) :: 3, arrayJoin(_CAST([1, 2, 3]_Array(UInt16), 'Array(UInt16)'_String)) :: 1) -> h3HexRing(arrayJoin(_CAST([579205133326352383]_Array(UInt64), 'Array(UInt64)'_String)), arrayJoin(_CAST([1, 2, 3]_Array(UInt16), 'Array(UInt16)'_String))) Array(UInt64) : 2'. (INCORRECT_DATA) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:55974) (comment: 02223_h3_test_const_columns.sql) (in query: SELECT h3HexRing(arrayJoin([579205133326352383]), arrayJoin([toUInt16(1),toUInt16(2),toUInt16(3)]));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, unsigned long const&, int const&, unsigned int&) @ 0x0000000011cd5fb7 4. DB::(anonymous namespace)::FunctionH3HexRing::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000011cd47c0 5. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 6. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 7. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 8. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 9. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 10. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 11. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 12. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 13. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 17. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 19. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:07:13.984951 [ 92581 ] {} TCPHandler: Code: 117. DB::Exception: Incorrect arguments h3Index: 579205133326352383, k: 1, error: 1: while executing 'FUNCTION h3HexRing(arrayJoin(_CAST([579205133326352383]_Array(UInt64), 'Array(UInt64)'_String)) :: 3, arrayJoin(_CAST([1, 2, 3]_Array(UInt16), 'Array(UInt16)'_String)) :: 1) -> h3HexRing(arrayJoin(_CAST([579205133326352383]_Array(UInt64), 'Array(UInt64)'_String)), arrayJoin(_CAST([1, 2, 3]_Array(UInt16), 'Array(UInt16)'_String))) Array(UInt64) : 2'. (INCORRECT_DATA), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, unsigned long const&, int const&, unsigned int&) @ 0x0000000011cd5fb7 4. DB::(anonymous namespace)::FunctionH3HexRing::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000011cd47c0 5. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 6. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 7. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 8. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 9. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 10. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 11. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 12. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 13. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 17. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 19. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:07:18.216123 [ 92577 ] {5290c3d7-f9db-4e82-8e5a-13e12f166cb3} executeQuery: Code: 36. DB::Exception: Second cell (id 9223372036854775806) is not valid in function s2CellsIntersect: In scope SELECT s2CellsIntersect(9926595209846587392, 9223372036854775806). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:49230) (comment: 01853_s2_cells_intersect.sql) (in query: SELECT s2CellsIntersect(9926595209846587392, 9223372036854775806);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long const&, String&&) @ 0x000000000f1d5f6d 4. DB::(anonymous namespace)::FunctionS2CellsIntersect::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b63b72a 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 18:07:18.223435 [ 92577 ] {} TCPHandler: Code: 36. DB::Exception: Second cell (id 9223372036854775806) is not valid in function s2CellsIntersect: In scope SELECT s2CellsIntersect(9926595209846587392, 9223372036854775806). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long const&, String&&) @ 0x000000000f1d5f6d 4. DB::(anonymous namespace)::FunctionS2CellsIntersect::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001b63b72a 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 18:07:42.930293 [ 92279 ] {} DynamicQueryHandler: Code: 516. DB::Exception: u01_031743056: Authentication failed: password is incorrect, or there is no user with such name. (AUTHENTICATION_FAILED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./build_docker/./src/Access/AccessControl.cpp:628: DB::AccessControl::authenticate(DB::Credentials const&, Poco::Net::IPAddress const&, String const&) const @ 0x0000000033a4b5ae 4. ./build_docker/./src/Interpreters/Session.cpp:370: DB::Session::authenticate(DB::Credentials const&, Poco::Net::SocketAddress const&, std::vector> const&) @ 0x00000000389fdebf 5. ./build_docker/./src/Server/HTTP/authenticateUserByHTTP.cpp:248: DB::authenticateUserByHTTP(DB::HTTPServerRequest const&, DB::HTMLForm const&, DB::HTTPServerResponse&, DB::Session&, std::unique_ptr>&, DB::HTTPHandlerConnectionConfig const&, std::shared_ptr, std::shared_ptr) @ 0x000000003f4c46f2 6. ./build_docker/./src/Server/HTTPHandler.cpp:213: DB::HTTPHandler::authenticateUser(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&) @ 0x000000003f269073 7. ./build_docker/./src/Server/HTTPHandler.cpp:229: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f26a02e 8. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 9. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:07:49.736324 [ 92260 ] {} TCPHandler: TCPHandler: Code: 516. DB::Exception: Expected authentication with SSH key. (AUTHENTICATION_FAILED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Server/TCPHandler.cpp:1733: DB::TCPHandler::receiveHello() @ 0x000000003f43e6ec 5. ./build_docker/./src/Server/TCPHandler.cpp:334: DB::TCPHandler::runImpl() @ 0x000000003f423d66 6. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 7. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 8. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 9. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 10. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 11. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 12. ? @ 0x00007fc708d31ac3 13. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:07:49.736858 [ 92260 ] {} ServerErrorHandler: Code: 516. DB::Exception: Expected authentication with SSH key. (AUTHENTICATION_FAILED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Server/TCPHandler.cpp:1733: DB::TCPHandler::receiveHello() @ 0x000000003f43e6ec 5. ./build_docker/./src/Server/TCPHandler.cpp:334: DB::TCPHandler::runImpl() @ 0x000000003f423d66 6. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 7. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 8. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 9. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 10. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 11. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 12. ? @ 0x00007fc708d31ac3 13. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:07:50.818658 [ 92815 ] {d0c261ab-bbc4-4747-80df-a56c06e6a756} executeQuery: Code: 36. DB::Exception: Aggregate function mannWhitneyUTest require both samples to be non empty. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45436) (comment: 01802_rank_corr_mann_whitney_over_window.sql) (in query: SELECT mannWhitneyUTest(salary, salary) OVER (ORDER BY salary ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING) AS func FROM 01802_empsalary;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/AggregateFunctions/AggregateFunctionMannWhitney.cpp:234: DB::(anonymous namespace)::AggregateFunctionMannWhitney::insertResultInto(char*, DB::IColumn&, DB::Arena*) const @ 0x0000000026a81c3a 5. ./build_docker/./src/Processors/Transforms/WindowTransform.cpp:1072: DB::WindowTransform::appendChunk(DB::Chunk&) @ 0x00000000402f7542 6. ./build_docker/./src/Processors/Transforms/WindowTransform.cpp:1465: DB::WindowTransform::work() @ 0x000000004030055f 7. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 8. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 11. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 2025.03.31 18:07:50.842955 [ 92815 ] {} TCPHandler: Code: 36. DB::Exception: Aggregate function mannWhitneyUTest require both samples to be non empty. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/AggregateFunctions/AggregateFunctionMannWhitney.cpp:234: DB::(anonymous namespace)::AggregateFunctionMannWhitney::insertResultInto(char*, DB::IColumn&, DB::Arena*) const @ 0x0000000026a81c3a 5. ./build_docker/./src/Processors/Transforms/WindowTransform.cpp:1072: DB::WindowTransform::appendChunk(DB::Chunk&) @ 0x00000000402f7542 6. ./build_docker/./src/Processors/Transforms/WindowTransform.cpp:1465: DB::WindowTransform::work() @ 0x000000004030055f 7. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 8. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 11. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 2025.03.31 18:07:51.239080 [ 92815 ] {3ad5a6ca-abc5-47fc-80f5-b55547a929ad} executeQuery: Code: 36. DB::Exception: All numbers in both samples are identical. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45436) (comment: 01802_rank_corr_mann_whitney_over_window.sql) (in query: SELECT rankCorr(salary, 0.5) OVER (ORDER BY salary ASC ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING) AS func FROM 01802_empsalary;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./src/AggregateFunctions/StatCommon.h:51: std::pair>, double> DB::computeRanksAndTieCorrection, DB::AlignedArenaAllocator<8ul>, 8ul>, 0ul, 0ul>>(DB::PODArray, DB::AlignedArenaAllocator<8ul>, 8ul>, 0ul, 0ul> const&) @ 0x0000000026a771f8 5. ./build_docker/./src/AggregateFunctions/AggregateFunctionRankCorrelation.cpp:33: DB::(anonymous namespace)::AggregateFunctionRankCorrelation::insertResultInto(char*, DB::IColumn&, DB::Arena*) const @ 0x0000000026a72495 6. ./build_docker/./src/Processors/Transforms/WindowTransform.cpp:1072: DB::WindowTransform::appendChunk(DB::Chunk&) @ 0x00000000402f7542 7. ./build_docker/./src/Processors/Transforms/WindowTransform.cpp:1465: DB::WindowTransform::work() @ 0x000000004030055f 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 12. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 14. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 18:07:51.251011 [ 92815 ] {} TCPHandler: Code: 36. DB::Exception: All numbers in both samples are identical. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./src/AggregateFunctions/StatCommon.h:51: std::pair>, double> DB::computeRanksAndTieCorrection, DB::AlignedArenaAllocator<8ul>, 8ul>, 0ul, 0ul>>(DB::PODArray, DB::AlignedArenaAllocator<8ul>, 8ul>, 0ul, 0ul> const&) @ 0x0000000026a771f8 5. ./build_docker/./src/AggregateFunctions/AggregateFunctionRankCorrelation.cpp:33: DB::(anonymous namespace)::AggregateFunctionRankCorrelation::insertResultInto(char*, DB::IColumn&, DB::Arena*) const @ 0x0000000026a72495 6. ./build_docker/./src/Processors/Transforms/WindowTransform.cpp:1072: DB::WindowTransform::appendChunk(DB::Chunk&) @ 0x00000000402f7542 7. ./build_docker/./src/Processors/Transforms/WindowTransform.cpp:1465: DB::WindowTransform::work() @ 0x000000004030055f 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 12. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 14. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 18:07:59.965036 [ 92813 ] {} DynamicQueryHandler: Code: 516. DB::Exception: u01_031743056: Authentication failed: password is incorrect, or there is no user with such name. (AUTHENTICATION_FAILED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./build_docker/./src/Access/AccessControl.cpp:628: DB::AccessControl::authenticate(DB::Credentials const&, Poco::Net::IPAddress const&, String const&) const @ 0x0000000033a4b5ae 4. ./build_docker/./src/Interpreters/Session.cpp:370: DB::Session::authenticate(DB::Credentials const&, Poco::Net::SocketAddress const&, std::vector> const&) @ 0x00000000389fdebf 5. ./build_docker/./src/Server/HTTP/authenticateUserByHTTP.cpp:248: DB::authenticateUserByHTTP(DB::HTTPServerRequest const&, DB::HTMLForm const&, DB::HTTPServerResponse&, DB::Session&, std::unique_ptr>&, DB::HTTPHandlerConnectionConfig const&, std::shared_ptr, std::shared_ptr) @ 0x000000003f4c46f2 6. ./build_docker/./src/Server/HTTPHandler.cpp:213: DB::HTTPHandler::authenticateUser(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&) @ 0x000000003f269073 7. ./build_docker/./src/Server/HTTPHandler.cpp:229: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f26a02e 8. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 9. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:08:01.527286 [ 71968 ] {a19c6a87-c6f7-4933-917b-01569a57197e} executeQuery: Code: 62. DB::Exception: Syntax error: failed at position 101 ('IDENTIFIED'): IDENTIFIED plaintext_password by '8'. Expected one of: NO_PASSWORD, PLAINTEXT_PASSWORD, SHA256_PASSWORD, DOUBLE_SHA1_PASSWORD, LDAP, KERBEROS, SSL_CERTIFICATE, BCRYPT_PASSWORD, SSH_KEY, HTTP, JWT, SHA256_HASH, DOUBLE_SHA1_HASH, BCRYPT_HASH, BY, end of query. (SYNTAX_ERROR) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:49462) (comment: 03174_multiple_authentication_methods.sh) (in query: ALTER USER u01_031743056 ON CLUSTER test_shard_localhost IDENTIFIED WITH plaintext_password by '7', IDENTIFIED plaintext_password by '8'), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::createDeprecated(String const&, int, bool) @ 0x000000000895229e 3. ./build_docker/./src/Parsers/parseQuery.cpp:405: DB::parseQueryAndMovePosition(DB::IParser&, char const*&, char const*, String const&, bool, unsigned long, unsigned long, unsigned long) @ 0x00000000427080aa 4. ./build_docker/./src/Parsers/parseQuery.cpp:418: DB::parseQuery(DB::IParser&, char const*, char const*, String const&, unsigned long, unsigned long, unsigned long) @ 0x00000000427081f1 5. ./build_docker/./src/Interpreters/executeQuery.cpp:876: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000039262e24 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 7. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 8. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 9. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 18:08:01.532047 [ 71968 ] {a19c6a87-c6f7-4933-917b-01569a57197e} DynamicQueryHandler: Code: 62. DB::Exception: Syntax error: failed at position 101 ('IDENTIFIED'): IDENTIFIED plaintext_password by '8'. Expected one of: NO_PASSWORD, PLAINTEXT_PASSWORD, SHA256_PASSWORD, DOUBLE_SHA1_PASSWORD, LDAP, KERBEROS, SSL_CERTIFICATE, BCRYPT_PASSWORD, SSH_KEY, HTTP, JWT, SHA256_HASH, DOUBLE_SHA1_HASH, BCRYPT_HASH, BY, end of query. (SYNTAX_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::createDeprecated(String const&, int, bool) @ 0x000000000895229e 3. ./build_docker/./src/Parsers/parseQuery.cpp:405: DB::parseQueryAndMovePosition(DB::IParser&, char const*&, char const*, String const&, bool, unsigned long, unsigned long, unsigned long) @ 0x00000000427080aa 4. ./build_docker/./src/Parsers/parseQuery.cpp:418: DB::parseQuery(DB::IParser&, char const*, char const*, String const&, unsigned long, unsigned long, unsigned long) @ 0x00000000427081f1 5. ./build_docker/./src/Interpreters/executeQuery.cpp:876: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000039262e24 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 7. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 8. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 9. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:08:01.867863 [ 71987 ] {dbce8ada-9e12-4596-ad1c-f3291052d703} executeQuery: Code: 62. DB::Exception: Syntax error: failed at position 102 ('IDENTIFIED'): IDENTIFIED WITH plaintext_password by '8'. Expected one of: NO_PASSWORD, PLAINTEXT_PASSWORD, SHA256_PASSWORD, DOUBLE_SHA1_PASSWORD, LDAP, KERBEROS, SSL_CERTIFICATE, BCRYPT_PASSWORD, SSH_KEY, HTTP, JWT, SHA256_HASH, DOUBLE_SHA1_HASH, BCRYPT_HASH, BY, end of query. (SYNTAX_ERROR) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:49474) (comment: 03174_multiple_authentication_methods.sh) (in query: CREATE USER u01_031743056 ON CLUSTER test_shard_localhost IDENTIFIED WITH plaintext_password by '7', IDENTIFIED WITH plaintext_password by '8'), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::createDeprecated(String const&, int, bool) @ 0x000000000895229e 3. ./build_docker/./src/Parsers/parseQuery.cpp:405: DB::parseQueryAndMovePosition(DB::IParser&, char const*&, char const*, String const&, bool, unsigned long, unsigned long, unsigned long) @ 0x00000000427080aa 4. ./build_docker/./src/Parsers/parseQuery.cpp:418: DB::parseQuery(DB::IParser&, char const*, char const*, String const&, unsigned long, unsigned long, unsigned long) @ 0x00000000427081f1 5. ./build_docker/./src/Interpreters/executeQuery.cpp:876: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000039262e24 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 7. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 8. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 9. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 18:08:01.872153 [ 71987 ] {dbce8ada-9e12-4596-ad1c-f3291052d703} DynamicQueryHandler: Code: 62. DB::Exception: Syntax error: failed at position 102 ('IDENTIFIED'): IDENTIFIED WITH plaintext_password by '8'. Expected one of: NO_PASSWORD, PLAINTEXT_PASSWORD, SHA256_PASSWORD, DOUBLE_SHA1_PASSWORD, LDAP, KERBEROS, SSL_CERTIFICATE, BCRYPT_PASSWORD, SSH_KEY, HTTP, JWT, SHA256_HASH, DOUBLE_SHA1_HASH, BCRYPT_HASH, BY, end of query. (SYNTAX_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::createDeprecated(String const&, int, bool) @ 0x000000000895229e 3. ./build_docker/./src/Parsers/parseQuery.cpp:405: DB::parseQueryAndMovePosition(DB::IParser&, char const*&, char const*, String const&, bool, unsigned long, unsigned long, unsigned long) @ 0x00000000427080aa 4. ./build_docker/./src/Parsers/parseQuery.cpp:418: DB::parseQuery(DB::IParser&, char const*, char const*, String const&, unsigned long, unsigned long, unsigned long) @ 0x00000000427081f1 5. ./build_docker/./src/Interpreters/executeQuery.cpp:876: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000039262e24 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 7. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 8. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 9. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:08:03.026482 [ 1196 ] {db3aeed6-be9e-4b07-8352-c3b3c7a37d93} executeQuery: Code: 36. DB::Exception: Authentication method 'no_password' cannot co-exist with other authentication methods. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from 0.0.0.0:0) (comment: 03174_multiple_authentication_methods.sh) (in query: ALTER USER u01_031743056 ADD IDENTIFIED WITH plaintext_password), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/Access/InterpreterCreateUserQuery.cpp:126: DB::(anonymous namespace)::updateUserFromQueryImpl(DB::User&, DB::ASTCreateUserQuery const&, std::vector>, std::shared_ptr const&, std::optional const&, std::optional const&, std::optional const&, std::optional const&, bool, bool, bool, bool, bool, unsigned long) @ 0x000000003b3eb16d 5. ./build_docker/./src/Interpreters/Access/InterpreterCreateUserQuery.cpp:255: std::shared_ptr std::__function::__policy_invoker (std::shared_ptr const&, StrongTypedef, DB::UUIDTag> const&)>::__call_impl (std::shared_ptr const&, StrongTypedef, DB::UUIDTag> const&)>>(std::__function::__policy_storage const*, std::shared_ptr const&, StrongTypedef, DB::UUIDTag> const&) @ 0x000000003b3edb9a 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000033df2f21 7. ./build_docker/./src/Access/AccessControl.cpp:569: DB::AccessControl::updateImpl(StrongTypedef, DB::UUIDTag> const&, std::function (std::shared_ptr const&, StrongTypedef, DB::UUIDTag> const&)> const&, bool) @ 0x0000000033a4a92f 8. ./build_docker/./src/Access/IAccessStorage.cpp:412: DB::IAccessStorage::update(std::vector, DB::UUIDTag>, std::allocator, DB::UUIDTag>>> const&, std::function (std::shared_ptr const&, StrongTypedef, DB::UUIDTag> const&)> const&, bool) @ 0x0000000033d15fc8 9. ./build_docker/./src/Interpreters/Access/InterpreterCreateUserQuery.cpp:269: DB::InterpreterCreateUserQuery::execute() @ 0x000000003b3e5e62 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 12. ./build_docker/./src/Interpreters/DDLWorker.cpp:508: DB::DDLWorker::tryExecuteQuery(DB::DDLTaskBase&, std::shared_ptr const&) @ 0x000000003682fcef 13. ./build_docker/./src/Interpreters/DDLWorker.cpp:672: DB::DDLWorker::processTask(DB::DDLTaskBase&, std::shared_ptr const&) @ 0x000000003682900e 14. ./build_docker/./src/Interpreters/DDLWorker.cpp:451: DB::DDLWorker::scheduleTasks(bool) @ 0x000000003681fcd6 15. ./build_docker/./src/Interpreters/DDLWorker.cpp:1199: DB::DDLWorker::runMainThread() @ 0x0000000036809b18 16. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000036864ce6 17. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x0000000036864a9f 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 19. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:08:03.031504 [ 1196 ] {db3aeed6-be9e-4b07-8352-c3b3c7a37d93} DDLWorker: Query /* ddl_entry=query-0000000029 */ ALTER USER u01_031743056 ADD IDENTIFIED WITH plaintext_password wasn't finished successfully: Code: 36. DB::Exception: Authentication method 'no_password' cannot co-exist with other authentication methods. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/Access/InterpreterCreateUserQuery.cpp:126: DB::(anonymous namespace)::updateUserFromQueryImpl(DB::User&, DB::ASTCreateUserQuery const&, std::vector>, std::shared_ptr const&, std::optional const&, std::optional const&, std::optional const&, std::optional const&, bool, bool, bool, bool, bool, unsigned long) @ 0x000000003b3eb16d 5. ./build_docker/./src/Interpreters/Access/InterpreterCreateUserQuery.cpp:255: std::shared_ptr std::__function::__policy_invoker (std::shared_ptr const&, StrongTypedef, DB::UUIDTag> const&)>::__call_impl (std::shared_ptr const&, StrongTypedef, DB::UUIDTag> const&)>>(std::__function::__policy_storage const*, std::shared_ptr const&, StrongTypedef, DB::UUIDTag> const&) @ 0x000000003b3edb9a 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000033df2f21 7. ./build_docker/./src/Access/AccessControl.cpp:569: DB::AccessControl::updateImpl(StrongTypedef, DB::UUIDTag> const&, std::function (std::shared_ptr const&, StrongTypedef, DB::UUIDTag> const&)> const&, bool) @ 0x0000000033a4a92f 8. ./build_docker/./src/Access/IAccessStorage.cpp:412: DB::IAccessStorage::update(std::vector, DB::UUIDTag>, std::allocator, DB::UUIDTag>>> const&, std::function (std::shared_ptr const&, StrongTypedef, DB::UUIDTag> const&)> const&, bool) @ 0x0000000033d15fc8 9. ./build_docker/./src/Interpreters/Access/InterpreterCreateUserQuery.cpp:269: DB::InterpreterCreateUserQuery::execute() @ 0x000000003b3e5e62 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 12. ./build_docker/./src/Interpreters/DDLWorker.cpp:508: DB::DDLWorker::tryExecuteQuery(DB::DDLTaskBase&, std::shared_ptr const&) @ 0x000000003682fcef 13. ./build_docker/./src/Interpreters/DDLWorker.cpp:672: DB::DDLWorker::processTask(DB::DDLTaskBase&, std::shared_ptr const&) @ 0x000000003682900e 14. ./build_docker/./src/Interpreters/DDLWorker.cpp:451: DB::DDLWorker::scheduleTasks(bool) @ 0x000000003681fcd6 15. ./build_docker/./src/Interpreters/DDLWorker.cpp:1199: DB::DDLWorker::runMainThread() @ 0x0000000036809b18 16. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000036864ce6 17. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x0000000036864a9f 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 19. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:08:03.479778 [ 91555 ] {43ff7050-f391-4ff6-be93-e722a92ed841} executeQuery: Code: 36. DB::Exception: There was an error on [localhost:9000]: Code: 36. DB::Exception: Authentication method 'no_password' cannot co-exist with other authentication methods. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:49504) (comment: 03174_multiple_authentication_methods.sh) (in query: ALTER USER u01_031743056 ON CLUSTER test_shard_localhost ADD IDENTIFIED WITH plaintext_password), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::DDLOnClusterQueryStatusSource::handleNonZeroStatusCode(DB::ExecutionStatus const&, String const&) @ 0x00000000392470d1 4. ./build_docker/./src/Interpreters/DistributedQueryStatusSource.cpp:258: DB::DistributedQueryStatusSource::generate() @ 0x00000000368f13af 5. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 6. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 7. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 8. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 11. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:112: DB::CompletedPipelineExecutor::execute() @ 0x000000003f7140d3 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1798: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003928176b 13. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 14. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 15. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:08:03.489170 [ 91555 ] {43ff7050-f391-4ff6-be93-e722a92ed841} DynamicQueryHandler: Code: 36. DB::Exception: There was an error on [localhost:9000]: Code: 36. DB::Exception: Authentication method 'no_password' cannot co-exist with other authentication methods. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::DDLOnClusterQueryStatusSource::handleNonZeroStatusCode(DB::ExecutionStatus const&, String const&) @ 0x00000000392470d1 4. ./build_docker/./src/Interpreters/DistributedQueryStatusSource.cpp:258: DB::DistributedQueryStatusSource::generate() @ 0x00000000368f13af 5. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 6. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 7. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 8. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 11. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:112: DB::CompletedPipelineExecutor::execute() @ 0x000000003f7140d3 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1798: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003928176b 13. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 14. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 15. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 16. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 17. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 18. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 19. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 20. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:08:03.536000 [ 91555 ] {13b99bae-ee93-428e-b606-f390dcfa0f7d} executeQuery: Code: 62. DB::Exception: Syntax error: failed at position 105 ('no_password'): no_password. Expected one of: PLAINTEXT_PASSWORD, SHA256_PASSWORD, DOUBLE_SHA1_PASSWORD, LDAP, KERBEROS, SSL_CERTIFICATE, BCRYPT_PASSWORD, SSH_KEY, HTTP, JWT, SHA256_HASH, DOUBLE_SHA1_HASH, BCRYPT_HASH, BY, end of query. (SYNTAX_ERROR) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:49508) (comment: 03174_multiple_authentication_methods.sh) (in query: ALTER USER u01_031743056 ON CLUSTER test_shard_localhost ADD IDENTIFIED WITH plaintext_password by '8', no_password), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::createDeprecated(String const&, int, bool) @ 0x000000000895229e 3. ./build_docker/./src/Parsers/parseQuery.cpp:405: DB::parseQueryAndMovePosition(DB::IParser&, char const*&, char const*, String const&, bool, unsigned long, unsigned long, unsigned long) @ 0x00000000427080aa 4. ./build_docker/./src/Parsers/parseQuery.cpp:418: DB::parseQuery(DB::IParser&, char const*, char const*, String const&, unsigned long, unsigned long, unsigned long) @ 0x00000000427081f1 5. ./build_docker/./src/Interpreters/executeQuery.cpp:876: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000039262e24 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 7. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 8. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 9. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 18:08:03.540048 [ 91555 ] {13b99bae-ee93-428e-b606-f390dcfa0f7d} DynamicQueryHandler: Code: 62. DB::Exception: Syntax error: failed at position 105 ('no_password'): no_password. Expected one of: PLAINTEXT_PASSWORD, SHA256_PASSWORD, DOUBLE_SHA1_PASSWORD, LDAP, KERBEROS, SSL_CERTIFICATE, BCRYPT_PASSWORD, SSH_KEY, HTTP, JWT, SHA256_HASH, DOUBLE_SHA1_HASH, BCRYPT_HASH, BY, end of query. (SYNTAX_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::createDeprecated(String const&, int, bool) @ 0x000000000895229e 3. ./build_docker/./src/Parsers/parseQuery.cpp:405: DB::parseQueryAndMovePosition(DB::IParser&, char const*&, char const*, String const&, bool, unsigned long, unsigned long, unsigned long) @ 0x00000000427080aa 4. ./build_docker/./src/Parsers/parseQuery.cpp:418: DB::parseQuery(DB::IParser&, char const*, char const*, String const&, unsigned long, unsigned long, unsigned long) @ 0x00000000427081f1 5. ./build_docker/./src/Interpreters/executeQuery.cpp:876: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000039262e24 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 7. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 8. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 9. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:08:03.582170 [ 71968 ] {04a686c3-bfba-4b7a-9a14-6112187e0b8b} executeQuery: Code: 62. DB::Exception: Syntax error: failed at position 78 ('no_password'): no_password. Expected one of: PLAINTEXT_PASSWORD, SHA256_PASSWORD, DOUBLE_SHA1_PASSWORD, LDAP, KERBEROS, SSL_CERTIFICATE, BCRYPT_PASSWORD, SSH_KEY, HTTP, JWT, SHA256_HASH, DOUBLE_SHA1_HASH, BCRYPT_HASH, end of query. (SYNTAX_ERROR) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:49520) (comment: 03174_multiple_authentication_methods.sh) (in query: ALTER USER u01_031743056 ON CLUSTER test_shard_localhost ADD IDENTIFIED WITH no_password), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::createDeprecated(String const&, int, bool) @ 0x000000000895229e 3. ./build_docker/./src/Parsers/parseQuery.cpp:405: DB::parseQueryAndMovePosition(DB::IParser&, char const*&, char const*, String const&, bool, unsigned long, unsigned long, unsigned long) @ 0x00000000427080aa 4. ./build_docker/./src/Parsers/parseQuery.cpp:418: DB::parseQuery(DB::IParser&, char const*, char const*, String const&, unsigned long, unsigned long, unsigned long) @ 0x00000000427081f1 5. ./build_docker/./src/Interpreters/executeQuery.cpp:876: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000039262e24 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 7. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 8. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 9. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 18:08:03.586023 [ 71968 ] {04a686c3-bfba-4b7a-9a14-6112187e0b8b} DynamicQueryHandler: Code: 62. DB::Exception: Syntax error: failed at position 78 ('no_password'): no_password. Expected one of: PLAINTEXT_PASSWORD, SHA256_PASSWORD, DOUBLE_SHA1_PASSWORD, LDAP, KERBEROS, SSL_CERTIFICATE, BCRYPT_PASSWORD, SSH_KEY, HTTP, JWT, SHA256_HASH, DOUBLE_SHA1_HASH, BCRYPT_HASH, end of query. (SYNTAX_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::createDeprecated(String const&, int, bool) @ 0x000000000895229e 3. ./build_docker/./src/Parsers/parseQuery.cpp:405: DB::parseQueryAndMovePosition(DB::IParser&, char const*&, char const*, String const&, bool, unsigned long, unsigned long, unsigned long) @ 0x00000000427080aa 4. ./build_docker/./src/Parsers/parseQuery.cpp:418: DB::parseQuery(DB::IParser&, char const*, char const*, String const&, unsigned long, unsigned long, unsigned long) @ 0x00000000427081f1 5. ./build_docker/./src/Interpreters/executeQuery.cpp:876: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000039262e24 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 7. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 8. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 9. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:08:04.024413 [ 92249 ] {fa8683d3-ba11-43ad-83b4-d37e9f6d0254} executeQuery: Code: 59. DB::Exception: Invalid type for filter in HAVING: Nothing. In query SELECT * FROM numbers(4) GROUP BY number WITH TOTALS HAVING sum(number) <= arrayJoin([]). (ILLEGAL_TYPE_OF_COLUMN_FOR_FILTER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48674) (comment: 01548_with_totals_having.sql) (in query: SELECT * FROM numbers(4) GROUP BY number WITH TOTALS HAVING sum(number) <= arrayJoin([]);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>&, String, String>(int, FormatStringHelperImpl>&>::type, std::type_identity::type, std::type_identity::type>, std::basic_string_view>&, String&&, String&&) @ 0x000000003437d217 4. ./build_docker/./src/Analyzer/ValidationUtils.cpp:50: DB::(anonymous namespace)::validateFilter(std::shared_ptr const&, std::basic_string_view>, std::shared_ptr const&) @ 0x0000000035e7c056 5. ./build_docker/./src/Analyzer/ValidationUtils.cpp:77: DB::validateFilters(std::shared_ptr const&) @ 0x0000000035e7b3df 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5734: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1e0ab 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 9. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 18:08:04.037822 [ 92249 ] {} TCPHandler: Code: 59. DB::Exception: Invalid type for filter in HAVING: Nothing. In query SELECT * FROM numbers(4) GROUP BY number WITH TOTALS HAVING sum(number) <= arrayJoin([]). (ILLEGAL_TYPE_OF_COLUMN_FOR_FILTER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>&, String, String>(int, FormatStringHelperImpl>&>::type, std::type_identity::type, std::type_identity::type>, std::basic_string_view>&, String&&, String&&) @ 0x000000003437d217 4. ./build_docker/./src/Analyzer/ValidationUtils.cpp:50: DB::(anonymous namespace)::validateFilter(std::shared_ptr const&, std::basic_string_view>, std::shared_ptr const&) @ 0x0000000035e7c056 5. ./build_docker/./src/Analyzer/ValidationUtils.cpp:77: DB::validateFilters(std::shared_ptr const&) @ 0x0000000035e7b3df 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5734: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d1e0ab 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 9. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 12. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 18. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 18:08:04.308202 [ 91520 ] {4dea27b3-5cdc-46a3-9de3-060d924777da} executeQuery: Code: 62. DB::Exception: Syntax error: failed at position 75 ('BY'): BY '1';. Expected one of: NO_PASSWORD, PLAINTEXT_PASSWORD, SHA256_PASSWORD, DOUBLE_SHA1_PASSWORD, LDAP, KERBEROS, SSL_CERTIFICATE, BCRYPT_PASSWORD, SSH_KEY, HTTP, JWT, SHA256_HASH, DOUBLE_SHA1_HASH, BCRYPT_HASH, end of query. (SYNTAX_ERROR) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:49560) (comment: 03174_multiple_authentication_methods.sh) (in query: CREATE USER u01_031743056 ON CLUSTER test_shard_localhost IDENTIFIED WITH BY '1';), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::createDeprecated(String const&, int, bool) @ 0x000000000895229e 3. ./build_docker/./src/Parsers/parseQuery.cpp:405: DB::parseQueryAndMovePosition(DB::IParser&, char const*&, char const*, String const&, bool, unsigned long, unsigned long, unsigned long) @ 0x00000000427080aa 4. ./build_docker/./src/Parsers/parseQuery.cpp:418: DB::parseQuery(DB::IParser&, char const*, char const*, String const&, unsigned long, unsigned long, unsigned long) @ 0x00000000427081f1 5. ./build_docker/./src/Interpreters/executeQuery.cpp:876: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000039262e24 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 7. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 8. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 9. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 18:08:04.312135 [ 91520 ] {4dea27b3-5cdc-46a3-9de3-060d924777da} DynamicQueryHandler: Code: 62. DB::Exception: Syntax error: failed at position 75 ('BY'): BY '1';. Expected one of: NO_PASSWORD, PLAINTEXT_PASSWORD, SHA256_PASSWORD, DOUBLE_SHA1_PASSWORD, LDAP, KERBEROS, SSL_CERTIFICATE, BCRYPT_PASSWORD, SSH_KEY, HTTP, JWT, SHA256_HASH, DOUBLE_SHA1_HASH, BCRYPT_HASH, end of query. (SYNTAX_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::createDeprecated(String const&, int, bool) @ 0x000000000895229e 3. ./build_docker/./src/Parsers/parseQuery.cpp:405: DB::parseQueryAndMovePosition(DB::IParser&, char const*&, char const*, String const&, bool, unsigned long, unsigned long, unsigned long) @ 0x00000000427080aa 4. ./build_docker/./src/Parsers/parseQuery.cpp:418: DB::parseQuery(DB::IParser&, char const*, char const*, String const&, unsigned long, unsigned long, unsigned long) @ 0x00000000427081f1 5. ./build_docker/./src/Interpreters/executeQuery.cpp:876: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000039262e24 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 7. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 8. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 9. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:08:04.354622 [ 93335 ] {504827b1-9793-4fe8-af09-f43de20d3a43} executeQuery: Code: 62. DB::Exception: Syntax error: failed at position 59 ('ADD'): ADD IDENTIFIED WITH plaintext_password by '1'. Expected one of: NOT IDENTIFIED, IDENTIFIED, HOST, SettingsProfileElements, SETTINGS, SETTING, PROFILES, PROFILE, DEFAULT ROLE, GRANTEES, DEFAULT DATABASE, IN, VALID UNTIL, end of query. (SYNTAX_ERROR) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:49566) (comment: 03174_multiple_authentication_methods.sh) (in query: CREATE USER u01_031743056 ON CLUSTER test_shard_localhost ADD IDENTIFIED WITH plaintext_password by '1'), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::createDeprecated(String const&, int, bool) @ 0x000000000895229e 3. ./build_docker/./src/Parsers/parseQuery.cpp:405: DB::parseQueryAndMovePosition(DB::IParser&, char const*&, char const*, String const&, bool, unsigned long, unsigned long, unsigned long) @ 0x00000000427080aa 4. ./build_docker/./src/Parsers/parseQuery.cpp:418: DB::parseQuery(DB::IParser&, char const*, char const*, String const&, unsigned long, unsigned long, unsigned long) @ 0x00000000427081f1 5. ./build_docker/./src/Interpreters/executeQuery.cpp:876: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000039262e24 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 7. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 8. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 9. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 18:08:04.358511 [ 93335 ] {504827b1-9793-4fe8-af09-f43de20d3a43} DynamicQueryHandler: Code: 62. DB::Exception: Syntax error: failed at position 59 ('ADD'): ADD IDENTIFIED WITH plaintext_password by '1'. Expected one of: NOT IDENTIFIED, IDENTIFIED, HOST, SettingsProfileElements, SETTINGS, SETTING, PROFILES, PROFILE, DEFAULT ROLE, GRANTEES, DEFAULT DATABASE, IN, VALID UNTIL, end of query. (SYNTAX_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::createDeprecated(String const&, int, bool) @ 0x000000000895229e 3. ./build_docker/./src/Parsers/parseQuery.cpp:405: DB::parseQueryAndMovePosition(DB::IParser&, char const*&, char const*, String const&, bool, unsigned long, unsigned long, unsigned long) @ 0x00000000427080aa 4. ./build_docker/./src/Parsers/parseQuery.cpp:418: DB::parseQuery(DB::IParser&, char const*, char const*, String const&, unsigned long, unsigned long, unsigned long) @ 0x00000000427081f1 5. ./build_docker/./src/Interpreters/executeQuery.cpp:876: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000039262e24 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 7. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 8. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 9. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:08:04.400839 [ 91520 ] {744dc612-988f-4737-948f-f5c7763485ba} executeQuery: Code: 62. DB::Exception: Syntax error: failed at position 104 (end of query): . Expected one of: PLAINTEXT_PASSWORD, SHA256_PASSWORD, DOUBLE_SHA1_PASSWORD, LDAP, KERBEROS, SSL_CERTIFICATE, BCRYPT_PASSWORD, SSH_KEY, HTTP, JWT, SHA256_HASH, DOUBLE_SHA1_HASH, BCRYPT_HASH, BY, end of query. (SYNTAX_ERROR) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:49568) (comment: 03174_multiple_authentication_methods.sh) (in query: ALTER USER u01_031743056 ON CLUSTER test_shard_localhost ADD IDENTIFIED WITH plaintext_password by '1',), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::createDeprecated(String const&, int, bool) @ 0x000000000895229e 3. ./build_docker/./src/Parsers/parseQuery.cpp:405: DB::parseQueryAndMovePosition(DB::IParser&, char const*&, char const*, String const&, bool, unsigned long, unsigned long, unsigned long) @ 0x00000000427080aa 4. ./build_docker/./src/Parsers/parseQuery.cpp:418: DB::parseQuery(DB::IParser&, char const*, char const*, String const&, unsigned long, unsigned long, unsigned long) @ 0x00000000427081f1 5. ./build_docker/./src/Interpreters/executeQuery.cpp:876: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000039262e24 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 7. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 8. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 9. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 18:08:04.404756 [ 91520 ] {744dc612-988f-4737-948f-f5c7763485ba} DynamicQueryHandler: Code: 62. DB::Exception: Syntax error: failed at position 104 (end of query): . Expected one of: PLAINTEXT_PASSWORD, SHA256_PASSWORD, DOUBLE_SHA1_PASSWORD, LDAP, KERBEROS, SSL_CERTIFICATE, BCRYPT_PASSWORD, SSH_KEY, HTTP, JWT, SHA256_HASH, DOUBLE_SHA1_HASH, BCRYPT_HASH, BY, end of query. (SYNTAX_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::createDeprecated(String const&, int, bool) @ 0x000000000895229e 3. ./build_docker/./src/Parsers/parseQuery.cpp:405: DB::parseQueryAndMovePosition(DB::IParser&, char const*&, char const*, String const&, bool, unsigned long, unsigned long, unsigned long) @ 0x00000000427080aa 4. ./build_docker/./src/Parsers/parseQuery.cpp:418: DB::parseQuery(DB::IParser&, char const*, char const*, String const&, unsigned long, unsigned long, unsigned long) @ 0x00000000427081f1 5. ./build_docker/./src/Interpreters/executeQuery.cpp:876: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000039262e24 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 7. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 8. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 9. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:08:04.442866 [ 92562 ] {229fac2a-0bce-42c4-89e6-cb2ee95ea16e} executeQuery: Code: 62. DB::Exception: Syntax error: failed at position 89 ('by'): by '1'. Expected end of query. (SYNTAX_ERROR) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:49580) (comment: 03174_multiple_authentication_methods.sh) (in query: CREATE USER u01_031743056 ON CLUSTER test_shard_localhost IDENTIFIED plaintext_password by '1'), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::createDeprecated(String const&, int, bool) @ 0x000000000895229e 3. ./build_docker/./src/Parsers/parseQuery.cpp:405: DB::parseQueryAndMovePosition(DB::IParser&, char const*&, char const*, String const&, bool, unsigned long, unsigned long, unsigned long) @ 0x00000000427080aa 4. ./build_docker/./src/Parsers/parseQuery.cpp:418: DB::parseQuery(DB::IParser&, char const*, char const*, String const&, unsigned long, unsigned long, unsigned long) @ 0x00000000427081f1 5. ./build_docker/./src/Interpreters/executeQuery.cpp:876: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000039262e24 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 7. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 8. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 9. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 18:08:04.445541 [ 92249 ] {ba145da8-7f05-489c-9ca1-f27ce315638f} executeQuery: Code: 44. DB::Exception: Having clause cannot contain arrayJoin. (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48674) (comment: 01548_with_totals_having.sql) (in query: SELECT * FROM numbers(4) GROUP BY number WITH TOTALS HAVING sum(number) <= arrayJoin([3, 2, 1, 0]) ORDER BY number;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Processors/Transforms/TotalsHavingTransform.cpp:189: DB::TotalsHavingTransform::transform(DB::Chunk&) @ 0x00000000402dc021 5. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 6. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 7. ./build_docker/./src/Processors/Transforms/TotalsHavingTransform.cpp:146: DB::TotalsHavingTransform::work() @ 0x00000000402d762e 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 11. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 12. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 15. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:08:04.447465 [ 92562 ] {229fac2a-0bce-42c4-89e6-cb2ee95ea16e} DynamicQueryHandler: Code: 62. DB::Exception: Syntax error: failed at position 89 ('by'): by '1'. Expected end of query. (SYNTAX_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::createDeprecated(String const&, int, bool) @ 0x000000000895229e 3. ./build_docker/./src/Parsers/parseQuery.cpp:405: DB::parseQueryAndMovePosition(DB::IParser&, char const*&, char const*, String const&, bool, unsigned long, unsigned long, unsigned long) @ 0x00000000427080aa 4. ./build_docker/./src/Parsers/parseQuery.cpp:418: DB::parseQuery(DB::IParser&, char const*, char const*, String const&, unsigned long, unsigned long, unsigned long) @ 0x00000000427081f1 5. ./build_docker/./src/Interpreters/executeQuery.cpp:876: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000039262e24 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 7. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 8. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 9. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:08:04.460111 [ 92249 ] {} TCPHandler: Code: 44. DB::Exception: Having clause cannot contain arrayJoin. (ILLEGAL_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Processors/Transforms/TotalsHavingTransform.cpp:189: DB::TotalsHavingTransform::transform(DB::Chunk&) @ 0x00000000402dc021 5. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 6. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 7. ./build_docker/./src/Processors/Transforms/TotalsHavingTransform.cpp:146: DB::TotalsHavingTransform::work() @ 0x00000000402d762e 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 11. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 12. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 15. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:08:04.507811 [ 91667 ] {e1b0a94a-99fa-4516-a7a7-8fdc2bea4168} executeQuery: Code: 62. DB::Exception: Syntax error: failed at position 59 ('RESET'): RESET AUTHENTICATION METHODS TO NEW. Expected one of: NOT IDENTIFIED, IDENTIFIED, HOST, SettingsProfileElements, SETTINGS, SETTING, PROFILES, PROFILE, DEFAULT ROLE, GRANTEES, DEFAULT DATABASE, IN, VALID UNTIL, end of query. (SYNTAX_ERROR) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:49588) (comment: 03174_multiple_authentication_methods.sh) (in query: CREATE USER u01_031743056 ON CLUSTER test_shard_localhost RESET AUTHENTICATION METHODS TO NEW), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::createDeprecated(String const&, int, bool) @ 0x000000000895229e 3. ./build_docker/./src/Parsers/parseQuery.cpp:405: DB::parseQueryAndMovePosition(DB::IParser&, char const*&, char const*, String const&, bool, unsigned long, unsigned long, unsigned long) @ 0x00000000427080aa 4. ./build_docker/./src/Parsers/parseQuery.cpp:418: DB::parseQuery(DB::IParser&, char const*, char const*, String const&, unsigned long, unsigned long, unsigned long) @ 0x00000000427081f1 5. ./build_docker/./src/Interpreters/executeQuery.cpp:876: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000039262e24 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 7. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 8. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 9. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 18:08:04.511841 [ 91667 ] {e1b0a94a-99fa-4516-a7a7-8fdc2bea4168} DynamicQueryHandler: Code: 62. DB::Exception: Syntax error: failed at position 59 ('RESET'): RESET AUTHENTICATION METHODS TO NEW. Expected one of: NOT IDENTIFIED, IDENTIFIED, HOST, SettingsProfileElements, SETTINGS, SETTING, PROFILES, PROFILE, DEFAULT ROLE, GRANTEES, DEFAULT DATABASE, IN, VALID UNTIL, end of query. (SYNTAX_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::createDeprecated(String const&, int, bool) @ 0x000000000895229e 3. ./build_docker/./src/Parsers/parseQuery.cpp:405: DB::parseQueryAndMovePosition(DB::IParser&, char const*&, char const*, String const&, bool, unsigned long, unsigned long, unsigned long) @ 0x00000000427080aa 4. ./build_docker/./src/Parsers/parseQuery.cpp:418: DB::parseQuery(DB::IParser&, char const*, char const*, String const&, unsigned long, unsigned long, unsigned long) @ 0x00000000427081f1 5. ./build_docker/./src/Interpreters/executeQuery.cpp:876: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000039262e24 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 7. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 8. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 9. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:08:04.561909 [ 91605 ] {eede8e38-660d-4c7b-9ae9-c6c634cf0129} executeQuery: Code: 62. DB::Exception: Syntax error: failed at position 62 ('NOT'): NOT IDENTIFIED. Expected one of: IDENTIFIED, ALL PROFILES, ALL SETTINGS, PROFILES, PROFILE, SETTINGS, SETTING, HOST, end of query. (SYNTAX_ERROR) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:49592) (comment: 03174_multiple_authentication_methods.sh) (in query: ALTER USER u01_031743056 ON CLUSTER test_shard_localhost ADD NOT IDENTIFIED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::createDeprecated(String const&, int, bool) @ 0x000000000895229e 3. ./build_docker/./src/Parsers/parseQuery.cpp:405: DB::parseQueryAndMovePosition(DB::IParser&, char const*&, char const*, String const&, bool, unsigned long, unsigned long, unsigned long) @ 0x00000000427080aa 4. ./build_docker/./src/Parsers/parseQuery.cpp:418: DB::parseQuery(DB::IParser&, char const*, char const*, String const&, unsigned long, unsigned long, unsigned long) @ 0x00000000427081f1 5. ./build_docker/./src/Interpreters/executeQuery.cpp:876: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000039262e24 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 7. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 8. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 9. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 18:08:04.566514 [ 91605 ] {eede8e38-660d-4c7b-9ae9-c6c634cf0129} DynamicQueryHandler: Code: 62. DB::Exception: Syntax error: failed at position 62 ('NOT'): NOT IDENTIFIED. Expected one of: IDENTIFIED, ALL PROFILES, ALL SETTINGS, PROFILES, PROFILE, SETTINGS, SETTING, HOST, end of query. (SYNTAX_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::createDeprecated(String const&, int, bool) @ 0x000000000895229e 3. ./build_docker/./src/Parsers/parseQuery.cpp:405: DB::parseQueryAndMovePosition(DB::IParser&, char const*&, char const*, String const&, bool, unsigned long, unsigned long, unsigned long) @ 0x00000000427080aa 4. ./build_docker/./src/Parsers/parseQuery.cpp:418: DB::parseQuery(DB::IParser&, char const*, char const*, String const&, unsigned long, unsigned long, unsigned long) @ 0x00000000427081f1 5. ./build_docker/./src/Interpreters/executeQuery.cpp:876: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000039262e24 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 7. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 8. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 9. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:08:04.606892 [ 91667 ] {fb9b4661-5618-49ce-9c13-3a53dc1e0be0} executeQuery: Code: 62. DB::Exception: Syntax error: failed at position 100 ('RESET'): RESET AUTHENTICATION METHODS TO NEW. Expected one of: VALID UNTIL, token, Comma, HOST, AlterSettingsProfileElements, SETTINGS, SETTING, PROFILES, PROFILE, ADD, DROP, MODIFY, DEFAULT ROLE, GRANTEES, DEFAULT DATABASE, RENAME TO, IN, end of query. (SYNTAX_ERROR) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:49598) (comment: 03174_multiple_authentication_methods.sh) (in query: ALTER USER u01_031743056 ON CLUSTER test_shard_localhost IDENTIFIED WITH plaintext_password by '1' RESET AUTHENTICATION METHODS TO NEW), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::createDeprecated(String const&, int, bool) @ 0x000000000895229e 3. ./build_docker/./src/Parsers/parseQuery.cpp:405: DB::parseQueryAndMovePosition(DB::IParser&, char const*&, char const*, String const&, bool, unsigned long, unsigned long, unsigned long) @ 0x00000000427080aa 4. ./build_docker/./src/Parsers/parseQuery.cpp:418: DB::parseQuery(DB::IParser&, char const*, char const*, String const&, unsigned long, unsigned long, unsigned long) @ 0x00000000427081f1 5. ./build_docker/./src/Interpreters/executeQuery.cpp:876: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000039262e24 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 7. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 8. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 9. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 18:08:04.611329 [ 91667 ] {fb9b4661-5618-49ce-9c13-3a53dc1e0be0} DynamicQueryHandler: Code: 62. DB::Exception: Syntax error: failed at position 100 ('RESET'): RESET AUTHENTICATION METHODS TO NEW. Expected one of: VALID UNTIL, token, Comma, HOST, AlterSettingsProfileElements, SETTINGS, SETTING, PROFILES, PROFILE, ADD, DROP, MODIFY, DEFAULT ROLE, GRANTEES, DEFAULT DATABASE, RENAME TO, IN, end of query. (SYNTAX_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::createDeprecated(String const&, int, bool) @ 0x000000000895229e 3. ./build_docker/./src/Parsers/parseQuery.cpp:405: DB::parseQueryAndMovePosition(DB::IParser&, char const*&, char const*, String const&, bool, unsigned long, unsigned long, unsigned long) @ 0x00000000427080aa 4. ./build_docker/./src/Parsers/parseQuery.cpp:418: DB::parseQuery(DB::IParser&, char const*, char const*, String const&, unsigned long, unsigned long, unsigned long) @ 0x00000000427081f1 5. ./build_docker/./src/Interpreters/executeQuery.cpp:876: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000039262e24 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 7. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 8. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 9. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:08:07.679368 [ 91520 ] {791a77b5-ff35-4b95-b89f-58d27a0edf02} executeQuery: Code: 36. DB::Exception: 'ntile' argument type must be an unsigned integer (not larger than 64-bit), got Float64. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48752) (comment: 02560_window_ntile.sql) (in query: -- Bad arguments select a, b, ntile(3.0) over (partition by a order by b) from(select intDiv(number,10) as a, number%10 as b from numbers(20));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Processors/Transforms/WindowTransform.cpp:2037: DB::WindowFunctionNtile::WindowFunctionNtile(String const&, std::vector, std::allocator>> const&, DB::Array const&) @ 0x0000000040322119 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], String const&, std::vector, std::allocator>> const&, DB::Array const&, void>(std::allocator const&, String const&, std::vector, std::allocator>> const&, DB::Array const&) @ 0x0000000040321371 6. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: std::shared_ptr std::__function::__policy_invoker (String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*)>::__call_impl (String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*)>>(std::__function::__policy_storage const*, String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x00000000403039f7 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 8. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3240: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d8a49b 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 18:08:07.687633 [ 91520 ] {} TCPHandler: Code: 36. DB::Exception: 'ntile' argument type must be an unsigned integer (not larger than 64-bit), got Float64. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Processors/Transforms/WindowTransform.cpp:2037: DB::WindowFunctionNtile::WindowFunctionNtile(String const&, std::vector, std::allocator>> const&, DB::Array const&) @ 0x0000000040322119 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], String const&, std::vector, std::allocator>> const&, DB::Array const&, void>(std::allocator const&, String const&, std::vector, std::allocator>> const&, DB::Array const&) @ 0x0000000040321371 6. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: std::shared_ptr std::__function::__policy_invoker (String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*)>::__call_impl (String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*)>>(std::__function::__policy_storage const*, String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x00000000403039f7 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 8. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3240: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d8a49b 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 18:08:07.757880 [ 91520 ] {ec03aa59-fbd5-437b-ba81-2857a63212c4} executeQuery: Code: 36. DB::Exception: 'ntile' argument type must be an unsigned integer (not larger than 64-bit), got String. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48752) (comment: 02560_window_ntile.sql) (in query: select a, b, ntile('2') over (partition by a order by b) from(select intDiv(number,10) as a, number%10 as b from numbers(20));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Processors/Transforms/WindowTransform.cpp:2037: DB::WindowFunctionNtile::WindowFunctionNtile(String const&, std::vector, std::allocator>> const&, DB::Array const&) @ 0x0000000040322119 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], String const&, std::vector, std::allocator>> const&, DB::Array const&, void>(std::allocator const&, String const&, std::vector, std::allocator>> const&, DB::Array const&) @ 0x0000000040321371 6. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: std::shared_ptr std::__function::__policy_invoker (String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*)>::__call_impl (String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*)>>(std::__function::__policy_storage const*, String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x00000000403039f7 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 8. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3240: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d8a49b 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 18:08:07.766871 [ 91520 ] {} TCPHandler: Code: 36. DB::Exception: 'ntile' argument type must be an unsigned integer (not larger than 64-bit), got String. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Processors/Transforms/WindowTransform.cpp:2037: DB::WindowFunctionNtile::WindowFunctionNtile(String const&, std::vector, std::allocator>> const&, DB::Array const&) @ 0x0000000040322119 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], String const&, std::vector, std::allocator>> const&, DB::Array const&, void>(std::allocator const&, String const&, std::vector, std::allocator>> const&, DB::Array const&) @ 0x0000000040321371 6. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: std::shared_ptr std::__function::__policy_invoker (String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*)>::__call_impl (String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*)>>(std::__function::__policy_storage const*, String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x00000000403039f7 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 8. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3240: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d8a49b 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 18:08:08.368352 [ 91520 ] {39898d0f-9ccc-4de0-a547-45bb019786b7} executeQuery: Code: 36. DB::Exception: Argument of 'ntile' function must be greater than zero. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48752) (comment: 02560_window_ntile.sql) (in query: select a, b, ntile(0) over (partition by a order by b) from(select intDiv(number,10) as a, number%10 as b from numbers(20));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Processors/Transforms/WindowTransform.cpp:2108: DB::WindowFunctionNtile::windowInsertResultInto(DB::WindowTransform const*, unsigned long) const @ 0x000000004032695f 5. ./build_docker/./src/Processors/Transforms/WindowTransform.cpp:0: non-virtual thunk to DB::WindowFunctionNtile::windowInsertResultInto(DB::WindowTransform const*, unsigned long) const @ 0x000000004032752d 6. ./build_docker/./src/Processors/Transforms/WindowTransform.cpp:1054: DB::WindowTransform::appendChunk(DB::Chunk&) @ 0x00000000402f73e9 7. ./build_docker/./src/Processors/Transforms/WindowTransform.cpp:1465: DB::WindowTransform::work() @ 0x000000004030055f 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 12. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 14. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 18:08:08.384173 [ 91520 ] {} TCPHandler: Code: 36. DB::Exception: Argument of 'ntile' function must be greater than zero. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Processors/Transforms/WindowTransform.cpp:2108: DB::WindowFunctionNtile::windowInsertResultInto(DB::WindowTransform const*, unsigned long) const @ 0x000000004032695f 5. ./build_docker/./src/Processors/Transforms/WindowTransform.cpp:0: non-virtual thunk to DB::WindowFunctionNtile::windowInsertResultInto(DB::WindowTransform const*, unsigned long) const @ 0x000000004032752d 6. ./build_docker/./src/Processors/Transforms/WindowTransform.cpp:1054: DB::WindowTransform::appendChunk(DB::Chunk&) @ 0x00000000402f73e9 7. ./build_docker/./src/Processors/Transforms/WindowTransform.cpp:1465: DB::WindowTransform::work() @ 0x000000004030055f 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 12. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 14. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 18:08:08.451561 [ 91520 ] {05c17304-b26c-423f-a81c-2459b7720e77} executeQuery: Code: 36. DB::Exception: 'ntile' argument type must be an unsigned integer (not larger than 64-bit), got Int8. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48752) (comment: 02560_window_ntile.sql) (in query: select a, b, ntile(-2) over (partition by a order by b) from(select intDiv(number,10) as a, number%10 as b from numbers(20));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Processors/Transforms/WindowTransform.cpp:2037: DB::WindowFunctionNtile::WindowFunctionNtile(String const&, std::vector, std::allocator>> const&, DB::Array const&) @ 0x0000000040322119 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], String const&, std::vector, std::allocator>> const&, DB::Array const&, void>(std::allocator const&, String const&, std::vector, std::allocator>> const&, DB::Array const&) @ 0x0000000040321371 6. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: std::shared_ptr std::__function::__policy_invoker (String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*)>::__call_impl (String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*)>>(std::__function::__policy_storage const*, String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x00000000403039f7 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 8. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3240: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d8a49b 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 18:08:08.460273 [ 91520 ] {} TCPHandler: Code: 36. DB::Exception: 'ntile' argument type must be an unsigned integer (not larger than 64-bit), got Int8. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Processors/Transforms/WindowTransform.cpp:2037: DB::WindowFunctionNtile::WindowFunctionNtile(String const&, std::vector, std::allocator>> const&, DB::Array const&) @ 0x0000000040322119 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], String const&, std::vector, std::allocator>> const&, DB::Array const&, void>(std::allocator const&, String const&, std::vector, std::allocator>> const&, DB::Array const&) @ 0x0000000040321371 6. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: std::shared_ptr std::__function::__policy_invoker (String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*)>::__call_impl (String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*)>>(std::__function::__policy_storage const*, String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x00000000403039f7 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 8. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3240: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d8a49b 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 18:08:09.069266 [ 91520 ] {af6d99e8-1d3d-46e1-b388-1e547c61ec4e} executeQuery: Code: 36. DB::Exception: Argument of 'ntile' function must be a constant. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48752) (comment: 02560_window_ntile.sql) (in query: select a, b, ntile(b + 1) over (partition by a order by b) from(select intDiv(number,10) as a, number%10 as b from numbers(20));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Processors/Transforms/WindowTransform.cpp:2095: DB::WindowFunctionNtile::windowInsertResultInto(DB::WindowTransform const*, unsigned long) const @ 0x0000000040326f95 5. ./build_docker/./src/Processors/Transforms/WindowTransform.cpp:0: non-virtual thunk to DB::WindowFunctionNtile::windowInsertResultInto(DB::WindowTransform const*, unsigned long) const @ 0x000000004032752d 6. ./build_docker/./src/Processors/Transforms/WindowTransform.cpp:1054: DB::WindowTransform::appendChunk(DB::Chunk&) @ 0x00000000402f73e9 7. ./build_docker/./src/Processors/Transforms/WindowTransform.cpp:1465: DB::WindowTransform::work() @ 0x000000004030055f 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 12. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 14. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 18:08:09.082122 [ 91520 ] {} TCPHandler: Code: 36. DB::Exception: Argument of 'ntile' function must be a constant. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Processors/Transforms/WindowTransform.cpp:2095: DB::WindowFunctionNtile::windowInsertResultInto(DB::WindowTransform const*, unsigned long) const @ 0x0000000040326f95 5. ./build_docker/./src/Processors/Transforms/WindowTransform.cpp:0: non-virtual thunk to DB::WindowFunctionNtile::windowInsertResultInto(DB::WindowTransform const*, unsigned long) const @ 0x000000004032752d 6. ./build_docker/./src/Processors/Transforms/WindowTransform.cpp:1054: DB::WindowTransform::appendChunk(DB::Chunk&) @ 0x00000000402f73e9 7. ./build_docker/./src/Processors/Transforms/WindowTransform.cpp:1465: DB::WindowTransform::work() @ 0x000000004030055f 8. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 9. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 12. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 14. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 18:08:09.958466 [ 91520 ] {746ca036-45af-42df-8f6b-0232d9619453} executeQuery: Code: 42. DB::Exception: Function ntile takes exactly one argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48752) (comment: 02560_window_ntile.sql) (in query: select a, b, ntile() over (partition by a order by b) from(select intDiv(number,10) as a, number%10 as b from numbers(20));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Processors/Transforms/WindowTransform.cpp:2033: DB::WindowFunctionNtile::WindowFunctionNtile(String const&, std::vector, std::allocator>> const&, DB::Array const&) @ 0x0000000040321e73 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], String const&, std::vector, std::allocator>> const&, DB::Array const&, void>(std::allocator const&, String const&, std::vector, std::allocator>> const&, DB::Array const&) @ 0x0000000040321371 6. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: std::shared_ptr std::__function::__policy_invoker (String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*)>::__call_impl (String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*)>>(std::__function::__policy_storage const*, String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x00000000403039f7 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 8. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3240: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d8a49b 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 18:08:09.967637 [ 91520 ] {} TCPHandler: Code: 42. DB::Exception: Function ntile takes exactly one argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Processors/Transforms/WindowTransform.cpp:2033: DB::WindowFunctionNtile::WindowFunctionNtile(String const&, std::vector, std::allocator>> const&, DB::Array const&) @ 0x0000000040321e73 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], String const&, std::vector, std::allocator>> const&, DB::Array const&, void>(std::allocator const&, String const&, std::vector, std::allocator>> const&, DB::Array const&) @ 0x0000000040321371 6. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: std::shared_ptr std::__function::__policy_invoker (String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*)>::__call_impl (String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*)>>(std::__function::__policy_storage const*, String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x00000000403039f7 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 8. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3240: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d8a49b 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 18:08:10.029375 [ 91520 ] {337edaf6-7e4c-4320-9eab-daa9a6b07c0f} executeQuery: Code: 42. DB::Exception: Function ntile takes exactly one argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48752) (comment: 02560_window_ntile.sql) (in query: select a, b, ntile(3, 2) over (partition by a order by b) from(select intDiv(number,10) as a, number%10 as b from numbers(20));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Processors/Transforms/WindowTransform.cpp:2033: DB::WindowFunctionNtile::WindowFunctionNtile(String const&, std::vector, std::allocator>> const&, DB::Array const&) @ 0x0000000040321e73 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], String const&, std::vector, std::allocator>> const&, DB::Array const&, void>(std::allocator const&, String const&, std::vector, std::allocator>> const&, DB::Array const&) @ 0x0000000040321371 6. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: std::shared_ptr std::__function::__policy_invoker (String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*)>::__call_impl (String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*)>>(std::__function::__policy_storage const*, String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x00000000403039f7 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 8. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3240: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d8a49b 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 18:08:10.038262 [ 91520 ] {} TCPHandler: Code: 42. DB::Exception: Function ntile takes exactly one argument. (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Processors/Transforms/WindowTransform.cpp:2033: DB::WindowFunctionNtile::WindowFunctionNtile(String const&, std::vector, std::allocator>> const&, DB::Array const&) @ 0x0000000040321e73 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], String const&, std::vector, std::allocator>> const&, DB::Array const&, void>(std::allocator const&, String const&, std::vector, std::allocator>> const&, DB::Array const&) @ 0x0000000040321371 6. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: std::shared_ptr std::__function::__policy_invoker (String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*)>::__call_impl (String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*)>>(std::__function::__policy_storage const*, String const&, std::vector, std::allocator>> const&, DB::Array const&, DB::Settings const*) @ 0x00000000403039f7 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032daebcd 8. ./build_docker/./src/AggregateFunctions/AggregateFunctionFactory.cpp:129: DB::AggregateFunctionFactory::get(String const&, DB::NullsAction, std::vector, std::allocator>> const&, DB::Array const&, DB::AggregateFunctionProperties&) const @ 0x0000000032da92d9 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3240: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d8a49b 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 18:08:10.148168 [ 91520 ] {8755c2fb-64e9-4717-82c8-90af9e81c6d4} WindowFunctionNtile: Window frame for 'ntile' function must have ORDER BY clause 2025.03.31 18:08:10.675824 [ 91520 ] {8755c2fb-64e9-4717-82c8-90af9e81c6d4} executeQuery: Code: 36. DB::Exception: Unsupported window frame type for function 'ntile'. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48752) (comment: 02560_window_ntile.sql) (in query: -- Bad window type select a, b, ntile(2) over (partition by a) from(select intDiv(number,10) as a, number%10 as b from numbers(20));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Processors/Transforms/WindowTransform.cpp:400: DB::WindowTransform::WindowTransform(DB::Block const&, DB::Block const&, DB::WindowDescription const&, std::vector> const&) @ 0x00000000402e8bdf 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::__function::__policy_invoker (DB::Block const&)>::__call_impl (DB::Block const&)>>(std::__function::__policy_storage const*, DB::Block const&) @ 0x0000000040a8b4fd 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034a76fae 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034a6d8bc 8. ./build_docker/./src/QueryPipeline/Pipe.cpp:631: DB::Pipe::addSimpleTransform(std::function (DB::Block const&, DB::Pipe::StreamType)> const&) @ 0x0000000034a6d326 9. ./build_docker/./src/QueryPipeline/Pipe.cpp:641: DB::Pipe::addSimpleTransform(std::function (DB::Block const&)> const&) @ 0x0000000034a6eb43 10. ./build_docker/./src/QueryPipeline/QueryPipelineBuilder.cpp:130: DB::QueryPipelineBuilder::addSimpleTransform(std::function (DB::Block const&)> const&) @ 0x0000000034ac4f01 11. ./build_docker/./src/Processors/QueryPlan/WindowStep.cpp:73: DB::WindowStep::transformPipeline(DB::QueryPipelineBuilder&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040a8776c 12. ./build_docker/./src/Processors/QueryPlan/ITransformingStep.cpp:21: DB::ITransformingStep::updatePipeline(std::vector>, std::allocator>>>, DB::BuildQueryPipelineSettings const&) @ 0x0000000040796c8e 13. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:188: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040813a6f 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:08:10.683907 [ 91520 ] {} TCPHandler: Code: 36. DB::Exception: Unsupported window frame type for function 'ntile'. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Processors/Transforms/WindowTransform.cpp:400: DB::WindowTransform::WindowTransform(DB::Block const&, DB::Block const&, DB::WindowDescription const&, std::vector> const&) @ 0x00000000402e8bdf 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::__function::__policy_invoker (DB::Block const&)>::__call_impl (DB::Block const&)>>(std::__function::__policy_storage const*, DB::Block const&) @ 0x0000000040a8b4fd 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034a76fae 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034a6d8bc 8. ./build_docker/./src/QueryPipeline/Pipe.cpp:631: DB::Pipe::addSimpleTransform(std::function (DB::Block const&, DB::Pipe::StreamType)> const&) @ 0x0000000034a6d326 9. ./build_docker/./src/QueryPipeline/Pipe.cpp:641: DB::Pipe::addSimpleTransform(std::function (DB::Block const&)> const&) @ 0x0000000034a6eb43 10. ./build_docker/./src/QueryPipeline/QueryPipelineBuilder.cpp:130: DB::QueryPipelineBuilder::addSimpleTransform(std::function (DB::Block const&)> const&) @ 0x0000000034ac4f01 11. ./build_docker/./src/Processors/QueryPlan/WindowStep.cpp:73: DB::WindowStep::transformPipeline(DB::QueryPipelineBuilder&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040a8776c 12. ./build_docker/./src/Processors/QueryPlan/ITransformingStep.cpp:21: DB::ITransformingStep::updatePipeline(std::vector>, std::allocator>>>, DB::BuildQueryPipelineSettings const&) @ 0x0000000040796c8e 13. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:188: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040813a6f 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:08:10.795304 [ 91520 ] {b1c2b6a5-01e7-4864-9923-85e1e00a4e9e} WindowFunctionNtile: Window frame for function 'ntile' should be 'ROWS BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED FOLLOWING' 2025.03.31 18:08:10.804410 [ 91520 ] {b1c2b6a5-01e7-4864-9923-85e1e00a4e9e} executeQuery: Code: 36. DB::Exception: Unsupported window frame type for function 'ntile'. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48752) (comment: 02560_window_ntile.sql) (in query: select a, b, ntile(2) over (partition by a order by b rows between 4 preceding and unbounded following) from(select intDiv(number,10) as a, number%10 as b from numbers(20));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Processors/Transforms/WindowTransform.cpp:400: DB::WindowTransform::WindowTransform(DB::Block const&, DB::Block const&, DB::WindowDescription const&, std::vector> const&) @ 0x00000000402e8bdf 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::__function::__policy_invoker (DB::Block const&)>::__call_impl (DB::Block const&)>>(std::__function::__policy_storage const*, DB::Block const&) @ 0x0000000040a8b4fd 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034a76fae 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034a6d8bc 8. ./build_docker/./src/QueryPipeline/Pipe.cpp:631: DB::Pipe::addSimpleTransform(std::function (DB::Block const&, DB::Pipe::StreamType)> const&) @ 0x0000000034a6d326 9. ./build_docker/./src/QueryPipeline/Pipe.cpp:641: DB::Pipe::addSimpleTransform(std::function (DB::Block const&)> const&) @ 0x0000000034a6eb43 10. ./build_docker/./src/QueryPipeline/QueryPipelineBuilder.cpp:130: DB::QueryPipelineBuilder::addSimpleTransform(std::function (DB::Block const&)> const&) @ 0x0000000034ac4f01 11. ./build_docker/./src/Processors/QueryPlan/WindowStep.cpp:73: DB::WindowStep::transformPipeline(DB::QueryPipelineBuilder&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040a8776c 12. ./build_docker/./src/Processors/QueryPlan/ITransformingStep.cpp:21: DB::ITransformingStep::updatePipeline(std::vector>, std::allocator>>>, DB::BuildQueryPipelineSettings const&) @ 0x0000000040796c8e 13. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:188: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040813a6f 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:08:10.812315 [ 91520 ] {} TCPHandler: Code: 36. DB::Exception: Unsupported window frame type for function 'ntile'. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Processors/Transforms/WindowTransform.cpp:400: DB::WindowTransform::WindowTransform(DB::Block const&, DB::Block const&, DB::WindowDescription const&, std::vector> const&) @ 0x00000000402e8bdf 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::__function::__policy_invoker (DB::Block const&)>::__call_impl (DB::Block const&)>>(std::__function::__policy_storage const*, DB::Block const&) @ 0x0000000040a8b4fd 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034a76fae 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034a6d8bc 8. ./build_docker/./src/QueryPipeline/Pipe.cpp:631: DB::Pipe::addSimpleTransform(std::function (DB::Block const&, DB::Pipe::StreamType)> const&) @ 0x0000000034a6d326 9. ./build_docker/./src/QueryPipeline/Pipe.cpp:641: DB::Pipe::addSimpleTransform(std::function (DB::Block const&)> const&) @ 0x0000000034a6eb43 10. ./build_docker/./src/QueryPipeline/QueryPipelineBuilder.cpp:130: DB::QueryPipelineBuilder::addSimpleTransform(std::function (DB::Block const&)> const&) @ 0x0000000034ac4f01 11. ./build_docker/./src/Processors/QueryPlan/WindowStep.cpp:73: DB::WindowStep::transformPipeline(DB::QueryPipelineBuilder&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040a8776c 12. ./build_docker/./src/Processors/QueryPlan/ITransformingStep.cpp:21: DB::ITransformingStep::updatePipeline(std::vector>, std::allocator>>>, DB::BuildQueryPipelineSettings const&) @ 0x0000000040796c8e 13. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:188: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040813a6f 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:08:10.927472 [ 91520 ] {3e2f052a-a18e-479b-a1c2-a4017f3a6f1e} WindowFunctionNtile: Window frame for function 'ntile' should be 'ROWS BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED FOLLOWING' 2025.03.31 18:08:10.935873 [ 91520 ] {3e2f052a-a18e-479b-a1c2-a4017f3a6f1e} executeQuery: Code: 36. DB::Exception: Unsupported window frame type for function 'ntile'. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48752) (comment: 02560_window_ntile.sql) (in query: select a, b, ntile(2) over (partition by a order by b rows between unbounded preceding and 4 following) from(select intDiv(number,10) as a, number%10 as b from numbers(20));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Processors/Transforms/WindowTransform.cpp:400: DB::WindowTransform::WindowTransform(DB::Block const&, DB::Block const&, DB::WindowDescription const&, std::vector> const&) @ 0x00000000402e8bdf 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::__function::__policy_invoker (DB::Block const&)>::__call_impl (DB::Block const&)>>(std::__function::__policy_storage const*, DB::Block const&) @ 0x0000000040a8b4fd 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034a76fae 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034a6d8bc 8. ./build_docker/./src/QueryPipeline/Pipe.cpp:631: DB::Pipe::addSimpleTransform(std::function (DB::Block const&, DB::Pipe::StreamType)> const&) @ 0x0000000034a6d326 9. ./build_docker/./src/QueryPipeline/Pipe.cpp:641: DB::Pipe::addSimpleTransform(std::function (DB::Block const&)> const&) @ 0x0000000034a6eb43 10. ./build_docker/./src/QueryPipeline/QueryPipelineBuilder.cpp:130: DB::QueryPipelineBuilder::addSimpleTransform(std::function (DB::Block const&)> const&) @ 0x0000000034ac4f01 11. ./build_docker/./src/Processors/QueryPlan/WindowStep.cpp:73: DB::WindowStep::transformPipeline(DB::QueryPipelineBuilder&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040a8776c 12. ./build_docker/./src/Processors/QueryPlan/ITransformingStep.cpp:21: DB::ITransformingStep::updatePipeline(std::vector>, std::allocator>>>, DB::BuildQueryPipelineSettings const&) @ 0x0000000040796c8e 13. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:188: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040813a6f 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:08:10.944129 [ 91520 ] {} TCPHandler: Code: 36. DB::Exception: Unsupported window frame type for function 'ntile'. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Processors/Transforms/WindowTransform.cpp:400: DB::WindowTransform::WindowTransform(DB::Block const&, DB::Block const&, DB::WindowDescription const&, std::vector> const&) @ 0x00000000402e8bdf 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::__function::__policy_invoker (DB::Block const&)>::__call_impl (DB::Block const&)>>(std::__function::__policy_storage const*, DB::Block const&) @ 0x0000000040a8b4fd 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034a76fae 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034a6d8bc 8. ./build_docker/./src/QueryPipeline/Pipe.cpp:631: DB::Pipe::addSimpleTransform(std::function (DB::Block const&, DB::Pipe::StreamType)> const&) @ 0x0000000034a6d326 9. ./build_docker/./src/QueryPipeline/Pipe.cpp:641: DB::Pipe::addSimpleTransform(std::function (DB::Block const&)> const&) @ 0x0000000034a6eb43 10. ./build_docker/./src/QueryPipeline/QueryPipelineBuilder.cpp:130: DB::QueryPipelineBuilder::addSimpleTransform(std::function (DB::Block const&)> const&) @ 0x0000000034ac4f01 11. ./build_docker/./src/Processors/QueryPlan/WindowStep.cpp:73: DB::WindowStep::transformPipeline(DB::QueryPipelineBuilder&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040a8776c 12. ./build_docker/./src/Processors/QueryPlan/ITransformingStep.cpp:21: DB::ITransformingStep::updatePipeline(std::vector>, std::allocator>>>, DB::BuildQueryPipelineSettings const&) @ 0x0000000040796c8e 13. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:188: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040813a6f 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:08:11.058541 [ 91520 ] {638515a2-9957-4311-ab7c-e32ab7b4edc0} WindowFunctionNtile: Window frame for function 'ntile' should be 'ROWS BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED FOLLOWING' 2025.03.31 18:08:11.066557 [ 91520 ] {638515a2-9957-4311-ab7c-e32ab7b4edc0} executeQuery: Code: 36. DB::Exception: Unsupported window frame type for function 'ntile'. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48752) (comment: 02560_window_ntile.sql) (in query: select a, b, ntile(2) over (partition by a order by b rows between 4 preceding and 4 following) from(select intDiv(number,10) as a, number%10 as b from numbers(20));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Processors/Transforms/WindowTransform.cpp:400: DB::WindowTransform::WindowTransform(DB::Block const&, DB::Block const&, DB::WindowDescription const&, std::vector> const&) @ 0x00000000402e8bdf 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::__function::__policy_invoker (DB::Block const&)>::__call_impl (DB::Block const&)>>(std::__function::__policy_storage const*, DB::Block const&) @ 0x0000000040a8b4fd 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034a76fae 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034a6d8bc 8. ./build_docker/./src/QueryPipeline/Pipe.cpp:631: DB::Pipe::addSimpleTransform(std::function (DB::Block const&, DB::Pipe::StreamType)> const&) @ 0x0000000034a6d326 9. ./build_docker/./src/QueryPipeline/Pipe.cpp:641: DB::Pipe::addSimpleTransform(std::function (DB::Block const&)> const&) @ 0x0000000034a6eb43 10. ./build_docker/./src/QueryPipeline/QueryPipelineBuilder.cpp:130: DB::QueryPipelineBuilder::addSimpleTransform(std::function (DB::Block const&)> const&) @ 0x0000000034ac4f01 11. ./build_docker/./src/Processors/QueryPlan/WindowStep.cpp:73: DB::WindowStep::transformPipeline(DB::QueryPipelineBuilder&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040a8776c 12. ./build_docker/./src/Processors/QueryPlan/ITransformingStep.cpp:21: DB::ITransformingStep::updatePipeline(std::vector>, std::allocator>>>, DB::BuildQueryPipelineSettings const&) @ 0x0000000040796c8e 13. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:188: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040813a6f 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:08:11.074983 [ 91520 ] {} TCPHandler: Code: 36. DB::Exception: Unsupported window frame type for function 'ntile'. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Processors/Transforms/WindowTransform.cpp:400: DB::WindowTransform::WindowTransform(DB::Block const&, DB::Block const&, DB::WindowDescription const&, std::vector> const&) @ 0x00000000402e8bdf 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::__function::__policy_invoker (DB::Block const&)>::__call_impl (DB::Block const&)>>(std::__function::__policy_storage const*, DB::Block const&) @ 0x0000000040a8b4fd 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034a76fae 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034a6d8bc 8. ./build_docker/./src/QueryPipeline/Pipe.cpp:631: DB::Pipe::addSimpleTransform(std::function (DB::Block const&, DB::Pipe::StreamType)> const&) @ 0x0000000034a6d326 9. ./build_docker/./src/QueryPipeline/Pipe.cpp:641: DB::Pipe::addSimpleTransform(std::function (DB::Block const&)> const&) @ 0x0000000034a6eb43 10. ./build_docker/./src/QueryPipeline/QueryPipelineBuilder.cpp:130: DB::QueryPipelineBuilder::addSimpleTransform(std::function (DB::Block const&)> const&) @ 0x0000000034ac4f01 11. ./build_docker/./src/Processors/QueryPlan/WindowStep.cpp:73: DB::WindowStep::transformPipeline(DB::QueryPipelineBuilder&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040a8776c 12. ./build_docker/./src/Processors/QueryPlan/ITransformingStep.cpp:21: DB::ITransformingStep::updatePipeline(std::vector>, std::allocator>>>, DB::BuildQueryPipelineSettings const&) @ 0x0000000040796c8e 13. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:188: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040813a6f 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:08:11.193104 [ 91520 ] {02e15a63-4471-4989-a45f-153c27db5322} WindowFunctionNtile: Window frame for function 'ntile' should be 'ROWS BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED FOLLOWING' 2025.03.31 18:08:11.202488 [ 91520 ] {02e15a63-4471-4989-a45f-153c27db5322} executeQuery: Code: 36. DB::Exception: Unsupported window frame type for function 'ntile'. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48752) (comment: 02560_window_ntile.sql) (in query: select a, b, ntile(2) over (partition by a order by b rows between current row and 4 following) from(select intDiv(number,10) as a, number%10 as b from numbers(20));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Processors/Transforms/WindowTransform.cpp:400: DB::WindowTransform::WindowTransform(DB::Block const&, DB::Block const&, DB::WindowDescription const&, std::vector> const&) @ 0x00000000402e8bdf 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::__function::__policy_invoker (DB::Block const&)>::__call_impl (DB::Block const&)>>(std::__function::__policy_storage const*, DB::Block const&) @ 0x0000000040a8b4fd 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034a76fae 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034a6d8bc 8. ./build_docker/./src/QueryPipeline/Pipe.cpp:631: DB::Pipe::addSimpleTransform(std::function (DB::Block const&, DB::Pipe::StreamType)> const&) @ 0x0000000034a6d326 9. ./build_docker/./src/QueryPipeline/Pipe.cpp:641: DB::Pipe::addSimpleTransform(std::function (DB::Block const&)> const&) @ 0x0000000034a6eb43 10. ./build_docker/./src/QueryPipeline/QueryPipelineBuilder.cpp:130: DB::QueryPipelineBuilder::addSimpleTransform(std::function (DB::Block const&)> const&) @ 0x0000000034ac4f01 11. ./build_docker/./src/Processors/QueryPlan/WindowStep.cpp:73: DB::WindowStep::transformPipeline(DB::QueryPipelineBuilder&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040a8776c 12. ./build_docker/./src/Processors/QueryPlan/ITransformingStep.cpp:21: DB::ITransformingStep::updatePipeline(std::vector>, std::allocator>>>, DB::BuildQueryPipelineSettings const&) @ 0x0000000040796c8e 13. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:188: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040813a6f 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:08:11.211633 [ 91520 ] {} TCPHandler: Code: 36. DB::Exception: Unsupported window frame type for function 'ntile'. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Processors/Transforms/WindowTransform.cpp:400: DB::WindowTransform::WindowTransform(DB::Block const&, DB::Block const&, DB::WindowDescription const&, std::vector> const&) @ 0x00000000402e8bdf 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::__function::__policy_invoker (DB::Block const&)>::__call_impl (DB::Block const&)>>(std::__function::__policy_storage const*, DB::Block const&) @ 0x0000000040a8b4fd 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034a76fae 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034a6d8bc 8. ./build_docker/./src/QueryPipeline/Pipe.cpp:631: DB::Pipe::addSimpleTransform(std::function (DB::Block const&, DB::Pipe::StreamType)> const&) @ 0x0000000034a6d326 9. ./build_docker/./src/QueryPipeline/Pipe.cpp:641: DB::Pipe::addSimpleTransform(std::function (DB::Block const&)> const&) @ 0x0000000034a6eb43 10. ./build_docker/./src/QueryPipeline/QueryPipelineBuilder.cpp:130: DB::QueryPipelineBuilder::addSimpleTransform(std::function (DB::Block const&)> const&) @ 0x0000000034ac4f01 11. ./build_docker/./src/Processors/QueryPlan/WindowStep.cpp:73: DB::WindowStep::transformPipeline(DB::QueryPipelineBuilder&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040a8776c 12. ./build_docker/./src/Processors/QueryPlan/ITransformingStep.cpp:21: DB::ITransformingStep::updatePipeline(std::vector>, std::allocator>>>, DB::BuildQueryPipelineSettings const&) @ 0x0000000040796c8e 13. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:188: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040813a6f 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:08:11.331970 [ 91520 ] {f80a9a1c-1934-4bb9-89ae-ce57b9224340} WindowFunctionNtile: Window frame for function 'ntile' should be 'ROWS BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED FOLLOWING' 2025.03.31 18:08:11.340937 [ 91520 ] {f80a9a1c-1934-4bb9-89ae-ce57b9224340} executeQuery: Code: 36. DB::Exception: Unsupported window frame type for function 'ntile'. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48752) (comment: 02560_window_ntile.sql) (in query: select a, b, ntile(2) over (partition by a order by b range unbounded preceding) from(select intDiv(number,10) as a, number%10 as b from numbers(20));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Processors/Transforms/WindowTransform.cpp:400: DB::WindowTransform::WindowTransform(DB::Block const&, DB::Block const&, DB::WindowDescription const&, std::vector> const&) @ 0x00000000402e8bdf 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::__function::__policy_invoker (DB::Block const&)>::__call_impl (DB::Block const&)>>(std::__function::__policy_storage const*, DB::Block const&) @ 0x0000000040a8b4fd 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034a76fae 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034a6d8bc 8. ./build_docker/./src/QueryPipeline/Pipe.cpp:631: DB::Pipe::addSimpleTransform(std::function (DB::Block const&, DB::Pipe::StreamType)> const&) @ 0x0000000034a6d326 9. ./build_docker/./src/QueryPipeline/Pipe.cpp:641: DB::Pipe::addSimpleTransform(std::function (DB::Block const&)> const&) @ 0x0000000034a6eb43 10. ./build_docker/./src/QueryPipeline/QueryPipelineBuilder.cpp:130: DB::QueryPipelineBuilder::addSimpleTransform(std::function (DB::Block const&)> const&) @ 0x0000000034ac4f01 11. ./build_docker/./src/Processors/QueryPlan/WindowStep.cpp:73: DB::WindowStep::transformPipeline(DB::QueryPipelineBuilder&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040a8776c 12. ./build_docker/./src/Processors/QueryPlan/ITransformingStep.cpp:21: DB::ITransformingStep::updatePipeline(std::vector>, std::allocator>>>, DB::BuildQueryPipelineSettings const&) @ 0x0000000040796c8e 13. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:188: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040813a6f 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:08:11.349329 [ 91520 ] {} TCPHandler: Code: 36. DB::Exception: Unsupported window frame type for function 'ntile'. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Processors/Transforms/WindowTransform.cpp:400: DB::WindowTransform::WindowTransform(DB::Block const&, DB::Block const&, DB::WindowDescription const&, std::vector> const&) @ 0x00000000402e8bdf 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::__function::__policy_invoker (DB::Block const&)>::__call_impl (DB::Block const&)>>(std::__function::__policy_storage const*, DB::Block const&) @ 0x0000000040a8b4fd 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034a76fae 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034a6d8bc 8. ./build_docker/./src/QueryPipeline/Pipe.cpp:631: DB::Pipe::addSimpleTransform(std::function (DB::Block const&, DB::Pipe::StreamType)> const&) @ 0x0000000034a6d326 9. ./build_docker/./src/QueryPipeline/Pipe.cpp:641: DB::Pipe::addSimpleTransform(std::function (DB::Block const&)> const&) @ 0x0000000034a6eb43 10. ./build_docker/./src/QueryPipeline/QueryPipelineBuilder.cpp:130: DB::QueryPipelineBuilder::addSimpleTransform(std::function (DB::Block const&)> const&) @ 0x0000000034ac4f01 11. ./build_docker/./src/Processors/QueryPlan/WindowStep.cpp:73: DB::WindowStep::transformPipeline(DB::QueryPipelineBuilder&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040a8776c 12. ./build_docker/./src/Processors/QueryPlan/ITransformingStep.cpp:21: DB::ITransformingStep::updatePipeline(std::vector>, std::allocator>>>, DB::BuildQueryPipelineSettings const&) @ 0x0000000040796c8e 13. ./build_docker/./src/Processors/QueryPlan/QueryPlan.cpp:188: DB::QueryPlan::buildQueryPipeline(DB::QueryPlanOptimizationSettings const&, DB::BuildQueryPipelineSettings const&) @ 0x0000000040813a6f 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:261: DB::InterpreterSelectQueryAnalyzer::buildQueryPipeline() @ 0x000000003863b989 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:228: DB::InterpreterSelectQueryAnalyzer::execute() @ 0x000000003863b321 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:08:13.458972 [ 91627 ] {8fb5a44b-9ac4-4041-bccb-59152146b5cd} executeQuery: Code: 62. DB::Exception: Syntax error: failed at position 11 ('#'): #. Unrecognized token: '#'. (SYNTAX_ERROR) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:50486) (comment: 02192_comment_error.sh) (in query: select 42 #), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::createDeprecated(String const&, int, bool) @ 0x000000000895229e 3. ./build_docker/./src/Parsers/parseQuery.cpp:405: DB::parseQueryAndMovePosition(DB::IParser&, char const*&, char const*, String const&, bool, unsigned long, unsigned long, unsigned long) @ 0x00000000427080aa 4. ./build_docker/./src/Parsers/parseQuery.cpp:418: DB::parseQuery(DB::IParser&, char const*, char const*, String const&, unsigned long, unsigned long, unsigned long) @ 0x00000000427081f1 5. ./build_docker/./src/Interpreters/executeQuery.cpp:876: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000039262e24 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 7. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 8. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 9. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 18:08:13.475660 [ 91627 ] {8fb5a44b-9ac4-4041-bccb-59152146b5cd} DynamicQueryHandler: Code: 62. DB::Exception: Syntax error: failed at position 11 ('#'): #. Unrecognized token: '#'. (SYNTAX_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::createDeprecated(String const&, int, bool) @ 0x000000000895229e 3. ./build_docker/./src/Parsers/parseQuery.cpp:405: DB::parseQueryAndMovePosition(DB::IParser&, char const*&, char const*, String const&, bool, unsigned long, unsigned long, unsigned long) @ 0x00000000427080aa 4. ./build_docker/./src/Parsers/parseQuery.cpp:418: DB::parseQuery(DB::IParser&, char const*, char const*, String const&, unsigned long, unsigned long, unsigned long) @ 0x00000000427081f1 5. ./build_docker/./src/Interpreters/executeQuery.cpp:876: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000039262e24 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 7. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 8. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 9. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:08:19.673200 [ 67332 ] {2d1372bf-f176-44f6-a5c8-fca48a7ec8fd} executeQuery: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'array_1' to function 'arrayJaccardIndex'. Expected: Array, got: String: In scope SELECT 'a' AS arr1, 2 AS arr2, round(arrayJaccardIndex(arr1, arr2), 2). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56226) (comment: 02737_arrayJaccardIndex.sql) (in query: SELECT 'a' AS arr1, 2 AS arr2, round(arrayJaccardIndex(arr1, arr2), 2);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::FunctionArrayJaccardIndex::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f5758a9 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 18:08:19.681444 [ 67332 ] {} TCPHandler: Code: 43. DB::Exception: A value of illegal type was provided as 1st argument 'array_1' to function 'arrayJaccardIndex'. Expected: Array, got: String: In scope SELECT 'a' AS arr1, 2 AS arr2, round(arrayJaccardIndex(arr1, arr2), 2). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. DB::FunctionArrayJaccardIndex::getReturnTypeImpl(std::vector> const&) const @ 0x000000001f5758a9 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 18:08:20.505931 [ 67332 ] {b9b551ed-3203-49dc-bd73-ff649ad0ad6f} executeQuery: Code: 43. DB::Exception: array aggregate functions cannot be performed on two empty arrays: In scope SELECT [] AS arr1, [] AS arr2, round(arrayJaccardIndex(arr1, arr2), 2). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56226) (comment: 02737_arrayJaccardIndex.sql) (in query: SELECT [] AS arr1, [] AS arr2, round(arrayJaccardIndex(arr1, arr2), 2);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. void DB::FunctionArrayJaccardIndex::vectorWithEmptyIntersect(DB::PODArray, 63ul, 64ul> const&, DB::PODArray, 63ul, 64ul> const&, DB::PODArray, 63ul, 64ul>&) @ 0x000000001f5766ef 5. DB::FunctionArrayJaccardIndex::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001f572ebe 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 18:08:20.513117 [ 67332 ] {} TCPHandler: Code: 43. DB::Exception: array aggregate functions cannot be performed on two empty arrays: In scope SELECT [] AS arr1, [] AS arr2, round(arrayJaccardIndex(arr1, arr2), 2). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. void DB::FunctionArrayJaccardIndex::vectorWithEmptyIntersect(DB::PODArray, 63ul, 64ul> const&, DB::PODArray, 63ul, 64ul> const&, DB::PODArray, 63ul, 64ul>&) @ 0x000000001f5766ef 5. DB::FunctionArrayJaccardIndex::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001f572ebe 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 18:08:21.384732 [ 67332 ] {b223a0c4-3072-4c1d-92fb-93fed28da191} executeQuery: Code: 386. DB::Exception: There is no subtype for types String, UInt8 because some of them are String/FixedString and some of them are not: In scope SELECT ['1', '2'] AS arr1, [1, 2] AS arr2, round(arrayJaccardIndex(arr1, arr2), 2). (NO_COMMON_TYPE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56226) (comment: 02737_arrayJaccardIndex.sql) (in query: SELECT ['1', '2'] AS arr1, [1,2] AS arr2, round(arrayJaccardIndex(arr1, arr2), 2);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::createDeprecated(String const&, int, bool) @ 0x000000000895229e 3. ./build_docker/./src/DataTypes/getMostSubtype.cpp:53: DB::getMostSubtype(std::vector, std::allocator>> const&, bool, bool)::$_0::operator()(String const&) const @ 0x0000000034e0ac5a 4. ./build_docker/./src/DataTypes/getMostSubtype.cpp:232: DB::getMostSubtype(std::vector, std::allocator>> const&, bool, bool) @ 0x0000000034e08a9c 5. DB::FunctionArrayIntersect::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001f4648c3 6. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. DB::FunctionArrayJaccardIndex::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001f5715ed 12. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 13. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 14. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 15. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 16. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 17. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 18. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 29. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 30. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 31. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 2025.03.31 18:08:21.392082 [ 67332 ] {} TCPHandler: Code: 386. DB::Exception: There is no subtype for types String, UInt8 because some of them are String/FixedString and some of them are not: In scope SELECT ['1', '2'] AS arr1, [1, 2] AS arr2, round(arrayJaccardIndex(arr1, arr2), 2). (NO_COMMON_TYPE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::createDeprecated(String const&, int, bool) @ 0x000000000895229e 3. ./build_docker/./src/DataTypes/getMostSubtype.cpp:53: DB::getMostSubtype(std::vector, std::allocator>> const&, bool, bool)::$_0::operator()(String const&) const @ 0x0000000034e0ac5a 4. ./build_docker/./src/DataTypes/getMostSubtype.cpp:232: DB::getMostSubtype(std::vector, std::allocator>> const&, bool, bool) @ 0x0000000034e08a9c 5. DB::FunctionArrayIntersect::getReturnTypeImpl(std::vector, std::allocator>> const&) const @ 0x000000001f4648c3 6. DB::IFunction::getReturnTypeImpl(std::vector> const&) const @ 0x00000000088cad06 7. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 8. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 9. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 10. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 11. DB::FunctionArrayJaccardIndex::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001f5715ed 12. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 13. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 14. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 15. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 16. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 17. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 18. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2879: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d82032 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 25. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 26. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 27. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 28. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 29. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 30. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 31. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 2025.03.31 18:08:21.887738 [ 91395 ] {c08f27ad-e616-41d4-900d-1925b252eccb} executeQuery: Code: 36. DB::Exception: Cannot specify codec for column type ALIAS. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56268) (comment: 02725_alias_columns_should_not_allow_compression_codec.sql) (in query: CREATE TABLE IF NOT EXISTS alias_column_should_not_allow_compression_fail (`user_id` UUID, `user_id_hashed` ALIAS cityHash64(user_id) CODEC(LZ4HC(1))) ENGINE = MergeTree ORDER BY tuple() SETTINGS index_granularity = 60837, min_bytes_for_wide_part = 576381655, ratio_of_defaults_for_sparse_serialization = 0., replace_long_file_name_to_hash = true, max_file_name_length = 28, min_bytes_for_full_part_storage = 72250760, compact_parts_max_bytes_to_buffer = 68878417, compact_parts_max_granules_to_buffer = 207, compact_parts_merge_max_bytes_to_prefetch_part = 10049933, merge_max_block_size = 13996, old_parts_lifetime = 38., prefer_fetch_merged_part_size_threshold = 6306475106, vertical_merge_algorithm_min_rows_to_activate = 1000000, vertical_merge_algorithm_min_columns_to_activate = 1, min_merge_bytes_to_use_direct_io = 10737418240, index_granularity_bytes = 15626920, use_const_adaptive_granularity = false, enable_index_granularity_compression = false, concurrent_part_removal_threshold = 47, allow_vertical_merges_from_compact_to_wide_parts = true, cache_populated_by_fetch = true, marks_compress_block_size = 84549, primary_key_compress_block_size = 70166, use_primary_key_cache = true, prewarm_primary_key_cache = true, prewarm_mark_cache = true), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:735: DB::InterpreterCreateQuery::getColumnsDescription(DB::ASTExpressionList const&, std::shared_ptr, DB::LoadingStrictnessLevel, bool) @ 0x0000000037793811 5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:814: DB::InterpreterCreateQuery::getTablePropertiesAndNormalizeCreateQuery(DB::ASTCreateQuery&, DB::LoadingStrictnessLevel) const @ 0x0000000037797465 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1668: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377bfcea 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:08:21.896613 [ 91395 ] {} TCPHandler: Code: 36. DB::Exception: Cannot specify codec for column type ALIAS. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:735: DB::InterpreterCreateQuery::getColumnsDescription(DB::ASTExpressionList const&, std::shared_ptr, DB::LoadingStrictnessLevel, bool) @ 0x0000000037793811 5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:814: DB::InterpreterCreateQuery::getTablePropertiesAndNormalizeCreateQuery(DB::ASTCreateQuery&, DB::LoadingStrictnessLevel) const @ 0x0000000037797465 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1668: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377bfcea 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:08:22.471716 [ 91395 ] {a38264c1-c5c5-4a44-bdc5-2859100bd0e9} executeQuery: Code: 36. DB::Exception: Cannot specify codec for column type ALIAS. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56268) (comment: 02725_alias_columns_should_not_allow_compression_codec.sql) (in query: alter table alias_column_should_not_allow_compression modify column user_id_hashed codec(LZ4HC(1));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/AlterCommands.cpp:1407: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6de5d3 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:08:22.478860 [ 91395 ] {} TCPHandler: Code: 36. DB::Exception: Cannot specify codec for column type ALIAS. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/AlterCommands.cpp:1407: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6de5d3 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:08:22.883497 [ 91395 ] {a1bf50a1-3732-4583-9e06-531894022c2d} executeQuery: Code: 36. DB::Exception: Cannot specify codec for column type ALIAS. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56268) (comment: 02725_alias_columns_should_not_allow_compression_codec.sql) (in query: alter table alias_column_should_not_allow_compression add column user_id_hashed_1 UInt64 ALIAS (cityHash64(user_id)) codec(LZ4HC(1));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/AlterCommands.cpp:130: DB::AlterCommand::parse(DB::ASTAlterCommand const*) @ 0x000000003c6b3619 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:161: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x000000003774e2b9 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:08:22.891334 [ 91395 ] {} TCPHandler: Code: 36. DB::Exception: Cannot specify codec for column type ALIAS. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/AlterCommands.cpp:130: DB::AlterCommand::parse(DB::ASTAlterCommand const*) @ 0x000000003c6b3619 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:161: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x000000003774e2b9 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:08:23.397841 [ 91522 ] {28cfcabe-ac72-4b48-a7be-8059ce039303} executeQuery: Code: 36. DB::Exception: The absolute data path should be inside `user_files_path`(/var/lib/clickhouse/user_files/). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56294) (comment: 02126_fix_filelog.sh) (in query: create table file_log(k UInt8, v UInt8) engine=FileLog('/tmp/aaa.csv', 'CSV');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/FileLog/StorageFileLog.cpp:181: DB::StorageFileLog::StorageFileLog(DB::StorageID const&, std::shared_ptr, DB::ColumnsDescription const&, String const&, String const&, String const&, std::unique_ptr>, String const&, DB::LoadingStrictnessLevel) @ 0x000000003d4a960d 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, std::shared_ptr, DB::ColumnsDescription const&, String&, String const&, String&, std::unique_ptr>, String const&, DB::LoadingStrictnessLevel const&, void>(std::allocator const&, DB::StorageID const&, std::shared_ptr&&, DB::ColumnsDescription const&, String&, String const&, String&, std::unique_ptr>&&, String const&, DB::LoadingStrictnessLevel const&) @ 0x000000003d4e89a9 6. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: std::shared_ptr std::__function::__policy_invoker (DB::StorageFactory::Arguments const&)>::__call_impl (DB::StorageFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::StorageFactory::Arguments const&) @ 0x000000003d4d49f5 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 9. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:08:23.409101 [ 91522 ] {} TCPHandler: Code: 36. DB::Exception: The absolute data path should be inside `user_files_path`(/var/lib/clickhouse/user_files/). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/FileLog/StorageFileLog.cpp:181: DB::StorageFileLog::StorageFileLog(DB::StorageID const&, std::shared_ptr, DB::ColumnsDescription const&, String const&, String const&, String const&, std::unique_ptr>, String const&, DB::LoadingStrictnessLevel) @ 0x000000003d4a960d 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, std::shared_ptr, DB::ColumnsDescription const&, String&, String const&, String&, std::unique_ptr>, String const&, DB::LoadingStrictnessLevel const&, void>(std::allocator const&, DB::StorageID const&, std::shared_ptr&&, DB::ColumnsDescription const&, String&, String const&, String&, std::unique_ptr>&&, String const&, DB::LoadingStrictnessLevel const&) @ 0x000000003d4e89a9 6. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: std::shared_ptr std::__function::__policy_invoker (DB::StorageFactory::Arguments const&)>::__call_impl (DB::StorageFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::StorageFactory::Arguments const&) @ 0x000000003d4d49f5 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 9. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:08:24.263381 [ 91522 ] {e6fc4234-0cdd-4fa5-895f-fa7da3c0af45} executeQuery: Code: 36. DB::Exception: The absolute data path should be inside `user_files_path`(/var/lib/clickhouse/user_files/). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56344) (comment: 02126_fix_filelog.sh) (in query: create table file_log(k UInt8, v UInt8) engine=FileLog('/tmp/aaa.csv', 'CSV');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/FileLog/StorageFileLog.cpp:181: DB::StorageFileLog::StorageFileLog(DB::StorageID const&, std::shared_ptr, DB::ColumnsDescription const&, String const&, String const&, String const&, std::unique_ptr>, String const&, DB::LoadingStrictnessLevel) @ 0x000000003d4a960d 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, std::shared_ptr, DB::ColumnsDescription const&, String&, String const&, String&, std::unique_ptr>, String const&, DB::LoadingStrictnessLevel const&, void>(std::allocator const&, DB::StorageID const&, std::shared_ptr&&, DB::ColumnsDescription const&, String&, String const&, String&, std::unique_ptr>&&, String const&, DB::LoadingStrictnessLevel const&) @ 0x000000003d4e89a9 6. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: std::shared_ptr std::__function::__policy_invoker (DB::StorageFactory::Arguments const&)>::__call_impl (DB::StorageFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::StorageFactory::Arguments const&) @ 0x000000003d4d49f5 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 9. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:08:24.273165 [ 91522 ] {} TCPHandler: Code: 36. DB::Exception: The absolute data path should be inside `user_files_path`(/var/lib/clickhouse/user_files/). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/FileLog/StorageFileLog.cpp:181: DB::StorageFileLog::StorageFileLog(DB::StorageID const&, std::shared_ptr, DB::ColumnsDescription const&, String const&, String const&, String const&, std::unique_ptr>, String const&, DB::LoadingStrictnessLevel) @ 0x000000003d4a960d 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, std::shared_ptr, DB::ColumnsDescription const&, String&, String const&, String&, std::unique_ptr>, String const&, DB::LoadingStrictnessLevel const&, void>(std::allocator const&, DB::StorageID const&, std::shared_ptr&&, DB::ColumnsDescription const&, String&, String const&, String&, std::unique_ptr>&&, String const&, DB::LoadingStrictnessLevel const&) @ 0x000000003d4e89a9 6. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: std::shared_ptr std::__function::__policy_invoker (DB::StorageFactory::Arguments const&)>::__call_impl (DB::StorageFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::StorageFactory::Arguments const&) @ 0x000000003d4d49f5 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 9. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:08:25.142130 [ 92275 ] {4a245435-3af7-4996-8baf-d38ddc5ccac2} executeQuery: Code: 36. DB::Exception: The absolute data path should be inside `user_files_path`(/var/lib/clickhouse/user_files/). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56396) (comment: 02126_fix_filelog.sh) (in query: create table file_log(k UInt8, v UInt8) engine=FileLog('/tmp/aaa.csv', 'CSV');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/FileLog/StorageFileLog.cpp:181: DB::StorageFileLog::StorageFileLog(DB::StorageID const&, std::shared_ptr, DB::ColumnsDescription const&, String const&, String const&, String const&, std::unique_ptr>, String const&, DB::LoadingStrictnessLevel) @ 0x000000003d4a960d 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, std::shared_ptr, DB::ColumnsDescription const&, String&, String const&, String&, std::unique_ptr>, String const&, DB::LoadingStrictnessLevel const&, void>(std::allocator const&, DB::StorageID const&, std::shared_ptr&&, DB::ColumnsDescription const&, String&, String const&, String&, std::unique_ptr>&&, String const&, DB::LoadingStrictnessLevel const&) @ 0x000000003d4e89a9 6. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: std::shared_ptr std::__function::__policy_invoker (DB::StorageFactory::Arguments const&)>::__call_impl (DB::StorageFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::StorageFactory::Arguments const&) @ 0x000000003d4d49f5 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 9. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:08:25.155508 [ 92275 ] {} TCPHandler: Code: 36. DB::Exception: The absolute data path should be inside `user_files_path`(/var/lib/clickhouse/user_files/). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/FileLog/StorageFileLog.cpp:181: DB::StorageFileLog::StorageFileLog(DB::StorageID const&, std::shared_ptr, DB::ColumnsDescription const&, String const&, String const&, String const&, std::unique_ptr>, String const&, DB::LoadingStrictnessLevel) @ 0x000000003d4a960d 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, std::shared_ptr, DB::ColumnsDescription const&, String&, String const&, String&, std::unique_ptr>, String const&, DB::LoadingStrictnessLevel const&, void>(std::allocator const&, DB::StorageID const&, std::shared_ptr&&, DB::ColumnsDescription const&, String&, String const&, String&, std::unique_ptr>&&, String const&, DB::LoadingStrictnessLevel const&) @ 0x000000003d4e89a9 6. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: std::shared_ptr std::__function::__policy_invoker (DB::StorageFactory::Arguments const&)>::__call_impl (DB::StorageFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::StorageFactory::Arguments const&) @ 0x000000003d4d49f5 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 9. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:08:27.290916 [ 91598 ] {dc357cb5-84b2-4cb2-b27b-f7789833151f} executeQuery: Code: 153. DB::Exception: Division by zero: while executing 'FUNCTION modulo(1_UInt8 :: 1, if(1_UInt8, __table1.dummy, _CAST(NULL_Nullable(Nothing), 'Nullable(Nothing)'_String)) :: 0) -> modulo(1_UInt8, if(1_UInt8, __table1.dummy, _CAST(NULL_Nullable(Nothing), 'Nullable(Nothing)'_String))) Nullable(UInt8) : 2'. (ILLEGAL_DIVISION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45770) (comment: 02901_remove_nullable_crash_analyzer.sql) (in query: SELECT 1 % if(1, dummy, NULL);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. void DB::impl_::BinaryOperation, char8_t>::process<(DB::impl_::OpCase)1>(char8_t const*, char8_t const*, char8_t*, unsigned long, DB::PODArray, 63ul, 64ul> const*) @ 0x0000000016015629 5. COW::immutable_ptr DB::FunctionBinaryArithmetic::executeNumeric, DB::DataTypeNumber>(std::vector> const&, DB::DataTypeNumber const&, DB::DataTypeNumber const&, DB::PODArray, 63ul, 64ul> const*) const @ 0x0000000016013d4c 6. bool DB::FunctionBinaryArithmetic::castType::castBothTypes::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const::'lambda'(auto const&, auto const&)>(DB::IDataType const*, DB::IDataType const*, auto&&)::'lambda'(auto const&)::operator()>(auto const&) const::'lambda'(auto const&)>(DB::IDataType const*, auto&&) @ 0x000000001600c43a 7. bool DB::FunctionBinaryArithmetic::castType::castBothTypes::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const::'lambda'(auto const&, auto const&)>(DB::IDataType const*, DB::IDataType const*, auto&&)::'lambda'(auto const&)>(DB::IDataType const*, auto&&) @ 0x0000000016009ae6 8. DB::FunctionBinaryArithmetic::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const @ 0x0000000015ffa316 9. DB::FunctionBinaryArithmetic::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const @ 0x0000000015ffbdc9 10. DB::FunctionBinaryArithmetic::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000015ff498b 11. DB::FunctionBinaryArithmeticWithConstants::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000015ff2059 12. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 14. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 15. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 16. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 17. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 18. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 19. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 20. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 21. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 22. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 23. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 24. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:08:27.301008 [ 91598 ] {} TCPHandler: Code: 153. DB::Exception: Division by zero: while executing 'FUNCTION modulo(1_UInt8 :: 1, if(1_UInt8, __table1.dummy, _CAST(NULL_Nullable(Nothing), 'Nullable(Nothing)'_String)) :: 0) -> modulo(1_UInt8, if(1_UInt8, __table1.dummy, _CAST(NULL_Nullable(Nothing), 'Nullable(Nothing)'_String))) Nullable(UInt8) : 2'. (ILLEGAL_DIVISION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. void DB::impl_::BinaryOperation, char8_t>::process<(DB::impl_::OpCase)1>(char8_t const*, char8_t const*, char8_t*, unsigned long, DB::PODArray, 63ul, 64ul> const*) @ 0x0000000016015629 5. COW::immutable_ptr DB::FunctionBinaryArithmetic::executeNumeric, DB::DataTypeNumber>(std::vector> const&, DB::DataTypeNumber const&, DB::DataTypeNumber const&, DB::PODArray, 63ul, 64ul> const*) const @ 0x0000000016013d4c 6. bool DB::FunctionBinaryArithmetic::castType::castBothTypes::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const::'lambda'(auto const&, auto const&)>(DB::IDataType const*, DB::IDataType const*, auto&&)::'lambda'(auto const&)::operator()>(auto const&) const::'lambda'(auto const&)>(DB::IDataType const*, auto&&) @ 0x000000001600c43a 7. bool DB::FunctionBinaryArithmetic::castType::castBothTypes::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const::'lambda'(auto const&, auto const&)>(DB::IDataType const*, DB::IDataType const*, auto&&)::'lambda'(auto const&)>(DB::IDataType const*, auto&&) @ 0x0000000016009ae6 8. DB::FunctionBinaryArithmetic::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const @ 0x0000000015ffa316 9. DB::FunctionBinaryArithmetic::executeImpl2(std::vector> const&, std::shared_ptr const&, unsigned long, DB::PODArray, 63ul, 64ul> const*) const @ 0x0000000015ffbdc9 10. DB::FunctionBinaryArithmetic::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000015ff498b 11. DB::FunctionBinaryArithmeticWithConstants::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000015ff2059 12. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 14. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 15. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 16. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 17. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 18. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 19. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 20. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 21. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 22. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 23. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 24. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:08:28.483729 [ 66148 ] {538cb8a2-2295-484c-b6b9-23922466be80} ExternalDictionariesLoader: Could not load external dictionary '01ff0c24-80a4-42e3-9410-881a4babaf8a', next update is scheduled at 2025-03-31 18:08:32: Code: 396. DB::Exception: Limit for result exceeded, max bytes: 1.00 B, current bytes: 36.00 B. (TOO_MANY_ROWS_OR_BYTES), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, char const*&, ReadableSize&&, ReadableSize&&) @ 0x0000000034b948f7 4. ./build_docker/./src/QueryPipeline/SizeLimits.cpp:43: DB::SizeLimits::check(unsigned long, unsigned long, char const*, int, int) const @ 0x0000000034b936c8 5. ./build_docker/./src/QueryPipeline/SizeLimits.cpp:72: DB::SizeLimits::check(unsigned long, unsigned long, char const*, int) const @ 0x0000000034b938ac 6. ./build_docker/./src/Processors/Transforms/LimitsCheckingTransform.cpp:46: DB::LimitsCheckingTransform::transform(DB::Chunk&) @ 0x000000004011cadf 7. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 8. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 12. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 13. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:65: DB::PullingPipelineExecutor::pull(DB::Block&) @ 0x000000003f75eb24 14. ./build_docker/./src/Dictionaries/DictionaryPipelineExecutor.cpp:35: DB::DictionaryPipelineExecutor::pull(DB::Block&) @ 0x0000000027f66b3f 15. DB::FlatDictionary::loadData() @ 0x0000000027f758ab 16. DB::FlatDictionary::FlatDictionary(DB::StorageID const&, DB::DictionaryStructure const&, std::shared_ptr, DB::FlatDictionary::Configuration, std::shared_ptr) @ 0x0000000027f7507c 17. std::unique_ptr> std::__function::__policy_invoker> (String const&, DB::DictionaryStructure const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr, std::shared_ptr, bool)>::__call_impl> (String const&, DB::DictionaryStructure const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr, std::shared_ptr, bool)>>(std::__function::__policy_storage const*, String const&, DB::DictionaryStructure const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr&&, std::shared_ptr&&, bool) @ 0x0000000027fdde63 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000031bcba71 19. ./build_docker/./src/Dictionaries/DictionaryFactory.cpp:58: DB::DictionaryFactory::create(String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr, bool) const @ 0x0000000031bc9acb 20. ./build_docker/./src/Interpreters/ExternalDictionariesLoader.cpp:47: DB::ExternalDictionariesLoader::createObject(String const&, Poco::Util::AbstractConfiguration const&, String const&, String const&) const @ 0x0000000037678620 21. ./build_docker/./src/Interpreters/ExternalLoader.cpp:1518: DB::ExternalLoader::LoadingDispatcher::loadSingleObject(String const&, DB::ExternalLoader::ObjectConfig const&, std::shared_ptr) @ 0x00000000376a7a4a 22. ./build_docker/./src/Interpreters/ExternalLoader.cpp:1004: DB::ExternalLoader::LoadingDispatcher::doLoading(String const&, unsigned long, bool, unsigned long, bool, std::shared_ptr) @ 0x00000000376a37e6 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x00000000376b3209 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x00000000376b2c9f 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:08:28.494038 [ 91628 ] {538cb8a2-2295-484c-b6b9-23922466be80} executeQuery: Code: 396. DB::Exception: Limit for result exceeded, max bytes: 1.00 B, current bytes: 36.00 B: In scope SELECT dictGetUInt64('ordinary_db.dict1', 'second_column', toUInt64(100500)). (TOO_MANY_ROWS_OR_BYTES) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45798) (comment: 01259_dictionary_custom_settings_ddl.sql) (in query: SELECT dictGetUInt64('ordinary_db.dict1', 'second_column', toUInt64(100500));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, char const*&, ReadableSize&&, ReadableSize&&) @ 0x0000000034b948f7 4. ./build_docker/./src/QueryPipeline/SizeLimits.cpp:43: DB::SizeLimits::check(unsigned long, unsigned long, char const*, int, int) const @ 0x0000000034b936c8 5. ./build_docker/./src/QueryPipeline/SizeLimits.cpp:72: DB::SizeLimits::check(unsigned long, unsigned long, char const*, int) const @ 0x0000000034b938ac 6. ./build_docker/./src/Processors/Transforms/LimitsCheckingTransform.cpp:46: DB::LimitsCheckingTransform::transform(DB::Chunk&) @ 0x000000004011cadf 7. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 8. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 12. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 13. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:65: DB::PullingPipelineExecutor::pull(DB::Block&) @ 0x000000003f75eb24 14. ./build_docker/./src/Dictionaries/DictionaryPipelineExecutor.cpp:35: DB::DictionaryPipelineExecutor::pull(DB::Block&) @ 0x0000000027f66b3f 15. DB::FlatDictionary::loadData() @ 0x0000000027f758ab 16. DB::FlatDictionary::FlatDictionary(DB::StorageID const&, DB::DictionaryStructure const&, std::shared_ptr, DB::FlatDictionary::Configuration, std::shared_ptr) @ 0x0000000027f7507c 17. std::unique_ptr> std::__function::__policy_invoker> (String const&, DB::DictionaryStructure const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr, std::shared_ptr, bool)>::__call_impl> (String const&, DB::DictionaryStructure const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr, std::shared_ptr, bool)>>(std::__function::__policy_storage const*, String const&, DB::DictionaryStructure const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr&&, std::shared_ptr&&, bool) @ 0x0000000027fdde63 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000031bcba71 19. ./build_docker/./src/Dictionaries/DictionaryFactory.cpp:58: DB::DictionaryFactory::create(String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr, bool) const @ 0x0000000031bc9acb 20. ./build_docker/./src/Interpreters/ExternalDictionariesLoader.cpp:47: DB::ExternalDictionariesLoader::createObject(String const&, Poco::Util::AbstractConfiguration const&, String const&, String const&) const @ 0x0000000037678620 21. ./build_docker/./src/Interpreters/ExternalLoader.cpp:1518: DB::ExternalLoader::LoadingDispatcher::loadSingleObject(String const&, DB::ExternalLoader::ObjectConfig const&, std::shared_ptr) @ 0x00000000376a7a4a 22. ./build_docker/./src/Interpreters/ExternalLoader.cpp:1004: DB::ExternalLoader::LoadingDispatcher::doLoading(String const&, unsigned long, bool, unsigned long, bool, std::shared_ptr) @ 0x00000000376a37e6 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x00000000376b3209 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x00000000376b2c9f 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:08:28.502970 [ 91628 ] {} TCPHandler: Code: 396. DB::Exception: Limit for result exceeded, max bytes: 1.00 B, current bytes: 36.00 B: In scope SELECT dictGetUInt64('ordinary_db.dict1', 'second_column', toUInt64(100500)). (TOO_MANY_ROWS_OR_BYTES), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, char const*&, ReadableSize&&, ReadableSize&&) @ 0x0000000034b948f7 4. ./build_docker/./src/QueryPipeline/SizeLimits.cpp:43: DB::SizeLimits::check(unsigned long, unsigned long, char const*, int, int) const @ 0x0000000034b936c8 5. ./build_docker/./src/QueryPipeline/SizeLimits.cpp:72: DB::SizeLimits::check(unsigned long, unsigned long, char const*, int) const @ 0x0000000034b938ac 6. ./build_docker/./src/Processors/Transforms/LimitsCheckingTransform.cpp:46: DB::LimitsCheckingTransform::transform(DB::Chunk&) @ 0x000000004011cadf 7. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 8. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 12. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 13. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:65: DB::PullingPipelineExecutor::pull(DB::Block&) @ 0x000000003f75eb24 14. ./build_docker/./src/Dictionaries/DictionaryPipelineExecutor.cpp:35: DB::DictionaryPipelineExecutor::pull(DB::Block&) @ 0x0000000027f66b3f 15. DB::FlatDictionary::loadData() @ 0x0000000027f758ab 16. DB::FlatDictionary::FlatDictionary(DB::StorageID const&, DB::DictionaryStructure const&, std::shared_ptr, DB::FlatDictionary::Configuration, std::shared_ptr) @ 0x0000000027f7507c 17. std::unique_ptr> std::__function::__policy_invoker> (String const&, DB::DictionaryStructure const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr, std::shared_ptr, bool)>::__call_impl> (String const&, DB::DictionaryStructure const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr, std::shared_ptr, bool)>>(std::__function::__policy_storage const*, String const&, DB::DictionaryStructure const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr&&, std::shared_ptr&&, bool) @ 0x0000000027fdde63 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000031bcba71 19. ./build_docker/./src/Dictionaries/DictionaryFactory.cpp:58: DB::DictionaryFactory::create(String const&, Poco::Util::AbstractConfiguration const&, String const&, std::shared_ptr, bool) const @ 0x0000000031bc9acb 20. ./build_docker/./src/Interpreters/ExternalDictionariesLoader.cpp:47: DB::ExternalDictionariesLoader::createObject(String const&, Poco::Util::AbstractConfiguration const&, String const&, String const&) const @ 0x0000000037678620 21. ./build_docker/./src/Interpreters/ExternalLoader.cpp:1518: DB::ExternalLoader::LoadingDispatcher::loadSingleObject(String const&, DB::ExternalLoader::ObjectConfig const&, std::shared_ptr) @ 0x00000000376a7a4a 22. ./build_docker/./src/Interpreters/ExternalLoader.cpp:1004: DB::ExternalLoader::LoadingDispatcher::doLoading(String const&, unsigned long, bool, unsigned long, bool, std::shared_ptr) @ 0x00000000376a37e6 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x00000000376b3209 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x00000000376b2c9f 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:08:29.075629 [ 94687 ] {0fdc217e-6e79-40d1-8422-8f871ffddb46} executeQuery: Code: 6. DB::Exception: Cannot parse string 'some_string' as Int32: syntax error at begin of string. Note: there are toInt32OrZero and toInt32OrNull functions, which returns zero/NULL instead of throwing exception.: While processing _CAST('some_string' AS Value_tmp_alter3146315478115684547, 'Int32') AS Value: default expression and column type are incompatible. (CANNOT_PARSE_TEXT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45826) (comment: 01522_validate_alter_default.sql) (in query: ALTER TABLE table2 MODIFY COLUMN `Value` DEFAULT 'some_string';), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000326e1f5c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000326cb467 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324c98b9 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032540ce9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003253f8e2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 14. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 15. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 16. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 17. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 18. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 19. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 20. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 21. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 22. ./build_docker/./src/Interpreters/ActionsDAG.cpp:345: DB::ActionsDAG::addFunctionImpl(std::shared_ptr const&, std::vector>, std::vector>, String, std::shared_ptr, bool) @ 0x0000000035ae158e 23. ./build_docker/./src/Interpreters/ActionsDAG.cpp:262: DB::ActionsDAG::addFunction(std::shared_ptr const&, std::vector>, String) @ 0x0000000035aded11 24. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:673: DB::ScopeStack::addFunction(std::shared_ptr const&, std::vector> const&, String) @ 0x0000000036a10683 25. ./src/Interpreters/ActionsVisitor.h:178: DB::ActionsMatcher::Data::addFunction(std::shared_ptr const&, std::vector> const&, String) @ 0x0000000036a3acd3 26. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:1342: DB::ActionsMatcher::visit(DB::ASTFunction const&, std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a16e75 27. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:732: DB::ActionsMatcher::visit(std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a122b5 28. ./src/Interpreters/InDepthNodeVisitor.h:71: DB::InDepthNodeVisitor const>::doVisit(std::shared_ptr const&) @ 0x00000000369ecfd5 29. ./src/Interpreters/InDepthNodeVisitor.h:61: DB::ExpressionAnalyzer::getRootActions(std::shared_ptr const&, bool, DB::ActionsDAG&, bool) @ 0x0000000036967af7 30. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:1859: DB::ExpressionAnalyzer::getActionsDAG(bool, bool) @ 0x000000003699dab3 31. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:1894: DB::ExpressionAnalyzer::getActions(bool, bool, DB::CompileExpressions) @ 0x000000003699e752 2025.03.31 18:08:29.082726 [ 94687 ] {} TCPHandler: Code: 6. DB::Exception: Cannot parse string 'some_string' as Int32: syntax error at begin of string. Note: there are toInt32OrZero and toInt32OrNull functions, which returns zero/NULL instead of throwing exception.: While processing _CAST('some_string' AS Value_tmp_alter3146315478115684547, 'Int32') AS Value: default expression and column type are incompatible. (CANNOT_PARSE_TEXT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::detail::throwExceptionForIncompletelyParsedValue(DB::ReadBuffer&, DB::IDataType const&) @ 0x0000000008c639a2 4. ./src/Functions/FunctionsConversion.h:1040: COW::immutable_ptr DB::detail::ConvertThroughParsing, DB::detail::NameToInt32, (DB::detail::ConvertFromStringExceptionMode)0, (DB::detail::ConvertFromStringParsingMode)0>::execute(std::vector> const&, std::shared_ptr const&, unsigned long, void*) @ 0x00000000326e1f5c 5. ./src/Functions/FunctionsConversion.h:1578: bool DB::detail::FunctionConvert, DB::detail::NameToInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)::operator()>>(auto const&, DB::detail::BehaviourOnErrorFromString) const @ 0x00000000326cb467 6. ./src/Core/callOnTypeIndex.h:280: bool DB::callOnIndexAndDataType, DB::detail::FunctionConvert, DB::detail::NameToInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString>(DB::TypeIndex, DB::detail::FunctionConvert, DB::detail::NameToInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const::'lambda'(auto const&, DB::detail::BehaviourOnErrorFromString)&, DB::detail::BehaviourOnErrorFromString&&) @ 0x00000000324c98b9 7. ./src/Functions/FunctionsConversion.h:2511: DB::detail::FunctionConvert, DB::detail::NameToInt32, DB::detail::ToNumberMonotonicity>::executeInternal(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000032540ce9 8. ./src/Functions/FunctionsConversion.h:2292: DB::detail::FunctionConvert, DB::detail::NameToInt32, DB::detail::ToNumberMonotonicity>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000003253f8e2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. DB::IFunctionBase::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfdb7f 14. COW::immutable_ptr std::__function::__policy_invoker::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>::__call_impl, std::shared_ptr const&)::'lambda'(std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long), COW::immutable_ptr (std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long)>>(std::__function::__policy_storage const*, std::vector>&, std::shared_ptr const&, DB::ColumnNullable const*, unsigned long) @ 0x0000000031eaa849 15. DB::detail::ExecutableFunctionCast::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031e10876 16. DB::IExecutableFunction::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008927022 17. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 18. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 19. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 20. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf68ff 21. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 22. ./build_docker/./src/Interpreters/ActionsDAG.cpp:345: DB::ActionsDAG::addFunctionImpl(std::shared_ptr const&, std::vector>, std::vector>, String, std::shared_ptr, bool) @ 0x0000000035ae158e 23. ./build_docker/./src/Interpreters/ActionsDAG.cpp:262: DB::ActionsDAG::addFunction(std::shared_ptr const&, std::vector>, String) @ 0x0000000035aded11 24. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:673: DB::ScopeStack::addFunction(std::shared_ptr const&, std::vector> const&, String) @ 0x0000000036a10683 25. ./src/Interpreters/ActionsVisitor.h:178: DB::ActionsMatcher::Data::addFunction(std::shared_ptr const&, std::vector> const&, String) @ 0x0000000036a3acd3 26. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:1342: DB::ActionsMatcher::visit(DB::ASTFunction const&, std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a16e75 27. ./build_docker/./src/Interpreters/ActionsVisitor.cpp:732: DB::ActionsMatcher::visit(std::shared_ptr const&, DB::ActionsMatcher::Data&) @ 0x0000000036a122b5 28. ./src/Interpreters/InDepthNodeVisitor.h:71: DB::InDepthNodeVisitor const>::doVisit(std::shared_ptr const&) @ 0x00000000369ecfd5 29. ./src/Interpreters/InDepthNodeVisitor.h:61: DB::ExpressionAnalyzer::getRootActions(std::shared_ptr const&, bool, DB::ActionsDAG&, bool) @ 0x0000000036967af7 30. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:1859: DB::ExpressionAnalyzer::getActionsDAG(bool, bool) @ 0x000000003699dab3 31. ./build_docker/./src/Interpreters/ExpressionAnalyzer.cpp:1894: DB::ExpressionAnalyzer::getActions(bool, bool, DB::CompileExpressions) @ 0x000000003699e752 2025.03.31 18:08:29.490764 [ 94687 ] {d0e3038b-76e7-4d7a-8bbf-f0d78dd69e12} executeQuery: Code: 36. DB::Exception: Data type have to be specified for column `Value2` to add. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45826) (comment: 01522_validate_alter_default.sql) (in query: ALTER TABLE table2 ADD COLUMN `Value2` DEFAULT 'some_string';), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/AlterCommands.cpp:1358: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6decda 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:08:29.498061 [ 94687 ] {} TCPHandler: Code: 36. DB::Exception: Data type have to be specified for column `Value2` to add. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/AlterCommands.cpp:1358: DB::AlterCommands::validate(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003c6decda 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:216: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750df6 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:08:29.975598 [ 92264 ] {16bf8a37-4258-4e3e-ab80-cd9d5133c0cb} executeQuery: Code: 44. DB::Exception: A value of illegal type was provided as 2nd argument 'scale' to function 'toDecimal128'. Expected: const Integer, got: UInt64: In scope (SELECT toDecimal128([], rowNumberInBlock())). (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45848) (comment: 00811_garbage.sql) (in query: SELECT ( SELECT toDecimal128([], rowNumberInBlock()) ) , lcm('', [[(CAST(('>A') AS String))]]);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. ./src/Functions/FunctionsConversion.h:2219: DB::detail::FunctionConvert>>, DB::detail::NameToDecimal128, DB::detail::UnknownMonotonicity>::getReturnTypeImplRemovedNullable(std::vector> const&) const @ 0x0000000032595faa 7. ./src/Functions/FunctionsConversion.h:2181: std::shared_ptr std::__function::__policy_invoker (std::vector> const&)>::__call_impl>>, DB::detail::NameToDecimal128, DB::detail::UnknownMonotonicity>::getReturnTypeImpl(std::vector> const&) const::'lambda'(auto const&), std::shared_ptr (std::vector> const&)>>(std::__function::__policy_storage const*, std::vector> const&) @ 0x0000000032afec7d 8. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032594d5d 9. ./src/Functions/FunctionsConversion.h:2182: DB::detail::FunctionConvert>>, DB::detail::NameToDecimal128, DB::detail::UnknownMonotonicity>::getReturnTypeImpl(std::vector> const&) const @ 0x000000003259591e 10. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 11. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 12. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 13. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 25. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 28. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 29. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 30. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 31. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 2025.03.31 18:08:29.983386 [ 92264 ] {} TCPHandler: Code: 44. DB::Exception: A value of illegal type was provided as 2nd argument 'scale' to function 'toDecimal128'. Expected: const Integer, got: UInt64: In scope (SELECT toDecimal128([], rowNumberInBlock())). (ILLEGAL_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception> const&, String, std::basic_string_view> const&, String>(int, FormatStringHelperImpl::type, std::type_identity> const&>::type, std::type_identity::type, std::type_identity> const&>::type, std::type_identity::type>, String&&, std::basic_string_view> const&, String&&, std::basic_string_view> const&, String&&) @ 0x0000000031c40567 4. DB::(anonymous namespace)::validateArgumentsImpl(DB::IFunction const&, std::vector> const&, unsigned long, std::vector> const&) @ 0x0000000031c3bbf5 5. DB::validateFunctionArguments(DB::IFunction const&, std::vector> const&, std::vector> const&, std::vector> const&) @ 0x0000000031c3a3ff 6. ./src/Functions/FunctionsConversion.h:2219: DB::detail::FunctionConvert>>, DB::detail::NameToDecimal128, DB::detail::UnknownMonotonicity>::getReturnTypeImplRemovedNullable(std::vector> const&) const @ 0x0000000032595faa 7. ./src/Functions/FunctionsConversion.h:2181: std::shared_ptr std::__function::__policy_invoker (std::vector> const&)>::__call_impl>>, DB::detail::NameToDecimal128, DB::detail::UnknownMonotonicity>::getReturnTypeImpl(std::vector> const&) const::'lambda'(auto const&), std::shared_ptr (std::vector> const&)>>(std::__function::__policy_storage const*, std::vector> const&) @ 0x0000000032afec7d 8. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000032594d5d 9. ./src/Functions/FunctionsConversion.h:2182: DB::detail::FunctionConvert>>, DB::detail::NameToDecimal128, DB::detail::UnknownMonotonicity>::getReturnTypeImpl(std::vector> const&) const @ 0x000000003259591e 10. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 11. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 12. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 13. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3849: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3146d 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 24. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 25. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 28. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 29. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 30. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 31. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 2025.03.31 18:08:30.522731 [ 91590 ] {195c4dfe-9bed-429a-995f-37e832075e19} executeQuery: Code: 42. DB::Exception: Number of arguments for function base64Encode doesn't match: passed 0, should be 1: In scope SELECT base64Encode(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45926) (comment: 00732_base64_functions.sql) (in query: SELECT base64Encode();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 18:08:30.530431 [ 91590 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function base64Encode doesn't match: passed 0, should be 1: In scope SELECT base64Encode(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 18:08:30.568711 [ 91590 ] {6ec468d0-b3b7-4477-a7fe-8ec3082e4ece} executeQuery: Code: 42. DB::Exception: Number of arguments for function base64Decode doesn't match: passed 0, should be 1: In scope SELECT base64Decode(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45926) (comment: 00732_base64_functions.sql) (in query: SELECT base64Decode();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 18:08:30.580820 [ 91590 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function base64Decode doesn't match: passed 0, should be 1: In scope SELECT base64Decode(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 18:08:30.613593 [ 91590 ] {4a2f53e6-e91d-4f48-83c1-5e084cabf0d0} executeQuery: Code: 42. DB::Exception: Number of arguments for function tryBase64Decode doesn't match: passed 0, should be 1: In scope SELECT tryBase64Decode(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45926) (comment: 00732_base64_functions.sql) (in query: SELECT tryBase64Decode();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 18:08:30.622724 [ 91590 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tryBase64Decode doesn't match: passed 0, should be 1: In scope SELECT tryBase64Decode(). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 18:08:30.656814 [ 91590 ] {ded1fe3b-9427-44ac-b104-75a06b433931} executeQuery: Code: 42. DB::Exception: Number of arguments for function base64Encode doesn't match: passed 2, should be 1: In scope SELECT base64Encode('foo', 'excess argument'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45926) (comment: 00732_base64_functions.sql) (in query: SELECT base64Encode('foo', 'excess argument');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 18:08:30.663921 [ 91590 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function base64Encode doesn't match: passed 2, should be 1: In scope SELECT base64Encode('foo', 'excess argument'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 18:08:30.697987 [ 91590 ] {55bae230-a3aa-4a80-9dd2-38a758313f9e} executeQuery: Code: 42. DB::Exception: Number of arguments for function base64Decode doesn't match: passed 2, should be 1: In scope SELECT base64Decode('foo', 'excess argument'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45926) (comment: 00732_base64_functions.sql) (in query: SELECT base64Decode('foo', 'excess argument');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 18:08:30.704752 [ 91590 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function base64Decode doesn't match: passed 2, should be 1: In scope SELECT base64Decode('foo', 'excess argument'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 18:08:30.738450 [ 91590 ] {3e6e3766-673b-4bae-810d-279e5edf7144} executeQuery: Code: 42. DB::Exception: Number of arguments for function tryBase64Decode doesn't match: passed 2, should be 1: In scope SELECT tryBase64Decode('foo', 'excess argument'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45926) (comment: 00732_base64_functions.sql) (in query: SELECT tryBase64Decode('foo', 'excess argument');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 18:08:30.744982 [ 91590 ] {} TCPHandler: Code: 42. DB::Exception: Number of arguments for function tryBase64Decode doesn't match: passed 2, should be 1: In scope SELECT tryBase64Decode('foo', 'excess argument'). (NUMBER_OF_ARGUMENTS_DOESNT_MATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, unsigned long&, unsigned long&) @ 0x0000000029759097 4. DB::IFunctionOverloadResolver::checkNumberOfArguments(unsigned long) const @ 0x0000000031bfdf62 5. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00777 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 18:08:32.287654 [ 91590 ] {30b7021a-1d05-43c8-ada6-c3dc4bf6ec71} executeQuery: Code: 117. DB::Exception: Failed to base64Decode input 'Zm9vYmF=Zm9v': In scope SELECT base64Decode('Zm9vYmF=Zm9v'). (INCORRECT_DATA) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45926) (comment: 00732_base64_functions.sql) (in query: -- test with invalid inputs SELECT base64Decode('Zm9vYmF=Zm9v');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, char const* const&, String&&) @ 0x000000000b24426d 4. DB::Base64Decode<(DB::Base64Variant)0>::perform(std::basic_string_view>, char8_t*) @ 0x000000000b2440db 5. DB::FunctionBase64Conversion>::execute(DB::ColumnString const&, unsigned long) @ 0x000000000b243c3f 6. DB::FunctionBase64Conversion>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000b2427de 7. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 8. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 10. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 18:08:32.295131 [ 91590 ] {} TCPHandler: Code: 117. DB::Exception: Failed to base64Decode input 'Zm9vYmF=Zm9v': In scope SELECT base64Decode('Zm9vYmF=Zm9v'). (INCORRECT_DATA), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, char const* const&, String&&) @ 0x000000000b24426d 4. DB::Base64Decode<(DB::Base64Variant)0>::perform(std::basic_string_view>, char8_t*) @ 0x000000000b2440db 5. DB::FunctionBase64Conversion>::execute(DB::ColumnString const&, unsigned long) @ 0x000000000b243c3f 6. DB::FunctionBase64Conversion>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000b2427de 7. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 8. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 10. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 18:08:32.407148 [ 91590 ] {dc2de1c8-56d5-4ba2-8af0-bf2c42e69dff} executeQuery: Code: 117. DB::Exception: Failed to base64Decode input 'foo': In scope SELECT base64Decode('foo'). (INCORRECT_DATA) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45926) (comment: 00732_base64_functions.sql) (in query: SELECT base64Decode('foo');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, char const* const&, String&&) @ 0x000000000b24426d 4. DB::Base64Decode<(DB::Base64Variant)0>::perform(std::basic_string_view>, char8_t*) @ 0x000000000b2440db 5. DB::FunctionBase64Conversion>::execute(DB::ColumnString const&, unsigned long) @ 0x000000000b243c3f 6. DB::FunctionBase64Conversion>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000b2427de 7. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 8. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 10. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 18:08:32.414131 [ 91590 ] {} TCPHandler: Code: 117. DB::Exception: Failed to base64Decode input 'foo': In scope SELECT base64Decode('foo'). (INCORRECT_DATA), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, char const* const&, String&&) @ 0x000000000b24426d 4. DB::Base64Decode<(DB::Base64Variant)0>::perform(std::basic_string_view>, char8_t*) @ 0x000000000b2440db 5. DB::FunctionBase64Conversion>::execute(DB::ColumnString const&, unsigned long) @ 0x000000000b243c3f 6. DB::FunctionBase64Conversion>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000b2427de 7. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 8. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 10. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 18:08:32.527799 [ 91590 ] {550dd235-f3f9-4d01-a6b4-a2e27c48e09a} executeQuery: Code: 117. DB::Exception: Failed to base64Decode input 'aoeo054640eu=': In scope SELECT base64Decode('aoeo054640eu='). (INCORRECT_DATA) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45926) (comment: 00732_base64_functions.sql) (in query: SELECT base64Decode('aoeo054640eu=');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, char const* const&, String&&) @ 0x000000000b24426d 4. DB::Base64Decode<(DB::Base64Variant)0>::perform(std::basic_string_view>, char8_t*) @ 0x000000000b2440db 5. DB::FunctionBase64Conversion>::execute(DB::ColumnString const&, unsigned long) @ 0x000000000b243c3f 6. DB::FunctionBase64Conversion>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000b2427de 7. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 8. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 10. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 18:08:32.534855 [ 91590 ] {} TCPHandler: Code: 117. DB::Exception: Failed to base64Decode input 'aoeo054640eu=': In scope SELECT base64Decode('aoeo054640eu='). (INCORRECT_DATA), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, char const* const&, String&&) @ 0x000000000b24426d 4. DB::Base64Decode<(DB::Base64Variant)0>::perform(std::basic_string_view>, char8_t*) @ 0x000000000b2440db 5. DB::FunctionBase64Conversion>::execute(DB::ColumnString const&, unsigned long) @ 0x000000000b243c3f 6. DB::FunctionBase64Conversion>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000b2427de 7. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 8. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 10. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 18:08:33.226849 [ 94689 ] {e40098c7-df98-420d-b855-592b5ff30d61} executeQuery: Code: 62. DB::Exception: Cannot parse expression of type Nullable(Int8) here: -- Bu : While executing ValuesBlockInputFormat. (SYNTAX_ERROR) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:43508) (comment: 02482_value_block_parsing.sh) (in query: INSERT INTO simple_key_dictionary_source_table__fuzz_48 FORMAT Values ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity>>::type>, String&&, std::basic_string_view>&&) @ 0x000000001bedae6d 4. ./build_docker/./src/Processors/Formats/Impl/ValuesBlockInputFormat.cpp:213: DB::ValuesBlockInputFormat::readUntilTheEndOfRowAndReTokenize(unsigned long) @ 0x000000003ffd7660 5. ./build_docker/./src/Processors/Formats/Impl/ValuesBlockInputFormat.cpp:421: DB::ValuesBlockInputFormat::parseExpression(DB::IColumn&, unsigned long) @ 0x000000003ffd88f9 6. ./build_docker/./src/Processors/Formats/Impl/ValuesBlockInputFormat.cpp:329: DB::ValuesBlockInputFormat::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, unsigned long) @ 0x000000003ffd5747 7. ./build_docker/./src/Processors/Formats/Impl/ValuesBlockInputFormat.cpp:129: DB::ValuesBlockInputFormat::read() @ 0x000000003ffd20b0 8. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 9. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 10. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 11. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 12. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 13. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 15. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:112: DB::CompletedPipelineExecutor::execute() @ 0x000000003f7140d3 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1798: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003928176b 17. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 18. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 19. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:08:33.237835 [ 94689 ] {e40098c7-df98-420d-b855-592b5ff30d61} DynamicQueryHandler: Code: 62. DB::Exception: Cannot parse expression of type Nullable(Int8) here: -- Bu : While executing ValuesBlockInputFormat. (SYNTAX_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity>>::type>, String&&, std::basic_string_view>&&) @ 0x000000001bedae6d 4. ./build_docker/./src/Processors/Formats/Impl/ValuesBlockInputFormat.cpp:213: DB::ValuesBlockInputFormat::readUntilTheEndOfRowAndReTokenize(unsigned long) @ 0x000000003ffd7660 5. ./build_docker/./src/Processors/Formats/Impl/ValuesBlockInputFormat.cpp:421: DB::ValuesBlockInputFormat::parseExpression(DB::IColumn&, unsigned long) @ 0x000000003ffd88f9 6. ./build_docker/./src/Processors/Formats/Impl/ValuesBlockInputFormat.cpp:329: DB::ValuesBlockInputFormat::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, unsigned long) @ 0x000000003ffd5747 7. ./build_docker/./src/Processors/Formats/Impl/ValuesBlockInputFormat.cpp:129: DB::ValuesBlockInputFormat::read() @ 0x000000003ffd20b0 8. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 9. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 10. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 11. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 12. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 13. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 15. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:112: DB::CompletedPipelineExecutor::execute() @ 0x000000003f7140d3 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1798: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003928176b 17. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 18. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 19. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:08:33.238801 [ 94690 ] {08247a61-fcbd-481d-8e00-9695e200c038} executeQuery: Code: 636. DB::Exception: The table structure cannot be extracted from a Native format file. Error: Code: 128. DB::Exception: Array sizes are too large: 18446744073709551615. (TOO_LARGE_ARRAY_SIZE) (version 24.12.2.20214.altinityantalya (altinity build)). You can specify the structure manually. (CANNOT_EXTRACT_TABLE_STRUCTURE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45974) (comment: 02424_pod_array_overflow.sql) (in query: SELECT * FROM format(Native, '\x02\x02\x02\x6b\x30\x1a\x4d\x61\x70\x28\x46\x69\x78\x65\x64\x53\x74\x72\x69\x6e\x67\x28\x31\x29\x2c\x20\x49\x6e\x74\x36\x34\x29\x01\x00\x00\x00\x00\x00\x00\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x7f\x00\x7f\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x64\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xcf\x31\x3f\x56\x69\x11\x89\x25');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&, String&) @ 0x000000001b5f99cd 4. ./build_docker/./src/Formats/ReadSchemaUtils.cpp:287: DB::readSchemaFromFormatImpl(std::optional, std::optional const&, DB::IReadBufferIterator&, std::shared_ptr const&) @ 0x000000003f630a1e 5. ./build_docker/./src/Formats/ReadSchemaUtils.cpp:549: DB::readSchemaFromFormat(String const&, std::optional const&, DB::IReadBufferIterator&, std::shared_ptr const&) @ 0x000000003f632f62 6. ./build_docker/./src/TableFunctions/TableFunctionFormat.cpp:146: DB::(anonymous namespace)::TableFunctionFormat::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000274bd5af 7. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 8. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 14. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 18:08:33.247893 [ 94690 ] {} TCPHandler: Code: 636. DB::Exception: The table structure cannot be extracted from a Native format file. Error: Code: 128. DB::Exception: Array sizes are too large: 18446744073709551615. (TOO_LARGE_ARRAY_SIZE) (version 24.12.2.20214.altinityantalya (altinity build)). You can specify the structure manually. (CANNOT_EXTRACT_TABLE_STRUCTURE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&, String&) @ 0x000000001b5f99cd 4. ./build_docker/./src/Formats/ReadSchemaUtils.cpp:287: DB::readSchemaFromFormatImpl(std::optional, std::optional const&, DB::IReadBufferIterator&, std::shared_ptr const&) @ 0x000000003f630a1e 5. ./build_docker/./src/Formats/ReadSchemaUtils.cpp:549: DB::readSchemaFromFormat(String const&, std::optional const&, DB::IReadBufferIterator&, std::shared_ptr const&) @ 0x000000003f632f62 6. ./build_docker/./src/TableFunctions/TableFunctionFormat.cpp:146: DB::(anonymous namespace)::TableFunctionFormat::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000274bd5af 7. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 8. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 14. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 17. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 22. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 23. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 24. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 25. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 26. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 27. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 28. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 29. ? @ 0x00007fc708d31ac3 30. ? @ 0x00007fc708dc3850 2025.03.31 18:08:33.301476 [ 91597 ] {34c37cc9-01bd-404d-9612-f4f04a1ff38c} executeQuery: Code: 62. DB::Exception: Cannot parse expression of type Nullable(Int8) here: !Invalid : While executing ValuesBlockInputFormat. (SYNTAX_ERROR) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:43514) (comment: 02482_value_block_parsing.sh) (in query: INSERT INTO simple_key_dictionary_source_table__fuzz_48 FORMAT Values ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity>>::type>, String&&, std::basic_string_view>&&) @ 0x000000001bedae6d 4. ./build_docker/./src/Processors/Formats/Impl/ValuesBlockInputFormat.cpp:213: DB::ValuesBlockInputFormat::readUntilTheEndOfRowAndReTokenize(unsigned long) @ 0x000000003ffd7660 5. ./build_docker/./src/Processors/Formats/Impl/ValuesBlockInputFormat.cpp:421: DB::ValuesBlockInputFormat::parseExpression(DB::IColumn&, unsigned long) @ 0x000000003ffd88f9 6. ./build_docker/./src/Processors/Formats/Impl/ValuesBlockInputFormat.cpp:329: DB::ValuesBlockInputFormat::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, unsigned long) @ 0x000000003ffd5747 7. ./build_docker/./src/Processors/Formats/Impl/ValuesBlockInputFormat.cpp:129: DB::ValuesBlockInputFormat::read() @ 0x000000003ffd20b0 8. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 9. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 10. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 11. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 12. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 13. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 15. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:112: DB::CompletedPipelineExecutor::execute() @ 0x000000003f7140d3 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1798: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003928176b 17. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 18. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 19. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:08:33.308334 [ 91597 ] {34c37cc9-01bd-404d-9612-f4f04a1ff38c} DynamicQueryHandler: Code: 62. DB::Exception: Cannot parse expression of type Nullable(Int8) here: !Invalid : While executing ValuesBlockInputFormat. (SYNTAX_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity>>::type>, String&&, std::basic_string_view>&&) @ 0x000000001bedae6d 4. ./build_docker/./src/Processors/Formats/Impl/ValuesBlockInputFormat.cpp:213: DB::ValuesBlockInputFormat::readUntilTheEndOfRowAndReTokenize(unsigned long) @ 0x000000003ffd7660 5. ./build_docker/./src/Processors/Formats/Impl/ValuesBlockInputFormat.cpp:421: DB::ValuesBlockInputFormat::parseExpression(DB::IColumn&, unsigned long) @ 0x000000003ffd88f9 6. ./build_docker/./src/Processors/Formats/Impl/ValuesBlockInputFormat.cpp:329: DB::ValuesBlockInputFormat::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, unsigned long) @ 0x000000003ffd5747 7. ./build_docker/./src/Processors/Formats/Impl/ValuesBlockInputFormat.cpp:129: DB::ValuesBlockInputFormat::read() @ 0x000000003ffd20b0 8. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 9. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 10. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 11. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 12. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 13. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 15. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:112: DB::CompletedPipelineExecutor::execute() @ 0x000000003f7140d3 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1798: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003928176b 17. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 18. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 19. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:08:33.388510 [ 91841 ] {8e5517b4-906e-4fa3-b666-21370785e009} executeQuery: Code: 62. DB::Exception: Cannot parse expression of type Nullable(Int8) here: !!!!!!3adas ) : While executing ValuesBlockInputFormat. (SYNTAX_ERROR) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:43524) (comment: 02482_value_block_parsing.sh) (in query: INSERT INTO simple_key_dictionary_source_table__fuzz_48 FORMAT Values ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity>>::type>, String&&, std::basic_string_view>&&) @ 0x000000001bedae6d 4. ./build_docker/./src/Processors/Formats/Impl/ValuesBlockInputFormat.cpp:213: DB::ValuesBlockInputFormat::readUntilTheEndOfRowAndReTokenize(unsigned long) @ 0x000000003ffd7660 5. ./build_docker/./src/Processors/Formats/Impl/ValuesBlockInputFormat.cpp:421: DB::ValuesBlockInputFormat::parseExpression(DB::IColumn&, unsigned long) @ 0x000000003ffd88f9 6. ./build_docker/./src/Processors/Formats/Impl/ValuesBlockInputFormat.cpp:329: DB::ValuesBlockInputFormat::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, unsigned long) @ 0x000000003ffd5747 7. ./build_docker/./src/Processors/Formats/Impl/ValuesBlockInputFormat.cpp:129: DB::ValuesBlockInputFormat::read() @ 0x000000003ffd20b0 8. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 9. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 10. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 11. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 12. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 13. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 15. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:112: DB::CompletedPipelineExecutor::execute() @ 0x000000003f7140d3 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1798: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003928176b 17. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 18. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 19. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:08:33.395591 [ 91841 ] {8e5517b4-906e-4fa3-b666-21370785e009} DynamicQueryHandler: Code: 62. DB::Exception: Cannot parse expression of type Nullable(Int8) here: !!!!!!3adas ) : While executing ValuesBlockInputFormat. (SYNTAX_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity>>::type>, String&&, std::basic_string_view>&&) @ 0x000000001bedae6d 4. ./build_docker/./src/Processors/Formats/Impl/ValuesBlockInputFormat.cpp:213: DB::ValuesBlockInputFormat::readUntilTheEndOfRowAndReTokenize(unsigned long) @ 0x000000003ffd7660 5. ./build_docker/./src/Processors/Formats/Impl/ValuesBlockInputFormat.cpp:421: DB::ValuesBlockInputFormat::parseExpression(DB::IColumn&, unsigned long) @ 0x000000003ffd88f9 6. ./build_docker/./src/Processors/Formats/Impl/ValuesBlockInputFormat.cpp:329: DB::ValuesBlockInputFormat::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, unsigned long) @ 0x000000003ffd5747 7. ./build_docker/./src/Processors/Formats/Impl/ValuesBlockInputFormat.cpp:129: DB::ValuesBlockInputFormat::read() @ 0x000000003ffd20b0 8. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 9. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 10. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 11. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 12. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 13. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 15. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:112: DB::CompletedPipelineExecutor::execute() @ 0x000000003f7140d3 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1798: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003928176b 17. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 18. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 19. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:08:34.721684 [ 91852 ] {2df9d0a7-cad0-4fa3-ae12-bbefbbec1538} executeQuery: Code: 43. DB::Exception: Illegal column for first argument of function hopEnd. Must be a Tuple(DataTime, DataTime): In scope SELECT hopEnd(CAST(tuple([[[(20, 20), (50, 20), (50, 50), (20, 50)], [(30, 30), (50, 50), (50, 30)]], [[(20, 20), (50, 20), (50, 50), (20, 50)], [(30, 30), (50, 50), (50, 30)]], [[(20, 20), (50, 20), (50, 50), (20, 50)], [(30, 30), (50, 50), (50, 30)]]]), 'Tuple(MultiPolygon)')). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45980) (comment: 03014_window_view_crash.sql) (in query: SELECT hopEnd(tuple([[[(20,20),(50,20),(50,50),(20,50)],[(30,30),(50,50),(50,30)]], [[(20,20),(50,20),(50,50),(20,50)],[(30,30),(50,50),(50,30)]], [[(20,20),(50,20),(50,50),(20,50)],[(30,30),(50,50),(50,30)]]])::Tuple(MultiPolygon));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. DB::(anonymous namespace)::executeWindowBound(COW::immutable_ptr const&, unsigned long, String const&) @ 0x000000000ac60956 5. DB::(anonymous namespace)::FunctionTimeWindow<(DB::(anonymous namespace)::TimeWindowFunctionName)5>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000ac656b4 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:08:34.729372 [ 91852 ] {} TCPHandler: Code: 43. DB::Exception: Illegal column for first argument of function hopEnd. Must be a Tuple(DataTime, DataTime): In scope SELECT hopEnd(CAST(tuple([[[(20, 20), (50, 20), (50, 50), (20, 50)], [(30, 30), (50, 50), (50, 30)]], [[(20, 20), (50, 20), (50, 50), (20, 50)], [(30, 30), (50, 50), (50, 30)]], [[(20, 20), (50, 20), (50, 50), (20, 50)], [(30, 30), (50, 50), (50, 30)]]]), 'Tuple(MultiPolygon)')). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. DB::(anonymous namespace)::executeWindowBound(COW::immutable_ptr const&, unsigned long, String const&) @ 0x000000000ac60956 5. DB::(anonymous namespace)::FunctionTimeWindow<(DB::(anonymous namespace)::TimeWindowFunctionName)5>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000ac656b4 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:08:34.981008 [ 91597 ] {5b4a185b-08be-46de-8b3f-2a1771a2dab2} executeQuery: Code: 50. DB::Exception: Unknown BSON type: 0x00: While executing BSONEachRowRowInputFormat. (UNKNOWN_TYPE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45994) (comment: 02684_bson.sql) (in query: -- It correctly throws exception about incorrect data: SELECT * FROM format('BSONEachRow', 'WatchID Int64, JavaEnable Int16, Title String, GoodEvent Int16, EventTime DateTime, EventDate Date, CounterID Int32, ClientIP Int32, RegionID Int32, UserID Int64, CounterClass Int16, OS Int16, UserAgent Int16, URL String, Referer String, IsRefresh Int16, RefererCategoryID Int16, RefererRegionID Int32, URLCategoryID Int16, URLRegionID Int32, ResolutionWidth Int16, ResolutionHeight Int16, ResolutionDepth Int16, FlashMajor Int16, FlashMinor Int16, FlashMinor2 String, NetMajor Int16, NetMinor Int16, UserAgentMajor Int16, UserAgentMinor String, CookieEnable Int16, JavascriptEnable Int16, IsMobile Int16, MobilePhone Int16, MobilePhoneModel String, Params String, IPNetworkID Int32, TraficSourceID Int16, SearchEngineID Int16, SearchPhrase String, AdvEngineID Int16, IsArtifical Int16, WindowClientWidth Int16, WindowClientHeight Int16, ClientTimeZone Int16, ClientEventTime DateTime, SilverlightVersion1 Int16, SilverlightVersion2 Int16, SilverlightVersion3 Int32, SilverlightVersion4 Int16, PageCharset String, CodeVersion Int32, IsLink Int16, IsDownload Int16, IsNotBounce Int16, FUniqID Int64, OriginalURL String, HID Int32, IsOldCounter Int16, IsEvent Int16, IsParameter Int16, DontCountHits Int16, WithHash Int16, HitColor String, LocalEventTime DateTime, Age Int16, Sex Int16, Income Int16, Interests Int16, Robotness Int16, RemoteIP Int32, WindowName Int32, OpenerName Int32, HistoryLength Int16, BrowserLanguage String, BrowserCountry String, SocialNetwork String, SocialAction String, HTTPError Int16, SendTiming Int32, DNSTiming Int32, ConnectTiming Int32, ResponseStartTiming Int32, ResponseEndTiming Int32, FetchTiming Int32, SocialSourceNetworkID Int16, SocialSourcePage String, ParamPrice Int64, ParamOrderID String, ParamCurrency String, ParamCurrencyID Int16, OpenstatServiceName String, OpenstatCampaignID String, OpenstatAdID String, OpenstatSourceID String, UTMSource String, UTMMedium String, UTMCampaign String, UTMContent String, UTMTerm String, FromTag String, HasGCLID Int16, RefererHash Int64, URLHash Int64, CLID Int32', $$^WatchIDc*5/ !p~JavaEnableTitleGoodEventEventTime7��QEventDate>CounterIDClientIP��z�RegionIDGUserID� ��:6��CounterClassOSUserAgentURLRefererIsRefreshRefererCategoryIDRefererRegionIDURLCategoryIDURLRegionIDResolutionWidthResolutionHeightResolutionDepthFlashMajorFlashMinorFlashMinor2NetMajorNetMinorUserAgentMajorUserAgentMinor�OCookieEnableJavascriptEnableIsMobileMobilePhoneMobilePhoneModelParamsIPNetworkID��9TraficSourceIDSearchEngineIDSearchPhraseAdvEngineIDIsArtificalWindowClientWidthWindowClientHeightClientTimeZone����ClientEventTime��SilverlightVersion1SilverlightVersion2SilverlightVersion3SilverlightVersion4PageCharsetCodeVersionIsLinkIsDownloadIsNotBounceFUniqIDOriginalURLHIDIsOldCounterIsEventIsParameterDontCountHitsWithHashHitColor5LocalEventTime&��QAgeSexIncomeInterestsRobotnessRemoteIP^DI�WindowName����OpenerName����HistoryLength����BrowserLanguage�BrowserCountry� SocialNetworkSocialActionHTTPErrorSendTimingDNSTimingConnectTimingResponseStartTimingResponseEndTimingFetchTimingSocialSourceNetworkIDSocialSourcePageParamPriceParamOrderIDParamCurrencyNHParamCurrencyIDOpenstatServiceNameOpenstatCampaignIDOpenstatAdIDOpenstatSourceIDUTMSourceUTMMediumUTMCampaignUTMContentUTMTermFromTagHasGCLIDRefererHashX+��'���URLHash�|3��b.�CLID^WatchID��F�ӓ2qJavaEnableTitleGoodEventEventTimen$�QEventDate>CounterIDClientIP��z�RegionIDGUserID� ��:6��CounterClassOSUserAgentURLRefererIsRefreshRefererCategoryIDRefererRegionIDURLCategoryIDURLRegionIDResolutionWidthResolutionHeightResolutionDepthmingResponseStartTimingResponseEndTimingFetchTimingSocialSourceNetworkIDSocialSourcePageParamPriceParamOrderIDParamCurrencyNHParamCurrencyIDOpenstatServiceNameOpenstatCampaignIDOpenstatAdIDOpenstatSourceIDUTMSourceUTMMediumUTMCampaignUTMContentUTMTermFromTagHasGCLIDRefererHashX+��'���URLHashv�v����CLID�WatchID���\JavaEnableTitleGoodEventEventTime� �QEventDate>CounterIDClientIP�gURegionID�UserID�s�yy��fCounterClassOS,UserAgentURL1http://tours/Ekategoriya%2F&sr=http://slovareniyeRefererIsRefreshRefererCategoryIDRefererRegionIDURLCategoryIDURLRegionID�ResolutionWidthResolutionHeightResolutionDepthFlashMajorFlashMinorFlashMinor2NetMajorNetMinorUserAgentMajor UserAgentMinorD�CookieEnableJavascriptEnableIsMobileMobilePhoneMobilePhoneModelParamsIPNetworkID��TraficSourceIDSearchEngineIDSearchPhraseAdvEngineIDIsArtificalWindowClientWidthWindowClientHeightClientTimeZone����ClientEventTime��SilverlightVersion1SilverlightVersion2SilverlightVersion3SilverlightVersion4PageCharsetCodeVersionIsLinkIsDownloadIsNotBounceFUniqIDOriginalURLHIDIsOldCounterIsEventIsParameterDontCountHitsWithHashHitColor5LocalEventTimeY��QAgeSexIncomeInterestsRobotnessRemoteIP�=kWindowName����OpenerName����HistoryLength����BrowserLanguage�BrowserCountry� SocialNetworkSocialActionHTTPErrorSendTimingDNSTimingConnectTimingResponseStartTimingResponseEndTimingFetchTimingSocialSourceNetworkIDSocialSourcePageParamPriceParamOrderIDParamCurrencyNHParamCurrencyIDOpenstatServiceNameOpenstatCampaignIDOpenstatAdIDOpenstatSourceIDUTMSourceUTMMediumUTMCampaignUTMContentUTMTermFromTagHasGCLIDRefererHashX+��'���URLHashh��9�DCLID^WatchID�/E��J�{JavaEnableTitleGoodEventEventTime�1�QEventDate>CounterIDClientIP��z�RegionIDGUserID� ��:6��CounterClassOSUserAgentURLRefererIsRefreshRefererCategoryIDRefererRegionIDURLCategoryIDURLRegionIDResolutionWidthResolutionHeightResolutionDepthFlashMajorFlashMinorFlashMinor2NetMajorNetMinorUserAgentMajorUserAgentMinor�OCookieEnableJavascriptEnableIsMobileMobilePhoneMobilePhoneModelParamsIPNetworkID��9TraficSourceIDSearchEngineIDSearchPhraseAdvEngineIDIsArtificalWindowClientWidthWindowClientHeightClientTimeZone����ClientEventTime��SilverlightVersion1SilverlightVersion2SilverlightVersion3SilverlightVersion4PageCharsetCodeVersionIsLinkIsDownloadIsNotBounceFUniqIDOriginalURLHIDIsOldCounterIsEventIsParameterDontCountHitsWithHashHitColor5LocalEventTime���QAgeSexIncomeInterestsRobotnessRemoteIP^DI�WindowName����OpenerName����HistoryLength����BrowserLanguage�BrowserCountry� SocialNetworkSocialActionHTTPErrorSendTimingDNSTimingConnectTimingResponseStartTimingResponseEndTimingFetchTimingSocialSourceNetworkIDSocialSourcePageParamPriceParamOrderIDParamCurrencyNHParamCurrencyIDOpenstatServiceNameOpenstatCampaignIDOpenstatAdIDOpenstatSourceIDUTMSourceUTMMediumUTMCampaignUTMContentUTMTermFromTagHasGCLIDRefererHashX+��'���URLHash�|3��b.�CLID$$);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Formats/BSONTypes.cpp:23: DB::getBSONType(unsigned char) @ 0x000000003f93a448 5. ./build_docker/./src/Processors/Formats/Impl/BSONEachRowRowInputFormat.cpp:794: DB::BSONEachRowRowInputFormat::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003f92bf23 6. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 7. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 8. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 9. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 10. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 12. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 13. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 14. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:65: DB::PullingPipelineExecutor::pull(DB::Block&) @ 0x000000003f75eb24 15. ./build_docker/./src/TableFunctions/TableFunctionFormat.cpp:125: DB::(anonymous namespace)::TableFunctionFormat::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000274bbd75 16. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 17. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 18:08:34.989000 [ 91597 ] {} TCPHandler: Code: 50. DB::Exception: Unknown BSON type: 0x00: While executing BSONEachRowRowInputFormat. (UNKNOWN_TYPE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Formats/BSONTypes.cpp:23: DB::getBSONType(unsigned char) @ 0x000000003f93a448 5. ./build_docker/./src/Processors/Formats/Impl/BSONEachRowRowInputFormat.cpp:794: DB::BSONEachRowRowInputFormat::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003f92bf23 6. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 7. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 8. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 9. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 10. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 12. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 13. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 14. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:65: DB::PullingPipelineExecutor::pull(DB::Block&) @ 0x000000003f75eb24 15. ./build_docker/./src/TableFunctions/TableFunctionFormat.cpp:125: DB::(anonymous namespace)::TableFunctionFormat::executeImpl(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool) const @ 0x00000000274bbd75 16. ./build_docker/./src/TableFunctions/ITableFunction.cpp:36: DB::ITableFunction::execute(std::shared_ptr const&, std::shared_ptr, String const&, DB::ColumnsDescription, bool, bool) const @ 0x0000000032dd5771 17. ./build_docker/./src/Interpreters/Context.cpp:2365: DB::Context::executeTableFunction(std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036537f7f 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4956: DB::QueryAnalyzer::resolveTableFunction(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&, bool) @ 0x0000000035d429d1 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5295: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4741 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 18:08:35.237580 [ 92559 ] {a994e7f9-822a-47bb-9925-bb17a31bc8a9} executeQuery: Code: 46. DB::Exception: Function with name `sumIF` does not exist. In scope SELECT sumIF(1, 0). (UNKNOWN_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45982) (comment: 02177_sum_if_not_found.sql) (in query: SELECT sumIF(1, 0);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3305: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d9cf75 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 18:08:35.244527 [ 92559 ] {} TCPHandler: Code: 46. DB::Exception: Function with name `sumIF` does not exist. In scope SELECT sumIF(1, 0). (UNKNOWN_FUNCTION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3305: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d9cf75 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 19. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 18:08:35.702788 [ 91841 ] {7b6ce342-ddc2-4ffb-b739-fdaed1b15765} executeQuery: Code: 36. DB::Exception: Regexp length too large (2 > 1): In scope SELECT multiMatchAny('123', ['12']). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46004) (comment: 02004_max_hyperscan_regex_length.sql) (in query: select multiMatchAny('123', ['12']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&&, unsigned long&) @ 0x0000000021c4e18d 4. DB::checkHyperscanRegexp(std::vector>, std::allocator>>> const&, unsigned long, unsigned long) @ 0x0000000031d96c3d 5. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000384490c0 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:08:35.712015 [ 91841 ] {} TCPHandler: Code: 36. DB::Exception: Regexp length too large (2 > 1): In scope SELECT multiMatchAny('123', ['12']). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&&, unsigned long&) @ 0x0000000021c4e18d 4. DB::checkHyperscanRegexp(std::vector>, std::allocator>>> const&, unsigned long, unsigned long) @ 0x0000000031d96c3d 5. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000384490c0 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:08:36.051404 [ 92559 ] {af280a88-ef42-49dc-b820-09289607b3aa} executeQuery: Code: 46. DB::Exception: Function with name `sumIF` does not exist. In scope SELECT t, sumIF(n, 0) FROM data GROUP BY t. (UNKNOWN_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45982) (comment: 02177_sum_if_not_found.sql) (in query: CREATE TABLE agg ENGINE = AggregatingMergeTree ORDER BY tuple() SETTINGS index_granularity = 27169, min_bytes_for_wide_part = 0, ratio_of_defaults_for_sparse_serialization = 1., replace_long_file_name_to_hash = false, max_file_name_length = 128, min_bytes_for_full_part_storage = 0, compact_parts_max_bytes_to_buffer = 93353104, compact_parts_max_granules_to_buffer = 186, compact_parts_merge_max_bytes_to_prefetch_part = 9398305, merge_max_block_size = 7877, old_parts_lifetime = 258., prefer_fetch_merged_part_size_threshold = 10737418240, vertical_merge_algorithm_min_rows_to_activate = 1000000, vertical_merge_algorithm_min_columns_to_activate = 1, min_merge_bytes_to_use_direct_io = 5390126620, index_granularity_bytes = 2647170, use_const_adaptive_granularity = true, enable_index_granularity_compression = false, concurrent_part_removal_threshold = 79, allow_vertical_merges_from_compact_to_wide_parts = false, cache_populated_by_fetch = false, marks_compress_block_size = 86972, primary_key_compress_block_size = 59351, use_primary_key_cache = false, prewarm_primary_key_cache = false, prewarm_mark_cache = true AS SELECT t, sumIF(n, 0) FROM data GROUP BY t), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3305: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d9cf75 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:204: DB::InterpreterSelectQueryAnalyzer::getSampleBlock(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863ae5f 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:980: DB::InterpreterCreateQuery::getTablePropertiesAndNormalizeCreateQuery(DB::ASTCreateQuery&, DB::LoadingStrictnessLevel) const @ 0x000000003779f6aa 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1668: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377bfcea 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:08:36.058682 [ 92559 ] {} TCPHandler: Code: 46. DB::Exception: Function with name `sumIF` does not exist. In scope SELECT t, sumIF(n, 0) FROM data GROUP BY t. (UNKNOWN_FUNCTION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3305: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d9cf75 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:204: DB::InterpreterSelectQueryAnalyzer::getSampleBlock(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863ae5f 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:980: DB::InterpreterCreateQuery::getTablePropertiesAndNormalizeCreateQuery(DB::ASTCreateQuery&, DB::LoadingStrictnessLevel) const @ 0x000000003779f6aa 16. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1668: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377bfcea 17. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 20. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 21. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:08:36.525957 [ 91841 ] {0f59ac71-75cb-469c-a36d-655c1d4e8e8d} executeQuery: Code: 36. DB::Exception: Total regexp lengths too large (2 > 1): In scope SELECT multiMatchAny('123', ['1', '2']). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46004) (comment: 02004_max_hyperscan_regex_length.sql) (in query: select multiMatchAny('123', ['1', '2']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long&) @ 0x000000000afececd 4. DB::checkHyperscanRegexp(std::vector>, std::allocator>>> const&, unsigned long, unsigned long) @ 0x0000000031d96dad 5. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000384490c0 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:08:36.533547 [ 91841 ] {} TCPHandler: Code: 36. DB::Exception: Total regexp lengths too large (2 > 1): In scope SELECT multiMatchAny('123', ['1', '2']). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long&) @ 0x000000000afececd 4. DB::checkHyperscanRegexp(std::vector>, std::allocator>>> const&, unsigned long, unsigned long) @ 0x0000000031d96dad 5. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000384490c0 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:08:36.597599 [ 92283 ] {82fbc5a3-8052-425c-bbd4-fc184b34bb43} executeQuery: Code: 36. DB::Exception: Element of set in IN, VALUES, or LIMIT, or aggregate function parameter, or a table function argument is not a constant expression (result column not found): arrayJoin([0, 1]). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46028) (comment: 02009_array_join_partition.sql) (in query: ALTER TABLE table_2009_part ATTACH PARTITION tuple(arrayJoin([0, 1]));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:167: DB::evaluateConstantExpressionImpl(std::shared_ptr const&, std::shared_ptr const&, bool) @ 0x00000000391f7349 5. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:192: DB::evaluateConstantExpression(std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000391f9f93 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:6239: DB::MergeTreeData::getPartitionIDFromQuery(std::shared_ptr const&, std::shared_ptr, DB::DataPartsLock*) const @ 0x000000003debce16 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5306: DB::MergeTreeData::checkAlterPartitionIsPossible(std::vector> const&, std::shared_ptr const&, DB::Settings const&, std::shared_ptr) const @ 0x000000003df1a5fd 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:244: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751da3 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:08:36.604777 [ 92283 ] {} TCPHandler: Code: 36. DB::Exception: Element of set in IN, VALUES, or LIMIT, or aggregate function parameter, or a table function argument is not a constant expression (result column not found): arrayJoin([0, 1]). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:167: DB::evaluateConstantExpressionImpl(std::shared_ptr const&, std::shared_ptr const&, bool) @ 0x00000000391f7349 5. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:192: DB::evaluateConstantExpression(std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000391f9f93 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:6239: DB::MergeTreeData::getPartitionIDFromQuery(std::shared_ptr const&, std::shared_ptr, DB::DataPartsLock*) const @ 0x000000003debce16 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5306: DB::MergeTreeData::checkAlterPartitionIsPossible(std::vector> const&, std::shared_ptr const&, DB::Settings const&, std::shared_ptr) const @ 0x000000003df1a5fd 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:244: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751da3 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:08:36.680113 [ 92283 ] {744fe23c-d6bf-4e26-b63b-99d4482ceba6} executeQuery: Code: 36. DB::Exception: Element of set in IN, VALUES, or LIMIT, or aggregate function parameter, or a table function argument is not a constant expression (result column not found): toYYYYMM(toDate(array(arrayJoin(array(arrayJoin(array(arrayJoin(array(arrayJoin(array(3, materialize(NULL), arrayJoin(array(1025, materialize(NULL), materialize(NULL))), NULL)))))), materialize(NULL)))), NULL)). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46028) (comment: 02009_array_join_partition.sql) (in query: ALTER TABLE table_2009_part ATTACH PARTITION tuple(toYYYYMM(toDate([arrayJoin([arrayJoin([arrayJoin([arrayJoin([3, materialize(NULL), arrayJoin([1025, materialize(NULL), materialize(NULL)]), NULL])])]), materialize(NULL)])], NULL)));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:167: DB::evaluateConstantExpressionImpl(std::shared_ptr const&, std::shared_ptr const&, bool) @ 0x00000000391f7349 5. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:192: DB::evaluateConstantExpression(std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000391f9f93 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:6239: DB::MergeTreeData::getPartitionIDFromQuery(std::shared_ptr const&, std::shared_ptr, DB::DataPartsLock*) const @ 0x000000003debce16 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5306: DB::MergeTreeData::checkAlterPartitionIsPossible(std::vector> const&, std::shared_ptr const&, DB::Settings const&, std::shared_ptr) const @ 0x000000003df1a5fd 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:244: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751da3 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:08:36.687760 [ 92283 ] {} TCPHandler: Code: 36. DB::Exception: Element of set in IN, VALUES, or LIMIT, or aggregate function parameter, or a table function argument is not a constant expression (result column not found): toYYYYMM(toDate(array(arrayJoin(array(arrayJoin(array(arrayJoin(array(arrayJoin(array(3, materialize(NULL), arrayJoin(array(1025, materialize(NULL), materialize(NULL))), NULL)))))), materialize(NULL)))), NULL)). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:167: DB::evaluateConstantExpressionImpl(std::shared_ptr const&, std::shared_ptr const&, bool) @ 0x00000000391f7349 5. ./build_docker/./src/Interpreters/evaluateConstantExpression.cpp:192: DB::evaluateConstantExpression(std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000391f9f93 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:6239: DB::MergeTreeData::getPartitionIDFromQuery(std::shared_ptr const&, std::shared_ptr, DB::DataPartsLock*) const @ 0x000000003debce16 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5306: DB::MergeTreeData::checkAlterPartitionIsPossible(std::vector> const&, std::shared_ptr const&, DB::Settings const&, std::shared_ptr) const @ 0x000000003df1a5fd 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:244: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751da3 9. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:08:37.290681 [ 92561 ] {b733b39c-b09a-45dd-9840-e70eafdcdc76} executeQuery: Code: 53. DB::Exception: Type mismatch in IN or VALUES section. Expected: UInt8. Got: Tuple. (TYPE_MISMATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:43740) (comment: 01421_assert_in_in.sql) (in query: SELECT (1, 2) IN ((1, (2, 3)), (1 + 1, 1));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, DB::Field::Types::Which&&) @ 0x00000000391cda6d 4. ./build_docker/./src/Interpreters/convertFieldToType.cpp:84: DB::Field DB::(anonymous namespace)::convertNumericType(DB::Field const&, DB::IDataType const&) @ 0x00000000391aaef9 5. ./build_docker/./src/Interpreters/convertFieldToType.cpp:224: DB::(anonymous namespace)::convertFieldToTypeImpl(DB::Field const&, DB::IDataType const&, DB::IDataType const*, DB::FormatSettings const&) @ 0x00000000391a009c 6. ./build_docker/./src/Interpreters/convertFieldToType.cpp:0: DB::convertFieldToType(DB::Field const&, DB::IDataType const&, DB::IDataType const*, DB::FormatSettings const&) @ 0x000000003919f33e 7. ./build_docker/./src/Interpreters/convertFieldToType.cpp:671: DB::convertFieldToTypeStrict(DB::Field const&, DB::IDataType const&, DB::IDataType const&, DB::FormatSettings const&) @ 0x00000000391a955e 8. ./build_docker/./src/Analyzer/SetUtils.cpp:120: DB::getSetElementsForConstantValue(std::shared_ptr const&, DB::Field const&, std::shared_ptr const&, bool) @ 0x0000000035edb4d3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3466: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d92872 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 18:08:37.299351 [ 92561 ] {} TCPHandler: Code: 53. DB::Exception: Type mismatch in IN or VALUES section. Expected: UInt8. Got: Tuple. (TYPE_MISMATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, DB::Field::Types::Which&&) @ 0x00000000391cda6d 4. ./build_docker/./src/Interpreters/convertFieldToType.cpp:84: DB::Field DB::(anonymous namespace)::convertNumericType(DB::Field const&, DB::IDataType const&) @ 0x00000000391aaef9 5. ./build_docker/./src/Interpreters/convertFieldToType.cpp:224: DB::(anonymous namespace)::convertFieldToTypeImpl(DB::Field const&, DB::IDataType const&, DB::IDataType const*, DB::FormatSettings const&) @ 0x00000000391a009c 6. ./build_docker/./src/Interpreters/convertFieldToType.cpp:0: DB::convertFieldToType(DB::Field const&, DB::IDataType const&, DB::IDataType const*, DB::FormatSettings const&) @ 0x000000003919f33e 7. ./build_docker/./src/Interpreters/convertFieldToType.cpp:671: DB::convertFieldToTypeStrict(DB::Field const&, DB::IDataType const&, DB::IDataType const&, DB::FormatSettings const&) @ 0x00000000391a955e 8. ./build_docker/./src/Analyzer/SetUtils.cpp:120: DB::getSetElementsForConstantValue(std::shared_ptr const&, DB::Field const&, std::shared_ptr const&, bool) @ 0x0000000035edb4d3 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3466: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d92872 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 16. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 18. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 24. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 25. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 26. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 27. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 28. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 29. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 30. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 31. ? @ 0x00007fc708d31ac3 2025.03.31 18:08:37.572819 [ 91841 ] {b52ebdfb-c896-48e9-911d-df8c4d359fd5} executeQuery: Code: 36. DB::Exception: Regexp length too large (2 > 1): In scope SELECT multiMatchAnyIndex('123', ['12']). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46004) (comment: 02004_max_hyperscan_regex_length.sql) (in query: select multiMatchAnyIndex('123', ['12']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&&, unsigned long&) @ 0x0000000021c4e18d 4. DB::checkHyperscanRegexp(std::vector>, std::allocator>>> const&, unsigned long, unsigned long) @ 0x0000000031d96c3d 5. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179ff54b 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:08:37.580625 [ 91841 ] {} TCPHandler: Code: 36. DB::Exception: Regexp length too large (2 > 1): In scope SELECT multiMatchAnyIndex('123', ['12']). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&&, unsigned long&) @ 0x0000000021c4e18d 4. DB::checkHyperscanRegexp(std::vector>, std::allocator>>> const&, unsigned long, unsigned long) @ 0x0000000031d96c3d 5. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179ff54b 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:08:38.195761 [ 93767 ] {a07813ea-c0fe-49e0-8b3f-60bfc1bdcdf5} executeQuery: Code: 36. DB::Exception: StorageKeeperMap requires one column in primary key. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:43766) (comment: 02416_keeper_map.sql) (in query: CREATE TABLE 02416_test (key String, value UInt32) Engine=KeeperMap('/' || currentDatabase() || '/test2416');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageKeeperMap.cpp:1499: DB::(anonymous namespace)::create(DB::StorageFactory::Arguments const&) @ 0x000000003cb5f99d 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 9. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:08:38.203142 [ 93767 ] {} TCPHandler: Code: 36. DB::Exception: StorageKeeperMap requires one column in primary key. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageKeeperMap.cpp:1499: DB::(anonymous namespace)::create(DB::StorageFactory::Arguments const&) @ 0x000000003cb5f99d 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 9. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:08:38.389393 [ 91841 ] {c93fa517-4512-4831-92c1-9aab685e2d0f} executeQuery: Code: 36. DB::Exception: Total regexp lengths too large (2 > 1): In scope SELECT multiMatchAnyIndex('123', ['1', '2']). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46004) (comment: 02004_max_hyperscan_regex_length.sql) (in query: select multiMatchAnyIndex('123', ['1', '2']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long&) @ 0x000000000afececd 4. DB::checkHyperscanRegexp(std::vector>, std::allocator>>> const&, unsigned long, unsigned long) @ 0x0000000031d96dad 5. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179ff54b 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:08:38.398133 [ 91841 ] {} TCPHandler: Code: 36. DB::Exception: Total regexp lengths too large (2 > 1): In scope SELECT multiMatchAnyIndex('123', ['1', '2']). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long&) @ 0x000000000afececd 4. DB::checkHyperscanRegexp(std::vector>, std::allocator>>> const&, unsigned long, unsigned long) @ 0x0000000031d96dad 5. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179ff54b 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:08:38.802195 [ 93767 ] {94882d04-b7f4-43fb-983b-392a4707c6c7} executeQuery: Code: 47. DB::Exception: Missing columns: 'key2' while processing query: 'key2', required columns: 'key2' 'key2'. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:43766) (comment: 02416_keeper_map.sql) (in query: CREATE TABLE 02416_test (key String, value UInt32) Engine=KeeperMap('/' || currentDatabase() || '/test2416') PRIMARY KEY(key2);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./build_docker/./src/Interpreters/TreeRewriter.cpp:1305: DB::TreeRewriterResult::collectUsedColumns(std::shared_ptr const&, bool, bool) @ 0x000000003901c445 4. ./build_docker/./src/Interpreters/TreeRewriter.cpp:1563: DB::TreeRewriter::analyze(std::shared_ptr&, DB::NamesAndTypesList const&, std::shared_ptr, std::shared_ptr const&, bool, bool, bool, bool) const @ 0x000000003903f862 5. ./build_docker/./src/Storages/KeyDescription.cpp:162: DB::KeyDescription::getSortingKeyFromAST(std::shared_ptr const&, DB::ColumnsDescription const&, std::shared_ptr, std::optional const&) @ 0x000000003c7d9b19 6. ./build_docker/./src/Storages/KeyDescription.cpp:92: DB::KeyDescription::getKeyFromAST(std::shared_ptr const&, DB::ColumnsDescription const&, std::shared_ptr) @ 0x000000003c7dd03f 7. ./build_docker/./src/Storages/StorageKeeperMap.cpp:1501: DB::(anonymous namespace)::create(DB::StorageFactory::Arguments const&) @ 0x000000003cb5ee55 8. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 11. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 12. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 18:08:38.809874 [ 93767 ] {} TCPHandler: Code: 47. DB::Exception: Missing columns: 'key2' while processing query: 'key2', required columns: 'key2' 'key2'. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./build_docker/./src/Interpreters/TreeRewriter.cpp:1305: DB::TreeRewriterResult::collectUsedColumns(std::shared_ptr const&, bool, bool) @ 0x000000003901c445 4. ./build_docker/./src/Interpreters/TreeRewriter.cpp:1563: DB::TreeRewriter::analyze(std::shared_ptr&, DB::NamesAndTypesList const&, std::shared_ptr, std::shared_ptr const&, bool, bool, bool, bool) const @ 0x000000003903f862 5. ./build_docker/./src/Storages/KeyDescription.cpp:162: DB::KeyDescription::getSortingKeyFromAST(std::shared_ptr const&, DB::ColumnsDescription const&, std::shared_ptr, std::optional const&) @ 0x000000003c7d9b19 6. ./build_docker/./src/Storages/KeyDescription.cpp:92: DB::KeyDescription::getKeyFromAST(std::shared_ptr const&, DB::ColumnsDescription const&, std::shared_ptr) @ 0x000000003c7dd03f 7. ./build_docker/./src/Storages/StorageKeeperMap.cpp:1501: DB::(anonymous namespace)::create(DB::StorageFactory::Arguments const&) @ 0x000000003cb5ee55 8. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 11. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 12. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 18:08:39.265922 [ 92572 ] {ced4d8b4-20ea-4a7e-8442-47fefae60e81} executeQuery: Code: 524. DB::Exception: ALTER of key column id0 from type String to type UUID is not safe because it can change the representation of primary key. (ALTER_OF_COLUMN_IS_FORBIDDEN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:43756) (comment: 00714_alter_uuid.sql) (in query: ALTER TABLE uuid MODIFY COLUMN id0 UUID;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3762: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003deb164f 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:08:39.272522 [ 92572 ] {} TCPHandler: Code: 524. DB::Exception: ALTER of key column id0 from type String to type UUID is not safe because it can change the representation of primary key. (ALTER_OF_COLUMN_IS_FORBIDDEN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3762: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003deb164f 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:08:39.353835 [ 92572 ] {1f5d4508-44fc-4433-804b-078c1607021b} executeQuery: Code: 524. DB::Exception: ALTER of key column id1 from type FixedString(36) to type UUID is not safe because it can change the representation of primary key. (ALTER_OF_COLUMN_IS_FORBIDDEN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:43756) (comment: 00714_alter_uuid.sql) (in query: ALTER TABLE uuid MODIFY COLUMN id1 UUID;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3762: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003deb164f 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:08:39.361084 [ 92572 ] {} TCPHandler: Code: 524. DB::Exception: ALTER of key column id1 from type FixedString(36) to type UUID is not safe because it can change the representation of primary key. (ALTER_OF_COLUMN_IS_FORBIDDEN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000008b266d7 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:3762: DB::MergeTreeData::checkAlterIsPossible(DB::AlterCommands const&, std::shared_ptr) const @ 0x000000003deb164f 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:218: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750ebb 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:08:39.367656 [ 93767 ] {f24767e2-dec4-4921-a857-affada7bdc7d} executeQuery: Code: 36. DB::Exception: StorageKeeperMap requires one column in primary key. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:43766) (comment: 02416_keeper_map.sql) (in query: CREATE TABLE 02416_test (key String, value UInt32) Engine=KeeperMap('/' || currentDatabase() || '/test2416') PRIMARY KEY(key, value);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageKeeperMap.cpp:1504: DB::(anonymous namespace)::create(DB::StorageFactory::Arguments const&) @ 0x000000003cb5fb3d 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 9. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:08:39.374995 [ 93767 ] {} TCPHandler: Code: 36. DB::Exception: StorageKeeperMap requires one column in primary key. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageKeeperMap.cpp:1504: DB::(anonymous namespace)::create(DB::StorageFactory::Arguments const&) @ 0x000000003cb5fb3d 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 9. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:08:39.415255 [ 91841 ] {3e60685f-e112-4f1f-987c-5049ecd8379f} executeQuery: Code: 36. DB::Exception: Regexp length too large (2 > 1): In scope SELECT multiMatchAllIndices('123', ['12']). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46004) (comment: 02004_max_hyperscan_regex_length.sql) (in query: select multiMatchAllIndices('123', ['12']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&&, unsigned long&) @ 0x0000000021c4e18d 4. DB::checkHyperscanRegexp(std::vector>, std::allocator>>> const&, unsigned long, unsigned long) @ 0x0000000031d96c3d 5. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179f266e 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:08:39.421900 [ 91841 ] {} TCPHandler: Code: 36. DB::Exception: Regexp length too large (2 > 1): In scope SELECT multiMatchAllIndices('123', ['12']). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&&, unsigned long&) @ 0x0000000021c4e18d 4. DB::checkHyperscanRegexp(std::vector>, std::allocator>>> const&, unsigned long, unsigned long) @ 0x0000000031d96c3d 5. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179f266e 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:08:39.422077 [ 93767 ] {8c8fd735-2b38-45cf-9c3d-91a0623b60e8} executeQuery: Code: 36. DB::Exception: StorageKeeperMap requires one column in primary key. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:43766) (comment: 02416_keeper_map.sql) (in query: CREATE TABLE 02416_test (key String, value UInt32) Engine=KeeperMap('/' || currentDatabase() || '/test2416') PRIMARY KEY(concat(key, value));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageKeeperMap.cpp:1504: DB::(anonymous namespace)::create(DB::StorageFactory::Arguments const&) @ 0x000000003cb5fb3d 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 9. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:08:39.430170 [ 93767 ] {} TCPHandler: Code: 36. DB::Exception: StorageKeeperMap requires one column in primary key. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageKeeperMap.cpp:1504: DB::(anonymous namespace)::create(DB::StorageFactory::Arguments const&) @ 0x000000003cb5fb3d 5. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 9. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:08:40.232319 [ 91841 ] {5b72f239-2f7d-4395-93cd-315806f396bb} executeQuery: Code: 36. DB::Exception: Total regexp lengths too large (2 > 1): In scope SELECT multiMatchAllIndices('123', ['1', '2']). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46004) (comment: 02004_max_hyperscan_regex_length.sql) (in query: select multiMatchAllIndices('123', ['1', '2']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long&) @ 0x000000000afececd 4. DB::checkHyperscanRegexp(std::vector>, std::allocator>>> const&, unsigned long, unsigned long) @ 0x0000000031d96dad 5. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179f266e 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:08:40.239601 [ 91841 ] {} TCPHandler: Code: 36. DB::Exception: Total regexp lengths too large (2 > 1): In scope SELECT multiMatchAllIndices('123', ['1', '2']). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long&) @ 0x000000000afececd 4. DB::checkHyperscanRegexp(std::vector>, std::allocator>>> const&, unsigned long, unsigned long) @ 0x0000000031d96dad 5. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179f266e 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:08:41.289695 [ 91841 ] {06986640-f06f-44ba-9ca3-02703706bc15} executeQuery: Code: 36. DB::Exception: Regexp length too large (2 > 1): In scope SELECT multiFuzzyMatchAny('123', 0, ['12']). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46004) (comment: 02004_max_hyperscan_regex_length.sql) (in query: select multiFuzzyMatchAny('123', 0, ['12']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&&, unsigned long&) @ 0x0000000021c4e18d 4. DB::checkHyperscanRegexp(std::vector>, std::allocator>>> const&, unsigned long, unsigned long) @ 0x0000000031d96c3d 5. DB::FunctionsMultiStringFuzzySearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179dc669 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:08:41.296767 [ 91841 ] {} TCPHandler: Code: 36. DB::Exception: Regexp length too large (2 > 1): In scope SELECT multiFuzzyMatchAny('123', 0, ['12']). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&&, unsigned long&) @ 0x0000000021c4e18d 4. DB::checkHyperscanRegexp(std::vector>, std::allocator>>> const&, unsigned long, unsigned long) @ 0x0000000031d96c3d 5. DB::FunctionsMultiStringFuzzySearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179dc669 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:08:42.129085 [ 91841 ] {1ff33c81-f422-44fd-a52f-5836f3cda2cb} executeQuery: Code: 36. DB::Exception: Total regexp lengths too large (2 > 1): In scope SELECT multiFuzzyMatchAny('123', 0, ['1', '2']). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46004) (comment: 02004_max_hyperscan_regex_length.sql) (in query: select multiFuzzyMatchAny('123', 0, ['1', '2']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long&) @ 0x000000000afececd 4. DB::checkHyperscanRegexp(std::vector>, std::allocator>>> const&, unsigned long, unsigned long) @ 0x0000000031d96dad 5. DB::FunctionsMultiStringFuzzySearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179dc669 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:08:42.136436 [ 91841 ] {} TCPHandler: Code: 36. DB::Exception: Total regexp lengths too large (2 > 1): In scope SELECT multiFuzzyMatchAny('123', 0, ['1', '2']). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long&) @ 0x000000000afececd 4. DB::checkHyperscanRegexp(std::vector>, std::allocator>>> const&, unsigned long, unsigned long) @ 0x0000000031d96dad 5. DB::FunctionsMultiStringFuzzySearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179dc669 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:08:43.176707 [ 91841 ] {7b925231-b301-4f21-b896-a6ca86afbdf5} executeQuery: Code: 36. DB::Exception: Regexp length too large (2 > 1): In scope SELECT multiFuzzyMatchAnyIndex('123', 0, ['12']). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46004) (comment: 02004_max_hyperscan_regex_length.sql) (in query: select multiFuzzyMatchAnyIndex('123', 0, ['12']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&&, unsigned long&) @ 0x0000000021c4e18d 4. DB::checkHyperscanRegexp(std::vector>, std::allocator>>> const&, unsigned long, unsigned long) @ 0x0000000031d96c3d 5. DB::FunctionsMultiStringFuzzySearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179eaf0e 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:08:43.184162 [ 91841 ] {} TCPHandler: Code: 36. DB::Exception: Regexp length too large (2 > 1): In scope SELECT multiFuzzyMatchAnyIndex('123', 0, ['12']). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&&, unsigned long&) @ 0x0000000021c4e18d 4. DB::checkHyperscanRegexp(std::vector>, std::allocator>>> const&, unsigned long, unsigned long) @ 0x0000000031d96c3d 5. DB::FunctionsMultiStringFuzzySearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179eaf0e 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:08:44.005518 [ 91841 ] {838bbae7-119c-4923-a641-ee5fd876fe9f} executeQuery: Code: 36. DB::Exception: Total regexp lengths too large (2 > 1): In scope SELECT multiFuzzyMatchAnyIndex('123', 0, ['1', '2']). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46004) (comment: 02004_max_hyperscan_regex_length.sql) (in query: select multiFuzzyMatchAnyIndex('123', 0, ['1', '2']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long&) @ 0x000000000afececd 4. DB::checkHyperscanRegexp(std::vector>, std::allocator>>> const&, unsigned long, unsigned long) @ 0x0000000031d96dad 5. DB::FunctionsMultiStringFuzzySearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179eaf0e 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:08:44.013450 [ 91841 ] {} TCPHandler: Code: 36. DB::Exception: Total regexp lengths too large (2 > 1): In scope SELECT multiFuzzyMatchAnyIndex('123', 0, ['1', '2']). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long&) @ 0x000000000afececd 4. DB::checkHyperscanRegexp(std::vector>, std::allocator>>> const&, unsigned long, unsigned long) @ 0x0000000031d96dad 5. DB::FunctionsMultiStringFuzzySearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179eaf0e 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:08:45.036897 [ 91841 ] {636f6837-d220-44ea-a771-728db75502bb} executeQuery: Code: 36. DB::Exception: Regexp length too large (2 > 1): In scope SELECT multiFuzzyMatchAllIndices('123', 0, ['12']). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46004) (comment: 02004_max_hyperscan_regex_length.sql) (in query: select multiFuzzyMatchAllIndices('123', 0, ['12']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&&, unsigned long&) @ 0x0000000021c4e18d 4. DB::checkHyperscanRegexp(std::vector>, std::allocator>>> const&, unsigned long, unsigned long) @ 0x0000000031d96c3d 5. DB::FunctionsMultiStringFuzzySearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179c79ee 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:08:45.044240 [ 91841 ] {} TCPHandler: Code: 36. DB::Exception: Regexp length too large (2 > 1): In scope SELECT multiFuzzyMatchAllIndices('123', 0, ['12']). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&&, unsigned long&) @ 0x0000000021c4e18d 4. DB::checkHyperscanRegexp(std::vector>, std::allocator>>> const&, unsigned long, unsigned long) @ 0x0000000031d96c3d 5. DB::FunctionsMultiStringFuzzySearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179c79ee 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:08:45.846050 [ 91841 ] {b7a9cdbb-f344-401c-b2fe-90af461621cd} executeQuery: Code: 36. DB::Exception: Total regexp lengths too large (2 > 1): In scope SELECT multiFuzzyMatchAllIndices('123', 0, ['1', '2']). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46004) (comment: 02004_max_hyperscan_regex_length.sql) (in query: select multiFuzzyMatchAllIndices('123', 0, ['1', '2']);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long&) @ 0x000000000afececd 4. DB::checkHyperscanRegexp(std::vector>, std::allocator>>> const&, unsigned long, unsigned long) @ 0x0000000031d96dad 5. DB::FunctionsMultiStringFuzzySearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179c79ee 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:08:45.852841 [ 91841 ] {} TCPHandler: Code: 36. DB::Exception: Total regexp lengths too large (2 > 1): In scope SELECT multiFuzzyMatchAllIndices('123', 0, ['1', '2']). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long&) @ 0x000000000afececd 4. DB::checkHyperscanRegexp(std::vector>, std::allocator>>> const&, unsigned long, unsigned long) @ 0x0000000031d96dad 5. DB::FunctionsMultiStringFuzzySearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179c79ee 6. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 7. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 8. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 9. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 11. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 12. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 20. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 23. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 28. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 29. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 30. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 31. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 2025.03.31 18:08:46.636966 [ 91841 ] {7b9c811a-7cd7-4738-8e95-32093cce58da} executeQuery: Code: 36. DB::Exception: Regexp length too large (2 > 1): while executing 'FUNCTION multiMatchAny(materialize('123'_String) :: 3, materialize(_CAST(['12']_Array(String), 'Array(String)'_String)) :: 1) -> multiMatchAny(materialize('123'_String), materialize(_CAST(['12']_Array(String), 'Array(String)'_String))) UInt8 : 2'. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46004) (comment: 02004_max_hyperscan_regex_length.sql) (in query: select multiMatchAny(materialize('123'), materialize(['12']));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&&, unsigned long&) @ 0x0000000021c4e18d 4. DB::checkHyperscanRegexp(std::vector>, std::allocator>>> const&, unsigned long, unsigned long) @ 0x0000000031d96c3d 5. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000384490c0 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 11. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 12. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 13. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 18. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:08:46.645360 [ 91841 ] {} TCPHandler: Code: 36. DB::Exception: Regexp length too large (2 > 1): while executing 'FUNCTION multiMatchAny(materialize('123'_String) :: 3, materialize(_CAST(['12']_Array(String), 'Array(String)'_String)) :: 1) -> multiMatchAny(materialize('123'_String), materialize(_CAST(['12']_Array(String), 'Array(String)'_String))) UInt8 : 2'. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&&, unsigned long&) @ 0x0000000021c4e18d 4. DB::checkHyperscanRegexp(std::vector>, std::allocator>>> const&, unsigned long, unsigned long) @ 0x0000000031d96c3d 5. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000384490c0 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 11. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 12. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 13. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 18. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:08:47.142136 [ 91841 ] {5e013de2-f8a1-4990-bc5f-ea53e3bd1d42} executeQuery: Code: 36. DB::Exception: Total regexp lengths too large (2 > 1): while executing 'FUNCTION multiMatchAny(materialize('123'_String) :: 3, materialize(_CAST(['1', '2']_Array(String), 'Array(String)'_String)) :: 1) -> multiMatchAny(materialize('123'_String), materialize(_CAST(['1', '2']_Array(String), 'Array(String)'_String))) UInt8 : 2'. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46004) (comment: 02004_max_hyperscan_regex_length.sql) (in query: select multiMatchAny(materialize('123'), materialize(['1', '2']));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long&) @ 0x000000000afececd 4. DB::checkHyperscanRegexp(std::vector>, std::allocator>>> const&, unsigned long, unsigned long) @ 0x0000000031d96dad 5. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000384490c0 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 11. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 12. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 13. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 18. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:08:47.153052 [ 91841 ] {} TCPHandler: Code: 36. DB::Exception: Total regexp lengths too large (2 > 1): while executing 'FUNCTION multiMatchAny(materialize('123'_String) :: 3, materialize(_CAST(['1', '2']_Array(String), 'Array(String)'_String)) :: 1) -> multiMatchAny(materialize('123'_String), materialize(_CAST(['1', '2']_Array(String), 'Array(String)'_String))) UInt8 : 2'. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long&) @ 0x000000000afececd 4. DB::checkHyperscanRegexp(std::vector>, std::allocator>>> const&, unsigned long, unsigned long) @ 0x0000000031d96dad 5. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000384490c0 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 11. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 12. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 13. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 18. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:08:47.867994 [ 91841 ] {b5fc2ae1-0d9c-4d83-a84b-74b3bd107d3e} executeQuery: Code: 36. DB::Exception: Regexp length too large (2 > 1): while executing 'FUNCTION multiMatchAnyIndex(materialize('123'_String) :: 3, materialize(_CAST(['12']_Array(String), 'Array(String)'_String)) :: 1) -> multiMatchAnyIndex(materialize('123'_String), materialize(_CAST(['12']_Array(String), 'Array(String)'_String))) UInt64 : 2'. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46004) (comment: 02004_max_hyperscan_regex_length.sql) (in query: select multiMatchAnyIndex(materialize('123'), materialize(['12']));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&&, unsigned long&) @ 0x0000000021c4e18d 4. DB::checkHyperscanRegexp(std::vector>, std::allocator>>> const&, unsigned long, unsigned long) @ 0x0000000031d96c3d 5. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179ff54b 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 11. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 12. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 13. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 18. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:08:47.877293 [ 91841 ] {} TCPHandler: Code: 36. DB::Exception: Regexp length too large (2 > 1): while executing 'FUNCTION multiMatchAnyIndex(materialize('123'_String) :: 3, materialize(_CAST(['12']_Array(String), 'Array(String)'_String)) :: 1) -> multiMatchAnyIndex(materialize('123'_String), materialize(_CAST(['12']_Array(String), 'Array(String)'_String))) UInt64 : 2'. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&&, unsigned long&) @ 0x0000000021c4e18d 4. DB::checkHyperscanRegexp(std::vector>, std::allocator>>> const&, unsigned long, unsigned long) @ 0x0000000031d96c3d 5. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179ff54b 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 11. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 12. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 13. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 18. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:08:48.371192 [ 91841 ] {e8552459-a35f-4a70-a56b-d441ea82cb40} executeQuery: Code: 36. DB::Exception: Total regexp lengths too large (2 > 1): while executing 'FUNCTION multiMatchAnyIndex(materialize('123'_String) :: 3, materialize(_CAST(['1', '2']_Array(String), 'Array(String)'_String)) :: 1) -> multiMatchAnyIndex(materialize('123'_String), materialize(_CAST(['1', '2']_Array(String), 'Array(String)'_String))) UInt64 : 2'. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46004) (comment: 02004_max_hyperscan_regex_length.sql) (in query: select multiMatchAnyIndex(materialize('123'), materialize(['1', '2']));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long&) @ 0x000000000afececd 4. DB::checkHyperscanRegexp(std::vector>, std::allocator>>> const&, unsigned long, unsigned long) @ 0x0000000031d96dad 5. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179ff54b 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 11. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 12. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 13. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 18. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:08:48.380520 [ 91841 ] {} TCPHandler: Code: 36. DB::Exception: Total regexp lengths too large (2 > 1): while executing 'FUNCTION multiMatchAnyIndex(materialize('123'_String) :: 3, materialize(_CAST(['1', '2']_Array(String), 'Array(String)'_String)) :: 1) -> multiMatchAnyIndex(materialize('123'_String), materialize(_CAST(['1', '2']_Array(String), 'Array(String)'_String))) UInt64 : 2'. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long&) @ 0x000000000afececd 4. DB::checkHyperscanRegexp(std::vector>, std::allocator>>> const&, unsigned long, unsigned long) @ 0x0000000031d96dad 5. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179ff54b 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 11. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 12. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 13. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 18. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:08:49.100790 [ 91841 ] {38bdc1a7-be7f-43f9-adfd-b80a53297ef0} executeQuery: Code: 36. DB::Exception: Regexp length too large (2 > 1): while executing 'FUNCTION multiMatchAllIndices(materialize('123'_String) :: 3, materialize(_CAST(['12']_Array(String), 'Array(String)'_String)) :: 1) -> multiMatchAllIndices(materialize('123'_String), materialize(_CAST(['12']_Array(String), 'Array(String)'_String))) Array(UInt64) : 2'. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46004) (comment: 02004_max_hyperscan_regex_length.sql) (in query: select multiMatchAllIndices(materialize('123'), materialize(['12']));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&&, unsigned long&) @ 0x0000000021c4e18d 4. DB::checkHyperscanRegexp(std::vector>, std::allocator>>> const&, unsigned long, unsigned long) @ 0x0000000031d96c3d 5. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179f266e 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 11. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 12. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 13. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 18. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:08:49.110636 [ 91841 ] {} TCPHandler: Code: 36. DB::Exception: Regexp length too large (2 > 1): while executing 'FUNCTION multiMatchAllIndices(materialize('123'_String) :: 3, materialize(_CAST(['12']_Array(String), 'Array(String)'_String)) :: 1) -> multiMatchAllIndices(materialize('123'_String), materialize(_CAST(['12']_Array(String), 'Array(String)'_String))) Array(UInt64) : 2'. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&&, unsigned long&) @ 0x0000000021c4e18d 4. DB::checkHyperscanRegexp(std::vector>, std::allocator>>> const&, unsigned long, unsigned long) @ 0x0000000031d96c3d 5. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179f266e 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 11. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 12. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 13. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 18. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:08:49.618878 [ 91841 ] {48b7d894-1f0b-47b9-89ad-8759ca795b0e} executeQuery: Code: 36. DB::Exception: Total regexp lengths too large (2 > 1): while executing 'FUNCTION multiMatchAllIndices(materialize('123'_String) :: 3, materialize(_CAST(['1', '2']_Array(String), 'Array(String)'_String)) :: 1) -> multiMatchAllIndices(materialize('123'_String), materialize(_CAST(['1', '2']_Array(String), 'Array(String)'_String))) Array(UInt64) : 2'. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46004) (comment: 02004_max_hyperscan_regex_length.sql) (in query: select multiMatchAllIndices(materialize('123'), materialize(['1', '2']));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long&) @ 0x000000000afececd 4. DB::checkHyperscanRegexp(std::vector>, std::allocator>>> const&, unsigned long, unsigned long) @ 0x0000000031d96dad 5. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179f266e 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 11. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 12. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 13. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 18. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:08:49.628426 [ 91841 ] {} TCPHandler: Code: 36. DB::Exception: Total regexp lengths too large (2 > 1): while executing 'FUNCTION multiMatchAllIndices(materialize('123'_String) :: 3, materialize(_CAST(['1', '2']_Array(String), 'Array(String)'_String)) :: 1) -> multiMatchAllIndices(materialize('123'_String), materialize(_CAST(['1', '2']_Array(String), 'Array(String)'_String))) Array(UInt64) : 2'. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long&) @ 0x000000000afececd 4. DB::checkHyperscanRegexp(std::vector>, std::allocator>>> const&, unsigned long, unsigned long) @ 0x0000000031d96dad 5. DB::FunctionsMultiStringSearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179f266e 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 11. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 12. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 13. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 18. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:08:50.351645 [ 91841 ] {c9b689f2-f57b-4880-9645-b0acdd94a093} executeQuery: Code: 36. DB::Exception: Regexp length too large (2 > 1): while executing 'FUNCTION multiFuzzyMatchAny(materialize('123'_String) :: 4, 0_UInt8 :: 2, materialize(_CAST(['12']_Array(String), 'Array(String)'_String)) :: 1) -> multiFuzzyMatchAny(materialize('123'_String), 0_UInt8, materialize(_CAST(['12']_Array(String), 'Array(String)'_String))) UInt8 : 3'. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46004) (comment: 02004_max_hyperscan_regex_length.sql) (in query: select multiFuzzyMatchAny(materialize('123'), 0, materialize(['12']));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&&, unsigned long&) @ 0x0000000021c4e18d 4. DB::checkHyperscanRegexp(std::vector>, std::allocator>>> const&, unsigned long, unsigned long) @ 0x0000000031d96c3d 5. DB::FunctionsMultiStringFuzzySearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179dc669 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 11. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 12. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 13. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 18. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:08:50.361549 [ 91841 ] {} TCPHandler: Code: 36. DB::Exception: Regexp length too large (2 > 1): while executing 'FUNCTION multiFuzzyMatchAny(materialize('123'_String) :: 4, 0_UInt8 :: 2, materialize(_CAST(['12']_Array(String), 'Array(String)'_String)) :: 1) -> multiFuzzyMatchAny(materialize('123'_String), 0_UInt8, materialize(_CAST(['12']_Array(String), 'Array(String)'_String))) UInt8 : 3'. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&&, unsigned long&) @ 0x0000000021c4e18d 4. DB::checkHyperscanRegexp(std::vector>, std::allocator>>> const&, unsigned long, unsigned long) @ 0x0000000031d96c3d 5. DB::FunctionsMultiStringFuzzySearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179dc669 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 11. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 12. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 13. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 18. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:08:50.867647 [ 91841 ] {150d978c-d07f-4c61-993f-b9a43bcaac45} executeQuery: Code: 36. DB::Exception: Total regexp lengths too large (2 > 1): while executing 'FUNCTION multiFuzzyMatchAny(materialize('123'_String) :: 4, 0_UInt8 :: 2, materialize(_CAST(['1', '2']_Array(String), 'Array(String)'_String)) :: 1) -> multiFuzzyMatchAny(materialize('123'_String), 0_UInt8, materialize(_CAST(['1', '2']_Array(String), 'Array(String)'_String))) UInt8 : 3'. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46004) (comment: 02004_max_hyperscan_regex_length.sql) (in query: select multiFuzzyMatchAny(materialize('123'), 0, materialize(['1', '2']));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long&) @ 0x000000000afececd 4. DB::checkHyperscanRegexp(std::vector>, std::allocator>>> const&, unsigned long, unsigned long) @ 0x0000000031d96dad 5. DB::FunctionsMultiStringFuzzySearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179dc669 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 11. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 12. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 13. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 18. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:08:50.877602 [ 91841 ] {} TCPHandler: Code: 36. DB::Exception: Total regexp lengths too large (2 > 1): while executing 'FUNCTION multiFuzzyMatchAny(materialize('123'_String) :: 4, 0_UInt8 :: 2, materialize(_CAST(['1', '2']_Array(String), 'Array(String)'_String)) :: 1) -> multiFuzzyMatchAny(materialize('123'_String), 0_UInt8, materialize(_CAST(['1', '2']_Array(String), 'Array(String)'_String))) UInt8 : 3'. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long&) @ 0x000000000afececd 4. DB::checkHyperscanRegexp(std::vector>, std::allocator>>> const&, unsigned long, unsigned long) @ 0x0000000031d96dad 5. DB::FunctionsMultiStringFuzzySearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179dc669 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 11. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 12. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 13. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 18. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:08:51.602906 [ 91841 ] {08d3b09e-ce07-4c3c-adcd-66bfe28f0f57} executeQuery: Code: 36. DB::Exception: Regexp length too large (2 > 1): while executing 'FUNCTION multiFuzzyMatchAnyIndex(materialize('123'_String) :: 4, 0_UInt8 :: 2, materialize(_CAST(['12']_Array(String), 'Array(String)'_String)) :: 1) -> multiFuzzyMatchAnyIndex(materialize('123'_String), 0_UInt8, materialize(_CAST(['12']_Array(String), 'Array(String)'_String))) UInt64 : 3'. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46004) (comment: 02004_max_hyperscan_regex_length.sql) (in query: select multiFuzzyMatchAnyIndex(materialize('123'), 0, materialize(['12']));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&&, unsigned long&) @ 0x0000000021c4e18d 4. DB::checkHyperscanRegexp(std::vector>, std::allocator>>> const&, unsigned long, unsigned long) @ 0x0000000031d96c3d 5. DB::FunctionsMultiStringFuzzySearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179eaf0e 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 11. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 12. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 13. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 18. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:08:51.614760 [ 91841 ] {} TCPHandler: Code: 36. DB::Exception: Regexp length too large (2 > 1): while executing 'FUNCTION multiFuzzyMatchAnyIndex(materialize('123'_String) :: 4, 0_UInt8 :: 2, materialize(_CAST(['12']_Array(String), 'Array(String)'_String)) :: 1) -> multiFuzzyMatchAnyIndex(materialize('123'_String), 0_UInt8, materialize(_CAST(['12']_Array(String), 'Array(String)'_String))) UInt64 : 3'. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&&, unsigned long&) @ 0x0000000021c4e18d 4. DB::checkHyperscanRegexp(std::vector>, std::allocator>>> const&, unsigned long, unsigned long) @ 0x0000000031d96c3d 5. DB::FunctionsMultiStringFuzzySearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179eaf0e 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 11. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 12. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 13. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 18. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:08:52.025082 [ 92171 ] {1dc95c91-9e70-40cb-ba5d-3b2095fa7c41} executeQuery: Code: 407. DB::Exception: Numeric overflow: In scope SELECT addMinutes(toDateTime('2021-01-01 00:00:00', 'GMT'), 9223372036854775808). (DECIMAL_OVERFLOW) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33654) (comment: 01662_date_ubsan.sql) (in query: -- tests with INT64_MIN (via overflow) SELECT addMinutes(toDateTime('2021-01-01 00:00:00', 'GMT'), 9223372036854775808);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. void DB::Processor::vectorVector, DB::ColumnVector, DB::ColumnVector>(DB::ColumnVector const&, DB::ColumnVector&, DB::ColumnVector const&, DateLUTImpl const&, unsigned short, unsigned long) const @ 0x000000000ae43cb2 5. void DB::Processor::vectorVector, DB::ColumnVector>(DB::ColumnVector const&, DB::ColumnVector&, DB::IColumn const&, DateLUTImpl const&, unsigned short, unsigned long) const @ 0x000000000ae41374 6. DB::DateTimeAddIntervalImpl::execute(DB::AddMinutesImpl, std::vector> const&, std::shared_ptr const&, unsigned short, unsigned long) @ 0x000000000ae2e7f7 7. DB::FunctionDateOrDateTimeAddInterval::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000ae2a71f 8. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 11. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 18:08:52.032391 [ 92171 ] {} TCPHandler: Code: 407. DB::Exception: Numeric overflow: In scope SELECT addMinutes(toDateTime('2021-01-01 00:00:00', 'GMT'), 9223372036854775808). (DECIMAL_OVERFLOW), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. void DB::Processor::vectorVector, DB::ColumnVector, DB::ColumnVector>(DB::ColumnVector const&, DB::ColumnVector&, DB::ColumnVector const&, DateLUTImpl const&, unsigned short, unsigned long) const @ 0x000000000ae43cb2 5. void DB::Processor::vectorVector, DB::ColumnVector>(DB::ColumnVector const&, DB::ColumnVector&, DB::IColumn const&, DateLUTImpl const&, unsigned short, unsigned long) const @ 0x000000000ae41374 6. DB::DateTimeAddIntervalImpl::execute(DB::AddMinutesImpl, std::vector> const&, std::shared_ptr const&, unsigned short, unsigned long) @ 0x000000000ae2e7f7 7. DB::FunctionDateOrDateTimeAddInterval::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000ae2a71f 8. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 11. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 18:08:52.131590 [ 91841 ] {1fcdfc25-1e03-4368-88fc-456c1bab4953} executeQuery: Code: 36. DB::Exception: Total regexp lengths too large (2 > 1): while executing 'FUNCTION multiFuzzyMatchAnyIndex(materialize('123'_String) :: 4, 0_UInt8 :: 2, materialize(_CAST(['1', '2']_Array(String), 'Array(String)'_String)) :: 1) -> multiFuzzyMatchAnyIndex(materialize('123'_String), 0_UInt8, materialize(_CAST(['1', '2']_Array(String), 'Array(String)'_String))) UInt64 : 3'. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46004) (comment: 02004_max_hyperscan_regex_length.sql) (in query: select multiFuzzyMatchAnyIndex(materialize('123'), 0, materialize(['1', '2']));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long&) @ 0x000000000afececd 4. DB::checkHyperscanRegexp(std::vector>, std::allocator>>> const&, unsigned long, unsigned long) @ 0x0000000031d96dad 5. DB::FunctionsMultiStringFuzzySearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179eaf0e 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 11. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 12. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 13. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 18. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:08:52.144533 [ 91841 ] {} TCPHandler: Code: 36. DB::Exception: Total regexp lengths too large (2 > 1): while executing 'FUNCTION multiFuzzyMatchAnyIndex(materialize('123'_String) :: 4, 0_UInt8 :: 2, materialize(_CAST(['1', '2']_Array(String), 'Array(String)'_String)) :: 1) -> multiFuzzyMatchAnyIndex(materialize('123'_String), 0_UInt8, materialize(_CAST(['1', '2']_Array(String), 'Array(String)'_String))) UInt64 : 3'. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long&) @ 0x000000000afececd 4. DB::checkHyperscanRegexp(std::vector>, std::allocator>>> const&, unsigned long, unsigned long) @ 0x0000000031d96dad 5. DB::FunctionsMultiStringFuzzySearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179eaf0e 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 11. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 12. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 13. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 18. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:08:52.863607 [ 92171 ] {0bb0f862-14b4-4f41-88a2-837661836017} executeQuery: Code: 407. DB::Exception: Numeric overflow: In scope SELECT addHours(toDateTime('2021-01-01 00:00:00', 'GMT'), 9223372036854775808). (DECIMAL_OVERFLOW) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33654) (comment: 01662_date_ubsan.sql) (in query: SELECT addHours(toDateTime('2021-01-01 00:00:00', 'GMT'), 9223372036854775808);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. void DB::Processor::vectorVector, DB::ColumnVector, DB::ColumnVector>(DB::ColumnVector const&, DB::ColumnVector&, DB::ColumnVector const&, DateLUTImpl const&, unsigned short, unsigned long) const @ 0x000000000ad894d5 5. void DB::Processor::vectorVector, DB::ColumnVector>(DB::ColumnVector const&, DB::ColumnVector&, DB::IColumn const&, DateLUTImpl const&, unsigned short, unsigned long) const @ 0x000000000ad86b54 6. DB::DateTimeAddIntervalImpl::execute(DB::AddHoursImpl, std::vector> const&, std::shared_ptr const&, unsigned short, unsigned long) @ 0x000000000ad73f97 7. DB::FunctionDateOrDateTimeAddInterval::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000ad6febf 8. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 11. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 18:08:52.873404 [ 92171 ] {} TCPHandler: Code: 407. DB::Exception: Numeric overflow: In scope SELECT addHours(toDateTime('2021-01-01 00:00:00', 'GMT'), 9223372036854775808). (DECIMAL_OVERFLOW), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. void DB::Processor::vectorVector, DB::ColumnVector, DB::ColumnVector>(DB::ColumnVector const&, DB::ColumnVector&, DB::ColumnVector const&, DateLUTImpl const&, unsigned short, unsigned long) const @ 0x000000000ad894d5 5. void DB::Processor::vectorVector, DB::ColumnVector>(DB::ColumnVector const&, DB::ColumnVector&, DB::IColumn const&, DateLUTImpl const&, unsigned short, unsigned long) const @ 0x000000000ad86b54 6. DB::DateTimeAddIntervalImpl::execute(DB::AddHoursImpl, std::vector> const&, std::shared_ptr const&, unsigned short, unsigned long) @ 0x000000000ad73f97 7. DB::FunctionDateOrDateTimeAddInterval::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000ad6febf 8. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 11. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 18:08:52.890703 [ 91841 ] {de249fbf-e1c0-4fa2-bddc-56b7d67502db} executeQuery: Code: 36. DB::Exception: Regexp length too large (2 > 1): while executing 'FUNCTION multiFuzzyMatchAllIndices(materialize('123'_String) :: 4, 0_UInt8 :: 2, materialize(_CAST(['12']_Array(String), 'Array(String)'_String)) :: 1) -> multiFuzzyMatchAllIndices(materialize('123'_String), 0_UInt8, materialize(_CAST(['12']_Array(String), 'Array(String)'_String))) Array(UInt64) : 3'. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46004) (comment: 02004_max_hyperscan_regex_length.sql) (in query: select multiFuzzyMatchAllIndices(materialize('123'), 0, materialize(['12']));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&&, unsigned long&) @ 0x0000000021c4e18d 4. DB::checkHyperscanRegexp(std::vector>, std::allocator>>> const&, unsigned long, unsigned long) @ 0x0000000031d96c3d 5. DB::FunctionsMultiStringFuzzySearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179c79ee 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 11. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 12. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 13. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 18. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:08:52.902266 [ 91841 ] {} TCPHandler: Code: 36. DB::Exception: Regexp length too large (2 > 1): while executing 'FUNCTION multiFuzzyMatchAllIndices(materialize('123'_String) :: 4, 0_UInt8 :: 2, materialize(_CAST(['12']_Array(String), 'Array(String)'_String)) :: 1) -> multiFuzzyMatchAllIndices(materialize('123'_String), 0_UInt8, materialize(_CAST(['12']_Array(String), 'Array(String)'_String))) Array(UInt64) : 3'. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&&, unsigned long&) @ 0x0000000021c4e18d 4. DB::checkHyperscanRegexp(std::vector>, std::allocator>>> const&, unsigned long, unsigned long) @ 0x0000000031d96c3d 5. DB::FunctionsMultiStringFuzzySearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179c79ee 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 11. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 12. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 13. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 18. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:08:53.417102 [ 91841 ] {6fc547ec-2cec-4b81-b973-f5543d9716cc} executeQuery: Code: 36. DB::Exception: Total regexp lengths too large (2 > 1): while executing 'FUNCTION multiFuzzyMatchAllIndices(materialize('123'_String) :: 4, 0_UInt8 :: 2, materialize(_CAST(['1', '2']_Array(String), 'Array(String)'_String)) :: 1) -> multiFuzzyMatchAllIndices(materialize('123'_String), 0_UInt8, materialize(_CAST(['1', '2']_Array(String), 'Array(String)'_String))) Array(UInt64) : 3'. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46004) (comment: 02004_max_hyperscan_regex_length.sql) (in query: select multiFuzzyMatchAllIndices(materialize('123'), 0, materialize(['1', '2']));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long&) @ 0x000000000afececd 4. DB::checkHyperscanRegexp(std::vector>, std::allocator>>> const&, unsigned long, unsigned long) @ 0x0000000031d96dad 5. DB::FunctionsMultiStringFuzzySearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179c79ee 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 11. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 12. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 13. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 18. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:08:53.426945 [ 91841 ] {} TCPHandler: Code: 36. DB::Exception: Total regexp lengths too large (2 > 1): while executing 'FUNCTION multiFuzzyMatchAllIndices(materialize('123'_String) :: 4, 0_UInt8 :: 2, materialize(_CAST(['1', '2']_Array(String), 'Array(String)'_String)) :: 1) -> multiFuzzyMatchAllIndices(materialize('123'_String), 0_UInt8, materialize(_CAST(['1', '2']_Array(String), 'Array(String)'_String))) Array(UInt64) : 3'. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long&) @ 0x000000000afececd 4. DB::checkHyperscanRegexp(std::vector>, std::allocator>>> const&, unsigned long, unsigned long) @ 0x0000000031d96dad 5. DB::FunctionsMultiStringFuzzySearch>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000179c79ee 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 8. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 9. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 10. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 11. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 12. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 13. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 18. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:08:53.697525 [ 92171 ] {c27b6453-feac-4d94-815d-98c2e8a2225e} executeQuery: Code: 407. DB::Exception: Numeric overflow: In scope SELECT addWeeks(toDateTime('2021-01-01 00:00:00', 'GMT'), 9223372036854775808). (DECIMAL_OVERFLOW) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33654) (comment: 01662_date_ubsan.sql) (in query: SELECT addWeeks(toDateTime('2021-01-01 00:00:00', 'GMT'), 9223372036854775808);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. void DB::Processor::vectorVector, DB::ColumnVector, DB::ColumnVector>(DB::ColumnVector const&, DB::ColumnVector&, DB::ColumnVector const&, DateLUTImpl const&, unsigned short, unsigned long) const @ 0x000000000af7dbb0 5. void DB::Processor::vectorVector, DB::ColumnVector>(DB::ColumnVector const&, DB::ColumnVector&, DB::IColumn const&, DateLUTImpl const&, unsigned short, unsigned long) const @ 0x000000000af7b754 6. DB::DateTimeAddIntervalImpl::execute(DB::AddWeeksImpl, std::vector> const&, std::shared_ptr const&, unsigned short, unsigned long) @ 0x000000000af632b7 7. DB::FunctionDateOrDateTimeAddInterval::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000af5ee7f 8. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 11. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 18:08:53.704897 [ 92171 ] {} TCPHandler: Code: 407. DB::Exception: Numeric overflow: In scope SELECT addWeeks(toDateTime('2021-01-01 00:00:00', 'GMT'), 9223372036854775808). (DECIMAL_OVERFLOW), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. void DB::Processor::vectorVector, DB::ColumnVector, DB::ColumnVector>(DB::ColumnVector const&, DB::ColumnVector&, DB::ColumnVector const&, DateLUTImpl const&, unsigned short, unsigned long) const @ 0x000000000af7dbb0 5. void DB::Processor::vectorVector, DB::ColumnVector>(DB::ColumnVector const&, DB::ColumnVector&, DB::IColumn const&, DateLUTImpl const&, unsigned short, unsigned long) const @ 0x000000000af7b754 6. DB::DateTimeAddIntervalImpl::execute(DB::AddWeeksImpl, std::vector> const&, std::shared_ptr const&, unsigned short, unsigned long) @ 0x000000000af632b7 7. DB::FunctionDateOrDateTimeAddInterval::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000af5ee7f 8. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 11. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 18:08:54.529936 [ 92171 ] {452221f8-69d8-4fc7-90f6-bdf6d61df4ef} executeQuery: Code: 407. DB::Exception: Numeric overflow: In scope SELECT addDays(toDateTime('2021-01-01 00:00:00', 'GMT'), 9223372036854775808). (DECIMAL_OVERFLOW) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33654) (comment: 01662_date_ubsan.sql) (in query: SELECT addDays(toDateTime('2021-01-01 00:00:00', 'GMT'), 9223372036854775808);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. void DB::Processor::vectorVector, DB::ColumnVector, DB::ColumnVector>(DB::ColumnVector const&, DB::ColumnVector&, DB::ColumnVector const&, DateLUTImpl const&, unsigned short, unsigned long) const @ 0x000000000ad52210 5. void DB::Processor::vectorVector, DB::ColumnVector>(DB::ColumnVector const&, DB::ColumnVector&, DB::IColumn const&, DateLUTImpl const&, unsigned short, unsigned long) const @ 0x000000000ad4fe94 6. DB::DateTimeAddIntervalImpl::execute(DB::AddDaysImpl, std::vector> const&, std::shared_ptr const&, unsigned short, unsigned long) @ 0x000000000ad347d7 7. DB::FunctionDateOrDateTimeAddInterval::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000ad3039f 8. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 11. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 18:08:54.537433 [ 92171 ] {} TCPHandler: Code: 407. DB::Exception: Numeric overflow: In scope SELECT addDays(toDateTime('2021-01-01 00:00:00', 'GMT'), 9223372036854775808). (DECIMAL_OVERFLOW), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. void DB::Processor::vectorVector, DB::ColumnVector, DB::ColumnVector>(DB::ColumnVector const&, DB::ColumnVector&, DB::ColumnVector const&, DateLUTImpl const&, unsigned short, unsigned long) const @ 0x000000000ad52210 5. void DB::Processor::vectorVector, DB::ColumnVector>(DB::ColumnVector const&, DB::ColumnVector&, DB::IColumn const&, DateLUTImpl const&, unsigned short, unsigned long) const @ 0x000000000ad4fe94 6. DB::DateTimeAddIntervalImpl::execute(DB::AddDaysImpl, std::vector> const&, std::shared_ptr const&, unsigned short, unsigned long) @ 0x000000000ad347d7 7. DB::FunctionDateOrDateTimeAddInterval::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000ad3039f 8. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 11. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 18:08:55.365492 [ 92171 ] {fe941577-0f4c-4108-aac6-277d94109fee} executeQuery: Code: 407. DB::Exception: Numeric overflow: In scope SELECT addYears(toDateTime('2021-01-01 00:00:00', 'GMT'), 9223372036854775808). (DECIMAL_OVERFLOW) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33654) (comment: 01662_date_ubsan.sql) (in query: SELECT addYears(toDateTime('2021-01-01 00:00:00', 'GMT'), 9223372036854775808);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. void DB::Processor::vectorVector, DB::ColumnVector, DB::ColumnVector>(DB::ColumnVector const&, DB::ColumnVector&, DB::ColumnVector const&, DateLUTImpl const&, unsigned short, unsigned long) const @ 0x000000000afbb1d7 5. void DB::Processor::vectorVector, DB::ColumnVector>(DB::ColumnVector const&, DB::ColumnVector&, DB::IColumn const&, DateLUTImpl const&, unsigned short, unsigned long) const @ 0x000000000afb91d4 6. DB::DateTimeAddIntervalImpl::execute(DB::AddYearsImpl, std::vector> const&, std::shared_ptr const&, unsigned short, unsigned long) @ 0x000000000af9e297 7. DB::FunctionDateOrDateTimeAddInterval::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000af99e5f 8. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 11. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 18:08:55.373749 [ 92171 ] {} TCPHandler: Code: 407. DB::Exception: Numeric overflow: In scope SELECT addYears(toDateTime('2021-01-01 00:00:00', 'GMT'), 9223372036854775808). (DECIMAL_OVERFLOW), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. void DB::Processor::vectorVector, DB::ColumnVector, DB::ColumnVector>(DB::ColumnVector const&, DB::ColumnVector&, DB::ColumnVector const&, DateLUTImpl const&, unsigned short, unsigned long) const @ 0x000000000afbb1d7 5. void DB::Processor::vectorVector, DB::ColumnVector>(DB::ColumnVector const&, DB::ColumnVector&, DB::IColumn const&, DateLUTImpl const&, unsigned short, unsigned long) const @ 0x000000000afb91d4 6. DB::DateTimeAddIntervalImpl::execute(DB::AddYearsImpl, std::vector> const&, std::shared_ptr const&, unsigned short, unsigned long) @ 0x000000000af9e297 7. DB::FunctionDateOrDateTimeAddInterval::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000af99e5f 8. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 9. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 10. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 11. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 13. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 14. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 22. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 25. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 30. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 31. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 2025.03.31 18:08:56.182242 [ 92171 ] {e12586b4-b996-42cc-a5e9-6eed32e1c49c} executeQuery: Code: 407. DB::Exception: Numeric overflow: In scope SELECT addMinutes(toDateTime('2021-01-01 00:00:00', 'GMT'), inf). (DECIMAL_OVERFLOW) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33654) (comment: 01662_date_ubsan.sql) (in query: -- tests with inf SELECT addMinutes(toDateTime('2021-01-01 00:00:00', 'GMT'), inf);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. long DB::Processor::checkOverflow(double) @ 0x000000000ae35916 5. void DB::Processor::vectorVector, DB::ColumnVector, DB::ColumnVector>(DB::ColumnVector const&, DB::ColumnVector&, DB::ColumnVector const&, DateLUTImpl const&, unsigned short, unsigned long) const @ 0x000000000ae465fd 6. void DB::Processor::vectorVector, DB::ColumnVector>(DB::ColumnVector const&, DB::ColumnVector&, DB::IColumn const&, DateLUTImpl const&, unsigned short, unsigned long) const @ 0x000000000ae412de 7. DB::DateTimeAddIntervalImpl::execute(DB::AddMinutesImpl, std::vector> const&, std::shared_ptr const&, unsigned short, unsigned long) @ 0x000000000ae2e7f7 8. DB::FunctionDateOrDateTimeAddInterval::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000ae2a71f 9. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 12. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 14. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 15. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 18:08:56.188661 [ 92171 ] {} TCPHandler: Code: 407. DB::Exception: Numeric overflow: In scope SELECT addMinutes(toDateTime('2021-01-01 00:00:00', 'GMT'), inf). (DECIMAL_OVERFLOW), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. long DB::Processor::checkOverflow(double) @ 0x000000000ae35916 5. void DB::Processor::vectorVector, DB::ColumnVector, DB::ColumnVector>(DB::ColumnVector const&, DB::ColumnVector&, DB::ColumnVector const&, DateLUTImpl const&, unsigned short, unsigned long) const @ 0x000000000ae465fd 6. void DB::Processor::vectorVector, DB::ColumnVector>(DB::ColumnVector const&, DB::ColumnVector&, DB::IColumn const&, DateLUTImpl const&, unsigned short, unsigned long) const @ 0x000000000ae412de 7. DB::DateTimeAddIntervalImpl::execute(DB::AddMinutesImpl, std::vector> const&, std::shared_ptr const&, unsigned short, unsigned long) @ 0x000000000ae2e7f7 8. DB::FunctionDateOrDateTimeAddInterval::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000ae2a71f 9. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 12. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 14. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 15. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 18:08:57.004937 [ 92171 ] {724f432b-be2b-433f-a86f-6e69245964b6} executeQuery: Code: 407. DB::Exception: Numeric overflow: In scope SELECT addHours(toDateTime('2021-01-01 00:00:00', 'GMT'), inf). (DECIMAL_OVERFLOW) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33654) (comment: 01662_date_ubsan.sql) (in query: SELECT addHours(toDateTime('2021-01-01 00:00:00', 'GMT'), inf);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. long DB::Processor::checkOverflow(double) @ 0x000000000ad7b0b6 5. void DB::Processor::vectorVector, DB::ColumnVector, DB::ColumnVector>(DB::ColumnVector const&, DB::ColumnVector&, DB::ColumnVector const&, DateLUTImpl const&, unsigned short, unsigned long) const @ 0x000000000ad8be5d 6. void DB::Processor::vectorVector, DB::ColumnVector>(DB::ColumnVector const&, DB::ColumnVector&, DB::IColumn const&, DateLUTImpl const&, unsigned short, unsigned long) const @ 0x000000000ad86abe 7. DB::DateTimeAddIntervalImpl::execute(DB::AddHoursImpl, std::vector> const&, std::shared_ptr const&, unsigned short, unsigned long) @ 0x000000000ad73f97 8. DB::FunctionDateOrDateTimeAddInterval::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000ad6febf 9. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 12. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 14. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 15. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 18:08:57.011934 [ 92171 ] {} TCPHandler: Code: 407. DB::Exception: Numeric overflow: In scope SELECT addHours(toDateTime('2021-01-01 00:00:00', 'GMT'), inf). (DECIMAL_OVERFLOW), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. long DB::Processor::checkOverflow(double) @ 0x000000000ad7b0b6 5. void DB::Processor::vectorVector, DB::ColumnVector, DB::ColumnVector>(DB::ColumnVector const&, DB::ColumnVector&, DB::ColumnVector const&, DateLUTImpl const&, unsigned short, unsigned long) const @ 0x000000000ad8be5d 6. void DB::Processor::vectorVector, DB::ColumnVector>(DB::ColumnVector const&, DB::ColumnVector&, DB::IColumn const&, DateLUTImpl const&, unsigned short, unsigned long) const @ 0x000000000ad86abe 7. DB::DateTimeAddIntervalImpl::execute(DB::AddHoursImpl, std::vector> const&, std::shared_ptr const&, unsigned short, unsigned long) @ 0x000000000ad73f97 8. DB::FunctionDateOrDateTimeAddInterval::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000ad6febf 9. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 12. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 14. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 15. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 18:08:57.543390 [ 91555 ] {6c92182a-19b5-4465-8e5b-09aba2344d9d} executeQuery: Code: 630. DB::Exception: Cannot drop or rename test_y7lpcamy.`02908_main` (2567afb7-67ef-4b7d-a987-422bf456e95f), because some tables depend on it: test_y7lpcamy.`02908_dependent`. (HAVE_DEPENDENT_OBJECTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60698) (comment: 02908_table_ttl_dependency.sh) (in query: DROP TABLE 02908_main;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception, std::__wrap_iter, char>>(int, FormatStringHelperImpl::type, std::type_identity, std::__wrap_iter, char>>::type>, DB::StorageID const&, fmt::v9::join_view, std::__wrap_iter, char>&&) @ 0x00000000368cdd6d 4. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:1539: DB::DatabaseCatalog::checkTableCanBeRemovedOrRenamedUnlocked(DB::StorageID const&, bool, bool, bool) const @ 0x00000000368b205f 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:1521: DB::DatabaseCatalog::checkTableCanBeRemovedOrRenamed(DB::StorageID const&, bool, bool, bool) const @ 0x00000000368b3776 6. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:303: DB::InterpreterDropQuery::executeToTableImpl(std::shared_ptr const&, DB::ASTDropQuery&, std::shared_ptr&, StrongTypedef, DB::UUIDTag>&) @ 0x0000000037833d69 7. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:122: DB::InterpreterDropQuery::executeToTable(DB::ASTDropQuery&) @ 0x000000003782df9f 8. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:95: DB::InterpreterDropQuery::executeSingleDropQuery(std::shared_ptr const&) @ 0x000000003782acf9 9. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:76: DB::InterpreterDropQuery::execute() @ 0x000000003782a553 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:08:57.553245 [ 91555 ] {} TCPHandler: Code: 630. DB::Exception: Cannot drop or rename test_y7lpcamy.`02908_main` (2567afb7-67ef-4b7d-a987-422bf456e95f), because some tables depend on it: test_y7lpcamy.`02908_dependent`. (HAVE_DEPENDENT_OBJECTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception, std::__wrap_iter, char>>(int, FormatStringHelperImpl::type, std::type_identity, std::__wrap_iter, char>>::type>, DB::StorageID const&, fmt::v9::join_view, std::__wrap_iter, char>&&) @ 0x00000000368cdd6d 4. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:1539: DB::DatabaseCatalog::checkTableCanBeRemovedOrRenamedUnlocked(DB::StorageID const&, bool, bool, bool) const @ 0x00000000368b205f 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:1521: DB::DatabaseCatalog::checkTableCanBeRemovedOrRenamed(DB::StorageID const&, bool, bool, bool) const @ 0x00000000368b3776 6. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:303: DB::InterpreterDropQuery::executeToTableImpl(std::shared_ptr const&, DB::ASTDropQuery&, std::shared_ptr&, StrongTypedef, DB::UUIDTag>&) @ 0x0000000037833d69 7. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:122: DB::InterpreterDropQuery::executeToTable(DB::ASTDropQuery&) @ 0x000000003782df9f 8. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:95: DB::InterpreterDropQuery::executeSingleDropQuery(std::shared_ptr const&) @ 0x000000003782acf9 9. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:76: DB::InterpreterDropQuery::execute() @ 0x000000003782a553 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:08:57.828044 [ 92171 ] {a44ae095-fb36-49ee-ac64-cdb091c070c8} executeQuery: Code: 407. DB::Exception: Numeric overflow: In scope SELECT addWeeks(toDateTime('2021-01-01 00:00:00', 'GMT'), inf). (DECIMAL_OVERFLOW) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33654) (comment: 01662_date_ubsan.sql) (in query: SELECT addWeeks(toDateTime('2021-01-01 00:00:00', 'GMT'), inf);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. long DB::Processor::checkOverflow(double) @ 0x000000000af6bc76 5. void DB::Processor::vectorVector, DB::ColumnVector, DB::ColumnVector>(DB::ColumnVector const&, DB::ColumnVector&, DB::ColumnVector const&, DateLUTImpl const&, unsigned short, unsigned long) const @ 0x000000000af7fe93 6. void DB::Processor::vectorVector, DB::ColumnVector>(DB::ColumnVector const&, DB::ColumnVector&, DB::IColumn const&, DateLUTImpl const&, unsigned short, unsigned long) const @ 0x000000000af7b6be 7. DB::DateTimeAddIntervalImpl::execute(DB::AddWeeksImpl, std::vector> const&, std::shared_ptr const&, unsigned short, unsigned long) @ 0x000000000af632b7 8. DB::FunctionDateOrDateTimeAddInterval::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000af5ee7f 9. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 12. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 14. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 15. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 18:08:57.834901 [ 92171 ] {} TCPHandler: Code: 407. DB::Exception: Numeric overflow: In scope SELECT addWeeks(toDateTime('2021-01-01 00:00:00', 'GMT'), inf). (DECIMAL_OVERFLOW), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. long DB::Processor::checkOverflow(double) @ 0x000000000af6bc76 5. void DB::Processor::vectorVector, DB::ColumnVector, DB::ColumnVector>(DB::ColumnVector const&, DB::ColumnVector&, DB::ColumnVector const&, DateLUTImpl const&, unsigned short, unsigned long) const @ 0x000000000af7fe93 6. void DB::Processor::vectorVector, DB::ColumnVector>(DB::ColumnVector const&, DB::ColumnVector&, DB::IColumn const&, DateLUTImpl const&, unsigned short, unsigned long) const @ 0x000000000af7b6be 7. DB::DateTimeAddIntervalImpl::execute(DB::AddWeeksImpl, std::vector> const&, std::shared_ptr const&, unsigned short, unsigned long) @ 0x000000000af632b7 8. DB::FunctionDateOrDateTimeAddInterval::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000af5ee7f 9. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 12. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 14. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 15. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 18:08:58.644495 [ 92171 ] {b5d94cf0-927e-4b4b-b077-ae8559eb76f7} executeQuery: Code: 407. DB::Exception: Numeric overflow: In scope SELECT addDays(toDateTime('2021-01-01 00:00:00', 'GMT'), inf). (DECIMAL_OVERFLOW) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33654) (comment: 01662_date_ubsan.sql) (in query: SELECT addDays(toDateTime('2021-01-01 00:00:00', 'GMT'), inf);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. long DB::Processor::checkOverflow(double) @ 0x000000000ad3e4f6 5. void DB::Processor::vectorVector, DB::ColumnVector, DB::ColumnVector>(DB::ColumnVector const&, DB::ColumnVector&, DB::ColumnVector const&, DateLUTImpl const&, unsigned short, unsigned long) const @ 0x000000000ad54473 6. void DB::Processor::vectorVector, DB::ColumnVector>(DB::ColumnVector const&, DB::ColumnVector&, DB::IColumn const&, DateLUTImpl const&, unsigned short, unsigned long) const @ 0x000000000ad4fdfe 7. DB::DateTimeAddIntervalImpl::execute(DB::AddDaysImpl, std::vector> const&, std::shared_ptr const&, unsigned short, unsigned long) @ 0x000000000ad347d7 8. DB::FunctionDateOrDateTimeAddInterval::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000ad3039f 9. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 12. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 14. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 15. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 18:08:58.651390 [ 92171 ] {} TCPHandler: Code: 407. DB::Exception: Numeric overflow: In scope SELECT addDays(toDateTime('2021-01-01 00:00:00', 'GMT'), inf). (DECIMAL_OVERFLOW), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. long DB::Processor::checkOverflow(double) @ 0x000000000ad3e4f6 5. void DB::Processor::vectorVector, DB::ColumnVector, DB::ColumnVector>(DB::ColumnVector const&, DB::ColumnVector&, DB::ColumnVector const&, DateLUTImpl const&, unsigned short, unsigned long) const @ 0x000000000ad54473 6. void DB::Processor::vectorVector, DB::ColumnVector>(DB::ColumnVector const&, DB::ColumnVector&, DB::IColumn const&, DateLUTImpl const&, unsigned short, unsigned long) const @ 0x000000000ad4fdfe 7. DB::DateTimeAddIntervalImpl::execute(DB::AddDaysImpl, std::vector> const&, std::shared_ptr const&, unsigned short, unsigned long) @ 0x000000000ad347d7 8. DB::FunctionDateOrDateTimeAddInterval::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000ad3039f 9. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 12. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 14. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 15. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 18:08:59.459653 [ 92171 ] {9abc83e3-3edb-4da4-a6fe-b773c4b70088} executeQuery: Code: 407. DB::Exception: Numeric overflow: In scope SELECT addYears(toDateTime('2021-01-01 00:00:00', 'GMT'), inf). (DECIMAL_OVERFLOW) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33654) (comment: 01662_date_ubsan.sql) (in query: SELECT addYears(toDateTime('2021-01-01 00:00:00', 'GMT'), inf);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. long DB::Processor::checkOverflow(double) @ 0x000000000afa74b6 5. void DB::Processor::vectorVector, DB::ColumnVector, DB::ColumnVector>(DB::ColumnVector const&, DB::ColumnVector&, DB::ColumnVector const&, DateLUTImpl const&, unsigned short, unsigned long) const @ 0x000000000afbc787 6. void DB::Processor::vectorVector, DB::ColumnVector>(DB::ColumnVector const&, DB::ColumnVector&, DB::IColumn const&, DateLUTImpl const&, unsigned short, unsigned long) const @ 0x000000000afb913e 7. DB::DateTimeAddIntervalImpl::execute(DB::AddYearsImpl, std::vector> const&, std::shared_ptr const&, unsigned short, unsigned long) @ 0x000000000af9e297 8. DB::FunctionDateOrDateTimeAddInterval::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000af99e5f 9. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 12. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 14. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 15. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 18:08:59.466309 [ 92171 ] {} TCPHandler: Code: 407. DB::Exception: Numeric overflow: In scope SELECT addYears(toDateTime('2021-01-01 00:00:00', 'GMT'), inf). (DECIMAL_OVERFLOW), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. long DB::Processor::checkOverflow(double) @ 0x000000000afa74b6 5. void DB::Processor::vectorVector, DB::ColumnVector, DB::ColumnVector>(DB::ColumnVector const&, DB::ColumnVector&, DB::ColumnVector const&, DateLUTImpl const&, unsigned short, unsigned long) const @ 0x000000000afbc787 6. void DB::Processor::vectorVector, DB::ColumnVector>(DB::ColumnVector const&, DB::ColumnVector&, DB::IColumn const&, DateLUTImpl const&, unsigned short, unsigned long) const @ 0x000000000afb913e 7. DB::DateTimeAddIntervalImpl::execute(DB::AddYearsImpl, std::vector> const&, std::shared_ptr const&, unsigned short, unsigned long) @ 0x000000000af9e297 8. DB::FunctionDateOrDateTimeAddInterval::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000af99e5f 9. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 10. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 12. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 13. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 14. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 15. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 23. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 24. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 26. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 27. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 28. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 29. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 31. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 2025.03.31 18:09:02.821646 [ 68112 ] {591f5a87-df0b-4aa4-b11f-807b04bcedc1} executeQuery: Code: 44. DB::Exception: Sorting key contains nullable columns, but merge tree setting `allow_nullable_key` is disabled. (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60670) (comment: 01410_nullable_key_and_index.sql) (in query: CREATE TABLE invalid_null (`id` Nullable(String)) ENGINE = MergeTree ORDER BY id SETTINGS index_granularity = 31438, min_bytes_for_wide_part = 1073741824, ratio_of_defaults_for_sparse_serialization = 1., replace_long_file_name_to_hash = false, max_file_name_length = 128, min_bytes_for_full_part_storage = 536870912, compact_parts_max_bytes_to_buffer = 252831456, compact_parts_max_granules_to_buffer = 10, compact_parts_merge_max_bytes_to_prefetch_part = 8001732, merge_max_block_size = 15178, old_parts_lifetime = 10., prefer_fetch_merged_part_size_threshold = 10737418240, vertical_merge_algorithm_min_rows_to_activate = 75402, vertical_merge_algorithm_min_columns_to_activate = 100, min_merge_bytes_to_use_direct_io = 8548164694, index_granularity_bytes = 8860763, use_const_adaptive_granularity = false, enable_index_granularity_compression = true, concurrent_part_removal_threshold = 58, allow_vertical_merges_from_compact_to_wide_parts = true, cache_populated_by_fetch = false, marks_compress_block_size = 16228, primary_key_compress_block_size = 61031, use_primary_key_cache = true, prewarm_primary_key_cache = true, prewarm_mark_cache = true), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:665: DB::checkKeyExpression(DB::ExpressionActions const&, DB::Block const&, String const&, bool) @ 0x000000003de0ae53 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:845: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de0762e 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 8. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 9. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 10. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 14. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:09:02.828583 [ 68112 ] {} TCPHandler: Code: 44. DB::Exception: Sorting key contains nullable columns, but merge tree setting `allow_nullable_key` is disabled. (ILLEGAL_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:665: DB::checkKeyExpression(DB::ExpressionActions const&, DB::Block const&, String const&, bool) @ 0x000000003de0ae53 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:845: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de0762e 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 8. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 9. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 10. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 14. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:09:02.915745 [ 68112 ] {06c6dbde-5bc4-4e73-bfcc-b8ceb3aafd3d} executeQuery: Code: 44. DB::Exception: Sorting key contains nullable columns, but merge tree setting `allow_nullable_key` is disabled. (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60670) (comment: 01410_nullable_key_and_index.sql) (in query: CREATE TABLE invalid_lc_null (`id` LowCardinality(Nullable(String))) ENGINE = MergeTree ORDER BY id SETTINGS index_granularity = 31438, min_bytes_for_wide_part = 1073741824, ratio_of_defaults_for_sparse_serialization = 1., replace_long_file_name_to_hash = false, max_file_name_length = 128, min_bytes_for_full_part_storage = 536870912, compact_parts_max_bytes_to_buffer = 252831456, compact_parts_max_granules_to_buffer = 10, compact_parts_merge_max_bytes_to_prefetch_part = 8001732, merge_max_block_size = 15178, old_parts_lifetime = 10., prefer_fetch_merged_part_size_threshold = 10737418240, vertical_merge_algorithm_min_rows_to_activate = 75402, vertical_merge_algorithm_min_columns_to_activate = 100, min_merge_bytes_to_use_direct_io = 8548164694, index_granularity_bytes = 8860763, use_const_adaptive_granularity = false, enable_index_granularity_compression = true, concurrent_part_removal_threshold = 58, allow_vertical_merges_from_compact_to_wide_parts = true, cache_populated_by_fetch = false, marks_compress_block_size = 16228, primary_key_compress_block_size = 61031, use_primary_key_cache = true, prewarm_primary_key_cache = true, prewarm_mark_cache = true), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:665: DB::checkKeyExpression(DB::ExpressionActions const&, DB::Block const&, String const&, bool) @ 0x000000003de0ae53 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:845: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de0762e 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 8. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 9. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 10. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 14. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:09:02.922725 [ 68112 ] {} TCPHandler: Code: 44. DB::Exception: Sorting key contains nullable columns, but merge tree setting `allow_nullable_key` is disabled. (ILLEGAL_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:665: DB::checkKeyExpression(DB::ExpressionActions const&, DB::Block const&, String const&, bool) @ 0x000000003de0ae53 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:845: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de0762e 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 8. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 9. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 10. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 14. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:09:03.014848 [ 68112 ] {10f1ff39-3681-4913-8c37-010a4831455d} executeQuery: Code: 44. DB::Exception: Sorting key contains nullable columns, but merge tree setting `allow_nullable_key` is disabled. (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60670) (comment: 01410_nullable_key_and_index.sql) (in query: CREATE TABLE invalid_array_null (`id` Array(Nullable(String))) ENGINE = MergeTree ORDER BY id SETTINGS index_granularity = 31438, min_bytes_for_wide_part = 1073741824, ratio_of_defaults_for_sparse_serialization = 1., replace_long_file_name_to_hash = false, max_file_name_length = 128, min_bytes_for_full_part_storage = 536870912, compact_parts_max_bytes_to_buffer = 252831456, compact_parts_max_granules_to_buffer = 10, compact_parts_merge_max_bytes_to_prefetch_part = 8001732, merge_max_block_size = 15178, old_parts_lifetime = 10., prefer_fetch_merged_part_size_threshold = 10737418240, vertical_merge_algorithm_min_rows_to_activate = 75402, vertical_merge_algorithm_min_columns_to_activate = 100, min_merge_bytes_to_use_direct_io = 8548164694, index_granularity_bytes = 8860763, use_const_adaptive_granularity = false, enable_index_granularity_compression = true, concurrent_part_removal_threshold = 58, allow_vertical_merges_from_compact_to_wide_parts = true, cache_populated_by_fetch = false, marks_compress_block_size = 16228, primary_key_compress_block_size = 61031, use_primary_key_cache = true, prewarm_primary_key_cache = true, prewarm_mark_cache = true), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:665: DB::checkKeyExpression(DB::ExpressionActions const&, DB::Block const&, String const&, bool) @ 0x000000003de0ae53 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:845: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de0762e 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 8. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 9. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 10. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 14. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:09:03.022821 [ 68112 ] {} TCPHandler: Code: 44. DB::Exception: Sorting key contains nullable columns, but merge tree setting `allow_nullable_key` is disabled. (ILLEGAL_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:665: DB::checkKeyExpression(DB::ExpressionActions const&, DB::Block const&, String const&, bool) @ 0x000000003de0ae53 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:845: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de0762e 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 8. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 9. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 10. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 14. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:09:03.112254 [ 68112 ] {13742b02-e5e8-40bb-8d02-fd4534d842f4} executeQuery: Code: 44. DB::Exception: Sorting key contains nullable columns, but merge tree setting `allow_nullable_key` is disabled. (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60670) (comment: 01410_nullable_key_and_index.sql) (in query: CREATE TABLE invalid_tuple_null (`id` Tuple(Nullable(String), UInt8)) ENGINE = MergeTree ORDER BY id SETTINGS index_granularity = 31438, min_bytes_for_wide_part = 1073741824, ratio_of_defaults_for_sparse_serialization = 1., replace_long_file_name_to_hash = false, max_file_name_length = 128, min_bytes_for_full_part_storage = 536870912, compact_parts_max_bytes_to_buffer = 252831456, compact_parts_max_granules_to_buffer = 10, compact_parts_merge_max_bytes_to_prefetch_part = 8001732, merge_max_block_size = 15178, old_parts_lifetime = 10., prefer_fetch_merged_part_size_threshold = 10737418240, vertical_merge_algorithm_min_rows_to_activate = 75402, vertical_merge_algorithm_min_columns_to_activate = 100, min_merge_bytes_to_use_direct_io = 8548164694, index_granularity_bytes = 8860763, use_const_adaptive_granularity = false, enable_index_granularity_compression = true, concurrent_part_removal_threshold = 58, allow_vertical_merges_from_compact_to_wide_parts = true, cache_populated_by_fetch = false, marks_compress_block_size = 16228, primary_key_compress_block_size = 61031, use_primary_key_cache = true, prewarm_primary_key_cache = true, prewarm_mark_cache = true), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:665: DB::checkKeyExpression(DB::ExpressionActions const&, DB::Block const&, String const&, bool) @ 0x000000003de0ae53 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:845: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de0762e 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 8. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 9. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 10. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 14. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:09:03.119091 [ 68112 ] {} TCPHandler: Code: 44. DB::Exception: Sorting key contains nullable columns, but merge tree setting `allow_nullable_key` is disabled. (ILLEGAL_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:665: DB::checkKeyExpression(DB::ExpressionActions const&, DB::Block const&, String const&, bool) @ 0x000000003de0ae53 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:845: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de0762e 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 8. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 9. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 10. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 14. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:09:03.212715 [ 68112 ] {591a1d36-f61c-4a15-908f-90e97e92cd82} executeQuery: Code: 44. DB::Exception: Sorting key contains nullable columns, but merge tree setting `allow_nullable_key` is disabled. (ILLEGAL_COLUMN) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60670) (comment: 01410_nullable_key_and_index.sql) (in query: CREATE TABLE invalid_map_null (`id` Map(UInt8, Nullable(String))) ENGINE = MergeTree ORDER BY id SETTINGS index_granularity = 31438, min_bytes_for_wide_part = 1073741824, ratio_of_defaults_for_sparse_serialization = 1., replace_long_file_name_to_hash = false, max_file_name_length = 128, min_bytes_for_full_part_storage = 536870912, compact_parts_max_bytes_to_buffer = 252831456, compact_parts_max_granules_to_buffer = 10, compact_parts_merge_max_bytes_to_prefetch_part = 8001732, merge_max_block_size = 15178, old_parts_lifetime = 10., prefer_fetch_merged_part_size_threshold = 10737418240, vertical_merge_algorithm_min_rows_to_activate = 75402, vertical_merge_algorithm_min_columns_to_activate = 100, min_merge_bytes_to_use_direct_io = 8548164694, index_granularity_bytes = 8860763, use_const_adaptive_granularity = false, enable_index_granularity_compression = true, concurrent_part_removal_threshold = 58, allow_vertical_merges_from_compact_to_wide_parts = true, cache_populated_by_fetch = false, marks_compress_block_size = 16228, primary_key_compress_block_size = 61031, use_primary_key_cache = true, prewarm_primary_key_cache = true, prewarm_mark_cache = true), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:665: DB::checkKeyExpression(DB::ExpressionActions const&, DB::Block const&, String const&, bool) @ 0x000000003de0ae53 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:845: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de0762e 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 8. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 9. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 10. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 14. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:09:03.220371 [ 68112 ] {} TCPHandler: Code: 44. DB::Exception: Sorting key contains nullable columns, but merge tree setting `allow_nullable_key` is disabled. (ILLEGAL_COLUMN), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:665: DB::checkKeyExpression(DB::ExpressionActions const&, DB::Block const&, String const&, bool) @ 0x000000003de0ae53 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:845: DB::MergeTreeData::checkProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, bool, bool, bool, std::shared_ptr) const @ 0x000000003de0762e 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:854: DB::MergeTreeData::setProperties(DB::StorageInMemoryMetadata const&, DB::StorageInMemoryMetadata const&, bool, std::shared_ptr) @ 0x000000003dded907 7. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:502: DB::MergeTreeData::MergeTreeData(DB::StorageID const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::LoadingStrictnessLevel, std::function) @ 0x000000003ddea262 8. ./build_docker/./src/Storages/StorageMergeTree.cpp:130: DB::StorageMergeTree::StorageMergeTree(DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, DB::LoadingStrictnessLevel, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>) @ 0x000000003eaa6c5f 9. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, void>(std::allocator const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, DB::LoadingStrictnessLevel const&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&) @ 0x000000003eaa4f2a 10. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95d26 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 14. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 15. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:09:03.912280 [ 68112 ] {32e11572-b9df-4711-80d1-09da55b6037c} executeQuery: Code: 549. DB::Exception: Column with type SimpleAggregateFunction(sum, Nullable(UInt64)) is not allowed in key expression. (DATA_TYPE_CANNOT_BE_USED_IN_KEY) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60670) (comment: 01410_nullable_key_and_index.sql) (in query: CREATE TABLE invalid_simple_agg_state_null (`id` SimpleAggregateFunction(sum, Nullable(UInt64))) ENGINE = MergeTree ORDER BY id SETTINGS index_granularity = 31438, min_bytes_for_wide_part = 1073741824, ratio_of_defaults_for_sparse_serialization = 1., replace_long_file_name_to_hash = false, max_file_name_length = 128, min_bytes_for_full_part_storage = 536870912, compact_parts_max_bytes_to_buffer = 252831456, compact_parts_max_granules_to_buffer = 10, compact_parts_merge_max_bytes_to_prefetch_part = 8001732, merge_max_block_size = 15178, old_parts_lifetime = 10., prefer_fetch_merged_part_size_threshold = 10737418240, vertical_merge_algorithm_min_rows_to_activate = 75402, vertical_merge_algorithm_min_columns_to_activate = 100, min_merge_bytes_to_use_direct_io = 8548164694, index_granularity_bytes = 8860763, use_const_adaptive_granularity = false, enable_index_granularity_compression = true, concurrent_part_removal_threshold = 58, allow_vertical_merges_from_compact_to_wide_parts = true, cache_populated_by_fetch = false, marks_compress_block_size = 16228, primary_key_compress_block_size = 61031, use_primary_key_cache = true, prewarm_primary_key_cache = true, prewarm_mark_cache = true), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:9205: DB::MergeTreeData::verifySortingKey(DB::KeyDescription const&) @ 0x000000003dfe8a5e 5. ./build_docker/./src/Storages/MergeTree/registerStorageMergeTree.cpp:657: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea9095c 6. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 9. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:09:03.920624 [ 68112 ] {} TCPHandler: Code: 549. DB::Exception: Column with type SimpleAggregateFunction(sum, Nullable(UInt64)) is not allowed in key expression. (DATA_TYPE_CANNOT_BE_USED_IN_KEY), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:9205: DB::MergeTreeData::verifySortingKey(DB::KeyDescription const&) @ 0x000000003dfe8a5e 5. ./build_docker/./src/Storages/MergeTree/registerStorageMergeTree.cpp:657: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea9095c 6. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 9. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:10:23.418547 [ 1080 ] {} test_7hmqr7j6.dst_r2 (125ea360-30e6-49c9-b25f-fc29fab33c8c): Part 1_24_24_0 doesn't have metadata version on disk, setting it to 0. It's okay if the part was created by an old version of ClickHouse 2025.03.31 18:11:18.951261 [ 66165 ] {3d81068a-9054-49a2-b625-a59767489da5} BackupsWorker: Failed to restore from backup Disk('backups', '03231_restore_user_with_existing_role_test_dsi3ln39'): Code: 493. DB::Exception: Cannot restore user `user_a_03231_restore_user_with_existing_role_test_dsi3ln39` because it already exists. (ACCESS_ENTITY_ALREADY_EXISTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Access/AccessBackup.cpp:440: DB::AccessRestorerFromBackup::generateRandomIDsAndResolveDependencies(DB::AccessControl const&) @ 0x0000000033d6b261 5. ./build_docker/./src/Backups/RestorerFromBackup.cpp:732: DB::RestorerFromBackup::getAccessEntitiesToRestore(String const&) const @ 0x0000000034221654 6. ./build_docker/./src/Access/IAccessStorage.cpp:665: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x0000000033d23b77 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034233bc3 8. ./contrib/llvm-project/libcxx/include/future:1876: std::packaged_task::operator()() @ 0x0000000027a38f1d 9. ./src/Common/threadPoolCallbackRunner.h:59: void std::__function::__policy_invoker::__call_impl (DB::RestorerFromBackup::schedule(std::function&&, char const*)::$_0&&, Priority)> DB::threadPoolCallbackRunnerUnsafe&&, char const*)::$_0>(ThreadPoolImpl>&, String const&)::'lambda'(DB::RestorerFromBackup::schedule(std::function&&, char const*)::$_0&&, Priority)::operator()(DB::RestorerFromBackup::schedule(std::function&&, char const*)::$_0&&, Priority)::'lambda0'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003423418e 10. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 12. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 14. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:11:18.954313 [ 91628 ] {3d81068a-9054-49a2-b625-a59767489da5} executeQuery: Code: 493. DB::Exception: Cannot restore user `user_a_03231_restore_user_with_existing_role_test_dsi3ln39` because it already exists. (ACCESS_ENTITY_ALREADY_EXISTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:49746) (comment: 03231_restore_user_with_existing_role.sh) (in query: RESTORE ALL FROM Disk('backups', '03231_restore_user_with_existing_role_test_dsi3ln39') SETTINGS create_access='create' FORMAT Null), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Access/AccessBackup.cpp:440: DB::AccessRestorerFromBackup::generateRandomIDsAndResolveDependencies(DB::AccessControl const&) @ 0x0000000033d6b261 5. ./build_docker/./src/Backups/RestorerFromBackup.cpp:732: DB::RestorerFromBackup::getAccessEntitiesToRestore(String const&) const @ 0x0000000034221654 6. ./build_docker/./src/Access/IAccessStorage.cpp:665: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x0000000033d23b77 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034233bc3 8. ./contrib/llvm-project/libcxx/include/future:1876: std::packaged_task::operator()() @ 0x0000000027a38f1d 9. ./src/Common/threadPoolCallbackRunner.h:59: void std::__function::__policy_invoker::__call_impl (DB::RestorerFromBackup::schedule(std::function&&, char const*)::$_0&&, Priority)> DB::threadPoolCallbackRunnerUnsafe&&, char const*)::$_0>(ThreadPoolImpl>&, String const&)::'lambda'(DB::RestorerFromBackup::schedule(std::function&&, char const*)::$_0&&, Priority)::operator()(DB::RestorerFromBackup::schedule(std::function&&, char const*)::$_0&&, Priority)::'lambda0'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003423418e 10. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 12. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 14. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 18:11:18.969880 [ 91628 ] {} TCPHandler: Code: 493. DB::Exception: Cannot restore user `user_a_03231_restore_user_with_existing_role_test_dsi3ln39` because it already exists. (ACCESS_ENTITY_ALREADY_EXISTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Access/AccessBackup.cpp:440: DB::AccessRestorerFromBackup::generateRandomIDsAndResolveDependencies(DB::AccessControl const&) @ 0x0000000033d6b261 5. ./build_docker/./src/Backups/RestorerFromBackup.cpp:732: DB::RestorerFromBackup::getAccessEntitiesToRestore(String const&) const @ 0x0000000034221654 6. ./build_docker/./src/Access/IAccessStorage.cpp:665: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x0000000033d23b77 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000034233bc3 8. ./contrib/llvm-project/libcxx/include/future:1876: std::packaged_task::operator()() @ 0x0000000027a38f1d 9. ./src/Common/threadPoolCallbackRunner.h:59: void std::__function::__policy_invoker::__call_impl (DB::RestorerFromBackup::schedule(std::function&&, char const*)::$_0&&, Priority)> DB::threadPoolCallbackRunnerUnsafe&&, char const*)::$_0>(ThreadPoolImpl>&, String const&)::'lambda'(DB::RestorerFromBackup::schedule(std::function&&, char const*)::$_0&&, Priority)::operator()(DB::RestorerFromBackup::schedule(std::function&&, char const*)::$_0&&, Priority)::'lambda0'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003423418e 10. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 12. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 14. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 18:11:52.158964 [ 1254 ] {c570318a-eb5b-41e8-9bc0-bd1f914ffbad} executeQuery: Code: 16. DB::Exception: No such column value2 in table test_a86wlrqd.t_async_insert_alter (44685ddf-63ca-44b7-a17f-4f9bf4dd0561). (NO_SUCH_COLUMN_IN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from 0.0.0.0:0) (comment: 03229_async_insert_alter_http.sh) (in query: INSERT INTO test_a86wlrqd.t_async_insert_alter (id, v1, value2) FORMAT Values), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:243: DB::InterpreterInsertQuery::getSampleBlockImpl(std::vector> const&, std::shared_ptr const&, std::shared_ptr const&, bool, bool) @ 0x00000000384ddd3c 5. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:185: DB::InterpreterInsertQuery::getSampleBlock(DB::ASTInsertQuery const&, std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool, bool) @ 0x00000000384db677 6. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:786: DB::InterpreterInsertQuery::execute() @ 0x00000000384f45bc 7. ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:914: DB::AsynchronousInsertQueue::processData(DB::AsynchronousInsertQueue::InsertQuery, std::unique_ptr>, std::shared_ptr, DB::AsynchronousInsertQueue::QueueShardFlushTimeHistory&) @ 0x000000003640f1c5 8. ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:319: void std::__function::__policy_invoker::__call_impl>, std::shared_ptr, unsigned long)::$_0, void ()>>(std::__function::__policy_storage const*) @ 0x000000003641e7d8 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 10. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 2025.03.31 18:11:52.163273 [ 1254 ] {} AsynchronousInsertQueue: Failed insertion for query 'INSERT INTO test_a86wlrqd.t_async_insert_alter (id, v1, value2) FORMAT Values': Code: 16. DB::Exception: No such column value2 in table test_a86wlrqd.t_async_insert_alter (44685ddf-63ca-44b7-a17f-4f9bf4dd0561). (NO_SUCH_COLUMN_IN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:243: DB::InterpreterInsertQuery::getSampleBlockImpl(std::vector> const&, std::shared_ptr const&, std::shared_ptr const&, bool, bool) @ 0x00000000384ddd3c 5. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:185: DB::InterpreterInsertQuery::getSampleBlock(DB::ASTInsertQuery const&, std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool, bool) @ 0x00000000384db677 6. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:786: DB::InterpreterInsertQuery::execute() @ 0x00000000384f45bc 7. ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:914: DB::AsynchronousInsertQueue::processData(DB::AsynchronousInsertQueue::InsertQuery, std::unique_ptr>, std::shared_ptr, DB::AsynchronousInsertQueue::QueueShardFlushTimeHistory&) @ 0x000000003640f1c5 8. ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:319: void std::__function::__policy_invoker::__call_impl>, std::shared_ptr, unsigned long)::$_0, void ()>>(std::__function::__policy_storage const*) @ 0x000000003641e7d8 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 10. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:13:01.555968 [ 105101 ] {65c4bf82-d2e2-498a-9aac-d0aa1f275942} executeQuery: Code: 173. DB::Exception: Out of memory: allocation of size 80003648 failed: (in file/uri /var/lib/clickhouse/user_files/03147_parquet_memory_tracking.parquet): While executing ParquetBlockInputFormat: While executing File. (CANNOT_ALLOCATE_MEMORY) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:39834) (comment: 03147_parquet_memory_tracking.sql) (in query: -- Try to read it with 60 MB memory limit. Should fail because we read the 80 MB column all at once. select sum(ignore(*)) from file('03147_parquet_memory_tracking.parquet') settings max_memory_usage=60000000;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::createDeprecated(String const&, int, bool) @ 0x000000000895229e 3. ./build_docker/./src/Processors/Formats/Impl/ParquetBlockInputFormat.cpp:926: DB::ParquetBlockInputFormat::initializeRowGroupBatchReader(unsigned long) @ 0x000000003fca0783 4. ./build_docker/./src/Processors/Formats/Impl/ParquetBlockInputFormat.cpp:1060: DB::ParquetBlockInputFormat::decodeOneChunk(unsigned long, std::unique_lock&) @ 0x000000003fca1e3a 5. ./build_docker/./src/Processors/Formats/Impl/ParquetBlockInputFormat.cpp:986: DB::ParquetBlockInputFormat::threadFunction(unsigned long) @ 0x000000003fca1ab7 6. ./build_docker/./src/Processors/Formats/Impl/ParquetBlockInputFormat.cpp:960: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003fcaec62 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 8. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 9. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 10. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 12. ? @ 0x00007fc708d31ac3 13. ? @ 0x00007fc708dc3850 2025.03.31 18:13:01.575175 [ 105101 ] {} TCPHandler: Code: 173. DB::Exception: Out of memory: allocation of size 80003648 failed: (in file/uri /var/lib/clickhouse/user_files/03147_parquet_memory_tracking.parquet): While executing ParquetBlockInputFormat: While executing File. (CANNOT_ALLOCATE_MEMORY), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::createDeprecated(String const&, int, bool) @ 0x000000000895229e 3. ./build_docker/./src/Processors/Formats/Impl/ParquetBlockInputFormat.cpp:926: DB::ParquetBlockInputFormat::initializeRowGroupBatchReader(unsigned long) @ 0x000000003fca0783 4. ./build_docker/./src/Processors/Formats/Impl/ParquetBlockInputFormat.cpp:1060: DB::ParquetBlockInputFormat::decodeOneChunk(unsigned long, std::unique_lock&) @ 0x000000003fca1e3a 5. ./build_docker/./src/Processors/Formats/Impl/ParquetBlockInputFormat.cpp:986: DB::ParquetBlockInputFormat::threadFunction(unsigned long) @ 0x000000003fca1ab7 6. ./build_docker/./src/Processors/Formats/Impl/ParquetBlockInputFormat.cpp:960: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003fcaec62 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 8. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 9. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 10. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 12. ? @ 0x00007fc708d31ac3 13. ? @ 0x00007fc708dc3850 2025.03.31 18:18:59.790456 [ 71999 ] {70ea5f6a-800f-4d38-a0b7-5eabbee56fbd} void DB::MetadataOperationsHolder::commitImpl(SharedMutex &): Code: 710. DB::Exception: Injecting fault when creating 'store/33b/33b76685-6cba-4507-bb87-a8486c4ed17e/tmp_insert_all_2_2_0/' directory. (FAULT_INJECTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type>, std::__fs::filesystem::path&) @ 0x000000003598ac8a 4. ./build_docker/./src/Disks/ObjectStorages/MetadataStorageFromPlainObjectStorageOperations.cpp:84: DB::MetadataStorageFromPlainObjectStorageCreateDirectoryOperation::execute(std::unique_lock&) @ 0x000000003596f0a4 5. ./build_docker/./src/Disks/ObjectStorages/MetadataOperationsHolder.cpp:65: DB::MetadataOperationsHolder::commitImpl(DB::SharedMutex&) @ 0x000000003593b8e7 6. ./build_docker/./src/Disks/ObjectStorages/MetadataStorageFromPlainObjectStorage.cpp:284: DB::MetadataStorageFromPlainObjectStorageTransaction::commit() @ 0x000000003594f08d 7. ./build_docker/./src/Disks/ObjectStorages/DiskObjectStorageTransaction.cpp:1007: DB::DiskObjectStorageTransaction::commit() @ 0x000000003583aecc 8. ./build_docker/./src/Disks/ObjectStorages/DiskObjectStorage.cpp:372: DB::DiskObjectStorage::createDirectories(String const&) @ 0x00000000357f0b7f 9. ./src/Disks/FakeDiskTransaction.h:35: DB::FakeDiskTransaction::createDirectories(String const&) @ 0x00000000357a2031 10. ./build_docker/./src/Storages/MergeTree/DataPartStorageOnDiskBase.cpp:960: DB::DataPartStorageOnDiskBase::createDirectories() @ 0x000000003dae2133 11. ./build_docker/./src/Storages/MergeTree/MergeTreeDataWriter.cpp:706: DB::MergeTreeDataWriter::writeTempPartImpl(DB::BlockWithPartition&, std::shared_ptr const&, std::shared_ptr, long, bool) @ 0x000000003e2279d1 12. ./build_docker/./src/Storages/MergeTree/MergeTreeDataWriter.cpp:481: DB::MergeTreeDataWriter::writeTempPart(DB::BlockWithPartition&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003e21f4d7 13. ./build_docker/./src/Storages/MergeTree/MergeTreeSink.cpp:127: DB::MergeTreeSink::consume(DB::Chunk&) @ 0x000000003eb8620e 14. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:18: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x0000000040442f99 15. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 17. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 21. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 22. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:49: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f7151e5 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:18:59.813131 [ 105101 ] {70ea5f6a-800f-4d38-a0b7-5eabbee56fbd} executeQuery: Code: 710. DB::Exception: Injecting fault when creating 'store/33b/33b76685-6cba-4507-bb87-a8486c4ed17e/tmp_insert_all_2_2_0/' directory: While committing metadata operation #0. (FAULT_INJECTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33208) (comment: 03008_s3_plain_rewritable_fault.sh) (in query: INSERT INTO test_s3_mt_fault (*) select number, number from numbers_mt(100)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type>, std::__fs::filesystem::path&) @ 0x000000003598ac8a 4. ./build_docker/./src/Disks/ObjectStorages/MetadataStorageFromPlainObjectStorageOperations.cpp:84: DB::MetadataStorageFromPlainObjectStorageCreateDirectoryOperation::execute(std::unique_lock&) @ 0x000000003596f0a4 5. ./build_docker/./src/Disks/ObjectStorages/MetadataOperationsHolder.cpp:65: DB::MetadataOperationsHolder::commitImpl(DB::SharedMutex&) @ 0x000000003593b8e7 6. ./build_docker/./src/Disks/ObjectStorages/MetadataStorageFromPlainObjectStorage.cpp:284: DB::MetadataStorageFromPlainObjectStorageTransaction::commit() @ 0x000000003594f08d 7. ./build_docker/./src/Disks/ObjectStorages/DiskObjectStorageTransaction.cpp:1007: DB::DiskObjectStorageTransaction::commit() @ 0x000000003583aecc 8. ./build_docker/./src/Disks/ObjectStorages/DiskObjectStorage.cpp:372: DB::DiskObjectStorage::createDirectories(String const&) @ 0x00000000357f0b7f 9. ./src/Disks/FakeDiskTransaction.h:35: DB::FakeDiskTransaction::createDirectories(String const&) @ 0x00000000357a2031 10. ./build_docker/./src/Storages/MergeTree/DataPartStorageOnDiskBase.cpp:960: DB::DataPartStorageOnDiskBase::createDirectories() @ 0x000000003dae2133 11. ./build_docker/./src/Storages/MergeTree/MergeTreeDataWriter.cpp:706: DB::MergeTreeDataWriter::writeTempPartImpl(DB::BlockWithPartition&, std::shared_ptr const&, std::shared_ptr, long, bool) @ 0x000000003e2279d1 12. ./build_docker/./src/Storages/MergeTree/MergeTreeDataWriter.cpp:481: DB::MergeTreeDataWriter::writeTempPart(DB::BlockWithPartition&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003e21f4d7 13. ./build_docker/./src/Storages/MergeTree/MergeTreeSink.cpp:127: DB::MergeTreeSink::consume(DB::Chunk&) @ 0x000000003eb8620e 14. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:18: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x0000000040442f99 15. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 17. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 21. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 22. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:49: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f7151e5 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:18:59.836458 [ 105101 ] {} TCPHandler: Code: 710. DB::Exception: Injecting fault when creating 'store/33b/33b76685-6cba-4507-bb87-a8486c4ed17e/tmp_insert_all_2_2_0/' directory: While committing metadata operation #0. (FAULT_INJECTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type>, std::__fs::filesystem::path&) @ 0x000000003598ac8a 4. ./build_docker/./src/Disks/ObjectStorages/MetadataStorageFromPlainObjectStorageOperations.cpp:84: DB::MetadataStorageFromPlainObjectStorageCreateDirectoryOperation::execute(std::unique_lock&) @ 0x000000003596f0a4 5. ./build_docker/./src/Disks/ObjectStorages/MetadataOperationsHolder.cpp:65: DB::MetadataOperationsHolder::commitImpl(DB::SharedMutex&) @ 0x000000003593b8e7 6. ./build_docker/./src/Disks/ObjectStorages/MetadataStorageFromPlainObjectStorage.cpp:284: DB::MetadataStorageFromPlainObjectStorageTransaction::commit() @ 0x000000003594f08d 7. ./build_docker/./src/Disks/ObjectStorages/DiskObjectStorageTransaction.cpp:1007: DB::DiskObjectStorageTransaction::commit() @ 0x000000003583aecc 8. ./build_docker/./src/Disks/ObjectStorages/DiskObjectStorage.cpp:372: DB::DiskObjectStorage::createDirectories(String const&) @ 0x00000000357f0b7f 9. ./src/Disks/FakeDiskTransaction.h:35: DB::FakeDiskTransaction::createDirectories(String const&) @ 0x00000000357a2031 10. ./build_docker/./src/Storages/MergeTree/DataPartStorageOnDiskBase.cpp:960: DB::DataPartStorageOnDiskBase::createDirectories() @ 0x000000003dae2133 11. ./build_docker/./src/Storages/MergeTree/MergeTreeDataWriter.cpp:706: DB::MergeTreeDataWriter::writeTempPartImpl(DB::BlockWithPartition&, std::shared_ptr const&, std::shared_ptr, long, bool) @ 0x000000003e2279d1 12. ./build_docker/./src/Storages/MergeTree/MergeTreeDataWriter.cpp:481: DB::MergeTreeDataWriter::writeTempPart(DB::BlockWithPartition&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003e21f4d7 13. ./build_docker/./src/Storages/MergeTree/MergeTreeSink.cpp:127: DB::MergeTreeSink::consume(DB::Chunk&) @ 0x000000003eb8620e 14. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:18: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x0000000040442f99 15. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 17. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 18. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 20. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 21. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 22. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:49: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f7151e5 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:18:59.859092 [ 105101 ] {} TCPHandler: TCPHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket (peer: [::1]:33208, local: [::1]:9000). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:83: DB::ReadBufferFromPocoSocketBase::socketReceiveBytesImpl(char*, unsigned long) @ 0x0000000020b7390f 4. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:107: DB::ReadBufferFromPocoSocketBase::nextImpl() @ 0x0000000020b748a1 5. ./build_docker/./src/IO/ReadBufferFromPocoSocketChunked.cpp:103: DB::ReadBufferFromPocoSocketChunked::nextImpl() @ 0x000000003f05181a 6. DB::ReadBuffer::next() @ 0x0000000008c432cf 7. ./src/IO/ReadBuffer.h:103: DB::TCPHandler::runImpl() @ 0x000000003f425633 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:18:59.859894 [ 105101 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket (peer: [::1]:33208, local: [::1]:9000). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:83: DB::ReadBufferFromPocoSocketBase::socketReceiveBytesImpl(char*, unsigned long) @ 0x0000000020b7390f 4. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:107: DB::ReadBufferFromPocoSocketBase::nextImpl() @ 0x0000000020b748a1 5. ./build_docker/./src/IO/ReadBufferFromPocoSocketChunked.cpp:103: DB::ReadBufferFromPocoSocketChunked::nextImpl() @ 0x000000003f05181a 6. DB::ReadBuffer::next() @ 0x0000000008c432cf 7. ./src/IO/ReadBuffer.h:103: DB::TCPHandler::runImpl() @ 0x000000003f425633 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:19:03.234618 [ 67309 ] {50f37e48-64e6-4f13-831a-b3425e467c3b} void DB::MetadataOperationsHolder::commitImpl(SharedMutex &): Code: 710. DB::Exception: Injecting fault when moving from 'store/33b/33b76685-6cba-4507-bb87-a8486c4ed17e/tmp_insert_all_3_3_0/' to 'store/33b/33b76685-6cba-4507-bb87-a8486c4ed17e/all_2_2_0/'. (FAULT_INJECTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, std::__fs::filesystem::path&, std::__fs::filesystem::path&) @ 0x000000003598afad 4. ./build_docker/./src/Disks/ObjectStorages/MetadataStorageFromPlainObjectStorageOperations.cpp:188: DB::MetadataStorageFromPlainObjectStorageMoveDirectoryOperation::execute(std::unique_lock&) @ 0x0000000035978ee3 5. ./build_docker/./src/Disks/ObjectStorages/MetadataOperationsHolder.cpp:65: DB::MetadataOperationsHolder::commitImpl(DB::SharedMutex&) @ 0x000000003593b8e7 6. ./build_docker/./src/Disks/ObjectStorages/MetadataStorageFromPlainObjectStorage.cpp:284: DB::MetadataStorageFromPlainObjectStorageTransaction::commit() @ 0x000000003594f08d 7. ./build_docker/./src/Disks/ObjectStorages/DiskObjectStorageTransaction.cpp:1007: DB::DiskObjectStorageTransaction::commit() @ 0x000000003583aecc 8. ./build_docker/./src/Disks/ObjectStorages/DiskObjectStorage.cpp:224: DB::DiskObjectStorage::moveDirectory(String const&, String const&) @ 0x00000000357ea93f 9. ./src/Disks/FakeDiskTransaction.h:50: DB::FakeDiskTransaction::moveDirectory(String const&, String const&) @ 0x00000000357a20f1 10. ./build_docker/./src/Storages/MergeTree/DataPartStorageOnDiskBase.cpp:674: DB::DataPartStorageOnDiskBase::rename(String, String, std::shared_ptr, bool, bool) @ 0x000000003dac025f 11. ./build_docker/./src/Storages/MergeTree/IMergeTreeDataPart.cpp:2028: DB::IMergeTreeDataPart::renameTo(String const&, bool) @ 0x000000003db6c745 12. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:4227: DB::MergeTreeData::preparePartForCommit(std::shared_ptr&, DB::MergeTreeData::Transaction&, bool, bool) @ 0x000000003ded71ae 13. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:4323: DB::MergeTreeData::renameTempPartAndReplaceImpl(std::shared_ptr&, DB::MergeTreeData::Transaction&, DB::DataPartsLock&, std::vector, std::allocator>>*, bool) @ 0x000000003deddb77 14. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:4362: DB::MergeTreeData::renameTempPartAndAdd(std::shared_ptr&, DB::MergeTreeData::Transaction&, DB::DataPartsLock&, bool) @ 0x000000003dedf607 15. ./build_docker/./src/Storages/MergeTree/MergeTreeSink.cpp:247: DB::MergeTreeSink::finishDelayedChunk() @ 0x000000003eb83a07 16. ./build_docker/./src/Storages/MergeTree/MergeTreeSink.cpp:83: DB::MergeTreeSink::onFinish() @ 0x000000003eb8202d 17. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dd4ef 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 19. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: DB::ExceptionKeepingTransform::work() @ 0x00000000400db2e2 20. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 21. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 22. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 23. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 24. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:49: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f7151e5 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:19:03.240211 [ 105101 ] {50f37e48-64e6-4f13-831a-b3425e467c3b} executeQuery: Code: 710. DB::Exception: Injecting fault when moving from 'store/33b/33b76685-6cba-4507-bb87-a8486c4ed17e/tmp_insert_all_3_3_0/' to 'store/33b/33b76685-6cba-4507-bb87-a8486c4ed17e/all_2_2_0/': While committing metadata operation #0. (FAULT_INJECTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:33238) (comment: 03008_s3_plain_rewritable_fault.sh) (in query: INSERT INTO test_s3_mt_fault (*) select number, number from numbers_mt(100);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, std::__fs::filesystem::path&, std::__fs::filesystem::path&) @ 0x000000003598afad 4. ./build_docker/./src/Disks/ObjectStorages/MetadataStorageFromPlainObjectStorageOperations.cpp:188: DB::MetadataStorageFromPlainObjectStorageMoveDirectoryOperation::execute(std::unique_lock&) @ 0x0000000035978ee3 5. ./build_docker/./src/Disks/ObjectStorages/MetadataOperationsHolder.cpp:65: DB::MetadataOperationsHolder::commitImpl(DB::SharedMutex&) @ 0x000000003593b8e7 6. ./build_docker/./src/Disks/ObjectStorages/MetadataStorageFromPlainObjectStorage.cpp:284: DB::MetadataStorageFromPlainObjectStorageTransaction::commit() @ 0x000000003594f08d 7. ./build_docker/./src/Disks/ObjectStorages/DiskObjectStorageTransaction.cpp:1007: DB::DiskObjectStorageTransaction::commit() @ 0x000000003583aecc 8. ./build_docker/./src/Disks/ObjectStorages/DiskObjectStorage.cpp:224: DB::DiskObjectStorage::moveDirectory(String const&, String const&) @ 0x00000000357ea93f 9. ./src/Disks/FakeDiskTransaction.h:50: DB::FakeDiskTransaction::moveDirectory(String const&, String const&) @ 0x00000000357a20f1 10. ./build_docker/./src/Storages/MergeTree/DataPartStorageOnDiskBase.cpp:674: DB::DataPartStorageOnDiskBase::rename(String, String, std::shared_ptr, bool, bool) @ 0x000000003dac025f 11. ./build_docker/./src/Storages/MergeTree/IMergeTreeDataPart.cpp:2028: DB::IMergeTreeDataPart::renameTo(String const&, bool) @ 0x000000003db6c745 12. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:4227: DB::MergeTreeData::preparePartForCommit(std::shared_ptr&, DB::MergeTreeData::Transaction&, bool, bool) @ 0x000000003ded71ae 13. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:4323: DB::MergeTreeData::renameTempPartAndReplaceImpl(std::shared_ptr&, DB::MergeTreeData::Transaction&, DB::DataPartsLock&, std::vector, std::allocator>>*, bool) @ 0x000000003deddb77 14. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:4362: DB::MergeTreeData::renameTempPartAndAdd(std::shared_ptr&, DB::MergeTreeData::Transaction&, DB::DataPartsLock&, bool) @ 0x000000003dedf607 15. ./build_docker/./src/Storages/MergeTree/MergeTreeSink.cpp:247: DB::MergeTreeSink::finishDelayedChunk() @ 0x000000003eb83a07 16. ./build_docker/./src/Storages/MergeTree/MergeTreeSink.cpp:83: DB::MergeTreeSink::onFinish() @ 0x000000003eb8202d 17. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dd4ef 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 19. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: DB::ExceptionKeepingTransform::work() @ 0x00000000400db2e2 20. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 21. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 22. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 23. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 24. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:49: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f7151e5 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:19:03.265029 [ 105101 ] {} TCPHandler: Code: 710. DB::Exception: Injecting fault when moving from 'store/33b/33b76685-6cba-4507-bb87-a8486c4ed17e/tmp_insert_all_3_3_0/' to 'store/33b/33b76685-6cba-4507-bb87-a8486c4ed17e/all_2_2_0/': While committing metadata operation #0. (FAULT_INJECTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, std::__fs::filesystem::path&, std::__fs::filesystem::path&) @ 0x000000003598afad 4. ./build_docker/./src/Disks/ObjectStorages/MetadataStorageFromPlainObjectStorageOperations.cpp:188: DB::MetadataStorageFromPlainObjectStorageMoveDirectoryOperation::execute(std::unique_lock&) @ 0x0000000035978ee3 5. ./build_docker/./src/Disks/ObjectStorages/MetadataOperationsHolder.cpp:65: DB::MetadataOperationsHolder::commitImpl(DB::SharedMutex&) @ 0x000000003593b8e7 6. ./build_docker/./src/Disks/ObjectStorages/MetadataStorageFromPlainObjectStorage.cpp:284: DB::MetadataStorageFromPlainObjectStorageTransaction::commit() @ 0x000000003594f08d 7. ./build_docker/./src/Disks/ObjectStorages/DiskObjectStorageTransaction.cpp:1007: DB::DiskObjectStorageTransaction::commit() @ 0x000000003583aecc 8. ./build_docker/./src/Disks/ObjectStorages/DiskObjectStorage.cpp:224: DB::DiskObjectStorage::moveDirectory(String const&, String const&) @ 0x00000000357ea93f 9. ./src/Disks/FakeDiskTransaction.h:50: DB::FakeDiskTransaction::moveDirectory(String const&, String const&) @ 0x00000000357a20f1 10. ./build_docker/./src/Storages/MergeTree/DataPartStorageOnDiskBase.cpp:674: DB::DataPartStorageOnDiskBase::rename(String, String, std::shared_ptr, bool, bool) @ 0x000000003dac025f 11. ./build_docker/./src/Storages/MergeTree/IMergeTreeDataPart.cpp:2028: DB::IMergeTreeDataPart::renameTo(String const&, bool) @ 0x000000003db6c745 12. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:4227: DB::MergeTreeData::preparePartForCommit(std::shared_ptr&, DB::MergeTreeData::Transaction&, bool, bool) @ 0x000000003ded71ae 13. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:4323: DB::MergeTreeData::renameTempPartAndReplaceImpl(std::shared_ptr&, DB::MergeTreeData::Transaction&, DB::DataPartsLock&, std::vector, std::allocator>>*, bool) @ 0x000000003deddb77 14. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:4362: DB::MergeTreeData::renameTempPartAndAdd(std::shared_ptr&, DB::MergeTreeData::Transaction&, DB::DataPartsLock&, bool) @ 0x000000003dedf607 15. ./build_docker/./src/Storages/MergeTree/MergeTreeSink.cpp:247: DB::MergeTreeSink::finishDelayedChunk() @ 0x000000003eb83a07 16. ./build_docker/./src/Storages/MergeTree/MergeTreeSink.cpp:83: DB::MergeTreeSink::onFinish() @ 0x000000003eb8202d 17. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dd4ef 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 19. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: DB::ExceptionKeepingTransform::work() @ 0x00000000400db2e2 20. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 21. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 22. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 23. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 24. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:49: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f7151e5 25. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 26. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:19:05.980839 [ 66163 ] {} test_uvy9c00g.test_s3_mt_fault (33b76685-6cba-4507-bb87-a8486c4ed17e): Removing temporary directory 03008_test_s3_mt_fault/store/33b/33b76685-6cba-4507-bb87-a8486c4ed17e/tmp_insert_all_3_3_0/ 2025.03.31 18:24:53.794947 [ 105101 ] {3e00d24e-8566-4296-9815-cd62a54f794d} InterpreterCreateQuery: ATTACH TABLE query with full table definition is not recommended: use either ATTACH TABLE x; to attach existing table or CREATE TABLE x
; to create new table or ATTACH TABLE x FROM '/path/to/data/'
; to create new table and attach data. 2025.03.31 18:24:53.858561 [ 472 ] {} test_a8i9jua4.x (ReplicatedMergeTreeAttachThread): No metadata in ZooKeeper for /tables/test_a8i9jua4/aaaaaaaa-1111-2222-3333-aaaaaaaaaaaa: table will stay in readonly mode. 2025.03.31 18:24:54.894272 [ 105101 ] {05807a14-8efa-49a6-9087-ed657ed49b34} executeQuery: Code: 36. DB::Exception: Macro 'uuid' and empty arguments of ReplicatedMergeTree are supported only for ON CLUSTER queries with Atomic database engine. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41420) (comment: 02990_rmt_replica_path_uuid.sql) (in query: CREATE TABLE x (`key` Int) ENGINE = ReplicatedMergeTree('/tables/{database}/{uuid}', 'r1') ORDER BY tuple() SETTINGS index_granularity = 29394, min_bytes_for_wide_part = 1073741824, ratio_of_defaults_for_sparse_serialization = 0., replace_long_file_name_to_hash = false, max_file_name_length = 102, min_bytes_for_full_part_storage = 0, compact_parts_max_bytes_to_buffer = 106469698, compact_parts_max_granules_to_buffer = 65, compact_parts_merge_max_bytes_to_prefetch_part = 15910511, merge_max_block_size = 426, old_parts_lifetime = 56., prefer_fetch_merged_part_size_threshold = 6428764085, vertical_merge_algorithm_min_rows_to_activate = 1000000, vertical_merge_algorithm_min_columns_to_activate = 43, min_merge_bytes_to_use_direct_io = 9501314136, index_granularity_bytes = 11195152, use_const_adaptive_granularity = true, enable_index_granularity_compression = true, concurrent_part_removal_threshold = 100, allow_vertical_merges_from_compact_to_wide_parts = true, cache_populated_by_fetch = true, marks_compress_block_size = 24226, primary_key_compress_block_size = 84498, use_primary_key_cache = false, prewarm_primary_key_cache = false, prewarm_mark_cache = true), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Common/Macros.cpp:111: DB::Macros::expand(String const&, DB::Macros::MacroExpansionInfo&) const @ 0x000000002072f69f 5. ./build_docker/./src/Storages/TableZnodeInfo.cpp:66: DB::TableZnodeInfo::resolve(String const&, String const&, DB::StorageID const&, DB::ASTCreateQuery const&, DB::LoadingStrictnessLevel, std::shared_ptr const&) @ 0x000000003d39aedd 6. ./build_docker/./src/Storages/MergeTree/registerStorageMergeTree.cpp:226: DB::extractZooKeeperPathAndReplicaNameFromEngineArgs(DB::ASTCreateQuery const&, DB::StorageID const&, String const&, absl::InlinedVector, 7ul, std::allocator>>&, DB::LoadingStrictnessLevel, std::shared_ptr const&) @ 0x000000003ea82dc8 7. ./build_docker/./src/Storages/MergeTree/registerStorageMergeTree.cpp:516: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea89afb 8. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 11. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 12. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 18:24:54.902021 [ 105101 ] {} TCPHandler: Code: 36. DB::Exception: Macro 'uuid' and empty arguments of ReplicatedMergeTree are supported only for ON CLUSTER queries with Atomic database engine. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Common/Macros.cpp:111: DB::Macros::expand(String const&, DB::Macros::MacroExpansionInfo&) const @ 0x000000002072f69f 5. ./build_docker/./src/Storages/TableZnodeInfo.cpp:66: DB::TableZnodeInfo::resolve(String const&, String const&, DB::StorageID const&, DB::ASTCreateQuery const&, DB::LoadingStrictnessLevel, std::shared_ptr const&) @ 0x000000003d39aedd 6. ./build_docker/./src/Storages/MergeTree/registerStorageMergeTree.cpp:226: DB::extractZooKeeperPathAndReplicaNameFromEngineArgs(DB::ASTCreateQuery const&, DB::StorageID const&, String const&, absl::InlinedVector, 7ul, std::allocator>>&, DB::LoadingStrictnessLevel, std::shared_ptr const&) @ 0x000000003ea82dc8 7. ./build_docker/./src/Storages/MergeTree/registerStorageMergeTree.cpp:516: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea89afb 8. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 11. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 12. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 18:24:57.862154 [ 572 ] {} shard_1.data (ReplicatedMergeTreeAttachThread): Initialization failed, table will remain readonly. Error: Code: 27. DB::Exception: Cannot parse input: expected 'columns format version: 1\n' at end of stream. (CANNOT_PARSE_INPUT_ASSERTION_FAILED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::throwAtAssertionFailed(char const*, DB::ReadBuffer&) @ 0x000000002083778c 4. ./build_docker/./src/IO/ReadHelpers.cpp:131: DB::assertString(char const*, DB::ReadBuffer&) @ 0x0000000020838130 5. ./build_docker/./src/Storages/ColumnsDescription.cpp:928: DB::ColumnsDescription::parse(String const&) @ 0x000000003c7269d1 6. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:1650: DB::StorageReplicatedMergeTree::checkTableStructureAttempt(String const&, std::shared_ptr const&, int*, bool) const @ 0x000000003cded32c 7. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:1628: DB::StorageReplicatedMergeTree::checkTableStructure(String const&, std::shared_ptr const&, int*, bool, DB::ZooKeeperRetriesInfo const&) const @ 0x000000003cd6332f 8. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeAttachThread.cpp:170: DB::ReplicatedMergeTreeAttachThread::runImpl() @ 0x000000003e7ee48e 9. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeAttachThread.cpp:62: DB::ReplicatedMergeTreeAttachThread::run() @ 0x000000003e7e7503 10. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeAttachThread.cpp:31: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003e7f27ff 11. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000343377c7 12. ./build_docker/./src/Core/BackgroundSchedulePool.cpp:304: DB::BackgroundSchedulePool::threadFunction() @ 0x0000000034343233 13. ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x0000000034344d0f 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 15. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:24:59.376629 [ 4297 ] {ee295da6-a3bf-488e-b20b-fc6a0d1dac4c} executeQuery: Code: 242. DB::Exception: Table is in readonly mode: replica_path=/tables/shard_1/data/replicas/read. (TABLE_IS_READ_ONLY) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:53760) (comment: 02980_dist_insert_readonly_replica.gen.sql) (in query: INSERT INTO shard_1.data (key) VALUES), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda1'()::operator()() const @ 0x000000003ea07cd5 4. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1121: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda2'()::operator()() const @ 0x000000003ea06ffb 5. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1154: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()::operator()() const @ 0x000000003ea06c89 6. ./src/Common/ZooKeeper/ZooKeeperRetries.h:78: void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&, void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&)::'lambda'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&, void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&)::'lambda'()&&) @ 0x000000003ea0669f 7. ./src/Common/ZooKeeper/ZooKeeperRetries.h:52: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long) @ 0x000000003e9cd7a5 8. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:491: DB::ReplicatedMergeTreeSinkImpl::finishDelayedChunk(std::shared_ptr const&) @ 0x000000003e9a08f7 9. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1232: DB::ReplicatedMergeTreeSinkImpl::onFinish() @ 0x000000003e9cb7f8 10. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dd4ef 11. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 12. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: DB::ExceptionKeepingTransform::work() @ 0x00000000400db2e2 13. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 16. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 17. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 18. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:24:59.392742 [ 4297 ] {} TCPHandler: Code: 242. DB::Exception: Table is in readonly mode: replica_path=/tables/shard_1/data/replicas/read. (TABLE_IS_READ_ONLY), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda1'()::operator()() const @ 0x000000003ea07cd5 4. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1121: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda2'()::operator()() const @ 0x000000003ea06ffb 5. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1154: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()::operator()() const @ 0x000000003ea06c89 6. ./src/Common/ZooKeeper/ZooKeeperRetries.h:78: void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&, void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&)::'lambda'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&, void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&)::'lambda'()&&) @ 0x000000003ea0669f 7. ./src/Common/ZooKeeper/ZooKeeperRetries.h:52: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long) @ 0x000000003e9cd7a5 8. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:491: DB::ReplicatedMergeTreeSinkImpl::finishDelayedChunk(std::shared_ptr const&) @ 0x000000003e9a08f7 9. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1232: DB::ReplicatedMergeTreeSinkImpl::onFinish() @ 0x000000003e9cb7f8 10. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dd4ef 11. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 12. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: DB::ExceptionKeepingTransform::work() @ 0x00000000400db2e2 13. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 16. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 17. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 18. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:24:59.778350 [ 105101 ] {26b7f3b0-dc7d-4db1-87b5-deb15e9f8058} executeQuery: Code: 242. DB::Exception: Received from localhost:9000. DB::Exception: Table is in readonly mode: replica_path=/tables/shard_1/data/replicas/read. Stack trace: 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda1'()::operator()() const @ 0x000000003ea07cd5 4. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1121: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda2'()::operator()() const @ 0x000000003ea06ffb 5. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1154: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()::operator()() const @ 0x000000003ea06c89 6. ./src/Common/ZooKeeper/ZooKeeperRetries.h:78: void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&, void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&)::'lambda'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&, void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&)::'lambda'()&&) @ 0x000000003ea0669f 7. ./src/Common/ZooKeeper/ZooKeeperRetries.h:52: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long) @ 0x000000003e9cd7a5 8. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:491: DB::ReplicatedMergeTreeSinkImpl::finishDelayedChunk(std::shared_ptr const&) @ 0x000000003e9a08f7 9. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1232: DB::ReplicatedMergeTreeSinkImpl::onFinish() @ 0x000000003e9cb7f8 10. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dd4ef 11. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 12. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: DB::ExceptionKeepingTransform::work() @ 0x00000000400db2e2 13. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 16. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 17. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 18. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 : Insertion status: Wrote 1 blocks and 1 rows on shard 0 replica 0, localhost:9000 (average 53 ms per block) . (TABLE_IS_READ_ONLY) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42000) (comment: 02980_dist_insert_readonly_replica.gen.sql) (in query: -- for internal_replication==false, distributed_insert_skip_read_only_replicas does not changes anything -- because in case of internal_replication=false it cannot skip any replicas, since it need to duplicate the data to all replicas on the initiator insert into dist_single_no_internal_replication_read_only settings distributed_foreground_insert=1, distributed_insert_skip_read_only_replicas=0 values ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:104: DB::readException(DB::ReadBuffer&, String const&, bool) @ 0x000000002083faee 3. ./build_docker/./src/Client/Connection.cpp:1426: DB::Connection::receiveException() const @ 0x000000003f024d93 4. ./build_docker/./src/Client/Connection.cpp:1255: DB::Connection::receivePacket() @ 0x000000003f03f117 5. ./build_docker/./src/QueryPipeline/RemoteInserter.cpp:133: DB::RemoteInserter::onFinish() @ 0x000000003d9b1237 6. ./src/Processors/Sinks/RemoteSink.h:24: DB::RemoteSink::onFinish() @ 0x000000003da04190 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dd4ef 8. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 9. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: DB::ExceptionKeepingTransform::work() @ 0x00000000400db2e2 10. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 12. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 13. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 14. ./build_docker/./src/Storages/Distributed/DistributedSink.cpp:609: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003d9ff8b5 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 16. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 17. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 19. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:24:59.790574 [ 105101 ] {} TCPHandler: Code: 242. DB::Exception: Received from localhost:9000. DB::Exception: Table is in readonly mode: replica_path=/tables/shard_1/data/replicas/read. Stack trace: 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda1'()::operator()() const @ 0x000000003ea07cd5 4. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1121: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda2'()::operator()() const @ 0x000000003ea06ffb 5. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1154: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()::operator()() const @ 0x000000003ea06c89 6. ./src/Common/ZooKeeper/ZooKeeperRetries.h:78: void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&, void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&)::'lambda'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&, void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&)::'lambda'()&&) @ 0x000000003ea0669f 7. ./src/Common/ZooKeeper/ZooKeeperRetries.h:52: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long) @ 0x000000003e9cd7a5 8. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:491: DB::ReplicatedMergeTreeSinkImpl::finishDelayedChunk(std::shared_ptr const&) @ 0x000000003e9a08f7 9. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1232: DB::ReplicatedMergeTreeSinkImpl::onFinish() @ 0x000000003e9cb7f8 10. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dd4ef 11. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 12. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: DB::ExceptionKeepingTransform::work() @ 0x00000000400db2e2 13. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 16. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 17. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 18. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 : Insertion status: Wrote 1 blocks and 1 rows on shard 0 replica 0, localhost:9000 (average 53 ms per block) . (TABLE_IS_READ_ONLY), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:104: DB::readException(DB::ReadBuffer&, String const&, bool) @ 0x000000002083faee 3. ./build_docker/./src/Client/Connection.cpp:1426: DB::Connection::receiveException() const @ 0x000000003f024d93 4. ./build_docker/./src/Client/Connection.cpp:1255: DB::Connection::receivePacket() @ 0x000000003f03f117 5. ./build_docker/./src/QueryPipeline/RemoteInserter.cpp:133: DB::RemoteInserter::onFinish() @ 0x000000003d9b1237 6. ./src/Processors/Sinks/RemoteSink.h:24: DB::RemoteSink::onFinish() @ 0x000000003da04190 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dd4ef 8. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 9. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: DB::ExceptionKeepingTransform::work() @ 0x00000000400db2e2 10. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 12. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 13. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 14. ./build_docker/./src/Storages/Distributed/DistributedSink.cpp:609: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003d9ff8b5 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 16. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 17. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 19. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:24:59.945316 [ 4297 ] {2b94930c-5e1e-4ed7-ae97-662856673d0f} executeQuery: Code: 242. DB::Exception: Table is in readonly mode: replica_path=/tables/shard_1/data/replicas/read. (TABLE_IS_READ_ONLY) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42014) (comment: 02980_dist_insert_readonly_replica.gen.sql) (in query: INSERT INTO shard_1.data (key) VALUES), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda1'()::operator()() const @ 0x000000003ea07cd5 4. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1121: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda2'()::operator()() const @ 0x000000003ea06ffb 5. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1154: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()::operator()() const @ 0x000000003ea06c89 6. ./src/Common/ZooKeeper/ZooKeeperRetries.h:78: void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&, void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&)::'lambda'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&, void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&)::'lambda'()&&) @ 0x000000003ea0669f 7. ./src/Common/ZooKeeper/ZooKeeperRetries.h:52: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long) @ 0x000000003e9cd7a5 8. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:491: DB::ReplicatedMergeTreeSinkImpl::finishDelayedChunk(std::shared_ptr const&) @ 0x000000003e9a08f7 9. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1232: DB::ReplicatedMergeTreeSinkImpl::onFinish() @ 0x000000003e9cb7f8 10. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dd4ef 11. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 12. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: DB::ExceptionKeepingTransform::work() @ 0x00000000400db2e2 13. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 16. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 17. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 18. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:24:59.955184 [ 105101 ] {bc148d52-ecdd-49f5-bf03-d3feecb127e8} executeQuery: Code: 242. DB::Exception: Received from localhost:9000. DB::Exception: Table is in readonly mode: replica_path=/tables/shard_1/data/replicas/read. Stack trace: 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda1'()::operator()() const @ 0x000000003ea07cd5 4. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1121: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda2'()::operator()() const @ 0x000000003ea06ffb 5. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1154: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()::operator()() const @ 0x000000003ea06c89 6. ./src/Common/ZooKeeper/ZooKeeperRetries.h:78: void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&, void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&)::'lambda'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&, void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&)::'lambda'()&&) @ 0x000000003ea0669f 7. ./src/Common/ZooKeeper/ZooKeeperRetries.h:52: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long) @ 0x000000003e9cd7a5 8. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:491: DB::ReplicatedMergeTreeSinkImpl::finishDelayedChunk(std::shared_ptr const&) @ 0x000000003e9a08f7 9. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1232: DB::ReplicatedMergeTreeSinkImpl::onFinish() @ 0x000000003e9cb7f8 10. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dd4ef 11. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 12. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: DB::ExceptionKeepingTransform::work() @ 0x00000000400db2e2 13. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 16. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 17. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 18. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 : Insertion status: Wrote 1 blocks and 1 rows on shard 0 replica 0, localhost:9000 (average 76 ms per block) . (TABLE_IS_READ_ONLY) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42000) (comment: 02980_dist_insert_readonly_replica.gen.sql) (in query: insert into dist_single_no_internal_replication_read_only settings distributed_foreground_insert=1, distributed_insert_skip_read_only_replicas=1 values ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:104: DB::readException(DB::ReadBuffer&, String const&, bool) @ 0x000000002083faee 3. ./build_docker/./src/Client/Connection.cpp:1426: DB::Connection::receiveException() const @ 0x000000003f024d93 4. ./build_docker/./src/Client/Connection.cpp:1255: DB::Connection::receivePacket() @ 0x000000003f03f117 5. ./build_docker/./src/QueryPipeline/RemoteInserter.cpp:133: DB::RemoteInserter::onFinish() @ 0x000000003d9b1237 6. ./src/Processors/Sinks/RemoteSink.h:24: DB::RemoteSink::onFinish() @ 0x000000003da04190 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dd4ef 8. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 9. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: DB::ExceptionKeepingTransform::work() @ 0x00000000400db2e2 10. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 12. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 13. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 14. ./build_docker/./src/Storages/Distributed/DistributedSink.cpp:609: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003d9ff8b5 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 16. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 17. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 19. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:24:59.956079 [ 4297 ] {} TCPHandler: Code: 242. DB::Exception: Table is in readonly mode: replica_path=/tables/shard_1/data/replicas/read. (TABLE_IS_READ_ONLY), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda1'()::operator()() const @ 0x000000003ea07cd5 4. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1121: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda2'()::operator()() const @ 0x000000003ea06ffb 5. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1154: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()::operator()() const @ 0x000000003ea06c89 6. ./src/Common/ZooKeeper/ZooKeeperRetries.h:78: void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&, void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&)::'lambda'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&, void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&)::'lambda'()&&) @ 0x000000003ea0669f 7. ./src/Common/ZooKeeper/ZooKeeperRetries.h:52: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long) @ 0x000000003e9cd7a5 8. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:491: DB::ReplicatedMergeTreeSinkImpl::finishDelayedChunk(std::shared_ptr const&) @ 0x000000003e9a08f7 9. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1232: DB::ReplicatedMergeTreeSinkImpl::onFinish() @ 0x000000003e9cb7f8 10. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dd4ef 11. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 12. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: DB::ExceptionKeepingTransform::work() @ 0x00000000400db2e2 13. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 16. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 17. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 18. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:24:59.965303 [ 105101 ] {} TCPHandler: Code: 242. DB::Exception: Received from localhost:9000. DB::Exception: Table is in readonly mode: replica_path=/tables/shard_1/data/replicas/read. Stack trace: 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda1'()::operator()() const @ 0x000000003ea07cd5 4. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1121: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda2'()::operator()() const @ 0x000000003ea06ffb 5. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1154: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()::operator()() const @ 0x000000003ea06c89 6. ./src/Common/ZooKeeper/ZooKeeperRetries.h:78: void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&, void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&)::'lambda'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&, void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&)::'lambda'()&&) @ 0x000000003ea0669f 7. ./src/Common/ZooKeeper/ZooKeeperRetries.h:52: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long) @ 0x000000003e9cd7a5 8. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:491: DB::ReplicatedMergeTreeSinkImpl::finishDelayedChunk(std::shared_ptr const&) @ 0x000000003e9a08f7 9. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1232: DB::ReplicatedMergeTreeSinkImpl::onFinish() @ 0x000000003e9cb7f8 10. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dd4ef 11. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 12. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: DB::ExceptionKeepingTransform::work() @ 0x00000000400db2e2 13. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 16. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 17. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 18. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 : Insertion status: Wrote 1 blocks and 1 rows on shard 0 replica 0, localhost:9000 (average 76 ms per block) . (TABLE_IS_READ_ONLY), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:104: DB::readException(DB::ReadBuffer&, String const&, bool) @ 0x000000002083faee 3. ./build_docker/./src/Client/Connection.cpp:1426: DB::Connection::receiveException() const @ 0x000000003f024d93 4. ./build_docker/./src/Client/Connection.cpp:1255: DB::Connection::receivePacket() @ 0x000000003f03f117 5. ./build_docker/./src/QueryPipeline/RemoteInserter.cpp:133: DB::RemoteInserter::onFinish() @ 0x000000003d9b1237 6. ./src/Processors/Sinks/RemoteSink.h:24: DB::RemoteSink::onFinish() @ 0x000000003da04190 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dd4ef 8. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 9. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: DB::ExceptionKeepingTransform::work() @ 0x00000000400db2e2 10. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 12. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 13. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 14. ./build_docker/./src/Storages/Distributed/DistributedSink.cpp:609: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003d9ff8b5 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 16. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 17. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 19. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:25:00.159003 [ 4297 ] {7782d06a-c60f-433d-9b79-e82640c2f78a} executeQuery: Code: 242. DB::Exception: Table is in readonly mode: replica_path=/tables/shard_1/data/replicas/read. (TABLE_IS_READ_ONLY) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42018) (comment: 02980_dist_insert_readonly_replica.gen.sql) (in query: INSERT INTO shard_1.data (key) VALUES), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda1'()::operator()() const @ 0x000000003ea07cd5 4. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1121: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda2'()::operator()() const @ 0x000000003ea06ffb 5. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1154: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()::operator()() const @ 0x000000003ea06c89 6. ./src/Common/ZooKeeper/ZooKeeperRetries.h:78: void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&, void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&)::'lambda'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&, void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&)::'lambda'()&&) @ 0x000000003ea0669f 7. ./src/Common/ZooKeeper/ZooKeeperRetries.h:52: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long) @ 0x000000003e9cd7a5 8. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:491: DB::ReplicatedMergeTreeSinkImpl::finishDelayedChunk(std::shared_ptr const&) @ 0x000000003e9a08f7 9. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1232: DB::ReplicatedMergeTreeSinkImpl::onFinish() @ 0x000000003e9cb7f8 10. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dd4ef 11. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 12. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: DB::ExceptionKeepingTransform::work() @ 0x00000000400db2e2 13. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 16. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 17. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 18. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:25:00.168959 [ 105101 ] {dcf5038a-c253-40ae-8abd-16019c36982f} executeQuery: Code: 242. DB::Exception: Received from localhost:9000. DB::Exception: Table is in readonly mode: replica_path=/tables/shard_1/data/replicas/read. Stack trace: 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda1'()::operator()() const @ 0x000000003ea07cd5 4. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1121: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda2'()::operator()() const @ 0x000000003ea06ffb 5. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1154: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()::operator()() const @ 0x000000003ea06c89 6. ./src/Common/ZooKeeper/ZooKeeperRetries.h:78: void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&, void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&)::'lambda'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&, void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&)::'lambda'()&&) @ 0x000000003ea0669f 7. ./src/Common/ZooKeeper/ZooKeeperRetries.h:52: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long) @ 0x000000003e9cd7a5 8. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:491: DB::ReplicatedMergeTreeSinkImpl::finishDelayedChunk(std::shared_ptr const&) @ 0x000000003e9a08f7 9. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1232: DB::ReplicatedMergeTreeSinkImpl::onFinish() @ 0x000000003e9cb7f8 10. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dd4ef 11. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 12. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: DB::ExceptionKeepingTransform::work() @ 0x00000000400db2e2 13. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 16. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 17. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 18. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 : Insertion status: Wrote 1 blocks and 1 rows on shard 0 replica 0, localhost:9000 (average 113 ms per block) . (TABLE_IS_READ_ONLY) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42000) (comment: 02980_dist_insert_readonly_replica.gen.sql) (in query: -- for internal_replication==true, it does insert into dist_single settings distributed_foreground_insert=1, distributed_insert_skip_read_only_replicas=0 values ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:104: DB::readException(DB::ReadBuffer&, String const&, bool) @ 0x000000002083faee 3. ./build_docker/./src/Client/Connection.cpp:1426: DB::Connection::receiveException() const @ 0x000000003f024d93 4. ./build_docker/./src/Client/Connection.cpp:1255: DB::Connection::receivePacket() @ 0x000000003f03f117 5. ./build_docker/./src/QueryPipeline/RemoteInserter.cpp:133: DB::RemoteInserter::onFinish() @ 0x000000003d9b1237 6. ./src/Processors/Sinks/RemoteSink.h:24: DB::RemoteSink::onFinish() @ 0x000000003da04190 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dd4ef 8. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 9. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: DB::ExceptionKeepingTransform::work() @ 0x00000000400db2e2 10. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 12. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 13. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 14. ./build_docker/./src/Storages/Distributed/DistributedSink.cpp:609: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003d9ff8b5 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 16. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 17. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 19. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:25:00.171024 [ 4297 ] {} TCPHandler: Code: 242. DB::Exception: Table is in readonly mode: replica_path=/tables/shard_1/data/replicas/read. (TABLE_IS_READ_ONLY), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda1'()::operator()() const @ 0x000000003ea07cd5 4. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1121: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda2'()::operator()() const @ 0x000000003ea06ffb 5. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1154: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()::operator()() const @ 0x000000003ea06c89 6. ./src/Common/ZooKeeper/ZooKeeperRetries.h:78: void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&, void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&)::'lambda'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&, void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&)::'lambda'()&&) @ 0x000000003ea0669f 7. ./src/Common/ZooKeeper/ZooKeeperRetries.h:52: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long) @ 0x000000003e9cd7a5 8. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:491: DB::ReplicatedMergeTreeSinkImpl::finishDelayedChunk(std::shared_ptr const&) @ 0x000000003e9a08f7 9. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1232: DB::ReplicatedMergeTreeSinkImpl::onFinish() @ 0x000000003e9cb7f8 10. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dd4ef 11. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 12. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: DB::ExceptionKeepingTransform::work() @ 0x00000000400db2e2 13. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 16. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 17. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 18. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:25:00.179659 [ 105101 ] {} TCPHandler: Code: 242. DB::Exception: Received from localhost:9000. DB::Exception: Table is in readonly mode: replica_path=/tables/shard_1/data/replicas/read. Stack trace: 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda1'()::operator()() const @ 0x000000003ea07cd5 4. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1121: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda2'()::operator()() const @ 0x000000003ea06ffb 5. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1154: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()::operator()() const @ 0x000000003ea06c89 6. ./src/Common/ZooKeeper/ZooKeeperRetries.h:78: void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&, void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&)::'lambda'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&, void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&)::'lambda'()&&) @ 0x000000003ea0669f 7. ./src/Common/ZooKeeper/ZooKeeperRetries.h:52: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long) @ 0x000000003e9cd7a5 8. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:491: DB::ReplicatedMergeTreeSinkImpl::finishDelayedChunk(std::shared_ptr const&) @ 0x000000003e9a08f7 9. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1232: DB::ReplicatedMergeTreeSinkImpl::onFinish() @ 0x000000003e9cb7f8 10. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dd4ef 11. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 12. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: DB::ExceptionKeepingTransform::work() @ 0x00000000400db2e2 13. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 16. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 17. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 18. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 : Insertion status: Wrote 1 blocks and 1 rows on shard 0 replica 0, localhost:9000 (average 113 ms per block) . (TABLE_IS_READ_ONLY), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:104: DB::readException(DB::ReadBuffer&, String const&, bool) @ 0x000000002083faee 3. ./build_docker/./src/Client/Connection.cpp:1426: DB::Connection::receiveException() const @ 0x000000003f024d93 4. ./build_docker/./src/Client/Connection.cpp:1255: DB::Connection::receivePacket() @ 0x000000003f03f117 5. ./build_docker/./src/QueryPipeline/RemoteInserter.cpp:133: DB::RemoteInserter::onFinish() @ 0x000000003d9b1237 6. ./src/Processors/Sinks/RemoteSink.h:24: DB::RemoteSink::onFinish() @ 0x000000003da04190 7. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dd4ef 8. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 9. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: DB::ExceptionKeepingTransform::work() @ 0x00000000400db2e2 10. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 12. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 13. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 14. ./build_docker/./src/Storages/Distributed/DistributedSink.cpp:609: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003d9ff8b5 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 16. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 17. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 19. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:25:00.438391 [ 105101 ] {340d0bd0-0d47-4130-9c65-130d260c07a7} executeQuery: Code: 279. DB::NetException: All connection tries failed. Log: : Insertion status: Wrote 0 blocks and 0 rows on shard 0 replica 0, localhost:9000 (average 29 ms per block) . (ALL_CONNECTION_TRIES_FAILED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42000) (comment: 02980_dist_insert_readonly_replica.gen.sql) (in query: insert into dist_single settings distributed_foreground_insert=1, distributed_insert_skip_read_only_replicas=1 values ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type>, String&) @ 0x000000003d3f3796 3. ./src/Common/PoolWithFailoverBase.h:320: PoolWithFailoverBase::getMany(unsigned long, unsigned long, unsigned long, unsigned long, bool, bool, std::function::TryResult (std::shared_ptr const&, String&)> const&, std::function const&) @ 0x000000003f0928a6 4. ./build_docker/./src/Client/ConnectionPoolWithFailover.cpp:236: DB::ConnectionPoolWithFailover::getManyImpl(DB::Settings const&, DB::PoolMode, std::function::TryResult (std::shared_ptr const&, String&)> const&, std::optional, std::function, bool) @ 0x000000003f089f0a 5. ./build_docker/./src/Client/ConnectionPoolWithFailover.cpp:180: DB::ConnectionPoolWithFailover::getManyCheckedForInsert(DB::ConnectionTimeouts const&, DB::Settings const&, DB::PoolMode, DB::QualifiedTableName const&) @ 0x000000003f08af40 6. ./build_docker/./src/Storages/Distributed/DistributedSink.cpp:407: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003d9fba51 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 8. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 9. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 10. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 12. ? @ 0x00007fc708d31ac3 13. ? @ 0x00007fc708dc3850 2025.03.31 18:25:00.447430 [ 105101 ] {} TCPHandler: Code: 279. DB::NetException: All connection tries failed. Log: : Insertion status: Wrote 0 blocks and 0 rows on shard 0 replica 0, localhost:9000 (average 29 ms per block) . (ALL_CONNECTION_TRIES_FAILED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type>, String&) @ 0x000000003d3f3796 3. ./src/Common/PoolWithFailoverBase.h:320: PoolWithFailoverBase::getMany(unsigned long, unsigned long, unsigned long, unsigned long, bool, bool, std::function::TryResult (std::shared_ptr const&, String&)> const&, std::function const&) @ 0x000000003f0928a6 4. ./build_docker/./src/Client/ConnectionPoolWithFailover.cpp:236: DB::ConnectionPoolWithFailover::getManyImpl(DB::Settings const&, DB::PoolMode, std::function::TryResult (std::shared_ptr const&, String&)> const&, std::optional, std::function, bool) @ 0x000000003f089f0a 5. ./build_docker/./src/Client/ConnectionPoolWithFailover.cpp:180: DB::ConnectionPoolWithFailover::getManyCheckedForInsert(DB::ConnectionTimeouts const&, DB::Settings const&, DB::PoolMode, DB::QualifiedTableName const&) @ 0x000000003f08af40 6. ./build_docker/./src/Storages/Distributed/DistributedSink.cpp:407: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003d9fba51 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 8. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 9. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 10. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 12. ? @ 0x00007fc708d31ac3 13. ? @ 0x00007fc708dc3850 2025.03.31 18:25:00.448165 [ 105101 ] {} TCPHandler: Code: 101. DB::Exception: Unexpected packet Data received from client. (UNEXPECTED_PACKET_FROM_CLIENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Server/TCPHandler.cpp:896: DB::TCPHandler::receivePacketsExpectQuery(std::optional&) @ 0x000000003f445a91 5. ./build_docker/./src/Server/TCPHandler.cpp:486: DB::TCPHandler::runImpl() @ 0x000000003f4257d4 6. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 7. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 8. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 9. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 10. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 11. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 12. ? @ 0x00007fc708d31ac3 13. ? @ 0x00007fc708dc3850 2025.03.31 18:25:27.049901 [ 105101 ] {a0c65aa9-8ce9-4096-adcb-6b4488e76a9c} executeQuery: Code: 60. DB::Exception: Table `02961_db1`.`02961_tb1` does not exist. Maybe you meant `02961_db2`.`02961_tb5`?. (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45962) (comment: 02961_drop_tables.sql) (in query: DROP TABLE 02961_db2.02961_tb4, 02961_db1.02961_tb1, 02961_db2.02961_tb5;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&) @ 0x0000000008b24cbf 4. ./build_docker/./src/Databases/IDatabase.cpp:38: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339f65 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:984: DB::DatabaseCatalog::getDatabaseAndTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893974 7. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:150: DB::InterpreterDropQuery::executeToTableImpl(std::shared_ptr const&, DB::ASTDropQuery&, std::shared_ptr&, StrongTypedef, DB::UUIDTag>&) @ 0x00000000378300eb 8. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:122: DB::InterpreterDropQuery::executeToTable(DB::ASTDropQuery&) @ 0x000000003782df9f 9. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:95: DB::InterpreterDropQuery::executeSingleDropQuery(std::shared_ptr const&) @ 0x000000003782acf9 10. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:76: DB::InterpreterDropQuery::execute() @ 0x000000003782a553 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:25:27.056282 [ 105101 ] {} TCPHandler: Code: 60. DB::Exception: Table `02961_db1`.`02961_tb1` does not exist. Maybe you meant `02961_db2`.`02961_tb5`?. (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&) @ 0x0000000008b24cbf 4. ./build_docker/./src/Databases/IDatabase.cpp:38: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339f65 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:984: DB::DatabaseCatalog::getDatabaseAndTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893974 7. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:150: DB::InterpreterDropQuery::executeToTableImpl(std::shared_ptr const&, DB::ASTDropQuery&, std::shared_ptr&, StrongTypedef, DB::UUIDTag>&) @ 0x00000000378300eb 8. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:122: DB::InterpreterDropQuery::executeToTable(DB::ASTDropQuery&) @ 0x000000003782df9f 9. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:95: DB::InterpreterDropQuery::executeSingleDropQuery(std::shared_ptr const&) @ 0x000000003782acf9 10. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:76: DB::InterpreterDropQuery::execute() @ 0x000000003782a553 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:25:28.069542 [ 105101 ] {ae00d492-2e19-4903-87fe-83ab7bea9313} executeQuery: Code: 705. DB::Exception: Table tab2 is not empty. (TABLE_NOT_EMPTY) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45962) (comment: 02961_drop_tables.sql) (in query: DROP TABLE IF EMPTY tab1, tab2, tab3;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:158: DB::InterpreterDropQuery::executeToTableImpl(std::shared_ptr const&, DB::ASTDropQuery&, std::shared_ptr&, StrongTypedef, DB::UUIDTag>&) @ 0x0000000037834f31 5. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:122: DB::InterpreterDropQuery::executeToTable(DB::ASTDropQuery&) @ 0x000000003782df9f 6. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:95: DB::InterpreterDropQuery::executeSingleDropQuery(std::shared_ptr const&) @ 0x000000003782acf9 7. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:76: DB::InterpreterDropQuery::execute() @ 0x000000003782a553 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:25:28.075711 [ 105101 ] {} TCPHandler: Code: 705. DB::Exception: Table tab2 is not empty. (TABLE_NOT_EMPTY), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:158: DB::InterpreterDropQuery::executeToTableImpl(std::shared_ptr const&, DB::ASTDropQuery&, std::shared_ptr&, StrongTypedef, DB::UUIDTag>&) @ 0x0000000037834f31 5. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:122: DB::InterpreterDropQuery::executeToTable(DB::ASTDropQuery&) @ 0x000000003782df9f 6. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:95: DB::InterpreterDropQuery::executeSingleDropQuery(std::shared_ptr const&) @ 0x000000003782acf9 7. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:76: DB::InterpreterDropQuery::execute() @ 0x000000003782a553 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:25:33.218105 [ 105101 ] {a2a8c74e-7822-44f6-9966-9d9b987b47b4} executeQuery: Code: 36. DB::Exception: Failpoint for prefetched reader enabled: While executing MergeTreeSelect(pool: PrefetchedReadPool, algorithm: Thread). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56236) (comment: 02910_prefetch_unexpceted_exception.sql) (in query: SELECT * FROM prefetched_table FORMAT Null;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/MergeTree/MergeTreePrefetchedReadPool.cpp:73: DB::MergeTreePrefetchedReadPool::PrefetchedReaders::PrefetchedReaders(ThreadPoolImpl>&, DB::MergeTreeReadTask::Readers, Priority, DB::MergeTreePrefetchedReadPool&) @ 0x00000000408f7c33 5. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]>&, DB::MergeTreeReadTask::Readers, Priority&, DB::MergeTreePrefetchedReadPool&>(ThreadPoolImpl>&, DB::MergeTreeReadTask::Readers&&, Priority&, DB::MergeTreePrefetchedReadPool&) @ 0x000000004091679d 6. ./build_docker/./src/Storages/MergeTree/MergeTreePrefetchedReadPool.cpp:155: DB::MergeTreePrefetchedReadPool::createPrefetchedReadersForTask(DB::MergeTreePrefetchedReadPool::ThreadTask&) @ 0x00000000409060cc 7. ./build_docker/./src/Storages/MergeTree/MergeTreePrefetchedReadPool.cpp:170: DB::MergeTreePrefetchedReadPool::startPrefetches() @ 0x00000000409067f2 8. ./build_docker/./src/Storages/MergeTree/MergeTreePrefetchedReadPool.cpp:194: DB::MergeTreePrefetchedReadPool::getTask(unsigned long, DB::MergeTreeReadTask*) @ 0x0000000040906e4a 9. ./src/Storages/MergeTree/MergeTreeSelectAlgorithms.h:37: DB::MergeTreeThreadSelectAlgorithm::getNewTask(DB::IMergeTreeReadPool&, DB::MergeTreeReadTask*) @ 0x00000000408e77f4 10. ./build_docker/./src/Storages/MergeTree/MergeTreeSelectProcessor.cpp:177: DB::MergeTreeSelectProcessor::read() @ 0x000000003e4ff20e 11. ./build_docker/./src/Storages/MergeTree/MergeTreeSource.cpp:225: DB::MergeTreeSource::tryGenerate() @ 0x00000000408f16b2 12. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 13. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 17. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 18. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:25:33.232499 [ 105101 ] {} TCPHandler: Code: 36. DB::Exception: Failpoint for prefetched reader enabled: While executing MergeTreeSelect(pool: PrefetchedReadPool, algorithm: Thread). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/MergeTree/MergeTreePrefetchedReadPool.cpp:73: DB::MergeTreePrefetchedReadPool::PrefetchedReaders::PrefetchedReaders(ThreadPoolImpl>&, DB::MergeTreeReadTask::Readers, Priority, DB::MergeTreePrefetchedReadPool&) @ 0x00000000408f7c33 5. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]>&, DB::MergeTreeReadTask::Readers, Priority&, DB::MergeTreePrefetchedReadPool&>(ThreadPoolImpl>&, DB::MergeTreeReadTask::Readers&&, Priority&, DB::MergeTreePrefetchedReadPool&) @ 0x000000004091679d 6. ./build_docker/./src/Storages/MergeTree/MergeTreePrefetchedReadPool.cpp:155: DB::MergeTreePrefetchedReadPool::createPrefetchedReadersForTask(DB::MergeTreePrefetchedReadPool::ThreadTask&) @ 0x00000000409060cc 7. ./build_docker/./src/Storages/MergeTree/MergeTreePrefetchedReadPool.cpp:170: DB::MergeTreePrefetchedReadPool::startPrefetches() @ 0x00000000409067f2 8. ./build_docker/./src/Storages/MergeTree/MergeTreePrefetchedReadPool.cpp:194: DB::MergeTreePrefetchedReadPool::getTask(unsigned long, DB::MergeTreeReadTask*) @ 0x0000000040906e4a 9. ./src/Storages/MergeTree/MergeTreeSelectAlgorithms.h:37: DB::MergeTreeThreadSelectAlgorithm::getNewTask(DB::IMergeTreeReadPool&, DB::MergeTreeReadTask*) @ 0x00000000408e77f4 10. ./build_docker/./src/Storages/MergeTree/MergeTreeSelectProcessor.cpp:177: DB::MergeTreeSelectProcessor::read() @ 0x000000003e4ff20e 11. ./build_docker/./src/Storages/MergeTree/MergeTreeSource.cpp:225: DB::MergeTreeSource::tryGenerate() @ 0x00000000408f16b2 12. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 13. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 17. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 18. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 19. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 20. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 21. ? @ 0x00007fc708d31ac3 22. ? @ 0x00007fc708dc3850 2025.03.31 18:26:00.919453 [ 106284 ] {710d9246-124a-4320-8319-5e7f5f339cfa} executeQuery: Code: 999. Coordination::Exception: Fault injected (during table creation). (KEEPER_EXCEPTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34884) (comment: 02888_replicated_merge_tree_creation.sh) (in query: CREATE TABLE test_exception_replicated UUID '7165645f-7473-6574-0000-00653673347a' (`date` Date) ENGINE = ReplicatedMergeTree('/clickhouse/tables/02888_replicated_merge_tree_creation_test_deqz4s6e/recreate', 'r1') ORDER BY date SETTINGS index_granularity = 35347, min_bytes_for_wide_part = 0, ratio_of_defaults_for_sparse_serialization = 1., replace_long_file_name_to_hash = true, max_file_name_length = 0, min_bytes_for_full_part_storage = 0, compact_parts_max_bytes_to_buffer = 329793213, compact_parts_max_granules_to_buffer = 1, compact_parts_merge_max_bytes_to_prefetch_part = 11525442, merge_max_block_size = 12338, old_parts_lifetime = 245., prefer_fetch_merged_part_size_threshold = 10737418240, vertical_merge_algorithm_min_rows_to_activate = 1000000, vertical_merge_algorithm_min_columns_to_activate = 100, min_merge_bytes_to_use_direct_io = 7452297244, index_granularity_bytes = 31162400, use_const_adaptive_granularity = false, enable_index_granularity_compression = false, concurrent_part_removal_threshold = 79, allow_vertical_merges_from_compact_to_wide_parts = true, cache_populated_by_fetch = true, marks_compress_block_size = 20154, primary_key_compress_block_size = 12144, use_primary_key_cache = true, prewarm_primary_key_cache = false, prewarm_mark_cache = true), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: Coordination::Exception::Exception<>(Coordination::Error, FormatStringHelperImpl<>) @ 0x00000000377f7791 4. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1984: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dfed4 5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:26:00.930224 [ 106284 ] {} TCPHandler: Code: 999. Coordination::Exception: Fault injected (during table creation). (KEEPER_EXCEPTION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: Coordination::Exception::Exception<>(Coordination::Error, FormatStringHelperImpl<>) @ 0x00000000377f7791 4. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1984: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dfed4 5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:26:01.927608 [ 106284 ] {54f68e54-14cd-4069-9c4b-bc2541b16590} executeQuery: Code: 999. Coordination::Exception: Fault injected (during table creation). (KEEPER_EXCEPTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34896) (comment: 02888_replicated_merge_tree_creation.sh) (in query: CREATE TABLE test_exception_replicated UUID '7165645f-7473-6574-0000-00653673347a' (`date` Date) ENGINE = ReplicatedMergeTree('/clickhouse/tables/02888_replicated_merge_tree_creation_test_deqz4s6e/recreate', 'r1') ORDER BY date SETTINGS index_granularity = 35347, min_bytes_for_wide_part = 0, ratio_of_defaults_for_sparse_serialization = 1., replace_long_file_name_to_hash = true, max_file_name_length = 0, min_bytes_for_full_part_storage = 0, compact_parts_max_bytes_to_buffer = 329793213, compact_parts_max_granules_to_buffer = 1, compact_parts_merge_max_bytes_to_prefetch_part = 11525442, merge_max_block_size = 12338, old_parts_lifetime = 245., prefer_fetch_merged_part_size_threshold = 10737418240, vertical_merge_algorithm_min_rows_to_activate = 1000000, vertical_merge_algorithm_min_columns_to_activate = 100, min_merge_bytes_to_use_direct_io = 7452297244, index_granularity_bytes = 31162400, use_const_adaptive_granularity = false, enable_index_granularity_compression = false, concurrent_part_removal_threshold = 79, allow_vertical_merges_from_compact_to_wide_parts = true, cache_populated_by_fetch = true, marks_compress_block_size = 20154, primary_key_compress_block_size = 12144, use_primary_key_cache = true, prewarm_primary_key_cache = false, prewarm_mark_cache = true), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: Coordination::Exception::Exception<>(Coordination::Error, FormatStringHelperImpl<>) @ 0x00000000377f7791 4. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1984: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dfed4 5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:26:01.937850 [ 106284 ] {} TCPHandler: Code: 999. Coordination::Exception: Fault injected (during table creation). (KEEPER_EXCEPTION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: Coordination::Exception::Exception<>(Coordination::Error, FormatStringHelperImpl<>) @ 0x00000000377f7791 4. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1984: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dfed4 5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:26:04.617083 [ 106284 ] {fce1dfbb-f0d4-426b-a9a0-2553047d3e84} executeQuery: Code: 999. Coordination::Exception: Fault injected (during table creation). (KEEPER_EXCEPTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34916) (comment: 02888_replicated_merge_tree_creation.sh) (in query: CREATE TABLE test_exception_replicated UUID '7165645f-7473-6574-0000-00653673347a' (`date` Date) ENGINE = ReplicatedMergeTree('/clickhouse/tables/02888_replicated_merge_tree_creation_test_deqz4s6e/recreate', 'r1') ORDER BY date SETTINGS index_granularity = 35347, min_bytes_for_wide_part = 0, ratio_of_defaults_for_sparse_serialization = 1., replace_long_file_name_to_hash = true, max_file_name_length = 0, min_bytes_for_full_part_storage = 0, compact_parts_max_bytes_to_buffer = 329793213, compact_parts_max_granules_to_buffer = 1, compact_parts_merge_max_bytes_to_prefetch_part = 11525442, merge_max_block_size = 12338, old_parts_lifetime = 245., prefer_fetch_merged_part_size_threshold = 10737418240, vertical_merge_algorithm_min_rows_to_activate = 1000000, vertical_merge_algorithm_min_columns_to_activate = 100, min_merge_bytes_to_use_direct_io = 7452297244, index_granularity_bytes = 31162400, use_const_adaptive_granularity = false, enable_index_granularity_compression = false, concurrent_part_removal_threshold = 79, allow_vertical_merges_from_compact_to_wide_parts = true, cache_populated_by_fetch = true, marks_compress_block_size = 20154, primary_key_compress_block_size = 12144, use_primary_key_cache = true, prewarm_primary_key_cache = false, prewarm_mark_cache = true), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: Coordination::Exception::Exception<>(Coordination::Error, FormatStringHelperImpl<>) @ 0x00000000377f7791 4. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1984: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dfed4 5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:26:04.628164 [ 106284 ] {} TCPHandler: Code: 999. Coordination::Exception: Fault injected (during table creation). (KEEPER_EXCEPTION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: Coordination::Exception::Exception<>(Coordination::Error, FormatStringHelperImpl<>) @ 0x00000000377f7791 4. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1984: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dfed4 5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:26:05.629788 [ 106284 ] {b71af2a2-c59c-427f-9964-bd5c3c60e4cc} executeQuery: Code: 999. Coordination::Exception: Fault injected (during table creation). (KEEPER_EXCEPTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34924) (comment: 02888_replicated_merge_tree_creation.sh) (in query: CREATE TABLE test_exception_replicated_2 (`date` Date) ENGINE = ReplicatedMergeTree('/clickhouse/tables/02888_replicated_merge_tree_creation_test_deqz4s6e/recreate', 'r2') ORDER BY date SETTINGS index_granularity = 35347, min_bytes_for_wide_part = 0, ratio_of_defaults_for_sparse_serialization = 1., replace_long_file_name_to_hash = true, max_file_name_length = 0, min_bytes_for_full_part_storage = 0, compact_parts_max_bytes_to_buffer = 329793213, compact_parts_max_granules_to_buffer = 1, compact_parts_merge_max_bytes_to_prefetch_part = 11525442, merge_max_block_size = 12338, old_parts_lifetime = 245., prefer_fetch_merged_part_size_threshold = 10737418240, vertical_merge_algorithm_min_rows_to_activate = 1000000, vertical_merge_algorithm_min_columns_to_activate = 100, min_merge_bytes_to_use_direct_io = 7452297244, index_granularity_bytes = 31162400, use_const_adaptive_granularity = false, enable_index_granularity_compression = false, concurrent_part_removal_threshold = 79, allow_vertical_merges_from_compact_to_wide_parts = true, cache_populated_by_fetch = true, marks_compress_block_size = 20154, primary_key_compress_block_size = 12144, use_primary_key_cache = true, prewarm_primary_key_cache = false, prewarm_mark_cache = true), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: Coordination::Exception::Exception<>(Coordination::Error, FormatStringHelperImpl<>) @ 0x00000000377f7791 4. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1984: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dfed4 5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:26:05.640290 [ 106284 ] {} TCPHandler: Code: 999. Coordination::Exception: Fault injected (during table creation). (KEEPER_EXCEPTION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: Coordination::Exception::Exception<>(Coordination::Error, FormatStringHelperImpl<>) @ 0x00000000377f7791 4. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1984: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dfed4 5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:26:30.460543 [ 106284 ] {a0a5be51-451e-45cf-961a-679087c9fe76} executeQuery: Code: 706. DB::Exception: Bad SSH public key provided. (LIBSSH_ERROR) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60006) (comment: 02867_create_user_ssh.sql) (in query: -- negative tests CREATE USER test_user_02867 IDENTIFIED WITH ssh_key BY KEY 'invalid_key' TYPE 'ssh-rsa';), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Common/SSHWrapper.cpp:77: DB::SSHKeyFactory::makePublicKeyFromBase64(String, String) @ 0x0000000020d290c9 5. ./build_docker/./src/Access/AuthenticationData.cpp:434: DB::AuthenticationData::fromAST(DB::ASTAuthenticationData const&, std::shared_ptr, bool) @ 0x0000000033d45c36 6. ./build_docker/./src/Interpreters/Access/InterpreterCreateUserQuery.cpp:205: DB::InterpreterCreateUserQuery::execute() @ 0x000000003b3e1734 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:26:30.468229 [ 106284 ] {} TCPHandler: Code: 706. DB::Exception: Bad SSH public key provided. (LIBSSH_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Common/SSHWrapper.cpp:77: DB::SSHKeyFactory::makePublicKeyFromBase64(String, String) @ 0x0000000020d290c9 5. ./build_docker/./src/Access/AuthenticationData.cpp:434: DB::AuthenticationData::fromAST(DB::ASTAuthenticationData const&, std::shared_ptr, bool) @ 0x0000000033d45c36 6. ./build_docker/./src/Interpreters/Access/InterpreterCreateUserQuery.cpp:205: DB::InterpreterCreateUserQuery::execute() @ 0x000000003b3e1734 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:26:30.491953 [ 106284 ] {aaefe2c7-211f-4974-a5c3-063706ab22d3} executeQuery: Code: 706. DB::Exception: Bad SSH public key provided. (LIBSSH_ERROR) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60006) (comment: 02867_create_user_ssh.sql) (in query: CREATE USER test_user_02867 IDENTIFIED WITH ssh_key BY KEY 'invalid_key' TYPE 'ssh-rsa', KEY 'invalid_key' TYPE 'ssh-rsa';), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Common/SSHWrapper.cpp:77: DB::SSHKeyFactory::makePublicKeyFromBase64(String, String) @ 0x0000000020d290c9 5. ./build_docker/./src/Access/AuthenticationData.cpp:434: DB::AuthenticationData::fromAST(DB::ASTAuthenticationData const&, std::shared_ptr, bool) @ 0x0000000033d45c36 6. ./build_docker/./src/Interpreters/Access/InterpreterCreateUserQuery.cpp:205: DB::InterpreterCreateUserQuery::execute() @ 0x000000003b3e1734 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:26:30.498256 [ 106284 ] {} TCPHandler: Code: 706. DB::Exception: Bad SSH public key provided. (LIBSSH_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Common/SSHWrapper.cpp:77: DB::SSHKeyFactory::makePublicKeyFromBase64(String, String) @ 0x0000000020d290c9 5. ./build_docker/./src/Access/AuthenticationData.cpp:434: DB::AuthenticationData::fromAST(DB::ASTAuthenticationData const&, std::shared_ptr, bool) @ 0x0000000033d45c36 6. ./build_docker/./src/Interpreters/Access/InterpreterCreateUserQuery.cpp:205: DB::InterpreterCreateUserQuery::execute() @ 0x000000003b3e1734 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:26:30.519924 [ 106284 ] {e73dd903-5384-4e40-97fe-0edf42f9feb2} executeQuery: Code: 706. DB::Exception: Bad SSH public key provided. (LIBSSH_ERROR) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60006) (comment: 02867_create_user_ssh.sql) (in query: CREATE USER test_user_02867 IDENTIFIED WITH ssh_key BY KEY 'AAAAB3NzaC1yc2EAAAADAQABAAABgQCVTUso7/LQcBljfsHwyuL6fWfIvS3BaVpYB8lwf/ZylSOltBy6YlABtTU3mIb197d2DW99RcLKk174f5Zj5rUukXbV0fnufWvwd37fbb1eKM8zxBYvXs53EI5QBPZgKACIzMpYYZeJnAP0oZhUfWWtKXpy/SQ5CHiEIGD9RNYDL+uXZejMwC5r/+f2AmrATBo+Y+WJFZIvhj4uznFYvyvNTUz/YDvZCk+vwwIgiv4BpFCaZm2TeETTj6SvK567bZznLP5HXrkVbB5lhxjAkahc2w/Yjm//Fwto3xsMoJwROxJEU8L1kZ40QWPqjo7Tmr6C/hL2cKDNgWOEqrjLKQmh576s1+PfxwXpVPjLK4PHVSvuJLV88sn0iPdspLlKlDCdc7T9MqIrjJfxuhqnaoFQ7U+oBte8vkm1wGu76+WEC3iNWVAiIVZxLx9rUEsDqj3OovqfLiRsTmNLeY94p2asZjkx7rU48ZwuYN5XGafYsArPscj9Ve6RoRrof+5Q7cc=' TYPE 'invalid_algorithm';), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Common/SSHWrapper.cpp:77: DB::SSHKeyFactory::makePublicKeyFromBase64(String, String) @ 0x0000000020d290c9 5. ./build_docker/./src/Access/AuthenticationData.cpp:434: DB::AuthenticationData::fromAST(DB::ASTAuthenticationData const&, std::shared_ptr, bool) @ 0x0000000033d45c36 6. ./build_docker/./src/Interpreters/Access/InterpreterCreateUserQuery.cpp:205: DB::InterpreterCreateUserQuery::execute() @ 0x000000003b3e1734 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:26:30.525589 [ 106284 ] {} TCPHandler: Code: 706. DB::Exception: Bad SSH public key provided. (LIBSSH_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Common/SSHWrapper.cpp:77: DB::SSHKeyFactory::makePublicKeyFromBase64(String, String) @ 0x0000000020d290c9 5. ./build_docker/./src/Access/AuthenticationData.cpp:434: DB::AuthenticationData::fromAST(DB::ASTAuthenticationData const&, std::shared_ptr, bool) @ 0x0000000033d45c36 6. ./build_docker/./src/Interpreters/Access/InterpreterCreateUserQuery.cpp:205: DB::InterpreterCreateUserQuery::execute() @ 0x000000003b3e1734 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:27:29.808587 [ 106284 ] {f82df9ac-a0a2-446f-b8fe-7e1ea0f1f658} executeQuery: Code: 36. DB::Exception: Invalid cache key hex: kek. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:34580) (comment: 02808_filesystem_cache_drop_query.sh) (in query: SYSTEM DROP FILESYSTEM CACHE '02808_filesystem_cache_drop_query_test_g0bbnzxg' KEY kek;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Interpreters/Cache/FileCacheKey.cpp:43: DB::FileCacheKey::fromKeyString(String const&) @ 0x00000000394e74d8 5. ./build_docker/./src/Interpreters/InterpreterSystemQuery.cpp:459: DB::InterpreterSystemQuery::execute() @ 0x0000000039322260 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 8. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 18:27:29.818895 [ 106284 ] {} TCPHandler: Code: 36. DB::Exception: Invalid cache key hex: kek. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Interpreters/Cache/FileCacheKey.cpp:43: DB::FileCacheKey::fromKeyString(String const&) @ 0x00000000394e74d8 5. ./build_docker/./src/Interpreters/InterpreterSystemQuery.cpp:459: DB::InterpreterSystemQuery::execute() @ 0x0000000039322260 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 8. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 18:27:43.358377 [ 106284 ] {f7ba2a4a-4ddf-4e87-ba58-d42a33318ce6} executeQuery: Code: 395. DB::Exception: Value passed to 'throwIf' function is non-zero: while executing 'FUNCTION throwIf(1_UInt8 :: 1) -> throwIf(1_UInt8) UInt8 : 3'. (FUNCTION_THROW_IF_VALUE_IS_NON_ZERO) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:36774) (comment: 02796_calculate_text_stack_trace.sql) (in query: SELECT 'Hello', throwIf(1);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionThrowIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001bcad856 5. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 6. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 7. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 8. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 9. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 10. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 11. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 12. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 13. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 17. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 19. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:27:43.368894 [ 106284 ] {} TCPHandler: Code: 395. DB::Exception: Value passed to 'throwIf' function is non-zero: while executing 'FUNCTION throwIf(1_UInt8 :: 1) -> throwIf(1_UInt8) UInt8 : 3'. (FUNCTION_THROW_IF_VALUE_IS_NON_ZERO), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionThrowIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001bcad856 5. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 6. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 7. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 8. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 9. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 10. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 11. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 12. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 13. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 17. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 19. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:27:48.111248 [ 106284 ] {4d6b0a6c-823a-454d-89a9-df9411166851} executeQuery: Code: 395. DB::Exception: Value passed to 'throwIf' function is non-zero: while executing 'FUNCTION throwIf(1_UInt8 :: 1) -> throwIf(1_UInt8) UInt8 : 3'. (FUNCTION_THROW_IF_VALUE_IS_NON_ZERO) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:36774) (comment: 02796_calculate_text_stack_trace.sql) (in query: SELECT 'World', throwIf(1);) 2025.03.31 18:27:48.120293 [ 106284 ] {} TCPHandler: Code: 395. DB::Exception: Value passed to 'throwIf' function is non-zero: while executing 'FUNCTION throwIf(1_UInt8 :: 1) -> throwIf(1_UInt8) UInt8 : 3'. (FUNCTION_THROW_IF_VALUE_IS_NON_ZERO) 2025.03.31 18:28:19.679809 [ 106288 ] {} DynamicQueryHandler: Code: 516. DB::Exception: default: Authentication failed: password is incorrect, or there is no user with such name. If you have installed ClickHouse and forgot password you can reset it in the configuration file. The password for default user is typically located at /etc/clickhouse-server/users.d/default-password.xml and deleting this file will reset the password. See also /etc/clickhouse-server/users.xml on the server where ClickHouse is installed. . (AUTHENTICATION_FAILED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./build_docker/./src/Access/AccessControl.cpp:628: DB::AccessControl::authenticate(DB::Credentials const&, Poco::Net::IPAddress const&, String const&) const @ 0x0000000033a4b5ae 4. ./build_docker/./src/Interpreters/Session.cpp:370: DB::Session::authenticate(DB::Credentials const&, Poco::Net::SocketAddress const&, std::vector> const&) @ 0x00000000389fdebf 5. ./build_docker/./src/Server/HTTP/authenticateUserByHTTP.cpp:248: DB::authenticateUserByHTTP(DB::HTTPServerRequest const&, DB::HTMLForm const&, DB::HTTPServerResponse&, DB::Session&, std::unique_ptr>&, DB::HTTPHandlerConnectionConfig const&, std::shared_ptr, std::shared_ptr) @ 0x000000003f4c46f2 6. ./build_docker/./src/Server/HTTPHandler.cpp:213: DB::HTTPHandler::authenticateUser(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&) @ 0x000000003f269073 7. ./build_docker/./src/Server/HTTPHandler.cpp:229: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f26a02e 8. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 9. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:28:19.692713 [ 106288 ] {} DynamicQueryHandler: Code: 516. DB::Exception: default: Authentication failed: password is incorrect, or there is no user with such name. If you have installed ClickHouse and forgot password you can reset it in the configuration file. The password for default user is typically located at /etc/clickhouse-server/users.d/default-password.xml and deleting this file will reset the password. See also /etc/clickhouse-server/users.xml on the server where ClickHouse is installed. . (AUTHENTICATION_FAILED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./build_docker/./src/Access/AccessControl.cpp:628: DB::AccessControl::authenticate(DB::Credentials const&, Poco::Net::IPAddress const&, String const&) const @ 0x0000000033a4b5ae 4. ./build_docker/./src/Interpreters/Session.cpp:370: DB::Session::authenticate(DB::Credentials const&, Poco::Net::SocketAddress const&, std::vector> const&) @ 0x00000000389fdebf 5. ./build_docker/./src/Server/HTTP/authenticateUserByHTTP.cpp:248: DB::authenticateUserByHTTP(DB::HTTPServerRequest const&, DB::HTMLForm const&, DB::HTTPServerResponse&, DB::Session&, std::unique_ptr>&, DB::HTTPHandlerConnectionConfig const&, std::shared_ptr, std::shared_ptr) @ 0x000000003f4c46f2 6. ./build_docker/./src/Server/HTTPHandler.cpp:213: DB::HTTPHandler::authenticateUser(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&) @ 0x000000003f269073 7. ./build_docker/./src/Server/HTTPHandler.cpp:229: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f26a02e 8. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 9. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:28:20.182139 [ 106284 ] {de50f02f-9785-4adc-ada9-5465bfb41a63} executeQuery: Code: 86. DB::Exception: Received error from remote server http://127.0.0.1:8123/?query=select+1&user=default&password=wrong. HTTP status code: 403 'Forbidden', body length: 540 bytes, body: 'Code: 516. DB::Exception: default: Authentication failed: password is incorrect, or there is no user with such name. If you have installed ClickHouse and forgot password you can reset it in the configuration file. The password for default user is typically located at /etc/clickhouse-server/users.d/default-password.xml and deleting this file will reset the password. See also /etc/clickhouse-server/users.xml on the server where ClickHouse is installed. . (AUTHENTICATION_FAILED) (version 24.12.2.20214.altinityantalya (altinity build)) ': (in file/uri http://127.0.0.1:8123/?query=select+1&user=default&password=wrong): While executing LineAsStringRowInputFormat: While executing URL. (RECEIVED_ERROR_FROM_REMOTE_IO_SERVER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42828) (comment: 02725_url_support_virtual_column.sql) (in query: select _path, _file, s from url('http://127.0.0.1:8123/?query=select+1&user=default&password=wrong', LineAsString, 's String');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::HTTPException::HTTPException(int, String const&, Poco::Net::HTTPResponse::HTTPStatus, String const&, String const&) @ 0x00000000210688f9 4. ./build_docker/./src/IO/HTTPCommon.cpp:92: DB::assertResponseIsOk(String const&, Poco::Net::HTTPResponse&, std::basic_istream>&, bool) @ 0x0000000021068277 5. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:277: DB::ReadWriteBufferFromHTTP::callImpl(Poco::Net::HTTPResponse&, String const&, std::optional const&, bool) const @ 0x000000002747f763 6. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:285: DB::ReadWriteBufferFromHTTP::callWithRedirects(Poco::Net::HTTPResponse&, String const&, std::optional const&) @ 0x000000002747fc35 7. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:408: DB::ReadWriteBufferFromHTTP::initialize() @ 0x0000000027481929 8. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:472: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000274891c7 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002747a305 10. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:465: DB::ReadWriteBufferFromHTTP::nextImpl() @ 0x0000000027485212 11. DB::ReadBuffer::next() @ 0x0000000008c432cf 12. ./src/IO/ReadBuffer.h:103: DB::LineAsStringRowInputFormat::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003fb527d3 13. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 14. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 15. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 16. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 20. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 21. ./build_docker/./src/Storages/StorageURL.cpp:464: DB::StorageURLSource::generate() @ 0x000000003d314883 22. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 23. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 24. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 25. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 26. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 28. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 29. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 30. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 31. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 2025.03.31 18:28:20.195259 [ 106284 ] {} TCPHandler: Code: 86. DB::Exception: Received error from remote server http://127.0.0.1:8123/?query=select+1&user=default&password=wrong. HTTP status code: 403 'Forbidden', body length: 540 bytes, body: 'Code: 516. DB::Exception: default: Authentication failed: password is incorrect, or there is no user with such name. If you have installed ClickHouse and forgot password you can reset it in the configuration file. The password for default user is typically located at /etc/clickhouse-server/users.d/default-password.xml and deleting this file will reset the password. See also /etc/clickhouse-server/users.xml on the server where ClickHouse is installed. . (AUTHENTICATION_FAILED) (version 24.12.2.20214.altinityantalya (altinity build)) ': (in file/uri http://127.0.0.1:8123/?query=select+1&user=default&password=wrong): While executing LineAsStringRowInputFormat: While executing URL. (RECEIVED_ERROR_FROM_REMOTE_IO_SERVER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::HTTPException::HTTPException(int, String const&, Poco::Net::HTTPResponse::HTTPStatus, String const&, String const&) @ 0x00000000210688f9 4. ./build_docker/./src/IO/HTTPCommon.cpp:92: DB::assertResponseIsOk(String const&, Poco::Net::HTTPResponse&, std::basic_istream>&, bool) @ 0x0000000021068277 5. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:277: DB::ReadWriteBufferFromHTTP::callImpl(Poco::Net::HTTPResponse&, String const&, std::optional const&, bool) const @ 0x000000002747f763 6. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:285: DB::ReadWriteBufferFromHTTP::callWithRedirects(Poco::Net::HTTPResponse&, String const&, std::optional const&) @ 0x000000002747fc35 7. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:408: DB::ReadWriteBufferFromHTTP::initialize() @ 0x0000000027481929 8. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:472: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000274891c7 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002747a305 10. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:465: DB::ReadWriteBufferFromHTTP::nextImpl() @ 0x0000000027485212 11. DB::ReadBuffer::next() @ 0x0000000008c432cf 12. ./src/IO/ReadBuffer.h:103: DB::LineAsStringRowInputFormat::readRow(std::vector::mutable_ptr, std::allocator::mutable_ptr>>&, DB::RowReadExtension&) @ 0x000000003fb527d3 13. ./build_docker/./src/Processors/Formats/IRowInputFormat.cpp:143: DB::IRowInputFormat::read() @ 0x000000003f8e7dff 14. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x000000003f772719 15. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 16. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 20. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x000000003f75e232 21. ./build_docker/./src/Storages/StorageURL.cpp:464: DB::StorageURLSource::generate() @ 0x000000003d314883 22. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 23. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 24. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 25. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 26. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 27. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 28. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 29. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 30. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 31. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 2025.03.31 18:28:34.663891 [ 1113 ] {} PushingToViews: Cannot push to the storage, ignoring the error: Code: 60. DB::Exception: Table test_ure9kjpo.receiver_02572 does not exist: while pushing to view test_ure9kjpo.push_to_logs_proxy_mv_02572 (19db65f0-7f5b-4d7f-8ef6-8cb8c45ecb07). (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Databases/IDatabase.cpp:37: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339948 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:154: DB::InterpreterInsertQuery::getTable(DB::ASTInsertQuery&) @ 0x00000000384d8cc5 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:777: DB::InterpreterInsertQuery::execute() @ 0x00000000384f3e7f 9. ./build_docker/./src/Storages/Distributed/DistributedSink.cpp:773: DB::DistributedSink::writeToLocal(DB::Cluster::ShardInfo const&, DB::Block const&, unsigned long) @ 0x000000003d9ea00c 10. ./build_docker/./src/Storages/Distributed/DistributedSink.cpp:740: DB::DistributedSink::writeAsyncImpl(DB::Block const&, unsigned long) @ 0x000000003d9d0222 11. ./build_docker/./src/Storages/Distributed/DistributedSink.cpp:0: DB::DistributedSink::consume(DB::Chunk&) @ 0x000000003d9cc893 12. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:18: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x0000000040442f99 13. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 15. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 16. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 19. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 20. ./build_docker/./src/Interpreters/SystemLog.cpp:509: DB::SystemLog::flushImpl(std::vector> const&, unsigned long) @ 0x0000000038ce94fa 21. ./build_docker/./src/Interpreters/SystemLog.cpp:436: DB::SystemLog::savingThreadFunction() @ 0x0000000038ce6ade 22. ./build_docker/./src/Common/SystemLogBase.cpp:280: ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::'lambda'()>(DB::SystemLogBase::startup()::'lambda'()&&)::'lambda'()::operator()() @ 0x0000000020a86d21 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x0000000020a86b5f 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:28:36.438240 [ 1113 ] {} PushingToViews: Cannot push to the storage, ignoring the error: Code: 60. DB::Exception: Table test_ure9kjpo.receiver_02572 does not exist: while pushing to view test_ure9kjpo.push_to_logs_proxy_mv_02572 (19db65f0-7f5b-4d7f-8ef6-8cb8c45ecb07). (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Databases/IDatabase.cpp:37: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339948 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:154: DB::InterpreterInsertQuery::getTable(DB::ASTInsertQuery&) @ 0x00000000384d8cc5 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:777: DB::InterpreterInsertQuery::execute() @ 0x00000000384f3e7f 9. ./build_docker/./src/Storages/Distributed/DistributedSink.cpp:773: DB::DistributedSink::writeToLocal(DB::Cluster::ShardInfo const&, DB::Block const&, unsigned long) @ 0x000000003d9ea00c 10. ./build_docker/./src/Storages/Distributed/DistributedSink.cpp:740: DB::DistributedSink::writeAsyncImpl(DB::Block const&, unsigned long) @ 0x000000003d9d0222 11. ./build_docker/./src/Storages/Distributed/DistributedSink.cpp:0: DB::DistributedSink::consume(DB::Chunk&) @ 0x000000003d9cc893 12. ./build_docker/./src/Processors/Sinks/SinkToStorage.cpp:18: DB::SinkToStorage::onConsume(DB::Chunk) @ 0x0000000040442f99 13. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dc8d9 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 15. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:151: DB::ExceptionKeepingTransform::work() @ 0x00000000400db0c7 16. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 17. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 19. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 20. ./build_docker/./src/Interpreters/SystemLog.cpp:509: DB::SystemLog::flushImpl(std::vector> const&, unsigned long) @ 0x0000000038ce94fa 21. ./build_docker/./src/Interpreters/SystemLog.cpp:436: DB::SystemLog::savingThreadFunction() @ 0x0000000038ce6ade 22. ./build_docker/./src/Common/SystemLogBase.cpp:280: ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl::startup()::'lambda'()>(DB::SystemLogBase::startup()::'lambda'()&&)::'lambda'()::operator()() @ 0x0000000020a86d21 23. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x0000000020a86b5f 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:28:57.936236 [ 106272 ] {157f4576-f3af-43bf-820a-bc27600125a1} executeQuery: Code: 60. DB::Exception: Unknown table expression identifier 'table_merge_tree_02561' in scope SELECT * FROM table_merge_tree_02561. (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:46598) (comment: 02561_temporary_table_sessions.sh) (in query: SELECT * FROM table_merge_tree_02561), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4370: DB::QueryAnalyzer::initializeQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dd184f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5549: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19ac7 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 8. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 16. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 17. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 18. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 18:28:57.942353 [ 106272 ] {157f4576-f3af-43bf-820a-bc27600125a1} DynamicQueryHandler: Code: 60. DB::Exception: Unknown table expression identifier 'table_merge_tree_02561' in scope SELECT * FROM table_merge_tree_02561. (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4370: DB::QueryAnalyzer::initializeQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dd184f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5549: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19ac7 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 8. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 16. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 17. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 18. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:31:30.229862 [ 106287 ] {test_yhe5vnqi-9341} executeQuery: Code: 394. DB::Exception: Query was cancelled. (QUERY_WAS_CANCELLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:58738) (comment: 02503_insert_storage_snapshot.sh) (in query: INSERT INTO t_insert_storage_snapshot SELECT sleep(1) FROM numbers(1000) SETTINGS max_block_size = 1), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/ProcessList.cpp:560: DB::QueryStatus::throwQueryWasCancelled() const @ 0x0000000038971ab9 5. ./build_docker/./src/Interpreters/ProcessList.cpp:513: DB::QueryStatus::throwProperExceptionIfNeeded(unsigned long const&, unsigned long const&) @ 0x00000000389717d8 6. ./build_docker/./src/Interpreters/ProcessList.cpp:550: DB::QueryStatus::checkTimeLimit() @ 0x0000000038972c83 7. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:200: DB::PipelineExecutor::finalizeExecution() @ 0x000000003f717f87 8. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:147: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7177f7 9. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:49: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f7151e5 10. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 12. ? @ 0x00007fc708d31ac3 13. ? @ 0x00007fc708dc3850 2025.03.31 18:31:30.246526 [ 106287 ] {} TCPHandler: Code: 394. DB::Exception: Query was cancelled. (QUERY_WAS_CANCELLED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/ProcessList.cpp:560: DB::QueryStatus::throwQueryWasCancelled() const @ 0x0000000038971ab9 5. ./build_docker/./src/Interpreters/ProcessList.cpp:513: DB::QueryStatus::throwProperExceptionIfNeeded(unsigned long const&, unsigned long const&) @ 0x00000000389717d8 6. ./build_docker/./src/Interpreters/ProcessList.cpp:550: DB::QueryStatus::checkTimeLimit() @ 0x0000000038972c83 7. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:200: DB::PipelineExecutor::finalizeExecution() @ 0x000000003f717f87 8. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:147: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7177f7 9. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:49: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f7151e5 10. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 12. ? @ 0x00007fc708d31ac3 13. ? @ 0x00007fc708dc3850 2025.03.31 18:31:45.860398 [ 106284 ] {27070661-b921-4ef0-91e1-6a392c003d93} executeQuery: Code: 395. DB::Exception: Value passed to 'throwIf' function is non-zero: while executing 'FUNCTION throwIf(1_UInt8 :: 1) -> throwIf(1_UInt8) UInt8 : 3'. (FUNCTION_THROW_IF_VALUE_IS_NON_ZERO) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:58776) (comment: 02494_query_cache_query_log.sql) (in query: SELECT 124437995, throwIf(1) SETTINGS use_query_cache = 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionThrowIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001bcad856 5. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 6. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 7. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 8. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 9. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 10. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 11. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 12. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 13. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 17. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 19. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:31:45.869820 [ 106284 ] {} TCPHandler: Code: 395. DB::Exception: Value passed to 'throwIf' function is non-zero: while executing 'FUNCTION throwIf(1_UInt8 :: 1) -> throwIf(1_UInt8) UInt8 : 3'. (FUNCTION_THROW_IF_VALUE_IS_NON_ZERO), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionThrowIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001bcad856 5. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 6. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 7. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 8. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 9. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 10. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 11. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 12. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 13. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 17. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 19. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:31:58.523932 [ 106284 ] {df76fab9-bf3d-483b-bd31-3cb2796e9127} executeQuery: Code: 395. DB::Exception: Value passed to 'throwIf' function is non-zero: while executing 'FUNCTION throwIf(1_UInt8 :: 1) -> throwIf(1_UInt8) UInt8 : 2'. (FUNCTION_THROW_IF_VALUE_IS_NON_ZERO) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:52444) (comment: 02494_query_cache_exception_handling.sql) (in query: -- If an exception is thrown during query execution, no entry must be created in the query cache SELECT throwIf(1) SETTINGS use_query_cache = true;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionThrowIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001bcad856 5. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 6. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 7. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 8. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 9. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 10. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 11. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 12. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 13. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 17. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 19. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:31:58.533215 [ 106284 ] {} TCPHandler: Code: 395. DB::Exception: Value passed to 'throwIf' function is non-zero: while executing 'FUNCTION throwIf(1_UInt8 :: 1) -> throwIf(1_UInt8) UInt8 : 2'. (FUNCTION_THROW_IF_VALUE_IS_NON_ZERO), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. DB::(anonymous namespace)::FunctionThrowIf::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000001bcad856 5. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:10: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0627b 6. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf492a 7. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 8. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 9. ./build_docker/./src/Interpreters/ExpressionActions.cpp:636: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x00000000369174ab 10. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:25: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x00000000400de401 11. ./src/Processors/ISimpleTransform.h:32: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x0000000027d12e84 12. ./build_docker/./src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x000000003f6da44b 13. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 17. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 19. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:32:41.444746 [ 106284 ] {19b4b94e-f0ca-4afb-a87b-d4bcf7cc66af} executeQuery: Code: 269. DB::Exception: Destination table is myself. Will lead to infinite loop. (INFINITE_LOOP) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:40110) (comment: 02391_recursive_buffer.sql) (in query: SELECT * FROM test;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageBuffer.cpp:130: DB::StorageBuffer::getDestinationTable() const @ 0x000000003d45bfaa 5. ./build_docker/./src/Storages/StorageBuffer.cpp:247: DB::StorageBuffer::isRemote() const @ 0x000000003d45f1a3 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:0: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4a96 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:32:41.452056 [ 106284 ] {} TCPHandler: Code: 269. DB::Exception: Destination table is myself. Will lead to infinite loop. (INFINITE_LOOP), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageBuffer.cpp:130: DB::StorageBuffer::getDestinationTable() const @ 0x000000003d45bfaa 5. ./build_docker/./src/Storages/StorageBuffer.cpp:247: DB::StorageBuffer::isRemote() const @ 0x000000003d45f1a3 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:0: DB::QueryAnalyzer::resolveQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&, DB::QueryExpressionsAliasVisitor&) @ 0x0000000035dd4a96 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5552: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19cd3 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 10. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 13. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 18. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 19. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 20. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 21. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 22. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 23. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 24. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:32:41.919631 [ 106284 ] {0f911f4f-b4a4-4f38-a33f-43b06ac08476} executeQuery: Code: 269. DB::Exception: Destination table is myself. Will lead to infinite loop.: While executing Tables. (INFINITE_LOOP) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:40110) (comment: 02391_recursive_buffer.sql) (in query: SELECT * FROM system.tables WHERE table = 'test' AND database = currentDatabase() FORMAT Null;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageBuffer.cpp:130: DB::StorageBuffer::getDestinationTable() const @ 0x000000003d45bfaa 5. ./build_docker/./src/Storages/StorageBuffer.cpp:1168: DB::StorageBuffer::totalRows(DB::Settings const&) const @ 0x000000003d484147 6. ./build_docker/./src/Storages/System/StorageSystemTables.cpp:575: DB::TablesBlockSource::generate() @ 0x000000002778c59c 7. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 8. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 12. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 13. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 15. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:32:41.936066 [ 106284 ] {} TCPHandler: Code: 269. DB::Exception: Destination table is myself. Will lead to infinite loop.: While executing Tables. (INFINITE_LOOP), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageBuffer.cpp:130: DB::StorageBuffer::getDestinationTable() const @ 0x000000003d45bfaa 5. ./build_docker/./src/Storages/StorageBuffer.cpp:1168: DB::StorageBuffer::totalRows(DB::Settings const&) const @ 0x000000003d484147 6. ./build_docker/./src/Storages/System/StorageSystemTables.cpp:575: DB::TablesBlockSource::generate() @ 0x000000002778c59c 7. ./build_docker/./src/Processors/ISource.cpp:139: DB::ISource::tryGenerate() @ 0x000000003f6e4578 8. ./build_docker/./src/Processors/ISource.cpp:108: DB::ISource::work() @ 0x000000003f6e3971 9. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 10. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 11. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003f717cc3 12. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:127: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7176f5 13. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:83: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003f75baca 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 15. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:32:42.273410 [ 106284 ] {79da570c-385d-4aa3-ad32-f25954539985} virtual void DB::StorageBuffer::flushAndPrepareForShutdown(): Code: 269. DB::Exception: Destination table is myself. Will lead to infinite loop. (INFINITE_LOOP), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageBuffer.cpp:130: DB::StorageBuffer::getDestinationTable() const @ 0x000000003d45bfaa 5. ./build_docker/./src/Storages/StorageBuffer.cpp:982: DB::StorageBuffer::flushBuffer(DB::StorageBuffer::Buffer&, bool, bool) @ 0x000000003d475899 6. ./build_docker/./src/Storages/StorageBuffer.cpp:917: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003d48612d 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000027a3682c 8. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x0000000027a3660d 9. ./contrib/llvm-project/libcxx/include/future:1876: std::packaged_task::operator()() @ 0x0000000027a38f1d 10. ./src/Common/threadPoolCallbackRunner.h:167: void std::__function::__policy_invoker::__call_impl>, std::function>::operator()(std::function&&, Priority)::'lambda0'(), void ()>>(std::__function::__policy_storage const*) @ 0x0000000027a38d8e 11. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 12. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 15. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:32:42.962363 [ 106284 ] {b816790a-0ff3-4bf3-bdbd-57c155a4d11f} executeQuery: Code: 269. DB::Exception: Cannot add dependencies for 'test_f0un39y0.test2', because it will lead to cyclic dependencies: test_f0un39y0.test1 -> [test_f0un39y0.test2]; test_f0un39y0.test2 -> [test_f0un39y0.test1]. (INFINITE_LOOP) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:40110) (comment: 02391_recursive_buffer.sql) (in query: CREATE TABLE test2 (key UInt32) Engine = Buffer(currentDatabase(), test1, 16, 10, 100, 10000, 1000000, 10000000, 100000000);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&) @ 0x000000000d6e7ccd 4. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:1580: DB::DatabaseCatalog::checkTableCanBeAddedWithNoCyclicDependencies(DB::QualifiedTableName const&, std::unordered_set, std::equal_to, std::allocator> const&, std::unordered_set, std::equal_to, std::allocator> const&)::$_0::operator()(DB::TablesDependencyGraph&, std::unordered_set, std::equal_to, std::allocator> const&) const @ 0x00000000368b41a1 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:1590: DB::DatabaseCatalog::checkTableCanBeAddedWithNoCyclicDependencies(DB::QualifiedTableName const&, std::unordered_set, std::equal_to, std::allocator> const&, std::unordered_set, std::equal_to, std::allocator> const&) @ 0x00000000368b390d 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1505: DB::(anonymous namespace)::checkTableCanBeAddedWithNoCyclicDependencies(DB::ASTCreateQuery const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000377e7336 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1917: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dbcd6 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 9. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:32:42.969845 [ 106284 ] {} TCPHandler: Code: 269. DB::Exception: Cannot add dependencies for 'test_f0un39y0.test2', because it will lead to cyclic dependencies: test_f0un39y0.test1 -> [test_f0un39y0.test2]; test_f0un39y0.test2 -> [test_f0un39y0.test1]. (INFINITE_LOOP), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&) @ 0x000000000d6e7ccd 4. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:1580: DB::DatabaseCatalog::checkTableCanBeAddedWithNoCyclicDependencies(DB::QualifiedTableName const&, std::unordered_set, std::equal_to, std::allocator> const&, std::unordered_set, std::equal_to, std::allocator> const&)::$_0::operator()(DB::TablesDependencyGraph&, std::unordered_set, std::equal_to, std::allocator> const&) const @ 0x00000000368b41a1 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:1590: DB::DatabaseCatalog::checkTableCanBeAddedWithNoCyclicDependencies(DB::QualifiedTableName const&, std::unordered_set, std::equal_to, std::allocator> const&, std::unordered_set, std::equal_to, std::allocator> const&) @ 0x00000000368b390d 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1505: DB::(anonymous namespace)::checkTableCanBeAddedWithNoCyclicDependencies(DB::ASTCreateQuery const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000377e7336 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1917: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dbcd6 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 9. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:32:44.828393 [ 106284 ] {b703765e-4285-4728-97d6-5236e0bfb9ab} executeQuery: Code: 158. DB::Exception: Limit for rows or bytes to read exceeded, max rows: 1.00, current rows: 56.02 thousand: While executing NumbersRange. (TOO_MANY_ROWS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:40112) (comment: 02385_profile_events_overflow.sql) (in query: SELECT count() FROM system.numbers SETTINGS max_rows_to_read = 1, read_overflow_mode = 'throw';), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, char const*&, String&&, String&&) @ 0x0000000034b947d7 4. ./build_docker/./src/QueryPipeline/SizeLimits.cpp:32: DB::SizeLimits::check(unsigned long, unsigned long, char const*, int, int) const @ 0x0000000034b9346e 5. ./build_docker/./src/QueryPipeline/ReadProgressCallback.cpp:109: DB::ReadProgressCallback::onProgress(unsigned long, unsigned long, std::list> const&) @ 0x0000000034afbbd2 6. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:64: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ef03 7. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 8. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 10. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 2025.03.31 18:32:44.839898 [ 106284 ] {} TCPHandler: Code: 158. DB::Exception: Limit for rows or bytes to read exceeded, max rows: 1.00, current rows: 56.02 thousand: While executing NumbersRange. (TOO_MANY_ROWS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, char const*&, String&&, String&&) @ 0x0000000034b947d7 4. ./build_docker/./src/QueryPipeline/SizeLimits.cpp:32: DB::SizeLimits::check(unsigned long, unsigned long, char const*, int, int) const @ 0x0000000034b9346e 5. ./build_docker/./src/QueryPipeline/ReadProgressCallback.cpp:109: DB::ReadProgressCallback::onProgress(unsigned long, unsigned long, std::list> const&) @ 0x0000000034afbbd2 6. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:64: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ef03 7. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 8. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 10. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 11. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 2025.03.31 18:33:02.897188 [ 106272 ] {drop-ougajacihl} executeQuery: Code: 473. DB::Exception: WRITE locking attempt on "test_zobkwdj8_ordinary.data_02352" has timed out! (10000ms) Possible deadlock avoided. Client should retry. Owner query ids: insert-snyqpegzgk, 32a2b169-3aa6-42fb-a60d-e7fce9083ab3. (DEADLOCK_AVOIDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:36648) (comment: 02352_rwlock.sh) (in query: DROP TABLE test_zobkwdj8_ordinary.data_02352 SYNC), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String const&, DB::StorageID&&, long long&&, String&&) @ 0x000000003c7a35bf 4. ./build_docker/./src/Storages/IStorage.cpp:60: DB::IStorage::tryLockTimed(std::shared_ptr const&, DB::RWLockImpl::Type, String const&, std::chrono::duration> const&) const @ 0x000000003c798227 5. ./build_docker/./src/Storages/IStorage.cpp:119: DB::IStorage::lockExclusively(String const&, std::chrono::duration> const&) @ 0x000000003c79a0d6 6. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:309: DB::InterpreterDropQuery::executeToTableImpl(std::shared_ptr const&, DB::ASTDropQuery&, std::shared_ptr&, StrongTypedef, DB::UUIDTag>&) @ 0x0000000037834090 7. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:122: DB::InterpreterDropQuery::executeToTable(DB::ASTDropQuery&) @ 0x000000003782df9f 8. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:95: DB::InterpreterDropQuery::executeSingleDropQuery(std::shared_ptr const&) @ 0x000000003782acf9 9. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:76: DB::InterpreterDropQuery::execute() @ 0x000000003782a553 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:33:02.905800 [ 106272 ] {} TCPHandler: Code: 473. DB::Exception: WRITE locking attempt on "test_zobkwdj8_ordinary.data_02352" has timed out! (10000ms) Possible deadlock avoided. Client should retry. Owner query ids: insert-snyqpegzgk, 32a2b169-3aa6-42fb-a60d-e7fce9083ab3. (DEADLOCK_AVOIDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String const&, DB::StorageID&&, long long&&, String&&) @ 0x000000003c7a35bf 4. ./build_docker/./src/Storages/IStorage.cpp:60: DB::IStorage::tryLockTimed(std::shared_ptr const&, DB::RWLockImpl::Type, String const&, std::chrono::duration> const&) const @ 0x000000003c798227 5. ./build_docker/./src/Storages/IStorage.cpp:119: DB::IStorage::lockExclusively(String const&, std::chrono::duration> const&) @ 0x000000003c79a0d6 6. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:309: DB::InterpreterDropQuery::executeToTableImpl(std::shared_ptr const&, DB::ASTDropQuery&, std::shared_ptr&, StrongTypedef, DB::UUIDTag>&) @ 0x0000000037834090 7. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:122: DB::InterpreterDropQuery::executeToTable(DB::ASTDropQuery&) @ 0x000000003782df9f 8. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:95: DB::InterpreterDropQuery::executeSingleDropQuery(std::shared_ptr const&) @ 0x000000003782acf9 9. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:76: DB::InterpreterDropQuery::execute() @ 0x000000003782a553 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:33:17.728939 [ 106284 ] {689ef298-e7b4-41ac-87be-18fadcbec78f} executeQuery: Code: 497. DB::Exception: user_test_02337: Not enough privileges. To execute this query, it's necessary to have the grant SYSTEM DROP FILESYSTEM CACHE ON *.*. (ACCESS_DENIED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:51964) (comment: 02337_drop_filesystem_cache_access.sh) (in query: SYSTEM DROP FILESYSTEM CACHE;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: auto bool DB::ContextAccess::checkAccessImplHelper(std::shared_ptr const&, DB::AccessFlags) const::'lambda'(int, FormatStringHelperImpl::type...>, $T&&...)::operator()(int, FormatStringHelperImpl::type...>, $T&&...) const @ 0x0000000033b90adf 4. ./build_docker/./src/Access/ContextAccess.cpp:664: auto bool DB::ContextAccess::checkAccessImplHelper(std::shared_ptr const&, DB::AccessFlags) const::'lambda'(DB::AccessFlags, $T&&...)::operator()<>(DB::AccessFlags, $T&&...) const @ 0x0000000033b8e1f1 5. ./build_docker/./src/Access/ContextAccess.cpp:702: bool DB::ContextAccess::checkAccessImplHelper(std::shared_ptr const&, DB::AccessFlags) const @ 0x0000000033b8cd9a 6. ./build_docker/./src/Access/ContextAccess.cpp:766: DB::ContextAccess::checkAccess(std::shared_ptr const&, DB::AccessFlags const&) const @ 0x0000000033b0e0c6 7. ./src/Access/ContextAccess.h:256: DB::Context::checkAccess(DB::AccessFlags const&) const @ 0x000000003651ff9b 8. ./build_docker/./src/Interpreters/InterpreterSystemQuery.cpp:433: DB::InterpreterSystemQuery::execute() @ 0x0000000039321f5b 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:33:17.737566 [ 106284 ] {} TCPHandler: Code: 497. DB::Exception: user_test_02337: Not enough privileges. To execute this query, it's necessary to have the grant SYSTEM DROP FILESYSTEM CACHE ON *.*. (ACCESS_DENIED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: auto bool DB::ContextAccess::checkAccessImplHelper(std::shared_ptr const&, DB::AccessFlags) const::'lambda'(int, FormatStringHelperImpl::type...>, $T&&...)::operator()(int, FormatStringHelperImpl::type...>, $T&&...) const @ 0x0000000033b90adf 4. ./build_docker/./src/Access/ContextAccess.cpp:664: auto bool DB::ContextAccess::checkAccessImplHelper(std::shared_ptr const&, DB::AccessFlags) const::'lambda'(DB::AccessFlags, $T&&...)::operator()<>(DB::AccessFlags, $T&&...) const @ 0x0000000033b8e1f1 5. ./build_docker/./src/Access/ContextAccess.cpp:702: bool DB::ContextAccess::checkAccessImplHelper(std::shared_ptr const&, DB::AccessFlags) const @ 0x0000000033b8cd9a 6. ./build_docker/./src/Access/ContextAccess.cpp:766: DB::ContextAccess::checkAccess(std::shared_ptr const&, DB::AccessFlags const&) const @ 0x0000000033b0e0c6 7. ./src/Access/ContextAccess.h:256: DB::Context::checkAccess(DB::AccessFlags const&) const @ 0x000000003651ff9b 8. ./build_docker/./src/Interpreters/InterpreterSystemQuery.cpp:433: DB::InterpreterSystemQuery::execute() @ 0x0000000039321f5b 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:33:31.579345 [ 109218 ] {f37064fa-7207-4dd2-8a66-27572d04679f} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 5.01 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 5.01 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35310) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:31.579539 [ 109220 ] {505150b1-eef4-402f-b534-3a92e2196a83} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 13.63 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 8.95 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35332) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:31.579545 [ 109215 ] {ce3a72b4-9d03-44ac-b4a8-2220fb4eac7f} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 18.32 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 4.26 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35278) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:31.579545 [ 109216 ] {011c0b8a-8cef-49de-8a11-24988bd492c9} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 8.94 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 13.63 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35292) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:31.579545 [ 109219 ] {4f154c7c-9380-47f6-8f13-8a3f16252580} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 5.20 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 4.20 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35322) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:31.579569 [ 106272 ] {280fe4c8-b836-49c5-a4c8-36ace2a20678} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 5.01 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 4.01 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35266) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:31.579570 [ 109039 ] {6b29191d-b690-486e-a2e6-0b566f43aefb} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 6.01 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 4.01 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35248) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:31.579695 [ 106287 ] {ba071016-6e83-4b3c-8b93-3d284b7ab256} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 8.95 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 4.26 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35264) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:31.580007 [ 109222 ] {d8715514-d6b6-4592-b77d-412d2efbbbb9} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 5.32 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 4.32 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35334) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:31.579990 [ 109217 ] {9e9a5787-1a65-49a2-902f-d84091ff4e5d} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 5.25 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 4.26 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35302) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:31.595422 [ 109220 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 13.63 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 8.95 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:31.595422 [ 109218 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 5.01 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 5.01 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:31.598161 [ 109219 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 5.20 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 4.20 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:31.599687 [ 109039 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 6.01 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 4.01 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:31.600522 [ 106272 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 5.01 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 4.01 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:31.606339 [ 109222 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 5.32 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 4.32 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:31.607295 [ 109217 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 5.25 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 4.26 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:31.607619 [ 109216 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 8.94 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 13.63 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:31.608294 [ 109215 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 18.32 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 4.26 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:31.609238 [ 106287 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 8.95 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 4.26 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:32.548202 [ 109215 ] {1b0045db-0cb5-4e7f-9abd-a1b1a53bfac2} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 5.01 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 8.39 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35360) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:32.548969 [ 109039 ] {2683ee2c-f19f-4de9-957a-6bd60529cc72} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 8.70 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 8.45 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35336) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:32.548969 [ 106272 ] {d3f999c9-0ccc-4300-bc20-d16be63a9e9c} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 8.70 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 13.08 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35346) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:32.553772 [ 106287 ] {feb91419-3943-45f4-bbdd-539cce4435d7} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 8.75 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 8.45 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35342) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:32.555119 [ 109216 ] {df29d9a5-0c0c-4e2c-a7b8-ef1d4e1c484b} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 5.07 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 8.45 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35364) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:32.566093 [ 109215 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 5.01 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 8.39 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:32.566586 [ 106272 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 8.70 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 13.08 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:32.567987 [ 109039 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 8.70 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 8.45 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:32.573081 [ 109217 ] {5aceaa45-f8af-476b-a0e4-317d0958adfe} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 8.75 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 9.52 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35378) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:32.573607 [ 109216 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 5.07 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 8.45 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:32.573990 [ 106287 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 8.75 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 8.45 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:32.591471 [ 109218 ] {b8d5184e-d305-4dd3-b27c-352588202d8d} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 8.69 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 11.52 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35380) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:32.594042 [ 109217 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 8.75 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 9.52 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:32.596352 [ 109219 ] {9a9d2e83-37a0-4e32-83be-012cc8be4064} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 8.69 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 11.52 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35392) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:32.600743 [ 109220 ] {728a47eb-8cbb-4cdd-8d8b-5150658f8a23} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 7.69 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 11.52 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35394) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:32.609050 [ 109218 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 8.69 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 11.52 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:32.612984 [ 109219 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 8.69 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 11.52 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:32.622391 [ 109220 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 7.69 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 11.52 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:32.631329 [ 109222 ] {fbb29444-dee0-4464-8923-c890a821a94a} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 5.69 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 12.52 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35406) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:32.650796 [ 109222 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 5.69 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 12.52 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:33.509545 [ 106287 ] {e7986a0d-f66b-423a-9176-fb241261b30b} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 6.69 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 14.53 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35434) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:33.512910 [ 109215 ] {664595e5-1328-4448-8c8b-9594d7f09f98} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 6.69 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 14.53 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35448) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:33.525071 [ 109039 ] {aee14818-1d29-43f0-950c-0cfa0f0d9a3e} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 5.01 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 16.53 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35420) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:33.527796 [ 106287 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 6.69 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 14.53 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:33.528226 [ 109215 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 6.69 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 14.53 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:33.534913 [ 106272 ] {a49d8298-68e0-402b-9fe1-b59c19594b7b} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 6.75 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 16.60 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35440) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:33.538622 [ 109216 ] {4bf3cfd9-fe8b-4646-b6a9-5f5a1e671186} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 6.75 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 16.60 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35450) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:33.542455 [ 109039 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 5.01 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 16.53 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:33.553113 [ 109216 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 6.75 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 16.60 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:33.553172 [ 106272 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 6.75 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 16.60 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:33.553709 [ 109217 ] {d252aa3a-d0ca-44f6-8ac3-854d8068fdba} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 7.69 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 17.60 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35462) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:33.557168 [ 109218 ] {ed72b7f8-dda2-4dee-9117-dcfc204fda53} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 5.00 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 18.60 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35476) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:33.567781 [ 109219 ] {049ea6f6-ea33-472f-a7a6-0137747f6128} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 6.75 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 18.66 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35490) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:33.569768 [ 109217 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 7.69 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 17.60 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:33.569854 [ 109218 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 5.00 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 18.60 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:33.585913 [ 109219 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 6.75 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 18.66 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:33.597404 [ 109220 ] {04abe521-61d0-4e72-a2cf-eae4076dae49} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 6.70 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 20.67 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35502) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:33.602460 [ 109222 ] {33a73891-c506-408d-9e9c-8abe3d9b12db} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 6.70 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 20.67 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35510) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:33.613697 [ 109220 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 6.70 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 20.67 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:33.618601 [ 109222 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 6.70 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 20.67 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:34.465583 [ 109039 ] {54e2b0a4-c995-416f-bb01-07f8ac4cef19} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 5.69 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 21.67 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35518) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:34.486156 [ 109039 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 5.69 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 21.67 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:34.491676 [ 109215 ] {9a69bb1c-ffd3-450c-a22c-d66bba9de9fb} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 6.69 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 23.67 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35550) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:34.494886 [ 106287 ] {f5b44921-2b72-4286-a1cb-88f777e1a9e6} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 6.69 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 23.67 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35534) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:34.507461 [ 109215 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 6.69 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 23.67 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:34.512953 [ 106287 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 6.69 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 23.67 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:34.525734 [ 109216 ] {2bbc0ca6-60c9-484e-a11c-cd93483500bd} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 7.69 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 26.68 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35558) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:34.535131 [ 109217 ] {61ea30fc-7371-40fb-a84d-5d49cc5f9b1a} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 8.69 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 27.68 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35566) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:34.535342 [ 106272 ] {37c3ee54-b7b5-4cf0-bdc4-6dd700791f98} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 8.69 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 27.68 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35542) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:34.536045 [ 109219 ] {e16b1c83-9269-43be-acbe-f4853ea87d12} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 5.01 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 27.68 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35594) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:34.542164 [ 109218 ] {6a579fcc-9c79-4540-9209-4312ef14df35} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 8.75 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 27.74 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35580) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:34.545128 [ 109216 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 7.69 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 26.68 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:34.551121 [ 109217 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 8.69 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 27.68 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:34.553028 [ 106272 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 8.69 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 27.68 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:34.554810 [ 109219 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 5.01 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 27.68 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:34.560390 [ 109218 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 8.75 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 27.74 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:34.562403 [ 109220 ] {f877543f-a6f9-4a44-9cd4-38b0e8161a05} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 6.69 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 28.75 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35608) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:34.571181 [ 109222 ] {48f72015-13fe-4245-a730-21c161607860} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 6.69 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 29.75 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35610) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:34.578980 [ 109220 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 6.69 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 28.75 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:34.586069 [ 109222 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 6.69 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 29.75 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:35.445988 [ 109220 ] {81928e14-5886-4d77-b868-7308fead4b00} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 5.69 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 30.75 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35614) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:35.463670 [ 109220 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 5.69 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 30.75 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:35.463706 [ 109039 ] {b49d9014-38ec-4e5a-b393-0279e2bb5a63} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 7.69 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 31.75 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35630) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:35.463706 [ 109222 ] {15f470f7-ffa1-479e-8105-20192e67ac00} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 6.69 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 32.75 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35628) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:35.480936 [ 109039 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 7.69 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 31.75 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:35.482419 [ 109222 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 6.69 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 32.75 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:35.487343 [ 109215 ] {3c637973-3067-4372-a589-36132a3be14e} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 6.69 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 33.82 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35654) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:35.495721 [ 106272 ] {590af6ee-0503-4c51-bd75-976fde9ebcde} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 6.69 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 33.82 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35640) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:35.502155 [ 109217 ] {5ad4cb43-ab82-4a67-8d20-bb38bfe552a0} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 5.01 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 35.82 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35670) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:35.502455 [ 109215 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 6.69 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 33.82 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:35.502715 [ 109218 ] {6ddf237a-f665-4adb-b154-fec2d1689e2a} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 5.01 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 35.88 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35676) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:35.508050 [ 109216 ] {40b64c31-9dd4-4c75-8e3c-f76024ff9bf1} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 7.82 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 35.95 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35656) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:35.510873 [ 106287 ] {1c4b93db-88f2-428e-8739-2728b19dfd8e} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 7.81 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 35.95 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35634) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:35.515056 [ 106272 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 6.69 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 33.82 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:35.518993 [ 109217 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 5.01 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 35.82 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:35.518993 [ 109216 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 7.82 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 35.95 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:35.518993 [ 109218 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 5.01 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 35.88 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:35.528371 [ 106287 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 7.81 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 35.95 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:35.535345 [ 109219 ] {5a45c7c4-b228-4700-a0e5-ca4bb695917b} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 5.69 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 36.95 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35690) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:35.550393 [ 109219 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 5.69 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 36.95 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:36.422123 [ 109220 ] {046b75f2-3c49-4902-9a85-f5342fd076fd} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 6.69 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 38.95 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41154) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:36.424420 [ 109222 ] {39cf0cfc-3511-433a-b21b-60147851aaee} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 6.69 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 38.95 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41156) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:36.428699 [ 106287 ] {f64df16b-f5ae-4a2c-9b6a-bc29b938bd60} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 6.01 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 41.96 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41176) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:36.428757 [ 106272 ] {c10778b0-de69-4441-a280-e05e5b774077} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 7.01 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 40.96 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41192) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:36.433329 [ 109215 ] {8388add8-b5f5-4eb9-aaed-d4c9c989a5e3} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 5.01 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 42.96 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41194) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:36.441782 [ 109215 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 5.01 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 42.96 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:36.441782 [ 109220 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 6.69 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 38.95 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:36.443060 [ 109218 ] {730f6168-8a66-45a2-9439-35d5b29e6d0f} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 6.20 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 46.83 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41216) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:36.443060 [ 109216 ] {65020a68-f208-46ce-afb8-8d5d0b7a299a} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 5.19 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 47.84 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41200) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:36.443326 [ 109219 ] {1f298150-3d23-4406-a778-772626ff07f2} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 7.20 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 45.96 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41220) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:36.443326 [ 109217 ] {4352b83a-4fff-49b6-8205-d11092531f21} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 10.88 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 41.27 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41206) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:36.443451 [ 109222 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 6.69 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 38.95 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:36.444338 [ 109039 ] {1b32e659-d562-4629-9d1e-3cb082057881} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 11.88 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 43.15 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41164) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:36.446240 [ 106272 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 7.01 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 40.96 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:36.448140 [ 106287 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 6.01 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 41.96 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:36.451767 [ 109219 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 7.20 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 45.96 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:36.451767 [ 109217 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 10.88 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 41.27 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:36.458230 [ 109216 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 5.19 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 47.84 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:36.458230 [ 109218 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 6.20 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 46.83 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:36.459707 [ 109039 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 11.88 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 43.15 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:37.372471 [ 106272 ] {e7f0a57b-e7b0-4c50-807d-203e6b49dd7f} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 5.01 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 45.34 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41254) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:37.379442 [ 109220 ] {99dcb0af-8e15-481b-a03f-fc02d58ec5cc} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 8.76 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 45.40 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41222) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:37.384751 [ 109222 ] {984a3965-4b6b-4fff-a3b8-33b5a95253a2} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 8.76 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 45.40 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41224) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:37.388627 [ 109218 ] {0f7f116a-9cfb-4f49-96d8-23cde2ebdbf6} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 6.07 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 46.40 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41286) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:37.388627 [ 106287 ] {48f37497-0bd7-482c-a466-ad07ec40c03b} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 6.07 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 45.40 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41246) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:37.391217 [ 109039 ] {74d6d19c-8c5c-4888-a31e-66f7fcb6fb2f} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 8.94 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 45.59 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41232) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:37.391685 [ 106272 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 5.01 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 45.34 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:37.391901 [ 109216 ] {652c990b-810a-46bd-80aa-fbc29c2dc514} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 5.07 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 46.40 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41264) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:37.392821 [ 109219 ] {28dbcfbd-9f06-4d20-830a-1fab4c98a501} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 5.25 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 45.59 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41290) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:37.393736 [ 109217 ] {f45eb575-017e-49a7-95b7-8a3e68663756} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 5.25 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 45.65 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41276) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:37.394469 [ 109215 ] {f2f13cf5-5824-40a8-840b-64ff6a82e60e} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 9.00 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 45.72 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Memory overcommit has not freed enough memory: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41260) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:37.397357 [ 109220 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 8.76 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 45.40 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:37.401159 [ 109222 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 8.76 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 45.40 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:37.404968 [ 109218 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 6.07 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 46.40 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:37.404968 [ 106287 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 6.07 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 45.40 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:37.408721 [ 109216 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 5.07 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 46.40 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:37.409436 [ 109219 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 5.25 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 45.59 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:37.410215 [ 109215 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 9.00 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 45.72 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Memory overcommit has not freed enough memory: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:37.411145 [ 109217 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 5.25 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 45.65 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:37.411307 [ 109039 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 8.94 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 45.59 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:38.338503 [ 109216 ] {20268a38-0de2-485a-81b2-9c78cd424b13} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 5.01 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 50.72 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41364) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:38.339106 [ 106287 ] {2884ca78-b3f4-4c16-b46b-5bb7e77efd57} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 5.01 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 49.79 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41332) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:38.339407 [ 106272 ] {ddd8686f-9b5d-4459-ad00-381e6a5ddd9b} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 6.01 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 49.72 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41342) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:38.342675 [ 109039 ] {a5858a5e-5a5b-43c1-912f-42e280da2ce2} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 5.07 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 49.91 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41320) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:38.344995 [ 109217 ] {0329cebe-f081-4cb1-b8af-9a0f7968c3a1} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 5.26 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 49.97 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41376) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:38.350385 [ 109222 ] {0e35fed8-5c25-4452-9dfa-5b325f1df1e2} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 9.01 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 50.04 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41308) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:38.353673 [ 109220 ] {80371d18-be12-4ac1-9ef2-f65caf1c0ec5} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 9.01 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 50.04 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41292) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:38.356876 [ 106287 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 5.01 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 49.79 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:38.358109 [ 106272 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 6.01 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 49.72 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:38.358734 [ 109219 ] {1a4e5681-0f5f-42a6-b8ee-85148d6636a4} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 9.01 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 50.04 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41396) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:38.359190 [ 109215 ] {0b5928ec-f114-4d55-b77f-ad20861133bf} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 13.69 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 54.72 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41358) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:38.359387 [ 109216 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 5.01 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 50.72 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:38.360313 [ 109039 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 5.07 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 49.91 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:38.365041 [ 109217 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 5.26 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 49.97 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:38.366539 [ 109218 ] {519a0a19-ade3-4371-aec8-eb21bd5e648f} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 5.06 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 50.04 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41388) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:38.367312 [ 109220 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 9.01 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 50.04 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:38.367338 [ 109222 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 9.01 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 50.04 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:38.372742 [ 109215 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 13.69 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 54.72 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:38.373607 [ 109219 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 9.01 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 50.04 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:38.378641 [ 109218 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 5.06 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 50.04 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:39.290703 [ 109216 ] {b5a6c6e7-37cb-44b8-a524-7db13ce38349} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 7.69 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 53.10 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41446) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:39.298186 [ 109222 ] {598f9161-8b70-478b-8ee2-3cda4fc3b99a} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 8.69 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 54.11 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41408) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:39.305029 [ 109220 ] {b42094da-54df-4025-913d-c4914a5fe487} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 8.69 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 55.11 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41402) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:39.305029 [ 106272 ] {f49ab70a-a16d-4448-ae21-06befcfa305f} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 9.69 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 54.11 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41430) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:39.308318 [ 109217 ] {1a91687d-9ac2-46f7-8f54-e0518682a382} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 5.07 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 54.17 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41456) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:39.310240 [ 109215 ] {c5ad6837-ab78-4020-b5f7-c9f535d101c7} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 6.13 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 54.23 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41444) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:39.310379 [ 106287 ] {e418d623-dad9-432e-b67a-0f93d5493f10} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 8.94 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 54.36 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41428) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:39.311244 [ 109218 ] {e2eccb32-2d85-4adf-bd33-ae0ec129858b} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 5.13 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 55.23 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41458) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:39.311719 [ 109216 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 7.69 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 53.10 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:39.313944 [ 109039 ] {b5e14282-e37f-4b98-bd8f-12dc047ade13} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 5.25 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 54.36 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41412) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:39.314399 [ 109219 ] {2b377cb6-fdc6-4f29-883f-cc8725dbb384} executeQuery: Code: 241. DB::Exception: User memory limit exceeded: would use 5.25 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 54.42 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41464) (comment: 02294_overcommit_overflow.sh) (in query: SELECT number FROM numbers(130000) GROUP BY number SETTINGS max_memory_usage_for_user=5000000,memory_overcommit_ratio_denominator=2000000000000000000,memory_usage_overcommit_max_wait_microseconds=500), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:39.314550 [ 109222 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 8.69 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 54.11 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:39.319105 [ 109220 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 8.69 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 55.11 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:39.320696 [ 106272 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 9.69 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 54.11 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:39.320696 [ 109215 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 6.13 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 54.23 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:39.324165 [ 109217 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 5.07 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 54.17 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:39.324924 [ 106287 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 8.94 MiB (attempt to allocate chunk of 4915200 bytes), current RSS 54.36 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:39.327172 [ 109219 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 5.25 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 54.42 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:39.328364 [ 109218 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 5.13 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 55.23 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:33:39.329820 [ 109039 ] {} TCPHandler: Code: 241. DB::Exception: User memory limit exceeded: would use 5.25 MiB (attempt to allocate chunk of 1050616 bytes), current RSS 54.36 MiB, maximum: 4.77 MiB. OvercommitTracker decision: Waiting timeout for memory to be freed is reached: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception>>(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity>>::type>, char const*&&, char const*&&, String&&, long&, String&&, String&&, char const*&&, std::basic_string_view>&&) @ 0x000000002073f9d0 4. ./build_docker/./src/Common/MemoryTracker.cpp:322: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073c3c1 5. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 6. ./build_docker/./src/Common/MemoryTracker.cpp:383: MemoryTracker::allocImpl(long, bool, MemoryTracker*, double) @ 0x000000002073b803 7. ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58: CurrentMemoryTracker::alloc(long) @ 0x0000000020619de9 8. ./build_docker/./src/Common/Allocator.cpp:233: Allocator::realloc(void*, unsigned long, unsigned long, unsigned long) @ 0x00000000206173c3 9. ./src/Common/HashTable/HashTable.h:584: HashTable, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>::resize(unsigned long, unsigned long) @ 0x0000000036ded9d4 10. ./src/Common/HashTable/HashTable.h:986: void DB::Aggregator::executeImplBatch, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, bool, char*) const @ 0x0000000036f14c54 11. ./build_docker/./src/Interpreters/Aggregator.cpp:0: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::ColumnsHashing::HashMethodOneNumber, char*, unsigned long, true, false, false>&, DB::Arena*, unsigned long, unsigned long, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036f102ad 12. ./build_docker/./src/Interpreters/Aggregator.cpp:934: void DB::Aggregator::executeImpl, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>>(DB::AggregationMethodOneNumber, HashTableNoState, PairNoInit>, HashCRC32, HashTableGrowerWithPrecalculation<8ul>, Allocator>, true, false>&, DB::Arena*, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, DB::ColumnsHashing::LastElementCacheStats&, bool, bool, char*) const @ 0x0000000036c4686f 13. ./build_docker/./src/Interpreters/Aggregator.cpp:910: DB::Aggregator::executeImpl(DB::AggregatedDataVariants&, unsigned long, unsigned long, std::vector>&, DB::Aggregator::AggregateFunctionInstruction*, bool, bool, char*) const @ 0x0000000036a5fe1b 14. ./build_docker/./src/Interpreters/Aggregator.cpp:1574: DB::Aggregator::executeOnBlock(std::vector::immutable_ptr, std::allocator::immutable_ptr>>, unsigned long, unsigned long, DB::AggregatedDataVariants&, std::vector>&, std::vector>, std::allocator>>>&, bool&) const @ 0x0000000036a6cc12 15. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:690: DB::AggregatingTransform::consume(DB::Chunk) @ 0x000000004007ff96 16. ./build_docker/./src/Processors/Transforms/AggregatingTransform.cpp:648: DB::AggregatingTransform::work() @ 0x0000000040073768 17. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 18. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 19. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:256: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f71c7f8 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 21. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 22. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 25. ? @ 0x00007fc708d31ac3 26. ? @ 0x00007fc708dc3850 2025.03.31 18:35:57.922946 [ 109222 ] {a8b73b0f-817c-4c75-9681-9cac28c50320} executeQuery: Code: 107. DB::Exception: File /var/lib/clickhouse/user_files/data.jsonl doesn't exist. (FILE_DOESNT_EXIST) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46128) (comment: 02222_create_table_without_columns_metadata.sh) (in query: select * from test), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/StorageFile.cpp:1624: DB::StorageFile::read(DB::QueryPlan&, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo&, std::shared_ptr, DB::QueryProcessingStage::Enum, unsigned long, unsigned long) @ 0x000000003c972230 5. ./build_docker/./src/Planner/PlannerJoinTree.cpp:939: DB::(anonymous namespace)::buildQueryPlanForTableExpression(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions const&, std::shared_ptr&, bool, bool) @ 0x00000000386c609a 6. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2035: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386aadf5 7. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 8. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:35:57.933128 [ 109222 ] {} TCPHandler: Code: 107. DB::Exception: File /var/lib/clickhouse/user_files/data.jsonl doesn't exist. (FILE_DOESNT_EXIST), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/StorageFile.cpp:1624: DB::StorageFile::read(DB::QueryPlan&, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo&, std::shared_ptr, DB::QueryProcessingStage::Enum, unsigned long, unsigned long) @ 0x000000003c972230 5. ./build_docker/./src/Planner/PlannerJoinTree.cpp:939: DB::(anonymous namespace)::buildQueryPlanForTableExpression(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions const&, std::shared_ptr&, bool, bool) @ 0x00000000386c609a 6. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2035: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386aadf5 7. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 8. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:36:03.369700 [ 109222 ] {313f5c19-3edc-4d72-b531-c826223f3492} executeQuery: Code: 60. DB::Exception: Unknown table expression identifier 'test_v9w6ajwc.test' in scope SELECT __table1.x AS x FROM test_v9w6ajwc.test AS __table1. (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:46192) (comment: 02222_create_table_without_columns_metadata.sh) (in query: select * from test_dist), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4370: DB::QueryAnalyzer::initializeQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dd184f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5549: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19ac7 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 8. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:209: DB::QueryTreePassManager::run(std::shared_ptr, unsigned long) @ 0x000000003787c6b8 9. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:194: DB::QueryTreePassManager::runOnlyResolve(std::shared_ptr) @ 0x000000003787c1ae 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:147: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000038638472 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 12. ./build_docker/./src/Processors/QueryPlan/DistributedCreateLocalPlan.cpp:48: DB::createLocalPlan(std::shared_ptr const&, DB::Block const&, std::shared_ptr, DB::QueryProcessingStage::Enum, unsigned long, unsigned long, bool) @ 0x000000004073f91d 13. ./build_docker/./src/Interpreters/ClusterProxy/SelectStreamFactory.cpp:168: DB::ClusterProxy::SelectStreamFactory::createForShardImpl(DB::Cluster::ShardInfo const&, std::shared_ptr const&, std::shared_ptr const&, DB::StorageID const&, std::shared_ptr const&, std::shared_ptr, std::vector>, std::allocator>>>&, std::vector>&, unsigned int, bool, std::function (unsigned long)>, bool)::$_0::operator()() const @ 0x000000003b4eefbd 14. ./build_docker/./src/Interpreters/ClusterProxy/SelectStreamFactory.cpp:231: DB::ClusterProxy::SelectStreamFactory::createForShardImpl(DB::Cluster::ShardInfo const&, std::shared_ptr const&, std::shared_ptr const&, DB::StorageID const&, std::shared_ptr const&, std::shared_ptr, std::vector>, std::allocator>>>&, std::vector>&, unsigned int, bool, std::function (unsigned long)>, bool) @ 0x000000003b4ea241 15. ./build_docker/./src/Interpreters/ClusterProxy/SelectStreamFactory.cpp:318: DB::ClusterProxy::SelectStreamFactory::createForShard(DB::Cluster::ShardInfo const&, std::shared_ptr const&, DB::StorageID const&, std::shared_ptr const&, std::shared_ptr, std::vector>, std::allocator>>>&, std::vector>&, unsigned int, bool, std::function (unsigned long)>) @ 0x000000003b4efb10 16. ./build_docker/./src/Interpreters/ClusterProxy/executeQuery.cpp:368: DB::ClusterProxy::executeQuery(DB::QueryPlan&, DB::Block const&, DB::QueryProcessingStage::Enum, DB::StorageID const&, std::shared_ptr const&, DB::ClusterProxy::SelectStreamFactory&, std::shared_ptr, std::shared_ptr, DB::SelectQueryInfo const&, std::shared_ptr const&, String const&, DB::DistributedSettings const&, std::function (unsigned long)>, bool) @ 0x000000003b4b13d9 17. ./build_docker/./src/Storages/StorageDistributed.cpp:902: DB::StorageDistributed::read(DB::QueryPlan&, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo&, std::shared_ptr, DB::QueryProcessingStage::Enum, unsigned long, unsigned long) @ 0x000000003c8b9f16 18. ./build_docker/./src/Planner/PlannerJoinTree.cpp:939: DB::(anonymous namespace)::buildQueryPlanForTableExpression(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions const&, std::shared_ptr&, bool, bool) @ 0x00000000386c609a 19. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2035: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386aadf5 20. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 21. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:36:03.381174 [ 109222 ] {} TCPHandler: Code: 60. DB::Exception: Unknown table expression identifier 'test_v9w6ajwc.test' in scope SELECT __table1.x AS x FROM test_v9w6ajwc.test AS __table1. (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4370: DB::QueryAnalyzer::initializeQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dd184f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5549: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19ac7 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 8. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:209: DB::QueryTreePassManager::run(std::shared_ptr, unsigned long) @ 0x000000003787c6b8 9. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:194: DB::QueryTreePassManager::runOnlyResolve(std::shared_ptr) @ 0x000000003787c1ae 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:147: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000038638472 11. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 12. ./build_docker/./src/Processors/QueryPlan/DistributedCreateLocalPlan.cpp:48: DB::createLocalPlan(std::shared_ptr const&, DB::Block const&, std::shared_ptr, DB::QueryProcessingStage::Enum, unsigned long, unsigned long, bool) @ 0x000000004073f91d 13. ./build_docker/./src/Interpreters/ClusterProxy/SelectStreamFactory.cpp:168: DB::ClusterProxy::SelectStreamFactory::createForShardImpl(DB::Cluster::ShardInfo const&, std::shared_ptr const&, std::shared_ptr const&, DB::StorageID const&, std::shared_ptr const&, std::shared_ptr, std::vector>, std::allocator>>>&, std::vector>&, unsigned int, bool, std::function (unsigned long)>, bool)::$_0::operator()() const @ 0x000000003b4eefbd 14. ./build_docker/./src/Interpreters/ClusterProxy/SelectStreamFactory.cpp:231: DB::ClusterProxy::SelectStreamFactory::createForShardImpl(DB::Cluster::ShardInfo const&, std::shared_ptr const&, std::shared_ptr const&, DB::StorageID const&, std::shared_ptr const&, std::shared_ptr, std::vector>, std::allocator>>>&, std::vector>&, unsigned int, bool, std::function (unsigned long)>, bool) @ 0x000000003b4ea241 15. ./build_docker/./src/Interpreters/ClusterProxy/SelectStreamFactory.cpp:318: DB::ClusterProxy::SelectStreamFactory::createForShard(DB::Cluster::ShardInfo const&, std::shared_ptr const&, DB::StorageID const&, std::shared_ptr const&, std::shared_ptr, std::vector>, std::allocator>>>&, std::vector>&, unsigned int, bool, std::function (unsigned long)>) @ 0x000000003b4efb10 16. ./build_docker/./src/Interpreters/ClusterProxy/executeQuery.cpp:368: DB::ClusterProxy::executeQuery(DB::QueryPlan&, DB::Block const&, DB::QueryProcessingStage::Enum, DB::StorageID const&, std::shared_ptr const&, DB::ClusterProxy::SelectStreamFactory&, std::shared_ptr, std::shared_ptr, DB::SelectQueryInfo const&, std::shared_ptr const&, String const&, DB::DistributedSettings const&, std::function (unsigned long)>, bool) @ 0x000000003b4b13d9 17. ./build_docker/./src/Storages/StorageDistributed.cpp:902: DB::StorageDistributed::read(DB::QueryPlan&, std::vector> const&, std::shared_ptr const&, DB::SelectQueryInfo&, std::shared_ptr, DB::QueryProcessingStage::Enum, unsigned long, unsigned long) @ 0x000000003c8b9f16 18. ./build_docker/./src/Planner/PlannerJoinTree.cpp:939: DB::(anonymous namespace)::buildQueryPlanForTableExpression(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions const&, std::shared_ptr&, bool, bool) @ 0x00000000386c609a 19. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2035: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386aadf5 20. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 21. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 23. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 25. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 26. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 27. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 28. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 29. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 30. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 31. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 2025.03.31 18:36:37.005518 [ 109222 ] {fb13bd09-0c92-4a09-a729-8a30e50ea563} executeQuery: Code: 641. DB::Exception: Cannot append data in format Parquet to file, because this format doesn't support appends. You can allow to create a new file on each insert by enabling setting engine_file_allow_create_multiple_files. (CANNOT_APPEND_TO_FILE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41844) (comment: 02168_avro_bug.sql) (in query: insert into table function file('data.avro', 'Parquet', 'x UInt64') select * from numbers(10);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Storages/StorageFile.cpp:2033: DB::StorageFile::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003c978d21 5. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 6. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 9. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:36:37.012905 [ 109222 ] {} TCPHandler: Code: 641. DB::Exception: Cannot append data in format Parquet to file, because this format doesn't support appends. You can allow to create a new file on each insert by enabling setting engine_file_allow_create_multiple_files. (CANNOT_APPEND_TO_FILE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Storages/StorageFile.cpp:2033: DB::StorageFile::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003c978d21 5. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 6. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 9. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:36:37.084632 [ 109222 ] {d14fc522-8c29-4c74-87cc-f7ff248b16db} executeQuery: Code: 641. DB::Exception: Cannot append data in format Parquet to file, because this format doesn't support appends. You can allow to create a new file on each insert by enabling setting engine_file_allow_create_multiple_files. (CANNOT_APPEND_TO_FILE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:41844) (comment: 02168_avro_bug.sql) (in query: insert into table function file('data.avro', 'Parquet', 'x UInt64') select * from numbers(10);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Storages/StorageFile.cpp:2033: DB::StorageFile::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003c978d21 5. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 6. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 9. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:36:37.092197 [ 109222 ] {} TCPHandler: Code: 641. DB::Exception: Cannot append data in format Parquet to file, because this format doesn't support appends. You can allow to create a new file on each insert by enabling setting engine_file_allow_create_multiple_files. (CANNOT_APPEND_TO_FILE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Storages/StorageFile.cpp:2033: DB::StorageFile::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003c978d21 5. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 6. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:649: DB::InterpreterInsertQuery::buildInsertSelectPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eba5f 9. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:818: DB::InterpreterInsertQuery::execute() @ 0x00000000384f5136 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:36:39.185364 [ 109222 ] {c66440d1-965e-4beb-9cfb-5f777d435b71} executeQuery: Code: 47. DB::Exception: Unknown expression identifier `x` in scope () -> x. (UNKNOWN_IDENTIFIER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:52794) (comment: 02126_identity_user_defined_function.sql) (in query: SELECT 02126_function();), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2625: DB::QueryAnalyzer::resolveLambda(std::shared_ptr const&, std::shared_ptr const&, std::vector, std::allocator>> const&, DB::IdentifierResolveScope&) @ 0x0000000035db9097 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3134: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d8aefc 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 18:36:39.193649 [ 109222 ] {} TCPHandler: Code: 47. DB::Exception: Unknown expression identifier `x` in scope () -> x. (UNKNOWN_IDENTIFIER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, char const*&&, String&, String&&, String&&, String&&) @ 0x0000000035de88e7 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3750: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3727f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2625: DB::QueryAnalyzer::resolveLambda(std::shared_ptr const&, std::shared_ptr const&, std::vector, std::allocator>> const&, DB::IdentifierResolveScope&) @ 0x0000000035db9097 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3134: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d8aefc 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 13. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 18. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 19. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 20. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 21. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 22. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 23. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 24. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 25. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 26. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 27. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 2025.03.31 18:36:41.075589 [ 109222 ] {4db96c1d-8f6d-4d8d-8083-80bc82472dea} executeQuery: Code: 1. DB::Exception: Recursive lambda x -> 02125_function(x). In scope x -> 02125_function(x). (UNSUPPORTED_METHOD) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:52810) (comment: 02125_recursive_sql_user_defined_functions.sql) (in query: SELECT 02125_function(1);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2570: DB::QueryAnalyzer::resolveLambda(std::shared_ptr const&, std::shared_ptr const&, std::vector, std::allocator>> const&, DB::IdentifierResolveScope&) @ 0x0000000035db9b6c 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3134: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d8aefc 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2625: DB::QueryAnalyzer::resolveLambda(std::shared_ptr const&, std::shared_ptr const&, std::vector, std::allocator>> const&, DB::IdentifierResolveScope&) @ 0x0000000035db9097 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3134: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d8aefc 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 18:36:41.083403 [ 109222 ] {} TCPHandler: Code: 1. DB::Exception: Recursive lambda x -> 02125_function(x). In scope x -> 02125_function(x). (UNSUPPORTED_METHOD), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2570: DB::QueryAnalyzer::resolveLambda(std::shared_ptr const&, std::shared_ptr const&, std::vector, std::allocator>> const&, DB::IdentifierResolveScope&) @ 0x0000000035db9b6c 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3134: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d8aefc 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2625: DB::QueryAnalyzer::resolveLambda(std::shared_ptr const&, std::shared_ptr const&, std::vector, std::allocator>> const&, DB::IdentifierResolveScope&) @ 0x0000000035db9097 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3134: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d8aefc 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 15. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 16. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 17. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 18. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 20. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 21. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 22. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 23. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 24. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 25. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 26. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 27. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 28. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 29. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 30. ? @ 0x00007fc708d31ac3 31. ? @ 0x00007fc708dc3850 2025.03.31 18:36:42.117718 [ 109222 ] {98a3bca2-0c53-4a65-a4f4-fd2318138a41} executeQuery: Code: 1. DB::Exception: Recursive lambda x -> 02125_function_2(x). In scope x -> 02125_function_2(x). (UNSUPPORTED_METHOD) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:52810) (comment: 02125_recursive_sql_user_defined_functions.sql) (in query: SELECT 02125_function_1(1);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2570: DB::QueryAnalyzer::resolveLambda(std::shared_ptr const&, std::shared_ptr const&, std::vector, std::allocator>> const&, DB::IdentifierResolveScope&) @ 0x0000000035db9b6c 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3134: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d8aefc 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2625: DB::QueryAnalyzer::resolveLambda(std::shared_ptr const&, std::shared_ptr const&, std::vector, std::allocator>> const&, DB::IdentifierResolveScope&) @ 0x0000000035db9097 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3134: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d8aefc 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2625: DB::QueryAnalyzer::resolveLambda(std::shared_ptr const&, std::shared_ptr const&, std::vector, std::allocator>> const&, DB::IdentifierResolveScope&) @ 0x0000000035db9097 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3134: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d8aefc 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:36:42.125825 [ 109222 ] {} TCPHandler: Code: 1. DB::Exception: Recursive lambda x -> 02125_function_2(x). In scope x -> 02125_function_2(x). (UNSUPPORTED_METHOD), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2570: DB::QueryAnalyzer::resolveLambda(std::shared_ptr const&, std::shared_ptr const&, std::vector, std::allocator>> const&, DB::IdentifierResolveScope&) @ 0x0000000035db9b6c 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3134: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d8aefc 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2625: DB::QueryAnalyzer::resolveLambda(std::shared_ptr const&, std::shared_ptr const&, std::vector, std::allocator>> const&, DB::IdentifierResolveScope&) @ 0x0000000035db9097 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3134: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d8aefc 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2625: DB::QueryAnalyzer::resolveLambda(std::shared_ptr const&, std::shared_ptr const&, std::vector, std::allocator>> const&, DB::IdentifierResolveScope&) @ 0x0000000035db9097 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3134: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d8aefc 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:36:42.159907 [ 109222 ] {ba9a6495-17ce-4cd6-8032-b9788401097b} executeQuery: Code: 1. DB::Exception: Recursive lambda x -> 02125_function_1(x). In scope x -> 02125_function_1(x). (UNSUPPORTED_METHOD) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:52810) (comment: 02125_recursive_sql_user_defined_functions.sql) (in query: SELECT 02125_function_2(2);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2570: DB::QueryAnalyzer::resolveLambda(std::shared_ptr const&, std::shared_ptr const&, std::vector, std::allocator>> const&, DB::IdentifierResolveScope&) @ 0x0000000035db9b6c 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3134: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d8aefc 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2625: DB::QueryAnalyzer::resolveLambda(std::shared_ptr const&, std::shared_ptr const&, std::vector, std::allocator>> const&, DB::IdentifierResolveScope&) @ 0x0000000035db9097 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3134: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d8aefc 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2625: DB::QueryAnalyzer::resolveLambda(std::shared_ptr const&, std::shared_ptr const&, std::vector, std::allocator>> const&, DB::IdentifierResolveScope&) @ 0x0000000035db9097 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3134: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d8aefc 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:36:42.166226 [ 109222 ] {} TCPHandler: Code: 1. DB::Exception: Recursive lambda x -> 02125_function_1(x). In scope x -> 02125_function_1(x). (UNSUPPORTED_METHOD), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2570: DB::QueryAnalyzer::resolveLambda(std::shared_ptr const&, std::shared_ptr const&, std::vector, std::allocator>> const&, DB::IdentifierResolveScope&) @ 0x0000000035db9b6c 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3134: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d8aefc 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2625: DB::QueryAnalyzer::resolveLambda(std::shared_ptr const&, std::shared_ptr const&, std::vector, std::allocator>> const&, DB::IdentifierResolveScope&) @ 0x0000000035db9097 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3134: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d8aefc 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:2625: DB::QueryAnalyzer::resolveLambda(std::shared_ptr const&, std::shared_ptr const&, std::vector, std::allocator>> const&, DB::IdentifierResolveScope&) @ 0x0000000035db9097 11. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3134: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d8aefc 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 18. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 19. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 21. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 24. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 26. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 27. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 28. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 29. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 30. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 31. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 2025.03.31 18:37:23.657636 [ 109222 ] {d5dc6a7a-3dd9-489d-bc48-5fab29a26236} executeQuery: Code: 46. DB::Exception: User-defined object '02101_test_function' doesn't exist: while removing user defined function `02101_test_function`. (UNKNOWN_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:56668) (comment: 02101_sql_user_defined_functions_drop_if_exists.sql) (in query: DROP FUNCTION 02101_test_function;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Functions/UserDefined/UserDefinedSQLObjectsStorageBase.cpp:138: DB::UserDefinedSQLObjectsStorageBase::removeObject(std::shared_ptr const&, DB::UserDefinedSQLObjectType, String const&, bool) @ 0x0000000040bea352 5. ./build_docker/./src/Functions/UserDefined/UserDefinedSQLFunctionFactory.cpp:168: DB::UserDefinedSQLFunctionFactory::unregisterFunction(std::shared_ptr const&, String const&, bool) @ 0x0000000040ba6a00 6. ./build_docker/./src/Interpreters/InterpreterDropFunctionQuery.cpp:48: DB::InterpreterDropFunctionQuery::execute() @ 0x000000003942b49f 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:37:23.664540 [ 109222 ] {} TCPHandler: Code: 46. DB::Exception: User-defined object '02101_test_function' doesn't exist: while removing user defined function `02101_test_function`. (UNKNOWN_FUNCTION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Functions/UserDefined/UserDefinedSQLObjectsStorageBase.cpp:138: DB::UserDefinedSQLObjectsStorageBase::removeObject(std::shared_ptr const&, DB::UserDefinedSQLObjectType, String const&, bool) @ 0x0000000040bea352 5. ./build_docker/./src/Functions/UserDefined/UserDefinedSQLFunctionFactory.cpp:168: DB::UserDefinedSQLFunctionFactory::unregisterFunction(std::shared_ptr const&, String const&, bool) @ 0x0000000040ba6a00 6. ./build_docker/./src/Interpreters/InterpreterDropFunctionQuery.cpp:48: DB::InterpreterDropFunctionQuery::execute() @ 0x000000003942b49f 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:38:47.989701 [ 109220 ] {db466cdb-bc10-4331-b1e2-59429152d8ea} executeQuery: Code: 59. DB::Exception: Illegal type Int8 of column __table1.n for filter. Must be UInt8 or Nullable(UInt8). (ILLEGAL_TYPE_OF_COLUMN_FOR_FILTER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45016) (comment: 01902_table_function_merge_db_repr.sql) (in query: SELECT NULL FROM 01902_db.t_merge WHERE n ORDER BY _table DESC;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String const&) @ 0x000000000a012e2d 4. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:30: DB::FilterTransform::transformHeader(DB::Block const&, DB::ActionsDAG const*, String const&, bool) @ 0x00000000400e920e 5. ./build_docker/./src/Processors/QueryPlan/FilterStep.cpp:135: DB::FilterStep::FilterStep(DB::Block const&, DB::ActionsDAG, String, bool) @ 0x000000004078388e 6. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007](DB::Block const&, DB::ActionsDAG&&, String&, bool&) @ 0x00000000385acba4 7. ./build_docker/./src/Planner/Planner.cpp:409: DB::(anonymous namespace)::addFilterStep(DB::QueryPlan&, DB::FilterAnalysisResult&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866e885 8. ./build_docker/./src/Planner/Planner.cpp:1622: DB::Planner::buildPlanForQueryNode() @ 0x0000000038655e05 9. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:38:47.997553 [ 109220 ] {} TCPHandler: Code: 59. DB::Exception: Illegal type Int8 of column __table1.n for filter. Must be UInt8 or Nullable(UInt8). (ILLEGAL_TYPE_OF_COLUMN_FOR_FILTER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String const&) @ 0x000000000a012e2d 4. ./build_docker/./src/Processors/Transforms/FilterTransform.cpp:30: DB::FilterTransform::transformHeader(DB::Block const&, DB::ActionsDAG const*, String const&, bool) @ 0x00000000400e920e 5. ./build_docker/./src/Processors/QueryPlan/FilterStep.cpp:135: DB::FilterStep::FilterStep(DB::Block const&, DB::ActionsDAG, String, bool) @ 0x000000004078388e 6. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007](DB::Block const&, DB::ActionsDAG&&, String&, bool&) @ 0x00000000385acba4 7. ./build_docker/./src/Planner/Planner.cpp:409: DB::(anonymous namespace)::addFilterStep(DB::QueryPlan&, DB::FilterAnalysisResult&, String const&, std::unordered_set, std::hash>, std::equal_to>, std::allocator>>&) @ 0x000000003866e885 8. ./build_docker/./src/Planner/Planner.cpp:1622: DB::Planner::buildPlanForQueryNode() @ 0x0000000038655e05 9. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:38:54.571864 [ 109222 ] {9bff3ef3-7807-4b78-aa04-f5bd34e5b590} executeQuery: Code: 611. DB::Exception: You cannot create recursive function. (CANNOT_CREATE_RECURSIVE_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60428) (comment: 01856_create_function.sql) (in query: CREATE FUNCTION 01856_test_function_1 AS (a, b) -> 01856_test_function_1(a, b) + 01856_test_function_1(a, b);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Functions/UserDefined/UserDefinedSQLFunctionFactory.cpp:44: DB::(anonymous namespace)::validateFunctionRecursiveness(DB::IAST const&, String const&) @ 0x0000000040ba8031 5. ./build_docker/./src/Functions/UserDefined/UserDefinedSQLFunctionFactory.cpp:46: DB::(anonymous namespace)::validateFunctionRecursiveness(DB::IAST const&, String const&) @ 0x0000000040ba7e26 6. ./build_docker/./src/Functions/UserDefined/UserDefinedSQLFunctionFactory.cpp:86: DB::UserDefinedSQLFunctionFactory::checkCanBeRegistered(std::shared_ptr const&, String const&, DB::IAST const&) @ 0x0000000040ba3552 7. ./build_docker/./src/Functions/UserDefined/UserDefinedSQLFunctionFactory.cpp:135: DB::UserDefinedSQLFunctionFactory::registerFunction(std::shared_ptr const&, String const&, std::shared_ptr, bool, bool) @ 0x0000000040ba5618 8. ./build_docker/./src/Interpreters/InterpreterCreateFunctionQuery.cpp:52: DB::InterpreterCreateFunctionQuery::execute() @ 0x0000000039427df9 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:38:54.580146 [ 109222 ] {} TCPHandler: Code: 611. DB::Exception: You cannot create recursive function. (CANNOT_CREATE_RECURSIVE_FUNCTION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Functions/UserDefined/UserDefinedSQLFunctionFactory.cpp:44: DB::(anonymous namespace)::validateFunctionRecursiveness(DB::IAST const&, String const&) @ 0x0000000040ba8031 5. ./build_docker/./src/Functions/UserDefined/UserDefinedSQLFunctionFactory.cpp:46: DB::(anonymous namespace)::validateFunctionRecursiveness(DB::IAST const&, String const&) @ 0x0000000040ba7e26 6. ./build_docker/./src/Functions/UserDefined/UserDefinedSQLFunctionFactory.cpp:86: DB::UserDefinedSQLFunctionFactory::checkCanBeRegistered(std::shared_ptr const&, String const&, DB::IAST const&) @ 0x0000000040ba3552 7. ./build_docker/./src/Functions/UserDefined/UserDefinedSQLFunctionFactory.cpp:135: DB::UserDefinedSQLFunctionFactory::registerFunction(std::shared_ptr const&, String const&, std::shared_ptr, bool, bool) @ 0x0000000040ba5618 8. ./build_docker/./src/Interpreters/InterpreterCreateFunctionQuery.cpp:52: DB::InterpreterCreateFunctionQuery::execute() @ 0x0000000039427df9 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:38:54.974109 [ 109222 ] {172e67f8-0ecd-4c2b-9720-e0f5fa5065f5} executeQuery: Code: 609. DB::Exception: The function 'cast' already exists. (FUNCTION_ALREADY_EXISTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60428) (comment: 01856_create_function.sql) (in query: CREATE FUNCTION cast AS a -> a + 1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Functions/UserDefined/UserDefinedSQLFunctionFactory.cpp:112: DB::UserDefinedSQLFunctionFactory::checkCanBeRegistered(std::shared_ptr const&, String const&, DB::IAST const&) @ 0x0000000040ba3d3e 5. ./build_docker/./src/Functions/UserDefined/UserDefinedSQLFunctionFactory.cpp:135: DB::UserDefinedSQLFunctionFactory::registerFunction(std::shared_ptr const&, String const&, std::shared_ptr, bool, bool) @ 0x0000000040ba5618 6. ./build_docker/./src/Interpreters/InterpreterCreateFunctionQuery.cpp:52: DB::InterpreterCreateFunctionQuery::execute() @ 0x0000000039427df9 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:38:54.981143 [ 109222 ] {} TCPHandler: Code: 609. DB::Exception: The function 'cast' already exists. (FUNCTION_ALREADY_EXISTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Functions/UserDefined/UserDefinedSQLFunctionFactory.cpp:112: DB::UserDefinedSQLFunctionFactory::checkCanBeRegistered(std::shared_ptr const&, String const&, DB::IAST const&) @ 0x0000000040ba3d3e 5. ./build_docker/./src/Functions/UserDefined/UserDefinedSQLFunctionFactory.cpp:135: DB::UserDefinedSQLFunctionFactory::registerFunction(std::shared_ptr const&, String const&, std::shared_ptr, bool, bool) @ 0x0000000040ba5618 6. ./build_docker/./src/Interpreters/InterpreterCreateFunctionQuery.cpp:52: DB::InterpreterCreateFunctionQuery::execute() @ 0x0000000039427df9 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:38:55.376777 [ 109222 ] {e0d61136-f728-49f9-9a39-581e2a394463} executeQuery: Code: 609. DB::Exception: The aggregate function 'sum' already exists. (FUNCTION_ALREADY_EXISTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60428) (comment: 01856_create_function.sql) (in query: CREATE FUNCTION sum AS (a, b) -> a + b;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Functions/UserDefined/UserDefinedSQLFunctionFactory.cpp:115: DB::UserDefinedSQLFunctionFactory::checkCanBeRegistered(std::shared_ptr const&, String const&, DB::IAST const&) @ 0x0000000040ba3ea1 5. ./build_docker/./src/Functions/UserDefined/UserDefinedSQLFunctionFactory.cpp:135: DB::UserDefinedSQLFunctionFactory::registerFunction(std::shared_ptr const&, String const&, std::shared_ptr, bool, bool) @ 0x0000000040ba5618 6. ./build_docker/./src/Interpreters/InterpreterCreateFunctionQuery.cpp:52: DB::InterpreterCreateFunctionQuery::execute() @ 0x0000000039427df9 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:38:55.384937 [ 109222 ] {} TCPHandler: Code: 609. DB::Exception: The aggregate function 'sum' already exists. (FUNCTION_ALREADY_EXISTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Functions/UserDefined/UserDefinedSQLFunctionFactory.cpp:115: DB::UserDefinedSQLFunctionFactory::checkCanBeRegistered(std::shared_ptr const&, String const&, DB::IAST const&) @ 0x0000000040ba3ea1 5. ./build_docker/./src/Functions/UserDefined/UserDefinedSQLFunctionFactory.cpp:135: DB::UserDefinedSQLFunctionFactory::registerFunction(std::shared_ptr const&, String const&, std::shared_ptr, bool, bool) @ 0x0000000040ba5618 6. ./build_docker/./src/Interpreters/InterpreterCreateFunctionQuery.cpp:52: DB::InterpreterCreateFunctionQuery::execute() @ 0x0000000039427df9 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:38:55.822923 [ 109222 ] {bf1af6f5-ddec-42c8-bd43-7daf201ff460} executeQuery: Code: 609. DB::Exception: User-defined object '01856_test_function_2' already exists: while storing user defined function `01856_test_function_2`. (FUNCTION_ALREADY_EXISTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60428) (comment: 01856_create_function.sql) (in query: CREATE FUNCTION 01856_test_function_2 AS (a) -> a || '!!!';), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Functions/UserDefined/UserDefinedSQLObjectsStorageBase.cpp:107: DB::UserDefinedSQLObjectsStorageBase::storeObject(std::shared_ptr const&, DB::UserDefinedSQLObjectType, String const&, std::shared_ptr, bool, bool, DB::Settings const&) @ 0x0000000040be9e02 5. ./build_docker/./src/Functions/UserDefined/UserDefinedSQLFunctionFactory.cpp:141: DB::UserDefinedSQLFunctionFactory::registerFunction(std::shared_ptr const&, String const&, std::shared_ptr, bool, bool) @ 0x0000000040ba5e39 6. ./build_docker/./src/Interpreters/InterpreterCreateFunctionQuery.cpp:52: DB::InterpreterCreateFunctionQuery::execute() @ 0x0000000039427df9 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:38:55.831215 [ 109222 ] {} TCPHandler: Code: 609. DB::Exception: User-defined object '01856_test_function_2' already exists: while storing user defined function `01856_test_function_2`. (FUNCTION_ALREADY_EXISTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Functions/UserDefined/UserDefinedSQLObjectsStorageBase.cpp:107: DB::UserDefinedSQLObjectsStorageBase::storeObject(std::shared_ptr const&, DB::UserDefinedSQLObjectType, String const&, std::shared_ptr, bool, bool, DB::Settings const&) @ 0x0000000040be9e02 5. ./build_docker/./src/Functions/UserDefined/UserDefinedSQLFunctionFactory.cpp:141: DB::UserDefinedSQLFunctionFactory::registerFunction(std::shared_ptr const&, String const&, std::shared_ptr, bool, bool) @ 0x0000000040ba5e39 6. ./build_docker/./src/Interpreters/InterpreterCreateFunctionQuery.cpp:52: DB::InterpreterCreateFunctionQuery::execute() @ 0x0000000039427df9 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:38:55.886759 [ 109222 ] {b18176fc-1cb1-4434-9f8e-9a78dc0595ed} executeQuery: Code: 46. DB::Exception: User-defined object 'unknown_function' doesn't exist: while removing user defined function `unknown_function`. (UNKNOWN_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60428) (comment: 01856_create_function.sql) (in query: DROP FUNCTION unknown_function;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Functions/UserDefined/UserDefinedSQLObjectsStorageBase.cpp:138: DB::UserDefinedSQLObjectsStorageBase::removeObject(std::shared_ptr const&, DB::UserDefinedSQLObjectType, String const&, bool) @ 0x0000000040bea352 5. ./build_docker/./src/Functions/UserDefined/UserDefinedSQLFunctionFactory.cpp:168: DB::UserDefinedSQLFunctionFactory::unregisterFunction(std::shared_ptr const&, String const&, bool) @ 0x0000000040ba6a00 6. ./build_docker/./src/Interpreters/InterpreterDropFunctionQuery.cpp:48: DB::InterpreterDropFunctionQuery::execute() @ 0x000000003942b49f 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:38:55.893259 [ 109222 ] {} TCPHandler: Code: 46. DB::Exception: User-defined object 'unknown_function' doesn't exist: while removing user defined function `unknown_function`. (UNKNOWN_FUNCTION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Functions/UserDefined/UserDefinedSQLObjectsStorageBase.cpp:138: DB::UserDefinedSQLObjectsStorageBase::removeObject(std::shared_ptr const&, DB::UserDefinedSQLObjectType, String const&, bool) @ 0x0000000040bea352 5. ./build_docker/./src/Functions/UserDefined/UserDefinedSQLFunctionFactory.cpp:168: DB::UserDefinedSQLFunctionFactory::unregisterFunction(std::shared_ptr const&, String const&, bool) @ 0x0000000040ba6a00 6. ./build_docker/./src/Interpreters/InterpreterDropFunctionQuery.cpp:48: DB::InterpreterDropFunctionQuery::execute() @ 0x000000003942b49f 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:38:56.281748 [ 109222 ] {af5f51e3-5ee9-4295-9d07-9038609046a8} executeQuery: Code: 610. DB::Exception: Cannot drop system function 'CAST'. (CANNOT_DROP_FUNCTION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60428) (comment: 01856_create_function.sql) (in query: DROP FUNCTION CAST;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Functions/UserDefined/UserDefinedSQLFunctionFactory.cpp:127: DB::UserDefinedSQLFunctionFactory::checkCanBeUnregistered(std::shared_ptr const&, String const&) @ 0x0000000040ba51dd 5. ./build_docker/./src/Functions/UserDefined/UserDefinedSQLFunctionFactory.cpp:163: DB::UserDefinedSQLFunctionFactory::unregisterFunction(std::shared_ptr const&, String const&, bool) @ 0x0000000040ba68bd 6. ./build_docker/./src/Interpreters/InterpreterDropFunctionQuery.cpp:48: DB::InterpreterDropFunctionQuery::execute() @ 0x000000003942b49f 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:38:56.288784 [ 109222 ] {} TCPHandler: Code: 610. DB::Exception: Cannot drop system function 'CAST'. (CANNOT_DROP_FUNCTION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Functions/UserDefined/UserDefinedSQLFunctionFactory.cpp:127: DB::UserDefinedSQLFunctionFactory::checkCanBeUnregistered(std::shared_ptr const&, String const&) @ 0x0000000040ba51dd 5. ./build_docker/./src/Functions/UserDefined/UserDefinedSQLFunctionFactory.cpp:163: DB::UserDefinedSQLFunctionFactory::unregisterFunction(std::shared_ptr const&, String const&, bool) @ 0x0000000040ba68bd 6. ./build_docker/./src/Interpreters/InterpreterDropFunctionQuery.cpp:48: DB::InterpreterDropFunctionQuery::execute() @ 0x000000003942b49f 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:39:58.560217 [ 112929 ] {38a37d12-9790-4d1e-86b7-0ce48dc900ba} executeQuery: Code: 253. DB::Exception: Replica /clickhouse/tables/db_01530_atomic/db_01530_atomic/data/replicas/test already exists. (REPLICA_ALREADY_EXISTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35674) (comment: 01530_drop_database_atomic_sync.sql) (in query: CREATE TABLE db_01530_atomic.data (`key` Int) ENGINE = ReplicatedMergeTree('/clickhouse/tables/{database}/db_01530_atomic/data', 'test') ORDER BY key SETTINGS index_granularity = 64216, min_bytes_for_wide_part = 0, ratio_of_defaults_for_sparse_serialization = 0., replace_long_file_name_to_hash = false, max_file_name_length = 31, min_bytes_for_full_part_storage = 30349463, compact_parts_max_bytes_to_buffer = 290430546, compact_parts_max_granules_to_buffer = 112, compact_parts_merge_max_bytes_to_prefetch_part = 30342306, merge_max_block_size = 14255, old_parts_lifetime = 480., prefer_fetch_merged_part_size_threshold = 10737418240, vertical_merge_algorithm_min_rows_to_activate = 1, vertical_merge_algorithm_min_columns_to_activate = 96, min_merge_bytes_to_use_direct_io = 8257674346, index_granularity_bytes = 15743106, use_const_adaptive_granularity = false, enable_index_granularity_compression = false, concurrent_part_removal_threshold = 12, allow_vertical_merges_from_compact_to_wide_parts = true, cache_populated_by_fetch = true, marks_compress_block_size = 36769, primary_key_compress_block_size = 47200, use_primary_key_cache = false, prewarm_primary_key_cache = true, prewarm_mark_cache = true), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:1231: DB::StorageReplicatedMergeTree::createReplicaAttempt(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003cdc94de 5. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:1081: DB::StorageReplicatedMergeTree::createReplica(std::shared_ptr const&, DB::ZooKeeperRetriesInfo const&) const @ 0x000000003cd63b5a 6. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:618: DB::StorageReplicatedMergeTree::StorageReplicatedMergeTree(DB::TableZnodeInfo const&, DB::LoadingStrictnessLevel, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::ZooKeeperRetriesInfo const&) @ 0x000000003cd5b346 7. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::TableZnodeInfo&, DB::LoadingStrictnessLevel const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, bool&, DB::ZooKeeperRetriesInfo&, void>(std::allocator const&, DB::TableZnodeInfo&, DB::LoadingStrictnessLevel const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&, bool&, DB::ZooKeeperRetriesInfo&) @ 0x000000003eaa4483 8. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95b18 9. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 10. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 11. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 12. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 18:39:58.569090 [ 112929 ] {} TCPHandler: Code: 253. DB::Exception: Replica /clickhouse/tables/db_01530_atomic/db_01530_atomic/data/replicas/test already exists. (REPLICA_ALREADY_EXISTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:1231: DB::StorageReplicatedMergeTree::createReplicaAttempt(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003cdc94de 5. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:1081: DB::StorageReplicatedMergeTree::createReplica(std::shared_ptr const&, DB::ZooKeeperRetriesInfo const&) const @ 0x000000003cd63b5a 6. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:618: DB::StorageReplicatedMergeTree::StorageReplicatedMergeTree(DB::TableZnodeInfo const&, DB::LoadingStrictnessLevel, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata const&, std::shared_ptr, String const&, DB::MergeTreeData::MergingParams const&, std::unique_ptr>, bool, DB::ZooKeeperRetriesInfo const&) @ 0x000000003cd5b346 7. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::TableZnodeInfo&, DB::LoadingStrictnessLevel const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>, bool&, DB::ZooKeeperRetriesInfo&, void>(std::allocator const&, DB::TableZnodeInfo&, DB::LoadingStrictnessLevel const&, DB::StorageID const&, String const&, DB::StorageInMemoryMetadata&, std::shared_ptr&, String&, DB::MergeTreeData::MergingParams&, std::unique_ptr>&&, bool&, DB::ZooKeeperRetriesInfo&) @ 0x000000003eaa4483 8. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea95b18 9. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 10. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 11. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 12. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 13. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 18:40:29.715879 [ 106750 ] {361aa0ef-97e1-47b0-8dad-b525ff2b47b9} DistributedSink: Structure does not match (remote: n Int8 Int8(size = 0), local: n UInt64 UInt64(size = 1)), implicit conversion will be done. 2025.03.31 18:41:28.183654 [ 112929 ] {758df7e8-cb68-4832-ba92-2a03e75b904b} executeQuery: Code: 60. DB::Exception: Could not find table: table_for_freeze. (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60452) (comment: 01417_freeze_partition_verbose.sh) (in query: ALTER TABLE table_for_freeze UNFREEZE PARTITION '7' WITH NAME 'test_01417_single_part_7_system'), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:137: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037753e89 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 8. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 18:41:28.194501 [ 112929 ] {} TCPHandler: Code: 60. DB::Exception: Could not find table: table_for_freeze. (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:137: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037753e89 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 8. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 18:41:35.077451 [ 113141 ] {7b9219ff-fa61-4f09-bc07-65f1fbf2dc0b} executeQuery: Code: 60. DB::Exception: Table test_01320.r does not exist. Maybe you meant `03147_db`.t?. (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:60518) (comment: 01320_create_sync_race_condition_zookeeper.sh) (in query: SYSTEM SYNC REPLICA test_01320.r), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&) @ 0x0000000008b24cbf 4. ./build_docker/./src/Databases/IDatabase.cpp:38: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339f65 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 7. ./build_docker/./src/Interpreters/InterpreterSystemQuery.cpp:1216: DB::InterpreterSystemQuery::syncReplica(DB::ASTSystemQuery&) @ 0x0000000039347c62 8. ./build_docker/./src/Interpreters/InterpreterSystemQuery.cpp:726: DB::InterpreterSystemQuery::execute() @ 0x000000003931e352 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:41:35.084393 [ 113141 ] {} TCPHandler: Code: 60. DB::Exception: Table test_01320.r does not exist. Maybe you meant `03147_db`.t?. (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&) @ 0x0000000008b24cbf 4. ./build_docker/./src/Databases/IDatabase.cpp:38: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339f65 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 7. ./build_docker/./src/Interpreters/InterpreterSystemQuery.cpp:1216: DB::InterpreterSystemQuery::syncReplica(DB::ASTSystemQuery&) @ 0x0000000039347c62 8. ./build_docker/./src/Interpreters/InterpreterSystemQuery.cpp:726: DB::InterpreterSystemQuery::execute() @ 0x000000003931e352 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:42:05.255542 [ 112929 ] {f037c9d2-d831-4bee-9e99-9b60603b9467} executeQuery: Code: 180. DB::Exception: There is no settings profile `s2_01294` in user directories. (THERE_IS_NO_PROFILE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:47378) (comment: 01294_create_settings_profile.sql) (in query: SHOW CREATE SETTINGS PROFILE s2_01294;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::IAccessStorage::throwNotFound(DB::AccessEntityType, String const&) const @ 0x0000000033d0e550 4. ./build_docker/./src/Access/IAccessStorage.cpp:94: DB::IAccessStorage::getID(DB::AccessEntityType, String const&) const @ 0x0000000033d0e337 5. ./build_docker/./src/Interpreters/Access/InterpreterShowCreateAccessEntityQuery.cpp:345: DB::InterpreterShowCreateAccessEntityQuery::getEntities() const @ 0x000000003b43223a 6. ./build_docker/./src/Interpreters/Access/InterpreterShowCreateAccessEntityQuery.cpp:355: DB::InterpreterShowCreateAccessEntityQuery::getCreateQueries() const @ 0x000000003b42f415 7. ./build_docker/./src/Interpreters/Access/InterpreterShowCreateAccessEntityQuery.cpp:267: DB::InterpreterShowCreateAccessEntityQuery::executeImpl() @ 0x000000003b42d261 8. ./build_docker/./src/Interpreters/Access/InterpreterShowCreateAccessEntityQuery.cpp:259: DB::InterpreterShowCreateAccessEntityQuery::execute() @ 0x000000003b42d124 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:42:05.262433 [ 112929 ] {} TCPHandler: Code: 180. DB::Exception: There is no settings profile `s2_01294` in user directories. (THERE_IS_NO_PROFILE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::IAccessStorage::throwNotFound(DB::AccessEntityType, String const&) const @ 0x0000000033d0e550 4. ./build_docker/./src/Access/IAccessStorage.cpp:94: DB::IAccessStorage::getID(DB::AccessEntityType, String const&) const @ 0x0000000033d0e337 5. ./build_docker/./src/Interpreters/Access/InterpreterShowCreateAccessEntityQuery.cpp:345: DB::InterpreterShowCreateAccessEntityQuery::getEntities() const @ 0x000000003b43223a 6. ./build_docker/./src/Interpreters/Access/InterpreterShowCreateAccessEntityQuery.cpp:355: DB::InterpreterShowCreateAccessEntityQuery::getCreateQueries() const @ 0x000000003b42f415 7. ./build_docker/./src/Interpreters/Access/InterpreterShowCreateAccessEntityQuery.cpp:267: DB::InterpreterShowCreateAccessEntityQuery::executeImpl() @ 0x000000003b42d261 8. ./build_docker/./src/Interpreters/Access/InterpreterShowCreateAccessEntityQuery.cpp:259: DB::InterpreterShowCreateAccessEntityQuery::execute() @ 0x000000003b42d124 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:42:16.843608 [ 114576 ] {02c23d6a-e805-473b-b316-116456355605} executeQuery: Code: 43. DB::Exception: Third argument of function dictHas must be tuple when dictionary is complex and key contains more than 1 attribute.Actual type String.: In scope SELECT dictHas('01280_db.ssd_dict', 'a', tuple('1')). (ILLEGAL_TYPE_OF_ARGUMENT) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45364) (comment: 01280_ssd_complex_key_dictionary.sh) (in query: SELECT dictHas('01280_db.ssd_dict', 'a', tuple('1'));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionDictHas::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008e8eac3 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 18:42:16.851769 [ 114576 ] {} TCPHandler: Code: 43. DB::Exception: Third argument of function dictHas must be tuple when dictionary is complex and key contains more than 1 attribute.Actual type String.: In scope SELECT dictHas('01280_db.ssd_dict', 'a', tuple('1')). (ILLEGAL_TYPE_OF_ARGUMENT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::FunctionDictHas::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008e8eac3 5. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 6. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 7. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 8. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 10. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 11. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 18:42:21.292876 [ 114576 ] {db5c9148-3f2c-4a5b-89f8-dcfeac0ea763} executeQuery: Code: 53. DB::Exception: Dictionary `01280_db`.ssd_dict (a1170140-a28b-4283-9ef2-137192b61ffd) key lookup structure does not match, expected (String, Int32): In scope SELECT dictGetUInt64('01280_db.ssd_dict', 'a', tuple(toInt32(3))). (TYPE_MISMATCH) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:35154) (comment: 01280_ssd_complex_key_dictionary.sh) (in query: SELECT dictGetUInt64('01280_db.ssd_dict', 'a', tuple(toInt32(3)));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./src/Dictionaries/IDictionary.h:151: DB::IDictionary::convertKeyColumns(std::vector::immutable_ptr, std::allocator::immutable_ptr>>&, std::vector, std::allocator>>&) const @ 0x0000000027f49094 5. DB::FunctionDictGetNoType<(DB::DictionaryGetFunctionType)0>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008e55d42 6. DB::FunctionDictGetImpl, DB::NameDictGetUInt64, (DB::DictionaryGetFunctionType)0>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008ea910f 7. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 8. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 10. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 18:42:21.300792 [ 114576 ] {} TCPHandler: Code: 53. DB::Exception: Dictionary `01280_db`.ssd_dict (a1170140-a28b-4283-9ef2-137192b61ffd) key lookup structure does not match, expected (String, Int32): In scope SELECT dictGetUInt64('01280_db.ssd_dict', 'a', tuple(toInt32(3))). (TYPE_MISMATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./src/Dictionaries/IDictionary.h:151: DB::IDictionary::convertKeyColumns(std::vector::immutable_ptr, std::allocator::immutable_ptr>>&, std::vector, std::allocator>>&) const @ 0x0000000027f49094 5. DB::FunctionDictGetNoType<(DB::DictionaryGetFunctionType)0>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008e55d42 6. DB::FunctionDictGetImpl, DB::NameDictGetUInt64, (DB::DictionaryGetFunctionType)0>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008ea910f 7. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 8. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 9. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 10. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 11. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 12. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 13. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 21. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 22. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 24. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 27. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 28. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 29. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 30. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 31. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 2025.03.31 18:42:38.321311 [ 114576 ] {482819af-e0a4-4145-99e4-8bdb0653033a} executeQuery: Code: 81. DB::Exception: Database test_01155_ordinary does not exist. (UNKNOWN_DATABASE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44370) (comment: 01155_rename_move_materialized_view.sql) (in query: SELECT materialize(2), substr(_table, 1, 10), s FROM merge('test_01155_atomic', '') ORDER BY _table, s;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:426: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x0000000036881225 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 6. ./build_docker/./src/Storages/StorageMaterializedView.cpp:774: DB::StorageMaterializedView::getTargetTable() const @ 0x000000003cbb7368 7. ./build_docker/./src/Storages/StorageMaterializedView.cpp:319: DB::StorageMaterializedView::getStorageSnapshot(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003cbb7768 8. ./build_docker/./src/Storages/StorageMerge.cpp:364: DB::StorageMerge::getQueryProcessingStage(std::shared_ptr, DB::QueryProcessingStage::Enum, std::shared_ptr const&, DB::SelectQueryInfo&) const @ 0x000000003cc2140e 9. ./build_docker/./src/Planner/PlannerJoinTree.cpp:914: DB::(anonymous namespace)::buildQueryPlanForTableExpression(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions const&, std::shared_ptr&, bool, bool) @ 0x00000000386c5b39 10. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2035: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386aadf5 11. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 12. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 18:42:38.330548 [ 114576 ] {} TCPHandler: Code: 81. DB::Exception: Database test_01155_ordinary does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:426: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x0000000036881225 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 6. ./build_docker/./src/Storages/StorageMaterializedView.cpp:774: DB::StorageMaterializedView::getTargetTable() const @ 0x000000003cbb7368 7. ./build_docker/./src/Storages/StorageMaterializedView.cpp:319: DB::StorageMaterializedView::getStorageSnapshot(std::shared_ptr const&, std::shared_ptr) const @ 0x000000003cbb7768 8. ./build_docker/./src/Storages/StorageMerge.cpp:364: DB::StorageMerge::getQueryProcessingStage(std::shared_ptr, DB::QueryProcessingStage::Enum, std::shared_ptr const&, DB::SelectQueryInfo&) const @ 0x000000003cc2140e 9. ./build_docker/./src/Planner/PlannerJoinTree.cpp:914: DB::(anonymous namespace)::buildQueryPlanForTableExpression(std::shared_ptr, std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions const&, std::shared_ptr&, bool, bool) @ 0x00000000386c5b39 10. ./build_docker/./src/Planner/PlannerJoinTree.cpp:2035: DB::buildJoinTreeQueryPlan(std::shared_ptr const&, DB::SelectQueryInfo const&, DB::SelectQueryOptions&, std::unordered_set, std::equal_to, std::allocator> const&, std::shared_ptr&) @ 0x00000000386aadf5 11. ./build_docker/./src/Planner/Planner.cpp:1561: DB::Planner::buildPlanForQueryNode() @ 0x0000000038651f7b 12. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 16. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 17. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 18. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 19. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 20. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 21. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 22. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 23. ? @ 0x00007fc708d31ac3 24. ? @ 0x00007fc708dc3850 2025.03.31 18:42:39.146093 [ 114576 ] {7926e3c1-0353-49c3-8e2e-36282ea08c33} executeQuery: Code: 36. DB::Exception: Dictionary (`test_01155_ordinary.dict`) not found: In scope SELECT dictGet('test_01155_ordinary.dict', 'x', 'after moving tables'). (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:44370) (comment: 01155_rename_move_materialized_view.sql) (in query: SELECT dictGet('test_01155_ordinary.dict', 'x', 'after moving tables');), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/ExternalDictionariesLoader.cpp:168: DB::ExternalDictionariesLoader::resolveDictionaryName(String const&, String const&) const @ 0x000000003767bfde 5. ./build_docker/./src/Interpreters/ExternalDictionariesLoader.cpp:113: DB::ExternalDictionariesLoader::getDictionaryStructure(String const&, std::shared_ptr) const @ 0x000000003767d773 6. DB::FunctionDictHelper::getDictionaryStructure(String const&) const @ 0x0000000008e6d247 7. DB::FunctionDictGetNoType<(DB::DictionaryGetFunctionType)0>::getReturnTypeImpl(std::vector> const&) const @ 0x0000000008e5b2c7 8. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 9. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 10. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 11. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 18:42:39.153802 [ 114576 ] {} TCPHandler: Code: 36. DB::Exception: Dictionary (`test_01155_ordinary.dict`) not found: In scope SELECT dictGet('test_01155_ordinary.dict', 'x', 'after moving tables'). (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Interpreters/ExternalDictionariesLoader.cpp:168: DB::ExternalDictionariesLoader::resolveDictionaryName(String const&, String const&) const @ 0x000000003767bfde 5. ./build_docker/./src/Interpreters/ExternalDictionariesLoader.cpp:113: DB::ExternalDictionariesLoader::getDictionaryStructure(String const&, std::shared_ptr) const @ 0x000000003767d773 6. DB::FunctionDictHelper::getDictionaryStructure(String const&) const @ 0x0000000008e6d247 7. DB::FunctionDictGetNoType<(DB::DictionaryGetFunctionType)0>::getReturnTypeImpl(std::vector> const&) const @ 0x0000000008e5b2c7 8. DB::FunctionToOverloadResolverAdaptor::getReturnTypeImpl(std::vector> const&) const @ 0x000000000f17ce7f 9. DB::IFunctionOverloadResolver::getReturnTypeWithoutLowCardinality(std::vector> const&) const @ 0x0000000031bff73c 10. DB::IFunctionOverloadResolver::getReturnType(std::vector> const&) const @ 0x0000000031bfea00 11. DB::IFunctionOverloadResolver::build(std::vector> const&) const @ 0x0000000031c00898 12. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3494: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94112 13. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 14. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 15. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 16. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 19. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 20. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 21. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 22. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 23. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 24. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 25. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 26. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 27. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 28. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 29. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 30. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 31. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 2025.03.31 18:42:48.665620 [ 114572 ] {0bdfd241-cd3a-404e-bdb2-1d804d39ea4c} executeQuery: Code: 517. DB::Exception: Cannot DROP PARTITION in test_dt4ls55b.src_10 after copying partition to test_dt4ls55b.dst_11, because another ALTER PARTITION query was concurrently executed. (CANNOT_ASSIGN_ALTER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:58760) (comment: 01154_move_partition_long.sh) (in query: ALTER TABLE src_10 MOVE PARTITION 2 TO TABLE dst_11), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:8709: DB::StorageReplicatedMergeTree::movePartitionToTable(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003d08d0f0 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5542: DB::MergeTreeData::movePartitionToTable(DB::PartitionCommand const&, std::shared_ptr) @ 0x000000003df2ac90 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5621: DB::MergeTreeData::alterPartition(std::shared_ptr const&, std::vector> const&, std::shared_ptr) @ 0x000000003df2dfbc 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:245: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751f81 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:42:48.679897 [ 114572 ] {} TCPHandler: Code: 517. DB::Exception: Cannot DROP PARTITION in test_dt4ls55b.src_10 after copying partition to test_dt4ls55b.dst_11, because another ALTER PARTITION query was concurrently executed. (CANNOT_ASSIGN_ALTER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:8709: DB::StorageReplicatedMergeTree::movePartitionToTable(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003d08d0f0 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5542: DB::MergeTreeData::movePartitionToTable(DB::PartitionCommand const&, std::shared_ptr) @ 0x000000003df2ac90 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5621: DB::MergeTreeData::alterPartition(std::shared_ptr const&, std::vector> const&, std::shared_ptr) @ 0x000000003df2dfbc 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:245: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751f81 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:42:49.340687 [ 114827 ] {e3672d3b-cf3b-432b-ad22-5bef6ae515b9} executeQuery: Code: 233. DB::Exception: Unexpected part name: for format version: 1. (BAD_DATA_PART_NAME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:58816) (comment: 01154_move_partition_long.sh) (in query: ALTER TABLE dst_14 DROP PART ''), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception&>(int, FormatStringHelperImpl::type, std::type_identity&>::type>, String const&, StrongTypedef&) @ 0x000000003e3f2b6d 4. ./build_docker/./src/Storages/MergeTree/MergeTreePartInfo.cpp:23: DB::MergeTreePartInfo::fromPartName(String const&, StrongTypedef) @ 0x000000003e3ea977 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5293: DB::MergeTreeData::checkAlterPartitionIsPossible(std::vector> const&, std::shared_ptr const&, DB::Settings const&, std::shared_ptr) const @ 0x000000003df1a91e 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:244: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751da3 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:42:49.352410 [ 114827 ] {} TCPHandler: Code: 233. DB::Exception: Unexpected part name: for format version: 1. (BAD_DATA_PART_NAME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception&>(int, FormatStringHelperImpl::type, std::type_identity&>::type>, String const&, StrongTypedef&) @ 0x000000003e3f2b6d 4. ./build_docker/./src/Storages/MergeTree/MergeTreePartInfo.cpp:23: DB::MergeTreePartInfo::fromPartName(String const&, StrongTypedef) @ 0x000000003e3ea977 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5293: DB::MergeTreeData::checkAlterPartitionIsPossible(std::vector> const&, std::shared_ptr const&, DB::Settings const&, std::shared_ptr) const @ 0x000000003df1a91e 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:244: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751da3 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:42:51.493746 [ 114576 ] {98b398e5-9e3e-4c9f-bc3f-6a40a0d68ec6} executeQuery: Code: 232. DB::Exception: No part 4_0_0_0 in committed state. (NO_SUCH_DATA_PART) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:58888) (comment: 01154_move_partition_long.sh) (in query: ALTER TABLE dst_14 DROP PART '4_0_0_0'), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5359: DB::MergeTreeData::checkPartCanBeDropped(String const&, std::shared_ptr) @ 0x000000003df1e0de 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5586: DB::MergeTreeData::alterPartition(std::shared_ptr const&, std::vector> const&, std::shared_ptr) @ 0x000000003df30046 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:245: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751f81 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:42:51.504786 [ 114576 ] {} TCPHandler: Code: 232. DB::Exception: No part 4_0_0_0 in committed state. (NO_SUCH_DATA_PART), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5359: DB::MergeTreeData::checkPartCanBeDropped(String const&, std::shared_ptr) @ 0x000000003df1e0de 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5586: DB::MergeTreeData::alterPartition(std::shared_ptr const&, std::vector> const&, std::shared_ptr) @ 0x000000003df30046 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:245: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751f81 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:42:51.901362 [ 114828 ] {e3821773-1820-4672-9fee-5b65b8c10558} executeQuery: Code: 517. DB::Exception: Cannot DROP PARTITION in test_dt4ls55b.src_7 after copying partition to test_dt4ls55b.dst_0, because another ALTER PARTITION query was concurrently executed. (CANNOT_ASSIGN_ALTER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:58916) (comment: 01154_move_partition_long.sh) (in query: ALTER TABLE src_7 MOVE PARTITION 2 TO TABLE dst_0), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:8709: DB::StorageReplicatedMergeTree::movePartitionToTable(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003d08d0f0 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5542: DB::MergeTreeData::movePartitionToTable(DB::PartitionCommand const&, std::shared_ptr) @ 0x000000003df2ac90 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5621: DB::MergeTreeData::alterPartition(std::shared_ptr const&, std::vector> const&, std::shared_ptr) @ 0x000000003df2dfbc 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:245: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751f81 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:42:51.913929 [ 114828 ] {} TCPHandler: Code: 517. DB::Exception: Cannot DROP PARTITION in test_dt4ls55b.src_7 after copying partition to test_dt4ls55b.dst_0, because another ALTER PARTITION query was concurrently executed. (CANNOT_ASSIGN_ALTER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:8709: DB::StorageReplicatedMergeTree::movePartitionToTable(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003d08d0f0 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5542: DB::MergeTreeData::movePartitionToTable(DB::PartitionCommand const&, std::shared_ptr) @ 0x000000003df2ac90 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5621: DB::MergeTreeData::alterPartition(std::shared_ptr const&, std::vector> const&, std::shared_ptr) @ 0x000000003df2dfbc 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:245: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751f81 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:42:53.678516 [ 114829 ] {b992dd18-f187-409b-a232-5c4417f00c92} executeQuery: Code: 233. DB::Exception: Unexpected part name: for format version: 1. (BAD_DATA_PART_NAME) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:58994) (comment: 01154_move_partition_long.sh) (in query: ALTER TABLE dst_5 DROP PART ''), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception&>(int, FormatStringHelperImpl::type, std::type_identity&>::type>, String const&, StrongTypedef&) @ 0x000000003e3f2b6d 4. ./build_docker/./src/Storages/MergeTree/MergeTreePartInfo.cpp:23: DB::MergeTreePartInfo::fromPartName(String const&, StrongTypedef) @ 0x000000003e3ea977 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5293: DB::MergeTreeData::checkAlterPartitionIsPossible(std::vector> const&, std::shared_ptr const&, DB::Settings const&, std::shared_ptr) const @ 0x000000003df1a91e 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:244: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751da3 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:42:53.689944 [ 114829 ] {} TCPHandler: Code: 233. DB::Exception: Unexpected part name: for format version: 1. (BAD_DATA_PART_NAME), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception&>(int, FormatStringHelperImpl::type, std::type_identity&>::type>, String const&, StrongTypedef&) @ 0x000000003e3f2b6d 4. ./build_docker/./src/Storages/MergeTree/MergeTreePartInfo.cpp:23: DB::MergeTreePartInfo::fromPartName(String const&, StrongTypedef) @ 0x000000003e3ea977 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5293: DB::MergeTreeData::checkAlterPartitionIsPossible(std::vector> const&, std::shared_ptr const&, DB::Settings const&, std::shared_ptr) const @ 0x000000003df1a91e 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:244: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751da3 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:42:58.903408 [ 114834 ] {9999782e-ef12-4a4b-84bc-902a8d2c8da1} executeQuery: Code: 48. DB::Exception: Table test_dt4ls55b.src_15 (2780e1a0-6a15-4dc8-ad1f-bc1cdcfc90f8) supports movePartitionToTable only for MergeTree family of table engines. Got ReplicatedMergeTree. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:53766) (comment: 01154_move_partition_long.sh) (in query: ALTER TABLE src_15 MOVE PARTITION 2 TO TABLE dst_6), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Storages/StorageMergeTree.cpp:2339: DB::StorageMergeTree::movePartitionToTable(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003eb366b5 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5542: DB::MergeTreeData::movePartitionToTable(DB::PartitionCommand const&, std::shared_ptr) @ 0x000000003df2ac90 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5621: DB::MergeTreeData::alterPartition(std::shared_ptr const&, std::vector> const&, std::shared_ptr) @ 0x000000003df2dfbc 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:245: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751f81 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:42:58.915886 [ 114834 ] {} TCPHandler: Code: 48. DB::Exception: Table test_dt4ls55b.src_15 (2780e1a0-6a15-4dc8-ad1f-bc1cdcfc90f8) supports movePartitionToTable only for MergeTree family of table engines. Got ReplicatedMergeTree. (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Storages/StorageMergeTree.cpp:2339: DB::StorageMergeTree::movePartitionToTable(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003eb366b5 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5542: DB::MergeTreeData::movePartitionToTable(DB::PartitionCommand const&, std::shared_ptr) @ 0x000000003df2ac90 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5621: DB::MergeTreeData::alterPartition(std::shared_ptr const&, std::vector> const&, std::shared_ptr) @ 0x000000003df2dfbc 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:245: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751f81 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:43:01.102310 [ 1076 ] {} test_dt4ls55b.dst_2 (5783f674-7a7d-406a-a062-acb6feffdab3): Do not enqueue part 9_7_7_0 for check because it's covered by drop range 9_0_8_999999999_999999999 and going to be removed 2025.03.31 18:43:01.364698 [ 1084 ] {} test_dt4ls55b.dst_10 (4466364a-05ea-4495-862b-5847cfc0072b): Do not enqueue part 9_7_7_0 for check because it's covered by drop range 9_0_8_999999999_999999999 and going to be removed 2025.03.31 18:43:03.368149 [ 114851 ] {1d313018-ca55-460a-a880-96447ccc3c4a} executeQuery: Code: 517. DB::Exception: Cannot DROP PARTITION in test_dt4ls55b.src_5 after copying partition to test_dt4ls55b.dst_2, because another ALTER PARTITION query was concurrently executed. (CANNOT_ASSIGN_ALTER) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:53894) (comment: 01154_move_partition_long.sh) (in query: ALTER TABLE src_5 MOVE PARTITION 3 TO TABLE dst_2), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:8709: DB::StorageReplicatedMergeTree::movePartitionToTable(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003d08d0f0 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5542: DB::MergeTreeData::movePartitionToTable(DB::PartitionCommand const&, std::shared_ptr) @ 0x000000003df2ac90 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5621: DB::MergeTreeData::alterPartition(std::shared_ptr const&, std::vector> const&, std::shared_ptr) @ 0x000000003df2dfbc 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:245: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751f81 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:43:03.383085 [ 114851 ] {} TCPHandler: Code: 517. DB::Exception: Cannot DROP PARTITION in test_dt4ls55b.src_5 after copying partition to test_dt4ls55b.dst_2, because another ALTER PARTITION query was concurrently executed. (CANNOT_ASSIGN_ALTER), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:8709: DB::StorageReplicatedMergeTree::movePartitionToTable(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr) @ 0x000000003d08d0f0 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5542: DB::MergeTreeData::movePartitionToTable(DB::PartitionCommand const&, std::shared_ptr) @ 0x000000003df2ac90 6. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5621: DB::MergeTreeData::alterPartition(std::shared_ptr const&, std::vector> const&, std::shared_ptr) @ 0x000000003df2dfbc 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:245: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751f81 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:43:07.575320 [ 114846 ] {50e993ca-596d-492f-8dc2-3fc09094e8de} executeQuery: Code: 384. DB::Exception: Part 1_5_5_0 has already been assigned a merge into 1_3_8_1. (PART_IS_TEMPORARILY_LOCKED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:58948) (comment: 01154_move_partition_long.sh) (in query: ALTER TABLE dst_7 DROP PART '1_5_5_0'), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:104: DB::Exception::Exception(PreformattedMessage const&, int) @ 0x000000002738bf55 3. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:9214: DB::StorageReplicatedMergeTree::dropPartImpl(std::shared_ptr&, String, DB::ReplicatedMergeTreeLogEntry&, bool, bool) @ 0x000000003cfcb1f7 4. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:6802: DB::StorageReplicatedMergeTree::dropPart(String const&, bool, std::shared_ptr) @ 0x000000003cfcda3c 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5587: DB::MergeTreeData::alterPartition(std::shared_ptr const&, std::vector> const&, std::shared_ptr) @ 0x000000003df30139 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:245: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751f81 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:43:07.586402 [ 114846 ] {} TCPHandler: Code: 384. DB::Exception: Part 1_5_5_0 has already been assigned a merge into 1_3_8_1. (PART_IS_TEMPORARILY_LOCKED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:104: DB::Exception::Exception(PreformattedMessage const&, int) @ 0x000000002738bf55 3. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:9214: DB::StorageReplicatedMergeTree::dropPartImpl(std::shared_ptr&, String, DB::ReplicatedMergeTreeLogEntry&, bool, bool) @ 0x000000003cfcb1f7 4. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:6802: DB::StorageReplicatedMergeTree::dropPart(String const&, bool, std::shared_ptr) @ 0x000000003cfcda3c 5. ./build_docker/./src/Storages/MergeTree/MergeTreeData.cpp:5587: DB::MergeTreeData::alterPartition(std::shared_ptr const&, std::vector> const&, std::shared_ptr) @ 0x000000003df30139 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:245: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037751f81 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:43:15.515793 [ 1076 ] {} test_dt4ls55b.dst_9 (4a160900-ef69-41b0-b4f7-37e88b7daf54): Do not enqueue part 9_15_15_0 for check because it's covered by drop range 9_0_16_999999999_999999999 and going to be removed 2025.03.31 18:43:24.121763 [ 1079 ] {} test_dt4ls55b.dst_13 (fdc374aa-f2de-4202-9816-14f8ddc273de): Do not enqueue part 2_13_13_0 for check because it's covered by drop range 2_0_16_999999999_999999999 and going to be removed 2025.03.31 18:43:26.280709 [ 1080 ] {} test_dt4ls55b.dst_0 (561a3313-c0c0-4899-aee1-b9957b5c29f2): Do not enqueue part 3_15_15_0 for check because it's covered by drop range 3_0_17_999999999_999999999 and going to be removed 2025.03.31 18:43:27.263694 [ 114836 ] {} TCPHandler: TCPHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket (peer: [::1]:38376, local: [::1]:9000). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:83: DB::ReadBufferFromPocoSocketBase::socketReceiveBytesImpl(char*, unsigned long) @ 0x0000000020b7390f 4. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:107: DB::ReadBufferFromPocoSocketBase::nextImpl() @ 0x0000000020b748a1 5. ./build_docker/./src/IO/ReadBufferFromPocoSocketChunked.cpp:103: DB::ReadBufferFromPocoSocketChunked::nextImpl() @ 0x000000003f05181a 6. DB::ReadBuffer::next() @ 0x0000000008c432cf 7. ./src/IO/ReadBuffer.h:103: DB::TCPHandler::runImpl() @ 0x000000003f425633 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:43:27.264280 [ 114836 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket (peer: [::1]:38376, local: [::1]:9000). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:83: DB::ReadBufferFromPocoSocketBase::socketReceiveBytesImpl(char*, unsigned long) @ 0x0000000020b7390f 4. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:107: DB::ReadBufferFromPocoSocketBase::nextImpl() @ 0x0000000020b748a1 5. ./build_docker/./src/IO/ReadBufferFromPocoSocketChunked.cpp:103: DB::ReadBufferFromPocoSocketChunked::nextImpl() @ 0x000000003f05181a 6. DB::ReadBuffer::next() @ 0x0000000008c432cf 7. ./src/IO/ReadBuffer.h:103: DB::TCPHandler::runImpl() @ 0x000000003f425633 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:43:27.898367 [ 114574 ] {5b912a19-13a3-4af6-80de-18368b9181c4} executeQuery: Code: 236. DB::NetException: Client has dropped the connection, cancel the query. (ABORTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:43712) (comment: 01154_move_partition_long.sh) (in query: INSERT INTO dst_9 SELECT * FROM generateRandom('p UInt64, k UInt64, v UInt64') LIMIT 69), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: _ZN2DB12NetExceptionC2IRA53_KcQsr3stdE16is_convertible_vIT_NSt3__112basic_stringIcNS6_11char_traitsIcEENS6_9allocatorIcEEEEEEEiOS5_ @ 0x000000003f482976 3. ./build_docker/./src/Server/TCPHandler.cpp:2400: DB::TCPHandler::receivePacketsExpectCancel(DB::QueryState&) @ 0x000000003f470617 4. ./build_docker/./src/Server/TCPHandler.cpp:685: bool std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f480a0e 5. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003f713ddc 6. ./build_docker/./src/Server/TCPHandler.cpp:699: DB::TCPHandler::runImpl() @ 0x000000003f427f3f 7. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 8. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 9. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 10. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 11. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 12. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 13. ? @ 0x00007fc708d31ac3 14. ? @ 0x00007fc708dc3850 2025.03.31 18:43:27.898422 [ 114854 ] {8963f99a-6628-4e74-a61b-a993fd3e7236} executeQuery: Code: 236. DB::NetException: Client has dropped the connection, cancel the query. (ABORTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:38388) (comment: 01154_move_partition_long.sh) (in query: INSERT INTO src_5 SELECT * FROM generateRandom('p UInt64, k UInt64, v UInt64') LIMIT 24), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: _ZN2DB12NetExceptionC2IRA53_KcQsr3stdE16is_convertible_vIT_NSt3__112basic_stringIcNS6_11char_traitsIcEENS6_9allocatorIcEEEEEEEiOS5_ @ 0x000000003f482976 3. ./build_docker/./src/Server/TCPHandler.cpp:2400: DB::TCPHandler::receivePacketsExpectCancel(DB::QueryState&) @ 0x000000003f470617 4. ./build_docker/./src/Server/TCPHandler.cpp:685: bool std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f480a0e 5. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003f713ddc 6. ./build_docker/./src/Server/TCPHandler.cpp:699: DB::TCPHandler::runImpl() @ 0x000000003f427f3f 7. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 8. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 9. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 10. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 11. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 12. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 13. ? @ 0x00007fc708d31ac3 14. ? @ 0x00007fc708dc3850 2025.03.31 18:43:27.925915 [ 114854 ] {8963f99a-6628-4e74-a61b-a993fd3e7236} TCPHandler: Can't send logs or exception to client. Close connection.: Code: 210. DB::NetException: I/O error: Broken pipe, while writing to socket ([::1]:9000 -> [::1]:38388). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/WriteBufferFromPocoSocket.cpp:171: DB::WriteBufferFromPocoSocket::nextImpl() @ 0x0000000020b7a476 4. ./build_docker/./src/IO/WriteBufferFromPocoSocketChunked.cpp:116: DB::WriteBufferFromPocoSocketChunked::nextImpl() @ 0x000000003f05a6aa 5. DB::WriteBuffer::next() @ 0x00000000088f5ec1 6. ./build_docker/./src/Server/TCPHandler.cpp:2532: DB::TCPHandler::sendException(DB::Exception const&, bool) @ 0x000000003f445507 7. ./build_docker/./src/Server/TCPHandler.cpp:829: DB::TCPHandler::runImpl() @ 0x000000003f428402 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:43:27.927714 [ 114574 ] {5b912a19-13a3-4af6-80de-18368b9181c4} TCPHandler: Can't send logs or exception to client. Close connection.: Code: 210. DB::NetException: I/O error: Broken pipe, while writing to socket ([::1]:9000 -> [::1]:43712). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/WriteBufferFromPocoSocket.cpp:171: DB::WriteBufferFromPocoSocket::nextImpl() @ 0x0000000020b7a476 4. ./build_docker/./src/IO/WriteBufferFromPocoSocketChunked.cpp:116: DB::WriteBufferFromPocoSocketChunked::nextImpl() @ 0x000000003f05a6aa 5. DB::WriteBuffer::next() @ 0x00000000088f5ec1 6. ./build_docker/./src/Server/TCPHandler.cpp:2532: DB::TCPHandler::sendException(DB::Exception const&, bool) @ 0x000000003f445507 7. ./build_docker/./src/Server/TCPHandler.cpp:829: DB::TCPHandler::runImpl() @ 0x000000003f428402 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:43:27.933987 [ 114854 ] {} TCPHandler: Code: 236. DB::NetException: Client has dropped the connection, cancel the query. (ABORTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: _ZN2DB12NetExceptionC2IRA53_KcQsr3stdE16is_convertible_vIT_NSt3__112basic_stringIcNS6_11char_traitsIcEENS6_9allocatorIcEEEEEEEiOS5_ @ 0x000000003f482976 3. ./build_docker/./src/Server/TCPHandler.cpp:2400: DB::TCPHandler::receivePacketsExpectCancel(DB::QueryState&) @ 0x000000003f470617 4. ./build_docker/./src/Server/TCPHandler.cpp:685: bool std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f480a0e 5. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003f713ddc 6. ./build_docker/./src/Server/TCPHandler.cpp:699: DB::TCPHandler::runImpl() @ 0x000000003f427f3f 7. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 8. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 9. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 10. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 11. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 12. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 13. ? @ 0x00007fc708d31ac3 14. ? @ 0x00007fc708dc3850 2025.03.31 18:43:27.936188 [ 114574 ] {} TCPHandler: Code: 236. DB::NetException: Client has dropped the connection, cancel the query. (ABORTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: _ZN2DB12NetExceptionC2IRA53_KcQsr3stdE16is_convertible_vIT_NSt3__112basic_stringIcNS6_11char_traitsIcEENS6_9allocatorIcEEEEEEEiOS5_ @ 0x000000003f482976 3. ./build_docker/./src/Server/TCPHandler.cpp:2400: DB::TCPHandler::receivePacketsExpectCancel(DB::QueryState&) @ 0x000000003f470617 4. ./build_docker/./src/Server/TCPHandler.cpp:685: bool std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x000000003f480a0e 5. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003f713ddc 6. ./build_docker/./src/Server/TCPHandler.cpp:699: DB::TCPHandler::runImpl() @ 0x000000003f427f3f 7. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 8. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 9. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 10. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 11. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 12. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 13. ? @ 0x00007fc708d31ac3 14. ? @ 0x00007fc708dc3850 2025.03.31 18:44:28.728873 [ 114830 ] {d29a2f46-5093-40ba-978c-39775efde105} InterpreterCreateQuery: ATTACH TABLE query with full table definition is not recommended: use either ATTACH TABLE mv; to attach existing table or CREATE TABLE mv
; to create new table or ATTACH TABLE mv FROM '/path/to/data/'
; to create new table and attach data. 2025.03.31 18:44:30.271491 [ 114830 ] {dd6ce2af-2059-4a56-a52d-f0e5fd041cdb} InterpreterCreateQuery: ATTACH TABLE query with full table definition is not recommended: use either ATTACH TABLE mv; to attach existing table or CREATE TABLE mv
; to create new table or ATTACH TABLE mv FROM '/path/to/data/'
; to create new table and attach data. 2025.03.31 18:44:31.703089 [ 114830 ] {ef88f98e-eb5c-491d-8c16-fca978ffd2b2} InterpreterCreateQuery: ATTACH TABLE query with full table definition is not recommended: use either ATTACH TABLE mv; to attach existing table or CREATE TABLE mv
; to create new table or ATTACH TABLE mv FROM '/path/to/data/'
; to create new table and attach data. 2025.03.31 18:44:31.718129 [ 114830 ] {ef88f98e-eb5c-491d-8c16-fca978ffd2b2} executeQuery: Code: 36. DB::Exception: Materialized view test_6cqfpa5v.mv cannot point to itself. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48852) (comment: 01153_attach_mv_uuid.sql) (in query: ATTACH MATERIALIZED VIEW mv UUID '3bd68e3c-2693-4352-ad66-a66eba9e345e' TO INNER UUID '3bd68e3c-2693-4352-ad66-a66eba9e345e' (n Int32, n2 Int64) ENGINE = MergeTree PARTITION BY n % 10 ORDER BY n AS SELECT n, n * n AS n2 FROM src;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/StorageMaterializedView.cpp:167: DB::StorageMaterializedView::StorageMaterializedView(DB::StorageID const&, std::shared_ptr, DB::ASTCreateQuery const&, DB::ColumnsDescription const&, DB::LoadingStrictnessLevel, String const&) @ 0x000000003cbada9c 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, std::shared_ptr, DB::ASTCreateQuery const&, DB::ColumnsDescription const&, DB::LoadingStrictnessLevel const&, String const&, void>(std::allocator const&, DB::StorageID const&, std::shared_ptr&&, DB::ASTCreateQuery const&, DB::ColumnsDescription const&, DB::LoadingStrictnessLevel const&, String const&) @ 0x000000003cbdb8bc 6. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: std::shared_ptr std::__function::__policy_invoker (DB::StorageFactory::Arguments const&)>::__call_impl (DB::StorageFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::StorageFactory::Arguments const&) @ 0x000000003cbd5271 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 9. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:44:31.726297 [ 114830 ] {} TCPHandler: Code: 36. DB::Exception: Materialized view test_6cqfpa5v.mv cannot point to itself. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&&) @ 0x00000000088f346a 4. ./build_docker/./src/Storages/StorageMaterializedView.cpp:167: DB::StorageMaterializedView::StorageMaterializedView(DB::StorageID const&, std::shared_ptr, DB::ASTCreateQuery const&, DB::ColumnsDescription const&, DB::LoadingStrictnessLevel, String const&) @ 0x000000003cbada9c 5. ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35: std::shared_ptr std::allocate_shared[abi:v15007], DB::StorageID const&, std::shared_ptr, DB::ASTCreateQuery const&, DB::ColumnsDescription const&, DB::LoadingStrictnessLevel const&, String const&, void>(std::allocator const&, DB::StorageID const&, std::shared_ptr&&, DB::ASTCreateQuery const&, DB::ColumnsDescription const&, DB::LoadingStrictnessLevel const&, String const&) @ 0x000000003cbdb8bc 6. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962: std::shared_ptr std::__function::__policy_invoker (DB::StorageFactory::Arguments const&)>::__call_impl (DB::StorageFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::StorageFactory::Arguments const&) @ 0x000000003cbd5271 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 9. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:44:33.672387 [ 114830 ] {4419084e-5be9-4465-91cb-4c2c1c5dd535} executeQuery: Code: 36. DB::Exception: Macro 'uuid' and empty arguments of ReplicatedMergeTree are supported only for ON CLUSTER queries with Atomic database engine. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48858) (comment: 01148_zookeeper_path_macros_unfolding.sql) (in query: CREATE TABLE rmt (n UInt64, s String) ENGINE = ReplicatedMergeTree('{default_path_test}{uuid}', '{default_name_test}') ORDER BY n;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Common/Macros.cpp:111: DB::Macros::expand(String const&, DB::Macros::MacroExpansionInfo&) const @ 0x000000002072f69f 5. ./build_docker/./src/Storages/TableZnodeInfo.cpp:66: DB::TableZnodeInfo::resolve(String const&, String const&, DB::StorageID const&, DB::ASTCreateQuery const&, DB::LoadingStrictnessLevel, std::shared_ptr const&) @ 0x000000003d39aedd 6. ./build_docker/./src/Storages/MergeTree/registerStorageMergeTree.cpp:226: DB::extractZooKeeperPathAndReplicaNameFromEngineArgs(DB::ASTCreateQuery const&, DB::StorageID const&, String const&, absl::InlinedVector, 7ul, std::allocator>>&, DB::LoadingStrictnessLevel, std::shared_ptr const&) @ 0x000000003ea82dc8 7. ./build_docker/./src/Storages/MergeTree/registerStorageMergeTree.cpp:516: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea89afb 8. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 11. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 12. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 18:44:33.679341 [ 114830 ] {} TCPHandler: Code: 36. DB::Exception: Macro 'uuid' and empty arguments of ReplicatedMergeTree are supported only for ON CLUSTER queries with Atomic database engine. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Common/Macros.cpp:111: DB::Macros::expand(String const&, DB::Macros::MacroExpansionInfo&) const @ 0x000000002072f69f 5. ./build_docker/./src/Storages/TableZnodeInfo.cpp:66: DB::TableZnodeInfo::resolve(String const&, String const&, DB::StorageID const&, DB::ASTCreateQuery const&, DB::LoadingStrictnessLevel, std::shared_ptr const&) @ 0x000000003d39aedd 6. ./build_docker/./src/Storages/MergeTree/registerStorageMergeTree.cpp:226: DB::extractZooKeeperPathAndReplicaNameFromEngineArgs(DB::ASTCreateQuery const&, DB::StorageID const&, String const&, absl::InlinedVector, 7ul, std::allocator>>&, DB::LoadingStrictnessLevel, std::shared_ptr const&) @ 0x000000003ea82dc8 7. ./build_docker/./src/Storages/MergeTree/registerStorageMergeTree.cpp:516: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea89afb 8. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 11. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 12. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 18:44:34.517814 [ 114830 ] {ea4345ea-89dc-4478-be23-3dace42a78e8} executeQuery: Code: 48. DB::Exception: Cannot rename Replicated table, because zookeeper_path contains implicit 'database' or 'table' macro. We cannot rename path in ZooKeeper, so path may become inconsistent with table name. If you really want to rename table, you should edit metadata file first and restart server or reattach the table. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48858) (comment: 01148_zookeeper_path_macros_unfolding.sql) (in query: RENAME TABLE rmt TO rmt2;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:6961: DB::StorageReplicatedMergeTree::checkTableCanBeRenamed(DB::StorageID const&) const @ 0x000000003cfd9e0c 5. ./build_docker/./src/Databases/DatabaseAtomic.cpp:300: DB::DatabaseAtomic::renameTable(std::shared_ptr, String const&, DB::IDatabase&, String const&, bool, bool) @ 0x0000000035129283 6. ./build_docker/./src/Interpreters/InterpreterRenameQuery.cpp:154: DB::InterpreterRenameQuery::executeToTables(DB::ASTRenameQuery const&, std::vector> const&, std::map>, std::less, std::allocator>>>>&) @ 0x0000000038514c39 7. ./build_docker/./src/Interpreters/InterpreterRenameQuery.cpp:81: DB::InterpreterRenameQuery::execute() @ 0x000000003850e71e 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:44:34.524977 [ 114830 ] {} TCPHandler: Code: 48. DB::Exception: Cannot rename Replicated table, because zookeeper_path contains implicit 'database' or 'table' macro. We cannot rename path in ZooKeeper, so path may become inconsistent with table name. If you really want to rename table, you should edit metadata file first and restart server or reattach the table. (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:6961: DB::StorageReplicatedMergeTree::checkTableCanBeRenamed(DB::StorageID const&) const @ 0x000000003cfd9e0c 5. ./build_docker/./src/Databases/DatabaseAtomic.cpp:300: DB::DatabaseAtomic::renameTable(std::shared_ptr, String const&, DB::IDatabase&, String const&, bool, bool) @ 0x0000000035129283 6. ./build_docker/./src/Interpreters/InterpreterRenameQuery.cpp:154: DB::InterpreterRenameQuery::executeToTables(DB::ASTRenameQuery const&, std::vector> const&, std::map>, std::less, std::allocator>>>>&) @ 0x0000000038514c39 7. ./build_docker/./src/Interpreters/InterpreterRenameQuery.cpp:81: DB::InterpreterRenameQuery::execute() @ 0x000000003850e71e 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:44:35.579338 [ 114830 ] {2b9fc155-b2b9-44b2-8c44-3cbecea59f4c} executeQuery: Code: 36. DB::Exception: Macro 'uuid' and empty arguments of ReplicatedMergeTree are supported only for ON CLUSTER queries with Atomic database engine. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48858) (comment: 01148_zookeeper_path_macros_unfolding.sql) (in query: CREATE TABLE test_01148_atomic.rmt3 AS test_01148_atomic.rmt2;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Common/Macros.cpp:111: DB::Macros::expand(String const&, DB::Macros::MacroExpansionInfo&) const @ 0x000000002072f69f 5. ./build_docker/./src/Storages/TableZnodeInfo.cpp:66: DB::TableZnodeInfo::resolve(String const&, String const&, DB::StorageID const&, DB::ASTCreateQuery const&, DB::LoadingStrictnessLevel, std::shared_ptr const&) @ 0x000000003d39aedd 6. ./build_docker/./src/Storages/MergeTree/registerStorageMergeTree.cpp:226: DB::extractZooKeeperPathAndReplicaNameFromEngineArgs(DB::ASTCreateQuery const&, DB::StorageID const&, String const&, absl::InlinedVector, 7ul, std::allocator>>&, DB::LoadingStrictnessLevel, std::shared_ptr const&) @ 0x000000003ea82dc8 7. ./build_docker/./src/Storages/MergeTree/registerStorageMergeTree.cpp:516: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea89afb 8. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 11. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 12. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 18:44:35.587207 [ 114830 ] {} TCPHandler: Code: 36. DB::Exception: Macro 'uuid' and empty arguments of ReplicatedMergeTree are supported only for ON CLUSTER queries with Atomic database engine. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Common/Macros.cpp:111: DB::Macros::expand(String const&, DB::Macros::MacroExpansionInfo&) const @ 0x000000002072f69f 5. ./build_docker/./src/Storages/TableZnodeInfo.cpp:66: DB::TableZnodeInfo::resolve(String const&, String const&, DB::StorageID const&, DB::ASTCreateQuery const&, DB::LoadingStrictnessLevel, std::shared_ptr const&) @ 0x000000003d39aedd 6. ./build_docker/./src/Storages/MergeTree/registerStorageMergeTree.cpp:226: DB::extractZooKeeperPathAndReplicaNameFromEngineArgs(DB::ASTCreateQuery const&, DB::StorageID const&, String const&, absl::InlinedVector, 7ul, std::allocator>>&, DB::LoadingStrictnessLevel, std::shared_ptr const&) @ 0x000000003ea82dc8 7. ./build_docker/./src/Storages/MergeTree/registerStorageMergeTree.cpp:516: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea89afb 8. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 11. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 12. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 18:44:36.990193 [ 114830 ] {db5c8427-960c-478b-9f09-9741e5aa9151} executeQuery: Code: 48. DB::Exception: Cannot move Replicated table to Ordinary database, because zookeeper_path contains implicit 'uuid' macro. If you really want to rename table, you should edit metadata file first and restart server or reattach the table. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48858) (comment: 01148_zookeeper_path_macros_unfolding.sql) (in query: RENAME TABLE test_01148_atomic.rmt3 to test_01148_ordinary.rmt3;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:6970: DB::StorageReplicatedMergeTree::checkTableCanBeRenamed(DB::StorageID const&) const @ 0x000000003cfd8c09 5. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:6978: DB::StorageReplicatedMergeTree::rename(String const&, DB::StorageID const&) @ 0x000000003cfda861 6. ./build_docker/./src/Databases/DatabaseOnDisk.cpp:507: DB::DatabaseOnDisk::renameTable(std::shared_ptr, String const&, DB::IDatabase&, String const&, bool, bool) @ 0x000000003519f1cf 7. ./build_docker/./src/Databases/DatabaseAtomic.cpp:211: DB::DatabaseAtomic::renameTable(std::shared_ptr, String const&, DB::IDatabase&, String const&, bool, bool) @ 0x0000000035128899 8. ./build_docker/./src/Interpreters/InterpreterRenameQuery.cpp:154: DB::InterpreterRenameQuery::executeToTables(DB::ASTRenameQuery const&, std::vector> const&, std::map>, std::less, std::allocator>>>>&) @ 0x0000000038514c39 9. ./build_docker/./src/Interpreters/InterpreterRenameQuery.cpp:81: DB::InterpreterRenameQuery::execute() @ 0x000000003850e71e 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:44:36.997791 [ 114830 ] {} TCPHandler: Code: 48. DB::Exception: Cannot move Replicated table to Ordinary database, because zookeeper_path contains implicit 'uuid' macro. If you really want to rename table, you should edit metadata file first and restart server or reattach the table. (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:6970: DB::StorageReplicatedMergeTree::checkTableCanBeRenamed(DB::StorageID const&) const @ 0x000000003cfd8c09 5. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:6978: DB::StorageReplicatedMergeTree::rename(String const&, DB::StorageID const&) @ 0x000000003cfda861 6. ./build_docker/./src/Databases/DatabaseOnDisk.cpp:507: DB::DatabaseOnDisk::renameTable(std::shared_ptr, String const&, DB::IDatabase&, String const&, bool, bool) @ 0x000000003519f1cf 7. ./build_docker/./src/Databases/DatabaseAtomic.cpp:211: DB::DatabaseAtomic::renameTable(std::shared_ptr, String const&, DB::IDatabase&, String const&, bool, bool) @ 0x0000000035128899 8. ./build_docker/./src/Interpreters/InterpreterRenameQuery.cpp:154: DB::InterpreterRenameQuery::executeToTables(DB::ASTRenameQuery const&, std::vector> const&, std::map>, std::less, std::allocator>>>>&) @ 0x0000000038514c39 9. ./build_docker/./src/Interpreters/InterpreterRenameQuery.cpp:81: DB::InterpreterRenameQuery::execute() @ 0x000000003850e71e 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:44:38.112051 [ 114830 ] {7b5c67fc-0164-4534-92ae-2a31253dbcbc} registerStorageMergeTree: It's not recommended to explicitly specify zookeeper_path and replica_name in ReplicatedMergeTree arguments 2025.03.31 18:44:40.199157 [ 114830 ] {c1f16805-5aaa-4aa8-914b-c4799857a3b0} executeQuery: Code: 36. DB::Exception: User name ' INTERSERVER SECRET ' is reserved. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45684) (comment: 01119_weird_user_names.sql) (in query: create user ` INTERSERVER SECRET `;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Access/User.cpp:33: DB::User::setName(String const&) @ 0x0000000033f2fe8d 5. ./build_docker/./src/Interpreters/Access/InterpreterCreateUserQuery.cpp:57: DB::(anonymous namespace)::updateUserFromQueryImpl(DB::User&, DB::ASTCreateUserQuery const&, std::vector>, std::shared_ptr const&, std::optional const&, std::optional const&, std::optional const&, std::optional const&, bool, bool, bool, bool, bool, unsigned long) @ 0x000000003b3e9093 6. ./build_docker/./src/Interpreters/Access/InterpreterCreateUserQuery.cpp:277: DB::InterpreterCreateUserQuery::execute() @ 0x000000003b3e46d8 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:44:40.205789 [ 114830 ] {} TCPHandler: Code: 36. DB::Exception: User name ' INTERSERVER SECRET ' is reserved. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Access/User.cpp:33: DB::User::setName(String const&) @ 0x0000000033f2fe8d 5. ./build_docker/./src/Interpreters/Access/InterpreterCreateUserQuery.cpp:57: DB::(anonymous namespace)::updateUserFromQueryImpl(DB::User&, DB::ASTCreateUserQuery const&, std::vector>, std::shared_ptr const&, std::optional const&, std::optional const&, std::optional const&, std::optional const&, bool, bool, bool, bool, bool, unsigned long) @ 0x000000003b3e9093 6. ./build_docker/./src/Interpreters/Access/InterpreterCreateUserQuery.cpp:277: DB::InterpreterCreateUserQuery::execute() @ 0x000000003b3e46d8 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:44:40.696024 [ 114830 ] {2b22a2f3-5d73-4e3f-9fef-90bafdfbd093} executeQuery: Code: 36. DB::Exception: User name ' INTERSERVER SECRET ' is reserved. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45684) (comment: 01119_weird_user_names.sql) (in query: alter user " spaces " rename to " INTERSERVER SECRET ";), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Access/User.cpp:33: DB::User::setName(String const&) @ 0x0000000033f2fe8d 5. ./build_docker/./src/Interpreters/Access/InterpreterCreateUserQuery.cpp:59: DB::(anonymous namespace)::updateUserFromQueryImpl(DB::User&, DB::ASTCreateUserQuery const&, std::vector>, std::shared_ptr const&, std::optional const&, std::optional const&, std::optional const&, std::optional const&, bool, bool, bool, bool, bool, unsigned long) @ 0x000000003b3e915a 6. ./build_docker/./src/Interpreters/Access/InterpreterCreateUserQuery.cpp:255: std::shared_ptr std::__function::__policy_invoker (std::shared_ptr const&, StrongTypedef, DB::UUIDTag> const&)>::__call_impl (std::shared_ptr const&, StrongTypedef, DB::UUIDTag> const&)>>(std::__function::__policy_storage const*, std::shared_ptr const&, StrongTypedef, DB::UUIDTag> const&) @ 0x000000003b3edb9a 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000033df2f21 8. ./build_docker/./src/Access/AccessControl.cpp:569: DB::AccessControl::updateImpl(StrongTypedef, DB::UUIDTag> const&, std::function (std::shared_ptr const&, StrongTypedef, DB::UUIDTag> const&)> const&, bool) @ 0x0000000033a4a92f 9. ./build_docker/./src/Access/IAccessStorage.cpp:412: DB::IAccessStorage::update(std::vector, DB::UUIDTag>, std::allocator, DB::UUIDTag>>> const&, std::function (std::shared_ptr const&, StrongTypedef, DB::UUIDTag> const&)> const&, bool) @ 0x0000000033d15fc8 10. ./build_docker/./src/Interpreters/Access/InterpreterCreateUserQuery.cpp:269: DB::InterpreterCreateUserQuery::execute() @ 0x000000003b3e5e62 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:44:40.702553 [ 114830 ] {} TCPHandler: Code: 36. DB::Exception: User name ' INTERSERVER SECRET ' is reserved. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Access/User.cpp:33: DB::User::setName(String const&) @ 0x0000000033f2fe8d 5. ./build_docker/./src/Interpreters/Access/InterpreterCreateUserQuery.cpp:59: DB::(anonymous namespace)::updateUserFromQueryImpl(DB::User&, DB::ASTCreateUserQuery const&, std::vector>, std::shared_ptr const&, std::optional const&, std::optional const&, std::optional const&, std::optional const&, bool, bool, bool, bool, bool, unsigned long) @ 0x000000003b3e915a 6. ./build_docker/./src/Interpreters/Access/InterpreterCreateUserQuery.cpp:255: std::shared_ptr std::__function::__policy_invoker (std::shared_ptr const&, StrongTypedef, DB::UUIDTag> const&)>::__call_impl (std::shared_ptr const&, StrongTypedef, DB::UUIDTag> const&)>>(std::__function::__policy_storage const*, std::shared_ptr const&, StrongTypedef, DB::UUIDTag> const&) @ 0x000000003b3edb9a 7. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x0000000033df2f21 8. ./build_docker/./src/Access/AccessControl.cpp:569: DB::AccessControl::updateImpl(StrongTypedef, DB::UUIDTag> const&, std::function (std::shared_ptr const&, StrongTypedef, DB::UUIDTag> const&)> const&, bool) @ 0x0000000033a4a92f 9. ./build_docker/./src/Access/IAccessStorage.cpp:412: DB::IAccessStorage::update(std::vector, DB::UUIDTag>, std::allocator, DB::UUIDTag>>> const&, std::function (std::shared_ptr const&, StrongTypedef, DB::UUIDTag> const&)> const&, bool) @ 0x0000000033d15fc8 10. ./build_docker/./src/Interpreters/Access/InterpreterCreateUserQuery.cpp:269: DB::InterpreterCreateUserQuery::execute() @ 0x000000003b3e5e62 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 12. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 13. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 14. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 15. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 16. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 17. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 18. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 19. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 20. ? @ 0x00007fc708d31ac3 21. ? @ 0x00007fc708dc3850 2025.03.31 18:44:45.365053 [ 114834 ] {c98ab446-8668-4d9b-8efb-587569c85f68} executeQuery: Code: 36. DB::Exception: Macro 'uuid' and empty arguments of ReplicatedMergeTree are supported only for ON CLUSTER queries with Atomic database engine. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:45762) (comment: 01111_create_drop_replicated_db_stress.sh) (in query: CREATE TABLE test_wpse137f.rmt_12891_5763_4268 (`n` int) ENGINE = ReplicatedMergeTree ORDER BY tuple() SETTINGS index_granularity = 48389, min_bytes_for_wide_part = 1073741824, ratio_of_defaults_for_sparse_serialization = 0., replace_long_file_name_to_hash = true, max_file_name_length = 69, min_bytes_for_full_part_storage = 455342805, compact_parts_max_bytes_to_buffer = 326347783, compact_parts_max_granules_to_buffer = 75, compact_parts_merge_max_bytes_to_prefetch_part = 27192086, merge_max_block_size = 20555, old_parts_lifetime = 146., prefer_fetch_merged_part_size_threshold = 1, vertical_merge_algorithm_min_rows_to_activate = 976918, vertical_merge_algorithm_min_columns_to_activate = 100, min_merge_bytes_to_use_direct_io = 10737418240, index_granularity_bytes = 28933700, use_const_adaptive_granularity = false, enable_index_granularity_compression = false, concurrent_part_removal_threshold = 42, allow_vertical_merges_from_compact_to_wide_parts = true, cache_populated_by_fetch = false, marks_compress_block_size = 10876, primary_key_compress_block_size = 15465, use_primary_key_cache = false, prewarm_primary_key_cache = true, prewarm_mark_cache = true), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Common/Macros.cpp:111: DB::Macros::expand(String const&, DB::Macros::MacroExpansionInfo&) const @ 0x000000002072f69f 5. ./build_docker/./src/Storages/TableZnodeInfo.cpp:66: DB::TableZnodeInfo::resolve(String const&, String const&, DB::StorageID const&, DB::ASTCreateQuery const&, DB::LoadingStrictnessLevel, std::shared_ptr const&) @ 0x000000003d39aedd 6. ./build_docker/./src/Storages/MergeTree/registerStorageMergeTree.cpp:226: DB::extractZooKeeperPathAndReplicaNameFromEngineArgs(DB::ASTCreateQuery const&, DB::StorageID const&, String const&, absl::InlinedVector, 7ul, std::allocator>>&, DB::LoadingStrictnessLevel, std::shared_ptr const&) @ 0x000000003ea7fe5c 7. ./build_docker/./src/Storages/MergeTree/registerStorageMergeTree.cpp:516: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea89afb 8. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 11. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 12. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 18:44:45.376782 [ 114834 ] {} TCPHandler: Code: 36. DB::Exception: Macro 'uuid' and empty arguments of ReplicatedMergeTree are supported only for ON CLUSTER queries with Atomic database engine. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Common/Macros.cpp:111: DB::Macros::expand(String const&, DB::Macros::MacroExpansionInfo&) const @ 0x000000002072f69f 5. ./build_docker/./src/Storages/TableZnodeInfo.cpp:66: DB::TableZnodeInfo::resolve(String const&, String const&, DB::StorageID const&, DB::ASTCreateQuery const&, DB::LoadingStrictnessLevel, std::shared_ptr const&) @ 0x000000003d39aedd 6. ./build_docker/./src/Storages/MergeTree/registerStorageMergeTree.cpp:226: DB::extractZooKeeperPathAndReplicaNameFromEngineArgs(DB::ASTCreateQuery const&, DB::StorageID const&, String const&, absl::InlinedVector, 7ul, std::allocator>>&, DB::LoadingStrictnessLevel, std::shared_ptr const&) @ 0x000000003ea7fe5c 7. ./build_docker/./src/Storages/MergeTree/registerStorageMergeTree.cpp:516: DB::create(DB::StorageFactory::Arguments const&) @ 0x000000003ea89afb 8. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000003351bd5a 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000003c93c7da 10. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1933: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dd8a9 11. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 12. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 13. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 15. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 16. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 17. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 18. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 19. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 20. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 21. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 22. ? @ 0x00007fc708d31ac3 23. ? @ 0x00007fc708dc3850 2025.03.31 18:44:47.406238 [ 114830 ] {64a013b8-3349-4801-b192-9e7d3390b1b3} executeQuery: Code: 36. DB::Exception: SYSTEM SYNC DATABASE REPLICA query is intended to work only with Replicated engine. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:58272) (comment: 01111_create_drop_replicated_db_stress.sh) (in query: system sync database replica test_wpse137f), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/InterpreterSystemQuery.cpp:1303: DB::InterpreterSystemQuery::syncReplicatedDatabase(DB::ASTSystemQuery&) @ 0x0000000039349562 5. ./build_docker/./src/Interpreters/InterpreterSystemQuery.cpp:729: DB::InterpreterSystemQuery::execute() @ 0x0000000039322f32 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 8. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 18:44:47.417441 [ 114830 ] {} TCPHandler: Code: 36. DB::Exception: SYSTEM SYNC DATABASE REPLICA query is intended to work only with Replicated engine. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/InterpreterSystemQuery.cpp:1303: DB::InterpreterSystemQuery::syncReplicatedDatabase(DB::ASTSystemQuery&) @ 0x0000000039349562 5. ./build_docker/./src/Interpreters/InterpreterSystemQuery.cpp:729: DB::InterpreterSystemQuery::execute() @ 0x0000000039322f32 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 8. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 18:44:48.120966 [ 115653 ] {8980718f-d5af-419a-8741-360900820534} executeQuery: Code: 57. DB::Exception: Directory for table data store/8ec/8ec431bf-53d9-4b43-911c-04b7c1e58b8d/ already exists. (TABLE_ALREADY_EXISTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from 0.0.0.0:0) (comment: 01111_create_drop_replicated_db_stress.sh) (in query: /* ddl_entry=query-0000000006 */ CREATE TABLE test_wpse137f_repl_01111_10.rmt_15509_21566_19269 UUID '8ec431bf-53d9-4b43-911c-04b7c1e58b8d' (`n` Int32) ENGINE = ReplicatedMergeTree ORDER BY tuple() SETTINGS index_granularity = 48389, min_bytes_for_wide_part = 1073741824, ratio_of_defaults_for_sparse_serialization = 0., replace_long_file_name_to_hash = true, max_file_name_length = 69, min_bytes_for_full_part_storage = 455342805, compact_parts_max_bytes_to_buffer = 326347783, compact_parts_max_granules_to_buffer = 75, compact_parts_merge_max_bytes_to_prefetch_part = 27192086, merge_max_block_size = 20555, old_parts_lifetime = 146., prefer_fetch_merged_part_size_threshold = 1, vertical_merge_algorithm_min_rows_to_activate = 976918, vertical_merge_algorithm_min_columns_to_activate = 100, min_merge_bytes_to_use_direct_io = 10737418240, index_granularity_bytes = 28933700, use_const_adaptive_granularity = false, enable_index_granularity_compression = false, concurrent_part_removal_threshold = 42, allow_vertical_merges_from_compact_to_wide_parts = true, cache_populated_by_fetch = false, marks_compress_block_size = 10876, primary_key_compress_block_size = 15465, use_primary_key_cache = false, prewarm_primary_key_cache = true, prewarm_mark_cache = true), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1874: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377da010 5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 9. ./build_docker/./src/Interpreters/DDLWorker.cpp:508: DB::DDLWorker::tryExecuteQuery(DB::DDLTaskBase&, std::shared_ptr const&) @ 0x000000003682fcef 10. ./build_docker/./src/Interpreters/DDLWorker.cpp:672: DB::DDLWorker::processTask(DB::DDLTaskBase&, std::shared_ptr const&) @ 0x000000003682900e 11. ./build_docker/./src/Interpreters/DDLWorker.cpp:451: DB::DDLWorker::scheduleTasks(bool) @ 0x000000003681fcd6 12. ./build_docker/./src/Interpreters/DDLWorker.cpp:1199: DB::DDLWorker::runMainThread() @ 0x0000000036809b18 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000036864ce6 14. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x0000000036864a9f 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 16. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:44:48.120965 [ 115612 ] {b96c3fb6-3de8-4d91-a12f-bcf8d5c437a6} executeQuery: Code: 57. DB::Exception: Directory for table data store/8ec/8ec431bf-53d9-4b43-911c-04b7c1e58b8d/ already exists. (TABLE_ALREADY_EXISTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from 0.0.0.0:0) (comment: 01111_create_drop_replicated_db_stress.sh) (in query: /* ddl_entry=query-0000000006 */ CREATE TABLE test_wpse137f_repl_01111_5.rmt_15509_21566_19269 UUID '8ec431bf-53d9-4b43-911c-04b7c1e58b8d' (`n` Int32) ENGINE = ReplicatedMergeTree ORDER BY tuple() SETTINGS index_granularity = 48389, min_bytes_for_wide_part = 1073741824, ratio_of_defaults_for_sparse_serialization = 0., replace_long_file_name_to_hash = true, max_file_name_length = 69, min_bytes_for_full_part_storage = 455342805, compact_parts_max_bytes_to_buffer = 326347783, compact_parts_max_granules_to_buffer = 75, compact_parts_merge_max_bytes_to_prefetch_part = 27192086, merge_max_block_size = 20555, old_parts_lifetime = 146., prefer_fetch_merged_part_size_threshold = 1, vertical_merge_algorithm_min_rows_to_activate = 976918, vertical_merge_algorithm_min_columns_to_activate = 100, min_merge_bytes_to_use_direct_io = 10737418240, index_granularity_bytes = 28933700, use_const_adaptive_granularity = false, enable_index_granularity_compression = false, concurrent_part_removal_threshold = 42, allow_vertical_merges_from_compact_to_wide_parts = true, cache_populated_by_fetch = false, marks_compress_block_size = 10876, primary_key_compress_block_size = 15465, use_primary_key_cache = false, prewarm_primary_key_cache = true, prewarm_mark_cache = true), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1874: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377da010 5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 9. ./build_docker/./src/Interpreters/DDLWorker.cpp:508: DB::DDLWorker::tryExecuteQuery(DB::DDLTaskBase&, std::shared_ptr const&) @ 0x000000003682fcef 10. ./build_docker/./src/Interpreters/DDLWorker.cpp:672: DB::DDLWorker::processTask(DB::DDLTaskBase&, std::shared_ptr const&) @ 0x000000003682900e 11. ./build_docker/./src/Interpreters/DDLWorker.cpp:451: DB::DDLWorker::scheduleTasks(bool) @ 0x000000003681fcd6 12. ./build_docker/./src/Interpreters/DDLWorker.cpp:1199: DB::DDLWorker::runMainThread() @ 0x0000000036809b18 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000036864ce6 14. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x0000000036864a9f 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 16. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:44:48.127380 [ 115612 ] {b96c3fb6-3de8-4d91-a12f-bcf8d5c437a6} DDLWorker(test_wpse137f_repl_01111_5): Query /* ddl_entry=query-0000000006 */ CREATE TABLE test_wpse137f_repl_01111_5.rmt_15509_21566_19269 UUID '8ec431bf-53d9-4b43-911c-04b7c1e58b8d' (`n` Int32) ENGINE = ReplicatedMergeTree ORDER BY tuple() SETTINGS index_granularity = 48389, min_bytes_for_wide_part = 1073741824, ratio_of_defaults_for_sparse_serialization = 0., replace_long_file_name_to_hash = true, max_file_name_length = 69, min_bytes_for_full_part_storage = 455342805, compact_parts_max_bytes_to_buffer = 326347783, compact_parts_max_granules_to_buffer = 75, compact_parts_merge_max_bytes_to_prefetch_part = 27192086, merge_max_block_size = 20555, old_parts_lifetime = 146., prefer_fetch_merged_part_size_threshold = 1, vertical_merge_algorithm_min_rows_to_activate = 976918, vertical_merge_algorithm_min_columns_to_activate = 100, min_merge_bytes_to_use_direct_io = 10737418240, index_granularity_bytes = 28933700, use_const_adaptive_granularity = false, enable_index_granularity_compression = false, concurrent_part_removal_threshold = 42, allow_vertical_merges_from_compact_to_wide_parts = true, cache_populated_by_fetch = false, marks_compress_block_size = 10876, primary_key_compress_block_size = 15465, use_primary_key_cache = false, prewarm_primary_key_cache = true, prewarm_mark_cache = true wasn't finished successfully: Code: 57. DB::Exception: Directory for table data store/8ec/8ec431bf-53d9-4b43-911c-04b7c1e58b8d/ already exists. (TABLE_ALREADY_EXISTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1874: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377da010 5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 9. ./build_docker/./src/Interpreters/DDLWorker.cpp:508: DB::DDLWorker::tryExecuteQuery(DB::DDLTaskBase&, std::shared_ptr const&) @ 0x000000003682fcef 10. ./build_docker/./src/Interpreters/DDLWorker.cpp:672: DB::DDLWorker::processTask(DB::DDLTaskBase&, std::shared_ptr const&) @ 0x000000003682900e 11. ./build_docker/./src/Interpreters/DDLWorker.cpp:451: DB::DDLWorker::scheduleTasks(bool) @ 0x000000003681fcd6 12. ./build_docker/./src/Interpreters/DDLWorker.cpp:1199: DB::DDLWorker::runMainThread() @ 0x0000000036809b18 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000036864ce6 14. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x0000000036864a9f 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 16. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:44:48.127380 [ 115653 ] {8980718f-d5af-419a-8741-360900820534} DDLWorker(test_wpse137f_repl_01111_10): Query /* ddl_entry=query-0000000006 */ CREATE TABLE test_wpse137f_repl_01111_10.rmt_15509_21566_19269 UUID '8ec431bf-53d9-4b43-911c-04b7c1e58b8d' (`n` Int32) ENGINE = ReplicatedMergeTree ORDER BY tuple() SETTINGS index_granularity = 48389, min_bytes_for_wide_part = 1073741824, ratio_of_defaults_for_sparse_serialization = 0., replace_long_file_name_to_hash = true, max_file_name_length = 69, min_bytes_for_full_part_storage = 455342805, compact_parts_max_bytes_to_buffer = 326347783, compact_parts_max_granules_to_buffer = 75, compact_parts_merge_max_bytes_to_prefetch_part = 27192086, merge_max_block_size = 20555, old_parts_lifetime = 146., prefer_fetch_merged_part_size_threshold = 1, vertical_merge_algorithm_min_rows_to_activate = 976918, vertical_merge_algorithm_min_columns_to_activate = 100, min_merge_bytes_to_use_direct_io = 10737418240, index_granularity_bytes = 28933700, use_const_adaptive_granularity = false, enable_index_granularity_compression = false, concurrent_part_removal_threshold = 42, allow_vertical_merges_from_compact_to_wide_parts = true, cache_populated_by_fetch = false, marks_compress_block_size = 10876, primary_key_compress_block_size = 15465, use_primary_key_cache = false, prewarm_primary_key_cache = true, prewarm_mark_cache = true wasn't finished successfully: Code: 57. DB::Exception: Directory for table data store/8ec/8ec431bf-53d9-4b43-911c-04b7c1e58b8d/ already exists. (TABLE_ALREADY_EXISTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1874: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377da010 5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 9. ./build_docker/./src/Interpreters/DDLWorker.cpp:508: DB::DDLWorker::tryExecuteQuery(DB::DDLTaskBase&, std::shared_ptr const&) @ 0x000000003682fcef 10. ./build_docker/./src/Interpreters/DDLWorker.cpp:672: DB::DDLWorker::processTask(DB::DDLTaskBase&, std::shared_ptr const&) @ 0x000000003682900e 11. ./build_docker/./src/Interpreters/DDLWorker.cpp:451: DB::DDLWorker::scheduleTasks(bool) @ 0x000000003681fcd6 12. ./build_docker/./src/Interpreters/DDLWorker.cpp:1199: DB::DDLWorker::runMainThread() @ 0x0000000036809b18 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000036864ce6 14. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x0000000036864a9f 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 16. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:44:48.209959 [ 114842 ] {714fac31-aa0e-418f-830a-f85f61c66b20} executeQuery: Code: 253. DB::Exception: Replica 1 of shard 1 of replicated database at /test/01111/01111_create_drop_replicated_db_stress_test_wpse137f already exists. Replica host ID: '01415e1c5a82:9000:482f82d6-65c9-458b-8205-e1ca23a378ad', current host ID: '01415e1c5a82:9000:323ae110-be4f-424f-8b1d-b8a3312bc0c7'. (REPLICA_ALREADY_EXISTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:58320) (comment: 01111_create_drop_replicated_db_stress.sh) (in query: create database if not exists test_wpse137f_repl_01111_2 engine=Replicated('/test/01111/01111_create_drop_replicated_db_stress_test_wpse137f', '1', '1')), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&, String&, String&, String&, String&) @ 0x00000000352b7527 4. ./build_docker/./src/Databases/DatabaseReplicated.cpp:488: DB::DatabaseReplicated::tryConnectToZooKeeperAndInitDatabase(DB::LoadingStrictnessLevel) @ 0x000000003522927f 5. ./build_docker/./src/Databases/DatabaseReplicated.cpp:729: DB::DatabaseReplicated::beforeLoadingMetadata(std::shared_ptr, DB::LoadingStrictnessLevel) @ 0x000000003523f694 6. ./build_docker/./src/Databases/TablesLoader.cpp:57: DB::TablesLoader::loadTablesAsync(std::unordered_set, std::hash>, std::equal_to>, std::allocator>>) @ 0x00000000378166af 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:415: DB::InterpreterCreateQuery::createDatabase(DB::ASTCreateQuery&) @ 0x000000003777eddb 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2323: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7a0 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:44:48.219953 [ 114842 ] {} TCPHandler: Code: 253. DB::Exception: Replica 1 of shard 1 of replicated database at /test/01111/01111_create_drop_replicated_db_stress_test_wpse137f already exists. Replica host ID: '01415e1c5a82:9000:482f82d6-65c9-458b-8205-e1ca23a378ad', current host ID: '01415e1c5a82:9000:323ae110-be4f-424f-8b1d-b8a3312bc0c7'. (REPLICA_ALREADY_EXISTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&, String&, String&, String&, String&) @ 0x00000000352b7527 4. ./build_docker/./src/Databases/DatabaseReplicated.cpp:488: DB::DatabaseReplicated::tryConnectToZooKeeperAndInitDatabase(DB::LoadingStrictnessLevel) @ 0x000000003522927f 5. ./build_docker/./src/Databases/DatabaseReplicated.cpp:729: DB::DatabaseReplicated::beforeLoadingMetadata(std::shared_ptr, DB::LoadingStrictnessLevel) @ 0x000000003523f694 6. ./build_docker/./src/Databases/TablesLoader.cpp:57: DB::TablesLoader::loadTablesAsync(std::unordered_set, std::hash>, std::equal_to>, std::allocator>>) @ 0x00000000378166af 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:415: DB::InterpreterCreateQuery::createDatabase(DB::ASTCreateQuery&) @ 0x000000003777eddb 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2323: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7a0 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:44:48.414552 [ 115653 ] {} DDLWorker(test_wpse137f_repl_01111_10): Unexpected error (1 times in a row), will try to restart main thread: Code: 341. DB::Exception: Unexpected error: Code: 57. DB::Exception: Directory for table data store/8ec/8ec431bf-53d9-4b43-911c-04b7c1e58b8d/ already exists. (TABLE_ALREADY_EXISTS) (version 24.12.2.20214.altinityantalya (altinity build)). (UNFINISHED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Interpreters/DDLWorker.cpp:693: DB::DDLWorker::processTask(DB::DDLTaskBase&, std::shared_ptr const&) @ 0x000000003682a35c 5. ./build_docker/./src/Interpreters/DDLWorker.cpp:451: DB::DDLWorker::scheduleTasks(bool) @ 0x000000003681fcd6 6. ./build_docker/./src/Interpreters/DDLWorker.cpp:1199: DB::DDLWorker::runMainThread() @ 0x0000000036809b18 7. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000036864ce6 8. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x0000000036864a9f 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 10. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 11. ? @ 0x00007fc708d31ac3 12. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:44:48.414552 [ 115612 ] {} DDLWorker(test_wpse137f_repl_01111_5): Unexpected error (1 times in a row), will try to restart main thread: Code: 341. DB::Exception: Unexpected error: Code: 57. DB::Exception: Directory for table data store/8ec/8ec431bf-53d9-4b43-911c-04b7c1e58b8d/ already exists. (TABLE_ALREADY_EXISTS) (version 24.12.2.20214.altinityantalya (altinity build)). (UNFINISHED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Interpreters/DDLWorker.cpp:693: DB::DDLWorker::processTask(DB::DDLTaskBase&, std::shared_ptr const&) @ 0x000000003682a35c 5. ./build_docker/./src/Interpreters/DDLWorker.cpp:451: DB::DDLWorker::scheduleTasks(bool) @ 0x000000003681fcd6 6. ./build_docker/./src/Interpreters/DDLWorker.cpp:1199: DB::DDLWorker::runMainThread() @ 0x0000000036809b18 7. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000036864ce6 8. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x0000000036864a9f 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 10. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 11. ? @ 0x00007fc708d31ac3 12. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:44:49.810117 [ 115604 ] {} DDLWorker(test_wpse137f_repl_01111_8): Error on initialization of test_wpse137f_repl_01111_8: Code: 57. DB::Exception: Directory for table data store/8ec/8ec431bf-53d9-4b43-911c-04b7c1e58b8d/ already exists. (TABLE_ALREADY_EXISTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1874: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377da010 5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 7. ./build_docker/./src/Databases/DatabaseReplicated.cpp:1421: DB::DatabaseReplicated::recoverLostReplica(std::shared_ptr const&, unsigned int, unsigned int&)::$_4::operator()() const @ 0x000000003528e4f8 8. ./build_docker/./src/Databases/DatabaseReplicated.cpp:1427: DB::DatabaseReplicated::recoverLostReplica(std::shared_ptr const&, unsigned int, unsigned int&) @ 0x000000003527bfd8 9. ./build_docker/./src/Databases/DatabaseReplicatedWorker.cpp:180: DB::DatabaseReplicatedDDLWorker::initializeReplication() @ 0x00000000352dcdf0 10. ./build_docker/./src/Databases/DatabaseReplicatedWorker.cpp:100: DB::DatabaseReplicatedDDLWorker::initializeMainThread() @ 0x00000000352d506d 11. ./build_docker/./src/Interpreters/DDLWorker.cpp:1185: DB::DDLWorker::runMainThread() @ 0x000000003680910c 12. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000036864ce6 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x0000000036864a9f 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 15. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:44:50.177883 [ 114838 ] {950a1475-7238-4b62-9f31-c1de1ff168e6} executeQuery: Code: 253. DB::Exception: Replica 1 of shard 1 of replicated database at /test/01111/01111_create_drop_replicated_db_stress_test_wpse137f already exists. Replica host ID: '01415e1c5a82:9000:482f82d6-65c9-458b-8205-e1ca23a378ad', current host ID: '01415e1c5a82:9000:07a35312-2f8c-4488-b161-13a9eea6e94e'. (REPLICA_ALREADY_EXISTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:58392) (comment: 01111_create_drop_replicated_db_stress.sh) (in query: create database if not exists test_wpse137f_repl_01111_13 engine=Replicated('/test/01111/01111_create_drop_replicated_db_stress_test_wpse137f', '1', '1')), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&, String&, String&, String&, String&) @ 0x00000000352b7527 4. ./build_docker/./src/Databases/DatabaseReplicated.cpp:488: DB::DatabaseReplicated::tryConnectToZooKeeperAndInitDatabase(DB::LoadingStrictnessLevel) @ 0x000000003522927f 5. ./build_docker/./src/Databases/DatabaseReplicated.cpp:729: DB::DatabaseReplicated::beforeLoadingMetadata(std::shared_ptr, DB::LoadingStrictnessLevel) @ 0x000000003523f694 6. ./build_docker/./src/Databases/TablesLoader.cpp:57: DB::TablesLoader::loadTablesAsync(std::unordered_set, std::hash>, std::equal_to>, std::allocator>>) @ 0x00000000378166af 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:415: DB::InterpreterCreateQuery::createDatabase(DB::ASTCreateQuery&) @ 0x000000003777eddb 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2323: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7a0 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:44:50.188451 [ 114838 ] {} TCPHandler: Code: 253. DB::Exception: Replica 1 of shard 1 of replicated database at /test/01111/01111_create_drop_replicated_db_stress_test_wpse137f already exists. Replica host ID: '01415e1c5a82:9000:482f82d6-65c9-458b-8205-e1ca23a378ad', current host ID: '01415e1c5a82:9000:07a35312-2f8c-4488-b161-13a9eea6e94e'. (REPLICA_ALREADY_EXISTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&, String&, String&, String&, String&) @ 0x00000000352b7527 4. ./build_docker/./src/Databases/DatabaseReplicated.cpp:488: DB::DatabaseReplicated::tryConnectToZooKeeperAndInitDatabase(DB::LoadingStrictnessLevel) @ 0x000000003522927f 5. ./build_docker/./src/Databases/DatabaseReplicated.cpp:729: DB::DatabaseReplicated::beforeLoadingMetadata(std::shared_ptr, DB::LoadingStrictnessLevel) @ 0x000000003523f694 6. ./build_docker/./src/Databases/TablesLoader.cpp:57: DB::TablesLoader::loadTablesAsync(std::unordered_set, std::hash>, std::equal_to>, std::allocator>>) @ 0x00000000378166af 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:415: DB::InterpreterCreateQuery::createDatabase(DB::ASTCreateQuery&) @ 0x000000003777eddb 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2323: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7a0 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:44:51.176350 [ 114838 ] {d606687e-18b0-4399-b7a0-ad1355ffa4cf} executeQuery: Code: 253. DB::Exception: Replica 0 of shard 0 of replicated database at /test/01111/01111_create_drop_replicated_db_stress_test_wpse137f already exists. Replica host ID: '01415e1c5a82:9000:0a6f9ba8-dcc4-40ef-98d9-d3514f9b7ea9', current host ID: '01415e1c5a82:9000:43572f2b-1c2b-4efd-978b-e0f701365c42'. (REPLICA_ALREADY_EXISTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:58422) (comment: 01111_create_drop_replicated_db_stress.sh) (in query: create database if not exists test_wpse137f_repl_01111_14 engine=Replicated('/test/01111/01111_create_drop_replicated_db_stress_test_wpse137f', '0', '0')), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&, String&, String&, String&, String&) @ 0x00000000352b7527 4. ./build_docker/./src/Databases/DatabaseReplicated.cpp:488: DB::DatabaseReplicated::tryConnectToZooKeeperAndInitDatabase(DB::LoadingStrictnessLevel) @ 0x000000003522927f 5. ./build_docker/./src/Databases/DatabaseReplicated.cpp:729: DB::DatabaseReplicated::beforeLoadingMetadata(std::shared_ptr, DB::LoadingStrictnessLevel) @ 0x000000003523f694 6. ./build_docker/./src/Databases/TablesLoader.cpp:57: DB::TablesLoader::loadTablesAsync(std::unordered_set, std::hash>, std::equal_to>, std::allocator>>) @ 0x00000000378166af 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:415: DB::InterpreterCreateQuery::createDatabase(DB::ASTCreateQuery&) @ 0x000000003777eddb 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2323: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7a0 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:44:51.186680 [ 114838 ] {} TCPHandler: Code: 253. DB::Exception: Replica 0 of shard 0 of replicated database at /test/01111/01111_create_drop_replicated_db_stress_test_wpse137f already exists. Replica host ID: '01415e1c5a82:9000:0a6f9ba8-dcc4-40ef-98d9-d3514f9b7ea9', current host ID: '01415e1c5a82:9000:43572f2b-1c2b-4efd-978b-e0f701365c42'. (REPLICA_ALREADY_EXISTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&, String&, String&, String&, String&) @ 0x00000000352b7527 4. ./build_docker/./src/Databases/DatabaseReplicated.cpp:488: DB::DatabaseReplicated::tryConnectToZooKeeperAndInitDatabase(DB::LoadingStrictnessLevel) @ 0x000000003522927f 5. ./build_docker/./src/Databases/DatabaseReplicated.cpp:729: DB::DatabaseReplicated::beforeLoadingMetadata(std::shared_ptr, DB::LoadingStrictnessLevel) @ 0x000000003523f694 6. ./build_docker/./src/Databases/TablesLoader.cpp:57: DB::TablesLoader::loadTablesAsync(std::unordered_set, std::hash>, std::equal_to>, std::allocator>>) @ 0x00000000378166af 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:415: DB::InterpreterCreateQuery::createDatabase(DB::ASTCreateQuery&) @ 0x000000003777eddb 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2323: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7a0 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:44:52.621914 [ 114852 ] {f8969562-616c-44f7-b2dd-18d828c974a1} executeQuery: Code: 253. DB::Exception: Replica 0 of shard 0 of replicated database at /test/01111/01111_create_drop_replicated_db_stress_test_wpse137f already exists. Replica host ID: '01415e1c5a82:9000:0a6f9ba8-dcc4-40ef-98d9-d3514f9b7ea9', current host ID: '01415e1c5a82:9000:21a8cec8-10a9-4a9f-9da7-695728cba51c'. (REPLICA_ALREADY_EXISTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:58460) (comment: 01111_create_drop_replicated_db_stress.sh) (in query: create database if not exists test_wpse137f_repl_01111_13 engine=Replicated('/test/01111/01111_create_drop_replicated_db_stress_test_wpse137f', '0', '0')), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&, String&, String&, String&, String&) @ 0x00000000352b7527 4. ./build_docker/./src/Databases/DatabaseReplicated.cpp:488: DB::DatabaseReplicated::tryConnectToZooKeeperAndInitDatabase(DB::LoadingStrictnessLevel) @ 0x000000003522927f 5. ./build_docker/./src/Databases/DatabaseReplicated.cpp:729: DB::DatabaseReplicated::beforeLoadingMetadata(std::shared_ptr, DB::LoadingStrictnessLevel) @ 0x000000003523f694 6. ./build_docker/./src/Databases/TablesLoader.cpp:57: DB::TablesLoader::loadTablesAsync(std::unordered_set, std::hash>, std::equal_to>, std::allocator>>) @ 0x00000000378166af 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:415: DB::InterpreterCreateQuery::createDatabase(DB::ASTCreateQuery&) @ 0x000000003777eddb 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2323: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7a0 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:44:52.633581 [ 114852 ] {} TCPHandler: Code: 253. DB::Exception: Replica 0 of shard 0 of replicated database at /test/01111/01111_create_drop_replicated_db_stress_test_wpse137f already exists. Replica host ID: '01415e1c5a82:9000:0a6f9ba8-dcc4-40ef-98d9-d3514f9b7ea9', current host ID: '01415e1c5a82:9000:21a8cec8-10a9-4a9f-9da7-695728cba51c'. (REPLICA_ALREADY_EXISTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&, String&, String&, String&, String&) @ 0x00000000352b7527 4. ./build_docker/./src/Databases/DatabaseReplicated.cpp:488: DB::DatabaseReplicated::tryConnectToZooKeeperAndInitDatabase(DB::LoadingStrictnessLevel) @ 0x000000003522927f 5. ./build_docker/./src/Databases/DatabaseReplicated.cpp:729: DB::DatabaseReplicated::beforeLoadingMetadata(std::shared_ptr, DB::LoadingStrictnessLevel) @ 0x000000003523f694 6. ./build_docker/./src/Databases/TablesLoader.cpp:57: DB::TablesLoader::loadTablesAsync(std::unordered_set, std::hash>, std::equal_to>, std::allocator>>) @ 0x00000000378166af 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:415: DB::InterpreterCreateQuery::createDatabase(DB::ASTCreateQuery&) @ 0x000000003777eddb 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2323: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7a0 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:44:53.538762 [ 115612 ] {da852e07-38dc-4c48-b93a-cb2387716a23} executeQuery: Code: 57. DB::Exception: Directory for table data store/8ec/8ec431bf-53d9-4b43-911c-04b7c1e58b8d/ already exists. (TABLE_ALREADY_EXISTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from 0.0.0.0:0) (comment: 01111_create_drop_replicated_db_stress.sh) (in query: /* ddl_entry=query-0000000006 */ CREATE TABLE test_wpse137f_repl_01111_5.rmt_15509_21566_19269 UUID '8ec431bf-53d9-4b43-911c-04b7c1e58b8d' (`n` Int32) ENGINE = ReplicatedMergeTree ORDER BY tuple() SETTINGS index_granularity = 48389, min_bytes_for_wide_part = 1073741824, ratio_of_defaults_for_sparse_serialization = 0., replace_long_file_name_to_hash = true, max_file_name_length = 69, min_bytes_for_full_part_storage = 455342805, compact_parts_max_bytes_to_buffer = 326347783, compact_parts_max_granules_to_buffer = 75, compact_parts_merge_max_bytes_to_prefetch_part = 27192086, merge_max_block_size = 20555, old_parts_lifetime = 146., prefer_fetch_merged_part_size_threshold = 1, vertical_merge_algorithm_min_rows_to_activate = 976918, vertical_merge_algorithm_min_columns_to_activate = 100, min_merge_bytes_to_use_direct_io = 10737418240, index_granularity_bytes = 28933700, use_const_adaptive_granularity = false, enable_index_granularity_compression = false, concurrent_part_removal_threshold = 42, allow_vertical_merges_from_compact_to_wide_parts = true, cache_populated_by_fetch = false, marks_compress_block_size = 10876, primary_key_compress_block_size = 15465, use_primary_key_cache = false, prewarm_primary_key_cache = true, prewarm_mark_cache = true), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1874: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377da010 5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 9. ./build_docker/./src/Interpreters/DDLWorker.cpp:508: DB::DDLWorker::tryExecuteQuery(DB::DDLTaskBase&, std::shared_ptr const&) @ 0x000000003682fcef 10. ./build_docker/./src/Interpreters/DDLWorker.cpp:672: DB::DDLWorker::processTask(DB::DDLTaskBase&, std::shared_ptr const&) @ 0x000000003682900e 11. ./build_docker/./src/Interpreters/DDLWorker.cpp:451: DB::DDLWorker::scheduleTasks(bool) @ 0x000000003681fcd6 12. ./build_docker/./src/Interpreters/DDLWorker.cpp:1199: DB::DDLWorker::runMainThread() @ 0x0000000036809b18 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000036864ce6 14. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x0000000036864a9f 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 16. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:44:53.544095 [ 115612 ] {da852e07-38dc-4c48-b93a-cb2387716a23} DDLWorker(test_wpse137f_repl_01111_5): Query /* ddl_entry=query-0000000006 */ CREATE TABLE test_wpse137f_repl_01111_5.rmt_15509_21566_19269 UUID '8ec431bf-53d9-4b43-911c-04b7c1e58b8d' (`n` Int32) ENGINE = ReplicatedMergeTree ORDER BY tuple() SETTINGS index_granularity = 48389, min_bytes_for_wide_part = 1073741824, ratio_of_defaults_for_sparse_serialization = 0., replace_long_file_name_to_hash = true, max_file_name_length = 69, min_bytes_for_full_part_storage = 455342805, compact_parts_max_bytes_to_buffer = 326347783, compact_parts_max_granules_to_buffer = 75, compact_parts_merge_max_bytes_to_prefetch_part = 27192086, merge_max_block_size = 20555, old_parts_lifetime = 146., prefer_fetch_merged_part_size_threshold = 1, vertical_merge_algorithm_min_rows_to_activate = 976918, vertical_merge_algorithm_min_columns_to_activate = 100, min_merge_bytes_to_use_direct_io = 10737418240, index_granularity_bytes = 28933700, use_const_adaptive_granularity = false, enable_index_granularity_compression = false, concurrent_part_removal_threshold = 42, allow_vertical_merges_from_compact_to_wide_parts = true, cache_populated_by_fetch = false, marks_compress_block_size = 10876, primary_key_compress_block_size = 15465, use_primary_key_cache = false, prewarm_primary_key_cache = true, prewarm_mark_cache = true wasn't finished successfully: Code: 57. DB::Exception: Directory for table data store/8ec/8ec431bf-53d9-4b43-911c-04b7c1e58b8d/ already exists. (TABLE_ALREADY_EXISTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1874: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377da010 5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 9. ./build_docker/./src/Interpreters/DDLWorker.cpp:508: DB::DDLWorker::tryExecuteQuery(DB::DDLTaskBase&, std::shared_ptr const&) @ 0x000000003682fcef 10. ./build_docker/./src/Interpreters/DDLWorker.cpp:672: DB::DDLWorker::processTask(DB::DDLTaskBase&, std::shared_ptr const&) @ 0x000000003682900e 11. ./build_docker/./src/Interpreters/DDLWorker.cpp:451: DB::DDLWorker::scheduleTasks(bool) @ 0x000000003681fcd6 12. ./build_docker/./src/Interpreters/DDLWorker.cpp:1199: DB::DDLWorker::runMainThread() @ 0x0000000036809b18 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000036864ce6 14. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x0000000036864a9f 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 16. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:44:53.548389 [ 115612 ] {} DDLWorker(test_wpse137f_repl_01111_5): Unexpected error (2 times in a row), will try to restart main thread: Code: 341. DB::Exception: Unexpected error: Code: 57. DB::Exception: Directory for table data store/8ec/8ec431bf-53d9-4b43-911c-04b7c1e58b8d/ already exists. (TABLE_ALREADY_EXISTS) (version 24.12.2.20214.altinityantalya (altinity build)). (UNFINISHED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Interpreters/DDLWorker.cpp:693: DB::DDLWorker::processTask(DB::DDLTaskBase&, std::shared_ptr const&) @ 0x000000003682a35c 5. ./build_docker/./src/Interpreters/DDLWorker.cpp:451: DB::DDLWorker::scheduleTasks(bool) @ 0x000000003681fcd6 6. ./build_docker/./src/Interpreters/DDLWorker.cpp:1199: DB::DDLWorker::runMainThread() @ 0x0000000036809b18 7. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000036864ce6 8. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x0000000036864a9f 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 10. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 11. ? @ 0x00007fc708d31ac3 12. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:44:53.771860 [ 114852 ] {6309f1c5-06a6-4e13-94ca-cf1f9945db70} executeQuery: Code: 253. DB::Exception: Replica 0 of shard 0 of replicated database at /test/01111/01111_create_drop_replicated_db_stress_test_wpse137f already exists. Replica host ID: '01415e1c5a82:9000:0a6f9ba8-dcc4-40ef-98d9-d3514f9b7ea9', current host ID: '01415e1c5a82:9000:9c16cefb-372b-46a2-b5b6-5d2071c50724'. (REPLICA_ALREADY_EXISTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:58478) (comment: 01111_create_drop_replicated_db_stress.sh) (in query: create database if not exists test_wpse137f_repl_01111_2 engine=Replicated('/test/01111/01111_create_drop_replicated_db_stress_test_wpse137f', '0', '0')), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&, String&, String&, String&, String&) @ 0x00000000352b7527 4. ./build_docker/./src/Databases/DatabaseReplicated.cpp:488: DB::DatabaseReplicated::tryConnectToZooKeeperAndInitDatabase(DB::LoadingStrictnessLevel) @ 0x000000003522927f 5. ./build_docker/./src/Databases/DatabaseReplicated.cpp:729: DB::DatabaseReplicated::beforeLoadingMetadata(std::shared_ptr, DB::LoadingStrictnessLevel) @ 0x000000003523f694 6. ./build_docker/./src/Databases/TablesLoader.cpp:57: DB::TablesLoader::loadTablesAsync(std::unordered_set, std::hash>, std::equal_to>, std::allocator>>) @ 0x00000000378166af 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:415: DB::InterpreterCreateQuery::createDatabase(DB::ASTCreateQuery&) @ 0x000000003777eddb 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2323: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7a0 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:44:53.782917 [ 114852 ] {} TCPHandler: Code: 253. DB::Exception: Replica 0 of shard 0 of replicated database at /test/01111/01111_create_drop_replicated_db_stress_test_wpse137f already exists. Replica host ID: '01415e1c5a82:9000:0a6f9ba8-dcc4-40ef-98d9-d3514f9b7ea9', current host ID: '01415e1c5a82:9000:9c16cefb-372b-46a2-b5b6-5d2071c50724'. (REPLICA_ALREADY_EXISTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&, String&, String&, String&, String&) @ 0x00000000352b7527 4. ./build_docker/./src/Databases/DatabaseReplicated.cpp:488: DB::DatabaseReplicated::tryConnectToZooKeeperAndInitDatabase(DB::LoadingStrictnessLevel) @ 0x000000003522927f 5. ./build_docker/./src/Databases/DatabaseReplicated.cpp:729: DB::DatabaseReplicated::beforeLoadingMetadata(std::shared_ptr, DB::LoadingStrictnessLevel) @ 0x000000003523f694 6. ./build_docker/./src/Databases/TablesLoader.cpp:57: DB::TablesLoader::loadTablesAsync(std::unordered_set, std::hash>, std::equal_to>, std::allocator>>) @ 0x00000000378166af 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:415: DB::InterpreterCreateQuery::createDatabase(DB::ASTCreateQuery&) @ 0x000000003777eddb 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2323: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7a0 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:44:53.826324 [ 114850 ] {ef2e3790-7201-4817-bfa9-7ccc30d27044} executeQuery: Code: 81. DB::Exception: Database test_wpse137f_repl_01111_10 does not exist. Maybe you meant test_wpse137f_repl_01111_11?. (UNKNOWN_DATABASE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:58436) (comment: 01111_create_drop_replicated_db_stress.sh) (in query: system sync database replica test_wpse137f_repl_01111_10), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:677: DB::DatabaseCatalog::getDatabase(String const&) const @ 0x000000003688c9bf 5. ./build_docker/./src/Interpreters/InterpreterSystemQuery.cpp:1290: DB::InterpreterSystemQuery::syncReplicatedDatabase(DB::ASTSystemQuery&) @ 0x0000000039348932 6. ./build_docker/./src/Interpreters/InterpreterSystemQuery.cpp:729: DB::InterpreterSystemQuery::execute() @ 0x0000000039322f32 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:44:53.837170 [ 114850 ] {} TCPHandler: Code: 81. DB::Exception: Database test_wpse137f_repl_01111_10 does not exist. Maybe you meant test_wpse137f_repl_01111_11?. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:677: DB::DatabaseCatalog::getDatabase(String const&) const @ 0x000000003688c9bf 5. ./build_docker/./src/Interpreters/InterpreterSystemQuery.cpp:1290: DB::InterpreterSystemQuery::syncReplicatedDatabase(DB::ASTSystemQuery&) @ 0x0000000039348932 6. ./build_docker/./src/Interpreters/InterpreterSystemQuery.cpp:729: DB::InterpreterSystemQuery::execute() @ 0x0000000039322f32 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:44:54.803840 [ 114838 ] {bed49cec-9b6e-4a17-b1fd-277ddfc0ee31} executeQuery: Code: 253. DB::Exception: Replica 1 of shard 1 of replicated database at /test/01111/01111_create_drop_replicated_db_stress_test_wpse137f already exists. Replica host ID: '01415e1c5a82:9000:482f82d6-65c9-458b-8205-e1ca23a378ad', current host ID: '01415e1c5a82:9000:e3ec1f9f-7785-4fc3-b3c1-ba76ded94437'. (REPLICA_ALREADY_EXISTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:58512) (comment: 01111_create_drop_replicated_db_stress.sh) (in query: create database if not exists test_wpse137f_repl_01111_3 engine=Replicated('/test/01111/01111_create_drop_replicated_db_stress_test_wpse137f', '1', '1')), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&, String&, String&, String&, String&) @ 0x00000000352b7527 4. ./build_docker/./src/Databases/DatabaseReplicated.cpp:488: DB::DatabaseReplicated::tryConnectToZooKeeperAndInitDatabase(DB::LoadingStrictnessLevel) @ 0x000000003522927f 5. ./build_docker/./src/Databases/DatabaseReplicated.cpp:729: DB::DatabaseReplicated::beforeLoadingMetadata(std::shared_ptr, DB::LoadingStrictnessLevel) @ 0x000000003523f694 6. ./build_docker/./src/Databases/TablesLoader.cpp:57: DB::TablesLoader::loadTablesAsync(std::unordered_set, std::hash>, std::equal_to>, std::allocator>>) @ 0x00000000378166af 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:415: DB::InterpreterCreateQuery::createDatabase(DB::ASTCreateQuery&) @ 0x000000003777eddb 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2323: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7a0 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:44:54.814990 [ 114838 ] {} TCPHandler: Code: 253. DB::Exception: Replica 1 of shard 1 of replicated database at /test/01111/01111_create_drop_replicated_db_stress_test_wpse137f already exists. Replica host ID: '01415e1c5a82:9000:482f82d6-65c9-458b-8205-e1ca23a378ad', current host ID: '01415e1c5a82:9000:e3ec1f9f-7785-4fc3-b3c1-ba76ded94437'. (REPLICA_ALREADY_EXISTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&, String&, String&, String&, String&) @ 0x00000000352b7527 4. ./build_docker/./src/Databases/DatabaseReplicated.cpp:488: DB::DatabaseReplicated::tryConnectToZooKeeperAndInitDatabase(DB::LoadingStrictnessLevel) @ 0x000000003522927f 5. ./build_docker/./src/Databases/DatabaseReplicated.cpp:729: DB::DatabaseReplicated::beforeLoadingMetadata(std::shared_ptr, DB::LoadingStrictnessLevel) @ 0x000000003523f694 6. ./build_docker/./src/Databases/TablesLoader.cpp:57: DB::TablesLoader::loadTablesAsync(std::unordered_set, std::hash>, std::equal_to>, std::allocator>>) @ 0x00000000378166af 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:415: DB::InterpreterCreateQuery::createDatabase(DB::ASTCreateQuery&) @ 0x000000003777eddb 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2323: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7a0 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:44:54.866234 [ 115604 ] {} DDLWorker(test_wpse137f_repl_01111_8): Error on initialization of test_wpse137f_repl_01111_8: Code: 57. DB::Exception: Directory for table data store/8ec/8ec431bf-53d9-4b43-911c-04b7c1e58b8d/ already exists. (TABLE_ALREADY_EXISTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1874: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377da010 5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 7. ./build_docker/./src/Databases/DatabaseReplicated.cpp:1421: DB::DatabaseReplicated::recoverLostReplica(std::shared_ptr const&, unsigned int, unsigned int&)::$_4::operator()() const @ 0x000000003528e4f8 8. ./build_docker/./src/Databases/DatabaseReplicated.cpp:1427: DB::DatabaseReplicated::recoverLostReplica(std::shared_ptr const&, unsigned int, unsigned int&) @ 0x000000003527bfd8 9. ./build_docker/./src/Databases/DatabaseReplicatedWorker.cpp:180: DB::DatabaseReplicatedDDLWorker::initializeReplication() @ 0x00000000352dcdf0 10. ./build_docker/./src/Databases/DatabaseReplicatedWorker.cpp:100: DB::DatabaseReplicatedDDLWorker::initializeMainThread() @ 0x00000000352d506d 11. ./build_docker/./src/Interpreters/DDLWorker.cpp:1185: DB::DDLWorker::runMainThread() @ 0x000000003680910c 12. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000036864ce6 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x0000000036864a9f 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 15. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:44:55.892600 [ 114838 ] {7a1cbeb7-3e9b-4ede-8ace-00e2fcc6cc9f} executeQuery: Code: 36. DB::Exception: SYSTEM SYNC DATABASE REPLICA query is intended to work only with Replicated engine. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:58546) (comment: 01111_create_drop_replicated_db_stress.sh) (in query: system sync database replica test_wpse137f), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/InterpreterSystemQuery.cpp:1303: DB::InterpreterSystemQuery::syncReplicatedDatabase(DB::ASTSystemQuery&) @ 0x0000000039349562 5. ./build_docker/./src/Interpreters/InterpreterSystemQuery.cpp:729: DB::InterpreterSystemQuery::execute() @ 0x0000000039322f32 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 8. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 18:44:55.902585 [ 114838 ] {} TCPHandler: Code: 36. DB::Exception: SYSTEM SYNC DATABASE REPLICA query is intended to work only with Replicated engine. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/InterpreterSystemQuery.cpp:1303: DB::InterpreterSystemQuery::syncReplicatedDatabase(DB::ASTSystemQuery&) @ 0x0000000039349562 5. ./build_docker/./src/Interpreters/InterpreterSystemQuery.cpp:729: DB::InterpreterSystemQuery::execute() @ 0x0000000039322f32 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 8. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 18:44:55.982647 [ 114850 ] {a3bac6e5-873b-490f-85fd-0ed04dd1ec05} executeQuery: Code: 253. DB::Exception: Replica 0 of shard 0 of replicated database at /test/01111/01111_create_drop_replicated_db_stress_test_wpse137f already exists. Replica host ID: '01415e1c5a82:9000:0a6f9ba8-dcc4-40ef-98d9-d3514f9b7ea9', current host ID: '01415e1c5a82:9000:29afe0b5-51f2-46a8-a226-4689fb0b4e0c'. (REPLICA_ALREADY_EXISTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:58556) (comment: 01111_create_drop_replicated_db_stress.sh) (in query: create database if not exists test_wpse137f_repl_01111_0 engine=Replicated('/test/01111/01111_create_drop_replicated_db_stress_test_wpse137f', '0', '0')), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&, String&, String&, String&, String&) @ 0x00000000352b7527 4. ./build_docker/./src/Databases/DatabaseReplicated.cpp:488: DB::DatabaseReplicated::tryConnectToZooKeeperAndInitDatabase(DB::LoadingStrictnessLevel) @ 0x000000003522927f 5. ./build_docker/./src/Databases/DatabaseReplicated.cpp:729: DB::DatabaseReplicated::beforeLoadingMetadata(std::shared_ptr, DB::LoadingStrictnessLevel) @ 0x000000003523f694 6. ./build_docker/./src/Databases/TablesLoader.cpp:57: DB::TablesLoader::loadTablesAsync(std::unordered_set, std::hash>, std::equal_to>, std::allocator>>) @ 0x00000000378166af 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:415: DB::InterpreterCreateQuery::createDatabase(DB::ASTCreateQuery&) @ 0x000000003777eddb 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2323: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7a0 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:44:55.993282 [ 114850 ] {} TCPHandler: Code: 253. DB::Exception: Replica 0 of shard 0 of replicated database at /test/01111/01111_create_drop_replicated_db_stress_test_wpse137f already exists. Replica host ID: '01415e1c5a82:9000:0a6f9ba8-dcc4-40ef-98d9-d3514f9b7ea9', current host ID: '01415e1c5a82:9000:29afe0b5-51f2-46a8-a226-4689fb0b4e0c'. (REPLICA_ALREADY_EXISTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&, String&, String&, String&, String&) @ 0x00000000352b7527 4. ./build_docker/./src/Databases/DatabaseReplicated.cpp:488: DB::DatabaseReplicated::tryConnectToZooKeeperAndInitDatabase(DB::LoadingStrictnessLevel) @ 0x000000003522927f 5. ./build_docker/./src/Databases/DatabaseReplicated.cpp:729: DB::DatabaseReplicated::beforeLoadingMetadata(std::shared_ptr, DB::LoadingStrictnessLevel) @ 0x000000003523f694 6. ./build_docker/./src/Databases/TablesLoader.cpp:57: DB::TablesLoader::loadTablesAsync(std::unordered_set, std::hash>, std::equal_to>, std::allocator>>) @ 0x00000000378166af 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:415: DB::InterpreterCreateQuery::createDatabase(DB::ASTCreateQuery&) @ 0x000000003777eddb 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2323: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7a0 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:44:58.075201 [ 114854 ] {4a687e41-3d7a-421d-ac84-10dfafb0c32c} executeQuery: Code: 36. DB::Exception: SYSTEM SYNC DATABASE REPLICA query is intended to work only with Replicated engine. (BAD_ARGUMENTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:39550) (comment: 01111_create_drop_replicated_db_stress.sh) (in query: system sync database replica test_wpse137f), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/InterpreterSystemQuery.cpp:1303: DB::InterpreterSystemQuery::syncReplicatedDatabase(DB::ASTSystemQuery&) @ 0x0000000039349562 5. ./build_docker/./src/Interpreters/InterpreterSystemQuery.cpp:729: DB::InterpreterSystemQuery::execute() @ 0x0000000039322f32 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 8. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 18:44:58.086496 [ 114854 ] {} TCPHandler: Code: 36. DB::Exception: SYSTEM SYNC DATABASE REPLICA query is intended to work only with Replicated engine. (BAD_ARGUMENTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/InterpreterSystemQuery.cpp:1303: DB::InterpreterSystemQuery::syncReplicatedDatabase(DB::ASTSystemQuery&) @ 0x0000000039349562 5. ./build_docker/./src/Interpreters/InterpreterSystemQuery.cpp:729: DB::InterpreterSystemQuery::execute() @ 0x0000000039322f32 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 8. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 18:44:58.359318 [ 115677 ] {} DDLWorker(test_wpse137f_repl_01111_11): Unexpected error (1 times in a row), will try to restart main thread: Code: 341. DB::Exception: Replication was stopped. (UNFINISHED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Databases/DatabaseReplicatedWorker.cpp:426: DB::DatabaseReplicatedDDLWorker::initAndCheckTask(String const&, String&, std::shared_ptr const&, bool) @ 0x00000000352f634b 5. ./build_docker/./src/Interpreters/DDLWorker.cpp:426: DB::DDLWorker::scheduleTasks(bool) @ 0x000000003681edd5 6. ./build_docker/./src/Interpreters/DDLWorker.cpp:1199: DB::DDLWorker::runMainThread() @ 0x0000000036809b18 7. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000036864ce6 8. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x0000000036864a9f 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 10. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 11. ? @ 0x00007fc708d31ac3 12. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:44:58.663206 [ 115612 ] {a3884c8f-8a9e-43ee-8152-e7d8b88372de} executeQuery: Code: 57. DB::Exception: Directory for table data store/8ec/8ec431bf-53d9-4b43-911c-04b7c1e58b8d/ already exists. (TABLE_ALREADY_EXISTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from 0.0.0.0:0) (comment: 01111_create_drop_replicated_db_stress.sh) (in query: /* ddl_entry=query-0000000006 */ CREATE TABLE test_wpse137f_repl_01111_5.rmt_15509_21566_19269 UUID '8ec431bf-53d9-4b43-911c-04b7c1e58b8d' (`n` Int32) ENGINE = ReplicatedMergeTree ORDER BY tuple() SETTINGS index_granularity = 48389, min_bytes_for_wide_part = 1073741824, ratio_of_defaults_for_sparse_serialization = 0., replace_long_file_name_to_hash = true, max_file_name_length = 69, min_bytes_for_full_part_storage = 455342805, compact_parts_max_bytes_to_buffer = 326347783, compact_parts_max_granules_to_buffer = 75, compact_parts_merge_max_bytes_to_prefetch_part = 27192086, merge_max_block_size = 20555, old_parts_lifetime = 146., prefer_fetch_merged_part_size_threshold = 1, vertical_merge_algorithm_min_rows_to_activate = 976918, vertical_merge_algorithm_min_columns_to_activate = 100, min_merge_bytes_to_use_direct_io = 10737418240, index_granularity_bytes = 28933700, use_const_adaptive_granularity = false, enable_index_granularity_compression = false, concurrent_part_removal_threshold = 42, allow_vertical_merges_from_compact_to_wide_parts = true, cache_populated_by_fetch = false, marks_compress_block_size = 10876, primary_key_compress_block_size = 15465, use_primary_key_cache = false, prewarm_primary_key_cache = true, prewarm_mark_cache = true), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1874: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377da010 5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 9. ./build_docker/./src/Interpreters/DDLWorker.cpp:508: DB::DDLWorker::tryExecuteQuery(DB::DDLTaskBase&, std::shared_ptr const&) @ 0x000000003682fcef 10. ./build_docker/./src/Interpreters/DDLWorker.cpp:672: DB::DDLWorker::processTask(DB::DDLTaskBase&, std::shared_ptr const&) @ 0x000000003682900e 11. ./build_docker/./src/Interpreters/DDLWorker.cpp:451: DB::DDLWorker::scheduleTasks(bool) @ 0x000000003681fcd6 12. ./build_docker/./src/Interpreters/DDLWorker.cpp:1199: DB::DDLWorker::runMainThread() @ 0x0000000036809b18 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000036864ce6 14. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x0000000036864a9f 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 16. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:44:58.668804 [ 115612 ] {a3884c8f-8a9e-43ee-8152-e7d8b88372de} DDLWorker(test_wpse137f_repl_01111_5): Query /* ddl_entry=query-0000000006 */ CREATE TABLE test_wpse137f_repl_01111_5.rmt_15509_21566_19269 UUID '8ec431bf-53d9-4b43-911c-04b7c1e58b8d' (`n` Int32) ENGINE = ReplicatedMergeTree ORDER BY tuple() SETTINGS index_granularity = 48389, min_bytes_for_wide_part = 1073741824, ratio_of_defaults_for_sparse_serialization = 0., replace_long_file_name_to_hash = true, max_file_name_length = 69, min_bytes_for_full_part_storage = 455342805, compact_parts_max_bytes_to_buffer = 326347783, compact_parts_max_granules_to_buffer = 75, compact_parts_merge_max_bytes_to_prefetch_part = 27192086, merge_max_block_size = 20555, old_parts_lifetime = 146., prefer_fetch_merged_part_size_threshold = 1, vertical_merge_algorithm_min_rows_to_activate = 976918, vertical_merge_algorithm_min_columns_to_activate = 100, min_merge_bytes_to_use_direct_io = 10737418240, index_granularity_bytes = 28933700, use_const_adaptive_granularity = false, enable_index_granularity_compression = false, concurrent_part_removal_threshold = 42, allow_vertical_merges_from_compact_to_wide_parts = true, cache_populated_by_fetch = false, marks_compress_block_size = 10876, primary_key_compress_block_size = 15465, use_primary_key_cache = false, prewarm_primary_key_cache = true, prewarm_mark_cache = true wasn't finished successfully: Code: 57. DB::Exception: Directory for table data store/8ec/8ec431bf-53d9-4b43-911c-04b7c1e58b8d/ already exists. (TABLE_ALREADY_EXISTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1874: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377da010 5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 9. ./build_docker/./src/Interpreters/DDLWorker.cpp:508: DB::DDLWorker::tryExecuteQuery(DB::DDLTaskBase&, std::shared_ptr const&) @ 0x000000003682fcef 10. ./build_docker/./src/Interpreters/DDLWorker.cpp:672: DB::DDLWorker::processTask(DB::DDLTaskBase&, std::shared_ptr const&) @ 0x000000003682900e 11. ./build_docker/./src/Interpreters/DDLWorker.cpp:451: DB::DDLWorker::scheduleTasks(bool) @ 0x000000003681fcd6 12. ./build_docker/./src/Interpreters/DDLWorker.cpp:1199: DB::DDLWorker::runMainThread() @ 0x0000000036809b18 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000036864ce6 14. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x0000000036864a9f 15. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 16. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:44:58.673249 [ 115612 ] {} DDLWorker(test_wpse137f_repl_01111_5): Unexpected error (3 times in a row), will try to restart main thread: Code: 341. DB::Exception: Unexpected error: Code: 57. DB::Exception: Directory for table data store/8ec/8ec431bf-53d9-4b43-911c-04b7c1e58b8d/ already exists. (TABLE_ALREADY_EXISTS) (version 24.12.2.20214.altinityantalya (altinity build)). (UNFINISHED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Interpreters/DDLWorker.cpp:693: DB::DDLWorker::processTask(DB::DDLTaskBase&, std::shared_ptr const&) @ 0x000000003682a35c 5. ./build_docker/./src/Interpreters/DDLWorker.cpp:451: DB::DDLWorker::scheduleTasks(bool) @ 0x000000003681fcd6 6. ./build_docker/./src/Interpreters/DDLWorker.cpp:1199: DB::DDLWorker::runMainThread() @ 0x0000000036809b18 7. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000036864ce6 8. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x0000000036864a9f 9. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 10. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 11. ? @ 0x00007fc708d31ac3 12. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:44:59.908553 [ 115604 ] {} DDLWorker(test_wpse137f_repl_01111_8): Error on initialization of test_wpse137f_repl_01111_8: Code: 57. DB::Exception: Directory for table data store/8ec/8ec431bf-53d9-4b43-911c-04b7c1e58b8d/ already exists. (TABLE_ALREADY_EXISTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1874: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377da010 5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 7. ./build_docker/./src/Databases/DatabaseReplicated.cpp:1421: DB::DatabaseReplicated::recoverLostReplica(std::shared_ptr const&, unsigned int, unsigned int&)::$_4::operator()() const @ 0x000000003528e4f8 8. ./build_docker/./src/Databases/DatabaseReplicated.cpp:1427: DB::DatabaseReplicated::recoverLostReplica(std::shared_ptr const&, unsigned int, unsigned int&) @ 0x000000003527bfd8 9. ./build_docker/./src/Databases/DatabaseReplicatedWorker.cpp:180: DB::DatabaseReplicatedDDLWorker::initializeReplication() @ 0x00000000352dcdf0 10. ./build_docker/./src/Databases/DatabaseReplicatedWorker.cpp:100: DB::DatabaseReplicatedDDLWorker::initializeMainThread() @ 0x00000000352d506d 11. ./build_docker/./src/Interpreters/DDLWorker.cpp:1185: DB::DDLWorker::runMainThread() @ 0x000000003680910c 12. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000036864ce6 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x0000000036864a9f 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 15. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:45:03.794885 [ 114842 ] {cb4bdd76-49b5-41cd-8a45-0e9061a9c477} executeQuery: Code: 571. DB::Exception: ZooKeeper session expired or replication stopped, try again. (DATABASE_REPLICATION_FAILED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:58432) (comment: 01111_create_drop_replicated_db_stress.sh) (in query: alter table test_wpse137f_repl_01111_11.rmt_15509_21566_19269 update n = n + (select max(n) from merge(REGEXP('test_wpse137f.*'), '.*')) where 1 settings allow_nondeterministic_mutations=1), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Databases/DatabaseReplicatedWorker.cpp:348: DB::DatabaseReplicatedDDLWorker::tryEnqueueAndExecuteEntry(DB::DDLLogEntry&, std::shared_ptr)::$_1::operator()() const @ 0x00000000352fa34e 5. ./contrib/llvm-project/libcxx/include/__mutex_base:425: DB::DatabaseReplicatedDDLWorker::tryEnqueueAndExecuteEntry(DB::DDLLogEntry&, std::shared_ptr) @ 0x00000000352ef07c 6. ./build_docker/./src/Databases/DatabaseReplicated.cpp:1086: DB::DatabaseReplicated::tryEnqueueReplicatedDDL(std::shared_ptr const&, std::shared_ptr, DB::QueryFlags) @ 0x0000000035265dfc 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:133: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x000000003774cf2d 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:45:03.805815 [ 114842 ] {} TCPHandler: Code: 571. DB::Exception: ZooKeeper session expired or replication stopped, try again. (DATABASE_REPLICATION_FAILED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Databases/DatabaseReplicatedWorker.cpp:348: DB::DatabaseReplicatedDDLWorker::tryEnqueueAndExecuteEntry(DB::DDLLogEntry&, std::shared_ptr)::$_1::operator()() const @ 0x00000000352fa34e 5. ./contrib/llvm-project/libcxx/include/__mutex_base:425: DB::DatabaseReplicatedDDLWorker::tryEnqueueAndExecuteEntry(DB::DDLLogEntry&, std::shared_ptr) @ 0x00000000352ef07c 6. ./build_docker/./src/Databases/DatabaseReplicated.cpp:1086: DB::DatabaseReplicated::tryEnqueueReplicatedDDL(std::shared_ptr const&, std::shared_ptr, DB::QueryFlags) @ 0x0000000035265dfc 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:133: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x000000003774cf2d 8. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:45:03.859740 [ 114838 ] {7217956c-06db-4737-9036-181e6cd67854} executeQuery: Code: 60. DB::Exception: Table test_wpse137f_repl_01111_11.rmt_15509_21566_19269 does not exist. (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:39622) (comment: 01111_create_drop_replicated_db_stress.sh) (in query: insert into test_wpse137f_repl_01111_11.rmt_15509_21566_19269 values ), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Databases/IDatabase.cpp:37: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339948 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:154: DB::InterpreterInsertQuery::getTable(DB::ASTInsertQuery&) @ 0x00000000384d8cc5 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:777: DB::InterpreterInsertQuery::execute() @ 0x00000000384f3e7f 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:45:03.870140 [ 114838 ] {} TCPHandler: Code: 60. DB::Exception: Table test_wpse137f_repl_01111_11.rmt_15509_21566_19269 does not exist. (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Databases/IDatabase.cpp:37: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339948 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:154: DB::InterpreterInsertQuery::getTable(DB::ASTInsertQuery&) @ 0x00000000384d8cc5 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:777: DB::InterpreterInsertQuery::execute() @ 0x00000000384f3e7f 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:45:04.018845 [ 115623 ] {} DDLWorker(test_wpse137f_repl_01111_11): Error on initialization of test_wpse137f_repl_01111_11: Code: 57. DB::Exception: Mapping for table with UUID=8ec431bf-53d9-4b43-911c-04b7c1e58b8d already exists. It happened due to UUID collision, most likely because some not random UUIDs were manually specified in CREATE queries. (TABLE_ALREADY_EXISTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception, DB::UUIDTag> const&>(int, FormatStringHelperImpl, DB::UUIDTag> const&>::type>, StrongTypedef, DB::UUIDTag> const&) @ 0x000000003513e32a 4. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:793: DB::DatabaseCatalog::addUUIDMapping(StrongTypedef, DB::UUIDTag> const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x0000000036887338 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:759: DB::DatabaseCatalog::addUUIDMapping(StrongTypedef, DB::UUIDTag> const&) @ 0x0000000036872fea 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:1854: DB::TemporaryLockForUUIDDirectory::TemporaryLockForUUIDDirectory(StrongTypedef, DB::UUIDTag>) @ 0x00000000368c51a3 7. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1908: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377dbbb6 8. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 9. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 10. ./build_docker/./src/Databases/DatabaseReplicated.cpp:1421: DB::DatabaseReplicated::recoverLostReplica(std::shared_ptr const&, unsigned int, unsigned int&)::$_4::operator()() const @ 0x000000003528e4f8 11. ./build_docker/./src/Databases/DatabaseReplicated.cpp:1427: DB::DatabaseReplicated::recoverLostReplica(std::shared_ptr const&, unsigned int, unsigned int&) @ 0x000000003527bfd8 12. ./build_docker/./src/Databases/DatabaseReplicatedWorker.cpp:180: DB::DatabaseReplicatedDDLWorker::initializeReplication() @ 0x00000000352dcdf0 13. ./build_docker/./src/Databases/DatabaseReplicatedWorker.cpp:100: DB::DatabaseReplicatedDDLWorker::initializeMainThread() @ 0x00000000352d506d 14. ./build_docker/./src/Interpreters/DDLWorker.cpp:1185: DB::DDLWorker::runMainThread() @ 0x000000003680910c 15. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000036864ce6 16. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x0000000036864a9f 17. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 18. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:45:04.843971 [ 114854 ] {2f31f893-774e-41e4-8c7e-1c9bd148982c} executeQuery: Code: 159. DB::Exception: SYNC DATABASE REPLICA test_wpse137f_repl_01111_11: database is readonly or command timed out. See the 'receive_timeout' setting. (TIMEOUT_EXCEEDED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:39584) (comment: 01111_create_drop_replicated_db_stress.sh) (in query: system sync database replica test_wpse137f_repl_01111_11), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Interpreters/InterpreterSystemQuery.cpp:1297: DB::InterpreterSystemQuery::syncReplicatedDatabase(DB::ASTSystemQuery&) @ 0x000000003934a913 5. ./build_docker/./src/Interpreters/InterpreterSystemQuery.cpp:729: DB::InterpreterSystemQuery::execute() @ 0x0000000039322f32 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 8. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 18:45:04.853987 [ 114854 ] {} TCPHandler: Code: 159. DB::Exception: SYNC DATABASE REPLICA test_wpse137f_repl_01111_11: database is readonly or command timed out. See the 'receive_timeout' setting. (TIMEOUT_EXCEEDED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Interpreters/InterpreterSystemQuery.cpp:1297: DB::InterpreterSystemQuery::syncReplicatedDatabase(DB::ASTSystemQuery&) @ 0x000000003934a913 5. ./build_docker/./src/Interpreters/InterpreterSystemQuery.cpp:729: DB::InterpreterSystemQuery::execute() @ 0x0000000039322f32 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 8. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 18:45:04.963472 [ 115604 ] {} DDLWorker(test_wpse137f_repl_01111_8): Error on initialization of test_wpse137f_repl_01111_8: Code: 57. DB::Exception: Directory for table data store/899/89979ae3-f216-40b9-9a6a-50a5f715d0b1/ already exists. (TABLE_ALREADY_EXISTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1874: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377da010 5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 7. ./build_docker/./src/Databases/DatabaseReplicated.cpp:1421: DB::DatabaseReplicated::recoverLostReplica(std::shared_ptr const&, unsigned int, unsigned int&)::$_4::operator()() const @ 0x000000003528e4f8 8. ./build_docker/./src/Databases/DatabaseReplicated.cpp:1427: DB::DatabaseReplicated::recoverLostReplica(std::shared_ptr const&, unsigned int, unsigned int&) @ 0x000000003527bfd8 9. ./build_docker/./src/Databases/DatabaseReplicatedWorker.cpp:180: DB::DatabaseReplicatedDDLWorker::initializeReplication() @ 0x00000000352dcdf0 10. ./build_docker/./src/Databases/DatabaseReplicatedWorker.cpp:100: DB::DatabaseReplicatedDDLWorker::initializeMainThread() @ 0x00000000352d506d 11. ./build_docker/./src/Interpreters/DDLWorker.cpp:1185: DB::DDLWorker::runMainThread() @ 0x000000003680910c 12. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000036864ce6 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x0000000036864a9f 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 15. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:45:10.018337 [ 115604 ] {} DDLWorker(test_wpse137f_repl_01111_8): Error on initialization of test_wpse137f_repl_01111_8: Code: 57. DB::Exception: Directory for table data store/899/89979ae3-f216-40b9-9a6a-50a5f715d0b1/ already exists. (TABLE_ALREADY_EXISTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1874: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377da010 5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 7. ./build_docker/./src/Databases/DatabaseReplicated.cpp:1421: DB::DatabaseReplicated::recoverLostReplica(std::shared_ptr const&, unsigned int, unsigned int&)::$_4::operator()() const @ 0x000000003528e4f8 8. ./build_docker/./src/Databases/DatabaseReplicated.cpp:1427: DB::DatabaseReplicated::recoverLostReplica(std::shared_ptr const&, unsigned int, unsigned int&) @ 0x000000003527bfd8 9. ./build_docker/./src/Databases/DatabaseReplicatedWorker.cpp:180: DB::DatabaseReplicatedDDLWorker::initializeReplication() @ 0x00000000352dcdf0 10. ./build_docker/./src/Databases/DatabaseReplicatedWorker.cpp:100: DB::DatabaseReplicatedDDLWorker::initializeMainThread() @ 0x00000000352d506d 11. ./build_docker/./src/Interpreters/DDLWorker.cpp:1185: DB::DDLWorker::runMainThread() @ 0x000000003680910c 12. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000036864ce6 13. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x0000000036864a9f 14. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 15. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:45:18.227364 [ 114838 ] {a38b35e6-4faf-4c1d-89f6-a2434d7fc75a} executeQuery: Code: 291. DB::Exception: Direct access to `_temporary_and_external_tables` database is not allowed. (DATABASE_ACCESS_DENIED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:59884) (in query: SELECT COUNT() FROM _temporary_and_external_tables.`_tmp_38f0d59c-b7c1-42e3-b284-8bd28fabb579`), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687f780 4. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:425: DB::IdentifierResolver::tryResolveTableIdentifierFromDatabaseCatalog(DB::Identifier const&, std::shared_ptr) @ 0x0000000035e9a18e 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1530: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d693cc 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4360: DB::QueryAnalyzer::initializeQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dcf18d 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5549: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19ac7 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 19. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 20. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 21. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:45:18.234107 [ 114838 ] {a38b35e6-4faf-4c1d-89f6-a2434d7fc75a} DynamicQueryHandler: Code: 291. DB::Exception: Direct access to `_temporary_and_external_tables` database is not allowed. (DATABASE_ACCESS_DENIED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687f780 4. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:425: DB::IdentifierResolver::tryResolveTableIdentifierFromDatabaseCatalog(DB::Identifier const&, std::shared_ptr) @ 0x0000000035e9a18e 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1530: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d693cc 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4360: DB::QueryAnalyzer::initializeQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dcf18d 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5549: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19ac7 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 19. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 20. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 21. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:45:18.292078 [ 114838 ] {57190671-b38f-4894-a7a1-3b21d5456d4b} executeQuery: Code: 291. DB::Exception: Direct access to `_temporary_and_external_tables` database is not allowed. (DATABASE_ACCESS_DENIED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:59892) (in query: SELECT COUNT() FROM _temporary_and_external_tables.`_tmp_38f0d59c-b7c1-42e3-b284-8bd28fabb579`), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687f780 4. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:425: DB::IdentifierResolver::tryResolveTableIdentifierFromDatabaseCatalog(DB::Identifier const&, std::shared_ptr) @ 0x0000000035e9a18e 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1530: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d693cc 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4360: DB::QueryAnalyzer::initializeQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dcf18d 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5549: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19ac7 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 19. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 20. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 21. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 2025.03.31 18:45:18.298375 [ 114838 ] {57190671-b38f-4894-a7a1-3b21d5456d4b} DynamicQueryHandler: Code: 291. DB::Exception: Direct access to `_temporary_and_external_tables` database is not allowed. (DATABASE_ACCESS_DENIED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687f780 4. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 5. ./build_docker/./src/Analyzer/Resolve/IdentifierResolver.cpp:425: DB::IdentifierResolver::tryResolveTableIdentifierFromDatabaseCatalog(DB::Identifier const&, std::shared_ptr) @ 0x0000000035e9a18e 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:1530: DB::QueryAnalyzer::tryResolveIdentifier(DB::IdentifierLookup const&, DB::IdentifierResolveScope&, DB::IdentifierResolveSettings) @ 0x0000000035d693cc 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4360: DB::QueryAnalyzer::initializeQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dcf18d 8. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5549: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19ac7 9. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 10. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 11. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 13. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 14. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 15. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 17. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 18. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 19. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 20. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 21. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 22. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 23. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 24. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 25. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 26. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 27. ? @ 0x00007fc708d31ac3 28. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:45:31.525222 [ 115597 ] {0db9be7f-f0a5-4a6a-996b-3fef3dd0db7d} void DB::TCPHandler::sendData(QueryState &, const Block &): Code: 210. DB::NetException: Connection reset by peer, while writing to socket ([::1]:9000 -> [::1]:43794). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/WriteBufferFromPocoSocket.cpp:160: DB::WriteBufferFromPocoSocket::nextImpl() @ 0x0000000020b79ee3 4. ./build_docker/./src/IO/WriteBufferFromPocoSocketChunked.cpp:116: DB::WriteBufferFromPocoSocketChunked::nextImpl() @ 0x000000003f05a6aa 5. DB::WriteBuffer::next() @ 0x00000000088f5ec1 6. ./build_docker/./src/Server/TCPHandler.cpp:2464: DB::TCPHandler::sendData(DB::QueryState&, DB::Block const&) @ 0x000000003f46aa4b 7. ./build_docker/./src/Server/TCPHandler.cpp:1260: DB::TCPHandler::processOrdinaryQuery(DB::QueryState&) @ 0x000000003f44c8a7 8. ./build_docker/./src/Server/TCPHandler.cpp:670: DB::TCPHandler::runImpl() @ 0x000000003f427864 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:45:31.567302 [ 115597 ] {0db9be7f-f0a5-4a6a-996b-3fef3dd0db7d} executeQuery: Code: 210. DB::NetException: Connection reset by peer, while writing to socket ([::1]:9000 -> [::1]:43794). (NETWORK_ERROR) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:43794) (in query: SELECT DISTINCT arrayJoin(extractAll(name, '[\\w_]{2,}')) AS res FROM (SELECT * FROM viewIfPermitted(SELECT name FROM system.functions ELSE null('name String')) UNION ALL SELECT * FROM viewIfPermitted(SELECT name FROM system.table_engines ELSE null('name String')) UNION ALL SELECT * FROM viewIfPermitted(SELECT name FROM system.formats ELSE null('name String')) UNION ALL SELECT * FROM viewIfPermitted(SELECT name FROM system.table_functions ELSE null('name String')) UNION ALL SELECT * FROM viewIfPermitted(SELECT name FROM system.data_type_families ELSE null('name String')) UNION ALL SELECT * FROM viewIfPermitted(SELECT name FROM system.merge_tree_settings ELSE null('name String')) UNION ALL SELECT * FROM viewIfPermitted(SELECT name FROM system.settings ELSE null('name String')) UNION ALL SELECT * FROM viewIfPermitted(SELECT keyword FROM system.keywords ELSE null('keyword String')) UNION ALL SELECT * FROM viewIfPermitted(SELECT cluster FROM system.clusters ELSE null('cluster String')) UNION ALL SELECT * FROM viewIfPermitted(SELECT macro FROM system.macros ELSE null('macro String')) UNION ALL SELECT * FROM viewIfPermitted(SELECT policy_name FROM system.storage_policies ELSE null('policy_name String')) UNION ALL SELECT * FROM viewIfPermitted(SELECT concat(func.name, comb.name) AS x FROM system.functions AS func CROSS JOIN system.aggregate_function_combinators AS comb WHERE is_aggregate ELSE null('x String')) UNION ALL SELECT * FROM viewIfPermitted(SELECT name FROM system.databases LIMIT 10000 ELSE null('name String')) UNION ALL SELECT * FROM viewIfPermitted(SELECT DISTINCT name FROM system.tables LIMIT 10000 ELSE null('name String')) UNION ALL SELECT * FROM viewIfPermitted(SELECT DISTINCT name FROM system.dictionaries LIMIT 10000 ELSE null('name String')) UNION ALL SELECT * FROM viewIfPermitted(SELECT DISTINCT name FROM system.columns LIMIT 10000 ELSE null('name String'))) WHERE notEmpty(res)), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/WriteBufferFromPocoSocket.cpp:160: DB::WriteBufferFromPocoSocket::nextImpl() @ 0x0000000020b79ee3 4. ./build_docker/./src/IO/WriteBufferFromPocoSocketChunked.cpp:116: DB::WriteBufferFromPocoSocketChunked::nextImpl() @ 0x000000003f05a6aa 5. DB::WriteBuffer::next() @ 0x00000000088f5ec1 6. ./build_docker/./src/Server/TCPHandler.cpp:2464: DB::TCPHandler::sendData(DB::QueryState&, DB::Block const&) @ 0x000000003f46aa4b 7. ./build_docker/./src/Server/TCPHandler.cpp:1260: DB::TCPHandler::processOrdinaryQuery(DB::QueryState&) @ 0x000000003f44c8a7 8. ./build_docker/./src/Server/TCPHandler.cpp:670: DB::TCPHandler::runImpl() @ 0x000000003f427864 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 18:45:31.645187 [ 115597 ] {} TCPHandler: Code: 210. DB::NetException: Connection reset by peer, while writing to socket ([::1]:9000 -> [::1]:43794). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/WriteBufferFromPocoSocket.cpp:160: DB::WriteBufferFromPocoSocket::nextImpl() @ 0x0000000020b79ee3 4. ./build_docker/./src/IO/WriteBufferFromPocoSocketChunked.cpp:116: DB::WriteBufferFromPocoSocketChunked::nextImpl() @ 0x000000003f05a6aa 5. DB::WriteBuffer::next() @ 0x00000000088f5ec1 6. ./build_docker/./src/Server/TCPHandler.cpp:2464: DB::TCPHandler::sendData(DB::QueryState&, DB::Block const&) @ 0x000000003f46aa4b 7. ./build_docker/./src/Server/TCPHandler.cpp:1260: DB::TCPHandler::processOrdinaryQuery(DB::QueryState&) @ 0x000000003f44c8a7 8. ./build_docker/./src/Server/TCPHandler.cpp:670: DB::TCPHandler::runImpl() @ 0x000000003f427864 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 18:45:47.505929 [ 114576 ] {f44f59de-ef59-4f6c-a132-80d94b8b5347} executeQuery: Code: 60. DB::Exception: Table test_rp5dljgo.concurrent_alter_detach_1 (75ed59c1-1e84-485b-afdc-81b581a4d8bf) does not exist. Maybe you meant concurrent_alter_detach_2?. (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50080) (comment: 01079_parallel_alter_detach_table_zookeeper.sh) (in query: INSERT INTO concurrent_alter_detach_1 VALUES), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x0000000036880528 4. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 5. ./build_docker/./src/Server/TCPHandler.cpp:1047: DB::TCPHandler::startInsertQuery(DB::QueryState&) @ 0x000000003f468c9b 6. ./build_docker/./src/Server/TCPHandler.cpp:1110: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f448310 7. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 2025.03.31 18:45:47.522057 [ 114576 ] {} TCPHandler: Code: 60. DB::Exception: Table test_rp5dljgo.concurrent_alter_detach_1 (75ed59c1-1e84-485b-afdc-81b581a4d8bf) does not exist. Maybe you meant concurrent_alter_detach_2?. (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x0000000036880528 4. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 5. ./build_docker/./src/Server/TCPHandler.cpp:1047: DB::TCPHandler::startInsertQuery(DB::QueryState&) @ 0x000000003f468c9b 6. ./build_docker/./src/Server/TCPHandler.cpp:1110: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f448310 7. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 2025.03.31 18:45:47.560228 [ 114839 ] {f4580f7a-3744-4019-a722-e5222d4641c2} executeQuery: Code: 60. DB::Exception: Table test_rp5dljgo.concurrent_alter_detach_1 does not exist. Maybe you meant test_rp5dljgo.concurrent_alter_detach_2?. (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50144) (comment: 01079_parallel_alter_detach_table_zookeeper.sh) (in query: INSERT INTO concurrent_alter_detach_1 VALUES), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&) @ 0x0000000008b24cbf 4. ./build_docker/./src/Databases/IDatabase.cpp:38: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339f65 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:154: DB::InterpreterInsertQuery::getTable(DB::ASTInsertQuery&) @ 0x00000000384d8cc5 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:777: DB::InterpreterInsertQuery::execute() @ 0x00000000384f3e7f 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:45:47.570646 [ 114839 ] {} TCPHandler: Code: 60. DB::Exception: Table test_rp5dljgo.concurrent_alter_detach_1 does not exist. Maybe you meant test_rp5dljgo.concurrent_alter_detach_2?. (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&) @ 0x0000000008b24cbf 4. ./build_docker/./src/Databases/IDatabase.cpp:38: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339f65 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:154: DB::InterpreterInsertQuery::getTable(DB::ASTInsertQuery&) @ 0x00000000384d8cc5 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:777: DB::InterpreterInsertQuery::execute() @ 0x00000000384f3e7f 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:45:47.713288 [ 115592 ] {fa6ea5ad-f060-4790-b37c-b0463e161485} executeQuery: Code: 242. DB::Exception: Table is in readonly mode (replica path: /clickhouse/tables/01079_parallel_alter_detach_table_zookeeper_test_rp5dljgo/concurrent_alter_detach/replicas/1). (TABLE_IS_READ_ONLY) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50090) (comment: 01079_parallel_alter_detach_table_zookeeper.sh) (in query: ALTER TABLE concurrent_alter_detach_1 MODIFY COLUMN value1 UInt32 SETTINGS replication_alter_partitions_sync=0), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:5890: DB::StorageReplicatedMergeTree::assertNotReadonly() const @ 0x000000003cd4ea7e 5. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:6354: DB::StorageReplicatedMergeTree::alter(DB::AlterCommands const&, std::shared_ptr, std::unique_lock&) @ 0x000000003cf9c0d5 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:219: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750f74 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:45:47.723873 [ 115592 ] {} TCPHandler: Code: 242. DB::Exception: Table is in readonly mode (replica path: /clickhouse/tables/01079_parallel_alter_detach_table_zookeeper_test_rp5dljgo/concurrent_alter_detach/replicas/1). (TABLE_IS_READ_ONLY), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:5890: DB::StorageReplicatedMergeTree::assertNotReadonly() const @ 0x000000003cd4ea7e 5. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:6354: DB::StorageReplicatedMergeTree::alter(DB::AlterCommands const&, std::shared_ptr, std::unique_lock&) @ 0x000000003cf9c0d5 6. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:219: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037750f74 7. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:45:48.342934 [ 114832 ] {3e0bcf41-847d-4665-b846-5bacfae98657} executeQuery: Code: 60. DB::Exception: Table test_rp5dljgo.concurrent_alter_detach_1 does not exist. Maybe you meant test_rp5dljgo.concurrent_alter_detach_2?. (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50176) (comment: 01079_parallel_alter_detach_table_zookeeper.sh) (in query: INSERT INTO concurrent_alter_detach_1 VALUES), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&) @ 0x0000000008b24cbf 4. ./build_docker/./src/Databases/IDatabase.cpp:38: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339f65 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:154: DB::InterpreterInsertQuery::getTable(DB::ASTInsertQuery&) @ 0x00000000384d8cc5 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:777: DB::InterpreterInsertQuery::execute() @ 0x00000000384f3e7f 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:45:48.342934 [ 114830 ] {6e57f39a-4af7-48c8-9318-087103c4935a} executeQuery: Code: 60. DB::Exception: Table test_rp5dljgo.concurrent_alter_detach_1 does not exist. Maybe you meant test_rp5dljgo.concurrent_alter_detach_2?. (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50168) (comment: 01079_parallel_alter_detach_table_zookeeper.sh) (in query: INSERT INTO concurrent_alter_detach_1 VALUES), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&) @ 0x0000000008b24cbf 4. ./build_docker/./src/Databases/IDatabase.cpp:38: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339f65 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:154: DB::InterpreterInsertQuery::getTable(DB::ASTInsertQuery&) @ 0x00000000384d8cc5 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:777: DB::InterpreterInsertQuery::execute() @ 0x00000000384f3e7f 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:45:48.353844 [ 114832 ] {} TCPHandler: Code: 60. DB::Exception: Table test_rp5dljgo.concurrent_alter_detach_1 does not exist. Maybe you meant test_rp5dljgo.concurrent_alter_detach_2?. (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&) @ 0x0000000008b24cbf 4. ./build_docker/./src/Databases/IDatabase.cpp:38: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339f65 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:154: DB::InterpreterInsertQuery::getTable(DB::ASTInsertQuery&) @ 0x00000000384d8cc5 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:777: DB::InterpreterInsertQuery::execute() @ 0x00000000384f3e7f 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:45:48.353844 [ 114830 ] {} TCPHandler: Code: 60. DB::Exception: Table test_rp5dljgo.concurrent_alter_detach_1 does not exist. Maybe you meant test_rp5dljgo.concurrent_alter_detach_2?. (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&) @ 0x0000000008b24cbf 4. ./build_docker/./src/Databases/IDatabase.cpp:38: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339f65 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:154: DB::InterpreterInsertQuery::getTable(DB::ASTInsertQuery&) @ 0x00000000384d8cc5 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:777: DB::InterpreterInsertQuery::execute() @ 0x00000000384f3e7f 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:45:49.293703 [ 115597 ] {cbc12ecd-479a-4d76-9fa8-06bb67b6ca62} executeQuery: Code: 667. DB::Exception: Table is not initialized yet. (NOT_INITIALIZED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50198) (comment: 01079_parallel_alter_detach_table_zookeeper.sh) (in query: INSERT INTO concurrent_alter_detach_1 VALUES), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:5904: DB::StorageReplicatedMergeTree::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003cf85759 5. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 6. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:703: DB::InterpreterInsertQuery::buildInsertPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eecdf 9. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:823: DB::InterpreterInsertQuery::execute() @ 0x00000000384f501f 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:45:49.304177 [ 115597 ] {} TCPHandler: Code: 667. DB::Exception: Table is not initialized yet. (NOT_INITIALIZED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/StorageReplicatedMergeTree.cpp:5904: DB::StorageReplicatedMergeTree::write(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, bool) @ 0x000000003cf85759 5. ./build_docker/./src/Processors/Transforms/buildPushingToViewsChain.cpp:620: DB::buildPushingToViewsChain(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, std::shared_ptr const&, unsigned long, bool, std::shared_ptr, std::shared_ptr, std::atomic*, bool, DB::Block const&) @ 0x0000000040360e36 6. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:365: DB::InterpreterInsertQuery::buildSink(std::shared_ptr const&, unsigned long, std::shared_ptr const&, std::shared_ptr, std::shared_ptr, std::atomic*) @ 0x00000000384e2189 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:451: DB::InterpreterInsertQuery::buildPreAndSinkChains(unsigned long, unsigned long, std::shared_ptr, unsigned long, std::shared_ptr const&, DB::Block const&) @ 0x00000000384e5026 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:703: DB::InterpreterInsertQuery::buildInsertPipeline(DB::ASTInsertQuery&, std::shared_ptr) @ 0x00000000384eecdf 9. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:823: DB::InterpreterInsertQuery::execute() @ 0x00000000384f501f 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 11. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 12. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 13. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:45:49.491927 [ 114839 ] {75dd1e52-7787-44d9-8bf8-118462763bda} executeQuery: Code: 60. DB::Exception: Table test_rp5dljgo.concurrent_alter_detach_3 (e50d5e58-db51-47a5-aaa7-87fc96100bba) does not exist. Maybe you meant concurrent_alter_detach_1?. (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50260) (comment: 01079_parallel_alter_detach_table_zookeeper.sh) (in query: INSERT INTO concurrent_alter_detach_3 VALUES), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x0000000036880528 4. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 5. ./build_docker/./src/Server/TCPHandler.cpp:1047: DB::TCPHandler::startInsertQuery(DB::QueryState&) @ 0x000000003f468c9b 6. ./build_docker/./src/Server/TCPHandler.cpp:1110: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f448310 7. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 2025.03.31 18:45:49.504701 [ 114839 ] {} TCPHandler: Code: 60. DB::Exception: Table test_rp5dljgo.concurrent_alter_detach_3 (e50d5e58-db51-47a5-aaa7-87fc96100bba) does not exist. Maybe you meant concurrent_alter_detach_1?. (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x0000000036880528 4. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 5. ./build_docker/./src/Server/TCPHandler.cpp:1047: DB::TCPHandler::startInsertQuery(DB::QueryState&) @ 0x000000003f468c9b 6. ./build_docker/./src/Server/TCPHandler.cpp:1110: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f448310 7. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 2025.03.31 18:45:50.102368 [ 114830 ] {d1fec034-38eb-4516-a541-97d2cacf993c} executeQuery: Code: 60. DB::Exception: Table test_rp5dljgo.concurrent_alter_detach_3 does not exist. Maybe you meant test_rp5dljgo.concurrent_alter_detach_1?. (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50284) (comment: 01079_parallel_alter_detach_table_zookeeper.sh) (in query: INSERT INTO concurrent_alter_detach_3 VALUES), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&) @ 0x0000000008b24cbf 4. ./build_docker/./src/Databases/IDatabase.cpp:38: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339f65 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:154: DB::InterpreterInsertQuery::getTable(DB::ASTInsertQuery&) @ 0x00000000384d8cc5 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:777: DB::InterpreterInsertQuery::execute() @ 0x00000000384f3e7f 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:45:50.112632 [ 114830 ] {} TCPHandler: Code: 60. DB::Exception: Table test_rp5dljgo.concurrent_alter_detach_3 does not exist. Maybe you meant test_rp5dljgo.concurrent_alter_detach_1?. (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&) @ 0x0000000008b24cbf 4. ./build_docker/./src/Databases/IDatabase.cpp:38: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339f65 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:154: DB::InterpreterInsertQuery::getTable(DB::ASTInsertQuery&) @ 0x00000000384d8cc5 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:777: DB::InterpreterInsertQuery::execute() @ 0x00000000384f3e7f 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:45:50.375445 [ 115597 ] {3270cdae-4147-44a2-ac4f-4a01836a040a} executeQuery: Code: 60. DB::Exception: Table test_rp5dljgo.concurrent_alter_detach_3 does not exist. Maybe you meant test_rp5dljgo.concurrent_alter_detach_1?. (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50300) (comment: 01079_parallel_alter_detach_table_zookeeper.sh) (in query: INSERT INTO concurrent_alter_detach_3 VALUES), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&) @ 0x0000000008b24cbf 4. ./build_docker/./src/Databases/IDatabase.cpp:38: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339f65 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:154: DB::InterpreterInsertQuery::getTable(DB::ASTInsertQuery&) @ 0x00000000384d8cc5 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:777: DB::InterpreterInsertQuery::execute() @ 0x00000000384f3e7f 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:45:50.385802 [ 114832 ] {e190abfe-dd4e-4530-8821-377906f264e5} executeQuery: Code: 60. DB::Exception: Table test_rp5dljgo.concurrent_alter_detach_3 does not exist. Maybe you meant test_rp5dljgo.concurrent_alter_detach_1?. (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50310) (comment: 01079_parallel_alter_detach_table_zookeeper.sh) (in query: INSERT INTO concurrent_alter_detach_3 VALUES), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&) @ 0x0000000008b24cbf 4. ./build_docker/./src/Databases/IDatabase.cpp:38: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339f65 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:154: DB::InterpreterInsertQuery::getTable(DB::ASTInsertQuery&) @ 0x00000000384d8cc5 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:777: DB::InterpreterInsertQuery::execute() @ 0x00000000384f3e7f 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:45:50.387501 [ 115597 ] {} TCPHandler: Code: 60. DB::Exception: Table test_rp5dljgo.concurrent_alter_detach_3 does not exist. Maybe you meant test_rp5dljgo.concurrent_alter_detach_1?. (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&) @ 0x0000000008b24cbf 4. ./build_docker/./src/Databases/IDatabase.cpp:38: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339f65 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:154: DB::InterpreterInsertQuery::getTable(DB::ASTInsertQuery&) @ 0x00000000384d8cc5 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:777: DB::InterpreterInsertQuery::execute() @ 0x00000000384f3e7f 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:45:50.396716 [ 114832 ] {} TCPHandler: Code: 60. DB::Exception: Table test_rp5dljgo.concurrent_alter_detach_3 does not exist. Maybe you meant test_rp5dljgo.concurrent_alter_detach_1?. (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&) @ 0x0000000008b24cbf 4. ./build_docker/./src/Databases/IDatabase.cpp:38: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339f65 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:154: DB::InterpreterInsertQuery::getTable(DB::ASTInsertQuery&) @ 0x00000000384d8cc5 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:777: DB::InterpreterInsertQuery::execute() @ 0x00000000384f3e7f 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:45:51.979497 [ 115597 ] {5577069f-2a40-4852-97c8-7193600512f8} executeQuery: Code: 60. DB::Exception: Table test_rp5dljgo.concurrent_alter_detach_2 does not exist. Maybe you meant test_rp5dljgo.concurrent_alter_detach_1?. (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50402) (comment: 01079_parallel_alter_detach_table_zookeeper.sh) (in query: INSERT INTO concurrent_alter_detach_2 VALUES), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&) @ 0x0000000008b24cbf 4. ./build_docker/./src/Databases/IDatabase.cpp:38: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339f65 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:154: DB::InterpreterInsertQuery::getTable(DB::ASTInsertQuery&) @ 0x00000000384d8cc5 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:777: DB::InterpreterInsertQuery::execute() @ 0x00000000384f3e7f 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:45:51.989751 [ 115597 ] {} TCPHandler: Code: 60. DB::Exception: Table test_rp5dljgo.concurrent_alter_detach_2 does not exist. Maybe you meant test_rp5dljgo.concurrent_alter_detach_1?. (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&) @ 0x0000000008b24cbf 4. ./build_docker/./src/Databases/IDatabase.cpp:38: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339f65 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:154: DB::InterpreterInsertQuery::getTable(DB::ASTInsertQuery&) @ 0x00000000384d8cc5 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:777: DB::InterpreterInsertQuery::execute() @ 0x00000000384f3e7f 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:45:52.118505 [ 114832 ] {2d8375f7-f2d9-4024-9c9b-0c9fb00adbac} executeQuery: Code: 60. DB::Exception: Table test_rp5dljgo.concurrent_alter_detach_2 does not exist. Maybe you meant test_rp5dljgo.concurrent_alter_detach_1?. (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50420) (comment: 01079_parallel_alter_detach_table_zookeeper.sh) (in query: INSERT INTO concurrent_alter_detach_2 VALUES), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&) @ 0x0000000008b24cbf 4. ./build_docker/./src/Databases/IDatabase.cpp:38: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339f65 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:154: DB::InterpreterInsertQuery::getTable(DB::ASTInsertQuery&) @ 0x00000000384d8cc5 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:777: DB::InterpreterInsertQuery::execute() @ 0x00000000384f3e7f 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:45:52.128932 [ 114832 ] {} TCPHandler: Code: 60. DB::Exception: Table test_rp5dljgo.concurrent_alter_detach_2 does not exist. Maybe you meant test_rp5dljgo.concurrent_alter_detach_1?. (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&) @ 0x0000000008b24cbf 4. ./build_docker/./src/Databases/IDatabase.cpp:38: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339f65 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:154: DB::InterpreterInsertQuery::getTable(DB::ASTInsertQuery&) @ 0x00000000384d8cc5 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:777: DB::InterpreterInsertQuery::execute() @ 0x00000000384f3e7f 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:45:54.053714 [ 114850 ] {7a633958-091c-4e02-a64a-ec23be598a6d} executeQuery: Code: 60. DB::Exception: Could not find table: concurrent_alter_detach_2. (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50548) (comment: 01079_parallel_alter_detach_table_zookeeper.sh) (in query: ALTER TABLE concurrent_alter_detach_2 MODIFY COLUMN value1 String SETTINGS replication_alter_partitions_sync=0), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:137: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037753e89 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 8. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 18:45:54.064466 [ 114850 ] {} TCPHandler: Code: 60. DB::Exception: Could not find table: concurrent_alter_detach_2. (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:137: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037753e89 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 8. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 18:45:54.336199 [ 114852 ] {b1b1e5d1-499c-42e0-b811-95e977e53204} executeQuery: Code: 60. DB::Exception: Table test_rp5dljgo.concurrent_alter_detach_2 does not exist. Maybe you meant test_rp5dljgo.concurrent_alter_detach_1?. (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50566) (comment: 01079_parallel_alter_detach_table_zookeeper.sh) (in query: INSERT INTO concurrent_alter_detach_2 VALUES), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&) @ 0x0000000008b24cbf 4. ./build_docker/./src/Databases/IDatabase.cpp:38: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339f65 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:154: DB::InterpreterInsertQuery::getTable(DB::ASTInsertQuery&) @ 0x00000000384d8cc5 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:777: DB::InterpreterInsertQuery::execute() @ 0x00000000384f3e7f 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:45:54.347310 [ 114852 ] {} TCPHandler: Code: 60. DB::Exception: Table test_rp5dljgo.concurrent_alter_detach_2 does not exist. Maybe you meant test_rp5dljgo.concurrent_alter_detach_1?. (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&) @ 0x0000000008b24cbf 4. ./build_docker/./src/Databases/IDatabase.cpp:38: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339f65 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:154: DB::InterpreterInsertQuery::getTable(DB::ASTInsertQuery&) @ 0x00000000384d8cc5 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:777: DB::InterpreterInsertQuery::execute() @ 0x00000000384f3e7f 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:45:55.808534 [ 115597 ] {669e8f74-4e6f-487a-91c5-bdde01391dea} executeQuery: Code: 60. DB::Exception: Table test_rp5dljgo.concurrent_alter_detach_3 does not exist. Maybe you meant test_rp5dljgo.concurrent_alter_detach_1?. (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50640) (comment: 01079_parallel_alter_detach_table_zookeeper.sh) (in query: INSERT INTO concurrent_alter_detach_3 VALUES), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&) @ 0x0000000008b24cbf 4. ./build_docker/./src/Databases/IDatabase.cpp:38: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339f65 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:154: DB::InterpreterInsertQuery::getTable(DB::ASTInsertQuery&) @ 0x00000000384d8cc5 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:777: DB::InterpreterInsertQuery::execute() @ 0x00000000384f3e7f 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:45:55.818767 [ 115597 ] {} TCPHandler: Code: 60. DB::Exception: Table test_rp5dljgo.concurrent_alter_detach_3 does not exist. Maybe you meant test_rp5dljgo.concurrent_alter_detach_1?. (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&) @ 0x0000000008b24cbf 4. ./build_docker/./src/Databases/IDatabase.cpp:38: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339f65 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:154: DB::InterpreterInsertQuery::getTable(DB::ASTInsertQuery&) @ 0x00000000384d8cc5 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:777: DB::InterpreterInsertQuery::execute() @ 0x00000000384f3e7f 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:45:57.608157 [ 4239 ] {767e918f-07a7-4762-ae23-ef72610e592e} executeQuery: Code: 60. DB::Exception: Table test_rp5dljgo.concurrent_alter_detach_2 does not exist. Maybe you meant test_rp5dljgo.concurrent_alter_detach_1?. (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50890) (comment: 01079_parallel_alter_detach_table_zookeeper.sh) (in query: INSERT INTO concurrent_alter_detach_2 VALUES), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&) @ 0x0000000008b24cbf 4. ./build_docker/./src/Databases/IDatabase.cpp:38: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339f65 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:154: DB::InterpreterInsertQuery::getTable(DB::ASTInsertQuery&) @ 0x00000000384d8cc5 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:777: DB::InterpreterInsertQuery::execute() @ 0x00000000384f3e7f 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:45:57.618324 [ 4239 ] {} TCPHandler: Code: 60. DB::Exception: Table test_rp5dljgo.concurrent_alter_detach_2 does not exist. Maybe you meant test_rp5dljgo.concurrent_alter_detach_1?. (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&) @ 0x0000000008b24cbf 4. ./build_docker/./src/Databases/IDatabase.cpp:38: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339f65 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:154: DB::InterpreterInsertQuery::getTable(DB::ASTInsertQuery&) @ 0x00000000384d8cc5 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:777: DB::InterpreterInsertQuery::execute() @ 0x00000000384f3e7f 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:45:59.536618 [ 4239 ] {b6f1ddde-1507-4a09-8de6-28edb29bbb08} executeQuery: Code: 60. DB::Exception: Table test_rp5dljgo.concurrent_alter_detach_2 does not exist. Maybe you meant test_rp5dljgo.concurrent_alter_detach_1?. (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50994) (comment: 01079_parallel_alter_detach_table_zookeeper.sh) (in query: INSERT INTO concurrent_alter_detach_2 VALUES), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&) @ 0x0000000008b24cbf 4. ./build_docker/./src/Databases/IDatabase.cpp:38: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339f65 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:154: DB::InterpreterInsertQuery::getTable(DB::ASTInsertQuery&) @ 0x00000000384d8cc5 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:777: DB::InterpreterInsertQuery::execute() @ 0x00000000384f3e7f 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:45:59.544485 [ 114854 ] {57cb8e0f-c5c4-4edf-9882-7987112e9ce5} executeQuery: Code: 60. DB::Exception: Table test_rp5dljgo.concurrent_alter_detach_2 does not exist. Maybe you meant test_rp5dljgo.concurrent_alter_detach_1?. (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:51002) (comment: 01079_parallel_alter_detach_table_zookeeper.sh) (in query: INSERT INTO concurrent_alter_detach_2 VALUES), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&) @ 0x0000000008b24cbf 4. ./build_docker/./src/Databases/IDatabase.cpp:38: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339f65 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:154: DB::InterpreterInsertQuery::getTable(DB::ASTInsertQuery&) @ 0x00000000384d8cc5 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:777: DB::InterpreterInsertQuery::execute() @ 0x00000000384f3e7f 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:45:59.547229 [ 4239 ] {} TCPHandler: Code: 60. DB::Exception: Table test_rp5dljgo.concurrent_alter_detach_2 does not exist. Maybe you meant test_rp5dljgo.concurrent_alter_detach_1?. (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&) @ 0x0000000008b24cbf 4. ./build_docker/./src/Databases/IDatabase.cpp:38: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339f65 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:154: DB::InterpreterInsertQuery::getTable(DB::ASTInsertQuery&) @ 0x00000000384d8cc5 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:777: DB::InterpreterInsertQuery::execute() @ 0x00000000384f3e7f 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:45:59.555403 [ 114854 ] {} TCPHandler: Code: 60. DB::Exception: Table test_rp5dljgo.concurrent_alter_detach_2 does not exist. Maybe you meant test_rp5dljgo.concurrent_alter_detach_1?. (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&) @ 0x0000000008b24cbf 4. ./build_docker/./src/Databases/IDatabase.cpp:38: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339f65 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:154: DB::InterpreterInsertQuery::getTable(DB::ASTInsertQuery&) @ 0x00000000384d8cc5 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:777: DB::InterpreterInsertQuery::execute() @ 0x00000000384f3e7f 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:45:59.917263 [ 114839 ] {3e769892-ed11-45bd-95a2-132a5ec01fe2} executeQuery: Code: 242. DB::Exception: Table is in readonly mode due to shutdown: replica_path=/clickhouse/tables/01079_parallel_alter_detach_table_zookeeper_test_rp5dljgo/concurrent_alter_detach/replicas/2. (TABLE_IS_READ_ONLY) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50962) (comment: 01079_parallel_alter_detach_table_zookeeper.sh) (in query: INSERT INTO concurrent_alter_detach_2 VALUES), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:861: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda1'()::operator()() const @ 0x000000003ea0dc8e 5. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1121: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda2'()::operator()() const @ 0x000000003ea06ffb 6. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1154: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()::operator()() const @ 0x000000003ea06c89 7. ./src/Common/ZooKeeper/ZooKeeperRetries.h:78: void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&, void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&)::'lambda'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&, void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&)::'lambda'()&&) @ 0x000000003ea0669f 8. ./src/Common/ZooKeeper/ZooKeeperRetries.h:52: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long) @ 0x000000003e9cd7a5 9. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:491: DB::ReplicatedMergeTreeSinkImpl::finishDelayedChunk(std::shared_ptr const&) @ 0x000000003e9a08f7 10. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1232: DB::ReplicatedMergeTreeSinkImpl::onFinish() @ 0x000000003e9cb7f8 11. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dd4ef 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 13. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: DB::ExceptionKeepingTransform::work() @ 0x00000000400db2e2 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 17. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 18. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 19. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 18:45:59.934551 [ 114839 ] {} TCPHandler: Code: 242. DB::Exception: Table is in readonly mode due to shutdown: replica_path=/clickhouse/tables/01079_parallel_alter_detach_table_zookeeper_test_rp5dljgo/concurrent_alter_detach/replicas/2. (TABLE_IS_READ_ONLY), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:861: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda1'()::operator()() const @ 0x000000003ea0dc8e 5. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1121: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda2'()::operator()() const @ 0x000000003ea06ffb 6. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1154: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()::operator()() const @ 0x000000003ea06c89 7. ./src/Common/ZooKeeper/ZooKeeperRetries.h:78: void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&, void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&)::'lambda'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&, void DB::ZooKeeperRetriesControl::retryLoop::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()>(DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long)::'lambda3'()&&)::'lambda'()&&) @ 0x000000003ea0669f 8. ./src/Common/ZooKeeper/ZooKeeperRetries.h:52: DB::ReplicatedMergeTreeSinkImpl::commitPart(std::shared_ptr const&, std::shared_ptr&, String const&, unsigned long) @ 0x000000003e9cd7a5 9. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:491: DB::ReplicatedMergeTreeSinkImpl::finishDelayedChunk(std::shared_ptr const&) @ 0x000000003e9a08f7 10. ./build_docker/./src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp:1232: DB::ReplicatedMergeTreeSinkImpl::onFinish() @ 0x000000003e9cb7f8 11. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x00000000400dd4ef 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000400dc3f6 13. ./build_docker/./src/Processors/Transforms/ExceptionKeepingTransform.cpp:187: DB::ExceptionKeepingTransform::work() @ 0x00000000400db2e2 14. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:49: DB::ExecutionThreadContext::executeTask() @ 0x000000003f74ecb1 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:290: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x000000003f719f14 16. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:164: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x000000003f718b36 17. ./build_docker/./src/Processors/Executors/PushingPipelineExecutor.cpp:131: DB::PushingPipelineExecutor::finish() @ 0x000000003f76a4ba 18. ./build_docker/./src/Server/TCPHandler.cpp:1122: DB::TCPHandler::processInsertQuery(DB::QueryState&) @ 0x000000003f44a083 19. ./build_docker/./src/Server/TCPHandler.cpp:665: DB::TCPHandler::runImpl() @ 0x000000003f427809 20. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 21. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 22. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 23. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 24. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 25. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 26. ? @ 0x00007fc708d31ac3 27. ? @ 0x00007fc708dc3850 2025.03.31 18:46:00.665063 [ 114850 ] {551abc6d-ca2e-4196-9ea7-d60e9598f567} executeQuery: Code: 60. DB::Exception: Table test_rp5dljgo.concurrent_alter_detach_2 does not exist. Maybe you meant test_rp5dljgo.concurrent_alter_detach_1?. (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:51028) (comment: 01079_parallel_alter_detach_table_zookeeper.sh) (in query: INSERT INTO concurrent_alter_detach_2 VALUES), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&) @ 0x0000000008b24cbf 4. ./build_docker/./src/Databases/IDatabase.cpp:38: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339f65 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:154: DB::InterpreterInsertQuery::getTable(DB::ASTInsertQuery&) @ 0x00000000384d8cc5 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:777: DB::InterpreterInsertQuery::execute() @ 0x00000000384f3e7f 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:46:00.675519 [ 114850 ] {} TCPHandler: Code: 60. DB::Exception: Table test_rp5dljgo.concurrent_alter_detach_2 does not exist. Maybe you meant test_rp5dljgo.concurrent_alter_detach_1?. (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&) @ 0x0000000008b24cbf 4. ./build_docker/./src/Databases/IDatabase.cpp:38: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339f65 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:154: DB::InterpreterInsertQuery::getTable(DB::ASTInsertQuery&) @ 0x00000000384d8cc5 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:777: DB::InterpreterInsertQuery::execute() @ 0x00000000384f3e7f 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:46:00.738752 [ 114852 ] {43a1e42e-975c-4f54-988b-2b1f3ea115b7} executeQuery: Code: 60. DB::Exception: Table test_rp5dljgo.concurrent_alter_detach_2 does not exist. Maybe you meant test_rp5dljgo.concurrent_alter_detach_1?. (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:51038) (comment: 01079_parallel_alter_detach_table_zookeeper.sh) (in query: INSERT INTO concurrent_alter_detach_2 VALUES), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&) @ 0x0000000008b24cbf 4. ./build_docker/./src/Databases/IDatabase.cpp:38: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339f65 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:154: DB::InterpreterInsertQuery::getTable(DB::ASTInsertQuery&) @ 0x00000000384d8cc5 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:777: DB::InterpreterInsertQuery::execute() @ 0x00000000384f3e7f 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:46:00.748839 [ 114852 ] {} TCPHandler: Code: 60. DB::Exception: Table test_rp5dljgo.concurrent_alter_detach_2 does not exist. Maybe you meant test_rp5dljgo.concurrent_alter_detach_1?. (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&, String&&) @ 0x0000000008b24cbf 4. ./build_docker/./src/Databases/IDatabase.cpp:38: DB::IDatabase::getTable(String const&, std::shared_ptr) const @ 0x0000000035339f65 5. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:441: DB::DatabaseCatalog::getTableImpl(DB::StorageID const&, std::shared_ptr, std::optional*) const @ 0x000000003687e435 6. ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:970: DB::DatabaseCatalog::getTable(DB::StorageID const&, std::shared_ptr) const @ 0x0000000036893326 7. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:154: DB::InterpreterInsertQuery::getTable(DB::ASTInsertQuery&) @ 0x00000000384d8cc5 8. ./build_docker/./src/Interpreters/InterpreterInsertQuery.cpp:777: DB::InterpreterInsertQuery::execute() @ 0x00000000384f3e7f 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 11. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 12. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 13. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 14. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 15. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 16. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 17. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 2025.03.31 18:46:00.892014 [ 114854 ] {35a4cfb1-20d1-4499-8847-220a2330e76f} executeQuery: Code: 60. DB::Exception: Could not find table: concurrent_alter_detach_2. (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:51052) (comment: 01079_parallel_alter_detach_table_zookeeper.sh) (in query: ALTER TABLE concurrent_alter_detach_2 MODIFY COLUMN value1 UInt8 SETTINGS replication_alter_partitions_sync=0), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:137: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037753e89 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 8. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 18:46:00.902846 [ 114854 ] {} TCPHandler: Code: 60. DB::Exception: Could not find table: concurrent_alter_detach_2. (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:137: DB::InterpreterAlterQuery::executeToTable(DB::ASTAlterQuery const&) @ 0x0000000037753e89 5. ./build_docker/./src/Interpreters/InterpreterAlterQuery.cpp:80: DB::InterpreterAlterQuery::execute() @ 0x0000000037749430 6. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 8. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 18:46:03.564118 [ 114839 ] {820015f3-3f24-46b3-833e-8b9c7769786d} executeQuery: Code: 57. DB::Exception: Table test_rp5dljgo.concurrent_alter_detach_1 already exists. (TABLE_ALREADY_EXISTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:51084) (comment: 01079_parallel_alter_detach_table_zookeeper.sh) (in query: ATTACH TABLE concurrent_alter_detach_1), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1829: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377e0a12 5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:46:03.575327 [ 114839 ] {} TCPHandler: Code: 57. DB::Exception: Table test_rp5dljgo.concurrent_alter_detach_1 already exists. (TABLE_ALREADY_EXISTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1829: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377e0a12 5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:46:04.450867 [ 114839 ] {48821049-103d-4633-acce-3dff8c342482} executeQuery: Code: 57. DB::Exception: Table test_rp5dljgo.concurrent_alter_detach_2 already exists. (TABLE_ALREADY_EXISTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:51092) (comment: 01079_parallel_alter_detach_table_zookeeper.sh) (in query: ATTACH TABLE concurrent_alter_detach_2), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1829: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377e0a12 5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:46:04.461884 [ 114839 ] {} TCPHandler: Code: 57. DB::Exception: Table test_rp5dljgo.concurrent_alter_detach_2 already exists. (TABLE_ALREADY_EXISTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1829: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377e0a12 5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:46:05.401677 [ 114839 ] {dbfec403-ec3b-44fa-9494-cc337efb1475} executeQuery: Code: 57. DB::Exception: Table test_rp5dljgo.concurrent_alter_detach_3 already exists. (TABLE_ALREADY_EXISTS) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:51100) (comment: 01079_parallel_alter_detach_table_zookeeper.sh) (in query: ATTACH TABLE concurrent_alter_detach_3), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1829: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377e0a12 5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:46:05.412461 [ 114839 ] {} TCPHandler: Code: 57. DB::Exception: Table test_rp5dljgo.concurrent_alter_detach_3 already exists. (TABLE_ALREADY_EXISTS), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1829: DB::InterpreterCreateQuery::doCreateTable(DB::ASTCreateQuery&, DB::InterpreterCreateQuery::TableProperties const&, std::unique_ptr>&, DB::LoadingStrictnessLevel) @ 0x00000000377e0a12 5. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:1749: DB::InterpreterCreateQuery::createTable(DB::ASTCreateQuery&) @ 0x00000000377c1fd5 6. ./build_docker/./src/Interpreters/InterpreterCreateQuery.cpp:2324: DB::InterpreterCreateQuery::execute() @ 0x00000000377ef7d5 7. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 9. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 10. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 11. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 12. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 13. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 14. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 15. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 16. ? @ 0x00007fc708d31ac3 17. ? @ 0x00007fc708dc3850 2025.03.31 18:46:29.045627 [ 115675 ] {} ExternalDictionaries: Could not update cache dictionary 'test_8draf20t.dict_datarace (10eff40a-a994-4c55-ba74-fa10939dda96)', next update is scheduled at 2025-03-31 18:46:33: Code: 53. DB::Exception: Type mismatch in IN or VALUES section. Expected: UUID. Got: UInt64. (TYPE_MISMATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, DB::Field::Types::Which&&) @ 0x00000000391cda6d 4. ./build_docker/./src/Interpreters/convertFieldToType.cpp:594: DB::(anonymous namespace)::convertFieldToTypeImpl(DB::Field const&, DB::IDataType const&, DB::IDataType const*, DB::FormatSettings const&) @ 0x00000000391a5c54 5. ./build_docker/./src/Interpreters/convertFieldToType.cpp:0: DB::convertFieldToType(DB::Field const&, DB::IDataType const&, DB::IDataType const*, DB::FormatSettings const&) @ 0x000000003919f33e 6. ./build_docker/./src/Interpreters/convertFieldToType.cpp:671: DB::convertFieldToTypeStrict(DB::Field const&, DB::IDataType const&, DB::IDataType const&, DB::FormatSettings const&) @ 0x00000000391a955e 7. ./build_docker/./src/Analyzer/SetUtils.cpp:84: std::vector> DB::(anonymous namespace)::createBlockFromCollection(DB::Array const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, bool) @ 0x0000000035edff50 8. ./build_docker/./src/Analyzer/SetUtils.cpp:171: DB::getSetElementsForConstantValue(std::shared_ptr const&, DB::Field const&, std::shared_ptr const&, bool) @ 0x0000000035ed7e57 9. ./build_docker/./src/Planner/CollectSets.cpp:76: DB::(anonymous namespace)::CollectSetsVisitor::visitImpl(std::shared_ptr const&) @ 0x0000000035f03325 10. ./src/Analyzer/InDepthQueryTreeVisitor.h:63: DB::InDepthQueryTreeVisitor::visitChildren(std::shared_ptr const&) @ 0x0000000035f020f1 11. ./src/Analyzer/InDepthQueryTreeVisitor.h:66: DB::collectSets(std::shared_ptr const&, DB::PlannerContext&) @ 0x0000000035f01f8b 12. ./build_docker/./src/Planner/Planner.cpp:1478: DB::Planner::buildPlanForQueryNode() @ 0x000000003864bc48 13. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Dictionaries/ClickHouseDictionarySource.cpp:183: DB::ClickHouseDictionarySource::createStreamForQuery(String const&) @ 0x0000000027d46a58 18. ./build_docker/./src/Dictionaries/ClickHouseDictionarySource.cpp:128: DB::ClickHouseDictionarySource::loadIds(std::vector> const&) @ 0x0000000027d47a40 19. DB::CacheDictionary<(DB::DictionaryKeyType)0>::update(std::shared_ptr>) @ 0x00000000285c2e99 20. void std::__function::__policy_invoker>)>::__call_impl::CacheDictionary(DB::StorageID const&, DB::DictionaryStructure const&, std::shared_ptr, std::shared_ptr, DB::CacheDictionaryUpdateQueueConfiguration, DB::CacheDictionaryConfiguration)::'lambda'(std::shared_ptr>), void (std::shared_ptr>)>>(std::__function::__policy_storage const*, std::shared_ptr>&&) @ 0x00000000285f3ef1 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000285fa27b 22. ./build_docker/./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:42: void std::__function::__policy_invoker::__call_impl::CacheDictionaryUpdateQueue(String, DB::CacheDictionaryUpdateQueueConfiguration, std::function>)>&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x00000000286012df 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 27. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:46:29.048032 [ 115619 ] {} ExternalDictionaries: Could not update cache dictionary 'test_8draf20t.dict_datarace (10eff40a-a994-4c55-ba74-fa10939dda96)', next update is scheduled at 2025-03-31 18:46:35: Code: 53. DB::Exception: Type mismatch in IN or VALUES section. Expected: UUID. Got: UInt64. (TYPE_MISMATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, DB::Field::Types::Which&&) @ 0x00000000391cda6d 4. ./build_docker/./src/Interpreters/convertFieldToType.cpp:594: DB::(anonymous namespace)::convertFieldToTypeImpl(DB::Field const&, DB::IDataType const&, DB::IDataType const*, DB::FormatSettings const&) @ 0x00000000391a5c54 5. ./build_docker/./src/Interpreters/convertFieldToType.cpp:0: DB::convertFieldToType(DB::Field const&, DB::IDataType const&, DB::IDataType const*, DB::FormatSettings const&) @ 0x000000003919f33e 6. ./build_docker/./src/Interpreters/convertFieldToType.cpp:671: DB::convertFieldToTypeStrict(DB::Field const&, DB::IDataType const&, DB::IDataType const&, DB::FormatSettings const&) @ 0x00000000391a955e 7. ./build_docker/./src/Analyzer/SetUtils.cpp:84: std::vector> DB::(anonymous namespace)::createBlockFromCollection(DB::Array const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, bool) @ 0x0000000035edff50 8. ./build_docker/./src/Analyzer/SetUtils.cpp:171: DB::getSetElementsForConstantValue(std::shared_ptr const&, DB::Field const&, std::shared_ptr const&, bool) @ 0x0000000035ed7e57 9. ./build_docker/./src/Planner/CollectSets.cpp:76: DB::(anonymous namespace)::CollectSetsVisitor::visitImpl(std::shared_ptr const&) @ 0x0000000035f03325 10. ./src/Analyzer/InDepthQueryTreeVisitor.h:63: DB::InDepthQueryTreeVisitor::visitChildren(std::shared_ptr const&) @ 0x0000000035f020f1 11. ./src/Analyzer/InDepthQueryTreeVisitor.h:66: DB::collectSets(std::shared_ptr const&, DB::PlannerContext&) @ 0x0000000035f01f8b 12. ./build_docker/./src/Planner/Planner.cpp:1478: DB::Planner::buildPlanForQueryNode() @ 0x000000003864bc48 13. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Dictionaries/ClickHouseDictionarySource.cpp:183: DB::ClickHouseDictionarySource::createStreamForQuery(String const&) @ 0x0000000027d46a58 18. ./build_docker/./src/Dictionaries/ClickHouseDictionarySource.cpp:128: DB::ClickHouseDictionarySource::loadIds(std::vector> const&) @ 0x0000000027d47a40 19. DB::CacheDictionary<(DB::DictionaryKeyType)0>::update(std::shared_ptr>) @ 0x00000000285c2e99 20. void std::__function::__policy_invoker>)>::__call_impl::CacheDictionary(DB::StorageID const&, DB::DictionaryStructure const&, std::shared_ptr, std::shared_ptr, DB::CacheDictionaryUpdateQueueConfiguration, DB::CacheDictionaryConfiguration)::'lambda'(std::shared_ptr>), void (std::shared_ptr>)>>(std::__function::__policy_storage const*, std::shared_ptr>&&) @ 0x00000000285f3ef1 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000285fa27b 22. ./build_docker/./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:42: void std::__function::__policy_invoker::__call_impl::CacheDictionaryUpdateQueue(String, DB::CacheDictionaryUpdateQueueConfiguration, std::function>)>&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x00000000286012df 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 27. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:46:29.830081 [ 114850 ] {55ecfb48-86f9-4a0c-9966-07c2ce291a35} executeQuery: Code: 510. DB::Exception: Update failed for dictionary 'test_8draf20t.dict_datarace (10eff40a-a994-4c55-ba74-fa10939dda96)': Code: 510. DB::Exception: Update failed for dictionary test_8draf20t.dict_datarace (10eff40a-a994-4c55-ba74-fa10939dda96) : Code: 53. DB::Exception: Type mismatch in IN or VALUES section. Expected: UUID. Got: UInt64. (TYPE_MISMATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, DB::Field::Types::Which&&) @ 0x00000000391cda6d 4. ./build_docker/./src/Interpreters/convertFieldToType.cpp:594: DB::(anonymous namespace)::convertFieldToTypeImpl(DB::Field const&, DB::IDataType const&, DB::IDataType const*, DB::FormatSettings const&) @ 0x00000000391a5c54 5. ./build_docker/./src/Interpreters/convertFieldToType.cpp:0: DB::convertFieldToType(DB::Field const&, DB::IDataType const&, DB::IDataType const*, DB::FormatSettings const&) @ 0x000000003919f33e 6. ./build_docker/./src/Interpreters/convertFieldToType.cpp:671: DB::convertFieldToTypeStrict(DB::Field const&, DB::IDataType const&, DB::IDataType const&, DB::FormatSettings const&) @ 0x00000000391a955e 7. ./build_docker/./src/Analyzer/SetUtils.cpp:84: std::vector> DB::(anonymous namespace)::createBlockFromCollection(DB::Array const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, bool) @ 0x0000000035edff50 8. ./build_docker/./src/Analyzer/SetUtils.cpp:171: DB::getSetElementsForConstantValue(std::shared_ptr const&, DB::Field const&, std::shared_ptr const&, bool) @ 0x0000000035ed7e57 9. ./build_docker/./src/Planner/CollectSets.cpp:76: DB::(anonymous namespace)::CollectSetsVisitor::visitImpl(std::shared_ptr const&) @ 0x0000000035f03325 10. ./src/Analyzer/InDepthQueryTreeVisitor.h:63: DB::InDepthQueryTreeVisitor::visitChildren(std::shared_ptr const&) @ 0x0000000035f020f1 11. ./src/Analyzer/InDepthQueryTreeVisitor.h:66: DB::collectSets(std::shared_ptr const&, DB::PlannerContext&) @ 0x0000000035f01f8b 12. ./build_docker/./src/Planner/Planner.cpp:1478: DB::Planner::buildPlanForQueryNode() @ 0x000000003864bc48 13. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Dictionaries/ClickHouseDictionarySource.cpp:183: DB::ClickHouseDictionarySource::createStreamForQuery(String const&) @ 0x0000000027d46a58 18. ./build_docker/./src/Dictionaries/ClickHouseDictionarySource.cpp:128: DB::ClickHouseDictionarySource::loadIds(std::vector> const&) @ 0x0000000027d47a40 19. DB::CacheDictionary<(DB::DictionaryKeyType)0>::update(std::shared_ptr>) @ 0x00000000285c2e99 20. void std::__function::__policy_invoker>)>::__call_impl::CacheDictionary(DB::StorageID const&, DB::DictionaryStructure const&, std::shared_ptr, std::shared_ptr, DB::CacheDictionaryUpdateQueueConfiguration, DB::CacheDictionaryConfiguration)::'lambda'(std::shared_ptr>), void (std::shared_ptr>)>>(std::__function::__policy_storage const*, std::shared_ptr>&&) @ 0x00000000285f3ef1 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000285fa27b 22. ./build_docker/./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:42: void std::__function::__policy_invoker::__call_impl::CacheDictionaryUpdateQueue(String, DB::CacheDictionaryUpdateQueueConfiguration, std::function>)>&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x00000000286012df 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 27. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)). (CACHE_DICTIONARY_UPDATE_FAIL) (version 24.12.2.20214.altinityantalya (altinity build)): In scope SELECT dictGetFloat64('test_8draf20t.dict_datarace', 'value', toUInt64(2)). (CACHE_DICTIONARY_UPDATE_FAIL) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54592) (comment: 01076_cache_dictionary_datarace_exception_ptr.sh) (in query: SELECT dictGetFloat64('test_8draf20t.dict_datarace', 'value', toUInt64(2));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:117: DB::CacheDictionaryUpdateQueue<(DB::DictionaryKeyType)0>::waitForCurrentUpdateFinish(std::shared_ptr>&) const @ 0x00000000285f9f08 5. DB::CacheDictionary<(DB::DictionaryKeyType)0>::getColumns(std::vector> const&, std::vector, std::allocator>> const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, std::vector, std::allocator>> const&, std::variant::immutable_ptr, std::allocator::immutable_ptr>> const>, std::reference_wrapper, 63ul, 64ul>>>) const @ 0x00000000285b6091 6. DB::CacheDictionary<(DB::DictionaryKeyType)0>::getColumn(String const&, std::shared_ptr const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, std::vector, std::allocator>> const&, std::variant::immutable_ptr const>, std::reference_wrapper, 63ul, 64ul>>>) const @ 0x00000000285b3725 7. DB::FunctionDictGetNoType<(DB::DictionaryGetFunctionType)0>::executeDictionaryRequest(std::shared_ptr&, std::vector> const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, std::vector, std::allocator>> const&, std::shared_ptr const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, unsigned long, DB::ColumnWithTypeAndName const&, std::shared_ptr const&) const @ 0x0000000008e6094e 8. DB::FunctionDictGetNoType<(DB::DictionaryGetFunctionType)0>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008e5766d 9. DB::FunctionDictGetImpl, DB::NameDictGetFloat64, (DB::DictionaryGetFunctionType)0>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008eb770f 10. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 13. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 14. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 15. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 16. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 24. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 27. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 29. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 31. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 2025.03.31 18:46:29.830297 [ 114839 ] {febec1a2-7de6-4a58-ab90-ca858307e667} executeQuery: Code: 510. DB::Exception: Update failed for dictionary 'test_8draf20t.dict_datarace (10eff40a-a994-4c55-ba74-fa10939dda96)': Code: 510. DB::Exception: Update failed for dictionary test_8draf20t.dict_datarace (10eff40a-a994-4c55-ba74-fa10939dda96) : Code: 53. DB::Exception: Type mismatch in IN or VALUES section. Expected: UUID. Got: UInt64. (TYPE_MISMATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, DB::Field::Types::Which&&) @ 0x00000000391cda6d 4. ./build_docker/./src/Interpreters/convertFieldToType.cpp:594: DB::(anonymous namespace)::convertFieldToTypeImpl(DB::Field const&, DB::IDataType const&, DB::IDataType const*, DB::FormatSettings const&) @ 0x00000000391a5c54 5. ./build_docker/./src/Interpreters/convertFieldToType.cpp:0: DB::convertFieldToType(DB::Field const&, DB::IDataType const&, DB::IDataType const*, DB::FormatSettings const&) @ 0x000000003919f33e 6. ./build_docker/./src/Interpreters/convertFieldToType.cpp:671: DB::convertFieldToTypeStrict(DB::Field const&, DB::IDataType const&, DB::IDataType const&, DB::FormatSettings const&) @ 0x00000000391a955e 7. ./build_docker/./src/Analyzer/SetUtils.cpp:84: std::vector> DB::(anonymous namespace)::createBlockFromCollection(DB::Array const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, bool) @ 0x0000000035edff50 8. ./build_docker/./src/Analyzer/SetUtils.cpp:171: DB::getSetElementsForConstantValue(std::shared_ptr const&, DB::Field const&, std::shared_ptr const&, bool) @ 0x0000000035ed7e57 9. ./build_docker/./src/Planner/CollectSets.cpp:76: DB::(anonymous namespace)::CollectSetsVisitor::visitImpl(std::shared_ptr const&) @ 0x0000000035f03325 10. ./src/Analyzer/InDepthQueryTreeVisitor.h:63: DB::InDepthQueryTreeVisitor::visitChildren(std::shared_ptr const&) @ 0x0000000035f020f1 11. ./src/Analyzer/InDepthQueryTreeVisitor.h:66: DB::collectSets(std::shared_ptr const&, DB::PlannerContext&) @ 0x0000000035f01f8b 12. ./build_docker/./src/Planner/Planner.cpp:1478: DB::Planner::buildPlanForQueryNode() @ 0x000000003864bc48 13. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Dictionaries/ClickHouseDictionarySource.cpp:183: DB::ClickHouseDictionarySource::createStreamForQuery(String const&) @ 0x0000000027d46a58 18. ./build_docker/./src/Dictionaries/ClickHouseDictionarySource.cpp:128: DB::ClickHouseDictionarySource::loadIds(std::vector> const&) @ 0x0000000027d47a40 19. DB::CacheDictionary<(DB::DictionaryKeyType)0>::update(std::shared_ptr>) @ 0x00000000285c2e99 20. void std::__function::__policy_invoker>)>::__call_impl::CacheDictionary(DB::StorageID const&, DB::DictionaryStructure const&, std::shared_ptr, std::shared_ptr, DB::CacheDictionaryUpdateQueueConfiguration, DB::CacheDictionaryConfiguration)::'lambda'(std::shared_ptr>), void (std::shared_ptr>)>>(std::__function::__policy_storage const*, std::shared_ptr>&&) @ 0x00000000285f3ef1 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000285fa27b 22. ./build_docker/./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:42: void std::__function::__policy_invoker::__call_impl::CacheDictionaryUpdateQueue(String, DB::CacheDictionaryUpdateQueueConfiguration, std::function>)>&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x00000000286012df 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 27. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)). (CACHE_DICTIONARY_UPDATE_FAIL) (version 24.12.2.20214.altinityantalya (altinity build)): In scope SELECT dictGetFloat64('test_8draf20t.dict_datarace', 'value', toUInt64(1)). (CACHE_DICTIONARY_UPDATE_FAIL) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54578) (comment: 01076_cache_dictionary_datarace_exception_ptr.sh) (in query: SELECT dictGetFloat64('test_8draf20t.dict_datarace', 'value', toUInt64(1));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:117: DB::CacheDictionaryUpdateQueue<(DB::DictionaryKeyType)0>::waitForCurrentUpdateFinish(std::shared_ptr>&) const @ 0x00000000285f9f08 5. DB::CacheDictionary<(DB::DictionaryKeyType)0>::getColumns(std::vector> const&, std::vector, std::allocator>> const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, std::vector, std::allocator>> const&, std::variant::immutable_ptr, std::allocator::immutable_ptr>> const>, std::reference_wrapper, 63ul, 64ul>>>) const @ 0x00000000285b6091 6. DB::CacheDictionary<(DB::DictionaryKeyType)0>::getColumn(String const&, std::shared_ptr const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, std::vector, std::allocator>> const&, std::variant::immutable_ptr const>, std::reference_wrapper, 63ul, 64ul>>>) const @ 0x00000000285b3725 7. DB::FunctionDictGetNoType<(DB::DictionaryGetFunctionType)0>::executeDictionaryRequest(std::shared_ptr&, std::vector> const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, std::vector, std::allocator>> const&, std::shared_ptr const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, unsigned long, DB::ColumnWithTypeAndName const&, std::shared_ptr const&) const @ 0x0000000008e6094e 8. DB::FunctionDictGetNoType<(DB::DictionaryGetFunctionType)0>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008e5766d 9. DB::FunctionDictGetImpl, DB::NameDictGetFloat64, (DB::DictionaryGetFunctionType)0>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008eb770f 10. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 13. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 14. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 15. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 16. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 24. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 27. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 29. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 31. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 2025.03.31 18:46:29.841113 [ 114850 ] {} TCPHandler: Code: 510. DB::Exception: Update failed for dictionary 'test_8draf20t.dict_datarace (10eff40a-a994-4c55-ba74-fa10939dda96)': Code: 510. DB::Exception: Update failed for dictionary test_8draf20t.dict_datarace (10eff40a-a994-4c55-ba74-fa10939dda96) : Code: 53. DB::Exception: Type mismatch in IN or VALUES section. Expected: UUID. Got: UInt64. (TYPE_MISMATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, DB::Field::Types::Which&&) @ 0x00000000391cda6d 4. ./build_docker/./src/Interpreters/convertFieldToType.cpp:594: DB::(anonymous namespace)::convertFieldToTypeImpl(DB::Field const&, DB::IDataType const&, DB::IDataType const*, DB::FormatSettings const&) @ 0x00000000391a5c54 5. ./build_docker/./src/Interpreters/convertFieldToType.cpp:0: DB::convertFieldToType(DB::Field const&, DB::IDataType const&, DB::IDataType const*, DB::FormatSettings const&) @ 0x000000003919f33e 6. ./build_docker/./src/Interpreters/convertFieldToType.cpp:671: DB::convertFieldToTypeStrict(DB::Field const&, DB::IDataType const&, DB::IDataType const&, DB::FormatSettings const&) @ 0x00000000391a955e 7. ./build_docker/./src/Analyzer/SetUtils.cpp:84: std::vector> DB::(anonymous namespace)::createBlockFromCollection(DB::Array const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, bool) @ 0x0000000035edff50 8. ./build_docker/./src/Analyzer/SetUtils.cpp:171: DB::getSetElementsForConstantValue(std::shared_ptr const&, DB::Field const&, std::shared_ptr const&, bool) @ 0x0000000035ed7e57 9. ./build_docker/./src/Planner/CollectSets.cpp:76: DB::(anonymous namespace)::CollectSetsVisitor::visitImpl(std::shared_ptr const&) @ 0x0000000035f03325 10. ./src/Analyzer/InDepthQueryTreeVisitor.h:63: DB::InDepthQueryTreeVisitor::visitChildren(std::shared_ptr const&) @ 0x0000000035f020f1 11. ./src/Analyzer/InDepthQueryTreeVisitor.h:66: DB::collectSets(std::shared_ptr const&, DB::PlannerContext&) @ 0x0000000035f01f8b 12. ./build_docker/./src/Planner/Planner.cpp:1478: DB::Planner::buildPlanForQueryNode() @ 0x000000003864bc48 13. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Dictionaries/ClickHouseDictionarySource.cpp:183: DB::ClickHouseDictionarySource::createStreamForQuery(String const&) @ 0x0000000027d46a58 18. ./build_docker/./src/Dictionaries/ClickHouseDictionarySource.cpp:128: DB::ClickHouseDictionarySource::loadIds(std::vector> const&) @ 0x0000000027d47a40 19. DB::CacheDictionary<(DB::DictionaryKeyType)0>::update(std::shared_ptr>) @ 0x00000000285c2e99 20. void std::__function::__policy_invoker>)>::__call_impl::CacheDictionary(DB::StorageID const&, DB::DictionaryStructure const&, std::shared_ptr, std::shared_ptr, DB::CacheDictionaryUpdateQueueConfiguration, DB::CacheDictionaryConfiguration)::'lambda'(std::shared_ptr>), void (std::shared_ptr>)>>(std::__function::__policy_storage const*, std::shared_ptr>&&) @ 0x00000000285f3ef1 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000285fa27b 22. ./build_docker/./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:42: void std::__function::__policy_invoker::__call_impl::CacheDictionaryUpdateQueue(String, DB::CacheDictionaryUpdateQueueConfiguration, std::function>)>&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x00000000286012df 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 27. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)). (CACHE_DICTIONARY_UPDATE_FAIL) (version 24.12.2.20214.altinityantalya (altinity build)): In scope SELECT dictGetFloat64('test_8draf20t.dict_datarace', 'value', toUInt64(2)). (CACHE_DICTIONARY_UPDATE_FAIL), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:117: DB::CacheDictionaryUpdateQueue<(DB::DictionaryKeyType)0>::waitForCurrentUpdateFinish(std::shared_ptr>&) const @ 0x00000000285f9f08 5. DB::CacheDictionary<(DB::DictionaryKeyType)0>::getColumns(std::vector> const&, std::vector, std::allocator>> const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, std::vector, std::allocator>> const&, std::variant::immutable_ptr, std::allocator::immutable_ptr>> const>, std::reference_wrapper, 63ul, 64ul>>>) const @ 0x00000000285b6091 6. DB::CacheDictionary<(DB::DictionaryKeyType)0>::getColumn(String const&, std::shared_ptr const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, std::vector, std::allocator>> const&, std::variant::immutable_ptr const>, std::reference_wrapper, 63ul, 64ul>>>) const @ 0x00000000285b3725 7. DB::FunctionDictGetNoType<(DB::DictionaryGetFunctionType)0>::executeDictionaryRequest(std::shared_ptr&, std::vector> const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, std::vector, std::allocator>> const&, std::shared_ptr const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, unsigned long, DB::ColumnWithTypeAndName const&, std::shared_ptr const&) const @ 0x0000000008e6094e 8. DB::FunctionDictGetNoType<(DB::DictionaryGetFunctionType)0>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008e5766d 9. DB::FunctionDictGetImpl, DB::NameDictGetFloat64, (DB::DictionaryGetFunctionType)0>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008eb770f 10. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 13. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 14. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 15. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 16. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 24. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 27. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 29. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 31. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 2025.03.31 18:46:29.843041 [ 114839 ] {} TCPHandler: Code: 510. DB::Exception: Update failed for dictionary 'test_8draf20t.dict_datarace (10eff40a-a994-4c55-ba74-fa10939dda96)': Code: 510. DB::Exception: Update failed for dictionary test_8draf20t.dict_datarace (10eff40a-a994-4c55-ba74-fa10939dda96) : Code: 53. DB::Exception: Type mismatch in IN or VALUES section. Expected: UUID. Got: UInt64. (TYPE_MISMATCH), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, DB::Field::Types::Which&&) @ 0x00000000391cda6d 4. ./build_docker/./src/Interpreters/convertFieldToType.cpp:594: DB::(anonymous namespace)::convertFieldToTypeImpl(DB::Field const&, DB::IDataType const&, DB::IDataType const*, DB::FormatSettings const&) @ 0x00000000391a5c54 5. ./build_docker/./src/Interpreters/convertFieldToType.cpp:0: DB::convertFieldToType(DB::Field const&, DB::IDataType const&, DB::IDataType const*, DB::FormatSettings const&) @ 0x000000003919f33e 6. ./build_docker/./src/Interpreters/convertFieldToType.cpp:671: DB::convertFieldToTypeStrict(DB::Field const&, DB::IDataType const&, DB::IDataType const&, DB::FormatSettings const&) @ 0x00000000391a955e 7. ./build_docker/./src/Analyzer/SetUtils.cpp:84: std::vector> DB::(anonymous namespace)::createBlockFromCollection(DB::Array const&, std::vector, std::allocator>> const&, std::vector, std::allocator>> const&, bool) @ 0x0000000035edff50 8. ./build_docker/./src/Analyzer/SetUtils.cpp:171: DB::getSetElementsForConstantValue(std::shared_ptr const&, DB::Field const&, std::shared_ptr const&, bool) @ 0x0000000035ed7e57 9. ./build_docker/./src/Planner/CollectSets.cpp:76: DB::(anonymous namespace)::CollectSetsVisitor::visitImpl(std::shared_ptr const&) @ 0x0000000035f03325 10. ./src/Analyzer/InDepthQueryTreeVisitor.h:63: DB::InDepthQueryTreeVisitor::visitChildren(std::shared_ptr const&) @ 0x0000000035f020f1 11. ./src/Analyzer/InDepthQueryTreeVisitor.h:66: DB::collectSets(std::shared_ptr const&, DB::PlannerContext&) @ 0x0000000035f01f8b 12. ./build_docker/./src/Planner/Planner.cpp:1478: DB::Planner::buildPlanForQueryNode() @ 0x000000003864bc48 13. ./build_docker/./src/Planner/Planner.cpp:1315: DB::Planner::buildQueryPlanIfNeeded() @ 0x0000000038643229 14. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:241: DB::InterpreterSelectQueryAnalyzer::getQueryPlan() @ 0x000000003863bb92 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1317: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926dad1 16. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 17. ./build_docker/./src/Dictionaries/ClickHouseDictionarySource.cpp:183: DB::ClickHouseDictionarySource::createStreamForQuery(String const&) @ 0x0000000027d46a58 18. ./build_docker/./src/Dictionaries/ClickHouseDictionarySource.cpp:128: DB::ClickHouseDictionarySource::loadIds(std::vector> const&) @ 0x0000000027d47a40 19. DB::CacheDictionary<(DB::DictionaryKeyType)0>::update(std::shared_ptr>) @ 0x00000000285c2e99 20. void std::__function::__policy_invoker>)>::__call_impl::CacheDictionary(DB::StorageID const&, DB::DictionaryStructure const&, std::shared_ptr, std::shared_ptr, DB::CacheDictionaryUpdateQueueConfiguration, DB::CacheDictionaryConfiguration)::'lambda'(std::shared_ptr>), void (std::shared_ptr>)>>(std::__function::__policy_storage const*, std::shared_ptr>&&) @ 0x00000000285f3ef1 21. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000285fa27b 22. ./build_docker/./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:42: void std::__function::__policy_invoker::__call_impl::CacheDictionaryUpdateQueue(String, DB::CacheDictionaryUpdateQueueConfiguration, std::function>)>&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x00000000286012df 23. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 24. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 25. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 26. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 27. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 28. ? @ 0x00007fc708d31ac3 29. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)). (CACHE_DICTIONARY_UPDATE_FAIL) (version 24.12.2.20214.altinityantalya (altinity build)): In scope SELECT dictGetFloat64('test_8draf20t.dict_datarace', 'value', toUInt64(1)). (CACHE_DICTIONARY_UPDATE_FAIL), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:117: DB::CacheDictionaryUpdateQueue<(DB::DictionaryKeyType)0>::waitForCurrentUpdateFinish(std::shared_ptr>&) const @ 0x00000000285f9f08 5. DB::CacheDictionary<(DB::DictionaryKeyType)0>::getColumns(std::vector> const&, std::vector, std::allocator>> const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, std::vector, std::allocator>> const&, std::variant::immutable_ptr, std::allocator::immutable_ptr>> const>, std::reference_wrapper, 63ul, 64ul>>>) const @ 0x00000000285b6091 6. DB::CacheDictionary<(DB::DictionaryKeyType)0>::getColumn(String const&, std::shared_ptr const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, std::vector, std::allocator>> const&, std::variant::immutable_ptr const>, std::reference_wrapper, 63ul, 64ul>>>) const @ 0x00000000285b3725 7. DB::FunctionDictGetNoType<(DB::DictionaryGetFunctionType)0>::executeDictionaryRequest(std::shared_ptr&, std::vector> const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, std::vector, std::allocator>> const&, std::shared_ptr const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, unsigned long, DB::ColumnWithTypeAndName const&, std::shared_ptr const&) const @ 0x0000000008e6094e 8. DB::FunctionDictGetNoType<(DB::DictionaryGetFunctionType)0>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008e5766d 9. DB::FunctionDictGetImpl, DB::NameDictGetFloat64, (DB::DictionaryGetFunctionType)0>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008eb770f 10. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 13. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 14. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 15. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 16. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 24. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 27. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 29. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 31. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 2025.03.31 18:46:30.994238 [ 114850 ] {b7fcd502-0f14-4295-963c-862573961aba} executeQuery: Code: 510. DB::Exception: Update failed for dictionary 'test_8draf20t.dict_datarace (10eff40a-a994-4c55-ba74-fa10939dda96)': Code: 510. DB::Exception: Query contains keys that are not present in cache or expired. Could not update cache dictionary test_8draf20t.dict_datarace (10eff40a-a994-4c55-ba74-fa10939dda96) now, because nearest update is scheduled at 2025-03-31 18:46:35. Try again later. (CACHE_DICTIONARY_UPDATE_FAIL), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::CacheDictionary<(DB::DictionaryKeyType)0>::update(std::shared_ptr>) @ 0x00000000285c7d67 5. void std::__function::__policy_invoker>)>::__call_impl::CacheDictionary(DB::StorageID const&, DB::DictionaryStructure const&, std::shared_ptr, std::shared_ptr, DB::CacheDictionaryUpdateQueueConfiguration, DB::CacheDictionaryConfiguration)::'lambda'(std::shared_ptr>), void (std::shared_ptr>)>>(std::__function::__policy_storage const*, std::shared_ptr>&&) @ 0x00000000285f3ef1 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000285fa27b 7. ./build_docker/./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:42: void std::__function::__policy_invoker::__call_impl::CacheDictionaryUpdateQueue(String, DB::CacheDictionaryUpdateQueueConfiguration, std::function>)>&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x00000000286012df 8. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 9. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 10. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 11. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 12. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 13. ? @ 0x00007fc708d31ac3 14. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)): In scope SELECT dictGetFloat64('test_8draf20t.dict_datarace', 'value', toUInt64(2)). (CACHE_DICTIONARY_UPDATE_FAIL) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54604) (comment: 01076_cache_dictionary_datarace_exception_ptr.sh) (in query: SELECT dictGetFloat64('test_8draf20t.dict_datarace', 'value', toUInt64(2));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:117: DB::CacheDictionaryUpdateQueue<(DB::DictionaryKeyType)0>::waitForCurrentUpdateFinish(std::shared_ptr>&) const @ 0x00000000285f9f08 5. DB::CacheDictionary<(DB::DictionaryKeyType)0>::getColumns(std::vector> const&, std::vector, std::allocator>> const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, std::vector, std::allocator>> const&, std::variant::immutable_ptr, std::allocator::immutable_ptr>> const>, std::reference_wrapper, 63ul, 64ul>>>) const @ 0x00000000285b6091 6. DB::CacheDictionary<(DB::DictionaryKeyType)0>::getColumn(String const&, std::shared_ptr const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, std::vector, std::allocator>> const&, std::variant::immutable_ptr const>, std::reference_wrapper, 63ul, 64ul>>>) const @ 0x00000000285b3725 7. DB::FunctionDictGetNoType<(DB::DictionaryGetFunctionType)0>::executeDictionaryRequest(std::shared_ptr&, std::vector> const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, std::vector, std::allocator>> const&, std::shared_ptr const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, unsigned long, DB::ColumnWithTypeAndName const&, std::shared_ptr const&) const @ 0x0000000008e6094e 8. DB::FunctionDictGetNoType<(DB::DictionaryGetFunctionType)0>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008e5766d 9. DB::FunctionDictGetImpl, DB::NameDictGetFloat64, (DB::DictionaryGetFunctionType)0>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008eb770f 10. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 13. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 14. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 15. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 16. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 24. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 27. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 29. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 31. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 2025.03.31 18:46:30.994902 [ 114839 ] {f7792433-8c58-4eab-8e5e-f1db132ea40d} executeQuery: Code: 510. DB::Exception: Update failed for dictionary 'test_8draf20t.dict_datarace (10eff40a-a994-4c55-ba74-fa10939dda96)': Code: 510. DB::Exception: Query contains keys that are not present in cache or expired. Could not update cache dictionary test_8draf20t.dict_datarace (10eff40a-a994-4c55-ba74-fa10939dda96) now, because nearest update is scheduled at 2025-03-31 18:46:35. Try again later. (CACHE_DICTIONARY_UPDATE_FAIL), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::CacheDictionary<(DB::DictionaryKeyType)0>::update(std::shared_ptr>) @ 0x00000000285c7d67 5. void std::__function::__policy_invoker>)>::__call_impl::CacheDictionary(DB::StorageID const&, DB::DictionaryStructure const&, std::shared_ptr, std::shared_ptr, DB::CacheDictionaryUpdateQueueConfiguration, DB::CacheDictionaryConfiguration)::'lambda'(std::shared_ptr>), void (std::shared_ptr>)>>(std::__function::__policy_storage const*, std::shared_ptr>&&) @ 0x00000000285f3ef1 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000285fa27b 7. ./build_docker/./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:42: void std::__function::__policy_invoker::__call_impl::CacheDictionaryUpdateQueue(String, DB::CacheDictionaryUpdateQueueConfiguration, std::function>)>&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x00000000286012df 8. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 9. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 10. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 11. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 12. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 13. ? @ 0x00007fc708d31ac3 14. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)): In scope SELECT dictGetFloat64('test_8draf20t.dict_datarace', 'value', toUInt64(1)). (CACHE_DICTIONARY_UPDATE_FAIL) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54596) (comment: 01076_cache_dictionary_datarace_exception_ptr.sh) (in query: SELECT dictGetFloat64('test_8draf20t.dict_datarace', 'value', toUInt64(1));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:117: DB::CacheDictionaryUpdateQueue<(DB::DictionaryKeyType)0>::waitForCurrentUpdateFinish(std::shared_ptr>&) const @ 0x00000000285f9f08 5. DB::CacheDictionary<(DB::DictionaryKeyType)0>::getColumns(std::vector> const&, std::vector, std::allocator>> const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, std::vector, std::allocator>> const&, std::variant::immutable_ptr, std::allocator::immutable_ptr>> const>, std::reference_wrapper, 63ul, 64ul>>>) const @ 0x00000000285b6091 6. DB::CacheDictionary<(DB::DictionaryKeyType)0>::getColumn(String const&, std::shared_ptr const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, std::vector, std::allocator>> const&, std::variant::immutable_ptr const>, std::reference_wrapper, 63ul, 64ul>>>) const @ 0x00000000285b3725 7. DB::FunctionDictGetNoType<(DB::DictionaryGetFunctionType)0>::executeDictionaryRequest(std::shared_ptr&, std::vector> const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, std::vector, std::allocator>> const&, std::shared_ptr const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, unsigned long, DB::ColumnWithTypeAndName const&, std::shared_ptr const&) const @ 0x0000000008e6094e 8. DB::FunctionDictGetNoType<(DB::DictionaryGetFunctionType)0>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008e5766d 9. DB::FunctionDictGetImpl, DB::NameDictGetFloat64, (DB::DictionaryGetFunctionType)0>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008eb770f 10. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 13. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 14. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 15. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 16. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 24. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 27. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 29. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 31. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 2025.03.31 18:46:31.005861 [ 114850 ] {} TCPHandler: Code: 510. DB::Exception: Update failed for dictionary 'test_8draf20t.dict_datarace (10eff40a-a994-4c55-ba74-fa10939dda96)': Code: 510. DB::Exception: Query contains keys that are not present in cache or expired. Could not update cache dictionary test_8draf20t.dict_datarace (10eff40a-a994-4c55-ba74-fa10939dda96) now, because nearest update is scheduled at 2025-03-31 18:46:35. Try again later. (CACHE_DICTIONARY_UPDATE_FAIL), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::CacheDictionary<(DB::DictionaryKeyType)0>::update(std::shared_ptr>) @ 0x00000000285c7d67 5. void std::__function::__policy_invoker>)>::__call_impl::CacheDictionary(DB::StorageID const&, DB::DictionaryStructure const&, std::shared_ptr, std::shared_ptr, DB::CacheDictionaryUpdateQueueConfiguration, DB::CacheDictionaryConfiguration)::'lambda'(std::shared_ptr>), void (std::shared_ptr>)>>(std::__function::__policy_storage const*, std::shared_ptr>&&) @ 0x00000000285f3ef1 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000285fa27b 7. ./build_docker/./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:42: void std::__function::__policy_invoker::__call_impl::CacheDictionaryUpdateQueue(String, DB::CacheDictionaryUpdateQueueConfiguration, std::function>)>&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x00000000286012df 8. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 9. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 10. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 11. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 12. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 13. ? @ 0x00007fc708d31ac3 14. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)): In scope SELECT dictGetFloat64('test_8draf20t.dict_datarace', 'value', toUInt64(2)). (CACHE_DICTIONARY_UPDATE_FAIL), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:117: DB::CacheDictionaryUpdateQueue<(DB::DictionaryKeyType)0>::waitForCurrentUpdateFinish(std::shared_ptr>&) const @ 0x00000000285f9f08 5. DB::CacheDictionary<(DB::DictionaryKeyType)0>::getColumns(std::vector> const&, std::vector, std::allocator>> const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, std::vector, std::allocator>> const&, std::variant::immutable_ptr, std::allocator::immutable_ptr>> const>, std::reference_wrapper, 63ul, 64ul>>>) const @ 0x00000000285b6091 6. DB::CacheDictionary<(DB::DictionaryKeyType)0>::getColumn(String const&, std::shared_ptr const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, std::vector, std::allocator>> const&, std::variant::immutable_ptr const>, std::reference_wrapper, 63ul, 64ul>>>) const @ 0x00000000285b3725 7. DB::FunctionDictGetNoType<(DB::DictionaryGetFunctionType)0>::executeDictionaryRequest(std::shared_ptr&, std::vector> const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, std::vector, std::allocator>> const&, std::shared_ptr const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, unsigned long, DB::ColumnWithTypeAndName const&, std::shared_ptr const&) const @ 0x0000000008e6094e 8. DB::FunctionDictGetNoType<(DB::DictionaryGetFunctionType)0>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008e5766d 9. DB::FunctionDictGetImpl, DB::NameDictGetFloat64, (DB::DictionaryGetFunctionType)0>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008eb770f 10. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 13. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 14. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 15. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 16. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 24. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 27. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 29. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 31. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 2025.03.31 18:46:31.007028 [ 114839 ] {} TCPHandler: Code: 510. DB::Exception: Update failed for dictionary 'test_8draf20t.dict_datarace (10eff40a-a994-4c55-ba74-fa10939dda96)': Code: 510. DB::Exception: Query contains keys that are not present in cache or expired. Could not update cache dictionary test_8draf20t.dict_datarace (10eff40a-a994-4c55-ba74-fa10939dda96) now, because nearest update is scheduled at 2025-03-31 18:46:35. Try again later. (CACHE_DICTIONARY_UPDATE_FAIL), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::CacheDictionary<(DB::DictionaryKeyType)0>::update(std::shared_ptr>) @ 0x00000000285c7d67 5. void std::__function::__policy_invoker>)>::__call_impl::CacheDictionary(DB::StorageID const&, DB::DictionaryStructure const&, std::shared_ptr, std::shared_ptr, DB::CacheDictionaryUpdateQueueConfiguration, DB::CacheDictionaryConfiguration)::'lambda'(std::shared_ptr>), void (std::shared_ptr>)>>(std::__function::__policy_storage const*, std::shared_ptr>&&) @ 0x00000000285f3ef1 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000285fa27b 7. ./build_docker/./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:42: void std::__function::__policy_invoker::__call_impl::CacheDictionaryUpdateQueue(String, DB::CacheDictionaryUpdateQueueConfiguration, std::function>)>&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x00000000286012df 8. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 9. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 10. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 11. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 12. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 13. ? @ 0x00007fc708d31ac3 14. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)): In scope SELECT dictGetFloat64('test_8draf20t.dict_datarace', 'value', toUInt64(1)). (CACHE_DICTIONARY_UPDATE_FAIL), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:117: DB::CacheDictionaryUpdateQueue<(DB::DictionaryKeyType)0>::waitForCurrentUpdateFinish(std::shared_ptr>&) const @ 0x00000000285f9f08 5. DB::CacheDictionary<(DB::DictionaryKeyType)0>::getColumns(std::vector> const&, std::vector, std::allocator>> const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, std::vector, std::allocator>> const&, std::variant::immutable_ptr, std::allocator::immutable_ptr>> const>, std::reference_wrapper, 63ul, 64ul>>>) const @ 0x00000000285b6091 6. DB::CacheDictionary<(DB::DictionaryKeyType)0>::getColumn(String const&, std::shared_ptr const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, std::vector, std::allocator>> const&, std::variant::immutable_ptr const>, std::reference_wrapper, 63ul, 64ul>>>) const @ 0x00000000285b3725 7. DB::FunctionDictGetNoType<(DB::DictionaryGetFunctionType)0>::executeDictionaryRequest(std::shared_ptr&, std::vector> const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, std::vector, std::allocator>> const&, std::shared_ptr const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, unsigned long, DB::ColumnWithTypeAndName const&, std::shared_ptr const&) const @ 0x0000000008e6094e 8. DB::FunctionDictGetNoType<(DB::DictionaryGetFunctionType)0>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008e5766d 9. DB::FunctionDictGetImpl, DB::NameDictGetFloat64, (DB::DictionaryGetFunctionType)0>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008eb770f 10. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 13. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 14. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 15. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 16. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 24. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 27. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 29. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 31. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 2025.03.31 18:46:31.899422 [ 114850 ] {9bef49cf-3202-4e8b-9494-d13118b0348d} executeQuery: Code: 510. DB::Exception: Update failed for dictionary 'test_8draf20t.dict_datarace (10eff40a-a994-4c55-ba74-fa10939dda96)': Code: 510. DB::Exception: Query contains keys that are not present in cache or expired. Could not update cache dictionary test_8draf20t.dict_datarace (10eff40a-a994-4c55-ba74-fa10939dda96) now, because nearest update is scheduled at 2025-03-31 18:46:35. Try again later. (CACHE_DICTIONARY_UPDATE_FAIL), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::CacheDictionary<(DB::DictionaryKeyType)0>::update(std::shared_ptr>) @ 0x00000000285c7d67 5. void std::__function::__policy_invoker>)>::__call_impl::CacheDictionary(DB::StorageID const&, DB::DictionaryStructure const&, std::shared_ptr, std::shared_ptr, DB::CacheDictionaryUpdateQueueConfiguration, DB::CacheDictionaryConfiguration)::'lambda'(std::shared_ptr>), void (std::shared_ptr>)>>(std::__function::__policy_storage const*, std::shared_ptr>&&) @ 0x00000000285f3ef1 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000285fa27b 7. ./build_docker/./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:42: void std::__function::__policy_invoker::__call_impl::CacheDictionaryUpdateQueue(String, DB::CacheDictionaryUpdateQueueConfiguration, std::function>)>&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x00000000286012df 8. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 9. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 10. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 11. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 12. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 13. ? @ 0x00007fc708d31ac3 14. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)): In scope SELECT dictGetFloat64('test_8draf20t.dict_datarace', 'value', toUInt64(2)). (CACHE_DICTIONARY_UPDATE_FAIL) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54632) (comment: 01076_cache_dictionary_datarace_exception_ptr.sh) (in query: SELECT dictGetFloat64('test_8draf20t.dict_datarace', 'value', toUInt64(2));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:117: DB::CacheDictionaryUpdateQueue<(DB::DictionaryKeyType)0>::waitForCurrentUpdateFinish(std::shared_ptr>&) const @ 0x00000000285f9f08 5. DB::CacheDictionary<(DB::DictionaryKeyType)0>::getColumns(std::vector> const&, std::vector, std::allocator>> const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, std::vector, std::allocator>> const&, std::variant::immutable_ptr, std::allocator::immutable_ptr>> const>, std::reference_wrapper, 63ul, 64ul>>>) const @ 0x00000000285b6091 6. DB::CacheDictionary<(DB::DictionaryKeyType)0>::getColumn(String const&, std::shared_ptr const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, std::vector, std::allocator>> const&, std::variant::immutable_ptr const>, std::reference_wrapper, 63ul, 64ul>>>) const @ 0x00000000285b3725 7. DB::FunctionDictGetNoType<(DB::DictionaryGetFunctionType)0>::executeDictionaryRequest(std::shared_ptr&, std::vector> const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, std::vector, std::allocator>> const&, std::shared_ptr const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, unsigned long, DB::ColumnWithTypeAndName const&, std::shared_ptr const&) const @ 0x0000000008e6094e 8. DB::FunctionDictGetNoType<(DB::DictionaryGetFunctionType)0>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008e5766d 9. DB::FunctionDictGetImpl, DB::NameDictGetFloat64, (DB::DictionaryGetFunctionType)0>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008eb770f 10. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 13. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 14. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 15. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 16. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 24. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 27. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 29. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 31. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 2025.03.31 18:46:31.909689 [ 114850 ] {} TCPHandler: Code: 510. DB::Exception: Update failed for dictionary 'test_8draf20t.dict_datarace (10eff40a-a994-4c55-ba74-fa10939dda96)': Code: 510. DB::Exception: Query contains keys that are not present in cache or expired. Could not update cache dictionary test_8draf20t.dict_datarace (10eff40a-a994-4c55-ba74-fa10939dda96) now, because nearest update is scheduled at 2025-03-31 18:46:35. Try again later. (CACHE_DICTIONARY_UPDATE_FAIL), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::CacheDictionary<(DB::DictionaryKeyType)0>::update(std::shared_ptr>) @ 0x00000000285c7d67 5. void std::__function::__policy_invoker>)>::__call_impl::CacheDictionary(DB::StorageID const&, DB::DictionaryStructure const&, std::shared_ptr, std::shared_ptr, DB::CacheDictionaryUpdateQueueConfiguration, DB::CacheDictionaryConfiguration)::'lambda'(std::shared_ptr>), void (std::shared_ptr>)>>(std::__function::__policy_storage const*, std::shared_ptr>&&) @ 0x00000000285f3ef1 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000285fa27b 7. ./build_docker/./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:42: void std::__function::__policy_invoker::__call_impl::CacheDictionaryUpdateQueue(String, DB::CacheDictionaryUpdateQueueConfiguration, std::function>)>&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x00000000286012df 8. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 9. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 10. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 11. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 12. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 13. ? @ 0x00007fc708d31ac3 14. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)): In scope SELECT dictGetFloat64('test_8draf20t.dict_datarace', 'value', toUInt64(2)). (CACHE_DICTIONARY_UPDATE_FAIL), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:117: DB::CacheDictionaryUpdateQueue<(DB::DictionaryKeyType)0>::waitForCurrentUpdateFinish(std::shared_ptr>&) const @ 0x00000000285f9f08 5. DB::CacheDictionary<(DB::DictionaryKeyType)0>::getColumns(std::vector> const&, std::vector, std::allocator>> const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, std::vector, std::allocator>> const&, std::variant::immutable_ptr, std::allocator::immutable_ptr>> const>, std::reference_wrapper, 63ul, 64ul>>>) const @ 0x00000000285b6091 6. DB::CacheDictionary<(DB::DictionaryKeyType)0>::getColumn(String const&, std::shared_ptr const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, std::vector, std::allocator>> const&, std::variant::immutable_ptr const>, std::reference_wrapper, 63ul, 64ul>>>) const @ 0x00000000285b3725 7. DB::FunctionDictGetNoType<(DB::DictionaryGetFunctionType)0>::executeDictionaryRequest(std::shared_ptr&, std::vector> const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, std::vector, std::allocator>> const&, std::shared_ptr const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, unsigned long, DB::ColumnWithTypeAndName const&, std::shared_ptr const&) const @ 0x0000000008e6094e 8. DB::FunctionDictGetNoType<(DB::DictionaryGetFunctionType)0>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008e5766d 9. DB::FunctionDictGetImpl, DB::NameDictGetFloat64, (DB::DictionaryGetFunctionType)0>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008eb770f 10. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 13. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 14. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 15. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 16. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 24. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 27. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 29. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 31. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 2025.03.31 18:46:31.915392 [ 114839 ] {cdd30d47-0f10-4eb6-a333-cec4fd649fa8} executeQuery: Code: 510. DB::Exception: Update failed for dictionary 'test_8draf20t.dict_datarace (10eff40a-a994-4c55-ba74-fa10939dda96)': Code: 510. DB::Exception: Query contains keys that are not present in cache or expired. Could not update cache dictionary test_8draf20t.dict_datarace (10eff40a-a994-4c55-ba74-fa10939dda96) now, because nearest update is scheduled at 2025-03-31 18:46:35. Try again later. (CACHE_DICTIONARY_UPDATE_FAIL), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::CacheDictionary<(DB::DictionaryKeyType)0>::update(std::shared_ptr>) @ 0x00000000285c7d67 5. void std::__function::__policy_invoker>)>::__call_impl::CacheDictionary(DB::StorageID const&, DB::DictionaryStructure const&, std::shared_ptr, std::shared_ptr, DB::CacheDictionaryUpdateQueueConfiguration, DB::CacheDictionaryConfiguration)::'lambda'(std::shared_ptr>), void (std::shared_ptr>)>>(std::__function::__policy_storage const*, std::shared_ptr>&&) @ 0x00000000285f3ef1 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000285fa27b 7. ./build_docker/./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:42: void std::__function::__policy_invoker::__call_impl::CacheDictionaryUpdateQueue(String, DB::CacheDictionaryUpdateQueueConfiguration, std::function>)>&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x00000000286012df 8. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 9. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 10. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 11. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 12. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 13. ? @ 0x00007fc708d31ac3 14. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)): In scope SELECT dictGetFloat64('test_8draf20t.dict_datarace', 'value', toUInt64(1)). (CACHE_DICTIONARY_UPDATE_FAIL) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:54616) (comment: 01076_cache_dictionary_datarace_exception_ptr.sh) (in query: SELECT dictGetFloat64('test_8draf20t.dict_datarace', 'value', toUInt64(1));), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:117: DB::CacheDictionaryUpdateQueue<(DB::DictionaryKeyType)0>::waitForCurrentUpdateFinish(std::shared_ptr>&) const @ 0x00000000285f9f08 5. DB::CacheDictionary<(DB::DictionaryKeyType)0>::getColumns(std::vector> const&, std::vector, std::allocator>> const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, std::vector, std::allocator>> const&, std::variant::immutable_ptr, std::allocator::immutable_ptr>> const>, std::reference_wrapper, 63ul, 64ul>>>) const @ 0x00000000285b6091 6. DB::CacheDictionary<(DB::DictionaryKeyType)0>::getColumn(String const&, std::shared_ptr const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, std::vector, std::allocator>> const&, std::variant::immutable_ptr const>, std::reference_wrapper, 63ul, 64ul>>>) const @ 0x00000000285b3725 7. DB::FunctionDictGetNoType<(DB::DictionaryGetFunctionType)0>::executeDictionaryRequest(std::shared_ptr&, std::vector> const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, std::vector, std::allocator>> const&, std::shared_ptr const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, unsigned long, DB::ColumnWithTypeAndName const&, std::shared_ptr const&) const @ 0x0000000008e6094e 8. DB::FunctionDictGetNoType<(DB::DictionaryGetFunctionType)0>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008e5766d 9. DB::FunctionDictGetImpl, DB::NameDictGetFloat64, (DB::DictionaryGetFunctionType)0>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008eb770f 10. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 13. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 14. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 15. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 16. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 24. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 27. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 29. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 31. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 2025.03.31 18:46:31.926504 [ 114839 ] {} TCPHandler: Code: 510. DB::Exception: Update failed for dictionary 'test_8draf20t.dict_datarace (10eff40a-a994-4c55-ba74-fa10939dda96)': Code: 510. DB::Exception: Query contains keys that are not present in cache or expired. Could not update cache dictionary test_8draf20t.dict_datarace (10eff40a-a994-4c55-ba74-fa10939dda96) now, because nearest update is scheduled at 2025-03-31 18:46:35. Try again later. (CACHE_DICTIONARY_UPDATE_FAIL), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&&, String&&) @ 0x00000000088d092d 4. DB::CacheDictionary<(DB::DictionaryKeyType)0>::update(std::shared_ptr>) @ 0x00000000285c7d67 5. void std::__function::__policy_invoker>)>::__call_impl::CacheDictionary(DB::StorageID const&, DB::DictionaryStructure const&, std::shared_ptr, std::shared_ptr, DB::CacheDictionaryUpdateQueueConfiguration, DB::CacheDictionaryConfiguration)::'lambda'(std::shared_ptr>), void (std::shared_ptr>)>>(std::__function::__policy_storage const*, std::shared_ptr>&&) @ 0x00000000285f3ef1 6. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000285fa27b 7. ./build_docker/./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:42: void std::__function::__policy_invoker::__call_impl::CacheDictionaryUpdateQueue(String, DB::CacheDictionaryUpdateQueueConfiguration, std::function>)>&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x00000000286012df 8. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 9. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 10. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 11. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 12. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 13. ? @ 0x00007fc708d31ac3 14. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)): In scope SELECT dictGetFloat64('test_8draf20t.dict_datarace', 'value', toUInt64(1)). (CACHE_DICTIONARY_UPDATE_FAIL), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Dictionaries/CacheDictionaryUpdateQueue.cpp:117: DB::CacheDictionaryUpdateQueue<(DB::DictionaryKeyType)0>::waitForCurrentUpdateFinish(std::shared_ptr>&) const @ 0x00000000285f9f08 5. DB::CacheDictionary<(DB::DictionaryKeyType)0>::getColumns(std::vector> const&, std::vector, std::allocator>> const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, std::vector, std::allocator>> const&, std::variant::immutable_ptr, std::allocator::immutable_ptr>> const>, std::reference_wrapper, 63ul, 64ul>>>) const @ 0x00000000285b6091 6. DB::CacheDictionary<(DB::DictionaryKeyType)0>::getColumn(String const&, std::shared_ptr const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, std::vector, std::allocator>> const&, std::variant::immutable_ptr const>, std::reference_wrapper, 63ul, 64ul>>>) const @ 0x00000000285b3725 7. DB::FunctionDictGetNoType<(DB::DictionaryGetFunctionType)0>::executeDictionaryRequest(std::shared_ptr&, std::vector> const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, std::vector, std::allocator>> const&, std::shared_ptr const&, std::vector::immutable_ptr, std::allocator::immutable_ptr>> const&, unsigned long, DB::ColumnWithTypeAndName const&, std::shared_ptr const&) const @ 0x0000000008e6094e 8. DB::FunctionDictGetNoType<(DB::DictionaryGetFunctionType)0>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008e5766d 9. DB::FunctionDictGetImpl, DB::NameDictGetFloat64, (DB::DictionaryGetFunctionType)0>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008eb770f 10. DB::IFunction::executeImplDryRun(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x00000000088c9fa2 11. ./build_docker/./src/Functions/IFunctionAdaptors.cpp:16: DB::FunctionToExecutableFunctionAdaptor::executeDryRunImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000031c0635b 12. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf4731 13. DB::IExecutableFunction::defaultImplementationForConstantArguments(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf3431 14. DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf460f 15. DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bf671f 16. DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x0000000031bfc4e4 17. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3517: DB::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035d94d7b 18. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3817: DB::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool, bool) @ 0x0000000035d3191c 19. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:3975: DB::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&, bool, bool) @ 0x0000000035d2eaa2 20. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4299: DB::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dccd00 21. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5563: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19e46 22. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 23. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 24. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 25. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 26. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 27. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 28. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 29. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 30. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 31. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 2025.03.31 18:46:32.661734 [ 114839 ] {} void DB::TCPHandler::runImpl(): Code: 210. DB::NetException: I/O error: Broken pipe, while writing to socket ([::1]:9000 -> [::1]:54642). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/WriteBufferFromPocoSocket.cpp:171: DB::WriteBufferFromPocoSocket::nextImpl() @ 0x0000000020b7a476 4. ./build_docker/./src/IO/WriteBufferFromPocoSocketChunked.cpp:116: DB::WriteBufferFromPocoSocketChunked::nextImpl() @ 0x000000003f05a6aa 5. DB::WriteBuffer::next() @ 0x00000000088f5ec1 6. ./build_docker/./src/Server/TCPHandler.cpp:2532: DB::TCPHandler::sendException(DB::Exception const&, bool) @ 0x000000003f445507 7. ./build_docker/./src/Server/TCPHandler.cpp:418: DB::TCPHandler::runImpl() @ 0x000000003f430a42 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:46:32.661971 [ 114850 ] {} void DB::TCPHandler::runImpl(): Code: 210. DB::NetException: I/O error: Broken pipe, while writing to socket ([::1]:9000 -> [::1]:54650). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/WriteBufferFromPocoSocket.cpp:171: DB::WriteBufferFromPocoSocket::nextImpl() @ 0x0000000020b7a476 4. ./build_docker/./src/IO/WriteBufferFromPocoSocketChunked.cpp:116: DB::WriteBufferFromPocoSocketChunked::nextImpl() @ 0x000000003f05a6aa 5. DB::WriteBuffer::next() @ 0x00000000088f5ec1 6. ./build_docker/./src/Server/TCPHandler.cpp:2532: DB::TCPHandler::sendException(DB::Exception const&, bool) @ 0x000000003f445507 7. ./build_docker/./src/Server/TCPHandler.cpp:418: DB::TCPHandler::runImpl() @ 0x000000003f430a42 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:46:32.662600 [ 114839 ] {} TCPHandler: TCPHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket (peer: [::1]:54642, local: [::1]:9000). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:83: DB::ReadBufferFromPocoSocketBase::socketReceiveBytesImpl(char*, unsigned long) @ 0x0000000020b7390f 4. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:107: DB::ReadBufferFromPocoSocketBase::nextImpl() @ 0x0000000020b748a1 5. ./build_docker/./src/IO/ReadBufferFromPocoSocketChunked.cpp:103: DB::ReadBufferFromPocoSocketChunked::nextImpl() @ 0x000000003f05181a 6. DB::ReadBuffer::next() @ 0x0000000008c432cf 7. ./src/IO/ReadBuffer.h:103: void DB::varint_impl::readVarUInt(unsigned long&, DB::ReadBuffer&) @ 0x0000000020828848 8. ./src/IO/VarInt.h:96: DB::readStringBinary(String&, DB::ReadBuffer&, unsigned long) @ 0x0000000020894272 9. ./build_docker/./src/Server/TCPHandler.cpp:1783: DB::TCPHandler::receiveAddendum() @ 0x000000003f4449f3 10. ./build_docker/./src/Server/TCPHandler.cpp:346: DB::TCPHandler::runImpl() @ 0x000000003f423fd0 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:46:32.662823 [ 114850 ] {} TCPHandler: TCPHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket (peer: [::1]:54650, local: [::1]:9000). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:83: DB::ReadBufferFromPocoSocketBase::socketReceiveBytesImpl(char*, unsigned long) @ 0x0000000020b7390f 4. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:107: DB::ReadBufferFromPocoSocketBase::nextImpl() @ 0x0000000020b748a1 5. ./build_docker/./src/IO/ReadBufferFromPocoSocketChunked.cpp:103: DB::ReadBufferFromPocoSocketChunked::nextImpl() @ 0x000000003f05181a 6. DB::ReadBuffer::next() @ 0x0000000008c432cf 7. ./src/IO/ReadBuffer.h:103: void DB::varint_impl::readVarUInt(unsigned long&, DB::ReadBuffer&) @ 0x0000000020828848 8. ./src/IO/VarInt.h:96: DB::readStringBinary(String&, DB::ReadBuffer&, unsigned long) @ 0x0000000020894272 9. ./build_docker/./src/Server/TCPHandler.cpp:1783: DB::TCPHandler::receiveAddendum() @ 0x000000003f4449f3 10. ./build_docker/./src/Server/TCPHandler.cpp:346: DB::TCPHandler::runImpl() @ 0x000000003f423fd0 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:46:32.663245 [ 114839 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket (peer: [::1]:54642, local: [::1]:9000). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:83: DB::ReadBufferFromPocoSocketBase::socketReceiveBytesImpl(char*, unsigned long) @ 0x0000000020b7390f 4. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:107: DB::ReadBufferFromPocoSocketBase::nextImpl() @ 0x0000000020b748a1 5. ./build_docker/./src/IO/ReadBufferFromPocoSocketChunked.cpp:103: DB::ReadBufferFromPocoSocketChunked::nextImpl() @ 0x000000003f05181a 6. DB::ReadBuffer::next() @ 0x0000000008c432cf 7. ./src/IO/ReadBuffer.h:103: void DB::varint_impl::readVarUInt(unsigned long&, DB::ReadBuffer&) @ 0x0000000020828848 8. ./src/IO/VarInt.h:96: DB::readStringBinary(String&, DB::ReadBuffer&, unsigned long) @ 0x0000000020894272 9. ./build_docker/./src/Server/TCPHandler.cpp:1783: DB::TCPHandler::receiveAddendum() @ 0x000000003f4449f3 10. ./build_docker/./src/Server/TCPHandler.cpp:346: DB::TCPHandler::runImpl() @ 0x000000003f423fd0 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:46:32.663856 [ 114850 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket (peer: [::1]:54650, local: [::1]:9000). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:83: DB::ReadBufferFromPocoSocketBase::socketReceiveBytesImpl(char*, unsigned long) @ 0x0000000020b7390f 4. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:107: DB::ReadBufferFromPocoSocketBase::nextImpl() @ 0x0000000020b748a1 5. ./build_docker/./src/IO/ReadBufferFromPocoSocketChunked.cpp:103: DB::ReadBufferFromPocoSocketChunked::nextImpl() @ 0x000000003f05181a 6. DB::ReadBuffer::next() @ 0x0000000008c432cf 7. ./src/IO/ReadBuffer.h:103: void DB::varint_impl::readVarUInt(unsigned long&, DB::ReadBuffer&) @ 0x0000000020828848 8. ./src/IO/VarInt.h:96: DB::readStringBinary(String&, DB::ReadBuffer&, unsigned long) @ 0x0000000020894272 9. ./build_docker/./src/Server/TCPHandler.cpp:1783: DB::TCPHandler::receiveAddendum() @ 0x000000003f4449f3 10. ./build_docker/./src/Server/TCPHandler.cpp:346: DB::TCPHandler::runImpl() @ 0x000000003f423fd0 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:47:00.912613 [ 1063 ] {52385794-0ec6-4275-98d6-4de86e086970::all_1_6_1} virtual bool DB::MergePlainMergeTreeTask::executeStep(): Exception is in merge_task.: Code: 236. DB::Exception: Cancelled merging parts. (ABORTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Storages/MergeTree/MergeTask.cpp:263: DB::MergeTask::GlobalRuntimeContext::checkOperationIsNotCanceled() const @ 0x000000003dd08487 5. ./build_docker/./src/Storages/MergeTree/MergeTask.cpp:931: DB::MergeTask::ExecuteAndFinalizeHorizontalPart::finalize() const @ 0x000000003dd409dc 6. ./build_docker/./src/Storages/MergeTree/MergeTask.cpp:892: DB::MergeTask::ExecuteAndFinalizeHorizontalPart::executeImpl() const @ 0x000000003dd3ff69 7. ./build_docker/./src/Storages/MergeTree/MergeTask.cpp:720: DB::MergeTask::ExecuteAndFinalizeHorizontalPart::execute() @ 0x000000003dd39380 8. ./build_docker/./src/Storages/MergeTree/MergeTask.cpp:1504: DB::MergeTask::execute() @ 0x000000003dd53ba1 9. ./build_docker/./src/Storages/MergeTree/MergePlainMergeTreeTask.cpp:57: DB::MergePlainMergeTreeTask::executeStep() @ 0x000000003eb8d03c 10. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:308: DB::MergeTreeBackgroundExecutor::routine(std::shared_ptr) @ 0x000000003ddd83a0 11. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:353: DB::MergeTreeBackgroundExecutor::threadFunction() @ 0x000000003ddda121 12. ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:57: void std::__function::__policy_invoker::__call_impl::MergeTreeBackgroundExecutor(String, unsigned long, unsigned long, StrongTypedef, StrongTypedef, std::basic_string_view>)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003dde1b7f 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000002097bef4 14. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x000000002098ed26 15. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000002098eadf 16. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000209752ca 17. ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359: ? @ 0x0000000020987a64 18. ? @ 0x00007fc708d31ac3 19. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:47:43.442848 [ 114854 ] {b4915ca6-35d8-443e-926d-db0cc517306e} executeQuery: Code: 210. DB::NetException: Connection reset by peer, while writing to socket ([::1]:9000 -> [::1]:50164). (NETWORK_ERROR) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50164) (comment: 01007_r1r2_w_r2r1_deadlock.sh) (in query: SELECT x FROM a WHERE x IN (SELECT toUInt8(count()) FROM system.tables);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/WriteBufferFromPocoSocket.cpp:160: DB::WriteBufferFromPocoSocket::nextImpl() @ 0x0000000020b79ee3 4. ./build_docker/./src/IO/WriteBufferFromPocoSocketChunked.cpp:116: DB::WriteBufferFromPocoSocketChunked::nextImpl() @ 0x000000003f05a6aa 5. DB::WriteBuffer::next() @ 0x00000000088f5ec1 6. ./build_docker/./src/Server/TCPHandler.cpp:1416: DB::TCPHandler::processOrdinaryQuery(DB::QueryState&) @ 0x000000003f44cfe6 7. ./build_docker/./src/Server/TCPHandler.cpp:670: DB::TCPHandler::runImpl() @ 0x000000003f427864 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 2025.03.31 18:47:43.458826 [ 114854 ] {} TCPHandler: Code: 210. DB::NetException: Connection reset by peer, while writing to socket ([::1]:9000 -> [::1]:50164). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/WriteBufferFromPocoSocket.cpp:160: DB::WriteBufferFromPocoSocket::nextImpl() @ 0x0000000020b79ee3 4. ./build_docker/./src/IO/WriteBufferFromPocoSocketChunked.cpp:116: DB::WriteBufferFromPocoSocketChunked::nextImpl() @ 0x000000003f05a6aa 5. DB::WriteBuffer::next() @ 0x00000000088f5ec1 6. ./build_docker/./src/Server/TCPHandler.cpp:1416: DB::TCPHandler::processOrdinaryQuery(DB::QueryState&) @ 0x000000003f44cfe6 7. ./build_docker/./src/Server/TCPHandler.cpp:670: DB::TCPHandler::runImpl() @ 0x000000003f427864 8. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 2025.03.31 18:47:43.480464 [ 114850 ] {d2e57baf-738d-4c2b-ab3c-9e3610bd6541} executeQuery: Code: 210. DB::NetException: I/O error: Broken pipe, while writing to socket ([::1]:9000 -> [::1]:50146). (NETWORK_ERROR) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:50146) (comment: 01007_r1r2_w_r2r1_deadlock.sh) (in query: SELECT x FROM b WHERE x IN (SELECT toUInt8(count()) FROM system.tables);), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/WriteBufferFromPocoSocket.cpp:171: DB::WriteBufferFromPocoSocket::nextImpl() @ 0x0000000020b7a476 4. ./build_docker/./src/IO/WriteBufferFromPocoSocketChunked.cpp:116: DB::WriteBufferFromPocoSocketChunked::nextImpl() @ 0x000000003f05a6aa 5. DB::WriteBuffer::next() @ 0x00000000088f5ec1 6. ./build_docker/./src/Server/TCPHandler.cpp:2564: DB::TCPHandler::sendProgress(DB::QueryState&) @ 0x000000003f44db74 7. ./build_docker/./src/Server/TCPHandler.cpp:1287: DB::TCPHandler::processOrdinaryQuery(DB::QueryState&) @ 0x000000003f44cff3 8. ./build_docker/./src/Server/TCPHandler.cpp:670: DB::TCPHandler::runImpl() @ 0x000000003f427864 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 18:47:43.495460 [ 114850 ] {} TCPHandler: Code: 210. DB::NetException: I/O error: Broken pipe, while writing to socket ([::1]:9000 -> [::1]:50146). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. ./src/Common/Exception.h:105: DB::NetException::NetException(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type>, String&&, String&&, String&&) @ 0x0000000020b75be5 3. ./build_docker/./src/IO/WriteBufferFromPocoSocket.cpp:171: DB::WriteBufferFromPocoSocket::nextImpl() @ 0x0000000020b7a476 4. ./build_docker/./src/IO/WriteBufferFromPocoSocketChunked.cpp:116: DB::WriteBufferFromPocoSocketChunked::nextImpl() @ 0x000000003f05a6aa 5. DB::WriteBuffer::next() @ 0x00000000088f5ec1 6. ./build_docker/./src/Server/TCPHandler.cpp:2564: DB::TCPHandler::sendProgress(DB::QueryState&) @ 0x000000003f44db74 7. ./build_docker/./src/Server/TCPHandler.cpp:1287: DB::TCPHandler::processOrdinaryQuery(DB::QueryState&) @ 0x000000003f44cff3 8. ./build_docker/./src/Server/TCPHandler.cpp:670: DB::TCPHandler::runImpl() @ 0x000000003f427864 9. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 2025.03.31 18:47:46.681253 [ 114852 ] {607d5c8b-bd39-450e-89a1-20812f0ea82c} executeQuery: Code: 306. DB::Exception: Stack size too large. Stack address: 0x7fc21beb8000, frame address: 0x7fc21c2b7fe0, stack size: 4194336, maximum stack size: 8388608: while getting table iterator of Merge table. Maybe caused by two Merge tables that will endlessly try to read each other's data. (TOO_DEEP_RECURSION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48806) (comment: 00985_merge_stack_overflow.sql) (in query: SELECT * FROM merge1;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, void*&, void const*&, unsigned long&, unsigned long&) @ 0x00000000207fbb5f 4. ./build_docker/./src/Common/checkStackSize.cpp:151: checkStackSize() @ 0x00000000207fb683 5. ./build_docker/./src/Storages/StorageMerge.cpp:1442: DB::StorageMerge::DatabaseNameOrRegexp::getDatabaseIterators(std::shared_ptr) const @ 0x000000003cc1b81d 6. ./build_docker/./src/Storages/StorageMerge.cpp:211: DB::StorageMerge::isRemote() const @ 0x000000003cc1c69b 7. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 8. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 9. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 10. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 11. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 12. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 13. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 14. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 15. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 16. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 17. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 18. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 19. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 20. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 21. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 22. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 23. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 24. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 25. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 26. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 27. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 28. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 29. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 30. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 31. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 2025.03.31 18:47:46.688150 [ 114852 ] {} TCPHandler: Code: 306. DB::Exception: Stack size too large. Stack address: 0x7fc21beb8000, frame address: 0x7fc21c2b7fe0, stack size: 4194336, maximum stack size: 8388608: while getting table iterator of Merge table. Maybe caused by two Merge tables that will endlessly try to read each other's data. (TOO_DEEP_RECURSION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, void*&, void const*&, unsigned long&, unsigned long&) @ 0x00000000207fbb5f 4. ./build_docker/./src/Common/checkStackSize.cpp:151: checkStackSize() @ 0x00000000207fb683 5. ./build_docker/./src/Storages/StorageMerge.cpp:1442: DB::StorageMerge::DatabaseNameOrRegexp::getDatabaseIterators(std::shared_ptr) const @ 0x000000003cc1b81d 6. ./build_docker/./src/Storages/StorageMerge.cpp:211: DB::StorageMerge::isRemote() const @ 0x000000003cc1c69b 7. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 8. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 9. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 10. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 11. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 12. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 13. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 14. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 15. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 16. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 17. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 18. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 19. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 20. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 21. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 22. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 23. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 24. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 25. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 26. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 27. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 28. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 29. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 30. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 31. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 2025.03.31 18:47:47.145263 [ 114852 ] {a93bb61e-f341-4d6e-a226-d52ca7311058} executeQuery: Code: 306. DB::Exception: Stack size too large. Stack address: 0x7fc21beb8000, frame address: 0x7fc21c2b7fe0, stack size: 4194336, maximum stack size: 8388608: while getting table iterator of Merge table. Maybe caused by two Merge tables that will endlessly try to read each other's data. (TOO_DEEP_RECURSION) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:48806) (comment: 00985_merge_stack_overflow.sql) (in query: SELECT * FROM merge2;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, void*&, void const*&, unsigned long&, unsigned long&) @ 0x00000000207fbb5f 4. ./build_docker/./src/Common/checkStackSize.cpp:151: checkStackSize() @ 0x00000000207fb683 5. ./build_docker/./src/Storages/StorageMerge.cpp:1442: DB::StorageMerge::DatabaseNameOrRegexp::getDatabaseIterators(std::shared_ptr) const @ 0x000000003cc1b81d 6. ./build_docker/./src/Storages/StorageMerge.cpp:211: DB::StorageMerge::isRemote() const @ 0x000000003cc1c69b 7. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 8. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 9. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 10. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 11. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 12. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 13. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 14. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 15. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 16. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 17. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 18. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 19. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 20. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 21. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 22. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 23. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 24. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 25. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 26. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 27. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 28. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 29. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 30. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 31. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 2025.03.31 18:47:47.152647 [ 114852 ] {} TCPHandler: Code: 306. DB::Exception: Stack size too large. Stack address: 0x7fc21beb8000, frame address: 0x7fc21c2b7fe0, stack size: 4194336, maximum stack size: 8388608: while getting table iterator of Merge table. Maybe caused by two Merge tables that will endlessly try to read each other's data. (TOO_DEEP_RECURSION), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, void*&, void const*&, unsigned long&, unsigned long&) @ 0x00000000207fbb5f 4. ./build_docker/./src/Common/checkStackSize.cpp:151: checkStackSize() @ 0x00000000207fb683 5. ./build_docker/./src/Storages/StorageMerge.cpp:1442: DB::StorageMerge::DatabaseNameOrRegexp::getDatabaseIterators(std::shared_ptr) const @ 0x000000003cc1b81d 6. ./build_docker/./src/Storages/StorageMerge.cpp:211: DB::StorageMerge::isRemote() const @ 0x000000003cc1c69b 7. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 8. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 9. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 10. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 11. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 12. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 13. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 14. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 15. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 16. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 17. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 18. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 19. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 20. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 21. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 22. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 23. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 24. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 25. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 26. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 27. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 28. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 29. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 30. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 31. ./build_docker/./src/Storages/StorageMerge.cpp:264: DB::StorageMerge::isRemote() const @ 0x000000003cc1c84d 2025.03.31 18:47:56.570870 [ 114852 ] {8a729e62-bae3-4046-a9e4-702fc0e8c409} executeQuery: Code: 48. DB::Exception: Truncate is not supported by storage View. (NOT_IMPLEMENTED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::1]:42564) (comment: 00623_truncate_table_throw_exception.sh) (in query: TRUNCATE TABLE test_truncate.test_view;), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::IStorage::truncate(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, DB::TableExclusiveLockHolder&) @ 0x000000002760d067 4. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:285: DB::InterpreterDropQuery::executeToTableImpl(std::shared_ptr const&, DB::ASTDropQuery&, std::shared_ptr&, StrongTypedef, DB::UUIDTag>&) @ 0x000000003783375c 5. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:122: DB::InterpreterDropQuery::executeToTable(DB::ASTDropQuery&) @ 0x000000003782df9f 6. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:95: DB::InterpreterDropQuery::executeSingleDropQuery(std::shared_ptr const&) @ 0x000000003782acf9 7. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:76: DB::InterpreterDropQuery::execute() @ 0x000000003782a553 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:47:56.580406 [ 114852 ] {} TCPHandler: Code: 48. DB::Exception: Truncate is not supported by storage View. (NOT_IMPLEMENTED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::IStorage::truncate(std::shared_ptr const&, std::shared_ptr const&, std::shared_ptr, DB::TableExclusiveLockHolder&) @ 0x000000002760d067 4. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:285: DB::InterpreterDropQuery::executeToTableImpl(std::shared_ptr const&, DB::ASTDropQuery&, std::shared_ptr&, StrongTypedef, DB::UUIDTag>&) @ 0x000000003783375c 5. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:122: DB::InterpreterDropQuery::executeToTable(DB::ASTDropQuery&) @ 0x000000003782df9f 6. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:95: DB::InterpreterDropQuery::executeSingleDropQuery(std::shared_ptr const&) @ 0x000000003782acf9 7. ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:76: DB::InterpreterDropQuery::execute() @ 0x000000003782a553 8. ./build_docker/./src/Interpreters/executeQuery.cpp:1368: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926f916 9. ./build_docker/./src/Interpreters/executeQuery.cpp:1535: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x00000000392600a4 10. ./build_docker/./src/Server/TCPHandler.cpp:656: DB::TCPHandler::runImpl() @ 0x000000003f4274ff 11. ./build_docker/./src/Server/TCPHandler.cpp:2603: DB::TCPHandler::run() @ 0x000000003f47acdc 12. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 13. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 14. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 15. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 16. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 17. ? @ 0x00007fc708d31ac3 18. ? @ 0x00007fc708dc3850 2025.03.31 18:48:01.679573 [ 114852 ] {} DynamicQueryHandler: Code: 372. DB::Exception: Session nonexistent not found. (SESSION_NOT_FOUND), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Interpreters/Session.cpp:122: DB::NamedSessionsStorage::acquireSession(std::shared_ptr const&, StrongTypedef, DB::UUIDTag> const&, String const&, std::chrono::duration>, bool) @ 0x0000000038a12e3c 5. ./build_docker/./src/Interpreters/Session.cpp:585: DB::Session::makeSessionContext(String const&, std::chrono::duration>, bool) @ 0x0000000038a08810 6. ./build_docker/./src/Server/HTTPHandler.cpp:247: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f26b456 7. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 8. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:48:02.152889 [ 4239 ] {} DynamicQueryHandler: Code: 374. DB::Exception: Invalid session timeout: 'string'. (INVALID_SESSION_TIMEOUT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Server/HTTPHandler.cpp:138: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f26ad4a 5. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 6. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 7. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 8. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 9. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 10. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 11. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 12. ? @ 0x00007fc708d31ac3 13. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:48:02.457078 [ 114852 ] {} DynamicQueryHandler: Code: 374. DB::Exception: Session timeout '3601' is larger than max_session_timeout: 3600. Maximum session timeout could be modified in configuration file. (INVALID_SESSION_TIMEOUT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./src/Common/Exception.h:123: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String&, unsigned int&) @ 0x000000003f2af3ad 4. ./build_docker/./src/Server/HTTPHandler.cpp:141: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f27796c 5. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 6. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 7. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 8. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 9. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 10. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 11. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 12. ? @ 0x00007fc708d31ac3 13. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:48:02.473291 [ 114852 ] {} DynamicQueryHandler: Code: 374. DB::Exception: Invalid session timeout: '-1'. (INVALID_SESSION_TIMEOUT), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String&) @ 0x000000000892494a 4. ./build_docker/./src/Server/HTTPHandler.cpp:138: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f26ad4a 5. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 6. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 7. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 8. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 9. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 10. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 11. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 12. ? @ 0x00007fc708d31ac3 13. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:48:03.658930 [ 4239 ] {} DynamicQueryHandler: Code: 372. DB::Exception: Session test_hmnrn4fk_6 not found. (SESSION_NOT_FOUND), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Interpreters/Session.cpp:122: DB::NamedSessionsStorage::acquireSession(std::shared_ptr const&, StrongTypedef, DB::UUIDTag> const&, String const&, std::chrono::duration>, bool) @ 0x0000000038a12e3c 5. ./build_docker/./src/Interpreters/Session.cpp:585: DB::Session::makeSessionContext(String const&, std::chrono::duration>, bool) @ 0x0000000038a08810 6. ./build_docker/./src/Server/HTTPHandler.cpp:247: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f26b456 7. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 8. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:48:04.717943 [ 114852 ] {} DynamicQueryHandler: Code: 516. DB::Exception: test_00463: Authentication failed: password is incorrect, or there is no user with such name. (AUTHENTICATION_FAILED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. ./build_docker/./src/Access/AccessControl.cpp:628: DB::AccessControl::authenticate(DB::Credentials const&, Poco::Net::IPAddress const&, String const&) const @ 0x0000000033a4b5ae 4. ./build_docker/./src/Interpreters/Session.cpp:370: DB::Session::authenticate(DB::Credentials const&, Poco::Net::SocketAddress const&, std::vector> const&) @ 0x00000000389fdebf 5. ./build_docker/./src/Server/HTTP/authenticateUserByHTTP.cpp:248: DB::authenticateUserByHTTP(DB::HTTPServerRequest const&, DB::HTMLForm const&, DB::HTTPServerResponse&, DB::Session&, std::unique_ptr>&, DB::HTTPHandlerConnectionConfig const&, std::shared_ptr, std::shared_ptr) @ 0x000000003f4c46f2 6. ./build_docker/./src/Server/HTTPHandler.cpp:213: DB::HTTPHandler::authenticateUser(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&) @ 0x000000003f269073 7. ./build_docker/./src/Server/HTTPHandler.cpp:229: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f26a02e 8. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 9. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 10. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 11. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 12. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 13. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 14. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 15. ? @ 0x00007fc708d31ac3 16. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:48:04.780663 [ 114852 ] {f46e8b29-4259-499e-ae54-a342633a083c} executeQuery: Code: 60. DB::Exception: Unknown table expression identifier 't' in scope SELECT * FROM t. (UNKNOWN_TABLE) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:45902) (comment: 00463_long_sessions_in_http_interface.sh) (in query: SELECT * FROM t), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4370: DB::QueryAnalyzer::initializeQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dd184f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5549: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19ac7 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 8. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 16. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 17. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 18. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 2025.03.31 18:48:04.786349 [ 114852 ] {f46e8b29-4259-499e-ae54-a342633a083c} DynamicQueryHandler: Code: 60. DB::Exception: Unknown table expression identifier 't' in scope SELECT * FROM t. (UNKNOWN_TABLE), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, String const&, String&&) @ 0x000000000a076ced 4. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:4370: DB::QueryAnalyzer::initializeQueryJoinTreeNode(std::shared_ptr&, DB::IdentifierResolveScope&) @ 0x0000000035dd184f 5. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:5549: DB::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::IdentifierResolveScope&) @ 0x0000000035d19ac7 6. ./build_docker/./src/Analyzer/Resolve/QueryAnalyzer.cpp:172: DB::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000035d16946 7. ./build_docker/./src/Analyzer/Resolve/QueryAnalysisPass.cpp:18: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x0000000035d14e19 8. ./build_docker/./src/Analyzer/QueryTreePassManager.cpp:184: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x0000000037878c59 9. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:149: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x00000000386384f6 10. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:167: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x00000000386313ee 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15007]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000003863c6f5 12. ./build_docker/./src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:279: std::unique_ptr> std::__function::__policy_invoker> (DB::InterpreterFactory::Arguments const&)>::__call_impl> (DB::InterpreterFactory::Arguments const&)>>(std::__function::__policy_storage const*, DB::InterpreterFactory::Arguments const&) @ 0x000000003863c273 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x00000000384ce6e8 14. ./build_docker/./src/Interpreters/executeQuery.cpp:1305: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000003926d234 15. ./build_docker/./src/Interpreters/executeQuery.cpp:1667: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003927dd26 16. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 17. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 18. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 19. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 20. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 21. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 22. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 23. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 24. ? @ 0x00007fc708d31ac3 25. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:48:08.005646 [ 114852 ] {} DynamicQueryHandler: Code: 372. DB::Exception: Session test_hmnrn4fk_7 not found. (SESSION_NOT_FOUND), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Interpreters/Session.cpp:122: DB::NamedSessionsStorage::acquireSession(std::shared_ptr const&, StrongTypedef, DB::UUIDTag> const&, String const&, std::chrono::duration>, bool) @ 0x0000000038a12e3c 5. ./build_docker/./src/Interpreters/Session.cpp:585: DB::Session::makeSessionContext(String const&, std::chrono::duration>, bool) @ 0x0000000038a08810 6. ./build_docker/./src/Server/HTTPHandler.cpp:247: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f26b456 7. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 8. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:48:14.410682 [ 4239 ] {} DynamicQueryHandler: Code: 373. DB::Exception: Session test_hmnrn4fk_9 is locked by a concurrent client. (SESSION_IS_LOCKED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception(int, FormatStringHelperImpl::type>, String const&) @ 0x000000000ac706ea 4. ./build_docker/./src/Interpreters/Session.cpp:142: DB::NamedSessionsStorage::acquireSession(std::shared_ptr const&, StrongTypedef, DB::UUIDTag> const&, String const&, std::chrono::duration>, bool) @ 0x0000000038a12c1a 5. ./build_docker/./src/Interpreters/Session.cpp:585: DB::Session::makeSessionContext(String const&, std::chrono::duration>, bool) @ 0x0000000038a08810 6. ./build_docker/./src/Server/HTTPHandler.cpp:247: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f26b456 7. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 8. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 9. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 10. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 11. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 12. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 13. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 14. ? @ 0x00007fc708d31ac3 15. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:48:15.145584 [ 114852 ] {test_hmnrn4fk_9} executeQuery: Code: 394. DB::Exception: Query was cancelled. (QUERY_WAS_CANCELLED) (version 24.12.2.20214.altinityantalya (altinity build)) (from [::ffff:127.0.0.1]:36944) (comment: 00463_long_sessions_in_http_interface.sh) (in query: SELECT count() FROM system.numbers), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/ProcessList.cpp:560: DB::QueryStatus::throwQueryWasCancelled() const @ 0x0000000038971ab9 5. ./build_docker/./src/Interpreters/ProcessList.cpp:513: DB::QueryStatus::throwProperExceptionIfNeeded(unsigned long const&, unsigned long const&) @ 0x00000000389717d8 6. ./build_docker/./src/Interpreters/ProcessList.cpp:550: DB::QueryStatus::checkTimeLimit() @ 0x0000000038972c83 7. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:200: DB::PipelineExecutor::finalizeExecution() @ 0x000000003f717f87 8. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:147: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7177f7 9. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:112: DB::CompletedPipelineExecutor::execute() @ 0x000000003f7140d3 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1798: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003928176b 11. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 12. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 13. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 2025.03.31 18:48:15.157622 [ 114852 ] {test_hmnrn4fk_9} DynamicQueryHandler: Code: 394. DB::Exception: Query was cancelled. (QUERY_WAS_CANCELLED), Stack trace (when copying this message, always include the lines below): 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x00000000456d0c09 1. ./build_docker/./src/Common/Exception.cpp:105: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000206d1853 2. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x00000000088cc1d5 3. DB::Exception::Exception<>(int, FormatStringHelperImpl<>) @ 0x00000000088f3804 4. ./build_docker/./src/Interpreters/ProcessList.cpp:560: DB::QueryStatus::throwQueryWasCancelled() const @ 0x0000000038971ab9 5. ./build_docker/./src/Interpreters/ProcessList.cpp:513: DB::QueryStatus::throwProperExceptionIfNeeded(unsigned long const&, unsigned long const&) @ 0x00000000389717d8 6. ./build_docker/./src/Interpreters/ProcessList.cpp:550: DB::QueryStatus::checkTimeLimit() @ 0x0000000038972c83 7. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:200: DB::PipelineExecutor::finalizeExecution() @ 0x000000003f717f87 8. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:147: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003f7177f7 9. ./build_docker/./src/Processors/Executors/CompletedPipelineExecutor.cpp:112: DB::CompletedPipelineExecutor::execute() @ 0x000000003f7140d3 10. ./build_docker/./src/Interpreters/executeQuery.cpp:1798: DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr, std::function, DB::QueryFlags, std::optional const&, std::function const&, std::optional const&)>) @ 0x000000003928176b 11. ./build_docker/./src/Server/HTTPHandler.cpp:582: DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional&, StrongTypedef const&) @ 0x000000003f274d70 12. ./build_docker/./src/Server/HTTPHandler.cpp:751: DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&, StrongTypedef const&) @ 0x000000003f280b29 13. ./build_docker/./src/Server/HTTP/HTTPServerConnection.cpp:71: DB::HTTPServerConnection::run() @ 0x000000003f4a3f63 14. ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:40: Poco::Net::TCPServerConnection::start() @ 0x000000004590ed00 15. ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115: Poco::Net::TCPServerDispatcher::run() @ 0x000000004590fc32 16. ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:205: Poco::PooledThread::run() @ 0x00000000457f1bd5 17. ./build_docker/./base/poco/Foundation/src/Thread.cpp:45: Poco::(anonymous namespace)::RunnableHolder::run() @ 0x00000000457ee5ae 18. ./base/poco/Foundation/src/Thread_POSIX.cpp:335: Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000457eb4d1 19. ? @ 0x00007fc708d31ac3 20. ? @ 0x00007fc708dc3850 (version 24.12.2.20214.altinityantalya (altinity build)) 2025.03.31 18:50:43.864514 [ 417 ] {} Application: Closed all listening sockets. Waiting for 43 outstanding connections. 2025.03.31 18:50:48.771016 [ 417 ] {} Application: Closed connections. But 15 remain. Tip: To increase wait time add to config: 60 2025.03.31 18:50:48.771696 [ 417 ] {} Application: Will shutdown forcefully.